@nsshunt/stsfhirclient 1.0.76 → 1.0.79
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/stsfhirclient.mjs.map +1 -1
- package/dist/stsfhirclient.umd.js.map +1 -1
- package/package.json +9 -9
- package/types/STSFhirTypes.d.ts.map +1 -1
- package/types/fhir-ts/Account.d.ts +161 -0
- package/types/fhir-ts/Account.d.ts.map +1 -0
- package/types/fhir-ts/Account_Balance.d.ts +46 -0
- package/types/fhir-ts/Account_Balance.d.ts.map +1 -0
- package/types/fhir-ts/Account_Coverage.d.ts +39 -0
- package/types/fhir-ts/Account_Coverage.d.ts.map +1 -0
- package/types/fhir-ts/Account_Diagnosis.d.ts +57 -0
- package/types/fhir-ts/Account_Diagnosis.d.ts.map +1 -0
- package/types/fhir-ts/Account_Guarantor.d.ts +44 -0
- package/types/fhir-ts/Account_Guarantor.d.ts.map +1 -0
- package/types/fhir-ts/Account_Procedure.d.ts +59 -0
- package/types/fhir-ts/Account_Procedure.d.ts.map +1 -0
- package/types/fhir-ts/Account_RelatedAccount.d.ts +36 -0
- package/types/fhir-ts/Account_RelatedAccount.d.ts.map +1 -0
- package/types/fhir-ts/ActivityDefinition.d.ts +410 -0
- package/types/fhir-ts/ActivityDefinition.d.ts.map +1 -0
- package/types/fhir-ts/ActivityDefinition_DynamicValue.d.ts +37 -0
- package/types/fhir-ts/ActivityDefinition_DynamicValue.d.ts.map +1 -0
- package/types/fhir-ts/ActivityDefinition_Participant.d.ts +64 -0
- package/types/fhir-ts/ActivityDefinition_Participant.d.ts.map +1 -0
- package/types/fhir-ts/ActorDefinition.d.ts +209 -0
- package/types/fhir-ts/ActorDefinition.d.ts.map +1 -0
- package/types/fhir-ts/Address.d.ts +72 -0
- package/types/fhir-ts/Address.d.ts.map +1 -0
- package/types/fhir-ts/AdministrableProductDefinition.d.ts +123 -0
- package/types/fhir-ts/AdministrableProductDefinition.d.ts.map +1 -0
- package/types/fhir-ts/AdministrableProductDefinition_Property.d.ts +73 -0
- package/types/fhir-ts/AdministrableProductDefinition_Property.d.ts.map +1 -0
- package/types/fhir-ts/AdministrableProductDefinition_RouteOfAdministration.d.ts +62 -0
- package/types/fhir-ts/AdministrableProductDefinition_RouteOfAdministration.d.ts.map +1 -0
- package/types/fhir-ts/AdministrableProductDefinition_RouteOfAdministration_TargetSpecies.d.ts +34 -0
- package/types/fhir-ts/AdministrableProductDefinition_RouteOfAdministration_TargetSpecies.d.ts.map +1 -0
- package/types/fhir-ts/AdministrableProductDefinition_RouteOfAdministration_TargetSpecies_WithdrawalPeriod.d.ts +41 -0
- package/types/fhir-ts/AdministrableProductDefinition_RouteOfAdministration_TargetSpecies_WithdrawalPeriod.d.ts.map +1 -0
- package/types/fhir-ts/AdverseEvent.d.ts +215 -0
- package/types/fhir-ts/AdverseEvent.d.ts.map +1 -0
- package/types/fhir-ts/AdverseEvent_ContributingFactor.d.ts +35 -0
- package/types/fhir-ts/AdverseEvent_ContributingFactor.d.ts.map +1 -0
- package/types/fhir-ts/AdverseEvent_MitigatingAction.d.ts +35 -0
- package/types/fhir-ts/AdverseEvent_MitigatingAction.d.ts.map +1 -0
- package/types/fhir-ts/AdverseEvent_Participant.d.ts +44 -0
- package/types/fhir-ts/AdverseEvent_Participant.d.ts.map +1 -0
- package/types/fhir-ts/AdverseEvent_PreventiveAction.d.ts +35 -0
- package/types/fhir-ts/AdverseEvent_PreventiveAction.d.ts.map +1 -0
- package/types/fhir-ts/AdverseEvent_SupportingInfo.d.ts +35 -0
- package/types/fhir-ts/AdverseEvent_SupportingInfo.d.ts.map +1 -0
- package/types/fhir-ts/AdverseEvent_SuspectEntity.d.ts +40 -0
- package/types/fhir-ts/AdverseEvent_SuspectEntity.d.ts.map +1 -0
- package/types/fhir-ts/AdverseEvent_SuspectEntity_Causality.d.ts +45 -0
- package/types/fhir-ts/AdverseEvent_SuspectEntity_Causality.d.ts.map +1 -0
- package/types/fhir-ts/Age.d.ts +43 -0
- package/types/fhir-ts/Age.d.ts.map +1 -0
- package/types/fhir-ts/AllergyIntolerance.d.ts +181 -0
- package/types/fhir-ts/AllergyIntolerance.d.ts.map +1 -0
- package/types/fhir-ts/AllergyIntolerance_Participant.d.ts +42 -0
- package/types/fhir-ts/AllergyIntolerance_Participant.d.ts.map +1 -0
- package/types/fhir-ts/AllergyIntolerance_Reaction.d.ts +69 -0
- package/types/fhir-ts/AllergyIntolerance_Reaction.d.ts.map +1 -0
- package/types/fhir-ts/Annotation.d.ts +37 -0
- package/types/fhir-ts/Annotation.d.ts.map +1 -0
- package/types/fhir-ts/Appointment.d.ts +277 -0
- package/types/fhir-ts/Appointment.d.ts.map +1 -0
- package/types/fhir-ts/AppointmentResponse.d.ts +143 -0
- package/types/fhir-ts/AppointmentResponse.d.ts.map +1 -0
- package/types/fhir-ts/Appointment_Participant.d.ts +68 -0
- package/types/fhir-ts/Appointment_Participant.d.ts.map +1 -0
- package/types/fhir-ts/Appointment_RecurrenceTemplate.d.ts +77 -0
- package/types/fhir-ts/Appointment_RecurrenceTemplate.d.ts.map +1 -0
- package/types/fhir-ts/Appointment_RecurrenceTemplate_MonthlyTemplate.d.ts +46 -0
- package/types/fhir-ts/Appointment_RecurrenceTemplate_MonthlyTemplate.d.ts.map +1 -0
- package/types/fhir-ts/Appointment_RecurrenceTemplate_WeeklyTemplate.d.ts +66 -0
- package/types/fhir-ts/Appointment_RecurrenceTemplate_WeeklyTemplate.d.ts.map +1 -0
- package/types/fhir-ts/Appointment_RecurrenceTemplate_YearlyTemplate.d.ts +29 -0
- package/types/fhir-ts/Appointment_RecurrenceTemplate_YearlyTemplate.d.ts.map +1 -0
- package/types/fhir-ts/ArtifactAssessment.d.ts +137 -0
- package/types/fhir-ts/ArtifactAssessment.d.ts.map +1 -0
- package/types/fhir-ts/ArtifactAssessment_Content.d.ts +84 -0
- package/types/fhir-ts/ArtifactAssessment_Content.d.ts.map +1 -0
- package/types/fhir-ts/Attachment.d.ts +88 -0
- package/types/fhir-ts/Attachment.d.ts.map +1 -0
- package/types/fhir-ts/AuditEvent.d.ts +151 -0
- package/types/fhir-ts/AuditEvent.d.ts.map +1 -0
- package/types/fhir-ts/AuditEvent_Agent.d.ts +90 -0
- package/types/fhir-ts/AuditEvent_Agent.d.ts.map +1 -0
- package/types/fhir-ts/AuditEvent_Entity.d.ts +63 -0
- package/types/fhir-ts/AuditEvent_Entity.d.ts.map +1 -0
- package/types/fhir-ts/AuditEvent_Entity_Detail.d.ts +89 -0
- package/types/fhir-ts/AuditEvent_Entity_Detail.d.ts.map +1 -0
- package/types/fhir-ts/AuditEvent_Outcome.d.ts +37 -0
- package/types/fhir-ts/AuditEvent_Outcome.d.ts.map +1 -0
- package/types/fhir-ts/AuditEvent_Source.d.ts +48 -0
- package/types/fhir-ts/AuditEvent_Source.d.ts.map +1 -0
- package/types/fhir-ts/Availability.d.ts +25 -0
- package/types/fhir-ts/Availability.d.ts.map +1 -0
- package/types/fhir-ts/Availability_AvailableTime.d.ts +38 -0
- package/types/fhir-ts/Availability_AvailableTime.d.ts.map +1 -0
- package/types/fhir-ts/Availability_NotAvailableTime.d.ts +30 -0
- package/types/fhir-ts/Availability_NotAvailableTime.d.ts.map +1 -0
- package/types/fhir-ts/BackboneElement.d.ts +23 -0
- package/types/fhir-ts/BackboneElement.d.ts.map +1 -0
- package/types/fhir-ts/Basic.d.ts +100 -0
- package/types/fhir-ts/Basic.d.ts.map +1 -0
- package/types/fhir-ts/Binary.d.ts +51 -0
- package/types/fhir-ts/Binary.d.ts.map +1 -0
- package/types/fhir-ts/BiologicallyDerivedProduct.d.ts +137 -0
- package/types/fhir-ts/BiologicallyDerivedProduct.d.ts.map +1 -0
- package/types/fhir-ts/BiologicallyDerivedProductDispense.d.ts +150 -0
- package/types/fhir-ts/BiologicallyDerivedProductDispense.d.ts.map +1 -0
- package/types/fhir-ts/BiologicallyDerivedProductDispense_Performer.d.ts +36 -0
- package/types/fhir-ts/BiologicallyDerivedProductDispense_Performer.d.ts.map +1 -0
- package/types/fhir-ts/BiologicallyDerivedProduct_Collection.d.ts +50 -0
- package/types/fhir-ts/BiologicallyDerivedProduct_Collection.d.ts.map +1 -0
- package/types/fhir-ts/BiologicallyDerivedProduct_Property.d.ts +81 -0
- package/types/fhir-ts/BiologicallyDerivedProduct_Property.d.ts.map +1 -0
- package/types/fhir-ts/BodyStructure.d.ts +109 -0
- package/types/fhir-ts/BodyStructure.d.ts.map +1 -0
- package/types/fhir-ts/BodyStructure_IncludedStructure.d.ts +51 -0
- package/types/fhir-ts/BodyStructure_IncludedStructure.d.ts.map +1 -0
- package/types/fhir-ts/BodyStructure_IncludedStructure_BodyLandmarkOrientation.d.ts +44 -0
- package/types/fhir-ts/BodyStructure_IncludedStructure_BodyLandmarkOrientation.d.ts.map +1 -0
- package/types/fhir-ts/BodyStructure_IncludedStructure_BodyLandmarkOrientation_DistanceFromLandmark.d.ts +36 -0
- package/types/fhir-ts/BodyStructure_IncludedStructure_BodyLandmarkOrientation_DistanceFromLandmark.d.ts.map +1 -0
- package/types/fhir-ts/Bundle.d.ts +91 -0
- package/types/fhir-ts/Bundle.d.ts.map +1 -0
- package/types/fhir-ts/Bundle_Entry.d.ts +61 -0
- package/types/fhir-ts/Bundle_Entry.d.ts.map +1 -0
- package/types/fhir-ts/Bundle_Entry_Request.d.ts +55 -0
- package/types/fhir-ts/Bundle_Entry_Request.d.ts.map +1 -0
- package/types/fhir-ts/Bundle_Entry_Response.d.ts +55 -0
- package/types/fhir-ts/Bundle_Entry_Response.d.ts.map +1 -0
- package/types/fhir-ts/Bundle_Entry_Search.d.ts +38 -0
- package/types/fhir-ts/Bundle_Entry_Search.d.ts.map +1 -0
- package/types/fhir-ts/Bundle_Link.d.ts +34 -0
- package/types/fhir-ts/Bundle_Link.d.ts.map +1 -0
- package/types/fhir-ts/CanonicalResource.d.ts +186 -0
- package/types/fhir-ts/CanonicalResource.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement.d.ts +259 -0
- package/types/fhir-ts/CapabilityStatement.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Document.d.ts +40 -0
- package/types/fhir-ts/CapabilityStatement_Document.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Implementation.d.ts +41 -0
- package/types/fhir-ts/CapabilityStatement_Implementation.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Messaging.d.ts +45 -0
- package/types/fhir-ts/CapabilityStatement_Messaging.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Messaging_Endpoint.d.ts +35 -0
- package/types/fhir-ts/CapabilityStatement_Messaging_Endpoint.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Messaging_SupportedMessage.d.ts +34 -0
- package/types/fhir-ts/CapabilityStatement_Messaging_SupportedMessage.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Rest.d.ts +67 -0
- package/types/fhir-ts/CapabilityStatement_Rest.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Interaction.d.ts +34 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Interaction.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Resource.d.ts +133 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Resource.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Resource_Interaction.d.ts +34 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Resource_Interaction.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Resource_Operation.d.ts +41 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Resource_Operation.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Resource_SearchParam.d.ts +47 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Resource_SearchParam.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Security.d.ts +41 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Security.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Software.d.ts +40 -0
- package/types/fhir-ts/CapabilityStatement_Software.d.ts.map +1 -0
- package/types/fhir-ts/CarePlan.d.ts +213 -0
- package/types/fhir-ts/CarePlan.d.ts.map +1 -0
- package/types/fhir-ts/CarePlan_Activity.d.ts +57 -0
- package/types/fhir-ts/CarePlan_Activity.d.ts.map +1 -0
- package/types/fhir-ts/CareTeam.d.ts +133 -0
- package/types/fhir-ts/CareTeam.d.ts.map +1 -0
- package/types/fhir-ts/CareTeam_Participant.d.ts +62 -0
- package/types/fhir-ts/CareTeam_Participant.d.ts.map +1 -0
- package/types/fhir-ts/ChargeItem.d.ts +246 -0
- package/types/fhir-ts/ChargeItem.d.ts.map +1 -0
- package/types/fhir-ts/ChargeItemDefinition.d.ts +243 -0
- package/types/fhir-ts/ChargeItemDefinition.d.ts.map +1 -0
- package/types/fhir-ts/ChargeItemDefinition_Applicability.d.ts +44 -0
- package/types/fhir-ts/ChargeItemDefinition_Applicability.d.ts.map +1 -0
- package/types/fhir-ts/ChargeItemDefinition_PropertyGroup.d.ts +35 -0
- package/types/fhir-ts/ChargeItemDefinition_PropertyGroup.d.ts.map +1 -0
- package/types/fhir-ts/ChargeItem_Performer.d.ts +43 -0
- package/types/fhir-ts/ChargeItem_Performer.d.ts.map +1 -0
- package/types/fhir-ts/Citation.d.ts +271 -0
- package/types/fhir-ts/Citation.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact.d.ts +105 -0
- package/types/fhir-ts/Citation_CitedArtifact.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_Abstract.d.ts +46 -0
- package/types/fhir-ts/Citation_CitedArtifact_Abstract.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_Classification.d.ts +42 -0
- package/types/fhir-ts/Citation_CitedArtifact_Classification.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_Contributorship.d.ts +40 -0
- package/types/fhir-ts/Citation_CitedArtifact_Contributorship.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_Contributorship_Entry.d.ts +75 -0
- package/types/fhir-ts/Citation_CitedArtifact_Contributorship_Entry.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_Contributorship_Entry_ContributionInstance.d.ts +35 -0
- package/types/fhir-ts/Citation_CitedArtifact_Contributorship_Entry_ContributionInstance.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_Contributorship_Summary.d.ts +45 -0
- package/types/fhir-ts/Citation_CitedArtifact_Contributorship_Summary.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_Part.d.ts +43 -0
- package/types/fhir-ts/Citation_CitedArtifact_Part.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_PublicationForm.d.ts +105 -0
- package/types/fhir-ts/Citation_CitedArtifact_PublicationForm.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_PublicationForm_PublishedIn.d.ts +55 -0
- package/types/fhir-ts/Citation_CitedArtifact_PublicationForm_PublishedIn.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_RelatesTo.d.ts +71 -0
- package/types/fhir-ts/Citation_CitedArtifact_RelatesTo.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_StatusDate.d.ts +42 -0
- package/types/fhir-ts/Citation_CitedArtifact_StatusDate.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_Title.d.ts +40 -0
- package/types/fhir-ts/Citation_CitedArtifact_Title.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_Version.d.ts +37 -0
- package/types/fhir-ts/Citation_CitedArtifact_Version.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_WebLocation.d.ts +37 -0
- package/types/fhir-ts/Citation_CitedArtifact_WebLocation.d.ts.map +1 -0
- package/types/fhir-ts/Citation_Classification.d.ts +34 -0
- package/types/fhir-ts/Citation_Classification.d.ts.map +1 -0
- package/types/fhir-ts/Citation_StatusDate.d.ts +42 -0
- package/types/fhir-ts/Citation_StatusDate.d.ts.map +1 -0
- package/types/fhir-ts/Citation_Summary.d.ts +35 -0
- package/types/fhir-ts/Citation_Summary.d.ts.map +1 -0
- package/types/fhir-ts/Claim.d.ts +249 -0
- package/types/fhir-ts/Claim.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse.d.ts +246 -0
- package/types/fhir-ts/ClaimResponse.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_AddItem.d.ts +175 -0
- package/types/fhir-ts/ClaimResponse_AddItem.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_AddItem_BodySite.d.ts +37 -0
- package/types/fhir-ts/ClaimResponse_AddItem_BodySite.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_AddItem_Detail.d.ts +102 -0
- package/types/fhir-ts/ClaimResponse_AddItem_Detail.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_AddItem_Detail_SubDetail.d.ts +97 -0
- package/types/fhir-ts/ClaimResponse_AddItem_Detail_SubDetail.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Error.d.ts +51 -0
- package/types/fhir-ts/ClaimResponse_Error.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Event.d.ts +41 -0
- package/types/fhir-ts/ClaimResponse_Event.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Insurance.d.ts +54 -0
- package/types/fhir-ts/ClaimResponse_Insurance.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Item.d.ts +55 -0
- package/types/fhir-ts/ClaimResponse_Item.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Item_Adjudication.d.ts +50 -0
- package/types/fhir-ts/ClaimResponse_Item_Adjudication.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Item_Detail.d.ts +55 -0
- package/types/fhir-ts/ClaimResponse_Item_Detail.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Item_Detail_SubDetail.d.ts +50 -0
- package/types/fhir-ts/ClaimResponse_Item_Detail_SubDetail.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Item_ReviewOutcome.d.ts +48 -0
- package/types/fhir-ts/ClaimResponse_Item_ReviewOutcome.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Payment.d.ts +59 -0
- package/types/fhir-ts/ClaimResponse_Payment.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_ProcessNote.d.ts +46 -0
- package/types/fhir-ts/ClaimResponse_ProcessNote.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Total.d.ts +36 -0
- package/types/fhir-ts/ClaimResponse_Total.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Accident.d.ts +48 -0
- package/types/fhir-ts/Claim_Accident.d.ts.map +1 -0
- package/types/fhir-ts/Claim_CareTeam.d.ts +56 -0
- package/types/fhir-ts/Claim_CareTeam.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Diagnosis.d.ts +53 -0
- package/types/fhir-ts/Claim_Diagnosis.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Event.d.ts +41 -0
- package/types/fhir-ts/Claim_Event.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Insurance.d.ts +67 -0
- package/types/fhir-ts/Claim_Insurance.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Item.d.ts +186 -0
- package/types/fhir-ts/Claim_Item.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Item_BodySite.d.ts +37 -0
- package/types/fhir-ts/Claim_Item_BodySite.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Item_Detail.d.ts +116 -0
- package/types/fhir-ts/Claim_Item_Detail.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Item_Detail_SubDetail.d.ts +111 -0
- package/types/fhir-ts/Claim_Item_Detail_SubDetail.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Payee.d.ts +41 -0
- package/types/fhir-ts/Claim_Payee.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Procedure.d.ts +58 -0
- package/types/fhir-ts/Claim_Procedure.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Related.d.ts +44 -0
- package/types/fhir-ts/Claim_Related.d.ts.map +1 -0
- package/types/fhir-ts/Claim_SupportingInfo.d.ts +92 -0
- package/types/fhir-ts/Claim_SupportingInfo.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalImpression.d.ts +181 -0
- package/types/fhir-ts/ClinicalImpression.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalImpression_Finding.d.ts +38 -0
- package/types/fhir-ts/ClinicalImpression_Finding.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalUseDefinition.d.ts +134 -0
- package/types/fhir-ts/ClinicalUseDefinition.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalUseDefinition_Contraindication.d.ts +59 -0
- package/types/fhir-ts/ClinicalUseDefinition_Contraindication.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalUseDefinition_Contraindication_OtherTherapy.d.ts +42 -0
- package/types/fhir-ts/ClinicalUseDefinition_Contraindication_OtherTherapy.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalUseDefinition_Indication.d.ts +76 -0
- package/types/fhir-ts/ClinicalUseDefinition_Indication.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalUseDefinition_Interaction.d.ts +51 -0
- package/types/fhir-ts/ClinicalUseDefinition_Interaction.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalUseDefinition_Interaction_Interactant.d.ts +35 -0
- package/types/fhir-ts/ClinicalUseDefinition_Interaction_Interactant.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalUseDefinition_UndesirableEffect.d.ts +41 -0
- package/types/fhir-ts/ClinicalUseDefinition_UndesirableEffect.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalUseDefinition_Warning.d.ts +35 -0
- package/types/fhir-ts/ClinicalUseDefinition_Warning.d.ts.map +1 -0
- package/types/fhir-ts/CodeSystem.d.ts +308 -0
- package/types/fhir-ts/CodeSystem.d.ts.map +1 -0
- package/types/fhir-ts/CodeSystem_Concept.d.ts +54 -0
- package/types/fhir-ts/CodeSystem_Concept.d.ts.map +1 -0
- package/types/fhir-ts/CodeSystem_Concept_Designation.d.ts +48 -0
- package/types/fhir-ts/CodeSystem_Concept_Designation.d.ts.map +1 -0
- package/types/fhir-ts/CodeSystem_Concept_Property.d.ts +65 -0
- package/types/fhir-ts/CodeSystem_Concept_Property.d.ts.map +1 -0
- package/types/fhir-ts/CodeSystem_Filter.d.ts +44 -0
- package/types/fhir-ts/CodeSystem_Filter.d.ts.map +1 -0
- package/types/fhir-ts/CodeSystem_Property.d.ts +44 -0
- package/types/fhir-ts/CodeSystem_Property.d.ts.map +1 -0
- package/types/fhir-ts/CodeableConcept.d.ts +29 -0
- package/types/fhir-ts/CodeableConcept.d.ts.map +1 -0
- package/types/fhir-ts/CodeableReference.d.ts +14 -0
- package/types/fhir-ts/CodeableReference.d.ts.map +1 -0
- package/types/fhir-ts/Coding.d.ts +44 -0
- package/types/fhir-ts/Coding.d.ts.map +1 -0
- package/types/fhir-ts/Communication.d.ts +201 -0
- package/types/fhir-ts/Communication.d.ts.map +1 -0
- package/types/fhir-ts/CommunicationRequest.d.ts +205 -0
- package/types/fhir-ts/CommunicationRequest.d.ts.map +1 -0
- package/types/fhir-ts/CommunicationRequest_Payload.d.ts +41 -0
- package/types/fhir-ts/CommunicationRequest_Payload.d.ts.map +1 -0
- package/types/fhir-ts/Communication_Payload.d.ts +41 -0
- package/types/fhir-ts/Communication_Payload.d.ts.map +1 -0
- package/types/fhir-ts/CompartmentDefinition.d.ts +173 -0
- package/types/fhir-ts/CompartmentDefinition.d.ts.map +1 -0
- package/types/fhir-ts/CompartmentDefinition_Resource.d.ts +50 -0
- package/types/fhir-ts/CompartmentDefinition_Resource.d.ts.map +1 -0
- package/types/fhir-ts/Composition.d.ts +197 -0
- package/types/fhir-ts/Composition.d.ts.map +1 -0
- package/types/fhir-ts/Composition_Attester.d.ts +46 -0
- package/types/fhir-ts/Composition_Attester.d.ts.map +1 -0
- package/types/fhir-ts/Composition_Event.d.ts +37 -0
- package/types/fhir-ts/Composition_Event.d.ts.map +1 -0
- package/types/fhir-ts/Composition_Section.d.ts +89 -0
- package/types/fhir-ts/Composition_Section.d.ts.map +1 -0
- package/types/fhir-ts/ConceptMap.d.ts +279 -0
- package/types/fhir-ts/ConceptMap.d.ts.map +1 -0
- package/types/fhir-ts/ConceptMap_AdditionalAttribute.d.ts +45 -0
- package/types/fhir-ts/ConceptMap_AdditionalAttribute.d.ts.map +1 -0
- package/types/fhir-ts/ConceptMap_Group.d.ts +46 -0
- package/types/fhir-ts/ConceptMap_Group.d.ts.map +1 -0
- package/types/fhir-ts/ConceptMap_Group_Element.d.ts +52 -0
- package/types/fhir-ts/ConceptMap_Group_Element.d.ts.map +1 -0
- package/types/fhir-ts/ConceptMap_Group_Element_Target.d.ts +67 -0
- package/types/fhir-ts/ConceptMap_Group_Element_Target.d.ts.map +1 -0
- package/types/fhir-ts/ConceptMap_Group_Element_Target_DependsOn.d.ts +61 -0
- package/types/fhir-ts/ConceptMap_Group_Element_Target_DependsOn.d.ts.map +1 -0
- package/types/fhir-ts/ConceptMap_Group_Element_Target_Property.d.ts +65 -0
- package/types/fhir-ts/ConceptMap_Group_Element_Target_Property.d.ts.map +1 -0
- package/types/fhir-ts/ConceptMap_Group_Unmapped.d.ts +56 -0
- package/types/fhir-ts/ConceptMap_Group_Unmapped.d.ts.map +1 -0
- package/types/fhir-ts/ConceptMap_Property.d.ts +49 -0
- package/types/fhir-ts/ConceptMap_Property.d.ts.map +1 -0
- package/types/fhir-ts/Condition.d.ts +202 -0
- package/types/fhir-ts/Condition.d.ts.map +1 -0
- package/types/fhir-ts/ConditionDefinition.d.ts +245 -0
- package/types/fhir-ts/ConditionDefinition.d.ts.map +1 -0
- package/types/fhir-ts/ConditionDefinition_Medication.d.ts +34 -0
- package/types/fhir-ts/ConditionDefinition_Medication.d.ts.map +1 -0
- package/types/fhir-ts/ConditionDefinition_Observation.d.ts +34 -0
- package/types/fhir-ts/ConditionDefinition_Observation.d.ts.map +1 -0
- package/types/fhir-ts/ConditionDefinition_Plan.d.ts +36 -0
- package/types/fhir-ts/ConditionDefinition_Plan.d.ts.map +1 -0
- package/types/fhir-ts/ConditionDefinition_Precondition.d.ts +46 -0
- package/types/fhir-ts/ConditionDefinition_Precondition.d.ts.map +1 -0
- package/types/fhir-ts/ConditionDefinition_Questionnaire.d.ts +36 -0
- package/types/fhir-ts/ConditionDefinition_Questionnaire.d.ts.map +1 -0
- package/types/fhir-ts/Condition_Participant.d.ts +42 -0
- package/types/fhir-ts/Condition_Participant.d.ts.map +1 -0
- package/types/fhir-ts/Condition_Stage.d.ts +43 -0
- package/types/fhir-ts/Condition_Stage.d.ts.map +1 -0
- package/types/fhir-ts/Consent.d.ts +172 -0
- package/types/fhir-ts/Consent.d.ts.map +1 -0
- package/types/fhir-ts/Consent_PolicyBasis.d.ts +37 -0
- package/types/fhir-ts/Consent_PolicyBasis.d.ts.map +1 -0
- package/types/fhir-ts/Consent_Provision.d.ts +95 -0
- package/types/fhir-ts/Consent_Provision.d.ts.map +1 -0
- package/types/fhir-ts/Consent_Provision_Actor.d.ts +43 -0
- package/types/fhir-ts/Consent_Provision_Actor.d.ts.map +1 -0
- package/types/fhir-ts/Consent_Provision_Data.d.ts +36 -0
- package/types/fhir-ts/Consent_Provision_Data.d.ts.map +1 -0
- package/types/fhir-ts/Consent_Verification.d.ts +58 -0
- package/types/fhir-ts/Consent_Verification.d.ts.map +1 -0
- package/types/fhir-ts/ContactDetail.d.ts +28 -0
- package/types/fhir-ts/ContactDetail.d.ts.map +1 -0
- package/types/fhir-ts/ContactPoint.d.ts +49 -0
- package/types/fhir-ts/ContactPoint.d.ts.map +1 -0
- package/types/fhir-ts/Contract.d.ts +254 -0
- package/types/fhir-ts/Contract.d.ts.map +1 -0
- package/types/fhir-ts/Contract_ContentDefinition.d.ts +59 -0
- package/types/fhir-ts/Contract_ContentDefinition.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Friendly.d.ts +35 -0
- package/types/fhir-ts/Contract_Friendly.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Legal.d.ts +35 -0
- package/types/fhir-ts/Contract_Legal.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Rule.d.ts +35 -0
- package/types/fhir-ts/Contract_Rule.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Signer.d.ts +46 -0
- package/types/fhir-ts/Contract_Signer.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term.d.ts +93 -0
- package/types/fhir-ts/Contract_Term.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term_Action.d.ts +153 -0
- package/types/fhir-ts/Contract_Term_Action.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term_Action_Subject.d.ts +42 -0
- package/types/fhir-ts/Contract_Term_Action_Subject.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term_Asset.d.ts +104 -0
- package/types/fhir-ts/Contract_Term_Asset.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term_Asset_Context.d.ts +42 -0
- package/types/fhir-ts/Contract_Term_Asset_Context.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term_Asset_ValuedItem.d.ts +109 -0
- package/types/fhir-ts/Contract_Term_Asset_ValuedItem.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term_Offer.d.ts +82 -0
- package/types/fhir-ts/Contract_Term_Offer.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term_Offer_Answer.d.ts +88 -0
- package/types/fhir-ts/Contract_Term_Offer_Answer.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term_Offer_Party.d.ts +42 -0
- package/types/fhir-ts/Contract_Term_Offer_Party.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term_SecurityLabel.d.ts +45 -0
- package/types/fhir-ts/Contract_Term_SecurityLabel.d.ts.map +1 -0
- package/types/fhir-ts/Count.d.ts +43 -0
- package/types/fhir-ts/Count.d.ts.map +1 -0
- package/types/fhir-ts/Coverage.d.ts +178 -0
- package/types/fhir-ts/Coverage.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityRequest.d.ts +153 -0
- package/types/fhir-ts/CoverageEligibilityRequest.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityRequest_Event.d.ts +41 -0
- package/types/fhir-ts/CoverageEligibilityRequest_Event.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityRequest_Insurance.d.ts +42 -0
- package/types/fhir-ts/CoverageEligibilityRequest_Insurance.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityRequest_Item.d.ts +86 -0
- package/types/fhir-ts/CoverageEligibilityRequest_Item.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityRequest_Item_Diagnosis.d.ts +35 -0
- package/types/fhir-ts/CoverageEligibilityRequest_Item_Diagnosis.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityRequest_SupportingInfo.d.ts +42 -0
- package/types/fhir-ts/CoverageEligibilityRequest_SupportingInfo.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityResponse.d.ts +159 -0
- package/types/fhir-ts/CoverageEligibilityResponse.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Error.d.ts +36 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Error.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Event.d.ts +41 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Event.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Insurance.d.ts +47 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Insurance.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Insurance_Item.d.ts +103 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Insurance_Item.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Insurance_Item_Benefit.d.ts +62 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Insurance_Item_Benefit.d.ts.map +1 -0
- package/types/fhir-ts/Coverage_Class.d.ts +42 -0
- package/types/fhir-ts/Coverage_Class.d.ts.map +1 -0
- package/types/fhir-ts/Coverage_CostToBeneficiary.d.ts +68 -0
- package/types/fhir-ts/Coverage_CostToBeneficiary.d.ts.map +1 -0
- package/types/fhir-ts/Coverage_CostToBeneficiary_Exception.d.ts +35 -0
- package/types/fhir-ts/Coverage_CostToBeneficiary_Exception.d.ts.map +1 -0
- package/types/fhir-ts/Coverage_PaymentBy.d.ts +38 -0
- package/types/fhir-ts/Coverage_PaymentBy.d.ts.map +1 -0
- package/types/fhir-ts/DataRequirement.d.ts +71 -0
- package/types/fhir-ts/DataRequirement.d.ts.map +1 -0
- package/types/fhir-ts/DataRequirement_CodeFilter.d.ts +38 -0
- package/types/fhir-ts/DataRequirement_CodeFilter.d.ts.map +1 -0
- package/types/fhir-ts/DataRequirement_DateFilter.d.ts +44 -0
- package/types/fhir-ts/DataRequirement_DateFilter.d.ts.map +1 -0
- package/types/fhir-ts/DataRequirement_Sort.d.ts +26 -0
- package/types/fhir-ts/DataRequirement_Sort.d.ts.map +1 -0
- package/types/fhir-ts/DataRequirement_ValueFilter.d.ts +49 -0
- package/types/fhir-ts/DataRequirement_ValueFilter.d.ts.map +1 -0
- package/types/fhir-ts/DetectedIssue.d.ts +159 -0
- package/types/fhir-ts/DetectedIssue.d.ts.map +1 -0
- package/types/fhir-ts/DetectedIssue_Evidence.d.ts +36 -0
- package/types/fhir-ts/DetectedIssue_Evidence.d.ts.map +1 -0
- package/types/fhir-ts/DetectedIssue_Mitigation.d.ts +51 -0
- package/types/fhir-ts/DetectedIssue_Mitigation.d.ts.map +1 -0
- package/types/fhir-ts/Device.d.ts +242 -0
- package/types/fhir-ts/Device.d.ts.map +1 -0
- package/types/fhir-ts/DeviceAssociation.d.ts +116 -0
- package/types/fhir-ts/DeviceAssociation.d.ts.map +1 -0
- package/types/fhir-ts/DeviceAssociation_Operation.d.ts +44 -0
- package/types/fhir-ts/DeviceAssociation_Operation.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition.d.ts +200 -0
- package/types/fhir-ts/DeviceDefinition.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_ChargeItem.d.ts +48 -0
- package/types/fhir-ts/DeviceDefinition_ChargeItem.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_Classification.d.ts +35 -0
- package/types/fhir-ts/DeviceDefinition_Classification.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_ConformsTo.d.ts +46 -0
- package/types/fhir-ts/DeviceDefinition_ConformsTo.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_CorrectiveAction.d.ts +41 -0
- package/types/fhir-ts/DeviceDefinition_CorrectiveAction.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_DeviceName.d.ts +35 -0
- package/types/fhir-ts/DeviceDefinition_DeviceName.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_Guideline.d.ts +65 -0
- package/types/fhir-ts/DeviceDefinition_Guideline.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_HasPart.d.ts +36 -0
- package/types/fhir-ts/DeviceDefinition_HasPart.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_Link.d.ts +36 -0
- package/types/fhir-ts/DeviceDefinition_Link.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_Material.d.ts +40 -0
- package/types/fhir-ts/DeviceDefinition_Material.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_Packaging.d.ts +56 -0
- package/types/fhir-ts/DeviceDefinition_Packaging.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_Packaging_Distributor.d.ts +36 -0
- package/types/fhir-ts/DeviceDefinition_Packaging_Distributor.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_Property.d.ts +68 -0
- package/types/fhir-ts/DeviceDefinition_Property.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_RegulatoryIdentifier.d.ts +44 -0
- package/types/fhir-ts/DeviceDefinition_RegulatoryIdentifier.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_UdiDeviceIdentifier.d.ts +44 -0
- package/types/fhir-ts/DeviceDefinition_UdiDeviceIdentifier.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_UdiDeviceIdentifier_MarketDistribution.d.ts +35 -0
- package/types/fhir-ts/DeviceDefinition_UdiDeviceIdentifier_MarketDistribution.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_Version.d.ts +42 -0
- package/types/fhir-ts/DeviceDefinition_Version.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDispense.d.ts +191 -0
- package/types/fhir-ts/DeviceDispense.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDispense_Performer.d.ts +42 -0
- package/types/fhir-ts/DeviceDispense_Performer.d.ts.map +1 -0
- package/types/fhir-ts/DeviceMetric.d.ts +115 -0
- package/types/fhir-ts/DeviceMetric.d.ts.map +1 -0
- package/types/fhir-ts/DeviceMetric_Calibration.d.ts +39 -0
- package/types/fhir-ts/DeviceMetric_Calibration.d.ts.map +1 -0
- package/types/fhir-ts/DeviceRequest.d.ts +234 -0
- package/types/fhir-ts/DeviceRequest.d.ts.map +1 -0
- package/types/fhir-ts/DeviceRequest_Parameter.d.ts +52 -0
- package/types/fhir-ts/DeviceRequest_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/DeviceUsage.d.ts +186 -0
- package/types/fhir-ts/DeviceUsage.d.ts.map +1 -0
- package/types/fhir-ts/DeviceUsage_Adherence.d.ts +34 -0
- package/types/fhir-ts/DeviceUsage_Adherence.d.ts.map +1 -0
- package/types/fhir-ts/Device_ConformsTo.d.ts +40 -0
- package/types/fhir-ts/Device_ConformsTo.d.ts.map +1 -0
- package/types/fhir-ts/Device_Name.d.ts +39 -0
- package/types/fhir-ts/Device_Name.d.ts.map +1 -0
- package/types/fhir-ts/Device_Property.d.ts +68 -0
- package/types/fhir-ts/Device_Property.d.ts.map +1 -0
- package/types/fhir-ts/Device_UdiCarrier.d.ts +60 -0
- package/types/fhir-ts/Device_UdiCarrier.d.ts.map +1 -0
- package/types/fhir-ts/Device_Version.d.ts +47 -0
- package/types/fhir-ts/Device_Version.d.ts.map +1 -0
- package/types/fhir-ts/DiagnosticReport.d.ts +212 -0
- package/types/fhir-ts/DiagnosticReport.d.ts.map +1 -0
- package/types/fhir-ts/DiagnosticReport_Media.d.ts +37 -0
- package/types/fhir-ts/DiagnosticReport_Media.d.ts.map +1 -0
- package/types/fhir-ts/DiagnosticReport_SupportingInfo.d.ts +39 -0
- package/types/fhir-ts/DiagnosticReport_SupportingInfo.d.ts.map +1 -0
- package/types/fhir-ts/Distance.d.ts +43 -0
- package/types/fhir-ts/Distance.d.ts.map +1 -0
- package/types/fhir-ts/DocumentReference.d.ts +224 -0
- package/types/fhir-ts/DocumentReference.d.ts.map +1 -0
- package/types/fhir-ts/DocumentReference_Attester.d.ts +46 -0
- package/types/fhir-ts/DocumentReference_Attester.d.ts.map +1 -0
- package/types/fhir-ts/DocumentReference_Content.d.ts +34 -0
- package/types/fhir-ts/DocumentReference_Content.d.ts.map +1 -0
- package/types/fhir-ts/DocumentReference_Content_Profile.d.ts +40 -0
- package/types/fhir-ts/DocumentReference_Content_Profile.d.ts.map +1 -0
- package/types/fhir-ts/DocumentReference_RelatesTo.d.ts +37 -0
- package/types/fhir-ts/DocumentReference_RelatesTo.d.ts.map +1 -0
- package/types/fhir-ts/DomainResource.d.ts +61 -0
- package/types/fhir-ts/DomainResource.d.ts.map +1 -0
- package/types/fhir-ts/Dosage.d.ts +106 -0
- package/types/fhir-ts/Dosage.d.ts.map +1 -0
- package/types/fhir-ts/Dosage_DoseAndRate.d.ts +49 -0
- package/types/fhir-ts/Dosage_DoseAndRate.d.ts.map +1 -0
- package/types/fhir-ts/Duration.d.ts +43 -0
- package/types/fhir-ts/Duration.d.ts.map +1 -0
- package/types/fhir-ts/Element.d.ts +15 -0
- package/types/fhir-ts/Element.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition.d.ts +1149 -0
- package/types/fhir-ts/ElementDefinition.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition_Base.d.ts +33 -0
- package/types/fhir-ts/ElementDefinition_Base.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition_Binding.d.ts +38 -0
- package/types/fhir-ts/ElementDefinition_Binding.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition_Binding_Additional.d.ts +50 -0
- package/types/fhir-ts/ElementDefinition_Binding_Additional.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition_Constraint.d.ts +57 -0
- package/types/fhir-ts/ElementDefinition_Constraint.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition_Example.d.ts +325 -0
- package/types/fhir-ts/ElementDefinition_Example.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition_Mapping.d.ts +38 -0
- package/types/fhir-ts/ElementDefinition_Mapping.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition_Slicing.d.ts +39 -0
- package/types/fhir-ts/ElementDefinition_Slicing.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition_Slicing_Discriminator.d.ts +27 -0
- package/types/fhir-ts/ElementDefinition_Slicing_Discriminator.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition_Type.d.ts +45 -0
- package/types/fhir-ts/ElementDefinition_Type.d.ts.map +1 -0
- package/types/fhir-ts/Encounter.d.ts +248 -0
- package/types/fhir-ts/Encounter.d.ts.map +1 -0
- package/types/fhir-ts/EncounterHistory.d.ts +147 -0
- package/types/fhir-ts/EncounterHistory.d.ts.map +1 -0
- package/types/fhir-ts/EncounterHistory_Location.d.ts +39 -0
- package/types/fhir-ts/EncounterHistory_Location.d.ts.map +1 -0
- package/types/fhir-ts/Encounter_Admission.d.ts +58 -0
- package/types/fhir-ts/Encounter_Admission.d.ts.map +1 -0
- package/types/fhir-ts/Encounter_Diagnosis.d.ts +36 -0
- package/types/fhir-ts/Encounter_Diagnosis.d.ts.map +1 -0
- package/types/fhir-ts/Encounter_Location.d.ts +52 -0
- package/types/fhir-ts/Encounter_Location.d.ts.map +1 -0
- package/types/fhir-ts/Encounter_Participant.d.ts +56 -0
- package/types/fhir-ts/Encounter_Participant.d.ts.map +1 -0
- package/types/fhir-ts/Encounter_Reason.d.ts +40 -0
- package/types/fhir-ts/Encounter_Reason.d.ts.map +1 -0
- package/types/fhir-ts/Endpoint.d.ts +139 -0
- package/types/fhir-ts/Endpoint.d.ts.map +1 -0
- package/types/fhir-ts/Endpoint_Payload.d.ts +37 -0
- package/types/fhir-ts/Endpoint_Payload.d.ts.map +1 -0
- package/types/fhir-ts/EnrollmentRequest.d.ts +104 -0
- package/types/fhir-ts/EnrollmentRequest.d.ts.map +1 -0
- package/types/fhir-ts/EnrollmentResponse.d.ts +108 -0
- package/types/fhir-ts/EnrollmentResponse.d.ts.map +1 -0
- package/types/fhir-ts/EpisodeOfCare.d.ts +141 -0
- package/types/fhir-ts/EpisodeOfCare.d.ts.map +1 -0
- package/types/fhir-ts/EpisodeOfCare_Diagnosis.d.ts +36 -0
- package/types/fhir-ts/EpisodeOfCare_Diagnosis.d.ts.map +1 -0
- package/types/fhir-ts/EpisodeOfCare_Reason.d.ts +39 -0
- package/types/fhir-ts/EpisodeOfCare_Reason.d.ts.map +1 -0
- package/types/fhir-ts/EpisodeOfCare_StatusHistory.d.ts +35 -0
- package/types/fhir-ts/EpisodeOfCare_StatusHistory.d.ts.map +1 -0
- package/types/fhir-ts/EventDefinition.d.ts +271 -0
- package/types/fhir-ts/EventDefinition.d.ts.map +1 -0
- package/types/fhir-ts/Evidence.d.ts +267 -0
- package/types/fhir-ts/Evidence.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceReport.d.ts +182 -0
- package/types/fhir-ts/EvidenceReport.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceReport_RelatesTo.d.ts +35 -0
- package/types/fhir-ts/EvidenceReport_RelatesTo.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceReport_RelatesTo_Target.d.ts +47 -0
- package/types/fhir-ts/EvidenceReport_RelatesTo_Target.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceReport_Section.d.ts +106 -0
- package/types/fhir-ts/EvidenceReport_Section.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceReport_Subject.d.ts +34 -0
- package/types/fhir-ts/EvidenceReport_Subject.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceReport_Subject_Characteristic.d.ts +70 -0
- package/types/fhir-ts/EvidenceReport_Subject_Characteristic.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceVariable.d.ts +259 -0
- package/types/fhir-ts/EvidenceVariable.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceVariable_Category.d.ts +47 -0
- package/types/fhir-ts/EvidenceVariable_Category.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceVariable_Characteristic.d.ts +114 -0
- package/types/fhir-ts/EvidenceVariable_Characteristic.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceVariable_Characteristic_DefinitionByCombination.d.ts +39 -0
- package/types/fhir-ts/EvidenceVariable_Characteristic_DefinitionByCombination.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceVariable_Characteristic_DefinitionByTypeAndValue.d.ts +80 -0
- package/types/fhir-ts/EvidenceVariable_Characteristic_DefinitionByTypeAndValue.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceVariable_Characteristic_TimeFromEvent.d.ts +69 -0
- package/types/fhir-ts/EvidenceVariable_Characteristic_TimeFromEvent.d.ts.map +1 -0
- package/types/fhir-ts/Evidence_Certainty.d.ts +56 -0
- package/types/fhir-ts/Evidence_Certainty.d.ts.map +1 -0
- package/types/fhir-ts/Evidence_Statistic.d.ts +80 -0
- package/types/fhir-ts/Evidence_Statistic.d.ts.map +1 -0
- package/types/fhir-ts/Evidence_Statistic_AttributeEstimate.d.ts +65 -0
- package/types/fhir-ts/Evidence_Statistic_AttributeEstimate.d.ts.map +1 -0
- package/types/fhir-ts/Evidence_Statistic_ModelCharacteristic.d.ts +45 -0
- package/types/fhir-ts/Evidence_Statistic_ModelCharacteristic.d.ts.map +1 -0
- package/types/fhir-ts/Evidence_Statistic_ModelCharacteristic_Variable.d.ts +55 -0
- package/types/fhir-ts/Evidence_Statistic_ModelCharacteristic_Variable.d.ts.map +1 -0
- package/types/fhir-ts/Evidence_Statistic_SampleSize.d.ts +50 -0
- package/types/fhir-ts/Evidence_Statistic_SampleSize.d.ts.map +1 -0
- package/types/fhir-ts/Evidence_VariableDefinition.d.ts +59 -0
- package/types/fhir-ts/Evidence_VariableDefinition.d.ts.map +1 -0
- package/types/fhir-ts/ExampleScenario.d.ts +199 -0
- package/types/fhir-ts/ExampleScenario.d.ts.map +1 -0
- package/types/fhir-ts/ExampleScenario_Actor.d.ts +44 -0
- package/types/fhir-ts/ExampleScenario_Actor.d.ts.map +1 -0
- package/types/fhir-ts/ExampleScenario_Instance.d.ts +77 -0
- package/types/fhir-ts/ExampleScenario_Instance.d.ts.map +1 -0
- package/types/fhir-ts/ExampleScenario_Instance_ContainedInstance.d.ts +35 -0
- package/types/fhir-ts/ExampleScenario_Instance_ContainedInstance.d.ts.map +1 -0
- package/types/fhir-ts/ExampleScenario_Instance_Version.d.ts +46 -0
- package/types/fhir-ts/ExampleScenario_Instance_Version.d.ts.map +1 -0
- package/types/fhir-ts/ExampleScenario_Process.d.ts +50 -0
- package/types/fhir-ts/ExampleScenario_Process.d.ts.map +1 -0
- package/types/fhir-ts/ExampleScenario_Process_Step.d.ts +55 -0
- package/types/fhir-ts/ExampleScenario_Process_Step.d.ts.map +1 -0
- package/types/fhir-ts/ExampleScenario_Process_Step_Alternative.d.ts +39 -0
- package/types/fhir-ts/ExampleScenario_Process_Step_Alternative.d.ts.map +1 -0
- package/types/fhir-ts/ExampleScenario_Process_Step_Operation.d.ts +75 -0
- package/types/fhir-ts/ExampleScenario_Process_Step_Operation.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit.d.ts +342 -0
- package/types/fhir-ts/ExplanationOfBenefit.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Accident.d.ts +48 -0
- package/types/fhir-ts/ExplanationOfBenefit_Accident.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_AddItem.d.ts +180 -0
- package/types/fhir-ts/ExplanationOfBenefit_AddItem.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_AddItem_BodySite.d.ts +37 -0
- package/types/fhir-ts/ExplanationOfBenefit_AddItem_BodySite.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_AddItem_Detail.d.ts +107 -0
- package/types/fhir-ts/ExplanationOfBenefit_AddItem_Detail.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_AddItem_Detail_SubDetail.d.ts +102 -0
- package/types/fhir-ts/ExplanationOfBenefit_AddItem_Detail_SubDetail.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_BenefitBalance.d.ts +68 -0
- package/types/fhir-ts/ExplanationOfBenefit_BenefitBalance.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_BenefitBalance_Financial.d.ts +57 -0
- package/types/fhir-ts/ExplanationOfBenefit_BenefitBalance_Financial.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_CareTeam.d.ts +56 -0
- package/types/fhir-ts/ExplanationOfBenefit_CareTeam.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Diagnosis.d.ts +53 -0
- package/types/fhir-ts/ExplanationOfBenefit_Diagnosis.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Event.d.ts +41 -0
- package/types/fhir-ts/ExplanationOfBenefit_Event.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Insurance.d.ts +43 -0
- package/types/fhir-ts/ExplanationOfBenefit_Insurance.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item.d.ts +200 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_Adjudication.d.ts +50 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_Adjudication.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_BodySite.d.ts +37 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_BodySite.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_Detail.d.ts +131 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_Detail.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_Detail_SubDetail.d.ts +126 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_Detail_SubDetail.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_ReviewOutcome.d.ts +48 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_ReviewOutcome.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Payee.d.ts +41 -0
- package/types/fhir-ts/ExplanationOfBenefit_Payee.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Payment.d.ts +59 -0
- package/types/fhir-ts/ExplanationOfBenefit_Payment.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Procedure.d.ts +57 -0
- package/types/fhir-ts/ExplanationOfBenefit_Procedure.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_ProcessNote.d.ts +46 -0
- package/types/fhir-ts/ExplanationOfBenefit_ProcessNote.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Related.d.ts +44 -0
- package/types/fhir-ts/ExplanationOfBenefit_Related.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_SupportingInfo.d.ts +94 -0
- package/types/fhir-ts/ExplanationOfBenefit_SupportingInfo.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Total.d.ts +36 -0
- package/types/fhir-ts/ExplanationOfBenefit_Total.d.ts.map +1 -0
- package/types/fhir-ts/Expression.d.ts +43 -0
- package/types/fhir-ts/Expression.d.ts.map +1 -0
- package/types/fhir-ts/ExtendedContactDetail.d.ts +56 -0
- package/types/fhir-ts/ExtendedContactDetail.d.ts.map +1 -0
- package/types/fhir-ts/Extension.d.ts +325 -0
- package/types/fhir-ts/Extension.d.ts.map +1 -0
- package/types/fhir-ts/FamilyMemberHistory.d.ts +219 -0
- package/types/fhir-ts/FamilyMemberHistory.d.ts.map +1 -0
- package/types/fhir-ts/FamilyMemberHistory_Condition.d.ts +69 -0
- package/types/fhir-ts/FamilyMemberHistory_Condition.d.ts.map +1 -0
- package/types/fhir-ts/FamilyMemberHistory_Participant.d.ts +42 -0
- package/types/fhir-ts/FamilyMemberHistory_Participant.d.ts.map +1 -0
- package/types/fhir-ts/FamilyMemberHistory_Procedure.d.ts +74 -0
- package/types/fhir-ts/FamilyMemberHistory_Procedure.d.ts.map +1 -0
- package/types/fhir-ts/FhirPrimitive.d.ts +7 -0
- package/types/fhir-ts/FhirPrimitive.d.ts.map +1 -0
- package/types/fhir-ts/Flag.d.ts +122 -0
- package/types/fhir-ts/Flag.d.ts.map +1 -0
- package/types/fhir-ts/FormularyItem.d.ts +79 -0
- package/types/fhir-ts/FormularyItem.d.ts.map +1 -0
- package/types/fhir-ts/GenomicStudy.d.ts +153 -0
- package/types/fhir-ts/GenomicStudy.d.ts.map +1 -0
- package/types/fhir-ts/GenomicStudy_Analysis.d.ts +125 -0
- package/types/fhir-ts/GenomicStudy_Analysis.d.ts.map +1 -0
- package/types/fhir-ts/GenomicStudy_Analysis_Device.d.ts +36 -0
- package/types/fhir-ts/GenomicStudy_Analysis_Device.d.ts.map +1 -0
- package/types/fhir-ts/GenomicStudy_Analysis_Input.d.ts +47 -0
- package/types/fhir-ts/GenomicStudy_Analysis_Input.d.ts.map +1 -0
- package/types/fhir-ts/GenomicStudy_Analysis_Output.d.ts +36 -0
- package/types/fhir-ts/GenomicStudy_Analysis_Output.d.ts.map +1 -0
- package/types/fhir-ts/GenomicStudy_Analysis_Performer.d.ts +39 -0
- package/types/fhir-ts/GenomicStudy_Analysis_Performer.d.ts.map +1 -0
- package/types/fhir-ts/Goal.d.ts +178 -0
- package/types/fhir-ts/Goal.d.ts.map +1 -0
- package/types/fhir-ts/Goal_Target.d.ts +79 -0
- package/types/fhir-ts/Goal_Target.d.ts.map +1 -0
- package/types/fhir-ts/GraphDefinition.d.ts +198 -0
- package/types/fhir-ts/GraphDefinition.d.ts.map +1 -0
- package/types/fhir-ts/GraphDefinition_Link.d.ts +71 -0
- package/types/fhir-ts/GraphDefinition_Link.d.ts.map +1 -0
- package/types/fhir-ts/GraphDefinition_Link_Compartment.d.ts +50 -0
- package/types/fhir-ts/GraphDefinition_Link_Compartment.d.ts.map +1 -0
- package/types/fhir-ts/GraphDefinition_Node.d.ts +44 -0
- package/types/fhir-ts/GraphDefinition_Node.d.ts.map +1 -0
- package/types/fhir-ts/Group.d.ts +131 -0
- package/types/fhir-ts/Group.d.ts.map +1 -0
- package/types/fhir-ts/Group_Characteristic.d.ts +70 -0
- package/types/fhir-ts/Group_Characteristic.d.ts.map +1 -0
- package/types/fhir-ts/Group_Member.d.ts +52 -0
- package/types/fhir-ts/Group_Member.d.ts.map +1 -0
- package/types/fhir-ts/GuidanceResponse.d.ts +173 -0
- package/types/fhir-ts/GuidanceResponse.d.ts.map +1 -0
- package/types/fhir-ts/HealthcareService.d.ts +203 -0
- package/types/fhir-ts/HealthcareService.d.ts.map +1 -0
- package/types/fhir-ts/HealthcareService_Eligibility.d.ts +36 -0
- package/types/fhir-ts/HealthcareService_Eligibility.d.ts.map +1 -0
- package/types/fhir-ts/HumanName.d.ts +56 -0
- package/types/fhir-ts/HumanName.d.ts.map +1 -0
- package/types/fhir-ts/Identifier.d.ts +55 -0
- package/types/fhir-ts/Identifier.d.ts.map +1 -0
- package/types/fhir-ts/ImagingSelection.d.ts +179 -0
- package/types/fhir-ts/ImagingSelection.d.ts.map +1 -0
- package/types/fhir-ts/ImagingSelection_Instance.d.ts +64 -0
- package/types/fhir-ts/ImagingSelection_Instance.d.ts.map +1 -0
- package/types/fhir-ts/ImagingSelection_Instance_ImageRegion2D.d.ts +37 -0
- package/types/fhir-ts/ImagingSelection_Instance_ImageRegion2D.d.ts.map +1 -0
- package/types/fhir-ts/ImagingSelection_Instance_ImageRegion3D.d.ts +36 -0
- package/types/fhir-ts/ImagingSelection_Instance_ImageRegion3D.d.ts.map +1 -0
- package/types/fhir-ts/ImagingSelection_Performer.d.ts +43 -0
- package/types/fhir-ts/ImagingSelection_Performer.d.ts.map +1 -0
- package/types/fhir-ts/ImagingStudy.d.ts +182 -0
- package/types/fhir-ts/ImagingStudy.d.ts.map +1 -0
- package/types/fhir-ts/ImagingStudy_Series.d.ts +92 -0
- package/types/fhir-ts/ImagingStudy_Series.d.ts.map +1 -0
- package/types/fhir-ts/ImagingStudy_Series_Instance.d.ts +47 -0
- package/types/fhir-ts/ImagingStudy_Series_Instance.d.ts.map +1 -0
- package/types/fhir-ts/ImagingStudy_Series_Performer.d.ts +43 -0
- package/types/fhir-ts/ImagingStudy_Series_Performer.d.ts.map +1 -0
- package/types/fhir-ts/Immunization.d.ts +234 -0
- package/types/fhir-ts/Immunization.d.ts.map +1 -0
- package/types/fhir-ts/ImmunizationEvaluation.d.ts +134 -0
- package/types/fhir-ts/ImmunizationEvaluation.d.ts.map +1 -0
- package/types/fhir-ts/ImmunizationRecommendation.d.ts +90 -0
- package/types/fhir-ts/ImmunizationRecommendation.d.ts.map +1 -0
- package/types/fhir-ts/ImmunizationRecommendation_Recommendation.d.ts +92 -0
- package/types/fhir-ts/ImmunizationRecommendation_Recommendation.d.ts.map +1 -0
- package/types/fhir-ts/ImmunizationRecommendation_Recommendation_DateCriterion.d.ts +35 -0
- package/types/fhir-ts/ImmunizationRecommendation_Recommendation_DateCriterion.d.ts.map +1 -0
- package/types/fhir-ts/Immunization_Performer.d.ts +41 -0
- package/types/fhir-ts/Immunization_Performer.d.ts.map +1 -0
- package/types/fhir-ts/Immunization_ProgramEligibility.d.ts +34 -0
- package/types/fhir-ts/Immunization_ProgramEligibility.d.ts.map +1 -0
- package/types/fhir-ts/Immunization_ProtocolApplied.d.ts +54 -0
- package/types/fhir-ts/Immunization_ProtocolApplied.d.ts.map +1 -0
- package/types/fhir-ts/Immunization_Reaction.d.ts +41 -0
- package/types/fhir-ts/Immunization_Reaction.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide.d.ts +220 -0
- package/types/fhir-ts/ImplementationGuide.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Definition.d.ts +48 -0
- package/types/fhir-ts/ImplementationGuide_Definition.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Grouping.d.ts +34 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Grouping.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Page.d.ts +61 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Page.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Parameter.d.ts +35 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Resource.d.ts +71 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Resource.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Template.d.ts +39 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Template.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_DependsOn.d.ts +47 -0
- package/types/fhir-ts/ImplementationGuide_DependsOn.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Global.d.ts +35 -0
- package/types/fhir-ts/ImplementationGuide_Global.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Manifest.d.ts +49 -0
- package/types/fhir-ts/ImplementationGuide_Manifest.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Manifest_Page.d.ts +41 -0
- package/types/fhir-ts/ImplementationGuide_Manifest_Page.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Manifest_Resource.d.ts +54 -0
- package/types/fhir-ts/ImplementationGuide_Manifest_Resource.d.ts.map +1 -0
- package/types/fhir-ts/Ingredient.d.ts +118 -0
- package/types/fhir-ts/Ingredient.d.ts.map +1 -0
- package/types/fhir-ts/Ingredient_Manufacturer.d.ts +36 -0
- package/types/fhir-ts/Ingredient_Manufacturer.d.ts.map +1 -0
- package/types/fhir-ts/Ingredient_Substance.d.ts +35 -0
- package/types/fhir-ts/Ingredient_Substance.d.ts.map +1 -0
- package/types/fhir-ts/Ingredient_Substance_Strength.d.ts +98 -0
- package/types/fhir-ts/Ingredient_Substance_Strength.d.ts.map +1 -0
- package/types/fhir-ts/Ingredient_Substance_Strength_ReferenceStrength.d.ts +60 -0
- package/types/fhir-ts/Ingredient_Substance_Strength_ReferenceStrength.d.ts.map +1 -0
- package/types/fhir-ts/InsurancePlan.d.ts +143 -0
- package/types/fhir-ts/InsurancePlan.d.ts.map +1 -0
- package/types/fhir-ts/InsurancePlan_Coverage.d.ts +42 -0
- package/types/fhir-ts/InsurancePlan_Coverage.d.ts.map +1 -0
- package/types/fhir-ts/InsurancePlan_Coverage_Benefit.d.ts +40 -0
- package/types/fhir-ts/InsurancePlan_Coverage_Benefit.d.ts.map +1 -0
- package/types/fhir-ts/InsurancePlan_Coverage_Benefit_Limit.d.ts +37 -0
- package/types/fhir-ts/InsurancePlan_Coverage_Benefit_Limit.d.ts.map +1 -0
- package/types/fhir-ts/InsurancePlan_Plan.d.ts +59 -0
- package/types/fhir-ts/InsurancePlan_Plan.d.ts.map +1 -0
- package/types/fhir-ts/InsurancePlan_Plan_GeneralCost.d.ts +46 -0
- package/types/fhir-ts/InsurancePlan_Plan_GeneralCost.d.ts.map +1 -0
- package/types/fhir-ts/InsurancePlan_Plan_SpecificCost.d.ts +34 -0
- package/types/fhir-ts/InsurancePlan_Plan_SpecificCost.d.ts.map +1 -0
- package/types/fhir-ts/InsurancePlan_Plan_SpecificCost_Benefit.d.ts +34 -0
- package/types/fhir-ts/InsurancePlan_Plan_SpecificCost_Benefit.d.ts.map +1 -0
- package/types/fhir-ts/InsurancePlan_Plan_SpecificCost_Benefit_Cost.d.ts +45 -0
- package/types/fhir-ts/InsurancePlan_Plan_SpecificCost_Benefit_Cost.d.ts.map +1 -0
- package/types/fhir-ts/InventoryItem.d.ts +139 -0
- package/types/fhir-ts/InventoryItem.d.ts.map +1 -0
- package/types/fhir-ts/InventoryItem_Association.d.ts +48 -0
- package/types/fhir-ts/InventoryItem_Association.d.ts.map +1 -0
- package/types/fhir-ts/InventoryItem_Characteristic.d.ts +101 -0
- package/types/fhir-ts/InventoryItem_Characteristic.d.ts.map +1 -0
- package/types/fhir-ts/InventoryItem_Description.d.ts +34 -0
- package/types/fhir-ts/InventoryItem_Description.d.ts.map +1 -0
- package/types/fhir-ts/InventoryItem_Instance.d.ts +54 -0
- package/types/fhir-ts/InventoryItem_Instance.d.ts.map +1 -0
- package/types/fhir-ts/InventoryItem_Name.d.ts +40 -0
- package/types/fhir-ts/InventoryItem_Name.d.ts.map +1 -0
- package/types/fhir-ts/InventoryItem_ResponsibleOrganization.d.ts +36 -0
- package/types/fhir-ts/InventoryItem_ResponsibleOrganization.d.ts.map +1 -0
- package/types/fhir-ts/InventoryReport.d.ts +120 -0
- package/types/fhir-ts/InventoryReport.d.ts.map +1 -0
- package/types/fhir-ts/InventoryReport_InventoryListing.d.ts +47 -0
- package/types/fhir-ts/InventoryReport_InventoryListing.d.ts.map +1 -0
- package/types/fhir-ts/InventoryReport_InventoryListing_Item.d.ts +46 -0
- package/types/fhir-ts/InventoryReport_InventoryListing_Item.d.ts.map +1 -0
- package/types/fhir-ts/Invoice.d.ts +175 -0
- package/types/fhir-ts/Invoice.d.ts.map +1 -0
- package/types/fhir-ts/Invoice_LineItem.d.ts +58 -0
- package/types/fhir-ts/Invoice_LineItem.d.ts.map +1 -0
- package/types/fhir-ts/Invoice_Participant.d.ts +41 -0
- package/types/fhir-ts/Invoice_Participant.d.ts.map +1 -0
- package/types/fhir-ts/Library.d.ts +288 -0
- package/types/fhir-ts/Library.d.ts.map +1 -0
- package/types/fhir-ts/Linkage.d.ts +81 -0
- package/types/fhir-ts/Linkage.d.ts.map +1 -0
- package/types/fhir-ts/Linkage_Item.d.ts +36 -0
- package/types/fhir-ts/Linkage_Item.d.ts.map +1 -0
- package/types/fhir-ts/List.d.ts +146 -0
- package/types/fhir-ts/List.d.ts.map +1 -0
- package/types/fhir-ts/List_Entry.d.ts +49 -0
- package/types/fhir-ts/List_Entry.d.ts.map +1 -0
- package/types/fhir-ts/Location.d.ts +183 -0
- package/types/fhir-ts/Location.d.ts.map +1 -0
- package/types/fhir-ts/Location_Position.d.ts +39 -0
- package/types/fhir-ts/Location_Position.d.ts.map +1 -0
- package/types/fhir-ts/ManufacturedItemDefinition.d.ts +117 -0
- package/types/fhir-ts/ManufacturedItemDefinition.d.ts.map +1 -0
- package/types/fhir-ts/ManufacturedItemDefinition_Component.d.ts +55 -0
- package/types/fhir-ts/ManufacturedItemDefinition_Component.d.ts.map +1 -0
- package/types/fhir-ts/ManufacturedItemDefinition_Component_Constituent.d.ts +47 -0
- package/types/fhir-ts/ManufacturedItemDefinition_Component_Constituent.d.ts.map +1 -0
- package/types/fhir-ts/ManufacturedItemDefinition_Property.d.ts +68 -0
- package/types/fhir-ts/ManufacturedItemDefinition_Property.d.ts.map +1 -0
- package/types/fhir-ts/MarketingStatus.d.ts +51 -0
- package/types/fhir-ts/MarketingStatus.d.ts.map +1 -0
- package/types/fhir-ts/Measure.d.ts +351 -0
- package/types/fhir-ts/Measure.d.ts.map +1 -0
- package/types/fhir-ts/MeasureReport.d.ts +169 -0
- package/types/fhir-ts/MeasureReport.d.ts.map +1 -0
- package/types/fhir-ts/MeasureReport_Group.d.ts +95 -0
- package/types/fhir-ts/MeasureReport_Group.d.ts.map +1 -0
- package/types/fhir-ts/MeasureReport_Group_Population.d.ts +61 -0
- package/types/fhir-ts/MeasureReport_Group_Population.d.ts.map +1 -0
- package/types/fhir-ts/MeasureReport_Group_Stratifier.d.ts +40 -0
- package/types/fhir-ts/MeasureReport_Group_Stratifier.d.ts.map +1 -0
- package/types/fhir-ts/MeasureReport_Group_Stratifier_Stratum.d.ts +95 -0
- package/types/fhir-ts/MeasureReport_Group_Stratifier_Stratum.d.ts.map +1 -0
- package/types/fhir-ts/MeasureReport_Group_Stratifier_Stratum_Component.d.ts +63 -0
- package/types/fhir-ts/MeasureReport_Group_Stratifier_Stratum_Component.d.ts.map +1 -0
- package/types/fhir-ts/MeasureReport_Group_Stratifier_Stratum_Population.d.ts +61 -0
- package/types/fhir-ts/MeasureReport_Group_Stratifier_Stratum_Population.d.ts.map +1 -0
- package/types/fhir-ts/Measure_Group.d.ts +105 -0
- package/types/fhir-ts/Measure_Group.d.ts.map +1 -0
- package/types/fhir-ts/Measure_Group_Population.d.ts +68 -0
- package/types/fhir-ts/Measure_Group_Population.d.ts.map +1 -0
- package/types/fhir-ts/Measure_Group_Stratifier.d.ts +62 -0
- package/types/fhir-ts/Measure_Group_Stratifier.d.ts.map +1 -0
- package/types/fhir-ts/Measure_Group_Stratifier_Component.d.ts +57 -0
- package/types/fhir-ts/Measure_Group_Stratifier_Component.d.ts.map +1 -0
- package/types/fhir-ts/Measure_SupplementalData.d.ts +54 -0
- package/types/fhir-ts/Measure_SupplementalData.d.ts.map +1 -0
- package/types/fhir-ts/Measure_Term.d.ts +35 -0
- package/types/fhir-ts/Measure_Term.d.ts.map +1 -0
- package/types/fhir-ts/Medication.d.ts +116 -0
- package/types/fhir-ts/Medication.d.ts.map +1 -0
- package/types/fhir-ts/MedicationAdministration.d.ts +202 -0
- package/types/fhir-ts/MedicationAdministration.d.ts.map +1 -0
- package/types/fhir-ts/MedicationAdministration_Dosage.d.ts +67 -0
- package/types/fhir-ts/MedicationAdministration_Dosage.d.ts.map +1 -0
- package/types/fhir-ts/MedicationAdministration_Performer.d.ts +40 -0
- package/types/fhir-ts/MedicationAdministration_Performer.d.ts.map +1 -0
- package/types/fhir-ts/MedicationDispense.d.ts +228 -0
- package/types/fhir-ts/MedicationDispense.d.ts.map +1 -0
- package/types/fhir-ts/MedicationDispense_Performer.d.ts +42 -0
- package/types/fhir-ts/MedicationDispense_Performer.d.ts.map +1 -0
- package/types/fhir-ts/MedicationDispense_Substitution.d.ts +49 -0
- package/types/fhir-ts/MedicationDispense_Substitution.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge.d.ts +171 -0
- package/types/fhir-ts/MedicationKnowledge.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_Cost.d.ts +52 -0
- package/types/fhir-ts/MedicationKnowledge_Cost.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_Definitional.d.ts +52 -0
- package/types/fhir-ts/MedicationKnowledge_Definitional.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_Definitional_DrugCharacteristic.d.ts +57 -0
- package/types/fhir-ts/MedicationKnowledge_Definitional_DrugCharacteristic.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_Definitional_Ingredient.d.ts +53 -0
- package/types/fhir-ts/MedicationKnowledge_Definitional_Ingredient.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_IndicationGuideline.d.ts +35 -0
- package/types/fhir-ts/MedicationKnowledge_IndicationGuideline.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_IndicationGuideline_DosingGuideline.d.ts +44 -0
- package/types/fhir-ts/MedicationKnowledge_IndicationGuideline_DosingGuideline.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_IndicationGuideline_DosingGuideline_Dosage.d.ts +35 -0
- package/types/fhir-ts/MedicationKnowledge_IndicationGuideline_DosingGuideline_Dosage.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_IndicationGuideline_DosingGuideline_PatientCharacteristic.d.ts +46 -0
- package/types/fhir-ts/MedicationKnowledge_IndicationGuideline_DosingGuideline_PatientCharacteristic.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_MedicineClassification.d.ts +45 -0
- package/types/fhir-ts/MedicationKnowledge_MedicineClassification.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_MonitoringProgram.d.ts +35 -0
- package/types/fhir-ts/MedicationKnowledge_MonitoringProgram.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_Monograph.d.ts +36 -0
- package/types/fhir-ts/MedicationKnowledge_Monograph.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_Packaging.d.ts +35 -0
- package/types/fhir-ts/MedicationKnowledge_Packaging.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_Regulatory.d.ts +46 -0
- package/types/fhir-ts/MedicationKnowledge_Regulatory.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_Regulatory_MaxDispense.d.ts +35 -0
- package/types/fhir-ts/MedicationKnowledge_Regulatory_MaxDispense.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_Regulatory_Substitution.d.ts +35 -0
- package/types/fhir-ts/MedicationKnowledge_Regulatory_Substitution.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_RelatedMedicationKnowledge.d.ts +36 -0
- package/types/fhir-ts/MedicationKnowledge_RelatedMedicationKnowledge.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_StorageGuideline.d.ts +46 -0
- package/types/fhir-ts/MedicationKnowledge_StorageGuideline.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_StorageGuideline_EnvironmentalSetting.d.ts +46 -0
- package/types/fhir-ts/MedicationKnowledge_StorageGuideline_EnvironmentalSetting.d.ts.map +1 -0
- package/types/fhir-ts/MedicationRequest.d.ts +284 -0
- package/types/fhir-ts/MedicationRequest.d.ts.map +1 -0
- package/types/fhir-ts/MedicationRequest_DispenseRequest.d.ts +79 -0
- package/types/fhir-ts/MedicationRequest_DispenseRequest.d.ts.map +1 -0
- package/types/fhir-ts/MedicationRequest_DispenseRequest_InitialFill.d.ts +35 -0
- package/types/fhir-ts/MedicationRequest_DispenseRequest_InitialFill.d.ts.map +1 -0
- package/types/fhir-ts/MedicationRequest_Substitution.d.ts +40 -0
- package/types/fhir-ts/MedicationRequest_Substitution.d.ts.map +1 -0
- package/types/fhir-ts/MedicationStatement.d.ts +184 -0
- package/types/fhir-ts/MedicationStatement.d.ts.map +1 -0
- package/types/fhir-ts/MedicationStatement_Adherence.d.ts +35 -0
- package/types/fhir-ts/MedicationStatement_Adherence.d.ts.map +1 -0
- package/types/fhir-ts/Medication_Batch.d.ts +34 -0
- package/types/fhir-ts/Medication_Batch.d.ts.map +1 -0
- package/types/fhir-ts/Medication_Ingredient.d.ts +55 -0
- package/types/fhir-ts/Medication_Ingredient.d.ts.map +1 -0
- package/types/fhir-ts/MedicinalProductDefinition.d.ts +217 -0
- package/types/fhir-ts/MedicinalProductDefinition.d.ts.map +1 -0
- package/types/fhir-ts/MedicinalProductDefinition_Characteristic.d.ts +67 -0
- package/types/fhir-ts/MedicinalProductDefinition_Characteristic.d.ts.map +1 -0
- package/types/fhir-ts/MedicinalProductDefinition_Contact.d.ts +37 -0
- package/types/fhir-ts/MedicinalProductDefinition_Contact.d.ts.map +1 -0
- package/types/fhir-ts/MedicinalProductDefinition_CrossReference.d.ts +36 -0
- package/types/fhir-ts/MedicinalProductDefinition_CrossReference.d.ts.map +1 -0
- package/types/fhir-ts/MedicinalProductDefinition_Name.d.ts +45 -0
- package/types/fhir-ts/MedicinalProductDefinition_Name.d.ts.map +1 -0
- package/types/fhir-ts/MedicinalProductDefinition_Name_Part.d.ts +35 -0
- package/types/fhir-ts/MedicinalProductDefinition_Name_Part.d.ts.map +1 -0
- package/types/fhir-ts/MedicinalProductDefinition_Name_Usage.d.ts +39 -0
- package/types/fhir-ts/MedicinalProductDefinition_Name_Usage.d.ts.map +1 -0
- package/types/fhir-ts/MedicinalProductDefinition_Operation.d.ts +50 -0
- package/types/fhir-ts/MedicinalProductDefinition_Operation.d.ts.map +1 -0
- package/types/fhir-ts/MessageDefinition.d.ts +235 -0
- package/types/fhir-ts/MessageDefinition.d.ts.map +1 -0
- package/types/fhir-ts/MessageDefinition_AllowedResponse.d.ts +34 -0
- package/types/fhir-ts/MessageDefinition_AllowedResponse.d.ts.map +1 -0
- package/types/fhir-ts/MessageDefinition_Focus.d.ts +46 -0
- package/types/fhir-ts/MessageDefinition_Focus.d.ts.map +1 -0
- package/types/fhir-ts/MessageHeader.d.ts +127 -0
- package/types/fhir-ts/MessageHeader.d.ts.map +1 -0
- package/types/fhir-ts/MessageHeader_Destination.d.ts +54 -0
- package/types/fhir-ts/MessageHeader_Destination.d.ts.map +1 -0
- package/types/fhir-ts/MessageHeader_Response.d.ts +44 -0
- package/types/fhir-ts/MessageHeader_Response.d.ts.map +1 -0
- package/types/fhir-ts/MessageHeader_Source.d.ts +56 -0
- package/types/fhir-ts/MessageHeader_Source.d.ts.map +1 -0
- package/types/fhir-ts/Meta.d.ts +55 -0
- package/types/fhir-ts/Meta.d.ts.map +1 -0
- package/types/fhir-ts/MetadataResource.d.ts +246 -0
- package/types/fhir-ts/MetadataResource.d.ts.map +1 -0
- package/types/fhir-ts/MolecularSequence.d.ts +122 -0
- package/types/fhir-ts/MolecularSequence.d.ts.map +1 -0
- package/types/fhir-ts/MolecularSequence_Relative.d.ts +51 -0
- package/types/fhir-ts/MolecularSequence_Relative.d.ts.map +1 -0
- package/types/fhir-ts/MolecularSequence_Relative_Edit.d.ts +44 -0
- package/types/fhir-ts/MolecularSequence_Relative_Edit.d.ts.map +1 -0
- package/types/fhir-ts/MolecularSequence_Relative_StartingSequence.d.ts +71 -0
- package/types/fhir-ts/MolecularSequence_Relative_StartingSequence.d.ts.map +1 -0
- package/types/fhir-ts/MonetaryComponent.d.ts +38 -0
- package/types/fhir-ts/MonetaryComponent.d.ts.map +1 -0
- package/types/fhir-ts/Money.d.ts +27 -0
- package/types/fhir-ts/Money.d.ts.map +1 -0
- package/types/fhir-ts/NamingSystem.d.ts +270 -0
- package/types/fhir-ts/NamingSystem.d.ts.map +1 -0
- package/types/fhir-ts/NamingSystem_UniqueId.d.ts +61 -0
- package/types/fhir-ts/NamingSystem_UniqueId.d.ts.map +1 -0
- package/types/fhir-ts/Narrative.d.ts +27 -0
- package/types/fhir-ts/Narrative.d.ts.map +1 -0
- package/types/fhir-ts/NutritionIntake.d.ts +195 -0
- package/types/fhir-ts/NutritionIntake.d.ts.map +1 -0
- package/types/fhir-ts/NutritionIntake_ConsumedItem.d.ts +65 -0
- package/types/fhir-ts/NutritionIntake_ConsumedItem.d.ts.map +1 -0
- package/types/fhir-ts/NutritionIntake_IngredientLabel.d.ts +36 -0
- package/types/fhir-ts/NutritionIntake_IngredientLabel.d.ts.map +1 -0
- package/types/fhir-ts/NutritionIntake_Performer.d.ts +42 -0
- package/types/fhir-ts/NutritionIntake_Performer.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder.d.ts +201 -0
- package/types/fhir-ts/NutritionOrder.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_EnteralFormula.d.ts +75 -0
- package/types/fhir-ts/NutritionOrder_EnteralFormula.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_EnteralFormula_Additive.d.ts +42 -0
- package/types/fhir-ts/NutritionOrder_EnteralFormula_Additive.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_EnteralFormula_Administration.d.ts +45 -0
- package/types/fhir-ts/NutritionOrder_EnteralFormula_Administration.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_EnteralFormula_Administration_Schedule.d.ts +41 -0
- package/types/fhir-ts/NutritionOrder_EnteralFormula_Administration_Schedule.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_OralDiet.d.ts +56 -0
- package/types/fhir-ts/NutritionOrder_OralDiet.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_OralDiet_Nutrient.d.ts +35 -0
- package/types/fhir-ts/NutritionOrder_OralDiet_Nutrient.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_OralDiet_Schedule.d.ts +41 -0
- package/types/fhir-ts/NutritionOrder_OralDiet_Schedule.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_OralDiet_Texture.d.ts +36 -0
- package/types/fhir-ts/NutritionOrder_OralDiet_Texture.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_Supplement.d.ts +53 -0
- package/types/fhir-ts/NutritionOrder_Supplement.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_Supplement_Schedule.d.ts +41 -0
- package/types/fhir-ts/NutritionOrder_Supplement_Schedule.d.ts.map +1 -0
- package/types/fhir-ts/NutritionProduct.d.ts +118 -0
- package/types/fhir-ts/NutritionProduct.d.ts.map +1 -0
- package/types/fhir-ts/NutritionProduct_Characteristic.d.ts +62 -0
- package/types/fhir-ts/NutritionProduct_Characteristic.d.ts.map +1 -0
- package/types/fhir-ts/NutritionProduct_Ingredient.d.ts +36 -0
- package/types/fhir-ts/NutritionProduct_Ingredient.d.ts.map +1 -0
- package/types/fhir-ts/NutritionProduct_Instance.d.ts +62 -0
- package/types/fhir-ts/NutritionProduct_Instance.d.ts.map +1 -0
- package/types/fhir-ts/NutritionProduct_Nutrient.d.ts +36 -0
- package/types/fhir-ts/NutritionProduct_Nutrient.d.ts.map +1 -0
- package/types/fhir-ts/Observation.d.ts +341 -0
- package/types/fhir-ts/Observation.d.ts.map +1 -0
- package/types/fhir-ts/ObservationDefinition.d.ts +302 -0
- package/types/fhir-ts/ObservationDefinition.d.ts.map +1 -0
- package/types/fhir-ts/ObservationDefinition_Component.d.ts +46 -0
- package/types/fhir-ts/ObservationDefinition_Component.d.ts.map +1 -0
- package/types/fhir-ts/ObservationDefinition_QualifiedValue.d.ts +88 -0
- package/types/fhir-ts/ObservationDefinition_QualifiedValue.d.ts.map +1 -0
- package/types/fhir-ts/Observation_Component.d.ts +123 -0
- package/types/fhir-ts/Observation_Component.d.ts.map +1 -0
- package/types/fhir-ts/Observation_ReferenceRange.d.ts +64 -0
- package/types/fhir-ts/Observation_ReferenceRange.d.ts.map +1 -0
- package/types/fhir-ts/Observation_TriggeredBy.d.ts +42 -0
- package/types/fhir-ts/Observation_TriggeredBy.d.ts.map +1 -0
- package/types/fhir-ts/OperationDefinition.d.ts +258 -0
- package/types/fhir-ts/OperationDefinition.d.ts.map +1 -0
- package/types/fhir-ts/OperationDefinition_Overload.d.ts +34 -0
- package/types/fhir-ts/OperationDefinition_Overload.d.ts.map +1 -0
- package/types/fhir-ts/OperationDefinition_Parameter.d.ts +96 -0
- package/types/fhir-ts/OperationDefinition_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/OperationDefinition_Parameter_Binding.d.ts +36 -0
- package/types/fhir-ts/OperationDefinition_Parameter_Binding.d.ts.map +1 -0
- package/types/fhir-ts/OperationDefinition_Parameter_ReferencedFrom.d.ts +34 -0
- package/types/fhir-ts/OperationDefinition_Parameter_ReferencedFrom.d.ts.map +1 -0
- package/types/fhir-ts/OperationOutcome.d.ts +66 -0
- package/types/fhir-ts/OperationOutcome.d.ts.map +1 -0
- package/types/fhir-ts/OperationOutcome_Issue.d.ts +62 -0
- package/types/fhir-ts/OperationOutcome_Issue.d.ts.map +1 -0
- package/types/fhir-ts/Organization.d.ts +127 -0
- package/types/fhir-ts/Organization.d.ts.map +1 -0
- package/types/fhir-ts/OrganizationAffiliation.d.ts +134 -0
- package/types/fhir-ts/OrganizationAffiliation.d.ts.map +1 -0
- package/types/fhir-ts/Organization_Qualification.d.ts +48 -0
- package/types/fhir-ts/Organization_Qualification.d.ts.map +1 -0
- package/types/fhir-ts/PackagedProductDefinition.d.ts +144 -0
- package/types/fhir-ts/PackagedProductDefinition.d.ts.map +1 -0
- package/types/fhir-ts/PackagedProductDefinition_LegalStatusOfSupply.d.ts +34 -0
- package/types/fhir-ts/PackagedProductDefinition_LegalStatusOfSupply.d.ts.map +1 -0
- package/types/fhir-ts/PackagedProductDefinition_Packaging.d.ts +84 -0
- package/types/fhir-ts/PackagedProductDefinition_Packaging.d.ts.map +1 -0
- package/types/fhir-ts/PackagedProductDefinition_Packaging_ContainedItem.d.ts +40 -0
- package/types/fhir-ts/PackagedProductDefinition_Packaging_ContainedItem.d.ts.map +1 -0
- package/types/fhir-ts/PackagedProductDefinition_Packaging_Property.d.ts +57 -0
- package/types/fhir-ts/PackagedProductDefinition_Packaging_Property.d.ts.map +1 -0
- package/types/fhir-ts/ParameterDefinition.d.ts +51 -0
- package/types/fhir-ts/ParameterDefinition.d.ts.map +1 -0
- package/types/fhir-ts/Parameters.d.ts +37 -0
- package/types/fhir-ts/Parameters.d.ts.map +1 -0
- package/types/fhir-ts/Parameters_Parameter.d.ts +345 -0
- package/types/fhir-ts/Parameters_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/Patient.d.ts +181 -0
- package/types/fhir-ts/Patient.d.ts.map +1 -0
- package/types/fhir-ts/Patient_Communication.d.ts +37 -0
- package/types/fhir-ts/Patient_Communication.d.ts.map +1 -0
- package/types/fhir-ts/Patient_Contact.d.ts +67 -0
- package/types/fhir-ts/Patient_Contact.d.ts.map +1 -0
- package/types/fhir-ts/Patient_Link.d.ts +38 -0
- package/types/fhir-ts/Patient_Link.d.ts.map +1 -0
- package/types/fhir-ts/PaymentNotice.d.ts +131 -0
- package/types/fhir-ts/PaymentNotice.d.ts.map +1 -0
- package/types/fhir-ts/PaymentReconciliation.d.ts +223 -0
- package/types/fhir-ts/PaymentReconciliation.d.ts.map +1 -0
- package/types/fhir-ts/PaymentReconciliation_Allocation.d.ts +114 -0
- package/types/fhir-ts/PaymentReconciliation_Allocation.d.ts.map +1 -0
- package/types/fhir-ts/PaymentReconciliation_ProcessNote.d.ts +34 -0
- package/types/fhir-ts/PaymentReconciliation_ProcessNote.d.ts.map +1 -0
- package/types/fhir-ts/Period.d.ts +28 -0
- package/types/fhir-ts/Period.d.ts.map +1 -0
- package/types/fhir-ts/Permission.d.ts +106 -0
- package/types/fhir-ts/Permission.d.ts.map +1 -0
- package/types/fhir-ts/Permission_Justification.d.ts +37 -0
- package/types/fhir-ts/Permission_Justification.d.ts.map +1 -0
- package/types/fhir-ts/Permission_Rule.d.ts +45 -0
- package/types/fhir-ts/Permission_Rule.d.ts.map +1 -0
- package/types/fhir-ts/Permission_Rule_Activity.d.ts +49 -0
- package/types/fhir-ts/Permission_Rule_Activity.d.ts.map +1 -0
- package/types/fhir-ts/Permission_Rule_Data.d.ts +48 -0
- package/types/fhir-ts/Permission_Rule_Data.d.ts.map +1 -0
- package/types/fhir-ts/Permission_Rule_Data_Resource.d.ts +36 -0
- package/types/fhir-ts/Permission_Rule_Data_Resource.d.ts.map +1 -0
- package/types/fhir-ts/Person.d.ts +145 -0
- package/types/fhir-ts/Person.d.ts.map +1 -0
- package/types/fhir-ts/Person_Communication.d.ts +37 -0
- package/types/fhir-ts/Person_Communication.d.ts.map +1 -0
- package/types/fhir-ts/Person_Link.d.ts +39 -0
- package/types/fhir-ts/Person_Link.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition.d.ts +305 -0
- package/types/fhir-ts/PlanDefinition.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Action.d.ts +212 -0
- package/types/fhir-ts/PlanDefinition_Action.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Action_Condition.d.ts +37 -0
- package/types/fhir-ts/PlanDefinition_Action_Condition.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Action_DynamicValue.d.ts +37 -0
- package/types/fhir-ts/PlanDefinition_Action_DynamicValue.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Action_Input.d.ts +41 -0
- package/types/fhir-ts/PlanDefinition_Action_Input.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Action_Output.d.ts +41 -0
- package/types/fhir-ts/PlanDefinition_Action_Output.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Action_Participant.d.ts +69 -0
- package/types/fhir-ts/PlanDefinition_Action_Participant.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Action_RelatedAction.d.ts +51 -0
- package/types/fhir-ts/PlanDefinition_Action_RelatedAction.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Actor.d.ts +39 -0
- package/types/fhir-ts/PlanDefinition_Actor.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Actor_Option.d.ts +59 -0
- package/types/fhir-ts/PlanDefinition_Actor_Option.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Goal.d.ts +61 -0
- package/types/fhir-ts/PlanDefinition_Goal.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Goal_Target.d.ts +74 -0
- package/types/fhir-ts/PlanDefinition_Goal_Target.d.ts.map +1 -0
- package/types/fhir-ts/Practitioner.d.ts +139 -0
- package/types/fhir-ts/Practitioner.d.ts.map +1 -0
- package/types/fhir-ts/PractitionerRole.d.ts +156 -0
- package/types/fhir-ts/PractitionerRole.d.ts.map +1 -0
- package/types/fhir-ts/Practitioner_Communication.d.ts +37 -0
- package/types/fhir-ts/Practitioner_Communication.d.ts.map +1 -0
- package/types/fhir-ts/Practitioner_Qualification.d.ts +48 -0
- package/types/fhir-ts/Practitioner_Qualification.d.ts.map +1 -0
- package/types/fhir-ts/Procedure.d.ts +276 -0
- package/types/fhir-ts/Procedure.d.ts.map +1 -0
- package/types/fhir-ts/Procedure_FocalDevice.d.ts +36 -0
- package/types/fhir-ts/Procedure_FocalDevice.d.ts.map +1 -0
- package/types/fhir-ts/Procedure_Performer.d.ts +55 -0
- package/types/fhir-ts/Procedure_Performer.d.ts.map +1 -0
- package/types/fhir-ts/ProductShelfLife.d.ts +46 -0
- package/types/fhir-ts/ProductShelfLife.d.ts.map +1 -0
- package/types/fhir-ts/Provenance.d.ts +149 -0
- package/types/fhir-ts/Provenance.d.ts.map +1 -0
- package/types/fhir-ts/Provenance_Agent.d.ts +54 -0
- package/types/fhir-ts/Provenance_Agent.d.ts.map +1 -0
- package/types/fhir-ts/Provenance_Entity.d.ts +43 -0
- package/types/fhir-ts/Provenance_Entity.d.ts.map +1 -0
- package/types/fhir-ts/Quantity.d.ts +43 -0
- package/types/fhir-ts/Quantity.d.ts.map +1 -0
- package/types/fhir-ts/Questionnaire.d.ts +234 -0
- package/types/fhir-ts/Questionnaire.d.ts.map +1 -0
- package/types/fhir-ts/QuestionnaireResponse.d.ts +142 -0
- package/types/fhir-ts/QuestionnaireResponse.d.ts.map +1 -0
- package/types/fhir-ts/QuestionnaireResponse_Item.d.ts +54 -0
- package/types/fhir-ts/QuestionnaireResponse_Item.d.ts.map +1 -0
- package/types/fhir-ts/QuestionnaireResponse_Item_Answer.d.ts +94 -0
- package/types/fhir-ts/QuestionnaireResponse_Item_Answer.d.ts.map +1 -0
- package/types/fhir-ts/Questionnaire_Item.d.ts +135 -0
- package/types/fhir-ts/Questionnaire_Item.d.ts.map +1 -0
- package/types/fhir-ts/Questionnaire_Item_AnswerOption.d.ts +61 -0
- package/types/fhir-ts/Questionnaire_Item_AnswerOption.d.ts.map +1 -0
- package/types/fhir-ts/Questionnaire_Item_EnableWhen.d.ts +88 -0
- package/types/fhir-ts/Questionnaire_Item_EnableWhen.d.ts.map +1 -0
- package/types/fhir-ts/Questionnaire_Item_Initial.d.ts +88 -0
- package/types/fhir-ts/Questionnaire_Item_Initial.d.ts.map +1 -0
- package/types/fhir-ts/Range.d.ts +28 -0
- package/types/fhir-ts/Range.d.ts.map +1 -0
- package/types/fhir-ts/Ratio.d.ts +26 -0
- package/types/fhir-ts/Ratio.d.ts.map +1 -0
- package/types/fhir-ts/RatioRange.d.ts +33 -0
- package/types/fhir-ts/RatioRange.d.ts.map +1 -0
- package/types/fhir-ts/Reference.d.ts +12 -0
- package/types/fhir-ts/Reference.d.ts.map +1 -0
- package/types/fhir-ts/RegulatedAuthorization.d.ts +158 -0
- package/types/fhir-ts/RegulatedAuthorization.d.ts.map +1 -0
- package/types/fhir-ts/RegulatedAuthorization_Case.d.ts +57 -0
- package/types/fhir-ts/RegulatedAuthorization_Case.d.ts.map +1 -0
- package/types/fhir-ts/RelatedArtifact.d.ts +74 -0
- package/types/fhir-ts/RelatedArtifact.d.ts.map +1 -0
- package/types/fhir-ts/RelatedPerson.d.ts +135 -0
- package/types/fhir-ts/RelatedPerson.d.ts.map +1 -0
- package/types/fhir-ts/RelatedPerson_Communication.d.ts +37 -0
- package/types/fhir-ts/RelatedPerson_Communication.d.ts.map +1 -0
- package/types/fhir-ts/RequestOrchestration.d.ts +175 -0
- package/types/fhir-ts/RequestOrchestration.d.ts.map +1 -0
- package/types/fhir-ts/RequestOrchestration_Action.d.ts +204 -0
- package/types/fhir-ts/RequestOrchestration_Action.d.ts.map +1 -0
- package/types/fhir-ts/RequestOrchestration_Action_Condition.d.ts +37 -0
- package/types/fhir-ts/RequestOrchestration_Action_Condition.d.ts.map +1 -0
- package/types/fhir-ts/RequestOrchestration_Action_DynamicValue.d.ts +37 -0
- package/types/fhir-ts/RequestOrchestration_Action_DynamicValue.d.ts.map +1 -0
- package/types/fhir-ts/RequestOrchestration_Action_Input.d.ts +41 -0
- package/types/fhir-ts/RequestOrchestration_Action_Input.d.ts.map +1 -0
- package/types/fhir-ts/RequestOrchestration_Action_Output.d.ts +41 -0
- package/types/fhir-ts/RequestOrchestration_Action_Output.d.ts.map +1 -0
- package/types/fhir-ts/RequestOrchestration_Action_Participant.d.ts +74 -0
- package/types/fhir-ts/RequestOrchestration_Action_Participant.d.ts.map +1 -0
- package/types/fhir-ts/RequestOrchestration_Action_RelatedAction.d.ts +51 -0
- package/types/fhir-ts/RequestOrchestration_Action_RelatedAction.d.ts.map +1 -0
- package/types/fhir-ts/Requirements.d.ts +205 -0
- package/types/fhir-ts/Requirements.d.ts.map +1 -0
- package/types/fhir-ts/Requirements_Statement.d.ts +91 -0
- package/types/fhir-ts/Requirements_Statement.d.ts.map +1 -0
- package/types/fhir-ts/ResearchStudy.d.ts +238 -0
- package/types/fhir-ts/ResearchStudy.d.ts.map +1 -0
- package/types/fhir-ts/ResearchStudy_AssociatedParty.d.ts +57 -0
- package/types/fhir-ts/ResearchStudy_AssociatedParty.d.ts.map +1 -0
- package/types/fhir-ts/ResearchStudy_ComparisonGroup.d.ts +58 -0
- package/types/fhir-ts/ResearchStudy_ComparisonGroup.d.ts.map +1 -0
- package/types/fhir-ts/ResearchStudy_Label.d.ts +35 -0
- package/types/fhir-ts/ResearchStudy_Label.d.ts.map +1 -0
- package/types/fhir-ts/ResearchStudy_Objective.d.ts +40 -0
- package/types/fhir-ts/ResearchStudy_Objective.d.ts.map +1 -0
- package/types/fhir-ts/ResearchStudy_OutcomeMeasure.d.ts +47 -0
- package/types/fhir-ts/ResearchStudy_OutcomeMeasure.d.ts.map +1 -0
- package/types/fhir-ts/ResearchStudy_ProgressStatus.d.ts +41 -0
- package/types/fhir-ts/ResearchStudy_ProgressStatus.d.ts.map +1 -0
- package/types/fhir-ts/ResearchStudy_Recruitment.d.ts +47 -0
- package/types/fhir-ts/ResearchStudy_Recruitment.d.ts.map +1 -0
- package/types/fhir-ts/ResearchSubject.d.ts +119 -0
- package/types/fhir-ts/ResearchSubject.d.ts.map +1 -0
- package/types/fhir-ts/ResearchSubject_Progress.d.ts +57 -0
- package/types/fhir-ts/ResearchSubject_Progress.d.ts.map +1 -0
- package/types/fhir-ts/Resource.d.ts +32 -0
- package/types/fhir-ts/Resource.d.ts.map +1 -0
- package/types/fhir-ts/RiskAssessment.d.ts +163 -0
- package/types/fhir-ts/RiskAssessment.d.ts.map +1 -0
- package/types/fhir-ts/RiskAssessment_Prediction.d.ts +67 -0
- package/types/fhir-ts/RiskAssessment_Prediction.d.ts.map +1 -0
- package/types/fhir-ts/SampledData.d.ts +72 -0
- package/types/fhir-ts/SampledData.d.ts.map +1 -0
- package/types/fhir-ts/Schedule.d.ts +122 -0
- package/types/fhir-ts/Schedule.d.ts.map +1 -0
- package/types/fhir-ts/SearchParameter.d.ts +268 -0
- package/types/fhir-ts/SearchParameter.d.ts.map +1 -0
- package/types/fhir-ts/SearchParameter_Component.d.ts +35 -0
- package/types/fhir-ts/SearchParameter_Component.d.ts.map +1 -0
- package/types/fhir-ts/ServiceRequest.d.ts +305 -0
- package/types/fhir-ts/ServiceRequest.d.ts.map +1 -0
- package/types/fhir-ts/ServiceRequest_OrderDetail.d.ts +42 -0
- package/types/fhir-ts/ServiceRequest_OrderDetail.d.ts.map +1 -0
- package/types/fhir-ts/ServiceRequest_OrderDetail_Parameter.d.ts +69 -0
- package/types/fhir-ts/ServiceRequest_OrderDetail_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/ServiceRequest_PatientInstruction.d.ts +35 -0
- package/types/fhir-ts/ServiceRequest_PatientInstruction.d.ts.map +1 -0
- package/types/fhir-ts/Signature.d.ts +65 -0
- package/types/fhir-ts/Signature.d.ts.map +1 -0
- package/types/fhir-ts/Slot.d.ts +123 -0
- package/types/fhir-ts/Slot.d.ts.map +1 -0
- package/types/fhir-ts/Specimen.d.ts +157 -0
- package/types/fhir-ts/Specimen.d.ts.map +1 -0
- package/types/fhir-ts/SpecimenDefinition.d.ts +244 -0
- package/types/fhir-ts/SpecimenDefinition.d.ts.map +1 -0
- package/types/fhir-ts/SpecimenDefinition_TypeTested.d.ts +76 -0
- package/types/fhir-ts/SpecimenDefinition_TypeTested.d.ts.map +1 -0
- package/types/fhir-ts/SpecimenDefinition_TypeTested_Container.d.ts +72 -0
- package/types/fhir-ts/SpecimenDefinition_TypeTested_Container.d.ts.map +1 -0
- package/types/fhir-ts/SpecimenDefinition_TypeTested_Container_Additive.d.ts +35 -0
- package/types/fhir-ts/SpecimenDefinition_TypeTested_Container_Additive.d.ts.map +1 -0
- package/types/fhir-ts/SpecimenDefinition_TypeTested_Handling.d.ts +47 -0
- package/types/fhir-ts/SpecimenDefinition_TypeTested_Handling.d.ts.map +1 -0
- package/types/fhir-ts/Specimen_Collection.d.ts +93 -0
- package/types/fhir-ts/Specimen_Collection.d.ts.map +1 -0
- package/types/fhir-ts/Specimen_Container.d.ts +42 -0
- package/types/fhir-ts/Specimen_Container.d.ts.map +1 -0
- package/types/fhir-ts/Specimen_Feature.d.ts +35 -0
- package/types/fhir-ts/Specimen_Feature.d.ts.map +1 -0
- package/types/fhir-ts/Specimen_Processing.d.ts +53 -0
- package/types/fhir-ts/Specimen_Processing.d.ts.map +1 -0
- package/types/fhir-ts/StructureDefinition.d.ts +258 -0
- package/types/fhir-ts/StructureDefinition.d.ts.map +1 -0
- package/types/fhir-ts/StructureDefinition_Context.d.ts +34 -0
- package/types/fhir-ts/StructureDefinition_Context.d.ts.map +1 -0
- package/types/fhir-ts/StructureDefinition_Differential.d.ts +29 -0
- package/types/fhir-ts/StructureDefinition_Differential.d.ts.map +1 -0
- package/types/fhir-ts/StructureDefinition_Mapping.d.ts +46 -0
- package/types/fhir-ts/StructureDefinition_Mapping.d.ts.map +1 -0
- package/types/fhir-ts/StructureDefinition_Snapshot.d.ts +29 -0
- package/types/fhir-ts/StructureDefinition_Snapshot.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap.d.ts +204 -0
- package/types/fhir-ts/StructureMap.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap_Const.d.ts +34 -0
- package/types/fhir-ts/StructureMap_Const.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap_Group.d.ts +55 -0
- package/types/fhir-ts/StructureMap_Group.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap_Group_Input.d.ts +44 -0
- package/types/fhir-ts/StructureMap_Group_Input.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap_Group_Rule.d.ts +54 -0
- package/types/fhir-ts/StructureMap_Group_Rule.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap_Group_Rule_Dependent.d.ts +34 -0
- package/types/fhir-ts/StructureMap_Group_Rule_Dependent.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap_Group_Rule_Source.d.ts +81 -0
- package/types/fhir-ts/StructureMap_Group_Rule_Source.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap_Group_Rule_Target.d.ts +59 -0
- package/types/fhir-ts/StructureMap_Group_Rule_Target.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap_Group_Rule_Target_Parameter.d.ts +64 -0
- package/types/fhir-ts/StructureMap_Group_Rule_Target_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap_Structure.d.ts +45 -0
- package/types/fhir-ts/StructureMap_Structure.d.ts.map +1 -0
- package/types/fhir-ts/Subscription.d.ts +167 -0
- package/types/fhir-ts/Subscription.d.ts.map +1 -0
- package/types/fhir-ts/SubscriptionStatus.d.ts +101 -0
- package/types/fhir-ts/SubscriptionStatus.d.ts.map +1 -0
- package/types/fhir-ts/SubscriptionStatus_NotificationEvent.d.ts +47 -0
- package/types/fhir-ts/SubscriptionStatus_NotificationEvent.d.ts.map +1 -0
- package/types/fhir-ts/SubscriptionTopic.d.ts +231 -0
- package/types/fhir-ts/SubscriptionTopic.d.ts.map +1 -0
- package/types/fhir-ts/SubscriptionTopic_CanFilterBy.d.ts +59 -0
- package/types/fhir-ts/SubscriptionTopic_CanFilterBy.d.ts.map +1 -0
- package/types/fhir-ts/SubscriptionTopic_EventTrigger.d.ts +41 -0
- package/types/fhir-ts/SubscriptionTopic_EventTrigger.d.ts.map +1 -0
- package/types/fhir-ts/SubscriptionTopic_NotificationShape.d.ts +40 -0
- package/types/fhir-ts/SubscriptionTopic_NotificationShape.d.ts.map +1 -0
- package/types/fhir-ts/SubscriptionTopic_ResourceTrigger.d.ts +51 -0
- package/types/fhir-ts/SubscriptionTopic_ResourceTrigger.d.ts.map +1 -0
- package/types/fhir-ts/SubscriptionTopic_ResourceTrigger_QueryCriteria.d.ts +52 -0
- package/types/fhir-ts/SubscriptionTopic_ResourceTrigger_QueryCriteria.d.ts.map +1 -0
- package/types/fhir-ts/Subscription_FilterBy.d.ts +51 -0
- package/types/fhir-ts/Subscription_FilterBy.d.ts.map +1 -0
- package/types/fhir-ts/Subscription_Parameter.d.ts +34 -0
- package/types/fhir-ts/Subscription_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/Substance.d.ts +113 -0
- package/types/fhir-ts/Substance.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition.d.ts +191 -0
- package/types/fhir-ts/SubstanceDefinition.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_Characterization.d.ts +46 -0
- package/types/fhir-ts/SubstanceDefinition_Characterization.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_Code.d.ts +53 -0
- package/types/fhir-ts/SubstanceDefinition_Code.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_Moiety.d.ts +72 -0
- package/types/fhir-ts/SubstanceDefinition_Moiety.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_MolecularWeight.d.ts +40 -0
- package/types/fhir-ts/SubstanceDefinition_MolecularWeight.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_Name.d.ts +82 -0
- package/types/fhir-ts/SubstanceDefinition_Name.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_Name_Official.d.ts +40 -0
- package/types/fhir-ts/SubstanceDefinition_Name_Official.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_Property.d.ts +57 -0
- package/types/fhir-ts/SubstanceDefinition_Property.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_Relationship.d.ts +79 -0
- package/types/fhir-ts/SubstanceDefinition_Relationship.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_SourceMaterial.d.ts +49 -0
- package/types/fhir-ts/SubstanceDefinition_SourceMaterial.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_Structure.d.ts +67 -0
- package/types/fhir-ts/SubstanceDefinition_Structure.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_Structure_Representation.d.ts +47 -0
- package/types/fhir-ts/SubstanceDefinition_Structure_Representation.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceNucleicAcid.d.ts +87 -0
- package/types/fhir-ts/SubstanceNucleicAcid.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceNucleicAcid_Subunit.d.ts +66 -0
- package/types/fhir-ts/SubstanceNucleicAcid_Subunit.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceNucleicAcid_Subunit_Linkage.d.ts +45 -0
- package/types/fhir-ts/SubstanceNucleicAcid_Subunit_Linkage.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceNucleicAcid_Subunit_Sugar.d.ts +40 -0
- package/types/fhir-ts/SubstanceNucleicAcid_Subunit_Sugar.d.ts.map +1 -0
- package/types/fhir-ts/SubstancePolymer.d.ts +98 -0
- package/types/fhir-ts/SubstancePolymer.d.ts.map +1 -0
- package/types/fhir-ts/SubstancePolymer_MonomerSet.d.ts +34 -0
- package/types/fhir-ts/SubstancePolymer_MonomerSet.d.ts.map +1 -0
- package/types/fhir-ts/SubstancePolymer_MonomerSet_StartingMaterial.d.ts +46 -0
- package/types/fhir-ts/SubstancePolymer_MonomerSet_StartingMaterial.d.ts.map +1 -0
- package/types/fhir-ts/SubstancePolymer_Repeat.d.ts +40 -0
- package/types/fhir-ts/SubstancePolymer_Repeat.d.ts.map +1 -0
- package/types/fhir-ts/SubstancePolymer_Repeat_RepeatUnit.d.ts +50 -0
- package/types/fhir-ts/SubstancePolymer_Repeat_RepeatUnit.d.ts.map +1 -0
- package/types/fhir-ts/SubstancePolymer_Repeat_RepeatUnit_DegreeOfPolymerisation.d.ts +45 -0
- package/types/fhir-ts/SubstancePolymer_Repeat_RepeatUnit_DegreeOfPolymerisation.d.ts.map +1 -0
- package/types/fhir-ts/SubstancePolymer_Repeat_RepeatUnit_StructuralRepresentation.d.ts +46 -0
- package/types/fhir-ts/SubstancePolymer_Repeat_RepeatUnit_StructuralRepresentation.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceProtein.d.ts +82 -0
- package/types/fhir-ts/SubstanceProtein.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceProtein_Subunit.d.ts +66 -0
- package/types/fhir-ts/SubstanceProtein_Subunit.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceReferenceInformation.d.ts +81 -0
- package/types/fhir-ts/SubstanceReferenceInformation.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceReferenceInformation_Gene.d.ts +41 -0
- package/types/fhir-ts/SubstanceReferenceInformation_Gene.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceReferenceInformation_GeneElement.d.ts +42 -0
- package/types/fhir-ts/SubstanceReferenceInformation_GeneElement.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceReferenceInformation_Target.d.ts +80 -0
- package/types/fhir-ts/SubstanceReferenceInformation_Target.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceSourceMaterial.d.ts +128 -0
- package/types/fhir-ts/SubstanceSourceMaterial.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceSourceMaterial_FractionDescription.d.ts +35 -0
- package/types/fhir-ts/SubstanceSourceMaterial_FractionDescription.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceSourceMaterial_Organism.d.ts +65 -0
- package/types/fhir-ts/SubstanceSourceMaterial_Organism.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceSourceMaterial_Organism_Author.d.ts +35 -0
- package/types/fhir-ts/SubstanceSourceMaterial_Organism_Author.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceSourceMaterial_Organism_Hybrid.d.ts +50 -0
- package/types/fhir-ts/SubstanceSourceMaterial_Organism_Hybrid.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceSourceMaterial_Organism_OrganismGeneral.d.ts +44 -0
- package/types/fhir-ts/SubstanceSourceMaterial_Organism_OrganismGeneral.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceSourceMaterial_PartDescription.d.ts +34 -0
- package/types/fhir-ts/SubstanceSourceMaterial_PartDescription.d.ts.map +1 -0
- package/types/fhir-ts/Substance_Ingredient.d.ts +41 -0
- package/types/fhir-ts/Substance_Ingredient.d.ts.map +1 -0
- package/types/fhir-ts/SupplyDelivery.d.ts +143 -0
- package/types/fhir-ts/SupplyDelivery.d.ts.map +1 -0
- package/types/fhir-ts/SupplyDelivery_SuppliedItem.d.ts +41 -0
- package/types/fhir-ts/SupplyDelivery_SuppliedItem.d.ts.map +1 -0
- package/types/fhir-ts/SupplyRequest.d.ts +179 -0
- package/types/fhir-ts/SupplyRequest.d.ts.map +1 -0
- package/types/fhir-ts/SupplyRequest_Parameter.d.ts +52 -0
- package/types/fhir-ts/SupplyRequest_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/Task.d.ts +263 -0
- package/types/fhir-ts/Task.d.ts.map +1 -0
- package/types/fhir-ts/Task_Input.d.ts +334 -0
- package/types/fhir-ts/Task_Input.d.ts.map +1 -0
- package/types/fhir-ts/Task_Output.d.ts +333 -0
- package/types/fhir-ts/Task_Output.d.ts.map +1 -0
- package/types/fhir-ts/Task_Performer.d.ts +41 -0
- package/types/fhir-ts/Task_Performer.d.ts.map +1 -0
- package/types/fhir-ts/Task_Restriction.d.ts +50 -0
- package/types/fhir-ts/Task_Restriction.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities.d.ts +234 -0
- package/types/fhir-ts/TerminologyCapabilities.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_Closure.d.ts +29 -0
- package/types/fhir-ts/TerminologyCapabilities_Closure.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_CodeSystem.d.ts +44 -0
- package/types/fhir-ts/TerminologyCapabilities_CodeSystem.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_CodeSystem_Version.d.ts +54 -0
- package/types/fhir-ts/TerminologyCapabilities_CodeSystem_Version.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_CodeSystem_Version_Filter.d.ts +34 -0
- package/types/fhir-ts/TerminologyCapabilities_CodeSystem_Version_Filter.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_Expansion.d.ts +50 -0
- package/types/fhir-ts/TerminologyCapabilities_Expansion.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_Expansion_Parameter.d.ts +34 -0
- package/types/fhir-ts/TerminologyCapabilities_Expansion_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_Implementation.d.ts +34 -0
- package/types/fhir-ts/TerminologyCapabilities_Implementation.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_Software.d.ts +35 -0
- package/types/fhir-ts/TerminologyCapabilities_Software.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_Translation.d.ts +29 -0
- package/types/fhir-ts/TerminologyCapabilities_Translation.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_ValidateCode.d.ts +29 -0
- package/types/fhir-ts/TerminologyCapabilities_ValidateCode.d.ts.map +1 -0
- package/types/fhir-ts/TestPlan.d.ts +214 -0
- package/types/fhir-ts/TestPlan.d.ts.map +1 -0
- package/types/fhir-ts/TestPlan_Dependency.d.ts +35 -0
- package/types/fhir-ts/TestPlan_Dependency.d.ts.map +1 -0
- package/types/fhir-ts/TestPlan_TestCase.d.ts +55 -0
- package/types/fhir-ts/TestPlan_TestCase.d.ts.map +1 -0
- package/types/fhir-ts/TestPlan_TestCase_Assertion.d.ts +40 -0
- package/types/fhir-ts/TestPlan_TestCase_Assertion.d.ts.map +1 -0
- package/types/fhir-ts/TestPlan_TestCase_Dependency.d.ts +35 -0
- package/types/fhir-ts/TestPlan_TestCase_Dependency.d.ts.map +1 -0
- package/types/fhir-ts/TestPlan_TestCase_TestData.d.ts +46 -0
- package/types/fhir-ts/TestPlan_TestCase_TestData.d.ts.map +1 -0
- package/types/fhir-ts/TestPlan_TestCase_TestRun.d.ts +34 -0
- package/types/fhir-ts/TestPlan_TestCase_TestRun.d.ts.map +1 -0
- package/types/fhir-ts/TestPlan_TestCase_TestRun_Script.d.ts +41 -0
- package/types/fhir-ts/TestPlan_TestCase_TestRun_Script.d.ts.map +1 -0
- package/types/fhir-ts/TestReport.d.ts +129 -0
- package/types/fhir-ts/TestReport.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Participant.d.ts +39 -0
- package/types/fhir-ts/TestReport_Participant.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Setup.d.ts +28 -0
- package/types/fhir-ts/TestReport_Setup.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Setup_Action.d.ts +33 -0
- package/types/fhir-ts/TestReport_Setup_Action.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Setup_Action_Assert.d.ts +44 -0
- package/types/fhir-ts/TestReport_Setup_Action_Assert.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Setup_Action_Assert_Requirement.d.ts +34 -0
- package/types/fhir-ts/TestReport_Setup_Action_Assert_Requirement.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Setup_Action_Operation.d.ts +39 -0
- package/types/fhir-ts/TestReport_Setup_Action_Operation.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Teardown.d.ts +28 -0
- package/types/fhir-ts/TestReport_Teardown.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Teardown_Action.d.ts +28 -0
- package/types/fhir-ts/TestReport_Teardown_Action.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Test.d.ts +39 -0
- package/types/fhir-ts/TestReport_Test.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Test_Action.d.ts +33 -0
- package/types/fhir-ts/TestReport_Test_Action.d.ts.map +1 -0
- package/types/fhir-ts/TestScript.d.ts +234 -0
- package/types/fhir-ts/TestScript.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Destination.d.ts +47 -0
- package/types/fhir-ts/TestScript_Destination.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Fixture.d.ts +42 -0
- package/types/fhir-ts/TestScript_Fixture.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Metadata.d.ts +33 -0
- package/types/fhir-ts/TestScript_Metadata.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Metadata_Capability.d.ts +60 -0
- package/types/fhir-ts/TestScript_Metadata_Capability.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Metadata_Link.d.ts +34 -0
- package/types/fhir-ts/TestScript_Metadata_Link.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Origin.d.ts +47 -0
- package/types/fhir-ts/TestScript_Origin.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Scope.d.ts +40 -0
- package/types/fhir-ts/TestScript_Scope.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Setup.d.ts +28 -0
- package/types/fhir-ts/TestScript_Setup.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Setup_Action.d.ts +33 -0
- package/types/fhir-ts/TestScript_Setup_Action.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Setup_Action_Assert.d.ts +176 -0
- package/types/fhir-ts/TestScript_Setup_Action_Assert.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Setup_Action_Assert_Requirement.d.ts +34 -0
- package/types/fhir-ts/TestScript_Setup_Action_Assert_Requirement.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Setup_Action_Operation.d.ts +124 -0
- package/types/fhir-ts/TestScript_Setup_Action_Operation.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Setup_Action_Operation_RequestHeader.d.ts +36 -0
- package/types/fhir-ts/TestScript_Setup_Action_Operation_RequestHeader.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Teardown.d.ts +28 -0
- package/types/fhir-ts/TestScript_Teardown.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Teardown_Action.d.ts +28 -0
- package/types/fhir-ts/TestScript_Teardown_Action.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Test.d.ts +39 -0
- package/types/fhir-ts/TestScript_Test.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Test_Action.d.ts +34 -0
- package/types/fhir-ts/TestScript_Test_Action.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Variable.d.ts +70 -0
- package/types/fhir-ts/TestScript_Variable.d.ts.map +1 -0
- package/types/fhir-ts/Timing.d.ts +41 -0
- package/types/fhir-ts/Timing.d.ts.map +1 -0
- package/types/fhir-ts/Timing_Repeat.d.ts +112 -0
- package/types/fhir-ts/Timing_Repeat.d.ts.map +1 -0
- package/types/fhir-ts/Transport.d.ts +252 -0
- package/types/fhir-ts/Transport.d.ts.map +1 -0
- package/types/fhir-ts/Transport_Input.d.ts +334 -0
- package/types/fhir-ts/Transport_Input.d.ts.map +1 -0
- package/types/fhir-ts/Transport_Output.d.ts +333 -0
- package/types/fhir-ts/Transport_Output.d.ts.map +1 -0
- package/types/fhir-ts/Transport_Restriction.d.ts +48 -0
- package/types/fhir-ts/Transport_Restriction.d.ts.map +1 -0
- package/types/fhir-ts/TriggerDefinition.d.ts +74 -0
- package/types/fhir-ts/TriggerDefinition.d.ts.map +1 -0
- package/types/fhir-ts/UsageContext.d.ts +45 -0
- package/types/fhir-ts/UsageContext.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet.d.ts +265 -0
- package/types/fhir-ts/ValueSet.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Compose.d.ts +55 -0
- package/types/fhir-ts/ValueSet_Compose.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Compose_Include.d.ts +57 -0
- package/types/fhir-ts/ValueSet_Compose_Include.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Compose_Include_Concept.d.ts +41 -0
- package/types/fhir-ts/ValueSet_Compose_Include_Concept.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Compose_Include_Concept_Designation.d.ts +48 -0
- package/types/fhir-ts/ValueSet_Compose_Include_Concept_Designation.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Compose_Include_Filter.d.ts +41 -0
- package/types/fhir-ts/ValueSet_Compose_Include_Filter.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Expansion.d.ts +69 -0
- package/types/fhir-ts/ValueSet_Expansion.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Expansion_Contains.d.ts +74 -0
- package/types/fhir-ts/ValueSet_Expansion_Contains.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Expansion_Contains_Property.d.ts +70 -0
- package/types/fhir-ts/ValueSet_Expansion_Contains_Property.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Expansion_Contains_Property_SubProperty.d.ts +65 -0
- package/types/fhir-ts/ValueSet_Expansion_Contains_Property_SubProperty.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Expansion_Parameter.d.ts +65 -0
- package/types/fhir-ts/ValueSet_Expansion_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Expansion_Property.d.ts +34 -0
- package/types/fhir-ts/ValueSet_Expansion_Property.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Scope.d.ts +34 -0
- package/types/fhir-ts/ValueSet_Scope.d.ts.map +1 -0
- package/types/fhir-ts/VerificationResult.d.ts +134 -0
- package/types/fhir-ts/VerificationResult.d.ts.map +1 -0
- package/types/fhir-ts/VerificationResult_Attestation.d.ts +70 -0
- package/types/fhir-ts/VerificationResult_Attestation.d.ts.map +1 -0
- package/types/fhir-ts/VerificationResult_PrimarySource.d.ts +64 -0
- package/types/fhir-ts/VerificationResult_PrimarySource.d.ts.map +1 -0
- package/types/fhir-ts/VerificationResult_Validator.d.ts +42 -0
- package/types/fhir-ts/VerificationResult_Validator.d.ts.map +1 -0
- package/types/fhir-ts/VirtualServiceDetail.d.ts +69 -0
- package/types/fhir-ts/VirtualServiceDetail.d.ts.map +1 -0
- package/types/fhir-ts/VisionPrescription.d.ts +109 -0
- package/types/fhir-ts/VisionPrescription.d.ts.map +1 -0
- package/types/fhir-ts/VisionPrescription_LensSpecification.d.ts +101 -0
- package/types/fhir-ts/VisionPrescription_LensSpecification.d.ts.map +1 -0
- package/types/fhir-ts/VisionPrescription_LensSpecification_Prism.d.ts +34 -0
- package/types/fhir-ts/VisionPrescription_LensSpecification_Prism.d.ts.map +1 -0
- package/types/fhir-ts/index.d.ts +837 -0
- package/types/fhir-ts/index.d.ts.map +1 -0
- package/types/index.d.ts +1 -0
- package/types/index.d.ts.map +1 -1
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { CareTeam } from "./CareTeam";
|
|
2
|
+
import { CodeableConcept } from "./CodeableConcept";
|
|
3
|
+
import { Device } from "./Device";
|
|
4
|
+
import { DeviceDefinition } from "./DeviceDefinition";
|
|
5
|
+
import { Endpoint } from "./Endpoint";
|
|
6
|
+
import { Extension } from "./Extension";
|
|
7
|
+
import { FhirPrimitive } from "./FhirPrimitive";
|
|
8
|
+
import { Group } from "./Group";
|
|
9
|
+
import { HealthcareService } from "./HealthcareService";
|
|
10
|
+
import { Location } from "./Location";
|
|
11
|
+
import { Organization } from "./Organization";
|
|
12
|
+
import { Patient } from "./Patient";
|
|
13
|
+
import { Practitioner } from "./Practitioner";
|
|
14
|
+
import { PractitionerRole } from "./PractitionerRole";
|
|
15
|
+
import { Reference } from "./Reference";
|
|
16
|
+
import { RelatedPerson } from "./RelatedPerson";
|
|
17
|
+
export interface RequestOrchestration_Action_Participant {
|
|
18
|
+
/**
|
|
19
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
20
|
+
* @short Unique id for inter-element referencing
|
|
21
|
+
*/
|
|
22
|
+
id?: string;
|
|
23
|
+
/**
|
|
24
|
+
* @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.
|
|
25
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
26
|
+
* @short Additional content defined by implementations
|
|
27
|
+
*/
|
|
28
|
+
extension?: Extension[];
|
|
29
|
+
/**
|
|
30
|
+
* @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.
|
|
31
|
+
|
|
32
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
33
|
+
* @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.
|
|
34
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
35
|
+
*/
|
|
36
|
+
modifierExtension?: Extension[];
|
|
37
|
+
/**
|
|
38
|
+
* @description The type of participant in the action.
|
|
39
|
+
* @short careteam | device | group | healthcareservice | location | organization | patient | practitioner | practitionerrole | relatedperson
|
|
40
|
+
*/
|
|
41
|
+
type?: FhirPrimitive<string>;
|
|
42
|
+
/**
|
|
43
|
+
* @description The type of participant in the action.
|
|
44
|
+
* @short Who or what can participate
|
|
45
|
+
*/
|
|
46
|
+
typeCanonical?: FhirPrimitive<string>;
|
|
47
|
+
/**
|
|
48
|
+
* @description The type of participant in the action.
|
|
49
|
+
* @comment When this element is a reference, it SHOULD be a reference to a definitional resource (for example, a location type, rather than a specific location).
|
|
50
|
+
* @short Who or what can participate
|
|
51
|
+
*/
|
|
52
|
+
typeReference?: Reference<CareTeam | Device | DeviceDefinition | Endpoint | Group | HealthcareService | Location | Organization | Patient | Practitioner | PractitionerRole | RelatedPerson>;
|
|
53
|
+
/**
|
|
54
|
+
* @description The role the participant should play in performing the described action.
|
|
55
|
+
* @short E.g. Nurse, Surgeon, Parent, etc
|
|
56
|
+
*/
|
|
57
|
+
role?: CodeableConcept;
|
|
58
|
+
/**
|
|
59
|
+
* @description Indicates how the actor will be involved in the action - author, reviewer, witness, etc.
|
|
60
|
+
* @short E.g. Author, Reviewer, Witness, etc
|
|
61
|
+
*/
|
|
62
|
+
function?: CodeableConcept;
|
|
63
|
+
/**
|
|
64
|
+
* @choice This is part of the actor[x] choice.
|
|
65
|
+
* @oneOf actorCanonical, actorReference
|
|
66
|
+
*/
|
|
67
|
+
actorCanonical?: FhirPrimitive<string>;
|
|
68
|
+
/**
|
|
69
|
+
* @choice This is part of the actor[x] choice.
|
|
70
|
+
* @oneOf actorCanonical, actorReference
|
|
71
|
+
*/
|
|
72
|
+
actorReference?: Reference;
|
|
73
|
+
}
|
|
74
|
+
//# sourceMappingURL=RequestOrchestration_Action_Participant.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RequestOrchestration_Action_Participant.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/RequestOrchestration_Action_Participant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,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,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC7B;;;OAGG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACtC;;;;OAIG;IACH,aAAa,CAAC,EAAE,SAAS,CACrB,QAAQ,GACR,MAAM,GACN,gBAAgB,GAChB,QAAQ,GACR,KAAK,GACL,iBAAiB,GACjB,QAAQ,GACR,YAAY,GACZ,OAAO,GACP,YAAY,GACZ,gBAAgB,GAChB,aAAa,CAChB,CAAC;IACF;;;OAGG;IACH,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,EAAE,eAAe,CAAC;IAC3B;;;OAGG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACvC;;;OAGG;IACH,cAAc,CAAC,EAAE,SAAS,CAAC;CAC5B"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Duration } from "./Duration";
|
|
2
|
+
import { Extension } from "./Extension";
|
|
3
|
+
import { FhirPrimitive } from "./FhirPrimitive";
|
|
4
|
+
import { Range } from "./Range";
|
|
5
|
+
export interface RequestOrchestration_Action_RelatedAction {
|
|
6
|
+
/**
|
|
7
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
8
|
+
* @short Unique id for inter-element referencing
|
|
9
|
+
*/
|
|
10
|
+
id?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
|
|
13
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
14
|
+
* @short Additional content defined by implementations
|
|
15
|
+
*/
|
|
16
|
+
extension?: Extension[];
|
|
17
|
+
/**
|
|
18
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained andor the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
|
|
19
|
+
|
|
20
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
21
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
22
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
23
|
+
*/
|
|
24
|
+
modifierExtension?: Extension[];
|
|
25
|
+
/**
|
|
26
|
+
* @description The element id of the target related action.
|
|
27
|
+
* @short What action this is related to
|
|
28
|
+
*/
|
|
29
|
+
targetId: FhirPrimitive<string>;
|
|
30
|
+
/**
|
|
31
|
+
* @description The relationship of this action to the related action.
|
|
32
|
+
* @short before | before-start | before-end | concurrent | concurrent-with-start | concurrent-with-end | after | after-start | after-end
|
|
33
|
+
*/
|
|
34
|
+
relationship: FhirPrimitive<string>;
|
|
35
|
+
/**
|
|
36
|
+
* @description The relationship of the end of this action to the related action.
|
|
37
|
+
* @short before | before-start | before-end | concurrent | concurrent-with-start | concurrent-with-end | after | after-start | after-end
|
|
38
|
+
*/
|
|
39
|
+
endRelationship?: FhirPrimitive<string>;
|
|
40
|
+
/**
|
|
41
|
+
* @choice This is part of the offset[x] choice.
|
|
42
|
+
* @oneOf offsetDuration, offsetRange
|
|
43
|
+
*/
|
|
44
|
+
offsetDuration?: Duration;
|
|
45
|
+
/**
|
|
46
|
+
* @choice This is part of the offset[x] choice.
|
|
47
|
+
* @oneOf offsetDuration, offsetRange
|
|
48
|
+
*/
|
|
49
|
+
offsetRange?: Range;
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=RequestOrchestration_Action_RelatedAction.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RequestOrchestration_Action_RelatedAction.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/RequestOrchestration_Action_RelatedAction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,yCAAyC;IACxD;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC;IACxB;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,SAAS,EAAE,CAAC;IAChC;;;OAGG;IACH,QAAQ,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAChC;;;OAGG;IACH,YAAY,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACpC;;;OAGG;IACH,eAAe,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACxC;;;OAGG;IACH,cAAc,CAAC,EAAE,QAAQ,CAAC;IAC1B;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC;CACrB"}
|
|
@@ -0,0 +1,205 @@
|
|
|
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 { Meta } from "./Meta";
|
|
8
|
+
import { Narrative } from "./Narrative";
|
|
9
|
+
import { Requirements_Statement } from "./Requirements_Statement";
|
|
10
|
+
import { Resource } from "./Resource";
|
|
11
|
+
import { UsageContext } from "./UsageContext";
|
|
12
|
+
export interface Requirements {
|
|
13
|
+
/**
|
|
14
|
+
* @description The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
|
|
15
|
+
* @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.
|
|
16
|
+
* @short Logical id of this artifact
|
|
17
|
+
*/
|
|
18
|
+
id?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @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.
|
|
21
|
+
* @short Metadata about the resource
|
|
22
|
+
*/
|
|
23
|
+
meta?: Meta;
|
|
24
|
+
/**
|
|
25
|
+
* @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.
|
|
26
|
+
* @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.
|
|
27
|
+
* @short A set of rules under which this content was created
|
|
28
|
+
*/
|
|
29
|
+
implicitRules?: FhirPrimitive<string>;
|
|
30
|
+
/**
|
|
31
|
+
* @description The base language in which the resource is written.
|
|
32
|
+
* @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).
|
|
33
|
+
* @short Language of the resource content
|
|
34
|
+
*/
|
|
35
|
+
language?: FhirPrimitive<string>;
|
|
36
|
+
/**
|
|
37
|
+
* @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.
|
|
38
|
+
* @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.
|
|
39
|
+
* @short Text summary of the resource, for human interpretation
|
|
40
|
+
*/
|
|
41
|
+
text?: Narrative;
|
|
42
|
+
/**
|
|
43
|
+
* @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.
|
|
44
|
+
* @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.
|
|
45
|
+
* @short Contained, inline Resources
|
|
46
|
+
*/
|
|
47
|
+
contained?: Resource[];
|
|
48
|
+
/**
|
|
49
|
+
* @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.
|
|
50
|
+
* @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.
|
|
51
|
+
* @short Additional content defined by implementations
|
|
52
|
+
*/
|
|
53
|
+
extension?: Extension[];
|
|
54
|
+
/**
|
|
55
|
+
* @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.
|
|
56
|
+
|
|
57
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
58
|
+
* @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.
|
|
59
|
+
* @short Extensions that cannot be ignored
|
|
60
|
+
*/
|
|
61
|
+
modifierExtension?: Extension[];
|
|
62
|
+
/**
|
|
63
|
+
* @description An absolute URI that is used to identify this Requirements 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 Requirements is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the Requirements is stored on different servers.
|
|
64
|
+
* @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.
|
|
65
|
+
|
|
66
|
+
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).
|
|
67
|
+
|
|
68
|
+
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.
|
|
69
|
+
* @short Canonical identifier for this Requirements, represented as a URI (globally unique)
|
|
70
|
+
*/
|
|
71
|
+
url?: FhirPrimitive<string>;
|
|
72
|
+
/**
|
|
73
|
+
* @description A formal identifier that is used to identify this Requirements when it is represented in other formats, or referenced in a specification, model, design or an instance.
|
|
74
|
+
* @short Additional identifier for the Requirements (business identifier)
|
|
75
|
+
*/
|
|
76
|
+
identifier?: Identifier[];
|
|
77
|
+
/**
|
|
78
|
+
* @description The identifier that is used to identify this version of the Requirements when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the Requirements 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.
|
|
79
|
+
* @comment There may be different Requirements 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 Requirements with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).
|
|
80
|
+
* @short Business version of the Requirements
|
|
81
|
+
*/
|
|
82
|
+
version?: FhirPrimitive<string>;
|
|
83
|
+
/**
|
|
84
|
+
* @choice This is part of the versionAlgorithm[x] choice.
|
|
85
|
+
* @oneOf versionAlgorithmString, versionAlgorithmCoding
|
|
86
|
+
*/
|
|
87
|
+
versionAlgorithmString?: FhirPrimitive<string>;
|
|
88
|
+
/**
|
|
89
|
+
* @choice This is part of the versionAlgorithm[x] choice.
|
|
90
|
+
* @oneOf versionAlgorithmString, versionAlgorithmCoding
|
|
91
|
+
*/
|
|
92
|
+
versionAlgorithmCoding?: Coding;
|
|
93
|
+
/**
|
|
94
|
+
* @description A natural language name identifying the Requirements. This name should be usable as an identifier for the module by machine processing applications such as code generation.
|
|
95
|
+
* @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.
|
|
96
|
+
* @short Name for this Requirements (computer friendly)
|
|
97
|
+
*/
|
|
98
|
+
name?: FhirPrimitive<string>;
|
|
99
|
+
/**
|
|
100
|
+
* @description A short, descriptive, user-friendly title for the Requirements.
|
|
101
|
+
* @comment This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.
|
|
102
|
+
* @short Name for this Requirements (human friendly)
|
|
103
|
+
*/
|
|
104
|
+
title?: FhirPrimitive<string>;
|
|
105
|
+
/**
|
|
106
|
+
* @description The status of this Requirements. Enables tracking the life-cycle of the content.
|
|
107
|
+
* @comment Allows filtering of Requirements that are appropriate for use versus not.
|
|
108
|
+
|
|
109
|
+
See guidance around (not) making local changes to elements [here](canonicalresource.html#localization).
|
|
110
|
+
* @short draft | active | retired | unknown
|
|
111
|
+
*/
|
|
112
|
+
status: FhirPrimitive<string>;
|
|
113
|
+
/**
|
|
114
|
+
* @description A Boolean value to indicate that this Requirements is authored for testing purposes (or educationevaluationmarketing) and is not intended to be used for genuine usage.
|
|
115
|
+
* @comment Allows filtering of Requirements that are appropriate for use versus not.
|
|
116
|
+
* @short For testing purposes, not real usage
|
|
117
|
+
*/
|
|
118
|
+
experimental?: FhirPrimitive<boolean>;
|
|
119
|
+
/**
|
|
120
|
+
* @description The date (and optionally time) when the Requirements was published. 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 Requirements changes.
|
|
121
|
+
* @comment Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the Requirements. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.
|
|
122
|
+
|
|
123
|
+
See guidance around (not) making local changes to elements [here](canonicalresource.html#localization).
|
|
124
|
+
* @short Date last changed
|
|
125
|
+
*/
|
|
126
|
+
date?: FhirPrimitive<string>;
|
|
127
|
+
/**
|
|
128
|
+
* @description The name of the organization or individual responsible for the release and ongoing maintenance of the Requirements.
|
|
129
|
+
* @comment Usually an organization but may be an individual. The publisher (or steward) of the Requirements is the organization or individual primarily responsible for the maintenance and upkeep of the Requirements. 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 Requirements. This item SHOULD be populated unless the information is available from context.
|
|
130
|
+
* @short Name of the publishersteward (organization or individual)
|
|
131
|
+
*/
|
|
132
|
+
publisher?: FhirPrimitive<string>;
|
|
133
|
+
/**
|
|
134
|
+
* @description Contact details to assist a user in finding and communicating with the publisher.
|
|
135
|
+
* @comment May be a web site, an email address, a telephone number, etc.
|
|
136
|
+
|
|
137
|
+
See guidance around (not) making local changes to elements [here](canonicalresource.html#localization).
|
|
138
|
+
* @short Contact details for the publisher
|
|
139
|
+
*/
|
|
140
|
+
contact?: ContactDetail[];
|
|
141
|
+
/**
|
|
142
|
+
* @description A free text natural language description of the requirements.
|
|
143
|
+
* @comment This description can be used for a general description of the requirements, and which covers why it was defined.
|
|
144
|
+
* @short Natural language description of the requirements
|
|
145
|
+
*/
|
|
146
|
+
description?: FhirPrimitive<string>;
|
|
147
|
+
/**
|
|
148
|
+
* @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 Requirements instances.
|
|
149
|
+
* @comment When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.
|
|
150
|
+
* @short The context that the content is intended to support
|
|
151
|
+
*/
|
|
152
|
+
useContext?: UsageContext[];
|
|
153
|
+
/**
|
|
154
|
+
* @description A legal or geographic region in which the Requirements is intended to be used.
|
|
155
|
+
* @comment It may be possible for the Requirements to be used in jurisdictions other than those for which it was originally designed or intended
|
|
156
|
+
|
|
157
|
+
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.).
|
|
158
|
+
* @short Intended jurisdiction for Requirements (if applicable)
|
|
159
|
+
*/
|
|
160
|
+
jurisdiction?: CodeableConcept[];
|
|
161
|
+
/**
|
|
162
|
+
* @description Explanation of why this Requirements is needed and why it has been designed as it has.
|
|
163
|
+
* @comment This element does not describe the usage of the Requirements. 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 Requirements.
|
|
164
|
+
* @short Why this Requirements is defined
|
|
165
|
+
*/
|
|
166
|
+
purpose?: FhirPrimitive<string>;
|
|
167
|
+
/**
|
|
168
|
+
* @description A copyright statement relating to the Requirements andor its contents. Copyright statements are generally legal restrictions on the use and publishing of the Requirements.
|
|
169
|
+
* @comment ...
|
|
170
|
+
* @short Use andor publishing restrictions
|
|
171
|
+
*/
|
|
172
|
+
copyright?: FhirPrimitive<string>;
|
|
173
|
+
/**
|
|
174
|
+
* @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').
|
|
175
|
+
* @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.
|
|
176
|
+
* @short Copyright holder and year(s)
|
|
177
|
+
*/
|
|
178
|
+
copyrightLabel?: FhirPrimitive<string>;
|
|
179
|
+
/**
|
|
180
|
+
* @description Another set of Requirements that this set of Requirements builds on and updates.
|
|
181
|
+
* @comment Existing statements (by key) may be narrowed or clarified, and additional statements added.
|
|
182
|
+
* @short Other set of Requirements this builds on
|
|
183
|
+
*/
|
|
184
|
+
derivedFrom?: FhirPrimitive<string>[];
|
|
185
|
+
/**
|
|
186
|
+
* @description A reference to another artifact that created this set of requirements. This could be a Profile, etc., or external regulation, or business requirements expressed elsewhere.
|
|
187
|
+
* @short External artifact (ruledocument etc. that) created this set of requirements
|
|
188
|
+
*/
|
|
189
|
+
reference?: FhirPrimitive<string>[];
|
|
190
|
+
/**
|
|
191
|
+
* @description An actor these requirements are in regard to.
|
|
192
|
+
* @comment If more than one actor is specified, then it's up to the statements to describe in narrative if they don't apply to all actors.
|
|
193
|
+
* @short Actor for these requirements
|
|
194
|
+
*/
|
|
195
|
+
actor?: FhirPrimitive<string>[];
|
|
196
|
+
/**
|
|
197
|
+
* @backbone Nested BackboneElement: statement [0..*]
|
|
198
|
+
*/
|
|
199
|
+
statement?: Requirements_Statement[];
|
|
200
|
+
/**
|
|
201
|
+
* @const Auto-injected fixed value: Requirements
|
|
202
|
+
*/
|
|
203
|
+
resourceType: "Requirements";
|
|
204
|
+
}
|
|
205
|
+
//# sourceMappingURL=Requirements.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Requirements.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/Requirements.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,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAG9C,MAAM,WAAW,YAAY;IAC3B;;;;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,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC5B;;;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,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC7B;;;;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,WAAW,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,EAAE,CAAC;IACtC;;;OAGG;IACH,SAAS,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,EAAE,CAAC;IACpC;;;;OAIG;IACH,KAAK,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,EAAE,CAAC;IAChC;;OAEG;IACH,SAAS,CAAC,EAAE,sBAAsB,EAAE,CAAC;IACrC;;OAEG;IACH,YAAY,EAAE,cAAc,CAAC;CAC9B"}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { CareTeam } from "./CareTeam";
|
|
2
|
+
import { Device } from "./Device";
|
|
3
|
+
import { Extension } from "./Extension";
|
|
4
|
+
import { FhirPrimitive } from "./FhirPrimitive";
|
|
5
|
+
import { Group } from "./Group";
|
|
6
|
+
import { HealthcareService } from "./HealthcareService";
|
|
7
|
+
import { Organization } from "./Organization";
|
|
8
|
+
import { Patient } from "./Patient";
|
|
9
|
+
import { Practitioner } from "./Practitioner";
|
|
10
|
+
import { PractitionerRole } from "./PractitionerRole";
|
|
11
|
+
import { Reference } from "./Reference";
|
|
12
|
+
import { RelatedPerson } from "./RelatedPerson";
|
|
13
|
+
export interface Requirements_Statement {
|
|
14
|
+
/**
|
|
15
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
16
|
+
* @short Unique id for inter-element referencing
|
|
17
|
+
*/
|
|
18
|
+
id?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @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.
|
|
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 Additional content defined by implementations
|
|
23
|
+
*/
|
|
24
|
+
extension?: Extension[];
|
|
25
|
+
/**
|
|
26
|
+
* @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.
|
|
27
|
+
|
|
28
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
29
|
+
* @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.
|
|
30
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
31
|
+
*/
|
|
32
|
+
modifierExtension?: Extension[];
|
|
33
|
+
/**
|
|
34
|
+
* @description Key that identifies this statement (unique within this resource).
|
|
35
|
+
* @comment Refer directly to the statement by {url}#{key}
|
|
36
|
+
* @short Key that identifies this statement
|
|
37
|
+
*/
|
|
38
|
+
key: FhirPrimitive<string>;
|
|
39
|
+
/**
|
|
40
|
+
* @description A short human usable label for this statement.
|
|
41
|
+
* @comment The key is intended for computers, while this is intended for humans. In its absence, the key should be convenient for a human to say (e.g. not a UUID)
|
|
42
|
+
* @short Short Human label for this statement
|
|
43
|
+
*/
|
|
44
|
+
label?: FhirPrimitive<string>;
|
|
45
|
+
/**
|
|
46
|
+
* @description A short human usable label for this statement.
|
|
47
|
+
* @comment The conformance code is extracted from the requirement to make indexing and display easier. The requirement needs to express the conformance verbs directly in the markdown content. It's not unusual to mix verbs in a single sentence (e.g. System SHALL do X and SHOULD do Y)
|
|
48
|
+
* @short SHALL | SHOULD | MAY | SHOULD-NOT
|
|
49
|
+
*/
|
|
50
|
+
conformance?: FhirPrimitive<string>[];
|
|
51
|
+
/**
|
|
52
|
+
* @description This boolean flag is set to true of the text of the requirement is conditional on something e.g. it includes lanauage like 'if x then y'. This conditionality flag is introduced for purposes of filtering and colour highlighting etc.
|
|
53
|
+
* @comment There is no intent that the conditional statement by evaluatable
|
|
54
|
+
* @short Set to true if requirements statement is conditional
|
|
55
|
+
*/
|
|
56
|
+
conditionality?: FhirPrimitive<boolean>;
|
|
57
|
+
/**
|
|
58
|
+
* @description The actual requirement for human consumption.
|
|
59
|
+
* @short The actual requirement
|
|
60
|
+
*/
|
|
61
|
+
requirement: FhirPrimitive<string>;
|
|
62
|
+
/**
|
|
63
|
+
* @description Another statement on one of the requirements that this requirement clarifies or restricts.
|
|
64
|
+
* @comment This can be just a key, if there is only one matching statement in the requirements statements referenced in Requirements.derivedFrom. If there is more than one, it should be in the format ```url#key```
|
|
65
|
+
* @short Another statement this clarifiesrestricts ([url#]key)
|
|
66
|
+
*/
|
|
67
|
+
derivedFrom?: FhirPrimitive<string>;
|
|
68
|
+
/**
|
|
69
|
+
* @description A larger requirement that this requirement helps to refine and enable.
|
|
70
|
+
* @comment Follows the same convention as statement.derivedFrom, where a reference is the canonical of the Requirements followed by '#' and the 'key' of the specific requirement.
|
|
71
|
+
* @short A larger requirement that this requirement helps to refine and enable
|
|
72
|
+
*/
|
|
73
|
+
parent?: FhirPrimitive<string>;
|
|
74
|
+
/**
|
|
75
|
+
* @description A reference to another artifact that satisfies this requirement. This could be a Profile, extension, or an element in one of those, or a CapabilityStatement, OperationDefinition, SearchParameter, CodeSystem(code), ValueSet, Libary etc.
|
|
76
|
+
* @comment This is for use when the requirement is met be a pre-existing artifact e.g. a rule that's met by the base FHIR spec, or a national implementation guide.
|
|
77
|
+
* @short Design artifact that satisfies this requirement
|
|
78
|
+
*/
|
|
79
|
+
satisfiedBy?: FhirPrimitive<string>[];
|
|
80
|
+
/**
|
|
81
|
+
* @description A reference to another artifact that created this requirement. This could be a Profile, etc., or external regulation, or business requirements expressed elsewhere.
|
|
82
|
+
* @short External artifact (ruledocument etc. that) created this requirement
|
|
83
|
+
*/
|
|
84
|
+
reference?: FhirPrimitive<string>[];
|
|
85
|
+
/**
|
|
86
|
+
* @description Who asked for this statement to be a requirement. By default, it's assumed that the publisher knows who it is if it matters.
|
|
87
|
+
* @short Who asked for this statement
|
|
88
|
+
*/
|
|
89
|
+
source?: Reference<CareTeam | Device | Group | HealthcareService | Organization | Patient | Practitioner | PractitionerRole | RelatedPerson>[];
|
|
90
|
+
}
|
|
91
|
+
//# sourceMappingURL=Requirements_Statement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Requirements_Statement.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/Requirements_Statement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,MAAM,WAAW,sBAAsB;IACrC;;;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;;;;OAIG;IACH,KAAK,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC9B;;;;OAIG;IACH,WAAW,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,EAAE,CAAC;IACtC;;;;OAIG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;IACxC;;;OAGG;IACH,WAAW,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACnC;;;;OAIG;IACH,WAAW,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACpC;;;;OAIG;IACH,MAAM,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC/B;;;;OAIG;IACH,WAAW,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,EAAE,CAAC;IACtC;;;OAGG;IACH,SAAS,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,EAAE,CAAC;IACpC;;;OAGG;IACH,MAAM,CAAC,EAAE,SAAS,CACd,QAAQ,GACR,MAAM,GACN,KAAK,GACL,iBAAiB,GACjB,YAAY,GACZ,OAAO,GACP,YAAY,GACZ,gBAAgB,GAChB,aAAa,CAChB,EAAE,CAAC;CACL"}
|