@nsshunt/stsfhirclient 1.0.76 → 1.0.79
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/stsfhirclient.mjs.map +1 -1
- package/dist/stsfhirclient.umd.js.map +1 -1
- package/package.json +9 -9
- package/types/STSFhirTypes.d.ts.map +1 -1
- package/types/fhir-ts/Account.d.ts +161 -0
- package/types/fhir-ts/Account.d.ts.map +1 -0
- package/types/fhir-ts/Account_Balance.d.ts +46 -0
- package/types/fhir-ts/Account_Balance.d.ts.map +1 -0
- package/types/fhir-ts/Account_Coverage.d.ts +39 -0
- package/types/fhir-ts/Account_Coverage.d.ts.map +1 -0
- package/types/fhir-ts/Account_Diagnosis.d.ts +57 -0
- package/types/fhir-ts/Account_Diagnosis.d.ts.map +1 -0
- package/types/fhir-ts/Account_Guarantor.d.ts +44 -0
- package/types/fhir-ts/Account_Guarantor.d.ts.map +1 -0
- package/types/fhir-ts/Account_Procedure.d.ts +59 -0
- package/types/fhir-ts/Account_Procedure.d.ts.map +1 -0
- package/types/fhir-ts/Account_RelatedAccount.d.ts +36 -0
- package/types/fhir-ts/Account_RelatedAccount.d.ts.map +1 -0
- package/types/fhir-ts/ActivityDefinition.d.ts +410 -0
- package/types/fhir-ts/ActivityDefinition.d.ts.map +1 -0
- package/types/fhir-ts/ActivityDefinition_DynamicValue.d.ts +37 -0
- package/types/fhir-ts/ActivityDefinition_DynamicValue.d.ts.map +1 -0
- package/types/fhir-ts/ActivityDefinition_Participant.d.ts +64 -0
- package/types/fhir-ts/ActivityDefinition_Participant.d.ts.map +1 -0
- package/types/fhir-ts/ActorDefinition.d.ts +209 -0
- package/types/fhir-ts/ActorDefinition.d.ts.map +1 -0
- package/types/fhir-ts/Address.d.ts +72 -0
- package/types/fhir-ts/Address.d.ts.map +1 -0
- package/types/fhir-ts/AdministrableProductDefinition.d.ts +123 -0
- package/types/fhir-ts/AdministrableProductDefinition.d.ts.map +1 -0
- package/types/fhir-ts/AdministrableProductDefinition_Property.d.ts +73 -0
- package/types/fhir-ts/AdministrableProductDefinition_Property.d.ts.map +1 -0
- package/types/fhir-ts/AdministrableProductDefinition_RouteOfAdministration.d.ts +62 -0
- package/types/fhir-ts/AdministrableProductDefinition_RouteOfAdministration.d.ts.map +1 -0
- package/types/fhir-ts/AdministrableProductDefinition_RouteOfAdministration_TargetSpecies.d.ts +34 -0
- package/types/fhir-ts/AdministrableProductDefinition_RouteOfAdministration_TargetSpecies.d.ts.map +1 -0
- package/types/fhir-ts/AdministrableProductDefinition_RouteOfAdministration_TargetSpecies_WithdrawalPeriod.d.ts +41 -0
- package/types/fhir-ts/AdministrableProductDefinition_RouteOfAdministration_TargetSpecies_WithdrawalPeriod.d.ts.map +1 -0
- package/types/fhir-ts/AdverseEvent.d.ts +215 -0
- package/types/fhir-ts/AdverseEvent.d.ts.map +1 -0
- package/types/fhir-ts/AdverseEvent_ContributingFactor.d.ts +35 -0
- package/types/fhir-ts/AdverseEvent_ContributingFactor.d.ts.map +1 -0
- package/types/fhir-ts/AdverseEvent_MitigatingAction.d.ts +35 -0
- package/types/fhir-ts/AdverseEvent_MitigatingAction.d.ts.map +1 -0
- package/types/fhir-ts/AdverseEvent_Participant.d.ts +44 -0
- package/types/fhir-ts/AdverseEvent_Participant.d.ts.map +1 -0
- package/types/fhir-ts/AdverseEvent_PreventiveAction.d.ts +35 -0
- package/types/fhir-ts/AdverseEvent_PreventiveAction.d.ts.map +1 -0
- package/types/fhir-ts/AdverseEvent_SupportingInfo.d.ts +35 -0
- package/types/fhir-ts/AdverseEvent_SupportingInfo.d.ts.map +1 -0
- package/types/fhir-ts/AdverseEvent_SuspectEntity.d.ts +40 -0
- package/types/fhir-ts/AdverseEvent_SuspectEntity.d.ts.map +1 -0
- package/types/fhir-ts/AdverseEvent_SuspectEntity_Causality.d.ts +45 -0
- package/types/fhir-ts/AdverseEvent_SuspectEntity_Causality.d.ts.map +1 -0
- package/types/fhir-ts/Age.d.ts +43 -0
- package/types/fhir-ts/Age.d.ts.map +1 -0
- package/types/fhir-ts/AllergyIntolerance.d.ts +181 -0
- package/types/fhir-ts/AllergyIntolerance.d.ts.map +1 -0
- package/types/fhir-ts/AllergyIntolerance_Participant.d.ts +42 -0
- package/types/fhir-ts/AllergyIntolerance_Participant.d.ts.map +1 -0
- package/types/fhir-ts/AllergyIntolerance_Reaction.d.ts +69 -0
- package/types/fhir-ts/AllergyIntolerance_Reaction.d.ts.map +1 -0
- package/types/fhir-ts/Annotation.d.ts +37 -0
- package/types/fhir-ts/Annotation.d.ts.map +1 -0
- package/types/fhir-ts/Appointment.d.ts +277 -0
- package/types/fhir-ts/Appointment.d.ts.map +1 -0
- package/types/fhir-ts/AppointmentResponse.d.ts +143 -0
- package/types/fhir-ts/AppointmentResponse.d.ts.map +1 -0
- package/types/fhir-ts/Appointment_Participant.d.ts +68 -0
- package/types/fhir-ts/Appointment_Participant.d.ts.map +1 -0
- package/types/fhir-ts/Appointment_RecurrenceTemplate.d.ts +77 -0
- package/types/fhir-ts/Appointment_RecurrenceTemplate.d.ts.map +1 -0
- package/types/fhir-ts/Appointment_RecurrenceTemplate_MonthlyTemplate.d.ts +46 -0
- package/types/fhir-ts/Appointment_RecurrenceTemplate_MonthlyTemplate.d.ts.map +1 -0
- package/types/fhir-ts/Appointment_RecurrenceTemplate_WeeklyTemplate.d.ts +66 -0
- package/types/fhir-ts/Appointment_RecurrenceTemplate_WeeklyTemplate.d.ts.map +1 -0
- package/types/fhir-ts/Appointment_RecurrenceTemplate_YearlyTemplate.d.ts +29 -0
- package/types/fhir-ts/Appointment_RecurrenceTemplate_YearlyTemplate.d.ts.map +1 -0
- package/types/fhir-ts/ArtifactAssessment.d.ts +137 -0
- package/types/fhir-ts/ArtifactAssessment.d.ts.map +1 -0
- package/types/fhir-ts/ArtifactAssessment_Content.d.ts +84 -0
- package/types/fhir-ts/ArtifactAssessment_Content.d.ts.map +1 -0
- package/types/fhir-ts/Attachment.d.ts +88 -0
- package/types/fhir-ts/Attachment.d.ts.map +1 -0
- package/types/fhir-ts/AuditEvent.d.ts +151 -0
- package/types/fhir-ts/AuditEvent.d.ts.map +1 -0
- package/types/fhir-ts/AuditEvent_Agent.d.ts +90 -0
- package/types/fhir-ts/AuditEvent_Agent.d.ts.map +1 -0
- package/types/fhir-ts/AuditEvent_Entity.d.ts +63 -0
- package/types/fhir-ts/AuditEvent_Entity.d.ts.map +1 -0
- package/types/fhir-ts/AuditEvent_Entity_Detail.d.ts +89 -0
- package/types/fhir-ts/AuditEvent_Entity_Detail.d.ts.map +1 -0
- package/types/fhir-ts/AuditEvent_Outcome.d.ts +37 -0
- package/types/fhir-ts/AuditEvent_Outcome.d.ts.map +1 -0
- package/types/fhir-ts/AuditEvent_Source.d.ts +48 -0
- package/types/fhir-ts/AuditEvent_Source.d.ts.map +1 -0
- package/types/fhir-ts/Availability.d.ts +25 -0
- package/types/fhir-ts/Availability.d.ts.map +1 -0
- package/types/fhir-ts/Availability_AvailableTime.d.ts +38 -0
- package/types/fhir-ts/Availability_AvailableTime.d.ts.map +1 -0
- package/types/fhir-ts/Availability_NotAvailableTime.d.ts +30 -0
- package/types/fhir-ts/Availability_NotAvailableTime.d.ts.map +1 -0
- package/types/fhir-ts/BackboneElement.d.ts +23 -0
- package/types/fhir-ts/BackboneElement.d.ts.map +1 -0
- package/types/fhir-ts/Basic.d.ts +100 -0
- package/types/fhir-ts/Basic.d.ts.map +1 -0
- package/types/fhir-ts/Binary.d.ts +51 -0
- package/types/fhir-ts/Binary.d.ts.map +1 -0
- package/types/fhir-ts/BiologicallyDerivedProduct.d.ts +137 -0
- package/types/fhir-ts/BiologicallyDerivedProduct.d.ts.map +1 -0
- package/types/fhir-ts/BiologicallyDerivedProductDispense.d.ts +150 -0
- package/types/fhir-ts/BiologicallyDerivedProductDispense.d.ts.map +1 -0
- package/types/fhir-ts/BiologicallyDerivedProductDispense_Performer.d.ts +36 -0
- package/types/fhir-ts/BiologicallyDerivedProductDispense_Performer.d.ts.map +1 -0
- package/types/fhir-ts/BiologicallyDerivedProduct_Collection.d.ts +50 -0
- package/types/fhir-ts/BiologicallyDerivedProduct_Collection.d.ts.map +1 -0
- package/types/fhir-ts/BiologicallyDerivedProduct_Property.d.ts +81 -0
- package/types/fhir-ts/BiologicallyDerivedProduct_Property.d.ts.map +1 -0
- package/types/fhir-ts/BodyStructure.d.ts +109 -0
- package/types/fhir-ts/BodyStructure.d.ts.map +1 -0
- package/types/fhir-ts/BodyStructure_IncludedStructure.d.ts +51 -0
- package/types/fhir-ts/BodyStructure_IncludedStructure.d.ts.map +1 -0
- package/types/fhir-ts/BodyStructure_IncludedStructure_BodyLandmarkOrientation.d.ts +44 -0
- package/types/fhir-ts/BodyStructure_IncludedStructure_BodyLandmarkOrientation.d.ts.map +1 -0
- package/types/fhir-ts/BodyStructure_IncludedStructure_BodyLandmarkOrientation_DistanceFromLandmark.d.ts +36 -0
- package/types/fhir-ts/BodyStructure_IncludedStructure_BodyLandmarkOrientation_DistanceFromLandmark.d.ts.map +1 -0
- package/types/fhir-ts/Bundle.d.ts +91 -0
- package/types/fhir-ts/Bundle.d.ts.map +1 -0
- package/types/fhir-ts/Bundle_Entry.d.ts +61 -0
- package/types/fhir-ts/Bundle_Entry.d.ts.map +1 -0
- package/types/fhir-ts/Bundle_Entry_Request.d.ts +55 -0
- package/types/fhir-ts/Bundle_Entry_Request.d.ts.map +1 -0
- package/types/fhir-ts/Bundle_Entry_Response.d.ts +55 -0
- package/types/fhir-ts/Bundle_Entry_Response.d.ts.map +1 -0
- package/types/fhir-ts/Bundle_Entry_Search.d.ts +38 -0
- package/types/fhir-ts/Bundle_Entry_Search.d.ts.map +1 -0
- package/types/fhir-ts/Bundle_Link.d.ts +34 -0
- package/types/fhir-ts/Bundle_Link.d.ts.map +1 -0
- package/types/fhir-ts/CanonicalResource.d.ts +186 -0
- package/types/fhir-ts/CanonicalResource.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement.d.ts +259 -0
- package/types/fhir-ts/CapabilityStatement.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Document.d.ts +40 -0
- package/types/fhir-ts/CapabilityStatement_Document.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Implementation.d.ts +41 -0
- package/types/fhir-ts/CapabilityStatement_Implementation.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Messaging.d.ts +45 -0
- package/types/fhir-ts/CapabilityStatement_Messaging.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Messaging_Endpoint.d.ts +35 -0
- package/types/fhir-ts/CapabilityStatement_Messaging_Endpoint.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Messaging_SupportedMessage.d.ts +34 -0
- package/types/fhir-ts/CapabilityStatement_Messaging_SupportedMessage.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Rest.d.ts +67 -0
- package/types/fhir-ts/CapabilityStatement_Rest.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Interaction.d.ts +34 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Interaction.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Resource.d.ts +133 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Resource.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Resource_Interaction.d.ts +34 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Resource_Interaction.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Resource_Operation.d.ts +41 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Resource_Operation.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Resource_SearchParam.d.ts +47 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Resource_SearchParam.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Security.d.ts +41 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Security.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Software.d.ts +40 -0
- package/types/fhir-ts/CapabilityStatement_Software.d.ts.map +1 -0
- package/types/fhir-ts/CarePlan.d.ts +213 -0
- package/types/fhir-ts/CarePlan.d.ts.map +1 -0
- package/types/fhir-ts/CarePlan_Activity.d.ts +57 -0
- package/types/fhir-ts/CarePlan_Activity.d.ts.map +1 -0
- package/types/fhir-ts/CareTeam.d.ts +133 -0
- package/types/fhir-ts/CareTeam.d.ts.map +1 -0
- package/types/fhir-ts/CareTeam_Participant.d.ts +62 -0
- package/types/fhir-ts/CareTeam_Participant.d.ts.map +1 -0
- package/types/fhir-ts/ChargeItem.d.ts +246 -0
- package/types/fhir-ts/ChargeItem.d.ts.map +1 -0
- package/types/fhir-ts/ChargeItemDefinition.d.ts +243 -0
- package/types/fhir-ts/ChargeItemDefinition.d.ts.map +1 -0
- package/types/fhir-ts/ChargeItemDefinition_Applicability.d.ts +44 -0
- package/types/fhir-ts/ChargeItemDefinition_Applicability.d.ts.map +1 -0
- package/types/fhir-ts/ChargeItemDefinition_PropertyGroup.d.ts +35 -0
- package/types/fhir-ts/ChargeItemDefinition_PropertyGroup.d.ts.map +1 -0
- package/types/fhir-ts/ChargeItem_Performer.d.ts +43 -0
- package/types/fhir-ts/ChargeItem_Performer.d.ts.map +1 -0
- package/types/fhir-ts/Citation.d.ts +271 -0
- package/types/fhir-ts/Citation.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact.d.ts +105 -0
- package/types/fhir-ts/Citation_CitedArtifact.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_Abstract.d.ts +46 -0
- package/types/fhir-ts/Citation_CitedArtifact_Abstract.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_Classification.d.ts +42 -0
- package/types/fhir-ts/Citation_CitedArtifact_Classification.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_Contributorship.d.ts +40 -0
- package/types/fhir-ts/Citation_CitedArtifact_Contributorship.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_Contributorship_Entry.d.ts +75 -0
- package/types/fhir-ts/Citation_CitedArtifact_Contributorship_Entry.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_Contributorship_Entry_ContributionInstance.d.ts +35 -0
- package/types/fhir-ts/Citation_CitedArtifact_Contributorship_Entry_ContributionInstance.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_Contributorship_Summary.d.ts +45 -0
- package/types/fhir-ts/Citation_CitedArtifact_Contributorship_Summary.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_Part.d.ts +43 -0
- package/types/fhir-ts/Citation_CitedArtifact_Part.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_PublicationForm.d.ts +105 -0
- package/types/fhir-ts/Citation_CitedArtifact_PublicationForm.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_PublicationForm_PublishedIn.d.ts +55 -0
- package/types/fhir-ts/Citation_CitedArtifact_PublicationForm_PublishedIn.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_RelatesTo.d.ts +71 -0
- package/types/fhir-ts/Citation_CitedArtifact_RelatesTo.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_StatusDate.d.ts +42 -0
- package/types/fhir-ts/Citation_CitedArtifact_StatusDate.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_Title.d.ts +40 -0
- package/types/fhir-ts/Citation_CitedArtifact_Title.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_Version.d.ts +37 -0
- package/types/fhir-ts/Citation_CitedArtifact_Version.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_WebLocation.d.ts +37 -0
- package/types/fhir-ts/Citation_CitedArtifact_WebLocation.d.ts.map +1 -0
- package/types/fhir-ts/Citation_Classification.d.ts +34 -0
- package/types/fhir-ts/Citation_Classification.d.ts.map +1 -0
- package/types/fhir-ts/Citation_StatusDate.d.ts +42 -0
- package/types/fhir-ts/Citation_StatusDate.d.ts.map +1 -0
- package/types/fhir-ts/Citation_Summary.d.ts +35 -0
- package/types/fhir-ts/Citation_Summary.d.ts.map +1 -0
- package/types/fhir-ts/Claim.d.ts +249 -0
- package/types/fhir-ts/Claim.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse.d.ts +246 -0
- package/types/fhir-ts/ClaimResponse.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_AddItem.d.ts +175 -0
- package/types/fhir-ts/ClaimResponse_AddItem.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_AddItem_BodySite.d.ts +37 -0
- package/types/fhir-ts/ClaimResponse_AddItem_BodySite.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_AddItem_Detail.d.ts +102 -0
- package/types/fhir-ts/ClaimResponse_AddItem_Detail.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_AddItem_Detail_SubDetail.d.ts +97 -0
- package/types/fhir-ts/ClaimResponse_AddItem_Detail_SubDetail.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Error.d.ts +51 -0
- package/types/fhir-ts/ClaimResponse_Error.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Event.d.ts +41 -0
- package/types/fhir-ts/ClaimResponse_Event.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Insurance.d.ts +54 -0
- package/types/fhir-ts/ClaimResponse_Insurance.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Item.d.ts +55 -0
- package/types/fhir-ts/ClaimResponse_Item.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Item_Adjudication.d.ts +50 -0
- package/types/fhir-ts/ClaimResponse_Item_Adjudication.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Item_Detail.d.ts +55 -0
- package/types/fhir-ts/ClaimResponse_Item_Detail.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Item_Detail_SubDetail.d.ts +50 -0
- package/types/fhir-ts/ClaimResponse_Item_Detail_SubDetail.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Item_ReviewOutcome.d.ts +48 -0
- package/types/fhir-ts/ClaimResponse_Item_ReviewOutcome.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Payment.d.ts +59 -0
- package/types/fhir-ts/ClaimResponse_Payment.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_ProcessNote.d.ts +46 -0
- package/types/fhir-ts/ClaimResponse_ProcessNote.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Total.d.ts +36 -0
- package/types/fhir-ts/ClaimResponse_Total.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Accident.d.ts +48 -0
- package/types/fhir-ts/Claim_Accident.d.ts.map +1 -0
- package/types/fhir-ts/Claim_CareTeam.d.ts +56 -0
- package/types/fhir-ts/Claim_CareTeam.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Diagnosis.d.ts +53 -0
- package/types/fhir-ts/Claim_Diagnosis.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Event.d.ts +41 -0
- package/types/fhir-ts/Claim_Event.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Insurance.d.ts +67 -0
- package/types/fhir-ts/Claim_Insurance.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Item.d.ts +186 -0
- package/types/fhir-ts/Claim_Item.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Item_BodySite.d.ts +37 -0
- package/types/fhir-ts/Claim_Item_BodySite.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Item_Detail.d.ts +116 -0
- package/types/fhir-ts/Claim_Item_Detail.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Item_Detail_SubDetail.d.ts +111 -0
- package/types/fhir-ts/Claim_Item_Detail_SubDetail.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Payee.d.ts +41 -0
- package/types/fhir-ts/Claim_Payee.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Procedure.d.ts +58 -0
- package/types/fhir-ts/Claim_Procedure.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Related.d.ts +44 -0
- package/types/fhir-ts/Claim_Related.d.ts.map +1 -0
- package/types/fhir-ts/Claim_SupportingInfo.d.ts +92 -0
- package/types/fhir-ts/Claim_SupportingInfo.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalImpression.d.ts +181 -0
- package/types/fhir-ts/ClinicalImpression.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalImpression_Finding.d.ts +38 -0
- package/types/fhir-ts/ClinicalImpression_Finding.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalUseDefinition.d.ts +134 -0
- package/types/fhir-ts/ClinicalUseDefinition.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalUseDefinition_Contraindication.d.ts +59 -0
- package/types/fhir-ts/ClinicalUseDefinition_Contraindication.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalUseDefinition_Contraindication_OtherTherapy.d.ts +42 -0
- package/types/fhir-ts/ClinicalUseDefinition_Contraindication_OtherTherapy.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalUseDefinition_Indication.d.ts +76 -0
- package/types/fhir-ts/ClinicalUseDefinition_Indication.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalUseDefinition_Interaction.d.ts +51 -0
- package/types/fhir-ts/ClinicalUseDefinition_Interaction.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalUseDefinition_Interaction_Interactant.d.ts +35 -0
- package/types/fhir-ts/ClinicalUseDefinition_Interaction_Interactant.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalUseDefinition_UndesirableEffect.d.ts +41 -0
- package/types/fhir-ts/ClinicalUseDefinition_UndesirableEffect.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalUseDefinition_Warning.d.ts +35 -0
- package/types/fhir-ts/ClinicalUseDefinition_Warning.d.ts.map +1 -0
- package/types/fhir-ts/CodeSystem.d.ts +308 -0
- package/types/fhir-ts/CodeSystem.d.ts.map +1 -0
- package/types/fhir-ts/CodeSystem_Concept.d.ts +54 -0
- package/types/fhir-ts/CodeSystem_Concept.d.ts.map +1 -0
- package/types/fhir-ts/CodeSystem_Concept_Designation.d.ts +48 -0
- package/types/fhir-ts/CodeSystem_Concept_Designation.d.ts.map +1 -0
- package/types/fhir-ts/CodeSystem_Concept_Property.d.ts +65 -0
- package/types/fhir-ts/CodeSystem_Concept_Property.d.ts.map +1 -0
- package/types/fhir-ts/CodeSystem_Filter.d.ts +44 -0
- package/types/fhir-ts/CodeSystem_Filter.d.ts.map +1 -0
- package/types/fhir-ts/CodeSystem_Property.d.ts +44 -0
- package/types/fhir-ts/CodeSystem_Property.d.ts.map +1 -0
- package/types/fhir-ts/CodeableConcept.d.ts +29 -0
- package/types/fhir-ts/CodeableConcept.d.ts.map +1 -0
- package/types/fhir-ts/CodeableReference.d.ts +14 -0
- package/types/fhir-ts/CodeableReference.d.ts.map +1 -0
- package/types/fhir-ts/Coding.d.ts +44 -0
- package/types/fhir-ts/Coding.d.ts.map +1 -0
- package/types/fhir-ts/Communication.d.ts +201 -0
- package/types/fhir-ts/Communication.d.ts.map +1 -0
- package/types/fhir-ts/CommunicationRequest.d.ts +205 -0
- package/types/fhir-ts/CommunicationRequest.d.ts.map +1 -0
- package/types/fhir-ts/CommunicationRequest_Payload.d.ts +41 -0
- package/types/fhir-ts/CommunicationRequest_Payload.d.ts.map +1 -0
- package/types/fhir-ts/Communication_Payload.d.ts +41 -0
- package/types/fhir-ts/Communication_Payload.d.ts.map +1 -0
- package/types/fhir-ts/CompartmentDefinition.d.ts +173 -0
- package/types/fhir-ts/CompartmentDefinition.d.ts.map +1 -0
- package/types/fhir-ts/CompartmentDefinition_Resource.d.ts +50 -0
- package/types/fhir-ts/CompartmentDefinition_Resource.d.ts.map +1 -0
- package/types/fhir-ts/Composition.d.ts +197 -0
- package/types/fhir-ts/Composition.d.ts.map +1 -0
- package/types/fhir-ts/Composition_Attester.d.ts +46 -0
- package/types/fhir-ts/Composition_Attester.d.ts.map +1 -0
- package/types/fhir-ts/Composition_Event.d.ts +37 -0
- package/types/fhir-ts/Composition_Event.d.ts.map +1 -0
- package/types/fhir-ts/Composition_Section.d.ts +89 -0
- package/types/fhir-ts/Composition_Section.d.ts.map +1 -0
- package/types/fhir-ts/ConceptMap.d.ts +279 -0
- package/types/fhir-ts/ConceptMap.d.ts.map +1 -0
- package/types/fhir-ts/ConceptMap_AdditionalAttribute.d.ts +45 -0
- package/types/fhir-ts/ConceptMap_AdditionalAttribute.d.ts.map +1 -0
- package/types/fhir-ts/ConceptMap_Group.d.ts +46 -0
- package/types/fhir-ts/ConceptMap_Group.d.ts.map +1 -0
- package/types/fhir-ts/ConceptMap_Group_Element.d.ts +52 -0
- package/types/fhir-ts/ConceptMap_Group_Element.d.ts.map +1 -0
- package/types/fhir-ts/ConceptMap_Group_Element_Target.d.ts +67 -0
- package/types/fhir-ts/ConceptMap_Group_Element_Target.d.ts.map +1 -0
- package/types/fhir-ts/ConceptMap_Group_Element_Target_DependsOn.d.ts +61 -0
- package/types/fhir-ts/ConceptMap_Group_Element_Target_DependsOn.d.ts.map +1 -0
- package/types/fhir-ts/ConceptMap_Group_Element_Target_Property.d.ts +65 -0
- package/types/fhir-ts/ConceptMap_Group_Element_Target_Property.d.ts.map +1 -0
- package/types/fhir-ts/ConceptMap_Group_Unmapped.d.ts +56 -0
- package/types/fhir-ts/ConceptMap_Group_Unmapped.d.ts.map +1 -0
- package/types/fhir-ts/ConceptMap_Property.d.ts +49 -0
- package/types/fhir-ts/ConceptMap_Property.d.ts.map +1 -0
- package/types/fhir-ts/Condition.d.ts +202 -0
- package/types/fhir-ts/Condition.d.ts.map +1 -0
- package/types/fhir-ts/ConditionDefinition.d.ts +245 -0
- package/types/fhir-ts/ConditionDefinition.d.ts.map +1 -0
- package/types/fhir-ts/ConditionDefinition_Medication.d.ts +34 -0
- package/types/fhir-ts/ConditionDefinition_Medication.d.ts.map +1 -0
- package/types/fhir-ts/ConditionDefinition_Observation.d.ts +34 -0
- package/types/fhir-ts/ConditionDefinition_Observation.d.ts.map +1 -0
- package/types/fhir-ts/ConditionDefinition_Plan.d.ts +36 -0
- package/types/fhir-ts/ConditionDefinition_Plan.d.ts.map +1 -0
- package/types/fhir-ts/ConditionDefinition_Precondition.d.ts +46 -0
- package/types/fhir-ts/ConditionDefinition_Precondition.d.ts.map +1 -0
- package/types/fhir-ts/ConditionDefinition_Questionnaire.d.ts +36 -0
- package/types/fhir-ts/ConditionDefinition_Questionnaire.d.ts.map +1 -0
- package/types/fhir-ts/Condition_Participant.d.ts +42 -0
- package/types/fhir-ts/Condition_Participant.d.ts.map +1 -0
- package/types/fhir-ts/Condition_Stage.d.ts +43 -0
- package/types/fhir-ts/Condition_Stage.d.ts.map +1 -0
- package/types/fhir-ts/Consent.d.ts +172 -0
- package/types/fhir-ts/Consent.d.ts.map +1 -0
- package/types/fhir-ts/Consent_PolicyBasis.d.ts +37 -0
- package/types/fhir-ts/Consent_PolicyBasis.d.ts.map +1 -0
- package/types/fhir-ts/Consent_Provision.d.ts +95 -0
- package/types/fhir-ts/Consent_Provision.d.ts.map +1 -0
- package/types/fhir-ts/Consent_Provision_Actor.d.ts +43 -0
- package/types/fhir-ts/Consent_Provision_Actor.d.ts.map +1 -0
- package/types/fhir-ts/Consent_Provision_Data.d.ts +36 -0
- package/types/fhir-ts/Consent_Provision_Data.d.ts.map +1 -0
- package/types/fhir-ts/Consent_Verification.d.ts +58 -0
- package/types/fhir-ts/Consent_Verification.d.ts.map +1 -0
- package/types/fhir-ts/ContactDetail.d.ts +28 -0
- package/types/fhir-ts/ContactDetail.d.ts.map +1 -0
- package/types/fhir-ts/ContactPoint.d.ts +49 -0
- package/types/fhir-ts/ContactPoint.d.ts.map +1 -0
- package/types/fhir-ts/Contract.d.ts +254 -0
- package/types/fhir-ts/Contract.d.ts.map +1 -0
- package/types/fhir-ts/Contract_ContentDefinition.d.ts +59 -0
- package/types/fhir-ts/Contract_ContentDefinition.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Friendly.d.ts +35 -0
- package/types/fhir-ts/Contract_Friendly.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Legal.d.ts +35 -0
- package/types/fhir-ts/Contract_Legal.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Rule.d.ts +35 -0
- package/types/fhir-ts/Contract_Rule.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Signer.d.ts +46 -0
- package/types/fhir-ts/Contract_Signer.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term.d.ts +93 -0
- package/types/fhir-ts/Contract_Term.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term_Action.d.ts +153 -0
- package/types/fhir-ts/Contract_Term_Action.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term_Action_Subject.d.ts +42 -0
- package/types/fhir-ts/Contract_Term_Action_Subject.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term_Asset.d.ts +104 -0
- package/types/fhir-ts/Contract_Term_Asset.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term_Asset_Context.d.ts +42 -0
- package/types/fhir-ts/Contract_Term_Asset_Context.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term_Asset_ValuedItem.d.ts +109 -0
- package/types/fhir-ts/Contract_Term_Asset_ValuedItem.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term_Offer.d.ts +82 -0
- package/types/fhir-ts/Contract_Term_Offer.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term_Offer_Answer.d.ts +88 -0
- package/types/fhir-ts/Contract_Term_Offer_Answer.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term_Offer_Party.d.ts +42 -0
- package/types/fhir-ts/Contract_Term_Offer_Party.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term_SecurityLabel.d.ts +45 -0
- package/types/fhir-ts/Contract_Term_SecurityLabel.d.ts.map +1 -0
- package/types/fhir-ts/Count.d.ts +43 -0
- package/types/fhir-ts/Count.d.ts.map +1 -0
- package/types/fhir-ts/Coverage.d.ts +178 -0
- package/types/fhir-ts/Coverage.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityRequest.d.ts +153 -0
- package/types/fhir-ts/CoverageEligibilityRequest.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityRequest_Event.d.ts +41 -0
- package/types/fhir-ts/CoverageEligibilityRequest_Event.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityRequest_Insurance.d.ts +42 -0
- package/types/fhir-ts/CoverageEligibilityRequest_Insurance.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityRequest_Item.d.ts +86 -0
- package/types/fhir-ts/CoverageEligibilityRequest_Item.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityRequest_Item_Diagnosis.d.ts +35 -0
- package/types/fhir-ts/CoverageEligibilityRequest_Item_Diagnosis.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityRequest_SupportingInfo.d.ts +42 -0
- package/types/fhir-ts/CoverageEligibilityRequest_SupportingInfo.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityResponse.d.ts +159 -0
- package/types/fhir-ts/CoverageEligibilityResponse.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Error.d.ts +36 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Error.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Event.d.ts +41 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Event.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Insurance.d.ts +47 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Insurance.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Insurance_Item.d.ts +103 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Insurance_Item.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Insurance_Item_Benefit.d.ts +62 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Insurance_Item_Benefit.d.ts.map +1 -0
- package/types/fhir-ts/Coverage_Class.d.ts +42 -0
- package/types/fhir-ts/Coverage_Class.d.ts.map +1 -0
- package/types/fhir-ts/Coverage_CostToBeneficiary.d.ts +68 -0
- package/types/fhir-ts/Coverage_CostToBeneficiary.d.ts.map +1 -0
- package/types/fhir-ts/Coverage_CostToBeneficiary_Exception.d.ts +35 -0
- package/types/fhir-ts/Coverage_CostToBeneficiary_Exception.d.ts.map +1 -0
- package/types/fhir-ts/Coverage_PaymentBy.d.ts +38 -0
- package/types/fhir-ts/Coverage_PaymentBy.d.ts.map +1 -0
- package/types/fhir-ts/DataRequirement.d.ts +71 -0
- package/types/fhir-ts/DataRequirement.d.ts.map +1 -0
- package/types/fhir-ts/DataRequirement_CodeFilter.d.ts +38 -0
- package/types/fhir-ts/DataRequirement_CodeFilter.d.ts.map +1 -0
- package/types/fhir-ts/DataRequirement_DateFilter.d.ts +44 -0
- package/types/fhir-ts/DataRequirement_DateFilter.d.ts.map +1 -0
- package/types/fhir-ts/DataRequirement_Sort.d.ts +26 -0
- package/types/fhir-ts/DataRequirement_Sort.d.ts.map +1 -0
- package/types/fhir-ts/DataRequirement_ValueFilter.d.ts +49 -0
- package/types/fhir-ts/DataRequirement_ValueFilter.d.ts.map +1 -0
- package/types/fhir-ts/DetectedIssue.d.ts +159 -0
- package/types/fhir-ts/DetectedIssue.d.ts.map +1 -0
- package/types/fhir-ts/DetectedIssue_Evidence.d.ts +36 -0
- package/types/fhir-ts/DetectedIssue_Evidence.d.ts.map +1 -0
- package/types/fhir-ts/DetectedIssue_Mitigation.d.ts +51 -0
- package/types/fhir-ts/DetectedIssue_Mitigation.d.ts.map +1 -0
- package/types/fhir-ts/Device.d.ts +242 -0
- package/types/fhir-ts/Device.d.ts.map +1 -0
- package/types/fhir-ts/DeviceAssociation.d.ts +116 -0
- package/types/fhir-ts/DeviceAssociation.d.ts.map +1 -0
- package/types/fhir-ts/DeviceAssociation_Operation.d.ts +44 -0
- package/types/fhir-ts/DeviceAssociation_Operation.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition.d.ts +200 -0
- package/types/fhir-ts/DeviceDefinition.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_ChargeItem.d.ts +48 -0
- package/types/fhir-ts/DeviceDefinition_ChargeItem.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_Classification.d.ts +35 -0
- package/types/fhir-ts/DeviceDefinition_Classification.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_ConformsTo.d.ts +46 -0
- package/types/fhir-ts/DeviceDefinition_ConformsTo.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_CorrectiveAction.d.ts +41 -0
- package/types/fhir-ts/DeviceDefinition_CorrectiveAction.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_DeviceName.d.ts +35 -0
- package/types/fhir-ts/DeviceDefinition_DeviceName.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_Guideline.d.ts +65 -0
- package/types/fhir-ts/DeviceDefinition_Guideline.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_HasPart.d.ts +36 -0
- package/types/fhir-ts/DeviceDefinition_HasPart.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_Link.d.ts +36 -0
- package/types/fhir-ts/DeviceDefinition_Link.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_Material.d.ts +40 -0
- package/types/fhir-ts/DeviceDefinition_Material.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_Packaging.d.ts +56 -0
- package/types/fhir-ts/DeviceDefinition_Packaging.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_Packaging_Distributor.d.ts +36 -0
- package/types/fhir-ts/DeviceDefinition_Packaging_Distributor.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_Property.d.ts +68 -0
- package/types/fhir-ts/DeviceDefinition_Property.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_RegulatoryIdentifier.d.ts +44 -0
- package/types/fhir-ts/DeviceDefinition_RegulatoryIdentifier.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_UdiDeviceIdentifier.d.ts +44 -0
- package/types/fhir-ts/DeviceDefinition_UdiDeviceIdentifier.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_UdiDeviceIdentifier_MarketDistribution.d.ts +35 -0
- package/types/fhir-ts/DeviceDefinition_UdiDeviceIdentifier_MarketDistribution.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_Version.d.ts +42 -0
- package/types/fhir-ts/DeviceDefinition_Version.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDispense.d.ts +191 -0
- package/types/fhir-ts/DeviceDispense.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDispense_Performer.d.ts +42 -0
- package/types/fhir-ts/DeviceDispense_Performer.d.ts.map +1 -0
- package/types/fhir-ts/DeviceMetric.d.ts +115 -0
- package/types/fhir-ts/DeviceMetric.d.ts.map +1 -0
- package/types/fhir-ts/DeviceMetric_Calibration.d.ts +39 -0
- package/types/fhir-ts/DeviceMetric_Calibration.d.ts.map +1 -0
- package/types/fhir-ts/DeviceRequest.d.ts +234 -0
- package/types/fhir-ts/DeviceRequest.d.ts.map +1 -0
- package/types/fhir-ts/DeviceRequest_Parameter.d.ts +52 -0
- package/types/fhir-ts/DeviceRequest_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/DeviceUsage.d.ts +186 -0
- package/types/fhir-ts/DeviceUsage.d.ts.map +1 -0
- package/types/fhir-ts/DeviceUsage_Adherence.d.ts +34 -0
- package/types/fhir-ts/DeviceUsage_Adherence.d.ts.map +1 -0
- package/types/fhir-ts/Device_ConformsTo.d.ts +40 -0
- package/types/fhir-ts/Device_ConformsTo.d.ts.map +1 -0
- package/types/fhir-ts/Device_Name.d.ts +39 -0
- package/types/fhir-ts/Device_Name.d.ts.map +1 -0
- package/types/fhir-ts/Device_Property.d.ts +68 -0
- package/types/fhir-ts/Device_Property.d.ts.map +1 -0
- package/types/fhir-ts/Device_UdiCarrier.d.ts +60 -0
- package/types/fhir-ts/Device_UdiCarrier.d.ts.map +1 -0
- package/types/fhir-ts/Device_Version.d.ts +47 -0
- package/types/fhir-ts/Device_Version.d.ts.map +1 -0
- package/types/fhir-ts/DiagnosticReport.d.ts +212 -0
- package/types/fhir-ts/DiagnosticReport.d.ts.map +1 -0
- package/types/fhir-ts/DiagnosticReport_Media.d.ts +37 -0
- package/types/fhir-ts/DiagnosticReport_Media.d.ts.map +1 -0
- package/types/fhir-ts/DiagnosticReport_SupportingInfo.d.ts +39 -0
- package/types/fhir-ts/DiagnosticReport_SupportingInfo.d.ts.map +1 -0
- package/types/fhir-ts/Distance.d.ts +43 -0
- package/types/fhir-ts/Distance.d.ts.map +1 -0
- package/types/fhir-ts/DocumentReference.d.ts +224 -0
- package/types/fhir-ts/DocumentReference.d.ts.map +1 -0
- package/types/fhir-ts/DocumentReference_Attester.d.ts +46 -0
- package/types/fhir-ts/DocumentReference_Attester.d.ts.map +1 -0
- package/types/fhir-ts/DocumentReference_Content.d.ts +34 -0
- package/types/fhir-ts/DocumentReference_Content.d.ts.map +1 -0
- package/types/fhir-ts/DocumentReference_Content_Profile.d.ts +40 -0
- package/types/fhir-ts/DocumentReference_Content_Profile.d.ts.map +1 -0
- package/types/fhir-ts/DocumentReference_RelatesTo.d.ts +37 -0
- package/types/fhir-ts/DocumentReference_RelatesTo.d.ts.map +1 -0
- package/types/fhir-ts/DomainResource.d.ts +61 -0
- package/types/fhir-ts/DomainResource.d.ts.map +1 -0
- package/types/fhir-ts/Dosage.d.ts +106 -0
- package/types/fhir-ts/Dosage.d.ts.map +1 -0
- package/types/fhir-ts/Dosage_DoseAndRate.d.ts +49 -0
- package/types/fhir-ts/Dosage_DoseAndRate.d.ts.map +1 -0
- package/types/fhir-ts/Duration.d.ts +43 -0
- package/types/fhir-ts/Duration.d.ts.map +1 -0
- package/types/fhir-ts/Element.d.ts +15 -0
- package/types/fhir-ts/Element.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition.d.ts +1149 -0
- package/types/fhir-ts/ElementDefinition.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition_Base.d.ts +33 -0
- package/types/fhir-ts/ElementDefinition_Base.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition_Binding.d.ts +38 -0
- package/types/fhir-ts/ElementDefinition_Binding.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition_Binding_Additional.d.ts +50 -0
- package/types/fhir-ts/ElementDefinition_Binding_Additional.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition_Constraint.d.ts +57 -0
- package/types/fhir-ts/ElementDefinition_Constraint.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition_Example.d.ts +325 -0
- package/types/fhir-ts/ElementDefinition_Example.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition_Mapping.d.ts +38 -0
- package/types/fhir-ts/ElementDefinition_Mapping.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition_Slicing.d.ts +39 -0
- package/types/fhir-ts/ElementDefinition_Slicing.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition_Slicing_Discriminator.d.ts +27 -0
- package/types/fhir-ts/ElementDefinition_Slicing_Discriminator.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition_Type.d.ts +45 -0
- package/types/fhir-ts/ElementDefinition_Type.d.ts.map +1 -0
- package/types/fhir-ts/Encounter.d.ts +248 -0
- package/types/fhir-ts/Encounter.d.ts.map +1 -0
- package/types/fhir-ts/EncounterHistory.d.ts +147 -0
- package/types/fhir-ts/EncounterHistory.d.ts.map +1 -0
- package/types/fhir-ts/EncounterHistory_Location.d.ts +39 -0
- package/types/fhir-ts/EncounterHistory_Location.d.ts.map +1 -0
- package/types/fhir-ts/Encounter_Admission.d.ts +58 -0
- package/types/fhir-ts/Encounter_Admission.d.ts.map +1 -0
- package/types/fhir-ts/Encounter_Diagnosis.d.ts +36 -0
- package/types/fhir-ts/Encounter_Diagnosis.d.ts.map +1 -0
- package/types/fhir-ts/Encounter_Location.d.ts +52 -0
- package/types/fhir-ts/Encounter_Location.d.ts.map +1 -0
- package/types/fhir-ts/Encounter_Participant.d.ts +56 -0
- package/types/fhir-ts/Encounter_Participant.d.ts.map +1 -0
- package/types/fhir-ts/Encounter_Reason.d.ts +40 -0
- package/types/fhir-ts/Encounter_Reason.d.ts.map +1 -0
- package/types/fhir-ts/Endpoint.d.ts +139 -0
- package/types/fhir-ts/Endpoint.d.ts.map +1 -0
- package/types/fhir-ts/Endpoint_Payload.d.ts +37 -0
- package/types/fhir-ts/Endpoint_Payload.d.ts.map +1 -0
- package/types/fhir-ts/EnrollmentRequest.d.ts +104 -0
- package/types/fhir-ts/EnrollmentRequest.d.ts.map +1 -0
- package/types/fhir-ts/EnrollmentResponse.d.ts +108 -0
- package/types/fhir-ts/EnrollmentResponse.d.ts.map +1 -0
- package/types/fhir-ts/EpisodeOfCare.d.ts +141 -0
- package/types/fhir-ts/EpisodeOfCare.d.ts.map +1 -0
- package/types/fhir-ts/EpisodeOfCare_Diagnosis.d.ts +36 -0
- package/types/fhir-ts/EpisodeOfCare_Diagnosis.d.ts.map +1 -0
- package/types/fhir-ts/EpisodeOfCare_Reason.d.ts +39 -0
- package/types/fhir-ts/EpisodeOfCare_Reason.d.ts.map +1 -0
- package/types/fhir-ts/EpisodeOfCare_StatusHistory.d.ts +35 -0
- package/types/fhir-ts/EpisodeOfCare_StatusHistory.d.ts.map +1 -0
- package/types/fhir-ts/EventDefinition.d.ts +271 -0
- package/types/fhir-ts/EventDefinition.d.ts.map +1 -0
- package/types/fhir-ts/Evidence.d.ts +267 -0
- package/types/fhir-ts/Evidence.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceReport.d.ts +182 -0
- package/types/fhir-ts/EvidenceReport.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceReport_RelatesTo.d.ts +35 -0
- package/types/fhir-ts/EvidenceReport_RelatesTo.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceReport_RelatesTo_Target.d.ts +47 -0
- package/types/fhir-ts/EvidenceReport_RelatesTo_Target.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceReport_Section.d.ts +106 -0
- package/types/fhir-ts/EvidenceReport_Section.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceReport_Subject.d.ts +34 -0
- package/types/fhir-ts/EvidenceReport_Subject.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceReport_Subject_Characteristic.d.ts +70 -0
- package/types/fhir-ts/EvidenceReport_Subject_Characteristic.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceVariable.d.ts +259 -0
- package/types/fhir-ts/EvidenceVariable.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceVariable_Category.d.ts +47 -0
- package/types/fhir-ts/EvidenceVariable_Category.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceVariable_Characteristic.d.ts +114 -0
- package/types/fhir-ts/EvidenceVariable_Characteristic.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceVariable_Characteristic_DefinitionByCombination.d.ts +39 -0
- package/types/fhir-ts/EvidenceVariable_Characteristic_DefinitionByCombination.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceVariable_Characteristic_DefinitionByTypeAndValue.d.ts +80 -0
- package/types/fhir-ts/EvidenceVariable_Characteristic_DefinitionByTypeAndValue.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceVariable_Characteristic_TimeFromEvent.d.ts +69 -0
- package/types/fhir-ts/EvidenceVariable_Characteristic_TimeFromEvent.d.ts.map +1 -0
- package/types/fhir-ts/Evidence_Certainty.d.ts +56 -0
- package/types/fhir-ts/Evidence_Certainty.d.ts.map +1 -0
- package/types/fhir-ts/Evidence_Statistic.d.ts +80 -0
- package/types/fhir-ts/Evidence_Statistic.d.ts.map +1 -0
- package/types/fhir-ts/Evidence_Statistic_AttributeEstimate.d.ts +65 -0
- package/types/fhir-ts/Evidence_Statistic_AttributeEstimate.d.ts.map +1 -0
- package/types/fhir-ts/Evidence_Statistic_ModelCharacteristic.d.ts +45 -0
- package/types/fhir-ts/Evidence_Statistic_ModelCharacteristic.d.ts.map +1 -0
- package/types/fhir-ts/Evidence_Statistic_ModelCharacteristic_Variable.d.ts +55 -0
- package/types/fhir-ts/Evidence_Statistic_ModelCharacteristic_Variable.d.ts.map +1 -0
- package/types/fhir-ts/Evidence_Statistic_SampleSize.d.ts +50 -0
- package/types/fhir-ts/Evidence_Statistic_SampleSize.d.ts.map +1 -0
- package/types/fhir-ts/Evidence_VariableDefinition.d.ts +59 -0
- package/types/fhir-ts/Evidence_VariableDefinition.d.ts.map +1 -0
- package/types/fhir-ts/ExampleScenario.d.ts +199 -0
- package/types/fhir-ts/ExampleScenario.d.ts.map +1 -0
- package/types/fhir-ts/ExampleScenario_Actor.d.ts +44 -0
- package/types/fhir-ts/ExampleScenario_Actor.d.ts.map +1 -0
- package/types/fhir-ts/ExampleScenario_Instance.d.ts +77 -0
- package/types/fhir-ts/ExampleScenario_Instance.d.ts.map +1 -0
- package/types/fhir-ts/ExampleScenario_Instance_ContainedInstance.d.ts +35 -0
- package/types/fhir-ts/ExampleScenario_Instance_ContainedInstance.d.ts.map +1 -0
- package/types/fhir-ts/ExampleScenario_Instance_Version.d.ts +46 -0
- package/types/fhir-ts/ExampleScenario_Instance_Version.d.ts.map +1 -0
- package/types/fhir-ts/ExampleScenario_Process.d.ts +50 -0
- package/types/fhir-ts/ExampleScenario_Process.d.ts.map +1 -0
- package/types/fhir-ts/ExampleScenario_Process_Step.d.ts +55 -0
- package/types/fhir-ts/ExampleScenario_Process_Step.d.ts.map +1 -0
- package/types/fhir-ts/ExampleScenario_Process_Step_Alternative.d.ts +39 -0
- package/types/fhir-ts/ExampleScenario_Process_Step_Alternative.d.ts.map +1 -0
- package/types/fhir-ts/ExampleScenario_Process_Step_Operation.d.ts +75 -0
- package/types/fhir-ts/ExampleScenario_Process_Step_Operation.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit.d.ts +342 -0
- package/types/fhir-ts/ExplanationOfBenefit.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Accident.d.ts +48 -0
- package/types/fhir-ts/ExplanationOfBenefit_Accident.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_AddItem.d.ts +180 -0
- package/types/fhir-ts/ExplanationOfBenefit_AddItem.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_AddItem_BodySite.d.ts +37 -0
- package/types/fhir-ts/ExplanationOfBenefit_AddItem_BodySite.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_AddItem_Detail.d.ts +107 -0
- package/types/fhir-ts/ExplanationOfBenefit_AddItem_Detail.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_AddItem_Detail_SubDetail.d.ts +102 -0
- package/types/fhir-ts/ExplanationOfBenefit_AddItem_Detail_SubDetail.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_BenefitBalance.d.ts +68 -0
- package/types/fhir-ts/ExplanationOfBenefit_BenefitBalance.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_BenefitBalance_Financial.d.ts +57 -0
- package/types/fhir-ts/ExplanationOfBenefit_BenefitBalance_Financial.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_CareTeam.d.ts +56 -0
- package/types/fhir-ts/ExplanationOfBenefit_CareTeam.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Diagnosis.d.ts +53 -0
- package/types/fhir-ts/ExplanationOfBenefit_Diagnosis.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Event.d.ts +41 -0
- package/types/fhir-ts/ExplanationOfBenefit_Event.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Insurance.d.ts +43 -0
- package/types/fhir-ts/ExplanationOfBenefit_Insurance.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item.d.ts +200 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_Adjudication.d.ts +50 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_Adjudication.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_BodySite.d.ts +37 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_BodySite.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_Detail.d.ts +131 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_Detail.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_Detail_SubDetail.d.ts +126 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_Detail_SubDetail.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_ReviewOutcome.d.ts +48 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_ReviewOutcome.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Payee.d.ts +41 -0
- package/types/fhir-ts/ExplanationOfBenefit_Payee.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Payment.d.ts +59 -0
- package/types/fhir-ts/ExplanationOfBenefit_Payment.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Procedure.d.ts +57 -0
- package/types/fhir-ts/ExplanationOfBenefit_Procedure.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_ProcessNote.d.ts +46 -0
- package/types/fhir-ts/ExplanationOfBenefit_ProcessNote.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Related.d.ts +44 -0
- package/types/fhir-ts/ExplanationOfBenefit_Related.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_SupportingInfo.d.ts +94 -0
- package/types/fhir-ts/ExplanationOfBenefit_SupportingInfo.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Total.d.ts +36 -0
- package/types/fhir-ts/ExplanationOfBenefit_Total.d.ts.map +1 -0
- package/types/fhir-ts/Expression.d.ts +43 -0
- package/types/fhir-ts/Expression.d.ts.map +1 -0
- package/types/fhir-ts/ExtendedContactDetail.d.ts +56 -0
- package/types/fhir-ts/ExtendedContactDetail.d.ts.map +1 -0
- package/types/fhir-ts/Extension.d.ts +325 -0
- package/types/fhir-ts/Extension.d.ts.map +1 -0
- package/types/fhir-ts/FamilyMemberHistory.d.ts +219 -0
- package/types/fhir-ts/FamilyMemberHistory.d.ts.map +1 -0
- package/types/fhir-ts/FamilyMemberHistory_Condition.d.ts +69 -0
- package/types/fhir-ts/FamilyMemberHistory_Condition.d.ts.map +1 -0
- package/types/fhir-ts/FamilyMemberHistory_Participant.d.ts +42 -0
- package/types/fhir-ts/FamilyMemberHistory_Participant.d.ts.map +1 -0
- package/types/fhir-ts/FamilyMemberHistory_Procedure.d.ts +74 -0
- package/types/fhir-ts/FamilyMemberHistory_Procedure.d.ts.map +1 -0
- package/types/fhir-ts/FhirPrimitive.d.ts +7 -0
- package/types/fhir-ts/FhirPrimitive.d.ts.map +1 -0
- package/types/fhir-ts/Flag.d.ts +122 -0
- package/types/fhir-ts/Flag.d.ts.map +1 -0
- package/types/fhir-ts/FormularyItem.d.ts +79 -0
- package/types/fhir-ts/FormularyItem.d.ts.map +1 -0
- package/types/fhir-ts/GenomicStudy.d.ts +153 -0
- package/types/fhir-ts/GenomicStudy.d.ts.map +1 -0
- package/types/fhir-ts/GenomicStudy_Analysis.d.ts +125 -0
- package/types/fhir-ts/GenomicStudy_Analysis.d.ts.map +1 -0
- package/types/fhir-ts/GenomicStudy_Analysis_Device.d.ts +36 -0
- package/types/fhir-ts/GenomicStudy_Analysis_Device.d.ts.map +1 -0
- package/types/fhir-ts/GenomicStudy_Analysis_Input.d.ts +47 -0
- package/types/fhir-ts/GenomicStudy_Analysis_Input.d.ts.map +1 -0
- package/types/fhir-ts/GenomicStudy_Analysis_Output.d.ts +36 -0
- package/types/fhir-ts/GenomicStudy_Analysis_Output.d.ts.map +1 -0
- package/types/fhir-ts/GenomicStudy_Analysis_Performer.d.ts +39 -0
- package/types/fhir-ts/GenomicStudy_Analysis_Performer.d.ts.map +1 -0
- package/types/fhir-ts/Goal.d.ts +178 -0
- package/types/fhir-ts/Goal.d.ts.map +1 -0
- package/types/fhir-ts/Goal_Target.d.ts +79 -0
- package/types/fhir-ts/Goal_Target.d.ts.map +1 -0
- package/types/fhir-ts/GraphDefinition.d.ts +198 -0
- package/types/fhir-ts/GraphDefinition.d.ts.map +1 -0
- package/types/fhir-ts/GraphDefinition_Link.d.ts +71 -0
- package/types/fhir-ts/GraphDefinition_Link.d.ts.map +1 -0
- package/types/fhir-ts/GraphDefinition_Link_Compartment.d.ts +50 -0
- package/types/fhir-ts/GraphDefinition_Link_Compartment.d.ts.map +1 -0
- package/types/fhir-ts/GraphDefinition_Node.d.ts +44 -0
- package/types/fhir-ts/GraphDefinition_Node.d.ts.map +1 -0
- package/types/fhir-ts/Group.d.ts +131 -0
- package/types/fhir-ts/Group.d.ts.map +1 -0
- package/types/fhir-ts/Group_Characteristic.d.ts +70 -0
- package/types/fhir-ts/Group_Characteristic.d.ts.map +1 -0
- package/types/fhir-ts/Group_Member.d.ts +52 -0
- package/types/fhir-ts/Group_Member.d.ts.map +1 -0
- package/types/fhir-ts/GuidanceResponse.d.ts +173 -0
- package/types/fhir-ts/GuidanceResponse.d.ts.map +1 -0
- package/types/fhir-ts/HealthcareService.d.ts +203 -0
- package/types/fhir-ts/HealthcareService.d.ts.map +1 -0
- package/types/fhir-ts/HealthcareService_Eligibility.d.ts +36 -0
- package/types/fhir-ts/HealthcareService_Eligibility.d.ts.map +1 -0
- package/types/fhir-ts/HumanName.d.ts +56 -0
- package/types/fhir-ts/HumanName.d.ts.map +1 -0
- package/types/fhir-ts/Identifier.d.ts +55 -0
- package/types/fhir-ts/Identifier.d.ts.map +1 -0
- package/types/fhir-ts/ImagingSelection.d.ts +179 -0
- package/types/fhir-ts/ImagingSelection.d.ts.map +1 -0
- package/types/fhir-ts/ImagingSelection_Instance.d.ts +64 -0
- package/types/fhir-ts/ImagingSelection_Instance.d.ts.map +1 -0
- package/types/fhir-ts/ImagingSelection_Instance_ImageRegion2D.d.ts +37 -0
- package/types/fhir-ts/ImagingSelection_Instance_ImageRegion2D.d.ts.map +1 -0
- package/types/fhir-ts/ImagingSelection_Instance_ImageRegion3D.d.ts +36 -0
- package/types/fhir-ts/ImagingSelection_Instance_ImageRegion3D.d.ts.map +1 -0
- package/types/fhir-ts/ImagingSelection_Performer.d.ts +43 -0
- package/types/fhir-ts/ImagingSelection_Performer.d.ts.map +1 -0
- package/types/fhir-ts/ImagingStudy.d.ts +182 -0
- package/types/fhir-ts/ImagingStudy.d.ts.map +1 -0
- package/types/fhir-ts/ImagingStudy_Series.d.ts +92 -0
- package/types/fhir-ts/ImagingStudy_Series.d.ts.map +1 -0
- package/types/fhir-ts/ImagingStudy_Series_Instance.d.ts +47 -0
- package/types/fhir-ts/ImagingStudy_Series_Instance.d.ts.map +1 -0
- package/types/fhir-ts/ImagingStudy_Series_Performer.d.ts +43 -0
- package/types/fhir-ts/ImagingStudy_Series_Performer.d.ts.map +1 -0
- package/types/fhir-ts/Immunization.d.ts +234 -0
- package/types/fhir-ts/Immunization.d.ts.map +1 -0
- package/types/fhir-ts/ImmunizationEvaluation.d.ts +134 -0
- package/types/fhir-ts/ImmunizationEvaluation.d.ts.map +1 -0
- package/types/fhir-ts/ImmunizationRecommendation.d.ts +90 -0
- package/types/fhir-ts/ImmunizationRecommendation.d.ts.map +1 -0
- package/types/fhir-ts/ImmunizationRecommendation_Recommendation.d.ts +92 -0
- package/types/fhir-ts/ImmunizationRecommendation_Recommendation.d.ts.map +1 -0
- package/types/fhir-ts/ImmunizationRecommendation_Recommendation_DateCriterion.d.ts +35 -0
- package/types/fhir-ts/ImmunizationRecommendation_Recommendation_DateCriterion.d.ts.map +1 -0
- package/types/fhir-ts/Immunization_Performer.d.ts +41 -0
- package/types/fhir-ts/Immunization_Performer.d.ts.map +1 -0
- package/types/fhir-ts/Immunization_ProgramEligibility.d.ts +34 -0
- package/types/fhir-ts/Immunization_ProgramEligibility.d.ts.map +1 -0
- package/types/fhir-ts/Immunization_ProtocolApplied.d.ts +54 -0
- package/types/fhir-ts/Immunization_ProtocolApplied.d.ts.map +1 -0
- package/types/fhir-ts/Immunization_Reaction.d.ts +41 -0
- package/types/fhir-ts/Immunization_Reaction.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide.d.ts +220 -0
- package/types/fhir-ts/ImplementationGuide.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Definition.d.ts +48 -0
- package/types/fhir-ts/ImplementationGuide_Definition.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Grouping.d.ts +34 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Grouping.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Page.d.ts +61 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Page.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Parameter.d.ts +35 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Resource.d.ts +71 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Resource.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Template.d.ts +39 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Template.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_DependsOn.d.ts +47 -0
- package/types/fhir-ts/ImplementationGuide_DependsOn.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Global.d.ts +35 -0
- package/types/fhir-ts/ImplementationGuide_Global.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Manifest.d.ts +49 -0
- package/types/fhir-ts/ImplementationGuide_Manifest.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Manifest_Page.d.ts +41 -0
- package/types/fhir-ts/ImplementationGuide_Manifest_Page.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Manifest_Resource.d.ts +54 -0
- package/types/fhir-ts/ImplementationGuide_Manifest_Resource.d.ts.map +1 -0
- package/types/fhir-ts/Ingredient.d.ts +118 -0
- package/types/fhir-ts/Ingredient.d.ts.map +1 -0
- package/types/fhir-ts/Ingredient_Manufacturer.d.ts +36 -0
- package/types/fhir-ts/Ingredient_Manufacturer.d.ts.map +1 -0
- package/types/fhir-ts/Ingredient_Substance.d.ts +35 -0
- package/types/fhir-ts/Ingredient_Substance.d.ts.map +1 -0
- package/types/fhir-ts/Ingredient_Substance_Strength.d.ts +98 -0
- package/types/fhir-ts/Ingredient_Substance_Strength.d.ts.map +1 -0
- package/types/fhir-ts/Ingredient_Substance_Strength_ReferenceStrength.d.ts +60 -0
- package/types/fhir-ts/Ingredient_Substance_Strength_ReferenceStrength.d.ts.map +1 -0
- package/types/fhir-ts/InsurancePlan.d.ts +143 -0
- package/types/fhir-ts/InsurancePlan.d.ts.map +1 -0
- package/types/fhir-ts/InsurancePlan_Coverage.d.ts +42 -0
- package/types/fhir-ts/InsurancePlan_Coverage.d.ts.map +1 -0
- package/types/fhir-ts/InsurancePlan_Coverage_Benefit.d.ts +40 -0
- package/types/fhir-ts/InsurancePlan_Coverage_Benefit.d.ts.map +1 -0
- package/types/fhir-ts/InsurancePlan_Coverage_Benefit_Limit.d.ts +37 -0
- package/types/fhir-ts/InsurancePlan_Coverage_Benefit_Limit.d.ts.map +1 -0
- package/types/fhir-ts/InsurancePlan_Plan.d.ts +59 -0
- package/types/fhir-ts/InsurancePlan_Plan.d.ts.map +1 -0
- package/types/fhir-ts/InsurancePlan_Plan_GeneralCost.d.ts +46 -0
- package/types/fhir-ts/InsurancePlan_Plan_GeneralCost.d.ts.map +1 -0
- package/types/fhir-ts/InsurancePlan_Plan_SpecificCost.d.ts +34 -0
- package/types/fhir-ts/InsurancePlan_Plan_SpecificCost.d.ts.map +1 -0
- package/types/fhir-ts/InsurancePlan_Plan_SpecificCost_Benefit.d.ts +34 -0
- package/types/fhir-ts/InsurancePlan_Plan_SpecificCost_Benefit.d.ts.map +1 -0
- package/types/fhir-ts/InsurancePlan_Plan_SpecificCost_Benefit_Cost.d.ts +45 -0
- package/types/fhir-ts/InsurancePlan_Plan_SpecificCost_Benefit_Cost.d.ts.map +1 -0
- package/types/fhir-ts/InventoryItem.d.ts +139 -0
- package/types/fhir-ts/InventoryItem.d.ts.map +1 -0
- package/types/fhir-ts/InventoryItem_Association.d.ts +48 -0
- package/types/fhir-ts/InventoryItem_Association.d.ts.map +1 -0
- package/types/fhir-ts/InventoryItem_Characteristic.d.ts +101 -0
- package/types/fhir-ts/InventoryItem_Characteristic.d.ts.map +1 -0
- package/types/fhir-ts/InventoryItem_Description.d.ts +34 -0
- package/types/fhir-ts/InventoryItem_Description.d.ts.map +1 -0
- package/types/fhir-ts/InventoryItem_Instance.d.ts +54 -0
- package/types/fhir-ts/InventoryItem_Instance.d.ts.map +1 -0
- package/types/fhir-ts/InventoryItem_Name.d.ts +40 -0
- package/types/fhir-ts/InventoryItem_Name.d.ts.map +1 -0
- package/types/fhir-ts/InventoryItem_ResponsibleOrganization.d.ts +36 -0
- package/types/fhir-ts/InventoryItem_ResponsibleOrganization.d.ts.map +1 -0
- package/types/fhir-ts/InventoryReport.d.ts +120 -0
- package/types/fhir-ts/InventoryReport.d.ts.map +1 -0
- package/types/fhir-ts/InventoryReport_InventoryListing.d.ts +47 -0
- package/types/fhir-ts/InventoryReport_InventoryListing.d.ts.map +1 -0
- package/types/fhir-ts/InventoryReport_InventoryListing_Item.d.ts +46 -0
- package/types/fhir-ts/InventoryReport_InventoryListing_Item.d.ts.map +1 -0
- package/types/fhir-ts/Invoice.d.ts +175 -0
- package/types/fhir-ts/Invoice.d.ts.map +1 -0
- package/types/fhir-ts/Invoice_LineItem.d.ts +58 -0
- package/types/fhir-ts/Invoice_LineItem.d.ts.map +1 -0
- package/types/fhir-ts/Invoice_Participant.d.ts +41 -0
- package/types/fhir-ts/Invoice_Participant.d.ts.map +1 -0
- package/types/fhir-ts/Library.d.ts +288 -0
- package/types/fhir-ts/Library.d.ts.map +1 -0
- package/types/fhir-ts/Linkage.d.ts +81 -0
- package/types/fhir-ts/Linkage.d.ts.map +1 -0
- package/types/fhir-ts/Linkage_Item.d.ts +36 -0
- package/types/fhir-ts/Linkage_Item.d.ts.map +1 -0
- package/types/fhir-ts/List.d.ts +146 -0
- package/types/fhir-ts/List.d.ts.map +1 -0
- package/types/fhir-ts/List_Entry.d.ts +49 -0
- package/types/fhir-ts/List_Entry.d.ts.map +1 -0
- package/types/fhir-ts/Location.d.ts +183 -0
- package/types/fhir-ts/Location.d.ts.map +1 -0
- package/types/fhir-ts/Location_Position.d.ts +39 -0
- package/types/fhir-ts/Location_Position.d.ts.map +1 -0
- package/types/fhir-ts/ManufacturedItemDefinition.d.ts +117 -0
- package/types/fhir-ts/ManufacturedItemDefinition.d.ts.map +1 -0
- package/types/fhir-ts/ManufacturedItemDefinition_Component.d.ts +55 -0
- package/types/fhir-ts/ManufacturedItemDefinition_Component.d.ts.map +1 -0
- package/types/fhir-ts/ManufacturedItemDefinition_Component_Constituent.d.ts +47 -0
- package/types/fhir-ts/ManufacturedItemDefinition_Component_Constituent.d.ts.map +1 -0
- package/types/fhir-ts/ManufacturedItemDefinition_Property.d.ts +68 -0
- package/types/fhir-ts/ManufacturedItemDefinition_Property.d.ts.map +1 -0
- package/types/fhir-ts/MarketingStatus.d.ts +51 -0
- package/types/fhir-ts/MarketingStatus.d.ts.map +1 -0
- package/types/fhir-ts/Measure.d.ts +351 -0
- package/types/fhir-ts/Measure.d.ts.map +1 -0
- package/types/fhir-ts/MeasureReport.d.ts +169 -0
- package/types/fhir-ts/MeasureReport.d.ts.map +1 -0
- package/types/fhir-ts/MeasureReport_Group.d.ts +95 -0
- package/types/fhir-ts/MeasureReport_Group.d.ts.map +1 -0
- package/types/fhir-ts/MeasureReport_Group_Population.d.ts +61 -0
- package/types/fhir-ts/MeasureReport_Group_Population.d.ts.map +1 -0
- package/types/fhir-ts/MeasureReport_Group_Stratifier.d.ts +40 -0
- package/types/fhir-ts/MeasureReport_Group_Stratifier.d.ts.map +1 -0
- package/types/fhir-ts/MeasureReport_Group_Stratifier_Stratum.d.ts +95 -0
- package/types/fhir-ts/MeasureReport_Group_Stratifier_Stratum.d.ts.map +1 -0
- package/types/fhir-ts/MeasureReport_Group_Stratifier_Stratum_Component.d.ts +63 -0
- package/types/fhir-ts/MeasureReport_Group_Stratifier_Stratum_Component.d.ts.map +1 -0
- package/types/fhir-ts/MeasureReport_Group_Stratifier_Stratum_Population.d.ts +61 -0
- package/types/fhir-ts/MeasureReport_Group_Stratifier_Stratum_Population.d.ts.map +1 -0
- package/types/fhir-ts/Measure_Group.d.ts +105 -0
- package/types/fhir-ts/Measure_Group.d.ts.map +1 -0
- package/types/fhir-ts/Measure_Group_Population.d.ts +68 -0
- package/types/fhir-ts/Measure_Group_Population.d.ts.map +1 -0
- package/types/fhir-ts/Measure_Group_Stratifier.d.ts +62 -0
- package/types/fhir-ts/Measure_Group_Stratifier.d.ts.map +1 -0
- package/types/fhir-ts/Measure_Group_Stratifier_Component.d.ts +57 -0
- package/types/fhir-ts/Measure_Group_Stratifier_Component.d.ts.map +1 -0
- package/types/fhir-ts/Measure_SupplementalData.d.ts +54 -0
- package/types/fhir-ts/Measure_SupplementalData.d.ts.map +1 -0
- package/types/fhir-ts/Measure_Term.d.ts +35 -0
- package/types/fhir-ts/Measure_Term.d.ts.map +1 -0
- package/types/fhir-ts/Medication.d.ts +116 -0
- package/types/fhir-ts/Medication.d.ts.map +1 -0
- package/types/fhir-ts/MedicationAdministration.d.ts +202 -0
- package/types/fhir-ts/MedicationAdministration.d.ts.map +1 -0
- package/types/fhir-ts/MedicationAdministration_Dosage.d.ts +67 -0
- package/types/fhir-ts/MedicationAdministration_Dosage.d.ts.map +1 -0
- package/types/fhir-ts/MedicationAdministration_Performer.d.ts +40 -0
- package/types/fhir-ts/MedicationAdministration_Performer.d.ts.map +1 -0
- package/types/fhir-ts/MedicationDispense.d.ts +228 -0
- package/types/fhir-ts/MedicationDispense.d.ts.map +1 -0
- package/types/fhir-ts/MedicationDispense_Performer.d.ts +42 -0
- package/types/fhir-ts/MedicationDispense_Performer.d.ts.map +1 -0
- package/types/fhir-ts/MedicationDispense_Substitution.d.ts +49 -0
- package/types/fhir-ts/MedicationDispense_Substitution.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge.d.ts +171 -0
- package/types/fhir-ts/MedicationKnowledge.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_Cost.d.ts +52 -0
- package/types/fhir-ts/MedicationKnowledge_Cost.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_Definitional.d.ts +52 -0
- package/types/fhir-ts/MedicationKnowledge_Definitional.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_Definitional_DrugCharacteristic.d.ts +57 -0
- package/types/fhir-ts/MedicationKnowledge_Definitional_DrugCharacteristic.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_Definitional_Ingredient.d.ts +53 -0
- package/types/fhir-ts/MedicationKnowledge_Definitional_Ingredient.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_IndicationGuideline.d.ts +35 -0
- package/types/fhir-ts/MedicationKnowledge_IndicationGuideline.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_IndicationGuideline_DosingGuideline.d.ts +44 -0
- package/types/fhir-ts/MedicationKnowledge_IndicationGuideline_DosingGuideline.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_IndicationGuideline_DosingGuideline_Dosage.d.ts +35 -0
- package/types/fhir-ts/MedicationKnowledge_IndicationGuideline_DosingGuideline_Dosage.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_IndicationGuideline_DosingGuideline_PatientCharacteristic.d.ts +46 -0
- package/types/fhir-ts/MedicationKnowledge_IndicationGuideline_DosingGuideline_PatientCharacteristic.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_MedicineClassification.d.ts +45 -0
- package/types/fhir-ts/MedicationKnowledge_MedicineClassification.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_MonitoringProgram.d.ts +35 -0
- package/types/fhir-ts/MedicationKnowledge_MonitoringProgram.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_Monograph.d.ts +36 -0
- package/types/fhir-ts/MedicationKnowledge_Monograph.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_Packaging.d.ts +35 -0
- package/types/fhir-ts/MedicationKnowledge_Packaging.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_Regulatory.d.ts +46 -0
- package/types/fhir-ts/MedicationKnowledge_Regulatory.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_Regulatory_MaxDispense.d.ts +35 -0
- package/types/fhir-ts/MedicationKnowledge_Regulatory_MaxDispense.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_Regulatory_Substitution.d.ts +35 -0
- package/types/fhir-ts/MedicationKnowledge_Regulatory_Substitution.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_RelatedMedicationKnowledge.d.ts +36 -0
- package/types/fhir-ts/MedicationKnowledge_RelatedMedicationKnowledge.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_StorageGuideline.d.ts +46 -0
- package/types/fhir-ts/MedicationKnowledge_StorageGuideline.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_StorageGuideline_EnvironmentalSetting.d.ts +46 -0
- package/types/fhir-ts/MedicationKnowledge_StorageGuideline_EnvironmentalSetting.d.ts.map +1 -0
- package/types/fhir-ts/MedicationRequest.d.ts +284 -0
- package/types/fhir-ts/MedicationRequest.d.ts.map +1 -0
- package/types/fhir-ts/MedicationRequest_DispenseRequest.d.ts +79 -0
- package/types/fhir-ts/MedicationRequest_DispenseRequest.d.ts.map +1 -0
- package/types/fhir-ts/MedicationRequest_DispenseRequest_InitialFill.d.ts +35 -0
- package/types/fhir-ts/MedicationRequest_DispenseRequest_InitialFill.d.ts.map +1 -0
- package/types/fhir-ts/MedicationRequest_Substitution.d.ts +40 -0
- package/types/fhir-ts/MedicationRequest_Substitution.d.ts.map +1 -0
- package/types/fhir-ts/MedicationStatement.d.ts +184 -0
- package/types/fhir-ts/MedicationStatement.d.ts.map +1 -0
- package/types/fhir-ts/MedicationStatement_Adherence.d.ts +35 -0
- package/types/fhir-ts/MedicationStatement_Adherence.d.ts.map +1 -0
- package/types/fhir-ts/Medication_Batch.d.ts +34 -0
- package/types/fhir-ts/Medication_Batch.d.ts.map +1 -0
- package/types/fhir-ts/Medication_Ingredient.d.ts +55 -0
- package/types/fhir-ts/Medication_Ingredient.d.ts.map +1 -0
- package/types/fhir-ts/MedicinalProductDefinition.d.ts +217 -0
- package/types/fhir-ts/MedicinalProductDefinition.d.ts.map +1 -0
- package/types/fhir-ts/MedicinalProductDefinition_Characteristic.d.ts +67 -0
- package/types/fhir-ts/MedicinalProductDefinition_Characteristic.d.ts.map +1 -0
- package/types/fhir-ts/MedicinalProductDefinition_Contact.d.ts +37 -0
- package/types/fhir-ts/MedicinalProductDefinition_Contact.d.ts.map +1 -0
- package/types/fhir-ts/MedicinalProductDefinition_CrossReference.d.ts +36 -0
- package/types/fhir-ts/MedicinalProductDefinition_CrossReference.d.ts.map +1 -0
- package/types/fhir-ts/MedicinalProductDefinition_Name.d.ts +45 -0
- package/types/fhir-ts/MedicinalProductDefinition_Name.d.ts.map +1 -0
- package/types/fhir-ts/MedicinalProductDefinition_Name_Part.d.ts +35 -0
- package/types/fhir-ts/MedicinalProductDefinition_Name_Part.d.ts.map +1 -0
- package/types/fhir-ts/MedicinalProductDefinition_Name_Usage.d.ts +39 -0
- package/types/fhir-ts/MedicinalProductDefinition_Name_Usage.d.ts.map +1 -0
- package/types/fhir-ts/MedicinalProductDefinition_Operation.d.ts +50 -0
- package/types/fhir-ts/MedicinalProductDefinition_Operation.d.ts.map +1 -0
- package/types/fhir-ts/MessageDefinition.d.ts +235 -0
- package/types/fhir-ts/MessageDefinition.d.ts.map +1 -0
- package/types/fhir-ts/MessageDefinition_AllowedResponse.d.ts +34 -0
- package/types/fhir-ts/MessageDefinition_AllowedResponse.d.ts.map +1 -0
- package/types/fhir-ts/MessageDefinition_Focus.d.ts +46 -0
- package/types/fhir-ts/MessageDefinition_Focus.d.ts.map +1 -0
- package/types/fhir-ts/MessageHeader.d.ts +127 -0
- package/types/fhir-ts/MessageHeader.d.ts.map +1 -0
- package/types/fhir-ts/MessageHeader_Destination.d.ts +54 -0
- package/types/fhir-ts/MessageHeader_Destination.d.ts.map +1 -0
- package/types/fhir-ts/MessageHeader_Response.d.ts +44 -0
- package/types/fhir-ts/MessageHeader_Response.d.ts.map +1 -0
- package/types/fhir-ts/MessageHeader_Source.d.ts +56 -0
- package/types/fhir-ts/MessageHeader_Source.d.ts.map +1 -0
- package/types/fhir-ts/Meta.d.ts +55 -0
- package/types/fhir-ts/Meta.d.ts.map +1 -0
- package/types/fhir-ts/MetadataResource.d.ts +246 -0
- package/types/fhir-ts/MetadataResource.d.ts.map +1 -0
- package/types/fhir-ts/MolecularSequence.d.ts +122 -0
- package/types/fhir-ts/MolecularSequence.d.ts.map +1 -0
- package/types/fhir-ts/MolecularSequence_Relative.d.ts +51 -0
- package/types/fhir-ts/MolecularSequence_Relative.d.ts.map +1 -0
- package/types/fhir-ts/MolecularSequence_Relative_Edit.d.ts +44 -0
- package/types/fhir-ts/MolecularSequence_Relative_Edit.d.ts.map +1 -0
- package/types/fhir-ts/MolecularSequence_Relative_StartingSequence.d.ts +71 -0
- package/types/fhir-ts/MolecularSequence_Relative_StartingSequence.d.ts.map +1 -0
- package/types/fhir-ts/MonetaryComponent.d.ts +38 -0
- package/types/fhir-ts/MonetaryComponent.d.ts.map +1 -0
- package/types/fhir-ts/Money.d.ts +27 -0
- package/types/fhir-ts/Money.d.ts.map +1 -0
- package/types/fhir-ts/NamingSystem.d.ts +270 -0
- package/types/fhir-ts/NamingSystem.d.ts.map +1 -0
- package/types/fhir-ts/NamingSystem_UniqueId.d.ts +61 -0
- package/types/fhir-ts/NamingSystem_UniqueId.d.ts.map +1 -0
- package/types/fhir-ts/Narrative.d.ts +27 -0
- package/types/fhir-ts/Narrative.d.ts.map +1 -0
- package/types/fhir-ts/NutritionIntake.d.ts +195 -0
- package/types/fhir-ts/NutritionIntake.d.ts.map +1 -0
- package/types/fhir-ts/NutritionIntake_ConsumedItem.d.ts +65 -0
- package/types/fhir-ts/NutritionIntake_ConsumedItem.d.ts.map +1 -0
- package/types/fhir-ts/NutritionIntake_IngredientLabel.d.ts +36 -0
- package/types/fhir-ts/NutritionIntake_IngredientLabel.d.ts.map +1 -0
- package/types/fhir-ts/NutritionIntake_Performer.d.ts +42 -0
- package/types/fhir-ts/NutritionIntake_Performer.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder.d.ts +201 -0
- package/types/fhir-ts/NutritionOrder.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_EnteralFormula.d.ts +75 -0
- package/types/fhir-ts/NutritionOrder_EnteralFormula.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_EnteralFormula_Additive.d.ts +42 -0
- package/types/fhir-ts/NutritionOrder_EnteralFormula_Additive.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_EnteralFormula_Administration.d.ts +45 -0
- package/types/fhir-ts/NutritionOrder_EnteralFormula_Administration.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_EnteralFormula_Administration_Schedule.d.ts +41 -0
- package/types/fhir-ts/NutritionOrder_EnteralFormula_Administration_Schedule.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_OralDiet.d.ts +56 -0
- package/types/fhir-ts/NutritionOrder_OralDiet.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_OralDiet_Nutrient.d.ts +35 -0
- package/types/fhir-ts/NutritionOrder_OralDiet_Nutrient.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_OralDiet_Schedule.d.ts +41 -0
- package/types/fhir-ts/NutritionOrder_OralDiet_Schedule.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_OralDiet_Texture.d.ts +36 -0
- package/types/fhir-ts/NutritionOrder_OralDiet_Texture.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_Supplement.d.ts +53 -0
- package/types/fhir-ts/NutritionOrder_Supplement.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_Supplement_Schedule.d.ts +41 -0
- package/types/fhir-ts/NutritionOrder_Supplement_Schedule.d.ts.map +1 -0
- package/types/fhir-ts/NutritionProduct.d.ts +118 -0
- package/types/fhir-ts/NutritionProduct.d.ts.map +1 -0
- package/types/fhir-ts/NutritionProduct_Characteristic.d.ts +62 -0
- package/types/fhir-ts/NutritionProduct_Characteristic.d.ts.map +1 -0
- package/types/fhir-ts/NutritionProduct_Ingredient.d.ts +36 -0
- package/types/fhir-ts/NutritionProduct_Ingredient.d.ts.map +1 -0
- package/types/fhir-ts/NutritionProduct_Instance.d.ts +62 -0
- package/types/fhir-ts/NutritionProduct_Instance.d.ts.map +1 -0
- package/types/fhir-ts/NutritionProduct_Nutrient.d.ts +36 -0
- package/types/fhir-ts/NutritionProduct_Nutrient.d.ts.map +1 -0
- package/types/fhir-ts/Observation.d.ts +341 -0
- package/types/fhir-ts/Observation.d.ts.map +1 -0
- package/types/fhir-ts/ObservationDefinition.d.ts +302 -0
- package/types/fhir-ts/ObservationDefinition.d.ts.map +1 -0
- package/types/fhir-ts/ObservationDefinition_Component.d.ts +46 -0
- package/types/fhir-ts/ObservationDefinition_Component.d.ts.map +1 -0
- package/types/fhir-ts/ObservationDefinition_QualifiedValue.d.ts +88 -0
- package/types/fhir-ts/ObservationDefinition_QualifiedValue.d.ts.map +1 -0
- package/types/fhir-ts/Observation_Component.d.ts +123 -0
- package/types/fhir-ts/Observation_Component.d.ts.map +1 -0
- package/types/fhir-ts/Observation_ReferenceRange.d.ts +64 -0
- package/types/fhir-ts/Observation_ReferenceRange.d.ts.map +1 -0
- package/types/fhir-ts/Observation_TriggeredBy.d.ts +42 -0
- package/types/fhir-ts/Observation_TriggeredBy.d.ts.map +1 -0
- package/types/fhir-ts/OperationDefinition.d.ts +258 -0
- package/types/fhir-ts/OperationDefinition.d.ts.map +1 -0
- package/types/fhir-ts/OperationDefinition_Overload.d.ts +34 -0
- package/types/fhir-ts/OperationDefinition_Overload.d.ts.map +1 -0
- package/types/fhir-ts/OperationDefinition_Parameter.d.ts +96 -0
- package/types/fhir-ts/OperationDefinition_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/OperationDefinition_Parameter_Binding.d.ts +36 -0
- package/types/fhir-ts/OperationDefinition_Parameter_Binding.d.ts.map +1 -0
- package/types/fhir-ts/OperationDefinition_Parameter_ReferencedFrom.d.ts +34 -0
- package/types/fhir-ts/OperationDefinition_Parameter_ReferencedFrom.d.ts.map +1 -0
- package/types/fhir-ts/OperationOutcome.d.ts +66 -0
- package/types/fhir-ts/OperationOutcome.d.ts.map +1 -0
- package/types/fhir-ts/OperationOutcome_Issue.d.ts +62 -0
- package/types/fhir-ts/OperationOutcome_Issue.d.ts.map +1 -0
- package/types/fhir-ts/Organization.d.ts +127 -0
- package/types/fhir-ts/Organization.d.ts.map +1 -0
- package/types/fhir-ts/OrganizationAffiliation.d.ts +134 -0
- package/types/fhir-ts/OrganizationAffiliation.d.ts.map +1 -0
- package/types/fhir-ts/Organization_Qualification.d.ts +48 -0
- package/types/fhir-ts/Organization_Qualification.d.ts.map +1 -0
- package/types/fhir-ts/PackagedProductDefinition.d.ts +144 -0
- package/types/fhir-ts/PackagedProductDefinition.d.ts.map +1 -0
- package/types/fhir-ts/PackagedProductDefinition_LegalStatusOfSupply.d.ts +34 -0
- package/types/fhir-ts/PackagedProductDefinition_LegalStatusOfSupply.d.ts.map +1 -0
- package/types/fhir-ts/PackagedProductDefinition_Packaging.d.ts +84 -0
- package/types/fhir-ts/PackagedProductDefinition_Packaging.d.ts.map +1 -0
- package/types/fhir-ts/PackagedProductDefinition_Packaging_ContainedItem.d.ts +40 -0
- package/types/fhir-ts/PackagedProductDefinition_Packaging_ContainedItem.d.ts.map +1 -0
- package/types/fhir-ts/PackagedProductDefinition_Packaging_Property.d.ts +57 -0
- package/types/fhir-ts/PackagedProductDefinition_Packaging_Property.d.ts.map +1 -0
- package/types/fhir-ts/ParameterDefinition.d.ts +51 -0
- package/types/fhir-ts/ParameterDefinition.d.ts.map +1 -0
- package/types/fhir-ts/Parameters.d.ts +37 -0
- package/types/fhir-ts/Parameters.d.ts.map +1 -0
- package/types/fhir-ts/Parameters_Parameter.d.ts +345 -0
- package/types/fhir-ts/Parameters_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/Patient.d.ts +181 -0
- package/types/fhir-ts/Patient.d.ts.map +1 -0
- package/types/fhir-ts/Patient_Communication.d.ts +37 -0
- package/types/fhir-ts/Patient_Communication.d.ts.map +1 -0
- package/types/fhir-ts/Patient_Contact.d.ts +67 -0
- package/types/fhir-ts/Patient_Contact.d.ts.map +1 -0
- package/types/fhir-ts/Patient_Link.d.ts +38 -0
- package/types/fhir-ts/Patient_Link.d.ts.map +1 -0
- package/types/fhir-ts/PaymentNotice.d.ts +131 -0
- package/types/fhir-ts/PaymentNotice.d.ts.map +1 -0
- package/types/fhir-ts/PaymentReconciliation.d.ts +223 -0
- package/types/fhir-ts/PaymentReconciliation.d.ts.map +1 -0
- package/types/fhir-ts/PaymentReconciliation_Allocation.d.ts +114 -0
- package/types/fhir-ts/PaymentReconciliation_Allocation.d.ts.map +1 -0
- package/types/fhir-ts/PaymentReconciliation_ProcessNote.d.ts +34 -0
- package/types/fhir-ts/PaymentReconciliation_ProcessNote.d.ts.map +1 -0
- package/types/fhir-ts/Period.d.ts +28 -0
- package/types/fhir-ts/Period.d.ts.map +1 -0
- package/types/fhir-ts/Permission.d.ts +106 -0
- package/types/fhir-ts/Permission.d.ts.map +1 -0
- package/types/fhir-ts/Permission_Justification.d.ts +37 -0
- package/types/fhir-ts/Permission_Justification.d.ts.map +1 -0
- package/types/fhir-ts/Permission_Rule.d.ts +45 -0
- package/types/fhir-ts/Permission_Rule.d.ts.map +1 -0
- package/types/fhir-ts/Permission_Rule_Activity.d.ts +49 -0
- package/types/fhir-ts/Permission_Rule_Activity.d.ts.map +1 -0
- package/types/fhir-ts/Permission_Rule_Data.d.ts +48 -0
- package/types/fhir-ts/Permission_Rule_Data.d.ts.map +1 -0
- package/types/fhir-ts/Permission_Rule_Data_Resource.d.ts +36 -0
- package/types/fhir-ts/Permission_Rule_Data_Resource.d.ts.map +1 -0
- package/types/fhir-ts/Person.d.ts +145 -0
- package/types/fhir-ts/Person.d.ts.map +1 -0
- package/types/fhir-ts/Person_Communication.d.ts +37 -0
- package/types/fhir-ts/Person_Communication.d.ts.map +1 -0
- package/types/fhir-ts/Person_Link.d.ts +39 -0
- package/types/fhir-ts/Person_Link.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition.d.ts +305 -0
- package/types/fhir-ts/PlanDefinition.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Action.d.ts +212 -0
- package/types/fhir-ts/PlanDefinition_Action.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Action_Condition.d.ts +37 -0
- package/types/fhir-ts/PlanDefinition_Action_Condition.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Action_DynamicValue.d.ts +37 -0
- package/types/fhir-ts/PlanDefinition_Action_DynamicValue.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Action_Input.d.ts +41 -0
- package/types/fhir-ts/PlanDefinition_Action_Input.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Action_Output.d.ts +41 -0
- package/types/fhir-ts/PlanDefinition_Action_Output.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Action_Participant.d.ts +69 -0
- package/types/fhir-ts/PlanDefinition_Action_Participant.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Action_RelatedAction.d.ts +51 -0
- package/types/fhir-ts/PlanDefinition_Action_RelatedAction.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Actor.d.ts +39 -0
- package/types/fhir-ts/PlanDefinition_Actor.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Actor_Option.d.ts +59 -0
- package/types/fhir-ts/PlanDefinition_Actor_Option.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Goal.d.ts +61 -0
- package/types/fhir-ts/PlanDefinition_Goal.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Goal_Target.d.ts +74 -0
- package/types/fhir-ts/PlanDefinition_Goal_Target.d.ts.map +1 -0
- package/types/fhir-ts/Practitioner.d.ts +139 -0
- package/types/fhir-ts/Practitioner.d.ts.map +1 -0
- package/types/fhir-ts/PractitionerRole.d.ts +156 -0
- package/types/fhir-ts/PractitionerRole.d.ts.map +1 -0
- package/types/fhir-ts/Practitioner_Communication.d.ts +37 -0
- package/types/fhir-ts/Practitioner_Communication.d.ts.map +1 -0
- package/types/fhir-ts/Practitioner_Qualification.d.ts +48 -0
- package/types/fhir-ts/Practitioner_Qualification.d.ts.map +1 -0
- package/types/fhir-ts/Procedure.d.ts +276 -0
- package/types/fhir-ts/Procedure.d.ts.map +1 -0
- package/types/fhir-ts/Procedure_FocalDevice.d.ts +36 -0
- package/types/fhir-ts/Procedure_FocalDevice.d.ts.map +1 -0
- package/types/fhir-ts/Procedure_Performer.d.ts +55 -0
- package/types/fhir-ts/Procedure_Performer.d.ts.map +1 -0
- package/types/fhir-ts/ProductShelfLife.d.ts +46 -0
- package/types/fhir-ts/ProductShelfLife.d.ts.map +1 -0
- package/types/fhir-ts/Provenance.d.ts +149 -0
- package/types/fhir-ts/Provenance.d.ts.map +1 -0
- package/types/fhir-ts/Provenance_Agent.d.ts +54 -0
- package/types/fhir-ts/Provenance_Agent.d.ts.map +1 -0
- package/types/fhir-ts/Provenance_Entity.d.ts +43 -0
- package/types/fhir-ts/Provenance_Entity.d.ts.map +1 -0
- package/types/fhir-ts/Quantity.d.ts +43 -0
- package/types/fhir-ts/Quantity.d.ts.map +1 -0
- package/types/fhir-ts/Questionnaire.d.ts +234 -0
- package/types/fhir-ts/Questionnaire.d.ts.map +1 -0
- package/types/fhir-ts/QuestionnaireResponse.d.ts +142 -0
- package/types/fhir-ts/QuestionnaireResponse.d.ts.map +1 -0
- package/types/fhir-ts/QuestionnaireResponse_Item.d.ts +54 -0
- package/types/fhir-ts/QuestionnaireResponse_Item.d.ts.map +1 -0
- package/types/fhir-ts/QuestionnaireResponse_Item_Answer.d.ts +94 -0
- package/types/fhir-ts/QuestionnaireResponse_Item_Answer.d.ts.map +1 -0
- package/types/fhir-ts/Questionnaire_Item.d.ts +135 -0
- package/types/fhir-ts/Questionnaire_Item.d.ts.map +1 -0
- package/types/fhir-ts/Questionnaire_Item_AnswerOption.d.ts +61 -0
- package/types/fhir-ts/Questionnaire_Item_AnswerOption.d.ts.map +1 -0
- package/types/fhir-ts/Questionnaire_Item_EnableWhen.d.ts +88 -0
- package/types/fhir-ts/Questionnaire_Item_EnableWhen.d.ts.map +1 -0
- package/types/fhir-ts/Questionnaire_Item_Initial.d.ts +88 -0
- package/types/fhir-ts/Questionnaire_Item_Initial.d.ts.map +1 -0
- package/types/fhir-ts/Range.d.ts +28 -0
- package/types/fhir-ts/Range.d.ts.map +1 -0
- package/types/fhir-ts/Ratio.d.ts +26 -0
- package/types/fhir-ts/Ratio.d.ts.map +1 -0
- package/types/fhir-ts/RatioRange.d.ts +33 -0
- package/types/fhir-ts/RatioRange.d.ts.map +1 -0
- package/types/fhir-ts/Reference.d.ts +12 -0
- package/types/fhir-ts/Reference.d.ts.map +1 -0
- package/types/fhir-ts/RegulatedAuthorization.d.ts +158 -0
- package/types/fhir-ts/RegulatedAuthorization.d.ts.map +1 -0
- package/types/fhir-ts/RegulatedAuthorization_Case.d.ts +57 -0
- package/types/fhir-ts/RegulatedAuthorization_Case.d.ts.map +1 -0
- package/types/fhir-ts/RelatedArtifact.d.ts +74 -0
- package/types/fhir-ts/RelatedArtifact.d.ts.map +1 -0
- package/types/fhir-ts/RelatedPerson.d.ts +135 -0
- package/types/fhir-ts/RelatedPerson.d.ts.map +1 -0
- package/types/fhir-ts/RelatedPerson_Communication.d.ts +37 -0
- package/types/fhir-ts/RelatedPerson_Communication.d.ts.map +1 -0
- package/types/fhir-ts/RequestOrchestration.d.ts +175 -0
- package/types/fhir-ts/RequestOrchestration.d.ts.map +1 -0
- package/types/fhir-ts/RequestOrchestration_Action.d.ts +204 -0
- package/types/fhir-ts/RequestOrchestration_Action.d.ts.map +1 -0
- package/types/fhir-ts/RequestOrchestration_Action_Condition.d.ts +37 -0
- package/types/fhir-ts/RequestOrchestration_Action_Condition.d.ts.map +1 -0
- package/types/fhir-ts/RequestOrchestration_Action_DynamicValue.d.ts +37 -0
- package/types/fhir-ts/RequestOrchestration_Action_DynamicValue.d.ts.map +1 -0
- package/types/fhir-ts/RequestOrchestration_Action_Input.d.ts +41 -0
- package/types/fhir-ts/RequestOrchestration_Action_Input.d.ts.map +1 -0
- package/types/fhir-ts/RequestOrchestration_Action_Output.d.ts +41 -0
- package/types/fhir-ts/RequestOrchestration_Action_Output.d.ts.map +1 -0
- package/types/fhir-ts/RequestOrchestration_Action_Participant.d.ts +74 -0
- package/types/fhir-ts/RequestOrchestration_Action_Participant.d.ts.map +1 -0
- package/types/fhir-ts/RequestOrchestration_Action_RelatedAction.d.ts +51 -0
- package/types/fhir-ts/RequestOrchestration_Action_RelatedAction.d.ts.map +1 -0
- package/types/fhir-ts/Requirements.d.ts +205 -0
- package/types/fhir-ts/Requirements.d.ts.map +1 -0
- package/types/fhir-ts/Requirements_Statement.d.ts +91 -0
- package/types/fhir-ts/Requirements_Statement.d.ts.map +1 -0
- package/types/fhir-ts/ResearchStudy.d.ts +238 -0
- package/types/fhir-ts/ResearchStudy.d.ts.map +1 -0
- package/types/fhir-ts/ResearchStudy_AssociatedParty.d.ts +57 -0
- package/types/fhir-ts/ResearchStudy_AssociatedParty.d.ts.map +1 -0
- package/types/fhir-ts/ResearchStudy_ComparisonGroup.d.ts +58 -0
- package/types/fhir-ts/ResearchStudy_ComparisonGroup.d.ts.map +1 -0
- package/types/fhir-ts/ResearchStudy_Label.d.ts +35 -0
- package/types/fhir-ts/ResearchStudy_Label.d.ts.map +1 -0
- package/types/fhir-ts/ResearchStudy_Objective.d.ts +40 -0
- package/types/fhir-ts/ResearchStudy_Objective.d.ts.map +1 -0
- package/types/fhir-ts/ResearchStudy_OutcomeMeasure.d.ts +47 -0
- package/types/fhir-ts/ResearchStudy_OutcomeMeasure.d.ts.map +1 -0
- package/types/fhir-ts/ResearchStudy_ProgressStatus.d.ts +41 -0
- package/types/fhir-ts/ResearchStudy_ProgressStatus.d.ts.map +1 -0
- package/types/fhir-ts/ResearchStudy_Recruitment.d.ts +47 -0
- package/types/fhir-ts/ResearchStudy_Recruitment.d.ts.map +1 -0
- package/types/fhir-ts/ResearchSubject.d.ts +119 -0
- package/types/fhir-ts/ResearchSubject.d.ts.map +1 -0
- package/types/fhir-ts/ResearchSubject_Progress.d.ts +57 -0
- package/types/fhir-ts/ResearchSubject_Progress.d.ts.map +1 -0
- package/types/fhir-ts/Resource.d.ts +32 -0
- package/types/fhir-ts/Resource.d.ts.map +1 -0
- package/types/fhir-ts/RiskAssessment.d.ts +163 -0
- package/types/fhir-ts/RiskAssessment.d.ts.map +1 -0
- package/types/fhir-ts/RiskAssessment_Prediction.d.ts +67 -0
- package/types/fhir-ts/RiskAssessment_Prediction.d.ts.map +1 -0
- package/types/fhir-ts/SampledData.d.ts +72 -0
- package/types/fhir-ts/SampledData.d.ts.map +1 -0
- package/types/fhir-ts/Schedule.d.ts +122 -0
- package/types/fhir-ts/Schedule.d.ts.map +1 -0
- package/types/fhir-ts/SearchParameter.d.ts +268 -0
- package/types/fhir-ts/SearchParameter.d.ts.map +1 -0
- package/types/fhir-ts/SearchParameter_Component.d.ts +35 -0
- package/types/fhir-ts/SearchParameter_Component.d.ts.map +1 -0
- package/types/fhir-ts/ServiceRequest.d.ts +305 -0
- package/types/fhir-ts/ServiceRequest.d.ts.map +1 -0
- package/types/fhir-ts/ServiceRequest_OrderDetail.d.ts +42 -0
- package/types/fhir-ts/ServiceRequest_OrderDetail.d.ts.map +1 -0
- package/types/fhir-ts/ServiceRequest_OrderDetail_Parameter.d.ts +69 -0
- package/types/fhir-ts/ServiceRequest_OrderDetail_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/ServiceRequest_PatientInstruction.d.ts +35 -0
- package/types/fhir-ts/ServiceRequest_PatientInstruction.d.ts.map +1 -0
- package/types/fhir-ts/Signature.d.ts +65 -0
- package/types/fhir-ts/Signature.d.ts.map +1 -0
- package/types/fhir-ts/Slot.d.ts +123 -0
- package/types/fhir-ts/Slot.d.ts.map +1 -0
- package/types/fhir-ts/Specimen.d.ts +157 -0
- package/types/fhir-ts/Specimen.d.ts.map +1 -0
- package/types/fhir-ts/SpecimenDefinition.d.ts +244 -0
- package/types/fhir-ts/SpecimenDefinition.d.ts.map +1 -0
- package/types/fhir-ts/SpecimenDefinition_TypeTested.d.ts +76 -0
- package/types/fhir-ts/SpecimenDefinition_TypeTested.d.ts.map +1 -0
- package/types/fhir-ts/SpecimenDefinition_TypeTested_Container.d.ts +72 -0
- package/types/fhir-ts/SpecimenDefinition_TypeTested_Container.d.ts.map +1 -0
- package/types/fhir-ts/SpecimenDefinition_TypeTested_Container_Additive.d.ts +35 -0
- package/types/fhir-ts/SpecimenDefinition_TypeTested_Container_Additive.d.ts.map +1 -0
- package/types/fhir-ts/SpecimenDefinition_TypeTested_Handling.d.ts +47 -0
- package/types/fhir-ts/SpecimenDefinition_TypeTested_Handling.d.ts.map +1 -0
- package/types/fhir-ts/Specimen_Collection.d.ts +93 -0
- package/types/fhir-ts/Specimen_Collection.d.ts.map +1 -0
- package/types/fhir-ts/Specimen_Container.d.ts +42 -0
- package/types/fhir-ts/Specimen_Container.d.ts.map +1 -0
- package/types/fhir-ts/Specimen_Feature.d.ts +35 -0
- package/types/fhir-ts/Specimen_Feature.d.ts.map +1 -0
- package/types/fhir-ts/Specimen_Processing.d.ts +53 -0
- package/types/fhir-ts/Specimen_Processing.d.ts.map +1 -0
- package/types/fhir-ts/StructureDefinition.d.ts +258 -0
- package/types/fhir-ts/StructureDefinition.d.ts.map +1 -0
- package/types/fhir-ts/StructureDefinition_Context.d.ts +34 -0
- package/types/fhir-ts/StructureDefinition_Context.d.ts.map +1 -0
- package/types/fhir-ts/StructureDefinition_Differential.d.ts +29 -0
- package/types/fhir-ts/StructureDefinition_Differential.d.ts.map +1 -0
- package/types/fhir-ts/StructureDefinition_Mapping.d.ts +46 -0
- package/types/fhir-ts/StructureDefinition_Mapping.d.ts.map +1 -0
- package/types/fhir-ts/StructureDefinition_Snapshot.d.ts +29 -0
- package/types/fhir-ts/StructureDefinition_Snapshot.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap.d.ts +204 -0
- package/types/fhir-ts/StructureMap.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap_Const.d.ts +34 -0
- package/types/fhir-ts/StructureMap_Const.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap_Group.d.ts +55 -0
- package/types/fhir-ts/StructureMap_Group.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap_Group_Input.d.ts +44 -0
- package/types/fhir-ts/StructureMap_Group_Input.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap_Group_Rule.d.ts +54 -0
- package/types/fhir-ts/StructureMap_Group_Rule.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap_Group_Rule_Dependent.d.ts +34 -0
- package/types/fhir-ts/StructureMap_Group_Rule_Dependent.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap_Group_Rule_Source.d.ts +81 -0
- package/types/fhir-ts/StructureMap_Group_Rule_Source.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap_Group_Rule_Target.d.ts +59 -0
- package/types/fhir-ts/StructureMap_Group_Rule_Target.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap_Group_Rule_Target_Parameter.d.ts +64 -0
- package/types/fhir-ts/StructureMap_Group_Rule_Target_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap_Structure.d.ts +45 -0
- package/types/fhir-ts/StructureMap_Structure.d.ts.map +1 -0
- package/types/fhir-ts/Subscription.d.ts +167 -0
- package/types/fhir-ts/Subscription.d.ts.map +1 -0
- package/types/fhir-ts/SubscriptionStatus.d.ts +101 -0
- package/types/fhir-ts/SubscriptionStatus.d.ts.map +1 -0
- package/types/fhir-ts/SubscriptionStatus_NotificationEvent.d.ts +47 -0
- package/types/fhir-ts/SubscriptionStatus_NotificationEvent.d.ts.map +1 -0
- package/types/fhir-ts/SubscriptionTopic.d.ts +231 -0
- package/types/fhir-ts/SubscriptionTopic.d.ts.map +1 -0
- package/types/fhir-ts/SubscriptionTopic_CanFilterBy.d.ts +59 -0
- package/types/fhir-ts/SubscriptionTopic_CanFilterBy.d.ts.map +1 -0
- package/types/fhir-ts/SubscriptionTopic_EventTrigger.d.ts +41 -0
- package/types/fhir-ts/SubscriptionTopic_EventTrigger.d.ts.map +1 -0
- package/types/fhir-ts/SubscriptionTopic_NotificationShape.d.ts +40 -0
- package/types/fhir-ts/SubscriptionTopic_NotificationShape.d.ts.map +1 -0
- package/types/fhir-ts/SubscriptionTopic_ResourceTrigger.d.ts +51 -0
- package/types/fhir-ts/SubscriptionTopic_ResourceTrigger.d.ts.map +1 -0
- package/types/fhir-ts/SubscriptionTopic_ResourceTrigger_QueryCriteria.d.ts +52 -0
- package/types/fhir-ts/SubscriptionTopic_ResourceTrigger_QueryCriteria.d.ts.map +1 -0
- package/types/fhir-ts/Subscription_FilterBy.d.ts +51 -0
- package/types/fhir-ts/Subscription_FilterBy.d.ts.map +1 -0
- package/types/fhir-ts/Subscription_Parameter.d.ts +34 -0
- package/types/fhir-ts/Subscription_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/Substance.d.ts +113 -0
- package/types/fhir-ts/Substance.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition.d.ts +191 -0
- package/types/fhir-ts/SubstanceDefinition.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_Characterization.d.ts +46 -0
- package/types/fhir-ts/SubstanceDefinition_Characterization.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_Code.d.ts +53 -0
- package/types/fhir-ts/SubstanceDefinition_Code.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_Moiety.d.ts +72 -0
- package/types/fhir-ts/SubstanceDefinition_Moiety.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_MolecularWeight.d.ts +40 -0
- package/types/fhir-ts/SubstanceDefinition_MolecularWeight.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_Name.d.ts +82 -0
- package/types/fhir-ts/SubstanceDefinition_Name.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_Name_Official.d.ts +40 -0
- package/types/fhir-ts/SubstanceDefinition_Name_Official.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_Property.d.ts +57 -0
- package/types/fhir-ts/SubstanceDefinition_Property.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_Relationship.d.ts +79 -0
- package/types/fhir-ts/SubstanceDefinition_Relationship.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_SourceMaterial.d.ts +49 -0
- package/types/fhir-ts/SubstanceDefinition_SourceMaterial.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_Structure.d.ts +67 -0
- package/types/fhir-ts/SubstanceDefinition_Structure.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_Structure_Representation.d.ts +47 -0
- package/types/fhir-ts/SubstanceDefinition_Structure_Representation.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceNucleicAcid.d.ts +87 -0
- package/types/fhir-ts/SubstanceNucleicAcid.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceNucleicAcid_Subunit.d.ts +66 -0
- package/types/fhir-ts/SubstanceNucleicAcid_Subunit.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceNucleicAcid_Subunit_Linkage.d.ts +45 -0
- package/types/fhir-ts/SubstanceNucleicAcid_Subunit_Linkage.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceNucleicAcid_Subunit_Sugar.d.ts +40 -0
- package/types/fhir-ts/SubstanceNucleicAcid_Subunit_Sugar.d.ts.map +1 -0
- package/types/fhir-ts/SubstancePolymer.d.ts +98 -0
- package/types/fhir-ts/SubstancePolymer.d.ts.map +1 -0
- package/types/fhir-ts/SubstancePolymer_MonomerSet.d.ts +34 -0
- package/types/fhir-ts/SubstancePolymer_MonomerSet.d.ts.map +1 -0
- package/types/fhir-ts/SubstancePolymer_MonomerSet_StartingMaterial.d.ts +46 -0
- package/types/fhir-ts/SubstancePolymer_MonomerSet_StartingMaterial.d.ts.map +1 -0
- package/types/fhir-ts/SubstancePolymer_Repeat.d.ts +40 -0
- package/types/fhir-ts/SubstancePolymer_Repeat.d.ts.map +1 -0
- package/types/fhir-ts/SubstancePolymer_Repeat_RepeatUnit.d.ts +50 -0
- package/types/fhir-ts/SubstancePolymer_Repeat_RepeatUnit.d.ts.map +1 -0
- package/types/fhir-ts/SubstancePolymer_Repeat_RepeatUnit_DegreeOfPolymerisation.d.ts +45 -0
- package/types/fhir-ts/SubstancePolymer_Repeat_RepeatUnit_DegreeOfPolymerisation.d.ts.map +1 -0
- package/types/fhir-ts/SubstancePolymer_Repeat_RepeatUnit_StructuralRepresentation.d.ts +46 -0
- package/types/fhir-ts/SubstancePolymer_Repeat_RepeatUnit_StructuralRepresentation.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceProtein.d.ts +82 -0
- package/types/fhir-ts/SubstanceProtein.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceProtein_Subunit.d.ts +66 -0
- package/types/fhir-ts/SubstanceProtein_Subunit.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceReferenceInformation.d.ts +81 -0
- package/types/fhir-ts/SubstanceReferenceInformation.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceReferenceInformation_Gene.d.ts +41 -0
- package/types/fhir-ts/SubstanceReferenceInformation_Gene.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceReferenceInformation_GeneElement.d.ts +42 -0
- package/types/fhir-ts/SubstanceReferenceInformation_GeneElement.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceReferenceInformation_Target.d.ts +80 -0
- package/types/fhir-ts/SubstanceReferenceInformation_Target.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceSourceMaterial.d.ts +128 -0
- package/types/fhir-ts/SubstanceSourceMaterial.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceSourceMaterial_FractionDescription.d.ts +35 -0
- package/types/fhir-ts/SubstanceSourceMaterial_FractionDescription.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceSourceMaterial_Organism.d.ts +65 -0
- package/types/fhir-ts/SubstanceSourceMaterial_Organism.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceSourceMaterial_Organism_Author.d.ts +35 -0
- package/types/fhir-ts/SubstanceSourceMaterial_Organism_Author.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceSourceMaterial_Organism_Hybrid.d.ts +50 -0
- package/types/fhir-ts/SubstanceSourceMaterial_Organism_Hybrid.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceSourceMaterial_Organism_OrganismGeneral.d.ts +44 -0
- package/types/fhir-ts/SubstanceSourceMaterial_Organism_OrganismGeneral.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceSourceMaterial_PartDescription.d.ts +34 -0
- package/types/fhir-ts/SubstanceSourceMaterial_PartDescription.d.ts.map +1 -0
- package/types/fhir-ts/Substance_Ingredient.d.ts +41 -0
- package/types/fhir-ts/Substance_Ingredient.d.ts.map +1 -0
- package/types/fhir-ts/SupplyDelivery.d.ts +143 -0
- package/types/fhir-ts/SupplyDelivery.d.ts.map +1 -0
- package/types/fhir-ts/SupplyDelivery_SuppliedItem.d.ts +41 -0
- package/types/fhir-ts/SupplyDelivery_SuppliedItem.d.ts.map +1 -0
- package/types/fhir-ts/SupplyRequest.d.ts +179 -0
- package/types/fhir-ts/SupplyRequest.d.ts.map +1 -0
- package/types/fhir-ts/SupplyRequest_Parameter.d.ts +52 -0
- package/types/fhir-ts/SupplyRequest_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/Task.d.ts +263 -0
- package/types/fhir-ts/Task.d.ts.map +1 -0
- package/types/fhir-ts/Task_Input.d.ts +334 -0
- package/types/fhir-ts/Task_Input.d.ts.map +1 -0
- package/types/fhir-ts/Task_Output.d.ts +333 -0
- package/types/fhir-ts/Task_Output.d.ts.map +1 -0
- package/types/fhir-ts/Task_Performer.d.ts +41 -0
- package/types/fhir-ts/Task_Performer.d.ts.map +1 -0
- package/types/fhir-ts/Task_Restriction.d.ts +50 -0
- package/types/fhir-ts/Task_Restriction.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities.d.ts +234 -0
- package/types/fhir-ts/TerminologyCapabilities.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_Closure.d.ts +29 -0
- package/types/fhir-ts/TerminologyCapabilities_Closure.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_CodeSystem.d.ts +44 -0
- package/types/fhir-ts/TerminologyCapabilities_CodeSystem.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_CodeSystem_Version.d.ts +54 -0
- package/types/fhir-ts/TerminologyCapabilities_CodeSystem_Version.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_CodeSystem_Version_Filter.d.ts +34 -0
- package/types/fhir-ts/TerminologyCapabilities_CodeSystem_Version_Filter.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_Expansion.d.ts +50 -0
- package/types/fhir-ts/TerminologyCapabilities_Expansion.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_Expansion_Parameter.d.ts +34 -0
- package/types/fhir-ts/TerminologyCapabilities_Expansion_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_Implementation.d.ts +34 -0
- package/types/fhir-ts/TerminologyCapabilities_Implementation.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_Software.d.ts +35 -0
- package/types/fhir-ts/TerminologyCapabilities_Software.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_Translation.d.ts +29 -0
- package/types/fhir-ts/TerminologyCapabilities_Translation.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_ValidateCode.d.ts +29 -0
- package/types/fhir-ts/TerminologyCapabilities_ValidateCode.d.ts.map +1 -0
- package/types/fhir-ts/TestPlan.d.ts +214 -0
- package/types/fhir-ts/TestPlan.d.ts.map +1 -0
- package/types/fhir-ts/TestPlan_Dependency.d.ts +35 -0
- package/types/fhir-ts/TestPlan_Dependency.d.ts.map +1 -0
- package/types/fhir-ts/TestPlan_TestCase.d.ts +55 -0
- package/types/fhir-ts/TestPlan_TestCase.d.ts.map +1 -0
- package/types/fhir-ts/TestPlan_TestCase_Assertion.d.ts +40 -0
- package/types/fhir-ts/TestPlan_TestCase_Assertion.d.ts.map +1 -0
- package/types/fhir-ts/TestPlan_TestCase_Dependency.d.ts +35 -0
- package/types/fhir-ts/TestPlan_TestCase_Dependency.d.ts.map +1 -0
- package/types/fhir-ts/TestPlan_TestCase_TestData.d.ts +46 -0
- package/types/fhir-ts/TestPlan_TestCase_TestData.d.ts.map +1 -0
- package/types/fhir-ts/TestPlan_TestCase_TestRun.d.ts +34 -0
- package/types/fhir-ts/TestPlan_TestCase_TestRun.d.ts.map +1 -0
- package/types/fhir-ts/TestPlan_TestCase_TestRun_Script.d.ts +41 -0
- package/types/fhir-ts/TestPlan_TestCase_TestRun_Script.d.ts.map +1 -0
- package/types/fhir-ts/TestReport.d.ts +129 -0
- package/types/fhir-ts/TestReport.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Participant.d.ts +39 -0
- package/types/fhir-ts/TestReport_Participant.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Setup.d.ts +28 -0
- package/types/fhir-ts/TestReport_Setup.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Setup_Action.d.ts +33 -0
- package/types/fhir-ts/TestReport_Setup_Action.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Setup_Action_Assert.d.ts +44 -0
- package/types/fhir-ts/TestReport_Setup_Action_Assert.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Setup_Action_Assert_Requirement.d.ts +34 -0
- package/types/fhir-ts/TestReport_Setup_Action_Assert_Requirement.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Setup_Action_Operation.d.ts +39 -0
- package/types/fhir-ts/TestReport_Setup_Action_Operation.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Teardown.d.ts +28 -0
- package/types/fhir-ts/TestReport_Teardown.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Teardown_Action.d.ts +28 -0
- package/types/fhir-ts/TestReport_Teardown_Action.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Test.d.ts +39 -0
- package/types/fhir-ts/TestReport_Test.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Test_Action.d.ts +33 -0
- package/types/fhir-ts/TestReport_Test_Action.d.ts.map +1 -0
- package/types/fhir-ts/TestScript.d.ts +234 -0
- package/types/fhir-ts/TestScript.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Destination.d.ts +47 -0
- package/types/fhir-ts/TestScript_Destination.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Fixture.d.ts +42 -0
- package/types/fhir-ts/TestScript_Fixture.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Metadata.d.ts +33 -0
- package/types/fhir-ts/TestScript_Metadata.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Metadata_Capability.d.ts +60 -0
- package/types/fhir-ts/TestScript_Metadata_Capability.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Metadata_Link.d.ts +34 -0
- package/types/fhir-ts/TestScript_Metadata_Link.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Origin.d.ts +47 -0
- package/types/fhir-ts/TestScript_Origin.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Scope.d.ts +40 -0
- package/types/fhir-ts/TestScript_Scope.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Setup.d.ts +28 -0
- package/types/fhir-ts/TestScript_Setup.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Setup_Action.d.ts +33 -0
- package/types/fhir-ts/TestScript_Setup_Action.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Setup_Action_Assert.d.ts +176 -0
- package/types/fhir-ts/TestScript_Setup_Action_Assert.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Setup_Action_Assert_Requirement.d.ts +34 -0
- package/types/fhir-ts/TestScript_Setup_Action_Assert_Requirement.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Setup_Action_Operation.d.ts +124 -0
- package/types/fhir-ts/TestScript_Setup_Action_Operation.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Setup_Action_Operation_RequestHeader.d.ts +36 -0
- package/types/fhir-ts/TestScript_Setup_Action_Operation_RequestHeader.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Teardown.d.ts +28 -0
- package/types/fhir-ts/TestScript_Teardown.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Teardown_Action.d.ts +28 -0
- package/types/fhir-ts/TestScript_Teardown_Action.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Test.d.ts +39 -0
- package/types/fhir-ts/TestScript_Test.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Test_Action.d.ts +34 -0
- package/types/fhir-ts/TestScript_Test_Action.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Variable.d.ts +70 -0
- package/types/fhir-ts/TestScript_Variable.d.ts.map +1 -0
- package/types/fhir-ts/Timing.d.ts +41 -0
- package/types/fhir-ts/Timing.d.ts.map +1 -0
- package/types/fhir-ts/Timing_Repeat.d.ts +112 -0
- package/types/fhir-ts/Timing_Repeat.d.ts.map +1 -0
- package/types/fhir-ts/Transport.d.ts +252 -0
- package/types/fhir-ts/Transport.d.ts.map +1 -0
- package/types/fhir-ts/Transport_Input.d.ts +334 -0
- package/types/fhir-ts/Transport_Input.d.ts.map +1 -0
- package/types/fhir-ts/Transport_Output.d.ts +333 -0
- package/types/fhir-ts/Transport_Output.d.ts.map +1 -0
- package/types/fhir-ts/Transport_Restriction.d.ts +48 -0
- package/types/fhir-ts/Transport_Restriction.d.ts.map +1 -0
- package/types/fhir-ts/TriggerDefinition.d.ts +74 -0
- package/types/fhir-ts/TriggerDefinition.d.ts.map +1 -0
- package/types/fhir-ts/UsageContext.d.ts +45 -0
- package/types/fhir-ts/UsageContext.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet.d.ts +265 -0
- package/types/fhir-ts/ValueSet.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Compose.d.ts +55 -0
- package/types/fhir-ts/ValueSet_Compose.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Compose_Include.d.ts +57 -0
- package/types/fhir-ts/ValueSet_Compose_Include.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Compose_Include_Concept.d.ts +41 -0
- package/types/fhir-ts/ValueSet_Compose_Include_Concept.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Compose_Include_Concept_Designation.d.ts +48 -0
- package/types/fhir-ts/ValueSet_Compose_Include_Concept_Designation.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Compose_Include_Filter.d.ts +41 -0
- package/types/fhir-ts/ValueSet_Compose_Include_Filter.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Expansion.d.ts +69 -0
- package/types/fhir-ts/ValueSet_Expansion.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Expansion_Contains.d.ts +74 -0
- package/types/fhir-ts/ValueSet_Expansion_Contains.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Expansion_Contains_Property.d.ts +70 -0
- package/types/fhir-ts/ValueSet_Expansion_Contains_Property.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Expansion_Contains_Property_SubProperty.d.ts +65 -0
- package/types/fhir-ts/ValueSet_Expansion_Contains_Property_SubProperty.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Expansion_Parameter.d.ts +65 -0
- package/types/fhir-ts/ValueSet_Expansion_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Expansion_Property.d.ts +34 -0
- package/types/fhir-ts/ValueSet_Expansion_Property.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Scope.d.ts +34 -0
- package/types/fhir-ts/ValueSet_Scope.d.ts.map +1 -0
- package/types/fhir-ts/VerificationResult.d.ts +134 -0
- package/types/fhir-ts/VerificationResult.d.ts.map +1 -0
- package/types/fhir-ts/VerificationResult_Attestation.d.ts +70 -0
- package/types/fhir-ts/VerificationResult_Attestation.d.ts.map +1 -0
- package/types/fhir-ts/VerificationResult_PrimarySource.d.ts +64 -0
- package/types/fhir-ts/VerificationResult_PrimarySource.d.ts.map +1 -0
- package/types/fhir-ts/VerificationResult_Validator.d.ts +42 -0
- package/types/fhir-ts/VerificationResult_Validator.d.ts.map +1 -0
- package/types/fhir-ts/VirtualServiceDetail.d.ts +69 -0
- package/types/fhir-ts/VirtualServiceDetail.d.ts.map +1 -0
- package/types/fhir-ts/VisionPrescription.d.ts +109 -0
- package/types/fhir-ts/VisionPrescription.d.ts.map +1 -0
- package/types/fhir-ts/VisionPrescription_LensSpecification.d.ts +101 -0
- package/types/fhir-ts/VisionPrescription_LensSpecification.d.ts.map +1 -0
- package/types/fhir-ts/VisionPrescription_LensSpecification_Prism.d.ts +34 -0
- package/types/fhir-ts/VisionPrescription_LensSpecification_Prism.d.ts.map +1 -0
- package/types/fhir-ts/index.d.ts +837 -0
- package/types/fhir-ts/index.d.ts.map +1 -0
- package/types/index.d.ts +1 -0
- package/types/index.d.ts.map +1 -1
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
import { Annotation } from "./Annotation";
|
|
2
|
+
import { CodeableConcept } from "./CodeableConcept";
|
|
3
|
+
import { CodeableReference } from "./CodeableReference";
|
|
4
|
+
import { Condition } from "./Condition";
|
|
5
|
+
import { DiagnosticReport } from "./DiagnosticReport";
|
|
6
|
+
import { Dosage } from "./Dosage";
|
|
7
|
+
import { Encounter } from "./Encounter";
|
|
8
|
+
import { Extension } from "./Extension";
|
|
9
|
+
import { FhirPrimitive } from "./FhirPrimitive";
|
|
10
|
+
import { Group } from "./Group";
|
|
11
|
+
import { Identifier } from "./Identifier";
|
|
12
|
+
import { Medication } from "./Medication";
|
|
13
|
+
import { MedicationStatement_Adherence } from "./MedicationStatement_Adherence";
|
|
14
|
+
import { Meta } from "./Meta";
|
|
15
|
+
import { Narrative } from "./Narrative";
|
|
16
|
+
import { Observation } from "./Observation";
|
|
17
|
+
import { Organization } from "./Organization";
|
|
18
|
+
import { Patient } from "./Patient";
|
|
19
|
+
import { Period } from "./Period";
|
|
20
|
+
import { Practitioner } from "./Practitioner";
|
|
21
|
+
import { PractitionerRole } from "./PractitionerRole";
|
|
22
|
+
import { Procedure } from "./Procedure";
|
|
23
|
+
import { Reference } from "./Reference";
|
|
24
|
+
import { RelatedPerson } from "./RelatedPerson";
|
|
25
|
+
import { Resource } from "./Resource";
|
|
26
|
+
import { Timing } from "./Timing";
|
|
27
|
+
export interface MedicationStatement {
|
|
28
|
+
/**
|
|
29
|
+
* @description The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
|
|
30
|
+
* @comment Within the context of the FHIR RESTful interactions, the resource has an id except for cases like the create and conditional update. Otherwise, the use of the resouce id depends on the given use case.
|
|
31
|
+
* @short Logical id of this artifact
|
|
32
|
+
*/
|
|
33
|
+
id?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @description The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
|
|
36
|
+
* @short Metadata about the resource
|
|
37
|
+
*/
|
|
38
|
+
meta?: Meta;
|
|
39
|
+
/**
|
|
40
|
+
* @description A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.
|
|
41
|
+
* @comment Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers andor specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of its narrative along with other profiles, value sets, etc.
|
|
42
|
+
* @short A set of rules under which this content was created
|
|
43
|
+
*/
|
|
44
|
+
implicitRules?: FhirPrimitive<string>;
|
|
45
|
+
/**
|
|
46
|
+
* @description The base language in which the resource is written.
|
|
47
|
+
* @comment Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).
|
|
48
|
+
* @short Language of the resource content
|
|
49
|
+
*/
|
|
50
|
+
language?: FhirPrimitive<string>;
|
|
51
|
+
/**
|
|
52
|
+
* @description A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.
|
|
53
|
+
* @comment Contained resources do not have a narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later.
|
|
54
|
+
* @short Text summary of the resource, for human interpretation
|
|
55
|
+
*/
|
|
56
|
+
text?: Narrative;
|
|
57
|
+
/**
|
|
58
|
+
* @description These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope. This is allowed to be a Parameters resource if and only if it is referenced by a resource that provides contextmeaning.
|
|
59
|
+
* @comment This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags in their meta elements, but SHALL NOT have security labels.
|
|
60
|
+
* @short Contained, inline Resources
|
|
61
|
+
*/
|
|
62
|
+
contained?: Resource[];
|
|
63
|
+
/**
|
|
64
|
+
* @description May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
|
|
65
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
66
|
+
* @short Additional content defined by implementations
|
|
67
|
+
*/
|
|
68
|
+
extension?: Extension[];
|
|
69
|
+
/**
|
|
70
|
+
* @description May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it andor the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
|
|
71
|
+
|
|
72
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
73
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
74
|
+
* @short Extensions that cannot be ignored
|
|
75
|
+
*/
|
|
76
|
+
modifierExtension?: Extension[];
|
|
77
|
+
/**
|
|
78
|
+
* @description Identifiers associated with this Medication Statement that are defined by business processes andor used to refer to it when a direct URL reference to the resource itself is not appropriate. They are business identifiers assigned to this resource by the performer or other systems and remain constant as the resource is updated and propagates from server to server.
|
|
79
|
+
* @comment This is a business identifier, not a resource identifier.
|
|
80
|
+
* @short External identifier
|
|
81
|
+
*/
|
|
82
|
+
identifier?: Identifier[];
|
|
83
|
+
/**
|
|
84
|
+
* @description A larger event of which this particular MedicationStatement is a component or step.
|
|
85
|
+
* @short Part of referenced event
|
|
86
|
+
*/
|
|
87
|
+
partOf?: Reference<Procedure | MedicationStatement>[];
|
|
88
|
+
/**
|
|
89
|
+
* @description A code representing the status of recording the medication statement.
|
|
90
|
+
* @comment This status concerns just the recording of the medication statement. MedicationStatement.adherence should be used for indicating a patient's adherence to the information in this resource. Note, the statuses are different than in previous releases for MedicationStatement or MedicationStatement.
|
|
91
|
+
|
|
92
|
+
This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.
|
|
93
|
+
* @short recorded | entered-in-error | draft
|
|
94
|
+
*/
|
|
95
|
+
status: FhirPrimitive<string>;
|
|
96
|
+
/**
|
|
97
|
+
* @description Type of medication statement (for example, drug classification like ATC, where meds would be administered, legal category of the medication.).
|
|
98
|
+
* @short Type of medication statement
|
|
99
|
+
*/
|
|
100
|
+
category?: CodeableConcept[];
|
|
101
|
+
/**
|
|
102
|
+
* @description Identifies the medication being administered. This is either a link to a resource representing the details of the medication or a simple attribute carrying a code that identifies the medication from a known list of medications.
|
|
103
|
+
* @comment If only a code is specified, then it needs to be a code for a specific product. If more information is required, then the use of the medication resource is recommended. For example, if you require form or lot number, then you must reference the Medication resource.
|
|
104
|
+
* @short What medication was taken
|
|
105
|
+
*/
|
|
106
|
+
medication: CodeableReference<Medication>;
|
|
107
|
+
/**
|
|
108
|
+
* @description The person, animal or group who iswas taking the medication.
|
|
109
|
+
* @short Who iswas taking the medication
|
|
110
|
+
*/
|
|
111
|
+
subject: Reference<Patient | Group>;
|
|
112
|
+
/**
|
|
113
|
+
* @description The encounter that establishes the context for this MedicationStatement.
|
|
114
|
+
* @short Encounter associated with MedicationStatement
|
|
115
|
+
*/
|
|
116
|
+
encounter?: Reference<Encounter>;
|
|
117
|
+
/**
|
|
118
|
+
* @choice This is part of the effective[x] choice.
|
|
119
|
+
* @oneOf effectiveDateTime, effectivePeriod, effectiveTiming
|
|
120
|
+
*/
|
|
121
|
+
effectiveDateTime?: FhirPrimitive<string>;
|
|
122
|
+
/**
|
|
123
|
+
* @choice This is part of the effective[x] choice.
|
|
124
|
+
* @oneOf effectiveDateTime, effectivePeriod, effectiveTiming
|
|
125
|
+
*/
|
|
126
|
+
effectivePeriod?: Period;
|
|
127
|
+
/**
|
|
128
|
+
* @choice This is part of the effective[x] choice.
|
|
129
|
+
* @oneOf effectiveDateTime, effectivePeriod, effectiveTiming
|
|
130
|
+
*/
|
|
131
|
+
effectiveTiming?: Timing;
|
|
132
|
+
/**
|
|
133
|
+
* @description The date when the Medication Statement was asserted by the information source.
|
|
134
|
+
* @short When the usage was asserted?
|
|
135
|
+
*/
|
|
136
|
+
dateAsserted?: FhirPrimitive<string>;
|
|
137
|
+
/**
|
|
138
|
+
* @description The person or organization that provided the information about the taking of this medication. Note: Use derivedFrom when a MedicationStatement is derived from other resources, e.g. Claim or MedicationRequest.
|
|
139
|
+
* @short Person or organization that provided the information about the taking of this medication
|
|
140
|
+
*/
|
|
141
|
+
informationSource?: Reference<Patient | Practitioner | PractitionerRole | RelatedPerson | Organization>[];
|
|
142
|
+
/**
|
|
143
|
+
* @description Allows linking the MedicationStatement to the underlying MedicationRequest, or to other information that supports or is used to derive the MedicationStatement.
|
|
144
|
+
* @comment Likely references would be to MedicationRequest, MedicationDispense, Claim, Observation or QuestionnaireAnswers. The most common use cases for deriving a MedicationStatement comes from creating a MedicationStatement from a MedicationRequest or from a lab observation or a claim. it should be noted that the amount of information that is available varies from the type resource that you derive the MedicationStatement from.
|
|
145
|
+
* @short Link to information used to derive the MedicationStatement
|
|
146
|
+
*/
|
|
147
|
+
derivedFrom?: Reference<Resource>[];
|
|
148
|
+
/**
|
|
149
|
+
* @description A concept, Condition or observation that supports why the medication is beingwas taken.
|
|
150
|
+
* @comment This could be a diagnosis code. If a full condition record exists or additional detail is needed, use reasonForUseReference.
|
|
151
|
+
* @short Reason for why the medication is beingwas taken
|
|
152
|
+
*/
|
|
153
|
+
reason?: CodeableReference<Condition | Observation | DiagnosticReport>[];
|
|
154
|
+
/**
|
|
155
|
+
* @description Provides extra information about the Medication Statement that is not conveyed by the other attributes.
|
|
156
|
+
* @short Further information about the usage
|
|
157
|
+
*/
|
|
158
|
+
note?: Annotation[];
|
|
159
|
+
/**
|
|
160
|
+
* @description Link to information that is relevant to a medication statement, for example, illicit drug use, gestational age, etc.
|
|
161
|
+
* @short Link to information relevant to the usage of a medication
|
|
162
|
+
*/
|
|
163
|
+
relatedClinicalInformation?: Reference<Observation | Condition>[];
|
|
164
|
+
/**
|
|
165
|
+
* @description The full representation of the dose of the medication included in all dosage instructions. To be used when multiple dosage instructions are included to represent complex dosing such as increasing or tapering doses.
|
|
166
|
+
* @short Full representation of the dosage instructions
|
|
167
|
+
*/
|
|
168
|
+
renderedDosageInstruction?: FhirPrimitive<string>;
|
|
169
|
+
/**
|
|
170
|
+
* @description Indicates how the medication iswas or should be taken by the patient.
|
|
171
|
+
* @comment The dates included in the dosage on a Medication Statement reflect the dates for a given dose. For example, "from November 1, 2016 to November 3, 2016, take one tablet daily and from November 4, 2016 to November 7, 2016, take two tablets daily." It is expected that this specificity may only be populated where the patient brings in their labeled container or where the Medication Statement is derived from a MedicationRequest.
|
|
172
|
+
* @short Details of how medication iswas taken or should be taken
|
|
173
|
+
*/
|
|
174
|
+
dosage?: Dosage[];
|
|
175
|
+
/**
|
|
176
|
+
* @backbone Nested BackboneElement: adherence [0..1]
|
|
177
|
+
*/
|
|
178
|
+
adherence?: MedicationStatement_Adherence;
|
|
179
|
+
/**
|
|
180
|
+
* @const Auto-injected fixed value: MedicationStatement
|
|
181
|
+
*/
|
|
182
|
+
resourceType: "MedicationStatement";
|
|
183
|
+
}
|
|
184
|
+
//# sourceMappingURL=MedicationStatement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MedicationStatement.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/MedicationStatement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAChF,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAGlC,MAAM,WAAW,mBAAmB;IAClC;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ;;;;OAIG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACjC;;;;OAIG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB;;;;OAIG;IACH,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;IACvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC;IACxB;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,SAAS,EAAE,CAAC;IAChC;;;;OAIG;IACH,UAAU,CAAC,EAAE,UAAU,EAAE,CAAC;IAC1B;;;OAGG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC,SAAS,GAAG,mBAAmB,CAAC,EAAE,CAAC;IACtD;;;;;;OAMG;IACH,MAAM,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,EAAE,eAAe,EAAE,CAAC;IAC7B;;;;OAIG;IACH,UAAU,EAAE,iBAAiB,CAAC,UAAU,CAAC,CAAC;IAC1C;;;OAGG;IACH,OAAO,EAAE,SAAS,CAAC,OAAO,GAAG,KAAK,CAAC,CAAC;IACpC;;;OAGG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACjC;;;OAGG;IACH,iBAAiB,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC1C;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,YAAY,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACrC;;;OAGG;IACH,iBAAiB,CAAC,EAAE,SAAS,CAC3B,OAAO,GAAG,YAAY,GAAG,gBAAgB,GAAG,aAAa,GAAG,YAAY,CACzE,EAAE,CAAC;IACJ;;;;OAIG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC,QAAQ,CAAC,EAAE,CAAC;IACpC;;;;OAIG;IACH,MAAM,CAAC,EAAE,iBAAiB,CAAC,SAAS,GAAG,WAAW,GAAG,gBAAgB,CAAC,EAAE,CAAC;IACzE;;;OAGG;IACH,IAAI,CAAC,EAAE,UAAU,EAAE,CAAC;IACpB;;;OAGG;IACH,0BAA0B,CAAC,EAAE,SAAS,CAAC,WAAW,GAAG,SAAS,CAAC,EAAE,CAAC;IAClE;;;OAGG;IACH,yBAAyB,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAClD;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,SAAS,CAAC,EAAE,6BAA6B,CAAC;IAC1C;;OAEG;IACH,YAAY,EAAE,qBAAqB,CAAC;CACrC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { CodeableConcept } from "./CodeableConcept";
|
|
2
|
+
import { Extension } from "./Extension";
|
|
3
|
+
export interface MedicationStatement_Adherence {
|
|
4
|
+
/**
|
|
5
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
6
|
+
* @short Unique id for inter-element referencing
|
|
7
|
+
*/
|
|
8
|
+
id?: string;
|
|
9
|
+
/**
|
|
10
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
|
|
11
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
12
|
+
* @short Additional content defined by implementations
|
|
13
|
+
*/
|
|
14
|
+
extension?: Extension[];
|
|
15
|
+
/**
|
|
16
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained andor the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
|
|
17
|
+
|
|
18
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
19
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
20
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
21
|
+
*/
|
|
22
|
+
modifierExtension?: Extension[];
|
|
23
|
+
/**
|
|
24
|
+
* @description Type of the adherence for the medication.
|
|
25
|
+
* @short Type of adherence
|
|
26
|
+
*/
|
|
27
|
+
code: CodeableConcept;
|
|
28
|
+
/**
|
|
29
|
+
* @description Captures the reason for the current use or adherence of a medication.
|
|
30
|
+
* @comment This is generally only used for "exception" statuses such as "entered-in-error". The reason for performing the event at all is captured in reasonCode, not here.
|
|
31
|
+
* @short Details of the reason for the current use of the medication
|
|
32
|
+
*/
|
|
33
|
+
reason?: CodeableConcept;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=MedicationStatement_Adherence.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MedicationStatement_Adherence.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/MedicationStatement_Adherence.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAIxC,MAAM,WAAW,6BAA6B;IAC5C;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC;IACxB;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,SAAS,EAAE,CAAC;IAChC;;;OAGG;IACH,IAAI,EAAE,eAAe,CAAC;IACtB;;;;OAIG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;CAC1B"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Extension } from "./Extension";
|
|
2
|
+
import { FhirPrimitive } from "./FhirPrimitive";
|
|
3
|
+
export interface Medication_Batch {
|
|
4
|
+
/**
|
|
5
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
6
|
+
* @short Unique id for inter-element referencing
|
|
7
|
+
*/
|
|
8
|
+
id?: string;
|
|
9
|
+
/**
|
|
10
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
|
|
11
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
12
|
+
* @short Additional content defined by implementations
|
|
13
|
+
*/
|
|
14
|
+
extension?: Extension[];
|
|
15
|
+
/**
|
|
16
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained andor the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
|
|
17
|
+
|
|
18
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
19
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
20
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
21
|
+
*/
|
|
22
|
+
modifierExtension?: Extension[];
|
|
23
|
+
/**
|
|
24
|
+
* @description The assigned lot number of a batch of the specified product.
|
|
25
|
+
* @short Identifier assigned to batch
|
|
26
|
+
*/
|
|
27
|
+
lotNumber?: FhirPrimitive<string>;
|
|
28
|
+
/**
|
|
29
|
+
* @description When this specific batch of product will expire.
|
|
30
|
+
* @short When batch will expire
|
|
31
|
+
*/
|
|
32
|
+
expirationDate?: FhirPrimitive<string>;
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=Medication_Batch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Medication_Batch.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/Medication_Batch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,MAAM,WAAW,gBAAgB;IAC/B;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC;IACxB;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,SAAS,EAAE,CAAC;IAChC;;;OAGG;IACH,SAAS,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAClC;;;OAGG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;CACxC"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { CodeableConcept } from "./CodeableConcept";
|
|
2
|
+
import { CodeableReference } from "./CodeableReference";
|
|
3
|
+
import { Extension } from "./Extension";
|
|
4
|
+
import { FhirPrimitive } from "./FhirPrimitive";
|
|
5
|
+
import { Medication } from "./Medication";
|
|
6
|
+
import { Quantity } from "./Quantity";
|
|
7
|
+
import { Ratio } from "./Ratio";
|
|
8
|
+
import { Substance } from "./Substance";
|
|
9
|
+
export interface Medication_Ingredient {
|
|
10
|
+
/**
|
|
11
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
12
|
+
* @short Unique id for inter-element referencing
|
|
13
|
+
*/
|
|
14
|
+
id?: string;
|
|
15
|
+
/**
|
|
16
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
|
|
17
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
18
|
+
* @short Additional content defined by implementations
|
|
19
|
+
*/
|
|
20
|
+
extension?: Extension[];
|
|
21
|
+
/**
|
|
22
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained andor the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
|
|
23
|
+
|
|
24
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
25
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
26
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
27
|
+
*/
|
|
28
|
+
modifierExtension?: Extension[];
|
|
29
|
+
/**
|
|
30
|
+
* @description The ingredient (substance or medication) that the ingredient.strength relates to. This is represented as a concept from a code system or described in another resource (Substance or Medication).
|
|
31
|
+
* @short The ingredient (substance or medication) that the ingredient.strength relates to
|
|
32
|
+
*/
|
|
33
|
+
item: CodeableReference<Substance | Medication>;
|
|
34
|
+
/**
|
|
35
|
+
* @description Indication of whether this ingredient affects the therapeutic action of the drug.
|
|
36
|
+
* @short Active ingredient indicator
|
|
37
|
+
*/
|
|
38
|
+
isActive?: FhirPrimitive<boolean>;
|
|
39
|
+
/**
|
|
40
|
+
* @choice This is part of the strength[x] choice.
|
|
41
|
+
* @oneOf strengthRatio, strengthCodeableConcept, strengthQuantity
|
|
42
|
+
*/
|
|
43
|
+
strengthRatio?: Ratio;
|
|
44
|
+
/**
|
|
45
|
+
* @choice This is part of the strength[x] choice.
|
|
46
|
+
* @oneOf strengthRatio, strengthCodeableConcept, strengthQuantity
|
|
47
|
+
*/
|
|
48
|
+
strengthCodeableConcept?: CodeableConcept;
|
|
49
|
+
/**
|
|
50
|
+
* @choice This is part of the strength[x] choice.
|
|
51
|
+
* @oneOf strengthRatio, strengthCodeableConcept, strengthQuantity
|
|
52
|
+
*/
|
|
53
|
+
strengthQuantity?: Quantity;
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=Medication_Ingredient.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Medication_Ingredient.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/Medication_Ingredient.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAGxC,MAAM,WAAW,qBAAqB;IACpC;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC;IACxB;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,SAAS,EAAE,CAAC;IAChC;;;OAGG;IACH,IAAI,EAAE,iBAAiB,CAAC,SAAS,GAAG,UAAU,CAAC,CAAC;IAChD;;;OAGG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;IAClC;;;OAGG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC;IACtB;;;OAGG;IACH,uBAAuB,CAAC,EAAE,eAAe,CAAC;IAC1C;;;OAGG;IACH,gBAAgB,CAAC,EAAE,QAAQ,CAAC;CAC7B"}
|
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
import { CodeableConcept } from "./CodeableConcept";
|
|
2
|
+
import { CodeableReference } from "./CodeableReference";
|
|
3
|
+
import { Coding } from "./Coding";
|
|
4
|
+
import { DeviceDefinition } from "./DeviceDefinition";
|
|
5
|
+
import { DocumentReference } from "./DocumentReference";
|
|
6
|
+
import { Extension } from "./Extension";
|
|
7
|
+
import { FhirPrimitive } from "./FhirPrimitive";
|
|
8
|
+
import { Identifier } from "./Identifier";
|
|
9
|
+
import { ManufacturedItemDefinition } from "./ManufacturedItemDefinition";
|
|
10
|
+
import { MarketingStatus } from "./MarketingStatus";
|
|
11
|
+
import { MedicinalProductDefinition_Characteristic } from "./MedicinalProductDefinition_Characteristic";
|
|
12
|
+
import { MedicinalProductDefinition_Contact } from "./MedicinalProductDefinition_Contact";
|
|
13
|
+
import { MedicinalProductDefinition_CrossReference } from "./MedicinalProductDefinition_CrossReference";
|
|
14
|
+
import { MedicinalProductDefinition_Name } from "./MedicinalProductDefinition_Name";
|
|
15
|
+
import { MedicinalProductDefinition_Operation } from "./MedicinalProductDefinition_Operation";
|
|
16
|
+
import { Meta } from "./Meta";
|
|
17
|
+
import { Narrative } from "./Narrative";
|
|
18
|
+
import { Reference } from "./Reference";
|
|
19
|
+
import { ResearchStudy } from "./ResearchStudy";
|
|
20
|
+
import { Resource } from "./Resource";
|
|
21
|
+
import { SubstanceDefinition } from "./SubstanceDefinition";
|
|
22
|
+
export interface MedicinalProductDefinition {
|
|
23
|
+
/**
|
|
24
|
+
* @description The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
|
|
25
|
+
* @comment Within the context of the FHIR RESTful interactions, the resource has an id except for cases like the create and conditional update. Otherwise, the use of the resouce id depends on the given use case.
|
|
26
|
+
* @short Logical id of this artifact
|
|
27
|
+
*/
|
|
28
|
+
id?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @description The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
|
|
31
|
+
* @short Metadata about the resource
|
|
32
|
+
*/
|
|
33
|
+
meta?: Meta;
|
|
34
|
+
/**
|
|
35
|
+
* @description A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.
|
|
36
|
+
* @comment Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers andor specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of its narrative along with other profiles, value sets, etc.
|
|
37
|
+
* @short A set of rules under which this content was created
|
|
38
|
+
*/
|
|
39
|
+
implicitRules?: FhirPrimitive<string>;
|
|
40
|
+
/**
|
|
41
|
+
* @description The base language in which the resource is written.
|
|
42
|
+
* @comment Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).
|
|
43
|
+
* @short Language of the resource content
|
|
44
|
+
*/
|
|
45
|
+
language?: FhirPrimitive<string>;
|
|
46
|
+
/**
|
|
47
|
+
* @description A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.
|
|
48
|
+
* @comment Contained resources do not have a narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later.
|
|
49
|
+
* @short Text summary of the resource, for human interpretation
|
|
50
|
+
*/
|
|
51
|
+
text?: Narrative;
|
|
52
|
+
/**
|
|
53
|
+
* @description These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope. This is allowed to be a Parameters resource if and only if it is referenced by a resource that provides contextmeaning.
|
|
54
|
+
* @comment This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags in their meta elements, but SHALL NOT have security labels.
|
|
55
|
+
* @short Contained, inline Resources
|
|
56
|
+
*/
|
|
57
|
+
contained?: Resource[];
|
|
58
|
+
/**
|
|
59
|
+
* @description May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
|
|
60
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
61
|
+
* @short Additional content defined by implementations
|
|
62
|
+
*/
|
|
63
|
+
extension?: Extension[];
|
|
64
|
+
/**
|
|
65
|
+
* @description May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it andor the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
|
|
66
|
+
|
|
67
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
68
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
69
|
+
* @short Extensions that cannot be ignored
|
|
70
|
+
*/
|
|
71
|
+
modifierExtension?: Extension[];
|
|
72
|
+
/**
|
|
73
|
+
* @description Business identifier for this product. Could be an MPID. When in development or being regulated, products are typically referenced by official identifiers, assigned by a manufacturer or regulator, and unique to a product (which, when compared to a product instance being prescribed, is actually a product type). See also MedicinalProductDefinition.code.
|
|
74
|
+
* @short Business identifier for this product. Could be an MPID
|
|
75
|
+
*/
|
|
76
|
+
identifier?: Identifier[];
|
|
77
|
+
/**
|
|
78
|
+
* @description Regulatory type, e.g. Investigational or Authorized.
|
|
79
|
+
* @short Regulatory type, e.g. Investigational or Authorized
|
|
80
|
+
*/
|
|
81
|
+
type?: CodeableConcept;
|
|
82
|
+
/**
|
|
83
|
+
* @description If this medicine applies to human or veterinary uses.
|
|
84
|
+
* @short If this medicine applies to human or veterinary uses
|
|
85
|
+
*/
|
|
86
|
+
domain?: CodeableConcept;
|
|
87
|
+
/**
|
|
88
|
+
* @description A business identifier relating to a specific version of the product, this is commonly used to support revisions to an existing product.
|
|
89
|
+
* @short A business identifier relating to a specific version of the product
|
|
90
|
+
*/
|
|
91
|
+
version?: FhirPrimitive<string>;
|
|
92
|
+
/**
|
|
93
|
+
* @description The status within the lifecycle of this product record. A high-level status, this is not intended to duplicate details carried elsewhere such as legal status, or authorization status.
|
|
94
|
+
* @short The status within the lifecycle of this product record
|
|
95
|
+
*/
|
|
96
|
+
status?: CodeableConcept;
|
|
97
|
+
/**
|
|
98
|
+
* @description The date at which the given status became applicable.
|
|
99
|
+
* @short The date at which the given status became applicable
|
|
100
|
+
*/
|
|
101
|
+
statusDate?: FhirPrimitive<string>;
|
|
102
|
+
/**
|
|
103
|
+
* @description General description of this product.
|
|
104
|
+
* @short General description of this product
|
|
105
|
+
*/
|
|
106
|
+
description?: FhirPrimitive<string>;
|
|
107
|
+
/**
|
|
108
|
+
* @description The dose form for a single part product, or combined form of a multiple part product. This is one concept that describes all the components. It does not represent the form with components physically mixed, if that might be necessary, for which see (AdministrableProductDefinition.administrableDoseForm).
|
|
109
|
+
* @short The dose form for a single part product, or combined form of a multiple part product
|
|
110
|
+
*/
|
|
111
|
+
combinedPharmaceuticalDoseForm?: CodeableConcept;
|
|
112
|
+
/**
|
|
113
|
+
* @description The path by which the product is taken into or makes contact with the body. In some regions this is referred to as the licenced or approved route. See also AdministrableProductDefinition resource. MedicinalProductDefinition.route is the same concept as AdministrableProductDefinition.routeOfAdministration.code, and they cannot be used together.
|
|
114
|
+
* @short The path by which the product is taken into or makes contact with the body
|
|
115
|
+
*/
|
|
116
|
+
route?: CodeableConcept[];
|
|
117
|
+
/**
|
|
118
|
+
* @description Description of indication(s) for this product, used when structured indications are not required. In cases where structured indications are required, they are captured using the ClinicalUseDefinition resource. An indication is a medical situation for which using the product is appropriate.
|
|
119
|
+
* @short Description of indication(s) for this product, used when structured indications are not required
|
|
120
|
+
*/
|
|
121
|
+
indication?: FhirPrimitive<string>;
|
|
122
|
+
/**
|
|
123
|
+
* @description The legal status of supply of the medicinal product as classified by the regulator.
|
|
124
|
+
* @short The legal status of supply of the medicinal product as classified by the regulator
|
|
125
|
+
*/
|
|
126
|
+
legalStatusOfSupply?: CodeableConcept;
|
|
127
|
+
/**
|
|
128
|
+
* @description Whether the Medicinal Product is subject to additional monitoring for regulatory reasons, such as heightened reporting requirements.
|
|
129
|
+
* @short Whether the Medicinal Product is subject to additional monitoring for regulatory reasons
|
|
130
|
+
*/
|
|
131
|
+
additionalMonitoringIndicator?: CodeableConcept;
|
|
132
|
+
/**
|
|
133
|
+
* @description Whether the Medicinal Product is subject to special measures for regulatory reasons, such as a requirement to conduct post-authorization studies.
|
|
134
|
+
* @short Whether the Medicinal Product is subject to special measures for regulatory reasons
|
|
135
|
+
*/
|
|
136
|
+
specialMeasures?: CodeableConcept[];
|
|
137
|
+
/**
|
|
138
|
+
* @description If authorised for use in children, or infants, neonates etc.
|
|
139
|
+
* @short If authorised for use in children
|
|
140
|
+
*/
|
|
141
|
+
pediatricUseIndicator?: CodeableConcept;
|
|
142
|
+
/**
|
|
143
|
+
* @description Allows the product to be classified by various systems, commonly WHO ATC.
|
|
144
|
+
* @short Allows the product to be classified by various systems
|
|
145
|
+
*/
|
|
146
|
+
classification?: CodeableConcept[];
|
|
147
|
+
/**
|
|
148
|
+
* @description Marketing status of the medicinal product, in contrast to marketing authorization. This refers to the product being actually 'on the market' as opposed to being allowed to be on the market (which is an authorization).
|
|
149
|
+
* @short Marketing status of the medicinal product, in contrast to marketing authorization
|
|
150
|
+
*/
|
|
151
|
+
marketingStatus?: MarketingStatus[];
|
|
152
|
+
/**
|
|
153
|
+
* @description Package type for the product. See also the PackagedProductDefinition resource.
|
|
154
|
+
* @short Package type for the product
|
|
155
|
+
*/
|
|
156
|
+
packagedMedicinalProduct?: CodeableConcept[];
|
|
157
|
+
/**
|
|
158
|
+
* @description Types of medicinal manufactured items andor devices that this product consists of, such as tablets, capsule, or syringes. Used as a direct link when the item's packaging is not being recorded (see also PackagedProductDefinition.package.containedItem.item).
|
|
159
|
+
* @short Types of medicinal manufactured items andor devices that this product consists of, such as tablets, capsule, or syringes
|
|
160
|
+
*/
|
|
161
|
+
comprisedOf?: Reference<ManufacturedItemDefinition | DeviceDefinition>[];
|
|
162
|
+
/**
|
|
163
|
+
* @description The ingredients of this medicinal product - when not detailed in other resources. This is only needed if the ingredients are not specified by incoming references from the Ingredient resource, or indirectly via incoming AdministrableProductDefinition, PackagedProductDefinition or ManufacturedItemDefinition references. In cases where those levels of detail are not used, the ingredients may be specified directly here as codes.
|
|
164
|
+
* @short The ingredients of this medicinal product - when not detailed in other resources
|
|
165
|
+
*/
|
|
166
|
+
ingredient?: CodeableConcept[];
|
|
167
|
+
/**
|
|
168
|
+
* @description Any component of the drug product which is not the chemical entity defined as the drug substance, or an excipient in the drug product. This includes process-related impurities and contaminants, product-related impurities including degradation products.
|
|
169
|
+
* @short Any component of the drug product which is not the chemical entity defined as the drug substance, or an excipient in the drug product
|
|
170
|
+
*/
|
|
171
|
+
impurity?: CodeableReference<SubstanceDefinition>[];
|
|
172
|
+
/**
|
|
173
|
+
* @description Additional information or supporting documentation about the medicinal product.
|
|
174
|
+
* @short Additional documentation about the medicinal product
|
|
175
|
+
*/
|
|
176
|
+
attachedDocument?: Reference<DocumentReference>[];
|
|
177
|
+
/**
|
|
178
|
+
* @description A master file for the medicinal product (e.g. Pharmacovigilance System Master File). Drug master files (DMFs) are documents submitted to regulatory agencies to provide confidential detailed information about facilities, processes or articles used in the manufacturing, processing, packaging and storing of drug products.
|
|
179
|
+
* @short A master file for the medicinal product (e.g. Pharmacovigilance System Master File)
|
|
180
|
+
*/
|
|
181
|
+
masterFile?: Reference<DocumentReference>[];
|
|
182
|
+
/**
|
|
183
|
+
* @backbone Nested BackboneElement: contact [0..*]
|
|
184
|
+
*/
|
|
185
|
+
contact?: MedicinalProductDefinition_Contact[];
|
|
186
|
+
/**
|
|
187
|
+
* @description Clinical trials or studies that this product is involved in.
|
|
188
|
+
* @short Clinical trials or studies that this product is involved in
|
|
189
|
+
*/
|
|
190
|
+
clinicalTrial?: Reference<ResearchStudy>[];
|
|
191
|
+
/**
|
|
192
|
+
* @description A code that this product is known by, usually within some formal terminology, perhaps assigned by a third party (i.e. not the manufacturer or regulator). Products (types of medications) tend to be known by identifiers during development and within regulatory process. However when they are prescribed they tend to be identified by codes. The same product may be have multiple codes, applied to it by multiple organizations.
|
|
193
|
+
* @short A code that this product is known by, within some formal terminology
|
|
194
|
+
*/
|
|
195
|
+
code?: Coding[];
|
|
196
|
+
/**
|
|
197
|
+
* @backbone Nested BackboneElement: name [1..*]
|
|
198
|
+
*/
|
|
199
|
+
name: MedicinalProductDefinition_Name[];
|
|
200
|
+
/**
|
|
201
|
+
* @backbone Nested BackboneElement: crossReference [0..*]
|
|
202
|
+
*/
|
|
203
|
+
crossReference?: MedicinalProductDefinition_CrossReference[];
|
|
204
|
+
/**
|
|
205
|
+
* @backbone Nested BackboneElement: operation [0..*]
|
|
206
|
+
*/
|
|
207
|
+
operation?: MedicinalProductDefinition_Operation[];
|
|
208
|
+
/**
|
|
209
|
+
* @backbone Nested BackboneElement: characteristic [0..*]
|
|
210
|
+
*/
|
|
211
|
+
characteristic?: MedicinalProductDefinition_Characteristic[];
|
|
212
|
+
/**
|
|
213
|
+
* @const Auto-injected fixed value: MedicinalProductDefinition
|
|
214
|
+
*/
|
|
215
|
+
resourceType: "MedicinalProductDefinition";
|
|
216
|
+
}
|
|
217
|
+
//# sourceMappingURL=MedicinalProductDefinition.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MedicinalProductDefinition.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/MedicinalProductDefinition.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,yCAAyC,EAAE,MAAM,6CAA6C,CAAC;AACxG,OAAO,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAC1F,OAAO,EAAE,yCAAyC,EAAE,MAAM,6CAA6C,CAAC;AACxG,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AACpF,OAAO,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAC9F,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAG5D,MAAM,WAAW,0BAA0B;IACzC;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ;;;;OAIG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACjC;;;;OAIG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB;;;;OAIG;IACH,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;IACvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC;IACxB;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,SAAS,EAAE,CAAC;IAChC;;;OAGG;IACH,UAAU,CAAC,EAAE,UAAU,EAAE,CAAC;IAC1B;;;OAGG;IACH,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB;;;OAGG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;IACzB;;;OAGG;IACH,OAAO,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAChC;;;OAGG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;IACzB;;;OAGG;IACH,UAAU,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACnC;;;OAGG;IACH,WAAW,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACpC;;;OAGG;IACH,8BAA8B,CAAC,EAAE,eAAe,CAAC;IACjD;;;OAGG;IACH,KAAK,CAAC,EAAE,eAAe,EAAE,CAAC;IAC1B;;;OAGG;IACH,UAAU,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACnC;;;OAGG;IACH,mBAAmB,CAAC,EAAE,eAAe,CAAC;IACtC;;;OAGG;IACH,6BAA6B,CAAC,EAAE,eAAe,CAAC;IAChD;;;OAGG;IACH,eAAe,CAAC,EAAE,eAAe,EAAE,CAAC;IACpC;;;OAGG;IACH,qBAAqB,CAAC,EAAE,eAAe,CAAC;IACxC;;;OAGG;IACH,cAAc,CAAC,EAAE,eAAe,EAAE,CAAC;IACnC;;;OAGG;IACH,eAAe,CAAC,EAAE,eAAe,EAAE,CAAC;IACpC;;;OAGG;IACH,wBAAwB,CAAC,EAAE,eAAe,EAAE,CAAC;IAC7C;;;OAGG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC,0BAA0B,GAAG,gBAAgB,CAAC,EAAE,CAAC;IACzE;;;OAGG;IACH,UAAU,CAAC,EAAE,eAAe,EAAE,CAAC;IAC/B;;;OAGG;IACH,QAAQ,CAAC,EAAE,iBAAiB,CAAC,mBAAmB,CAAC,EAAE,CAAC;IACpD;;;OAGG;IACH,gBAAgB,CAAC,EAAE,SAAS,CAAC,iBAAiB,CAAC,EAAE,CAAC;IAClD;;;OAGG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC,iBAAiB,CAAC,EAAE,CAAC;IAC5C;;OAEG;IACH,OAAO,CAAC,EAAE,kCAAkC,EAAE,CAAC;IAC/C;;;OAGG;IACH,aAAa,CAAC,EAAE,SAAS,CAAC,aAAa,CAAC,EAAE,CAAC;IAC3C;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB;;OAEG;IACH,IAAI,EAAE,+BAA+B,EAAE,CAAC;IACxC;;OAEG;IACH,cAAc,CAAC,EAAE,yCAAyC,EAAE,CAAC;IAC7D;;OAEG;IACH,SAAS,CAAC,EAAE,oCAAoC,EAAE,CAAC;IACnD;;OAEG;IACH,cAAc,CAAC,EAAE,yCAAyC,EAAE,CAAC;IAC7D;;OAEG;IACH,YAAY,EAAE,4BAA4B,CAAC;CAC5C"}
|