@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,220 @@
|
|
|
1
|
+
import { CodeableConcept } from "./CodeableConcept";
|
|
2
|
+
import { Coding } from "./Coding";
|
|
3
|
+
import { ContactDetail } from "./ContactDetail";
|
|
4
|
+
import { Extension } from "./Extension";
|
|
5
|
+
import { FhirPrimitive } from "./FhirPrimitive";
|
|
6
|
+
import { Identifier } from "./Identifier";
|
|
7
|
+
import { ImplementationGuide_Definition } from "./ImplementationGuide_Definition";
|
|
8
|
+
import { ImplementationGuide_DependsOn } from "./ImplementationGuide_DependsOn";
|
|
9
|
+
import { ImplementationGuide_Global } from "./ImplementationGuide_Global";
|
|
10
|
+
import { ImplementationGuide_Manifest } from "./ImplementationGuide_Manifest";
|
|
11
|
+
import { Meta } from "./Meta";
|
|
12
|
+
import { Narrative } from "./Narrative";
|
|
13
|
+
import { Resource } from "./Resource";
|
|
14
|
+
import { UsageContext } from "./UsageContext";
|
|
15
|
+
export interface ImplementationGuide {
|
|
16
|
+
/**
|
|
17
|
+
* @description The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
|
|
18
|
+
* @comment Within the context of the FHIR RESTful interactions, the resource has an id except for cases like the create and conditional update. Otherwise, the use of the resouce id depends on the given use case.
|
|
19
|
+
* @short Logical id of this artifact
|
|
20
|
+
*/
|
|
21
|
+
id?: string;
|
|
22
|
+
/**
|
|
23
|
+
* @description The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
|
|
24
|
+
* @short Metadata about the resource
|
|
25
|
+
*/
|
|
26
|
+
meta?: Meta;
|
|
27
|
+
/**
|
|
28
|
+
* @description A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.
|
|
29
|
+
* @comment Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers andor specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of its narrative along with other profiles, value sets, etc.
|
|
30
|
+
* @short A set of rules under which this content was created
|
|
31
|
+
*/
|
|
32
|
+
implicitRules?: FhirPrimitive<string>;
|
|
33
|
+
/**
|
|
34
|
+
* @description The base language in which the resource is written.
|
|
35
|
+
* @comment Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).
|
|
36
|
+
* @short Language of the resource content
|
|
37
|
+
*/
|
|
38
|
+
language?: FhirPrimitive<string>;
|
|
39
|
+
/**
|
|
40
|
+
* @description A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.
|
|
41
|
+
* @comment Contained resources do not have a narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later.
|
|
42
|
+
* @short Text summary of the resource, for human interpretation
|
|
43
|
+
*/
|
|
44
|
+
text?: Narrative;
|
|
45
|
+
/**
|
|
46
|
+
* @description These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope. This is allowed to be a Parameters resource if and only if it is referenced by a resource that provides contextmeaning.
|
|
47
|
+
* @comment This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags in their meta elements, but SHALL NOT have security labels.
|
|
48
|
+
* @short Contained, inline Resources
|
|
49
|
+
*/
|
|
50
|
+
contained?: Resource[];
|
|
51
|
+
/**
|
|
52
|
+
* @description May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
|
|
53
|
+
* @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.
|
|
54
|
+
* @short Additional content defined by implementations
|
|
55
|
+
*/
|
|
56
|
+
extension?: Extension[];
|
|
57
|
+
/**
|
|
58
|
+
* @description May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it andor the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
|
|
59
|
+
|
|
60
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
61
|
+
* @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.
|
|
62
|
+
* @short Extensions that cannot be ignored
|
|
63
|
+
*/
|
|
64
|
+
modifierExtension?: Extension[];
|
|
65
|
+
/**
|
|
66
|
+
* @description An absolute URI that is used to identify this implementation guide when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this implementation guide is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the implementation guide is stored on different servers.
|
|
67
|
+
* @comment Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.
|
|
68
|
+
|
|
69
|
+
The determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions).
|
|
70
|
+
|
|
71
|
+
In some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.
|
|
72
|
+
* @short Canonical identifier for this implementation guide, represented as a URI (globally unique)
|
|
73
|
+
*/
|
|
74
|
+
url: FhirPrimitive<string>;
|
|
75
|
+
/**
|
|
76
|
+
* @description A formal identifier that is used to identify this implementation guide when it is represented in other formats, or referenced in a specification, model, design or an instance.
|
|
77
|
+
* @short Additional identifier for the implementation guide (business identifier)
|
|
78
|
+
*/
|
|
79
|
+
identifier?: Identifier[];
|
|
80
|
+
/**
|
|
81
|
+
* @description The identifier that is used to identify this version of the implementation guide when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the implementation guide author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.
|
|
82
|
+
* @comment There may be different implementation guide instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the implementation guide with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).
|
|
83
|
+
* @short Business version of the implementation guide
|
|
84
|
+
*/
|
|
85
|
+
version?: FhirPrimitive<string>;
|
|
86
|
+
/**
|
|
87
|
+
* @choice This is part of the versionAlgorithm[x] choice.
|
|
88
|
+
* @oneOf versionAlgorithmString, versionAlgorithmCoding
|
|
89
|
+
*/
|
|
90
|
+
versionAlgorithmString?: FhirPrimitive<string>;
|
|
91
|
+
/**
|
|
92
|
+
* @choice This is part of the versionAlgorithm[x] choice.
|
|
93
|
+
* @oneOf versionAlgorithmString, versionAlgorithmCoding
|
|
94
|
+
*/
|
|
95
|
+
versionAlgorithmCoding?: Coding;
|
|
96
|
+
/**
|
|
97
|
+
* @description A natural language name identifying the implementation guide. This name should be usable as an identifier for the module by machine processing applications such as code generation.
|
|
98
|
+
* @comment The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.
|
|
99
|
+
* @short Name for this implementation guide (computer friendly)
|
|
100
|
+
*/
|
|
101
|
+
name: FhirPrimitive<string>;
|
|
102
|
+
/**
|
|
103
|
+
* @description A short, descriptive, user-friendly title for the implementation guide.
|
|
104
|
+
* @comment This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.
|
|
105
|
+
* @short Name for this implementation guide (human friendly)
|
|
106
|
+
*/
|
|
107
|
+
title?: FhirPrimitive<string>;
|
|
108
|
+
/**
|
|
109
|
+
* @description The status of this implementation guide. Enables tracking the life-cycle of the content.
|
|
110
|
+
* @comment Allows filtering of implementation guides that are appropriate for use versus not.
|
|
111
|
+
|
|
112
|
+
See guidance around (not) making local changes to elements [here](canonicalresource.html#localization).
|
|
113
|
+
* @short draft | active | retired | unknown
|
|
114
|
+
*/
|
|
115
|
+
status: FhirPrimitive<string>;
|
|
116
|
+
/**
|
|
117
|
+
* @description A Boolean value to indicate that this implementation guide is authored for testing purposes (or educationevaluationmarketing) and is not intended to be used for genuine usage.
|
|
118
|
+
* @comment Allows filtering of implementation guides that are appropriate for use versus not.
|
|
119
|
+
* @short For testing purposes, not real usage
|
|
120
|
+
*/
|
|
121
|
+
experimental?: FhirPrimitive<boolean>;
|
|
122
|
+
/**
|
|
123
|
+
* @description The date (and optionally time) when the implementation guide was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the implementation guide changes.
|
|
124
|
+
* @comment The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the implementation guide. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.
|
|
125
|
+
|
|
126
|
+
See guidance around (not) making local changes to elements [here](canonicalresource.html#localization).
|
|
127
|
+
* @short Date last changed
|
|
128
|
+
*/
|
|
129
|
+
date?: FhirPrimitive<string>;
|
|
130
|
+
/**
|
|
131
|
+
* @description The name of the organization or individual responsible for the release and ongoing maintenance of the implementation guide.
|
|
132
|
+
* @comment Usually an organization but may be an individual. The publisher (or steward) of the implementation guide is the organization or individual primarily responsible for the maintenance and upkeep of the implementation guide. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the implementation guide. This item SHOULD be populated unless the information is available from context.
|
|
133
|
+
* @short Name of the publishersteward (organization or individual)
|
|
134
|
+
*/
|
|
135
|
+
publisher?: FhirPrimitive<string>;
|
|
136
|
+
/**
|
|
137
|
+
* @description Contact details to assist a user in finding and communicating with the publisher.
|
|
138
|
+
* @comment May be a web site, an email address, a telephone number, etc.
|
|
139
|
+
|
|
140
|
+
See guidance around (not) making local changes to elements [here](canonicalresource.html#localization).
|
|
141
|
+
* @short Contact details for the publisher
|
|
142
|
+
*/
|
|
143
|
+
contact?: ContactDetail[];
|
|
144
|
+
/**
|
|
145
|
+
* @description A free text natural language description of the implementation guide from a consumer's perspective.
|
|
146
|
+
* @comment This description can be used to capture details such as why the implementation guide was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the implementation guide as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the implementation guide is presumed to be the predominant language in the place the implementation guide was created).
|
|
147
|
+
* @short Natural language description of the implementation guide
|
|
148
|
+
*/
|
|
149
|
+
description?: FhirPrimitive<string>;
|
|
150
|
+
/**
|
|
151
|
+
* @description The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate implementation guide instances.
|
|
152
|
+
* @comment When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.
|
|
153
|
+
* @short The context that the content is intended to support
|
|
154
|
+
*/
|
|
155
|
+
useContext?: UsageContext[];
|
|
156
|
+
/**
|
|
157
|
+
* @description A legal or geographic region in which the implementation guide is intended to be used.
|
|
158
|
+
* @comment It may be possible for the implementation guide to be used in jurisdictions other than those for which it was originally designed or intended.
|
|
159
|
+
|
|
160
|
+
DEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http:terminology.hl7.orgCodeSystemusage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)
|
|
161
|
+
* @short Intended jurisdiction for implementation guide (if applicable)
|
|
162
|
+
*/
|
|
163
|
+
jurisdiction?: CodeableConcept[];
|
|
164
|
+
/**
|
|
165
|
+
* @description Explanation of why this implementation guide is needed and why it has been designed as it has.
|
|
166
|
+
* @comment This element does not describe the usage of the implementation guide. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this implementation guide.
|
|
167
|
+
* @short Why this implementation guide is defined
|
|
168
|
+
*/
|
|
169
|
+
purpose?: FhirPrimitive<string>;
|
|
170
|
+
/**
|
|
171
|
+
* @description A copyright statement relating to the implementation guide andor its contents. Copyright statements are generally legal restrictions on the use and publishing of the implementation guide.
|
|
172
|
+
* @comment ...
|
|
173
|
+
* @short Use andor publishing restrictions
|
|
174
|
+
*/
|
|
175
|
+
copyright?: FhirPrimitive<string>;
|
|
176
|
+
/**
|
|
177
|
+
* @description A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').
|
|
178
|
+
* @comment The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.
|
|
179
|
+
* @short Copyright holder and year(s)
|
|
180
|
+
*/
|
|
181
|
+
copyrightLabel?: FhirPrimitive<string>;
|
|
182
|
+
/**
|
|
183
|
+
* @description The NPM package name for this Implementation Guide, used in the NPM package distribution, which is the primary mechanism by which FHIR based tooling manages IG dependencies. This value must be globally unique, and should be assigned with care.
|
|
184
|
+
* @comment Many (if not all) IG publishing tools will require that this element be present. For implementation guides published through HL7 or the FHIR foundation, the FHIR product director assigns package IDs.
|
|
185
|
+
* @short NPM Package name for IG
|
|
186
|
+
*/
|
|
187
|
+
packageId: FhirPrimitive<string>;
|
|
188
|
+
/**
|
|
189
|
+
* @description The license that applies to this Implementation Guide, using an SPDX license code, or 'not-open-source'.
|
|
190
|
+
* @short SPDX license code for this IG (or not-open-source)
|
|
191
|
+
*/
|
|
192
|
+
license?: FhirPrimitive<string>;
|
|
193
|
+
/**
|
|
194
|
+
* @description The version(s) of the FHIR specification that this ImplementationGuide targets - e.g. describes how to use. The value of this element is the formal version of the specification, without the revision number, e.g. [publication].[major].[minor], which is 4.6.0. for this version.
|
|
195
|
+
* @comment Most implementation guides target a single version - e.g. they describe how to use a particular version, and the profiles and examples etc. are valid for that version. But some implementation guides describe how to use multiple different versions of FHIR to solve the same problem, or in concert with each other. Typically, the requirement to support multiple versions arises as implementation matures and different implementation communities are stuck at different versions by regulation or market dynamics.
|
|
196
|
+
* @short FHIR Version(s) this Implementation Guide targets
|
|
197
|
+
*/
|
|
198
|
+
fhirVersion: FhirPrimitive<string>[];
|
|
199
|
+
/**
|
|
200
|
+
* @backbone Nested BackboneElement: dependsOn [0..*]
|
|
201
|
+
*/
|
|
202
|
+
dependsOn?: ImplementationGuide_DependsOn[];
|
|
203
|
+
/**
|
|
204
|
+
* @backbone Nested BackboneElement: global [0..*]
|
|
205
|
+
*/
|
|
206
|
+
global?: ImplementationGuide_Global[];
|
|
207
|
+
/**
|
|
208
|
+
* @backbone Nested BackboneElement: definition [0..1]
|
|
209
|
+
*/
|
|
210
|
+
definition?: ImplementationGuide_Definition;
|
|
211
|
+
/**
|
|
212
|
+
* @backbone Nested BackboneElement: manifest [0..1]
|
|
213
|
+
*/
|
|
214
|
+
manifest?: ImplementationGuide_Manifest;
|
|
215
|
+
/**
|
|
216
|
+
* @const Auto-injected fixed value: ImplementationGuide
|
|
217
|
+
*/
|
|
218
|
+
resourceType: "ImplementationGuide";
|
|
219
|
+
}
|
|
220
|
+
//# sourceMappingURL=ImplementationGuide.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImplementationGuide.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/ImplementationGuide.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAClF,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAChF,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAC9E,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAG9C,MAAM,WAAW,mBAAmB;IAClC;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ;;;;OAIG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACjC;;;;OAIG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB;;;;OAIG;IACH,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;IACvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC;IACxB;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,SAAS,EAAE,CAAC;IAChC;;;;;;;;OAQG;IACH,GAAG,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC3B;;;OAGG;IACH,UAAU,CAAC,EAAE,UAAU,EAAE,CAAC;IAC1B;;;;OAIG;IACH,OAAO,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAChC;;;OAGG;IACH,sBAAsB,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC/C;;;OAGG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC;;;;OAIG;IACH,IAAI,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC9B;;;;;;OAMG;IACH,MAAM,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC9B;;;;OAIG;IACH,YAAY,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;IACtC;;;;;;OAMG;IACH,IAAI,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC7B;;;;OAIG;IACH,SAAS,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAClC;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,aAAa,EAAE,CAAC;IAC1B;;;;OAIG;IACH,WAAW,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACpC;;;;OAIG;IACH,UAAU,CAAC,EAAE,YAAY,EAAE,CAAC;IAC5B;;;;;;OAMG;IACH,YAAY,CAAC,EAAE,eAAe,EAAE,CAAC;IACjC;;;;OAIG;IACH,OAAO,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAChC;;;;OAIG;IACH,SAAS,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAClC;;;;OAIG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACvC;;;;OAIG;IACH,SAAS,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACjC;;;OAGG;IACH,OAAO,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAChC;;;;OAIG;IACH,WAAW,EAAE,aAAa,CAAC,MAAM,CAAC,EAAE,CAAC;IACrC;;OAEG;IACH,SAAS,CAAC,EAAE,6BAA6B,EAAE,CAAC;IAC5C;;OAEG;IACH,MAAM,CAAC,EAAE,0BAA0B,EAAE,CAAC;IACtC;;OAEG;IACH,UAAU,CAAC,EAAE,8BAA8B,CAAC;IAC5C;;OAEG;IACH,QAAQ,CAAC,EAAE,4BAA4B,CAAC;IACxC;;OAEG;IACH,YAAY,EAAE,qBAAqB,CAAC;CACrC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { Extension } from "./Extension";
|
|
2
|
+
import { ImplementationGuide_Definition_Grouping } from "./ImplementationGuide_Definition_Grouping";
|
|
3
|
+
import { ImplementationGuide_Definition_Page } from "./ImplementationGuide_Definition_Page";
|
|
4
|
+
import { ImplementationGuide_Definition_Parameter } from "./ImplementationGuide_Definition_Parameter";
|
|
5
|
+
import { ImplementationGuide_Definition_Resource } from "./ImplementationGuide_Definition_Resource";
|
|
6
|
+
import { ImplementationGuide_Definition_Template } from "./ImplementationGuide_Definition_Template";
|
|
7
|
+
export interface ImplementationGuide_Definition {
|
|
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
|
+
* @backbone Nested BackboneElement: grouping [0..1]
|
|
29
|
+
*/
|
|
30
|
+
grouping?: ImplementationGuide_Definition_Grouping;
|
|
31
|
+
/**
|
|
32
|
+
* @backbone Nested BackboneElement: resource [0..1]
|
|
33
|
+
*/
|
|
34
|
+
resource?: ImplementationGuide_Definition_Resource;
|
|
35
|
+
/**
|
|
36
|
+
* @backbone Nested BackboneElement: page [0..1]
|
|
37
|
+
*/
|
|
38
|
+
page?: ImplementationGuide_Definition_Page;
|
|
39
|
+
/**
|
|
40
|
+
* @backbone Nested BackboneElement: parameter [0..1]
|
|
41
|
+
*/
|
|
42
|
+
parameter?: ImplementationGuide_Definition_Parameter;
|
|
43
|
+
/**
|
|
44
|
+
* @backbone Nested BackboneElement: template [0..1]
|
|
45
|
+
*/
|
|
46
|
+
template?: ImplementationGuide_Definition_Template;
|
|
47
|
+
}
|
|
48
|
+
//# sourceMappingURL=ImplementationGuide_Definition.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImplementationGuide_Definition.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/ImplementationGuide_Definition.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,OAAO,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AACpG,OAAO,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAC5F,OAAO,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AACtG,OAAO,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AACpG,OAAO,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AAGpG,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;;OAEG;IACH,QAAQ,CAAC,EAAE,uCAAuC,CAAC;IACnD;;OAEG;IACH,QAAQ,CAAC,EAAE,uCAAuC,CAAC;IACnD;;OAEG;IACH,IAAI,CAAC,EAAE,mCAAmC,CAAC;IAC3C;;OAEG;IACH,SAAS,CAAC,EAAE,wCAAwC,CAAC;IACrD;;OAEG;IACH,QAAQ,CAAC,EAAE,uCAAuC,CAAC;CACpD"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Extension } from "./Extension";
|
|
2
|
+
import { FhirPrimitive } from "./FhirPrimitive";
|
|
3
|
+
export interface ImplementationGuide_Definition_Grouping {
|
|
4
|
+
/**
|
|
5
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
6
|
+
* @short Unique id for inter-element referencing
|
|
7
|
+
*/
|
|
8
|
+
id?: string;
|
|
9
|
+
/**
|
|
10
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
|
|
11
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
12
|
+
* @short Additional content defined by implementations
|
|
13
|
+
*/
|
|
14
|
+
extension?: Extension[];
|
|
15
|
+
/**
|
|
16
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained andor the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
|
|
17
|
+
|
|
18
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
19
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
20
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
21
|
+
*/
|
|
22
|
+
modifierExtension?: Extension[];
|
|
23
|
+
/**
|
|
24
|
+
* @description The human-readable title to display for the package of resources when rendering the implementation guide.
|
|
25
|
+
* @short Descriptive name for the package
|
|
26
|
+
*/
|
|
27
|
+
name: FhirPrimitive<string>;
|
|
28
|
+
/**
|
|
29
|
+
* @description Human readable text describing the package.
|
|
30
|
+
* @short Human readable text describing the package
|
|
31
|
+
*/
|
|
32
|
+
description?: FhirPrimitive<string>;
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=ImplementationGuide_Definition_Grouping.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImplementationGuide_Definition_Grouping.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/ImplementationGuide_Definition_Grouping.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,MAAM,WAAW,uCAAuC;IACtD;;;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,aAAa,CAAC,MAAM,CAAC,CAAC;IAC5B;;;OAGG;IACH,WAAW,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;CACrC"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { Extension } from "./Extension";
|
|
2
|
+
import { FhirPrimitive } from "./FhirPrimitive";
|
|
3
|
+
export interface ImplementationGuide_Definition_Page {
|
|
4
|
+
/**
|
|
5
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
6
|
+
* @short Unique id for inter-element referencing
|
|
7
|
+
*/
|
|
8
|
+
id?: string;
|
|
9
|
+
/**
|
|
10
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
|
|
11
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
12
|
+
* @short Additional content defined by implementations
|
|
13
|
+
*/
|
|
14
|
+
extension?: Extension[];
|
|
15
|
+
/**
|
|
16
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained andor the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
|
|
17
|
+
|
|
18
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
19
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
20
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
21
|
+
*/
|
|
22
|
+
modifierExtension?: Extension[];
|
|
23
|
+
/**
|
|
24
|
+
* @choice This is part of the source[x] choice.
|
|
25
|
+
* @oneOf sourceUrl, sourceString, sourceMarkdown
|
|
26
|
+
*/
|
|
27
|
+
sourceUrl?: FhirPrimitive<string>;
|
|
28
|
+
/**
|
|
29
|
+
* @choice This is part of the source[x] choice.
|
|
30
|
+
* @oneOf sourceUrl, sourceString, sourceMarkdown
|
|
31
|
+
*/
|
|
32
|
+
sourceString?: FhirPrimitive<string>;
|
|
33
|
+
/**
|
|
34
|
+
* @choice This is part of the source[x] choice.
|
|
35
|
+
* @oneOf sourceUrl, sourceString, sourceMarkdown
|
|
36
|
+
*/
|
|
37
|
+
sourceMarkdown?: FhirPrimitive<string>;
|
|
38
|
+
/**
|
|
39
|
+
* @description The url by which the page should be known when published.
|
|
40
|
+
* @comment This SHALL be a local reference, expressed with respect to the root of the IG output folder. No suffix is required. If no suffix is specified, .html will be appended.
|
|
41
|
+
* @short Name of the page when published
|
|
42
|
+
*/
|
|
43
|
+
name: FhirPrimitive<string>;
|
|
44
|
+
/**
|
|
45
|
+
* @description A short title used to represent this page in navigational structures such as table of contents, bread crumbs, etc.
|
|
46
|
+
* @short Short title shown for navigational assistance
|
|
47
|
+
*/
|
|
48
|
+
title: FhirPrimitive<string>;
|
|
49
|
+
/**
|
|
50
|
+
* @description A code that indicates how the page is generated.
|
|
51
|
+
* @short html | markdown | xml | generated
|
|
52
|
+
*/
|
|
53
|
+
generation: FhirPrimitive<string>;
|
|
54
|
+
/**
|
|
55
|
+
* @description Nested PagesSections under this page.
|
|
56
|
+
* @comment The implementation guide breadcrumbs may be generated from this structure.
|
|
57
|
+
* @short Nested Pages Sections
|
|
58
|
+
*/
|
|
59
|
+
page?: any[];
|
|
60
|
+
}
|
|
61
|
+
//# sourceMappingURL=ImplementationGuide_Definition_Page.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImplementationGuide_Definition_Page.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/ImplementationGuide_Definition_Page.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAIhD,MAAM,WAAW,mCAAmC;IAClD;;;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,YAAY,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACrC;;;OAGG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACvC;;;;OAIG;IACH,IAAI,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC5B;;;OAGG;IACH,KAAK,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC7B;;;OAGG;IACH,UAAU,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAClC;;;;OAIG;IACH,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;CACd"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Coding } from "./Coding";
|
|
2
|
+
import { Extension } from "./Extension";
|
|
3
|
+
import { FhirPrimitive } from "./FhirPrimitive";
|
|
4
|
+
export interface ImplementationGuide_Definition_Parameter {
|
|
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 A tool-specific code that defines the parameter.
|
|
26
|
+
* @short Code that identifies parameter
|
|
27
|
+
*/
|
|
28
|
+
code: Coding;
|
|
29
|
+
/**
|
|
30
|
+
* @description Value for named type.
|
|
31
|
+
* @short Value for named type
|
|
32
|
+
*/
|
|
33
|
+
value: FhirPrimitive<string>;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=ImplementationGuide_Definition_Parameter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImplementationGuide_Definition_Parameter.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/ImplementationGuide_Definition_Parameter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,MAAM,WAAW,wCAAwC;IACvD;;;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,MAAM,CAAC;IACb;;;OAGG;IACH,KAAK,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;CAC9B"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { Extension } from "./Extension";
|
|
2
|
+
import { FhirPrimitive } from "./FhirPrimitive";
|
|
3
|
+
import { Reference } from "./Reference";
|
|
4
|
+
import { Resource } from "./Resource";
|
|
5
|
+
export interface ImplementationGuide_Definition_Resource {
|
|
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 Where this resource is found.
|
|
27
|
+
* @comment Usually this is a relative URL that locates the resource within the implementation guide. If you authoring an implementation guide, and will publish it using the FHIR publication tooling, use a URI that may point to a resource, or to one of various alternative representations (e.g. spreadsheet). The tooling will convert this when it publishes it.
|
|
28
|
+
* @short Location of the resource
|
|
29
|
+
*/
|
|
30
|
+
reference: Reference<Resource>;
|
|
31
|
+
/**
|
|
32
|
+
* @description Indicates the FHIR Version(s) this artifact is intended to apply to. If no versions are specified, the resource is assumed to apply to all the versions stated in ImplementationGuide.fhirVersion.
|
|
33
|
+
* @comment The resource SHALL be valid against all the versions it is specified to apply to. If the resource referred to is a StructureDefinition, the fhirVersion stated in the StructureDefinition cannot disagree with the version specified here; the specified versions SHALL include the version specified by the StructureDefinition, and may include additional versions using the [http:hl7.orgfhirStructureDefinitionstructuredefinition-applicable-version](http:hl7.orgfhirextensionsStructureDefinition-structuredefinition-applicable-version.html) extension.
|
|
34
|
+
* @short Versions this applies to (if different to IG)
|
|
35
|
+
*/
|
|
36
|
+
fhirVersion?: FhirPrimitive<string>[];
|
|
37
|
+
/**
|
|
38
|
+
* @description A human assigned name for the resource. All resources SHOULD have a name, but the name may be extracted from the resource (e.g. ValueSet.name).
|
|
39
|
+
* @short Human readable name for the resource
|
|
40
|
+
*/
|
|
41
|
+
name?: FhirPrimitive<string>;
|
|
42
|
+
/**
|
|
43
|
+
* @description A description of the reason that a resource has been included in the implementation guide.
|
|
44
|
+
* @comment This is mostly used with examples to explain why it is present (though they can have extensive comments in the examples).
|
|
45
|
+
* @short Reason why included in guide
|
|
46
|
+
*/
|
|
47
|
+
description?: FhirPrimitive<string>;
|
|
48
|
+
/**
|
|
49
|
+
* @description If true, indicates the resource is an example instance.
|
|
50
|
+
* @short Is this an example
|
|
51
|
+
*/
|
|
52
|
+
isExample?: FhirPrimitive<boolean>;
|
|
53
|
+
/**
|
|
54
|
+
* @description If present, indicates profile(s) the instance is valid against.
|
|
55
|
+
* @comment Examples:
|
|
56
|
+
|
|
57
|
+
StructureDefinition -> Any
|
|
58
|
+
ValueSet -> expansion
|
|
59
|
+
OperationDefinition -> Parameters
|
|
60
|
+
Questionnaire -> QuestionnaireResponse.
|
|
61
|
+
* @short Profile(s) this is an example of
|
|
62
|
+
*/
|
|
63
|
+
profile?: FhirPrimitive<string>[];
|
|
64
|
+
/**
|
|
65
|
+
* @description Reference to the id of the grouping this resource appears in.
|
|
66
|
+
* @comment This must correspond to a group.id element within this implementation guide.
|
|
67
|
+
* @short Grouping this is part of
|
|
68
|
+
*/
|
|
69
|
+
groupingId?: FhirPrimitive<string>;
|
|
70
|
+
}
|
|
71
|
+
//# sourceMappingURL=ImplementationGuide_Definition_Resource.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImplementationGuide_Definition_Resource.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/ImplementationGuide_Definition_Resource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,MAAM,WAAW,uCAAuC;IACtD;;;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;;;;OAIG;IACH,SAAS,EAAE,SAAS,CAAC,QAAQ,CAAC,CAAC;IAC/B;;;;OAIG;IACH,WAAW,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,EAAE,CAAC;IACtC;;;OAGG;IACH,IAAI,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC7B;;;;OAIG;IACH,WAAW,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACpC;;;OAGG;IACH,SAAS,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;IACnC;;;;;;;;;OASG;IACH,OAAO,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,EAAE,CAAC;IAClC;;;;OAIG;IACH,UAAU,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;CACpC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Extension } from "./Extension";
|
|
2
|
+
import { FhirPrimitive } from "./FhirPrimitive";
|
|
3
|
+
export interface ImplementationGuide_Definition_Template {
|
|
4
|
+
/**
|
|
5
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
6
|
+
* @short Unique id for inter-element referencing
|
|
7
|
+
*/
|
|
8
|
+
id?: string;
|
|
9
|
+
/**
|
|
10
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
|
|
11
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
12
|
+
* @short Additional content defined by implementations
|
|
13
|
+
*/
|
|
14
|
+
extension?: Extension[];
|
|
15
|
+
/**
|
|
16
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained andor the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
|
|
17
|
+
|
|
18
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
19
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
20
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
21
|
+
*/
|
|
22
|
+
modifierExtension?: Extension[];
|
|
23
|
+
/**
|
|
24
|
+
* @description Type of template specified.
|
|
25
|
+
* @short Type of template specified
|
|
26
|
+
*/
|
|
27
|
+
code: FhirPrimitive<string>;
|
|
28
|
+
/**
|
|
29
|
+
* @description The source location for the template.
|
|
30
|
+
* @short The source location for the template
|
|
31
|
+
*/
|
|
32
|
+
source: FhirPrimitive<string>;
|
|
33
|
+
/**
|
|
34
|
+
* @description The scope in which the template applies.
|
|
35
|
+
* @short The scope in which the template applies
|
|
36
|
+
*/
|
|
37
|
+
scope?: FhirPrimitive<string>;
|
|
38
|
+
}
|
|
39
|
+
//# sourceMappingURL=ImplementationGuide_Definition_Template.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImplementationGuide_Definition_Template.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/ImplementationGuide_Definition_Template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,MAAM,WAAW,uCAAuC;IACtD;;;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,aAAa,CAAC,MAAM,CAAC,CAAC;IAC5B;;;OAGG;IACH,MAAM,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC9B;;;OAGG;IACH,KAAK,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;CAC/B"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Extension } from "./Extension";
|
|
2
|
+
import { FhirPrimitive } from "./FhirPrimitive";
|
|
3
|
+
export interface ImplementationGuide_DependsOn {
|
|
4
|
+
/**
|
|
5
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
6
|
+
* @short Unique id for inter-element referencing
|
|
7
|
+
*/
|
|
8
|
+
id?: string;
|
|
9
|
+
/**
|
|
10
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
|
|
11
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
12
|
+
* @short Additional content defined by implementations
|
|
13
|
+
*/
|
|
14
|
+
extension?: Extension[];
|
|
15
|
+
/**
|
|
16
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained andor the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
|
|
17
|
+
|
|
18
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
19
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
20
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
21
|
+
*/
|
|
22
|
+
modifierExtension?: Extension[];
|
|
23
|
+
/**
|
|
24
|
+
* @description A canonical reference to the Implementation guide for the dependency.
|
|
25
|
+
* @comment Usually, A canonical reference to the implementation guide is the same as the master location at which the implementation guide is published.
|
|
26
|
+
* @short Identity of the IG that this depends on
|
|
27
|
+
*/
|
|
28
|
+
uri: FhirPrimitive<string>;
|
|
29
|
+
/**
|
|
30
|
+
* @description The NPM package name for the Implementation Guide that this IG depends on.
|
|
31
|
+
* @short NPM Package name for IG this depends on
|
|
32
|
+
*/
|
|
33
|
+
packageId?: FhirPrimitive<string>;
|
|
34
|
+
/**
|
|
35
|
+
* @description The version of the IG that is depended on, when the correct version is required to understand the IG correctly.
|
|
36
|
+
* @comment This follows the syntax of the NPM packaging version field - see [[reference]].
|
|
37
|
+
* @short Version of the IG
|
|
38
|
+
*/
|
|
39
|
+
version?: FhirPrimitive<string>;
|
|
40
|
+
/**
|
|
41
|
+
* @description A description explaining the nature of the dependency on the listed IG.
|
|
42
|
+
* @comment This doesn't need to enumerate every resource used, but should give some sense of why the dependency exists. It will be used in the rendered list of dependencies
|
|
43
|
+
* @short Why dependency exists
|
|
44
|
+
*/
|
|
45
|
+
reason?: FhirPrimitive<string>;
|
|
46
|
+
}
|
|
47
|
+
//# sourceMappingURL=ImplementationGuide_DependsOn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImplementationGuide_DependsOn.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/ImplementationGuide_DependsOn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,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;;;;OAIG;IACH,GAAG,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC3B;;;OAGG;IACH,SAAS,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAClC;;;;OAIG;IACH,OAAO,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAChC;;;;OAIG;IACH,MAAM,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;CAChC"}
|