@nsshunt/stsfhirclient 1.0.77 → 1.0.78
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 +1 -1
- 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,46 @@
|
|
|
1
|
+
import { CodeableConcept } from "./CodeableConcept";
|
|
2
|
+
import { Extension } from "./Extension";
|
|
3
|
+
import { Quantity } from "./Quantity";
|
|
4
|
+
import { Range } from "./Range";
|
|
5
|
+
export interface MedicationKnowledge_IndicationGuideline_DosingGuideline_PatientCharacteristic {
|
|
6
|
+
/**
|
|
7
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
8
|
+
* @short Unique id for inter-element referencing
|
|
9
|
+
*/
|
|
10
|
+
id?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @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.
|
|
13
|
+
* @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.
|
|
14
|
+
* @short Additional content defined by implementations
|
|
15
|
+
*/
|
|
16
|
+
extension?: Extension[];
|
|
17
|
+
/**
|
|
18
|
+
* @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.
|
|
19
|
+
|
|
20
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
21
|
+
* @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.
|
|
22
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
23
|
+
*/
|
|
24
|
+
modifierExtension?: Extension[];
|
|
25
|
+
/**
|
|
26
|
+
* @description The categorization of the specific characteristic that is relevant to the administration guideline (e.g. height, weight, gender).
|
|
27
|
+
* @short Categorization of specific characteristic that is relevant to the administration guideline
|
|
28
|
+
*/
|
|
29
|
+
type: CodeableConcept;
|
|
30
|
+
/**
|
|
31
|
+
* @choice This is part of the value[x] choice.
|
|
32
|
+
* @oneOf valueCodeableConcept, valueQuantity, valueRange
|
|
33
|
+
*/
|
|
34
|
+
valueCodeableConcept?: CodeableConcept;
|
|
35
|
+
/**
|
|
36
|
+
* @choice This is part of the value[x] choice.
|
|
37
|
+
* @oneOf valueCodeableConcept, valueQuantity, valueRange
|
|
38
|
+
*/
|
|
39
|
+
valueQuantity?: Quantity;
|
|
40
|
+
/**
|
|
41
|
+
* @choice This is part of the value[x] choice.
|
|
42
|
+
* @oneOf valueCodeableConcept, valueQuantity, valueRange
|
|
43
|
+
*/
|
|
44
|
+
valueRange?: Range;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=MedicationKnowledge_IndicationGuideline_DosingGuideline_PatientCharacteristic.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MedicationKnowledge_IndicationGuideline_DosingGuideline_PatientCharacteristic.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/MedicationKnowledge_IndicationGuideline_DosingGuideline_PatientCharacteristic.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,6EAA6E;IAC5F;;;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;;;OAGG;IACH,oBAAoB,CAAC,EAAE,eAAe,CAAC;IACvC;;;OAGG;IACH,aAAa,CAAC,EAAE,QAAQ,CAAC;IACzB;;;OAGG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC;CACpB"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { CodeableConcept } from "./CodeableConcept";
|
|
2
|
+
import { Extension } from "./Extension";
|
|
3
|
+
import { FhirPrimitive } from "./FhirPrimitive";
|
|
4
|
+
export interface MedicationKnowledge_MedicineClassification {
|
|
5
|
+
/**
|
|
6
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
7
|
+
* @short Unique id for inter-element referencing
|
|
8
|
+
*/
|
|
9
|
+
id?: string;
|
|
10
|
+
/**
|
|
11
|
+
* @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.
|
|
12
|
+
* @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.
|
|
13
|
+
* @short Additional content defined by implementations
|
|
14
|
+
*/
|
|
15
|
+
extension?: Extension[];
|
|
16
|
+
/**
|
|
17
|
+
* @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.
|
|
18
|
+
|
|
19
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
20
|
+
* @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.
|
|
21
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
22
|
+
*/
|
|
23
|
+
modifierExtension?: Extension[];
|
|
24
|
+
/**
|
|
25
|
+
* @description The type of category for the medication (for example, therapeutic classification, therapeutic sub-classification).
|
|
26
|
+
* @short The type of category for the medication (for example, therapeutic classification, therapeutic sub-classification)
|
|
27
|
+
*/
|
|
28
|
+
type: CodeableConcept;
|
|
29
|
+
/**
|
|
30
|
+
* @choice This is part of the source[x] choice.
|
|
31
|
+
* @oneOf sourceString, sourceUri
|
|
32
|
+
*/
|
|
33
|
+
sourceString?: FhirPrimitive<string>;
|
|
34
|
+
/**
|
|
35
|
+
* @choice This is part of the source[x] choice.
|
|
36
|
+
* @oneOf sourceString, sourceUri
|
|
37
|
+
*/
|
|
38
|
+
sourceUri?: FhirPrimitive<string>;
|
|
39
|
+
/**
|
|
40
|
+
* @description Specific category assigned to the medication (e.g. anti-infective, anti-hypertensive, antibiotic, etc.).
|
|
41
|
+
* @short Specific category assigned to the medication
|
|
42
|
+
*/
|
|
43
|
+
classification?: CodeableConcept[];
|
|
44
|
+
}
|
|
45
|
+
//# sourceMappingURL=MedicationKnowledge_MedicineClassification.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MedicationKnowledge_MedicineClassification.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/MedicationKnowledge_MedicineClassification.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,MAAM,WAAW,0CAA0C;IACzD;;;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;;;OAGG;IACH,YAAY,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACrC;;;OAGG;IACH,SAAS,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAClC;;;OAGG;IACH,cAAc,CAAC,EAAE,eAAe,EAAE,CAAC;CACpC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { CodeableConcept } from "./CodeableConcept";
|
|
2
|
+
import { Extension } from "./Extension";
|
|
3
|
+
import { FhirPrimitive } from "./FhirPrimitive";
|
|
4
|
+
export interface MedicationKnowledge_MonitoringProgram {
|
|
5
|
+
/**
|
|
6
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
7
|
+
* @short Unique id for inter-element referencing
|
|
8
|
+
*/
|
|
9
|
+
id?: string;
|
|
10
|
+
/**
|
|
11
|
+
* @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.
|
|
12
|
+
* @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.
|
|
13
|
+
* @short Additional content defined by implementations
|
|
14
|
+
*/
|
|
15
|
+
extension?: Extension[];
|
|
16
|
+
/**
|
|
17
|
+
* @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.
|
|
18
|
+
|
|
19
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
20
|
+
* @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.
|
|
21
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
22
|
+
*/
|
|
23
|
+
modifierExtension?: Extension[];
|
|
24
|
+
/**
|
|
25
|
+
* @description Type of program under which the medication is monitored.
|
|
26
|
+
* @short Type of program under which the medication is monitored
|
|
27
|
+
*/
|
|
28
|
+
type?: CodeableConcept;
|
|
29
|
+
/**
|
|
30
|
+
* @description Name of the reviewing program.
|
|
31
|
+
* @short Name of the reviewing program
|
|
32
|
+
*/
|
|
33
|
+
name?: FhirPrimitive<string>;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=MedicationKnowledge_MonitoringProgram.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MedicationKnowledge_MonitoringProgram.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/MedicationKnowledge_MonitoringProgram.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,MAAM,WAAW,qCAAqC;IACpD;;;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,CAAC,EAAE,eAAe,CAAC;IACvB;;;OAGG;IACH,IAAI,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;CAC9B"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { CodeableConcept } from "./CodeableConcept";
|
|
2
|
+
import { DocumentReference } from "./DocumentReference";
|
|
3
|
+
import { Extension } from "./Extension";
|
|
4
|
+
import { Reference } from "./Reference";
|
|
5
|
+
export interface MedicationKnowledge_Monograph {
|
|
6
|
+
/**
|
|
7
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
8
|
+
* @short Unique id for inter-element referencing
|
|
9
|
+
*/
|
|
10
|
+
id?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @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.
|
|
13
|
+
* @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.
|
|
14
|
+
* @short Additional content defined by implementations
|
|
15
|
+
*/
|
|
16
|
+
extension?: Extension[];
|
|
17
|
+
/**
|
|
18
|
+
* @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.
|
|
19
|
+
|
|
20
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
21
|
+
* @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.
|
|
22
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
23
|
+
*/
|
|
24
|
+
modifierExtension?: Extension[];
|
|
25
|
+
/**
|
|
26
|
+
* @description The category of documentation about the medication. (e.g. professional monograph, patient education monograph).
|
|
27
|
+
* @short The category of medication document
|
|
28
|
+
*/
|
|
29
|
+
type?: CodeableConcept;
|
|
30
|
+
/**
|
|
31
|
+
* @description Associated documentation about the medication.
|
|
32
|
+
* @short Associated documentation about the medication
|
|
33
|
+
*/
|
|
34
|
+
source?: Reference<DocumentReference>;
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=MedicationKnowledge_Monograph.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MedicationKnowledge_Monograph.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/MedicationKnowledge_Monograph.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;AAExC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAGxC,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,CAAC,EAAE,eAAe,CAAC;IACvB;;;OAGG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC,iBAAiB,CAAC,CAAC;CACvC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Extension } from "./Extension";
|
|
2
|
+
import { PackagedProductDefinition } from "./PackagedProductDefinition";
|
|
3
|
+
import { Reference } from "./Reference";
|
|
4
|
+
export interface MedicationKnowledge_Packaging {
|
|
5
|
+
/**
|
|
6
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
7
|
+
* @short Unique id for inter-element referencing
|
|
8
|
+
*/
|
|
9
|
+
id?: string;
|
|
10
|
+
/**
|
|
11
|
+
* @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.
|
|
12
|
+
* @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.
|
|
13
|
+
* @short Additional content defined by implementations
|
|
14
|
+
*/
|
|
15
|
+
extension?: Extension[];
|
|
16
|
+
/**
|
|
17
|
+
* @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.
|
|
18
|
+
|
|
19
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
20
|
+
* @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.
|
|
21
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
22
|
+
*/
|
|
23
|
+
modifierExtension?: Extension[];
|
|
24
|
+
/**
|
|
25
|
+
* @description The cost of the packaged medication.
|
|
26
|
+
* @short Cost of the packaged medication
|
|
27
|
+
*/
|
|
28
|
+
cost?: any[];
|
|
29
|
+
/**
|
|
30
|
+
* @description A reference to a PackagedProductDefinition that provides the details of the product that is in the packaging and is being priced.
|
|
31
|
+
* @short The packaged medication that is being priced
|
|
32
|
+
*/
|
|
33
|
+
packagedProduct?: Reference<PackagedProductDefinition>;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=MedicationKnowledge_Packaging.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MedicationKnowledge_Packaging.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/MedicationKnowledge_Packaging.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,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,CAAC,EAAE,GAAG,EAAE,CAAC;IACb;;;OAGG;IACH,eAAe,CAAC,EAAE,SAAS,CAAC,yBAAyB,CAAC,CAAC;CACxD"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { CodeableConcept } from "./CodeableConcept";
|
|
2
|
+
import { Extension } from "./Extension";
|
|
3
|
+
import { MedicationKnowledge_Regulatory_MaxDispense } from "./MedicationKnowledge_Regulatory_MaxDispense";
|
|
4
|
+
import { MedicationKnowledge_Regulatory_Substitution } from "./MedicationKnowledge_Regulatory_Substitution";
|
|
5
|
+
import { Organization } from "./Organization";
|
|
6
|
+
import { Reference } from "./Reference";
|
|
7
|
+
export interface MedicationKnowledge_Regulatory {
|
|
8
|
+
/**
|
|
9
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
10
|
+
* @short Unique id for inter-element referencing
|
|
11
|
+
*/
|
|
12
|
+
id?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @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.
|
|
15
|
+
* @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.
|
|
16
|
+
* @short Additional content defined by implementations
|
|
17
|
+
*/
|
|
18
|
+
extension?: Extension[];
|
|
19
|
+
/**
|
|
20
|
+
* @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.
|
|
21
|
+
|
|
22
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
23
|
+
* @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.
|
|
24
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
25
|
+
*/
|
|
26
|
+
modifierExtension?: Extension[];
|
|
27
|
+
/**
|
|
28
|
+
* @description The authority that is specifying the regulations.
|
|
29
|
+
* @short Specifies the authority of the regulation
|
|
30
|
+
*/
|
|
31
|
+
regulatoryAuthority: Reference<Organization>;
|
|
32
|
+
/**
|
|
33
|
+
* @backbone Nested BackboneElement: substitution [0..1]
|
|
34
|
+
*/
|
|
35
|
+
substitution?: MedicationKnowledge_Regulatory_Substitution;
|
|
36
|
+
/**
|
|
37
|
+
* @description Specifies the schedule of a medication in jurisdiction.
|
|
38
|
+
* @short Specifies the schedule of a medication in jurisdiction
|
|
39
|
+
*/
|
|
40
|
+
schedule?: CodeableConcept[];
|
|
41
|
+
/**
|
|
42
|
+
* @backbone Nested BackboneElement: maxDispense [0..1]
|
|
43
|
+
*/
|
|
44
|
+
maxDispense?: MedicationKnowledge_Regulatory_MaxDispense;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=MedicationKnowledge_Regulatory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MedicationKnowledge_Regulatory.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/MedicationKnowledge_Regulatory.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,OAAO,EAAE,0CAA0C,EAAE,MAAM,8CAA8C,CAAC;AAC1G,OAAO,EAAE,2CAA2C,EAAE,MAAM,+CAA+C,CAAC;AAC5G,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAGxC,MAAM,WAAW,8BAA8B;IAC7C;;;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,mBAAmB,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;IAC7C;;OAEG;IACH,YAAY,CAAC,EAAE,2CAA2C,CAAC;IAC3D;;;OAGG;IACH,QAAQ,CAAC,EAAE,eAAe,EAAE,CAAC;IAC7B;;OAEG;IACH,WAAW,CAAC,EAAE,0CAA0C,CAAC;CAC1D"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Duration } from "./Duration";
|
|
2
|
+
import { Extension } from "./Extension";
|
|
3
|
+
import { Quantity } from "./Quantity";
|
|
4
|
+
export interface MedicationKnowledge_Regulatory_MaxDispense {
|
|
5
|
+
/**
|
|
6
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
7
|
+
* @short Unique id for inter-element referencing
|
|
8
|
+
*/
|
|
9
|
+
id?: string;
|
|
10
|
+
/**
|
|
11
|
+
* @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.
|
|
12
|
+
* @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.
|
|
13
|
+
* @short Additional content defined by implementations
|
|
14
|
+
*/
|
|
15
|
+
extension?: Extension[];
|
|
16
|
+
/**
|
|
17
|
+
* @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.
|
|
18
|
+
|
|
19
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
20
|
+
* @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.
|
|
21
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
22
|
+
*/
|
|
23
|
+
modifierExtension?: Extension[];
|
|
24
|
+
/**
|
|
25
|
+
* @description The maximum number of units of the medication that can be dispensed.
|
|
26
|
+
* @short The maximum number of units of the medication that can be dispensed
|
|
27
|
+
*/
|
|
28
|
+
quantity: Quantity;
|
|
29
|
+
/**
|
|
30
|
+
* @description The period that applies to the maximum number of units.
|
|
31
|
+
* @short The period that applies to the maximum number of units
|
|
32
|
+
*/
|
|
33
|
+
period?: Duration;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=MedicationKnowledge_Regulatory_MaxDispense.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MedicationKnowledge_Regulatory_MaxDispense.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/MedicationKnowledge_Regulatory_MaxDispense.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,MAAM,WAAW,0CAA0C;IACzD;;;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,QAAQ,EAAE,QAAQ,CAAC;IACnB;;;OAGG;IACH,MAAM,CAAC,EAAE,QAAQ,CAAC;CACnB"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { CodeableConcept } from "./CodeableConcept";
|
|
2
|
+
import { Extension } from "./Extension";
|
|
3
|
+
import { FhirPrimitive } from "./FhirPrimitive";
|
|
4
|
+
export interface MedicationKnowledge_Regulatory_Substitution {
|
|
5
|
+
/**
|
|
6
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
7
|
+
* @short Unique id for inter-element referencing
|
|
8
|
+
*/
|
|
9
|
+
id?: string;
|
|
10
|
+
/**
|
|
11
|
+
* @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.
|
|
12
|
+
* @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.
|
|
13
|
+
* @short Additional content defined by implementations
|
|
14
|
+
*/
|
|
15
|
+
extension?: Extension[];
|
|
16
|
+
/**
|
|
17
|
+
* @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.
|
|
18
|
+
|
|
19
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
20
|
+
* @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.
|
|
21
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
22
|
+
*/
|
|
23
|
+
modifierExtension?: Extension[];
|
|
24
|
+
/**
|
|
25
|
+
* @description Specifies the type of substitution allowed.
|
|
26
|
+
* @short Specifies the type of substitution allowed
|
|
27
|
+
*/
|
|
28
|
+
type: CodeableConcept;
|
|
29
|
+
/**
|
|
30
|
+
* @description Specifies if regulation allows for changes in the medication when dispensing.
|
|
31
|
+
* @short Specifies if regulation allows for changes in the medication when dispensing
|
|
32
|
+
*/
|
|
33
|
+
allowed: FhirPrimitive<boolean>;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=MedicationKnowledge_Regulatory_Substitution.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MedicationKnowledge_Regulatory_Substitution.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/MedicationKnowledge_Regulatory_Substitution.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,MAAM,WAAW,2CAA2C;IAC1D;;;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;;;OAGG;IACH,OAAO,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;CACjC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { CodeableConcept } from "./CodeableConcept";
|
|
2
|
+
import { Extension } from "./Extension";
|
|
3
|
+
import { MedicationKnowledge } from "./MedicationKnowledge";
|
|
4
|
+
import { Reference } from "./Reference";
|
|
5
|
+
export interface MedicationKnowledge_RelatedMedicationKnowledge {
|
|
6
|
+
/**
|
|
7
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
8
|
+
* @short Unique id for inter-element referencing
|
|
9
|
+
*/
|
|
10
|
+
id?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @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.
|
|
13
|
+
* @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.
|
|
14
|
+
* @short Additional content defined by implementations
|
|
15
|
+
*/
|
|
16
|
+
extension?: Extension[];
|
|
17
|
+
/**
|
|
18
|
+
* @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.
|
|
19
|
+
|
|
20
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
21
|
+
* @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.
|
|
22
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
23
|
+
*/
|
|
24
|
+
modifierExtension?: Extension[];
|
|
25
|
+
/**
|
|
26
|
+
* @description The category of the associated medication knowledge reference.
|
|
27
|
+
* @short Category of medicationKnowledge
|
|
28
|
+
*/
|
|
29
|
+
type: CodeableConcept;
|
|
30
|
+
/**
|
|
31
|
+
* @description Associated documentation about the associated medication knowledge.
|
|
32
|
+
* @short Associated documentation about the associated medication knowledge
|
|
33
|
+
*/
|
|
34
|
+
reference: Reference<MedicationKnowledge>[];
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=MedicationKnowledge_RelatedMedicationKnowledge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MedicationKnowledge_RelatedMedicationKnowledge.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/MedicationKnowledge_RelatedMedicationKnowledge.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAGxC,MAAM,WAAW,8CAA8C;IAC7D;;;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;;;OAGG;IACH,SAAS,EAAE,SAAS,CAAC,mBAAmB,CAAC,EAAE,CAAC;CAC7C"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { Annotation } from "./Annotation";
|
|
2
|
+
import { Duration } from "./Duration";
|
|
3
|
+
import { Extension } from "./Extension";
|
|
4
|
+
import { FhirPrimitive } from "./FhirPrimitive";
|
|
5
|
+
import { MedicationKnowledge_StorageGuideline_EnvironmentalSetting } from "./MedicationKnowledge_StorageGuideline_EnvironmentalSetting";
|
|
6
|
+
export interface MedicationKnowledge_StorageGuideline {
|
|
7
|
+
/**
|
|
8
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
9
|
+
* @short Unique id for inter-element referencing
|
|
10
|
+
*/
|
|
11
|
+
id?: string;
|
|
12
|
+
/**
|
|
13
|
+
* @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.
|
|
14
|
+
* @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.
|
|
15
|
+
* @short Additional content defined by implementations
|
|
16
|
+
*/
|
|
17
|
+
extension?: Extension[];
|
|
18
|
+
/**
|
|
19
|
+
* @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.
|
|
20
|
+
|
|
21
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
22
|
+
* @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.
|
|
23
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
24
|
+
*/
|
|
25
|
+
modifierExtension?: Extension[];
|
|
26
|
+
/**
|
|
27
|
+
* @description Reference to additional information about the storage guidelines.
|
|
28
|
+
* @short Reference to additional information
|
|
29
|
+
*/
|
|
30
|
+
reference?: FhirPrimitive<string>;
|
|
31
|
+
/**
|
|
32
|
+
* @description Additional notes about the storage.
|
|
33
|
+
* @short Additional storage notes
|
|
34
|
+
*/
|
|
35
|
+
note?: Annotation[];
|
|
36
|
+
/**
|
|
37
|
+
* @description Duration that the medication remains stable if the environmentalSetting is respected.
|
|
38
|
+
* @short Duration remains stable
|
|
39
|
+
*/
|
|
40
|
+
stabilityDuration?: Duration;
|
|
41
|
+
/**
|
|
42
|
+
* @backbone Nested BackboneElement: environmentalSetting [0..1]
|
|
43
|
+
*/
|
|
44
|
+
environmentalSetting?: MedicationKnowledge_StorageGuideline_EnvironmentalSetting;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=MedicationKnowledge_StorageGuideline.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MedicationKnowledge_StorageGuideline.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/MedicationKnowledge_StorageGuideline.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,yDAAyD,EAAE,MAAM,6DAA6D,CAAC;AAGxI,MAAM,WAAW,oCAAoC;IACnD;;;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,IAAI,CAAC,EAAE,UAAU,EAAE,CAAC;IACpB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,QAAQ,CAAC;IAC7B;;OAEG;IACH,oBAAoB,CAAC,EAAE,yDAAyD,CAAC;CAClF"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { CodeableConcept } from "./CodeableConcept";
|
|
2
|
+
import { Extension } from "./Extension";
|
|
3
|
+
import { Quantity } from "./Quantity";
|
|
4
|
+
import { Range } from "./Range";
|
|
5
|
+
export interface MedicationKnowledge_StorageGuideline_EnvironmentalSetting {
|
|
6
|
+
/**
|
|
7
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
8
|
+
* @short Unique id for inter-element referencing
|
|
9
|
+
*/
|
|
10
|
+
id?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @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.
|
|
13
|
+
* @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.
|
|
14
|
+
* @short Additional content defined by implementations
|
|
15
|
+
*/
|
|
16
|
+
extension?: Extension[];
|
|
17
|
+
/**
|
|
18
|
+
* @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.
|
|
19
|
+
|
|
20
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
21
|
+
* @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.
|
|
22
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
23
|
+
*/
|
|
24
|
+
modifierExtension?: Extension[];
|
|
25
|
+
/**
|
|
26
|
+
* @description Identifies the category or type of setting (e.g., type of location, temperature, humidity).
|
|
27
|
+
* @short Categorization of the setting
|
|
28
|
+
*/
|
|
29
|
+
type: CodeableConcept;
|
|
30
|
+
/**
|
|
31
|
+
* @choice This is part of the value[x] choice.
|
|
32
|
+
* @oneOf valueQuantity, valueRange, valueCodeableConcept
|
|
33
|
+
*/
|
|
34
|
+
valueQuantity?: Quantity;
|
|
35
|
+
/**
|
|
36
|
+
* @choice This is part of the value[x] choice.
|
|
37
|
+
* @oneOf valueQuantity, valueRange, valueCodeableConcept
|
|
38
|
+
*/
|
|
39
|
+
valueRange?: Range;
|
|
40
|
+
/**
|
|
41
|
+
* @choice This is part of the value[x] choice.
|
|
42
|
+
* @oneOf valueQuantity, valueRange, valueCodeableConcept
|
|
43
|
+
*/
|
|
44
|
+
valueCodeableConcept?: CodeableConcept;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=MedicationKnowledge_StorageGuideline_EnvironmentalSetting.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MedicationKnowledge_StorageGuideline_EnvironmentalSetting.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/MedicationKnowledge_StorageGuideline_EnvironmentalSetting.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,yDAAyD;IACxE;;;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;;;OAGG;IACH,aAAa,CAAC,EAAE,QAAQ,CAAC;IACzB;;;OAGG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC;IACnB;;;OAGG;IACH,oBAAoB,CAAC,EAAE,eAAe,CAAC;CACxC"}
|