@nsshunt/stsfhirclient 1.0.77 → 1.0.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/stsfhirclient.mjs.map +1 -1
- package/dist/stsfhirclient.umd.js.map +1 -1
- package/package.json +1 -1
- package/types/STSFhirTypes.d.ts.map +1 -1
- package/types/fhir-ts/Account.d.ts +161 -0
- package/types/fhir-ts/Account.d.ts.map +1 -0
- package/types/fhir-ts/Account_Balance.d.ts +46 -0
- package/types/fhir-ts/Account_Balance.d.ts.map +1 -0
- package/types/fhir-ts/Account_Coverage.d.ts +39 -0
- package/types/fhir-ts/Account_Coverage.d.ts.map +1 -0
- package/types/fhir-ts/Account_Diagnosis.d.ts +57 -0
- package/types/fhir-ts/Account_Diagnosis.d.ts.map +1 -0
- package/types/fhir-ts/Account_Guarantor.d.ts +44 -0
- package/types/fhir-ts/Account_Guarantor.d.ts.map +1 -0
- package/types/fhir-ts/Account_Procedure.d.ts +59 -0
- package/types/fhir-ts/Account_Procedure.d.ts.map +1 -0
- package/types/fhir-ts/Account_RelatedAccount.d.ts +36 -0
- package/types/fhir-ts/Account_RelatedAccount.d.ts.map +1 -0
- package/types/fhir-ts/ActivityDefinition.d.ts +410 -0
- package/types/fhir-ts/ActivityDefinition.d.ts.map +1 -0
- package/types/fhir-ts/ActivityDefinition_DynamicValue.d.ts +37 -0
- package/types/fhir-ts/ActivityDefinition_DynamicValue.d.ts.map +1 -0
- package/types/fhir-ts/ActivityDefinition_Participant.d.ts +64 -0
- package/types/fhir-ts/ActivityDefinition_Participant.d.ts.map +1 -0
- package/types/fhir-ts/ActorDefinition.d.ts +209 -0
- package/types/fhir-ts/ActorDefinition.d.ts.map +1 -0
- package/types/fhir-ts/Address.d.ts +72 -0
- package/types/fhir-ts/Address.d.ts.map +1 -0
- package/types/fhir-ts/AdministrableProductDefinition.d.ts +123 -0
- package/types/fhir-ts/AdministrableProductDefinition.d.ts.map +1 -0
- package/types/fhir-ts/AdministrableProductDefinition_Property.d.ts +73 -0
- package/types/fhir-ts/AdministrableProductDefinition_Property.d.ts.map +1 -0
- package/types/fhir-ts/AdministrableProductDefinition_RouteOfAdministration.d.ts +62 -0
- package/types/fhir-ts/AdministrableProductDefinition_RouteOfAdministration.d.ts.map +1 -0
- package/types/fhir-ts/AdministrableProductDefinition_RouteOfAdministration_TargetSpecies.d.ts +34 -0
- package/types/fhir-ts/AdministrableProductDefinition_RouteOfAdministration_TargetSpecies.d.ts.map +1 -0
- package/types/fhir-ts/AdministrableProductDefinition_RouteOfAdministration_TargetSpecies_WithdrawalPeriod.d.ts +41 -0
- package/types/fhir-ts/AdministrableProductDefinition_RouteOfAdministration_TargetSpecies_WithdrawalPeriod.d.ts.map +1 -0
- package/types/fhir-ts/AdverseEvent.d.ts +215 -0
- package/types/fhir-ts/AdverseEvent.d.ts.map +1 -0
- package/types/fhir-ts/AdverseEvent_ContributingFactor.d.ts +35 -0
- package/types/fhir-ts/AdverseEvent_ContributingFactor.d.ts.map +1 -0
- package/types/fhir-ts/AdverseEvent_MitigatingAction.d.ts +35 -0
- package/types/fhir-ts/AdverseEvent_MitigatingAction.d.ts.map +1 -0
- package/types/fhir-ts/AdverseEvent_Participant.d.ts +44 -0
- package/types/fhir-ts/AdverseEvent_Participant.d.ts.map +1 -0
- package/types/fhir-ts/AdverseEvent_PreventiveAction.d.ts +35 -0
- package/types/fhir-ts/AdverseEvent_PreventiveAction.d.ts.map +1 -0
- package/types/fhir-ts/AdverseEvent_SupportingInfo.d.ts +35 -0
- package/types/fhir-ts/AdverseEvent_SupportingInfo.d.ts.map +1 -0
- package/types/fhir-ts/AdverseEvent_SuspectEntity.d.ts +40 -0
- package/types/fhir-ts/AdverseEvent_SuspectEntity.d.ts.map +1 -0
- package/types/fhir-ts/AdverseEvent_SuspectEntity_Causality.d.ts +45 -0
- package/types/fhir-ts/AdverseEvent_SuspectEntity_Causality.d.ts.map +1 -0
- package/types/fhir-ts/Age.d.ts +43 -0
- package/types/fhir-ts/Age.d.ts.map +1 -0
- package/types/fhir-ts/AllergyIntolerance.d.ts +181 -0
- package/types/fhir-ts/AllergyIntolerance.d.ts.map +1 -0
- package/types/fhir-ts/AllergyIntolerance_Participant.d.ts +42 -0
- package/types/fhir-ts/AllergyIntolerance_Participant.d.ts.map +1 -0
- package/types/fhir-ts/AllergyIntolerance_Reaction.d.ts +69 -0
- package/types/fhir-ts/AllergyIntolerance_Reaction.d.ts.map +1 -0
- package/types/fhir-ts/Annotation.d.ts +37 -0
- package/types/fhir-ts/Annotation.d.ts.map +1 -0
- package/types/fhir-ts/Appointment.d.ts +277 -0
- package/types/fhir-ts/Appointment.d.ts.map +1 -0
- package/types/fhir-ts/AppointmentResponse.d.ts +143 -0
- package/types/fhir-ts/AppointmentResponse.d.ts.map +1 -0
- package/types/fhir-ts/Appointment_Participant.d.ts +68 -0
- package/types/fhir-ts/Appointment_Participant.d.ts.map +1 -0
- package/types/fhir-ts/Appointment_RecurrenceTemplate.d.ts +77 -0
- package/types/fhir-ts/Appointment_RecurrenceTemplate.d.ts.map +1 -0
- package/types/fhir-ts/Appointment_RecurrenceTemplate_MonthlyTemplate.d.ts +46 -0
- package/types/fhir-ts/Appointment_RecurrenceTemplate_MonthlyTemplate.d.ts.map +1 -0
- package/types/fhir-ts/Appointment_RecurrenceTemplate_WeeklyTemplate.d.ts +66 -0
- package/types/fhir-ts/Appointment_RecurrenceTemplate_WeeklyTemplate.d.ts.map +1 -0
- package/types/fhir-ts/Appointment_RecurrenceTemplate_YearlyTemplate.d.ts +29 -0
- package/types/fhir-ts/Appointment_RecurrenceTemplate_YearlyTemplate.d.ts.map +1 -0
- package/types/fhir-ts/ArtifactAssessment.d.ts +137 -0
- package/types/fhir-ts/ArtifactAssessment.d.ts.map +1 -0
- package/types/fhir-ts/ArtifactAssessment_Content.d.ts +84 -0
- package/types/fhir-ts/ArtifactAssessment_Content.d.ts.map +1 -0
- package/types/fhir-ts/Attachment.d.ts +88 -0
- package/types/fhir-ts/Attachment.d.ts.map +1 -0
- package/types/fhir-ts/AuditEvent.d.ts +151 -0
- package/types/fhir-ts/AuditEvent.d.ts.map +1 -0
- package/types/fhir-ts/AuditEvent_Agent.d.ts +90 -0
- package/types/fhir-ts/AuditEvent_Agent.d.ts.map +1 -0
- package/types/fhir-ts/AuditEvent_Entity.d.ts +63 -0
- package/types/fhir-ts/AuditEvent_Entity.d.ts.map +1 -0
- package/types/fhir-ts/AuditEvent_Entity_Detail.d.ts +89 -0
- package/types/fhir-ts/AuditEvent_Entity_Detail.d.ts.map +1 -0
- package/types/fhir-ts/AuditEvent_Outcome.d.ts +37 -0
- package/types/fhir-ts/AuditEvent_Outcome.d.ts.map +1 -0
- package/types/fhir-ts/AuditEvent_Source.d.ts +48 -0
- package/types/fhir-ts/AuditEvent_Source.d.ts.map +1 -0
- package/types/fhir-ts/Availability.d.ts +25 -0
- package/types/fhir-ts/Availability.d.ts.map +1 -0
- package/types/fhir-ts/Availability_AvailableTime.d.ts +38 -0
- package/types/fhir-ts/Availability_AvailableTime.d.ts.map +1 -0
- package/types/fhir-ts/Availability_NotAvailableTime.d.ts +30 -0
- package/types/fhir-ts/Availability_NotAvailableTime.d.ts.map +1 -0
- package/types/fhir-ts/BackboneElement.d.ts +23 -0
- package/types/fhir-ts/BackboneElement.d.ts.map +1 -0
- package/types/fhir-ts/Basic.d.ts +100 -0
- package/types/fhir-ts/Basic.d.ts.map +1 -0
- package/types/fhir-ts/Binary.d.ts +51 -0
- package/types/fhir-ts/Binary.d.ts.map +1 -0
- package/types/fhir-ts/BiologicallyDerivedProduct.d.ts +137 -0
- package/types/fhir-ts/BiologicallyDerivedProduct.d.ts.map +1 -0
- package/types/fhir-ts/BiologicallyDerivedProductDispense.d.ts +150 -0
- package/types/fhir-ts/BiologicallyDerivedProductDispense.d.ts.map +1 -0
- package/types/fhir-ts/BiologicallyDerivedProductDispense_Performer.d.ts +36 -0
- package/types/fhir-ts/BiologicallyDerivedProductDispense_Performer.d.ts.map +1 -0
- package/types/fhir-ts/BiologicallyDerivedProduct_Collection.d.ts +50 -0
- package/types/fhir-ts/BiologicallyDerivedProduct_Collection.d.ts.map +1 -0
- package/types/fhir-ts/BiologicallyDerivedProduct_Property.d.ts +81 -0
- package/types/fhir-ts/BiologicallyDerivedProduct_Property.d.ts.map +1 -0
- package/types/fhir-ts/BodyStructure.d.ts +109 -0
- package/types/fhir-ts/BodyStructure.d.ts.map +1 -0
- package/types/fhir-ts/BodyStructure_IncludedStructure.d.ts +51 -0
- package/types/fhir-ts/BodyStructure_IncludedStructure.d.ts.map +1 -0
- package/types/fhir-ts/BodyStructure_IncludedStructure_BodyLandmarkOrientation.d.ts +44 -0
- package/types/fhir-ts/BodyStructure_IncludedStructure_BodyLandmarkOrientation.d.ts.map +1 -0
- package/types/fhir-ts/BodyStructure_IncludedStructure_BodyLandmarkOrientation_DistanceFromLandmark.d.ts +36 -0
- package/types/fhir-ts/BodyStructure_IncludedStructure_BodyLandmarkOrientation_DistanceFromLandmark.d.ts.map +1 -0
- package/types/fhir-ts/Bundle.d.ts +91 -0
- package/types/fhir-ts/Bundle.d.ts.map +1 -0
- package/types/fhir-ts/Bundle_Entry.d.ts +61 -0
- package/types/fhir-ts/Bundle_Entry.d.ts.map +1 -0
- package/types/fhir-ts/Bundle_Entry_Request.d.ts +55 -0
- package/types/fhir-ts/Bundle_Entry_Request.d.ts.map +1 -0
- package/types/fhir-ts/Bundle_Entry_Response.d.ts +55 -0
- package/types/fhir-ts/Bundle_Entry_Response.d.ts.map +1 -0
- package/types/fhir-ts/Bundle_Entry_Search.d.ts +38 -0
- package/types/fhir-ts/Bundle_Entry_Search.d.ts.map +1 -0
- package/types/fhir-ts/Bundle_Link.d.ts +34 -0
- package/types/fhir-ts/Bundle_Link.d.ts.map +1 -0
- package/types/fhir-ts/CanonicalResource.d.ts +186 -0
- package/types/fhir-ts/CanonicalResource.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement.d.ts +259 -0
- package/types/fhir-ts/CapabilityStatement.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Document.d.ts +40 -0
- package/types/fhir-ts/CapabilityStatement_Document.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Implementation.d.ts +41 -0
- package/types/fhir-ts/CapabilityStatement_Implementation.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Messaging.d.ts +45 -0
- package/types/fhir-ts/CapabilityStatement_Messaging.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Messaging_Endpoint.d.ts +35 -0
- package/types/fhir-ts/CapabilityStatement_Messaging_Endpoint.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Messaging_SupportedMessage.d.ts +34 -0
- package/types/fhir-ts/CapabilityStatement_Messaging_SupportedMessage.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Rest.d.ts +67 -0
- package/types/fhir-ts/CapabilityStatement_Rest.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Interaction.d.ts +34 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Interaction.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Resource.d.ts +133 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Resource.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Resource_Interaction.d.ts +34 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Resource_Interaction.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Resource_Operation.d.ts +41 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Resource_Operation.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Resource_SearchParam.d.ts +47 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Resource_SearchParam.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Security.d.ts +41 -0
- package/types/fhir-ts/CapabilityStatement_Rest_Security.d.ts.map +1 -0
- package/types/fhir-ts/CapabilityStatement_Software.d.ts +40 -0
- package/types/fhir-ts/CapabilityStatement_Software.d.ts.map +1 -0
- package/types/fhir-ts/CarePlan.d.ts +213 -0
- package/types/fhir-ts/CarePlan.d.ts.map +1 -0
- package/types/fhir-ts/CarePlan_Activity.d.ts +57 -0
- package/types/fhir-ts/CarePlan_Activity.d.ts.map +1 -0
- package/types/fhir-ts/CareTeam.d.ts +133 -0
- package/types/fhir-ts/CareTeam.d.ts.map +1 -0
- package/types/fhir-ts/CareTeam_Participant.d.ts +62 -0
- package/types/fhir-ts/CareTeam_Participant.d.ts.map +1 -0
- package/types/fhir-ts/ChargeItem.d.ts +246 -0
- package/types/fhir-ts/ChargeItem.d.ts.map +1 -0
- package/types/fhir-ts/ChargeItemDefinition.d.ts +243 -0
- package/types/fhir-ts/ChargeItemDefinition.d.ts.map +1 -0
- package/types/fhir-ts/ChargeItemDefinition_Applicability.d.ts +44 -0
- package/types/fhir-ts/ChargeItemDefinition_Applicability.d.ts.map +1 -0
- package/types/fhir-ts/ChargeItemDefinition_PropertyGroup.d.ts +35 -0
- package/types/fhir-ts/ChargeItemDefinition_PropertyGroup.d.ts.map +1 -0
- package/types/fhir-ts/ChargeItem_Performer.d.ts +43 -0
- package/types/fhir-ts/ChargeItem_Performer.d.ts.map +1 -0
- package/types/fhir-ts/Citation.d.ts +271 -0
- package/types/fhir-ts/Citation.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact.d.ts +105 -0
- package/types/fhir-ts/Citation_CitedArtifact.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_Abstract.d.ts +46 -0
- package/types/fhir-ts/Citation_CitedArtifact_Abstract.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_Classification.d.ts +42 -0
- package/types/fhir-ts/Citation_CitedArtifact_Classification.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_Contributorship.d.ts +40 -0
- package/types/fhir-ts/Citation_CitedArtifact_Contributorship.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_Contributorship_Entry.d.ts +75 -0
- package/types/fhir-ts/Citation_CitedArtifact_Contributorship_Entry.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_Contributorship_Entry_ContributionInstance.d.ts +35 -0
- package/types/fhir-ts/Citation_CitedArtifact_Contributorship_Entry_ContributionInstance.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_Contributorship_Summary.d.ts +45 -0
- package/types/fhir-ts/Citation_CitedArtifact_Contributorship_Summary.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_Part.d.ts +43 -0
- package/types/fhir-ts/Citation_CitedArtifact_Part.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_PublicationForm.d.ts +105 -0
- package/types/fhir-ts/Citation_CitedArtifact_PublicationForm.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_PublicationForm_PublishedIn.d.ts +55 -0
- package/types/fhir-ts/Citation_CitedArtifact_PublicationForm_PublishedIn.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_RelatesTo.d.ts +71 -0
- package/types/fhir-ts/Citation_CitedArtifact_RelatesTo.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_StatusDate.d.ts +42 -0
- package/types/fhir-ts/Citation_CitedArtifact_StatusDate.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_Title.d.ts +40 -0
- package/types/fhir-ts/Citation_CitedArtifact_Title.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_Version.d.ts +37 -0
- package/types/fhir-ts/Citation_CitedArtifact_Version.d.ts.map +1 -0
- package/types/fhir-ts/Citation_CitedArtifact_WebLocation.d.ts +37 -0
- package/types/fhir-ts/Citation_CitedArtifact_WebLocation.d.ts.map +1 -0
- package/types/fhir-ts/Citation_Classification.d.ts +34 -0
- package/types/fhir-ts/Citation_Classification.d.ts.map +1 -0
- package/types/fhir-ts/Citation_StatusDate.d.ts +42 -0
- package/types/fhir-ts/Citation_StatusDate.d.ts.map +1 -0
- package/types/fhir-ts/Citation_Summary.d.ts +35 -0
- package/types/fhir-ts/Citation_Summary.d.ts.map +1 -0
- package/types/fhir-ts/Claim.d.ts +249 -0
- package/types/fhir-ts/Claim.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse.d.ts +246 -0
- package/types/fhir-ts/ClaimResponse.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_AddItem.d.ts +175 -0
- package/types/fhir-ts/ClaimResponse_AddItem.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_AddItem_BodySite.d.ts +37 -0
- package/types/fhir-ts/ClaimResponse_AddItem_BodySite.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_AddItem_Detail.d.ts +102 -0
- package/types/fhir-ts/ClaimResponse_AddItem_Detail.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_AddItem_Detail_SubDetail.d.ts +97 -0
- package/types/fhir-ts/ClaimResponse_AddItem_Detail_SubDetail.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Error.d.ts +51 -0
- package/types/fhir-ts/ClaimResponse_Error.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Event.d.ts +41 -0
- package/types/fhir-ts/ClaimResponse_Event.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Insurance.d.ts +54 -0
- package/types/fhir-ts/ClaimResponse_Insurance.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Item.d.ts +55 -0
- package/types/fhir-ts/ClaimResponse_Item.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Item_Adjudication.d.ts +50 -0
- package/types/fhir-ts/ClaimResponse_Item_Adjudication.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Item_Detail.d.ts +55 -0
- package/types/fhir-ts/ClaimResponse_Item_Detail.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Item_Detail_SubDetail.d.ts +50 -0
- package/types/fhir-ts/ClaimResponse_Item_Detail_SubDetail.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Item_ReviewOutcome.d.ts +48 -0
- package/types/fhir-ts/ClaimResponse_Item_ReviewOutcome.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Payment.d.ts +59 -0
- package/types/fhir-ts/ClaimResponse_Payment.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_ProcessNote.d.ts +46 -0
- package/types/fhir-ts/ClaimResponse_ProcessNote.d.ts.map +1 -0
- package/types/fhir-ts/ClaimResponse_Total.d.ts +36 -0
- package/types/fhir-ts/ClaimResponse_Total.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Accident.d.ts +48 -0
- package/types/fhir-ts/Claim_Accident.d.ts.map +1 -0
- package/types/fhir-ts/Claim_CareTeam.d.ts +56 -0
- package/types/fhir-ts/Claim_CareTeam.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Diagnosis.d.ts +53 -0
- package/types/fhir-ts/Claim_Diagnosis.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Event.d.ts +41 -0
- package/types/fhir-ts/Claim_Event.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Insurance.d.ts +67 -0
- package/types/fhir-ts/Claim_Insurance.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Item.d.ts +186 -0
- package/types/fhir-ts/Claim_Item.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Item_BodySite.d.ts +37 -0
- package/types/fhir-ts/Claim_Item_BodySite.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Item_Detail.d.ts +116 -0
- package/types/fhir-ts/Claim_Item_Detail.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Item_Detail_SubDetail.d.ts +111 -0
- package/types/fhir-ts/Claim_Item_Detail_SubDetail.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Payee.d.ts +41 -0
- package/types/fhir-ts/Claim_Payee.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Procedure.d.ts +58 -0
- package/types/fhir-ts/Claim_Procedure.d.ts.map +1 -0
- package/types/fhir-ts/Claim_Related.d.ts +44 -0
- package/types/fhir-ts/Claim_Related.d.ts.map +1 -0
- package/types/fhir-ts/Claim_SupportingInfo.d.ts +92 -0
- package/types/fhir-ts/Claim_SupportingInfo.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalImpression.d.ts +181 -0
- package/types/fhir-ts/ClinicalImpression.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalImpression_Finding.d.ts +38 -0
- package/types/fhir-ts/ClinicalImpression_Finding.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalUseDefinition.d.ts +134 -0
- package/types/fhir-ts/ClinicalUseDefinition.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalUseDefinition_Contraindication.d.ts +59 -0
- package/types/fhir-ts/ClinicalUseDefinition_Contraindication.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalUseDefinition_Contraindication_OtherTherapy.d.ts +42 -0
- package/types/fhir-ts/ClinicalUseDefinition_Contraindication_OtherTherapy.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalUseDefinition_Indication.d.ts +76 -0
- package/types/fhir-ts/ClinicalUseDefinition_Indication.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalUseDefinition_Interaction.d.ts +51 -0
- package/types/fhir-ts/ClinicalUseDefinition_Interaction.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalUseDefinition_Interaction_Interactant.d.ts +35 -0
- package/types/fhir-ts/ClinicalUseDefinition_Interaction_Interactant.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalUseDefinition_UndesirableEffect.d.ts +41 -0
- package/types/fhir-ts/ClinicalUseDefinition_UndesirableEffect.d.ts.map +1 -0
- package/types/fhir-ts/ClinicalUseDefinition_Warning.d.ts +35 -0
- package/types/fhir-ts/ClinicalUseDefinition_Warning.d.ts.map +1 -0
- package/types/fhir-ts/CodeSystem.d.ts +308 -0
- package/types/fhir-ts/CodeSystem.d.ts.map +1 -0
- package/types/fhir-ts/CodeSystem_Concept.d.ts +54 -0
- package/types/fhir-ts/CodeSystem_Concept.d.ts.map +1 -0
- package/types/fhir-ts/CodeSystem_Concept_Designation.d.ts +48 -0
- package/types/fhir-ts/CodeSystem_Concept_Designation.d.ts.map +1 -0
- package/types/fhir-ts/CodeSystem_Concept_Property.d.ts +65 -0
- package/types/fhir-ts/CodeSystem_Concept_Property.d.ts.map +1 -0
- package/types/fhir-ts/CodeSystem_Filter.d.ts +44 -0
- package/types/fhir-ts/CodeSystem_Filter.d.ts.map +1 -0
- package/types/fhir-ts/CodeSystem_Property.d.ts +44 -0
- package/types/fhir-ts/CodeSystem_Property.d.ts.map +1 -0
- package/types/fhir-ts/CodeableConcept.d.ts +29 -0
- package/types/fhir-ts/CodeableConcept.d.ts.map +1 -0
- package/types/fhir-ts/CodeableReference.d.ts +14 -0
- package/types/fhir-ts/CodeableReference.d.ts.map +1 -0
- package/types/fhir-ts/Coding.d.ts +44 -0
- package/types/fhir-ts/Coding.d.ts.map +1 -0
- package/types/fhir-ts/Communication.d.ts +201 -0
- package/types/fhir-ts/Communication.d.ts.map +1 -0
- package/types/fhir-ts/CommunicationRequest.d.ts +205 -0
- package/types/fhir-ts/CommunicationRequest.d.ts.map +1 -0
- package/types/fhir-ts/CommunicationRequest_Payload.d.ts +41 -0
- package/types/fhir-ts/CommunicationRequest_Payload.d.ts.map +1 -0
- package/types/fhir-ts/Communication_Payload.d.ts +41 -0
- package/types/fhir-ts/Communication_Payload.d.ts.map +1 -0
- package/types/fhir-ts/CompartmentDefinition.d.ts +173 -0
- package/types/fhir-ts/CompartmentDefinition.d.ts.map +1 -0
- package/types/fhir-ts/CompartmentDefinition_Resource.d.ts +50 -0
- package/types/fhir-ts/CompartmentDefinition_Resource.d.ts.map +1 -0
- package/types/fhir-ts/Composition.d.ts +197 -0
- package/types/fhir-ts/Composition.d.ts.map +1 -0
- package/types/fhir-ts/Composition_Attester.d.ts +46 -0
- package/types/fhir-ts/Composition_Attester.d.ts.map +1 -0
- package/types/fhir-ts/Composition_Event.d.ts +37 -0
- package/types/fhir-ts/Composition_Event.d.ts.map +1 -0
- package/types/fhir-ts/Composition_Section.d.ts +89 -0
- package/types/fhir-ts/Composition_Section.d.ts.map +1 -0
- package/types/fhir-ts/ConceptMap.d.ts +279 -0
- package/types/fhir-ts/ConceptMap.d.ts.map +1 -0
- package/types/fhir-ts/ConceptMap_AdditionalAttribute.d.ts +45 -0
- package/types/fhir-ts/ConceptMap_AdditionalAttribute.d.ts.map +1 -0
- package/types/fhir-ts/ConceptMap_Group.d.ts +46 -0
- package/types/fhir-ts/ConceptMap_Group.d.ts.map +1 -0
- package/types/fhir-ts/ConceptMap_Group_Element.d.ts +52 -0
- package/types/fhir-ts/ConceptMap_Group_Element.d.ts.map +1 -0
- package/types/fhir-ts/ConceptMap_Group_Element_Target.d.ts +67 -0
- package/types/fhir-ts/ConceptMap_Group_Element_Target.d.ts.map +1 -0
- package/types/fhir-ts/ConceptMap_Group_Element_Target_DependsOn.d.ts +61 -0
- package/types/fhir-ts/ConceptMap_Group_Element_Target_DependsOn.d.ts.map +1 -0
- package/types/fhir-ts/ConceptMap_Group_Element_Target_Property.d.ts +65 -0
- package/types/fhir-ts/ConceptMap_Group_Element_Target_Property.d.ts.map +1 -0
- package/types/fhir-ts/ConceptMap_Group_Unmapped.d.ts +56 -0
- package/types/fhir-ts/ConceptMap_Group_Unmapped.d.ts.map +1 -0
- package/types/fhir-ts/ConceptMap_Property.d.ts +49 -0
- package/types/fhir-ts/ConceptMap_Property.d.ts.map +1 -0
- package/types/fhir-ts/Condition.d.ts +202 -0
- package/types/fhir-ts/Condition.d.ts.map +1 -0
- package/types/fhir-ts/ConditionDefinition.d.ts +245 -0
- package/types/fhir-ts/ConditionDefinition.d.ts.map +1 -0
- package/types/fhir-ts/ConditionDefinition_Medication.d.ts +34 -0
- package/types/fhir-ts/ConditionDefinition_Medication.d.ts.map +1 -0
- package/types/fhir-ts/ConditionDefinition_Observation.d.ts +34 -0
- package/types/fhir-ts/ConditionDefinition_Observation.d.ts.map +1 -0
- package/types/fhir-ts/ConditionDefinition_Plan.d.ts +36 -0
- package/types/fhir-ts/ConditionDefinition_Plan.d.ts.map +1 -0
- package/types/fhir-ts/ConditionDefinition_Precondition.d.ts +46 -0
- package/types/fhir-ts/ConditionDefinition_Precondition.d.ts.map +1 -0
- package/types/fhir-ts/ConditionDefinition_Questionnaire.d.ts +36 -0
- package/types/fhir-ts/ConditionDefinition_Questionnaire.d.ts.map +1 -0
- package/types/fhir-ts/Condition_Participant.d.ts +42 -0
- package/types/fhir-ts/Condition_Participant.d.ts.map +1 -0
- package/types/fhir-ts/Condition_Stage.d.ts +43 -0
- package/types/fhir-ts/Condition_Stage.d.ts.map +1 -0
- package/types/fhir-ts/Consent.d.ts +172 -0
- package/types/fhir-ts/Consent.d.ts.map +1 -0
- package/types/fhir-ts/Consent_PolicyBasis.d.ts +37 -0
- package/types/fhir-ts/Consent_PolicyBasis.d.ts.map +1 -0
- package/types/fhir-ts/Consent_Provision.d.ts +95 -0
- package/types/fhir-ts/Consent_Provision.d.ts.map +1 -0
- package/types/fhir-ts/Consent_Provision_Actor.d.ts +43 -0
- package/types/fhir-ts/Consent_Provision_Actor.d.ts.map +1 -0
- package/types/fhir-ts/Consent_Provision_Data.d.ts +36 -0
- package/types/fhir-ts/Consent_Provision_Data.d.ts.map +1 -0
- package/types/fhir-ts/Consent_Verification.d.ts +58 -0
- package/types/fhir-ts/Consent_Verification.d.ts.map +1 -0
- package/types/fhir-ts/ContactDetail.d.ts +28 -0
- package/types/fhir-ts/ContactDetail.d.ts.map +1 -0
- package/types/fhir-ts/ContactPoint.d.ts +49 -0
- package/types/fhir-ts/ContactPoint.d.ts.map +1 -0
- package/types/fhir-ts/Contract.d.ts +254 -0
- package/types/fhir-ts/Contract.d.ts.map +1 -0
- package/types/fhir-ts/Contract_ContentDefinition.d.ts +59 -0
- package/types/fhir-ts/Contract_ContentDefinition.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Friendly.d.ts +35 -0
- package/types/fhir-ts/Contract_Friendly.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Legal.d.ts +35 -0
- package/types/fhir-ts/Contract_Legal.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Rule.d.ts +35 -0
- package/types/fhir-ts/Contract_Rule.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Signer.d.ts +46 -0
- package/types/fhir-ts/Contract_Signer.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term.d.ts +93 -0
- package/types/fhir-ts/Contract_Term.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term_Action.d.ts +153 -0
- package/types/fhir-ts/Contract_Term_Action.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term_Action_Subject.d.ts +42 -0
- package/types/fhir-ts/Contract_Term_Action_Subject.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term_Asset.d.ts +104 -0
- package/types/fhir-ts/Contract_Term_Asset.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term_Asset_Context.d.ts +42 -0
- package/types/fhir-ts/Contract_Term_Asset_Context.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term_Asset_ValuedItem.d.ts +109 -0
- package/types/fhir-ts/Contract_Term_Asset_ValuedItem.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term_Offer.d.ts +82 -0
- package/types/fhir-ts/Contract_Term_Offer.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term_Offer_Answer.d.ts +88 -0
- package/types/fhir-ts/Contract_Term_Offer_Answer.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term_Offer_Party.d.ts +42 -0
- package/types/fhir-ts/Contract_Term_Offer_Party.d.ts.map +1 -0
- package/types/fhir-ts/Contract_Term_SecurityLabel.d.ts +45 -0
- package/types/fhir-ts/Contract_Term_SecurityLabel.d.ts.map +1 -0
- package/types/fhir-ts/Count.d.ts +43 -0
- package/types/fhir-ts/Count.d.ts.map +1 -0
- package/types/fhir-ts/Coverage.d.ts +178 -0
- package/types/fhir-ts/Coverage.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityRequest.d.ts +153 -0
- package/types/fhir-ts/CoverageEligibilityRequest.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityRequest_Event.d.ts +41 -0
- package/types/fhir-ts/CoverageEligibilityRequest_Event.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityRequest_Insurance.d.ts +42 -0
- package/types/fhir-ts/CoverageEligibilityRequest_Insurance.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityRequest_Item.d.ts +86 -0
- package/types/fhir-ts/CoverageEligibilityRequest_Item.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityRequest_Item_Diagnosis.d.ts +35 -0
- package/types/fhir-ts/CoverageEligibilityRequest_Item_Diagnosis.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityRequest_SupportingInfo.d.ts +42 -0
- package/types/fhir-ts/CoverageEligibilityRequest_SupportingInfo.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityResponse.d.ts +159 -0
- package/types/fhir-ts/CoverageEligibilityResponse.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Error.d.ts +36 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Error.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Event.d.ts +41 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Event.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Insurance.d.ts +47 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Insurance.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Insurance_Item.d.ts +103 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Insurance_Item.d.ts.map +1 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Insurance_Item_Benefit.d.ts +62 -0
- package/types/fhir-ts/CoverageEligibilityResponse_Insurance_Item_Benefit.d.ts.map +1 -0
- package/types/fhir-ts/Coverage_Class.d.ts +42 -0
- package/types/fhir-ts/Coverage_Class.d.ts.map +1 -0
- package/types/fhir-ts/Coverage_CostToBeneficiary.d.ts +68 -0
- package/types/fhir-ts/Coverage_CostToBeneficiary.d.ts.map +1 -0
- package/types/fhir-ts/Coverage_CostToBeneficiary_Exception.d.ts +35 -0
- package/types/fhir-ts/Coverage_CostToBeneficiary_Exception.d.ts.map +1 -0
- package/types/fhir-ts/Coverage_PaymentBy.d.ts +38 -0
- package/types/fhir-ts/Coverage_PaymentBy.d.ts.map +1 -0
- package/types/fhir-ts/DataRequirement.d.ts +71 -0
- package/types/fhir-ts/DataRequirement.d.ts.map +1 -0
- package/types/fhir-ts/DataRequirement_CodeFilter.d.ts +38 -0
- package/types/fhir-ts/DataRequirement_CodeFilter.d.ts.map +1 -0
- package/types/fhir-ts/DataRequirement_DateFilter.d.ts +44 -0
- package/types/fhir-ts/DataRequirement_DateFilter.d.ts.map +1 -0
- package/types/fhir-ts/DataRequirement_Sort.d.ts +26 -0
- package/types/fhir-ts/DataRequirement_Sort.d.ts.map +1 -0
- package/types/fhir-ts/DataRequirement_ValueFilter.d.ts +49 -0
- package/types/fhir-ts/DataRequirement_ValueFilter.d.ts.map +1 -0
- package/types/fhir-ts/DetectedIssue.d.ts +159 -0
- package/types/fhir-ts/DetectedIssue.d.ts.map +1 -0
- package/types/fhir-ts/DetectedIssue_Evidence.d.ts +36 -0
- package/types/fhir-ts/DetectedIssue_Evidence.d.ts.map +1 -0
- package/types/fhir-ts/DetectedIssue_Mitigation.d.ts +51 -0
- package/types/fhir-ts/DetectedIssue_Mitigation.d.ts.map +1 -0
- package/types/fhir-ts/Device.d.ts +242 -0
- package/types/fhir-ts/Device.d.ts.map +1 -0
- package/types/fhir-ts/DeviceAssociation.d.ts +116 -0
- package/types/fhir-ts/DeviceAssociation.d.ts.map +1 -0
- package/types/fhir-ts/DeviceAssociation_Operation.d.ts +44 -0
- package/types/fhir-ts/DeviceAssociation_Operation.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition.d.ts +200 -0
- package/types/fhir-ts/DeviceDefinition.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_ChargeItem.d.ts +48 -0
- package/types/fhir-ts/DeviceDefinition_ChargeItem.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_Classification.d.ts +35 -0
- package/types/fhir-ts/DeviceDefinition_Classification.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_ConformsTo.d.ts +46 -0
- package/types/fhir-ts/DeviceDefinition_ConformsTo.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_CorrectiveAction.d.ts +41 -0
- package/types/fhir-ts/DeviceDefinition_CorrectiveAction.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_DeviceName.d.ts +35 -0
- package/types/fhir-ts/DeviceDefinition_DeviceName.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_Guideline.d.ts +65 -0
- package/types/fhir-ts/DeviceDefinition_Guideline.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_HasPart.d.ts +36 -0
- package/types/fhir-ts/DeviceDefinition_HasPart.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_Link.d.ts +36 -0
- package/types/fhir-ts/DeviceDefinition_Link.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_Material.d.ts +40 -0
- package/types/fhir-ts/DeviceDefinition_Material.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_Packaging.d.ts +56 -0
- package/types/fhir-ts/DeviceDefinition_Packaging.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_Packaging_Distributor.d.ts +36 -0
- package/types/fhir-ts/DeviceDefinition_Packaging_Distributor.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_Property.d.ts +68 -0
- package/types/fhir-ts/DeviceDefinition_Property.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_RegulatoryIdentifier.d.ts +44 -0
- package/types/fhir-ts/DeviceDefinition_RegulatoryIdentifier.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_UdiDeviceIdentifier.d.ts +44 -0
- package/types/fhir-ts/DeviceDefinition_UdiDeviceIdentifier.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_UdiDeviceIdentifier_MarketDistribution.d.ts +35 -0
- package/types/fhir-ts/DeviceDefinition_UdiDeviceIdentifier_MarketDistribution.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDefinition_Version.d.ts +42 -0
- package/types/fhir-ts/DeviceDefinition_Version.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDispense.d.ts +191 -0
- package/types/fhir-ts/DeviceDispense.d.ts.map +1 -0
- package/types/fhir-ts/DeviceDispense_Performer.d.ts +42 -0
- package/types/fhir-ts/DeviceDispense_Performer.d.ts.map +1 -0
- package/types/fhir-ts/DeviceMetric.d.ts +115 -0
- package/types/fhir-ts/DeviceMetric.d.ts.map +1 -0
- package/types/fhir-ts/DeviceMetric_Calibration.d.ts +39 -0
- package/types/fhir-ts/DeviceMetric_Calibration.d.ts.map +1 -0
- package/types/fhir-ts/DeviceRequest.d.ts +234 -0
- package/types/fhir-ts/DeviceRequest.d.ts.map +1 -0
- package/types/fhir-ts/DeviceRequest_Parameter.d.ts +52 -0
- package/types/fhir-ts/DeviceRequest_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/DeviceUsage.d.ts +186 -0
- package/types/fhir-ts/DeviceUsage.d.ts.map +1 -0
- package/types/fhir-ts/DeviceUsage_Adherence.d.ts +34 -0
- package/types/fhir-ts/DeviceUsage_Adherence.d.ts.map +1 -0
- package/types/fhir-ts/Device_ConformsTo.d.ts +40 -0
- package/types/fhir-ts/Device_ConformsTo.d.ts.map +1 -0
- package/types/fhir-ts/Device_Name.d.ts +39 -0
- package/types/fhir-ts/Device_Name.d.ts.map +1 -0
- package/types/fhir-ts/Device_Property.d.ts +68 -0
- package/types/fhir-ts/Device_Property.d.ts.map +1 -0
- package/types/fhir-ts/Device_UdiCarrier.d.ts +60 -0
- package/types/fhir-ts/Device_UdiCarrier.d.ts.map +1 -0
- package/types/fhir-ts/Device_Version.d.ts +47 -0
- package/types/fhir-ts/Device_Version.d.ts.map +1 -0
- package/types/fhir-ts/DiagnosticReport.d.ts +212 -0
- package/types/fhir-ts/DiagnosticReport.d.ts.map +1 -0
- package/types/fhir-ts/DiagnosticReport_Media.d.ts +37 -0
- package/types/fhir-ts/DiagnosticReport_Media.d.ts.map +1 -0
- package/types/fhir-ts/DiagnosticReport_SupportingInfo.d.ts +39 -0
- package/types/fhir-ts/DiagnosticReport_SupportingInfo.d.ts.map +1 -0
- package/types/fhir-ts/Distance.d.ts +43 -0
- package/types/fhir-ts/Distance.d.ts.map +1 -0
- package/types/fhir-ts/DocumentReference.d.ts +224 -0
- package/types/fhir-ts/DocumentReference.d.ts.map +1 -0
- package/types/fhir-ts/DocumentReference_Attester.d.ts +46 -0
- package/types/fhir-ts/DocumentReference_Attester.d.ts.map +1 -0
- package/types/fhir-ts/DocumentReference_Content.d.ts +34 -0
- package/types/fhir-ts/DocumentReference_Content.d.ts.map +1 -0
- package/types/fhir-ts/DocumentReference_Content_Profile.d.ts +40 -0
- package/types/fhir-ts/DocumentReference_Content_Profile.d.ts.map +1 -0
- package/types/fhir-ts/DocumentReference_RelatesTo.d.ts +37 -0
- package/types/fhir-ts/DocumentReference_RelatesTo.d.ts.map +1 -0
- package/types/fhir-ts/DomainResource.d.ts +61 -0
- package/types/fhir-ts/DomainResource.d.ts.map +1 -0
- package/types/fhir-ts/Dosage.d.ts +106 -0
- package/types/fhir-ts/Dosage.d.ts.map +1 -0
- package/types/fhir-ts/Dosage_DoseAndRate.d.ts +49 -0
- package/types/fhir-ts/Dosage_DoseAndRate.d.ts.map +1 -0
- package/types/fhir-ts/Duration.d.ts +43 -0
- package/types/fhir-ts/Duration.d.ts.map +1 -0
- package/types/fhir-ts/Element.d.ts +15 -0
- package/types/fhir-ts/Element.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition.d.ts +1149 -0
- package/types/fhir-ts/ElementDefinition.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition_Base.d.ts +33 -0
- package/types/fhir-ts/ElementDefinition_Base.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition_Binding.d.ts +38 -0
- package/types/fhir-ts/ElementDefinition_Binding.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition_Binding_Additional.d.ts +50 -0
- package/types/fhir-ts/ElementDefinition_Binding_Additional.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition_Constraint.d.ts +57 -0
- package/types/fhir-ts/ElementDefinition_Constraint.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition_Example.d.ts +325 -0
- package/types/fhir-ts/ElementDefinition_Example.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition_Mapping.d.ts +38 -0
- package/types/fhir-ts/ElementDefinition_Mapping.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition_Slicing.d.ts +39 -0
- package/types/fhir-ts/ElementDefinition_Slicing.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition_Slicing_Discriminator.d.ts +27 -0
- package/types/fhir-ts/ElementDefinition_Slicing_Discriminator.d.ts.map +1 -0
- package/types/fhir-ts/ElementDefinition_Type.d.ts +45 -0
- package/types/fhir-ts/ElementDefinition_Type.d.ts.map +1 -0
- package/types/fhir-ts/Encounter.d.ts +248 -0
- package/types/fhir-ts/Encounter.d.ts.map +1 -0
- package/types/fhir-ts/EncounterHistory.d.ts +147 -0
- package/types/fhir-ts/EncounterHistory.d.ts.map +1 -0
- package/types/fhir-ts/EncounterHistory_Location.d.ts +39 -0
- package/types/fhir-ts/EncounterHistory_Location.d.ts.map +1 -0
- package/types/fhir-ts/Encounter_Admission.d.ts +58 -0
- package/types/fhir-ts/Encounter_Admission.d.ts.map +1 -0
- package/types/fhir-ts/Encounter_Diagnosis.d.ts +36 -0
- package/types/fhir-ts/Encounter_Diagnosis.d.ts.map +1 -0
- package/types/fhir-ts/Encounter_Location.d.ts +52 -0
- package/types/fhir-ts/Encounter_Location.d.ts.map +1 -0
- package/types/fhir-ts/Encounter_Participant.d.ts +56 -0
- package/types/fhir-ts/Encounter_Participant.d.ts.map +1 -0
- package/types/fhir-ts/Encounter_Reason.d.ts +40 -0
- package/types/fhir-ts/Encounter_Reason.d.ts.map +1 -0
- package/types/fhir-ts/Endpoint.d.ts +139 -0
- package/types/fhir-ts/Endpoint.d.ts.map +1 -0
- package/types/fhir-ts/Endpoint_Payload.d.ts +37 -0
- package/types/fhir-ts/Endpoint_Payload.d.ts.map +1 -0
- package/types/fhir-ts/EnrollmentRequest.d.ts +104 -0
- package/types/fhir-ts/EnrollmentRequest.d.ts.map +1 -0
- package/types/fhir-ts/EnrollmentResponse.d.ts +108 -0
- package/types/fhir-ts/EnrollmentResponse.d.ts.map +1 -0
- package/types/fhir-ts/EpisodeOfCare.d.ts +141 -0
- package/types/fhir-ts/EpisodeOfCare.d.ts.map +1 -0
- package/types/fhir-ts/EpisodeOfCare_Diagnosis.d.ts +36 -0
- package/types/fhir-ts/EpisodeOfCare_Diagnosis.d.ts.map +1 -0
- package/types/fhir-ts/EpisodeOfCare_Reason.d.ts +39 -0
- package/types/fhir-ts/EpisodeOfCare_Reason.d.ts.map +1 -0
- package/types/fhir-ts/EpisodeOfCare_StatusHistory.d.ts +35 -0
- package/types/fhir-ts/EpisodeOfCare_StatusHistory.d.ts.map +1 -0
- package/types/fhir-ts/EventDefinition.d.ts +271 -0
- package/types/fhir-ts/EventDefinition.d.ts.map +1 -0
- package/types/fhir-ts/Evidence.d.ts +267 -0
- package/types/fhir-ts/Evidence.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceReport.d.ts +182 -0
- package/types/fhir-ts/EvidenceReport.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceReport_RelatesTo.d.ts +35 -0
- package/types/fhir-ts/EvidenceReport_RelatesTo.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceReport_RelatesTo_Target.d.ts +47 -0
- package/types/fhir-ts/EvidenceReport_RelatesTo_Target.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceReport_Section.d.ts +106 -0
- package/types/fhir-ts/EvidenceReport_Section.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceReport_Subject.d.ts +34 -0
- package/types/fhir-ts/EvidenceReport_Subject.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceReport_Subject_Characteristic.d.ts +70 -0
- package/types/fhir-ts/EvidenceReport_Subject_Characteristic.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceVariable.d.ts +259 -0
- package/types/fhir-ts/EvidenceVariable.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceVariable_Category.d.ts +47 -0
- package/types/fhir-ts/EvidenceVariable_Category.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceVariable_Characteristic.d.ts +114 -0
- package/types/fhir-ts/EvidenceVariable_Characteristic.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceVariable_Characteristic_DefinitionByCombination.d.ts +39 -0
- package/types/fhir-ts/EvidenceVariable_Characteristic_DefinitionByCombination.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceVariable_Characteristic_DefinitionByTypeAndValue.d.ts +80 -0
- package/types/fhir-ts/EvidenceVariable_Characteristic_DefinitionByTypeAndValue.d.ts.map +1 -0
- package/types/fhir-ts/EvidenceVariable_Characteristic_TimeFromEvent.d.ts +69 -0
- package/types/fhir-ts/EvidenceVariable_Characteristic_TimeFromEvent.d.ts.map +1 -0
- package/types/fhir-ts/Evidence_Certainty.d.ts +56 -0
- package/types/fhir-ts/Evidence_Certainty.d.ts.map +1 -0
- package/types/fhir-ts/Evidence_Statistic.d.ts +80 -0
- package/types/fhir-ts/Evidence_Statistic.d.ts.map +1 -0
- package/types/fhir-ts/Evidence_Statistic_AttributeEstimate.d.ts +65 -0
- package/types/fhir-ts/Evidence_Statistic_AttributeEstimate.d.ts.map +1 -0
- package/types/fhir-ts/Evidence_Statistic_ModelCharacteristic.d.ts +45 -0
- package/types/fhir-ts/Evidence_Statistic_ModelCharacteristic.d.ts.map +1 -0
- package/types/fhir-ts/Evidence_Statistic_ModelCharacteristic_Variable.d.ts +55 -0
- package/types/fhir-ts/Evidence_Statistic_ModelCharacteristic_Variable.d.ts.map +1 -0
- package/types/fhir-ts/Evidence_Statistic_SampleSize.d.ts +50 -0
- package/types/fhir-ts/Evidence_Statistic_SampleSize.d.ts.map +1 -0
- package/types/fhir-ts/Evidence_VariableDefinition.d.ts +59 -0
- package/types/fhir-ts/Evidence_VariableDefinition.d.ts.map +1 -0
- package/types/fhir-ts/ExampleScenario.d.ts +199 -0
- package/types/fhir-ts/ExampleScenario.d.ts.map +1 -0
- package/types/fhir-ts/ExampleScenario_Actor.d.ts +44 -0
- package/types/fhir-ts/ExampleScenario_Actor.d.ts.map +1 -0
- package/types/fhir-ts/ExampleScenario_Instance.d.ts +77 -0
- package/types/fhir-ts/ExampleScenario_Instance.d.ts.map +1 -0
- package/types/fhir-ts/ExampleScenario_Instance_ContainedInstance.d.ts +35 -0
- package/types/fhir-ts/ExampleScenario_Instance_ContainedInstance.d.ts.map +1 -0
- package/types/fhir-ts/ExampleScenario_Instance_Version.d.ts +46 -0
- package/types/fhir-ts/ExampleScenario_Instance_Version.d.ts.map +1 -0
- package/types/fhir-ts/ExampleScenario_Process.d.ts +50 -0
- package/types/fhir-ts/ExampleScenario_Process.d.ts.map +1 -0
- package/types/fhir-ts/ExampleScenario_Process_Step.d.ts +55 -0
- package/types/fhir-ts/ExampleScenario_Process_Step.d.ts.map +1 -0
- package/types/fhir-ts/ExampleScenario_Process_Step_Alternative.d.ts +39 -0
- package/types/fhir-ts/ExampleScenario_Process_Step_Alternative.d.ts.map +1 -0
- package/types/fhir-ts/ExampleScenario_Process_Step_Operation.d.ts +75 -0
- package/types/fhir-ts/ExampleScenario_Process_Step_Operation.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit.d.ts +342 -0
- package/types/fhir-ts/ExplanationOfBenefit.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Accident.d.ts +48 -0
- package/types/fhir-ts/ExplanationOfBenefit_Accident.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_AddItem.d.ts +180 -0
- package/types/fhir-ts/ExplanationOfBenefit_AddItem.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_AddItem_BodySite.d.ts +37 -0
- package/types/fhir-ts/ExplanationOfBenefit_AddItem_BodySite.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_AddItem_Detail.d.ts +107 -0
- package/types/fhir-ts/ExplanationOfBenefit_AddItem_Detail.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_AddItem_Detail_SubDetail.d.ts +102 -0
- package/types/fhir-ts/ExplanationOfBenefit_AddItem_Detail_SubDetail.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_BenefitBalance.d.ts +68 -0
- package/types/fhir-ts/ExplanationOfBenefit_BenefitBalance.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_BenefitBalance_Financial.d.ts +57 -0
- package/types/fhir-ts/ExplanationOfBenefit_BenefitBalance_Financial.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_CareTeam.d.ts +56 -0
- package/types/fhir-ts/ExplanationOfBenefit_CareTeam.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Diagnosis.d.ts +53 -0
- package/types/fhir-ts/ExplanationOfBenefit_Diagnosis.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Event.d.ts +41 -0
- package/types/fhir-ts/ExplanationOfBenefit_Event.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Insurance.d.ts +43 -0
- package/types/fhir-ts/ExplanationOfBenefit_Insurance.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item.d.ts +200 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_Adjudication.d.ts +50 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_Adjudication.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_BodySite.d.ts +37 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_BodySite.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_Detail.d.ts +131 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_Detail.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_Detail_SubDetail.d.ts +126 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_Detail_SubDetail.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_ReviewOutcome.d.ts +48 -0
- package/types/fhir-ts/ExplanationOfBenefit_Item_ReviewOutcome.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Payee.d.ts +41 -0
- package/types/fhir-ts/ExplanationOfBenefit_Payee.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Payment.d.ts +59 -0
- package/types/fhir-ts/ExplanationOfBenefit_Payment.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Procedure.d.ts +57 -0
- package/types/fhir-ts/ExplanationOfBenefit_Procedure.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_ProcessNote.d.ts +46 -0
- package/types/fhir-ts/ExplanationOfBenefit_ProcessNote.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Related.d.ts +44 -0
- package/types/fhir-ts/ExplanationOfBenefit_Related.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_SupportingInfo.d.ts +94 -0
- package/types/fhir-ts/ExplanationOfBenefit_SupportingInfo.d.ts.map +1 -0
- package/types/fhir-ts/ExplanationOfBenefit_Total.d.ts +36 -0
- package/types/fhir-ts/ExplanationOfBenefit_Total.d.ts.map +1 -0
- package/types/fhir-ts/Expression.d.ts +43 -0
- package/types/fhir-ts/Expression.d.ts.map +1 -0
- package/types/fhir-ts/ExtendedContactDetail.d.ts +56 -0
- package/types/fhir-ts/ExtendedContactDetail.d.ts.map +1 -0
- package/types/fhir-ts/Extension.d.ts +325 -0
- package/types/fhir-ts/Extension.d.ts.map +1 -0
- package/types/fhir-ts/FamilyMemberHistory.d.ts +219 -0
- package/types/fhir-ts/FamilyMemberHistory.d.ts.map +1 -0
- package/types/fhir-ts/FamilyMemberHistory_Condition.d.ts +69 -0
- package/types/fhir-ts/FamilyMemberHistory_Condition.d.ts.map +1 -0
- package/types/fhir-ts/FamilyMemberHistory_Participant.d.ts +42 -0
- package/types/fhir-ts/FamilyMemberHistory_Participant.d.ts.map +1 -0
- package/types/fhir-ts/FamilyMemberHistory_Procedure.d.ts +74 -0
- package/types/fhir-ts/FamilyMemberHistory_Procedure.d.ts.map +1 -0
- package/types/fhir-ts/FhirPrimitive.d.ts +7 -0
- package/types/fhir-ts/FhirPrimitive.d.ts.map +1 -0
- package/types/fhir-ts/Flag.d.ts +122 -0
- package/types/fhir-ts/Flag.d.ts.map +1 -0
- package/types/fhir-ts/FormularyItem.d.ts +79 -0
- package/types/fhir-ts/FormularyItem.d.ts.map +1 -0
- package/types/fhir-ts/GenomicStudy.d.ts +153 -0
- package/types/fhir-ts/GenomicStudy.d.ts.map +1 -0
- package/types/fhir-ts/GenomicStudy_Analysis.d.ts +125 -0
- package/types/fhir-ts/GenomicStudy_Analysis.d.ts.map +1 -0
- package/types/fhir-ts/GenomicStudy_Analysis_Device.d.ts +36 -0
- package/types/fhir-ts/GenomicStudy_Analysis_Device.d.ts.map +1 -0
- package/types/fhir-ts/GenomicStudy_Analysis_Input.d.ts +47 -0
- package/types/fhir-ts/GenomicStudy_Analysis_Input.d.ts.map +1 -0
- package/types/fhir-ts/GenomicStudy_Analysis_Output.d.ts +36 -0
- package/types/fhir-ts/GenomicStudy_Analysis_Output.d.ts.map +1 -0
- package/types/fhir-ts/GenomicStudy_Analysis_Performer.d.ts +39 -0
- package/types/fhir-ts/GenomicStudy_Analysis_Performer.d.ts.map +1 -0
- package/types/fhir-ts/Goal.d.ts +178 -0
- package/types/fhir-ts/Goal.d.ts.map +1 -0
- package/types/fhir-ts/Goal_Target.d.ts +79 -0
- package/types/fhir-ts/Goal_Target.d.ts.map +1 -0
- package/types/fhir-ts/GraphDefinition.d.ts +198 -0
- package/types/fhir-ts/GraphDefinition.d.ts.map +1 -0
- package/types/fhir-ts/GraphDefinition_Link.d.ts +71 -0
- package/types/fhir-ts/GraphDefinition_Link.d.ts.map +1 -0
- package/types/fhir-ts/GraphDefinition_Link_Compartment.d.ts +50 -0
- package/types/fhir-ts/GraphDefinition_Link_Compartment.d.ts.map +1 -0
- package/types/fhir-ts/GraphDefinition_Node.d.ts +44 -0
- package/types/fhir-ts/GraphDefinition_Node.d.ts.map +1 -0
- package/types/fhir-ts/Group.d.ts +131 -0
- package/types/fhir-ts/Group.d.ts.map +1 -0
- package/types/fhir-ts/Group_Characteristic.d.ts +70 -0
- package/types/fhir-ts/Group_Characteristic.d.ts.map +1 -0
- package/types/fhir-ts/Group_Member.d.ts +52 -0
- package/types/fhir-ts/Group_Member.d.ts.map +1 -0
- package/types/fhir-ts/GuidanceResponse.d.ts +173 -0
- package/types/fhir-ts/GuidanceResponse.d.ts.map +1 -0
- package/types/fhir-ts/HealthcareService.d.ts +203 -0
- package/types/fhir-ts/HealthcareService.d.ts.map +1 -0
- package/types/fhir-ts/HealthcareService_Eligibility.d.ts +36 -0
- package/types/fhir-ts/HealthcareService_Eligibility.d.ts.map +1 -0
- package/types/fhir-ts/HumanName.d.ts +56 -0
- package/types/fhir-ts/HumanName.d.ts.map +1 -0
- package/types/fhir-ts/Identifier.d.ts +55 -0
- package/types/fhir-ts/Identifier.d.ts.map +1 -0
- package/types/fhir-ts/ImagingSelection.d.ts +179 -0
- package/types/fhir-ts/ImagingSelection.d.ts.map +1 -0
- package/types/fhir-ts/ImagingSelection_Instance.d.ts +64 -0
- package/types/fhir-ts/ImagingSelection_Instance.d.ts.map +1 -0
- package/types/fhir-ts/ImagingSelection_Instance_ImageRegion2D.d.ts +37 -0
- package/types/fhir-ts/ImagingSelection_Instance_ImageRegion2D.d.ts.map +1 -0
- package/types/fhir-ts/ImagingSelection_Instance_ImageRegion3D.d.ts +36 -0
- package/types/fhir-ts/ImagingSelection_Instance_ImageRegion3D.d.ts.map +1 -0
- package/types/fhir-ts/ImagingSelection_Performer.d.ts +43 -0
- package/types/fhir-ts/ImagingSelection_Performer.d.ts.map +1 -0
- package/types/fhir-ts/ImagingStudy.d.ts +182 -0
- package/types/fhir-ts/ImagingStudy.d.ts.map +1 -0
- package/types/fhir-ts/ImagingStudy_Series.d.ts +92 -0
- package/types/fhir-ts/ImagingStudy_Series.d.ts.map +1 -0
- package/types/fhir-ts/ImagingStudy_Series_Instance.d.ts +47 -0
- package/types/fhir-ts/ImagingStudy_Series_Instance.d.ts.map +1 -0
- package/types/fhir-ts/ImagingStudy_Series_Performer.d.ts +43 -0
- package/types/fhir-ts/ImagingStudy_Series_Performer.d.ts.map +1 -0
- package/types/fhir-ts/Immunization.d.ts +234 -0
- package/types/fhir-ts/Immunization.d.ts.map +1 -0
- package/types/fhir-ts/ImmunizationEvaluation.d.ts +134 -0
- package/types/fhir-ts/ImmunizationEvaluation.d.ts.map +1 -0
- package/types/fhir-ts/ImmunizationRecommendation.d.ts +90 -0
- package/types/fhir-ts/ImmunizationRecommendation.d.ts.map +1 -0
- package/types/fhir-ts/ImmunizationRecommendation_Recommendation.d.ts +92 -0
- package/types/fhir-ts/ImmunizationRecommendation_Recommendation.d.ts.map +1 -0
- package/types/fhir-ts/ImmunizationRecommendation_Recommendation_DateCriterion.d.ts +35 -0
- package/types/fhir-ts/ImmunizationRecommendation_Recommendation_DateCriterion.d.ts.map +1 -0
- package/types/fhir-ts/Immunization_Performer.d.ts +41 -0
- package/types/fhir-ts/Immunization_Performer.d.ts.map +1 -0
- package/types/fhir-ts/Immunization_ProgramEligibility.d.ts +34 -0
- package/types/fhir-ts/Immunization_ProgramEligibility.d.ts.map +1 -0
- package/types/fhir-ts/Immunization_ProtocolApplied.d.ts +54 -0
- package/types/fhir-ts/Immunization_ProtocolApplied.d.ts.map +1 -0
- package/types/fhir-ts/Immunization_Reaction.d.ts +41 -0
- package/types/fhir-ts/Immunization_Reaction.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide.d.ts +220 -0
- package/types/fhir-ts/ImplementationGuide.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Definition.d.ts +48 -0
- package/types/fhir-ts/ImplementationGuide_Definition.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Grouping.d.ts +34 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Grouping.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Page.d.ts +61 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Page.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Parameter.d.ts +35 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Resource.d.ts +71 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Resource.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Template.d.ts +39 -0
- package/types/fhir-ts/ImplementationGuide_Definition_Template.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_DependsOn.d.ts +47 -0
- package/types/fhir-ts/ImplementationGuide_DependsOn.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Global.d.ts +35 -0
- package/types/fhir-ts/ImplementationGuide_Global.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Manifest.d.ts +49 -0
- package/types/fhir-ts/ImplementationGuide_Manifest.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Manifest_Page.d.ts +41 -0
- package/types/fhir-ts/ImplementationGuide_Manifest_Page.d.ts.map +1 -0
- package/types/fhir-ts/ImplementationGuide_Manifest_Resource.d.ts +54 -0
- package/types/fhir-ts/ImplementationGuide_Manifest_Resource.d.ts.map +1 -0
- package/types/fhir-ts/Ingredient.d.ts +118 -0
- package/types/fhir-ts/Ingredient.d.ts.map +1 -0
- package/types/fhir-ts/Ingredient_Manufacturer.d.ts +36 -0
- package/types/fhir-ts/Ingredient_Manufacturer.d.ts.map +1 -0
- package/types/fhir-ts/Ingredient_Substance.d.ts +35 -0
- package/types/fhir-ts/Ingredient_Substance.d.ts.map +1 -0
- package/types/fhir-ts/Ingredient_Substance_Strength.d.ts +98 -0
- package/types/fhir-ts/Ingredient_Substance_Strength.d.ts.map +1 -0
- package/types/fhir-ts/Ingredient_Substance_Strength_ReferenceStrength.d.ts +60 -0
- package/types/fhir-ts/Ingredient_Substance_Strength_ReferenceStrength.d.ts.map +1 -0
- package/types/fhir-ts/InsurancePlan.d.ts +143 -0
- package/types/fhir-ts/InsurancePlan.d.ts.map +1 -0
- package/types/fhir-ts/InsurancePlan_Coverage.d.ts +42 -0
- package/types/fhir-ts/InsurancePlan_Coverage.d.ts.map +1 -0
- package/types/fhir-ts/InsurancePlan_Coverage_Benefit.d.ts +40 -0
- package/types/fhir-ts/InsurancePlan_Coverage_Benefit.d.ts.map +1 -0
- package/types/fhir-ts/InsurancePlan_Coverage_Benefit_Limit.d.ts +37 -0
- package/types/fhir-ts/InsurancePlan_Coverage_Benefit_Limit.d.ts.map +1 -0
- package/types/fhir-ts/InsurancePlan_Plan.d.ts +59 -0
- package/types/fhir-ts/InsurancePlan_Plan.d.ts.map +1 -0
- package/types/fhir-ts/InsurancePlan_Plan_GeneralCost.d.ts +46 -0
- package/types/fhir-ts/InsurancePlan_Plan_GeneralCost.d.ts.map +1 -0
- package/types/fhir-ts/InsurancePlan_Plan_SpecificCost.d.ts +34 -0
- package/types/fhir-ts/InsurancePlan_Plan_SpecificCost.d.ts.map +1 -0
- package/types/fhir-ts/InsurancePlan_Plan_SpecificCost_Benefit.d.ts +34 -0
- package/types/fhir-ts/InsurancePlan_Plan_SpecificCost_Benefit.d.ts.map +1 -0
- package/types/fhir-ts/InsurancePlan_Plan_SpecificCost_Benefit_Cost.d.ts +45 -0
- package/types/fhir-ts/InsurancePlan_Plan_SpecificCost_Benefit_Cost.d.ts.map +1 -0
- package/types/fhir-ts/InventoryItem.d.ts +139 -0
- package/types/fhir-ts/InventoryItem.d.ts.map +1 -0
- package/types/fhir-ts/InventoryItem_Association.d.ts +48 -0
- package/types/fhir-ts/InventoryItem_Association.d.ts.map +1 -0
- package/types/fhir-ts/InventoryItem_Characteristic.d.ts +101 -0
- package/types/fhir-ts/InventoryItem_Characteristic.d.ts.map +1 -0
- package/types/fhir-ts/InventoryItem_Description.d.ts +34 -0
- package/types/fhir-ts/InventoryItem_Description.d.ts.map +1 -0
- package/types/fhir-ts/InventoryItem_Instance.d.ts +54 -0
- package/types/fhir-ts/InventoryItem_Instance.d.ts.map +1 -0
- package/types/fhir-ts/InventoryItem_Name.d.ts +40 -0
- package/types/fhir-ts/InventoryItem_Name.d.ts.map +1 -0
- package/types/fhir-ts/InventoryItem_ResponsibleOrganization.d.ts +36 -0
- package/types/fhir-ts/InventoryItem_ResponsibleOrganization.d.ts.map +1 -0
- package/types/fhir-ts/InventoryReport.d.ts +120 -0
- package/types/fhir-ts/InventoryReport.d.ts.map +1 -0
- package/types/fhir-ts/InventoryReport_InventoryListing.d.ts +47 -0
- package/types/fhir-ts/InventoryReport_InventoryListing.d.ts.map +1 -0
- package/types/fhir-ts/InventoryReport_InventoryListing_Item.d.ts +46 -0
- package/types/fhir-ts/InventoryReport_InventoryListing_Item.d.ts.map +1 -0
- package/types/fhir-ts/Invoice.d.ts +175 -0
- package/types/fhir-ts/Invoice.d.ts.map +1 -0
- package/types/fhir-ts/Invoice_LineItem.d.ts +58 -0
- package/types/fhir-ts/Invoice_LineItem.d.ts.map +1 -0
- package/types/fhir-ts/Invoice_Participant.d.ts +41 -0
- package/types/fhir-ts/Invoice_Participant.d.ts.map +1 -0
- package/types/fhir-ts/Library.d.ts +288 -0
- package/types/fhir-ts/Library.d.ts.map +1 -0
- package/types/fhir-ts/Linkage.d.ts +81 -0
- package/types/fhir-ts/Linkage.d.ts.map +1 -0
- package/types/fhir-ts/Linkage_Item.d.ts +36 -0
- package/types/fhir-ts/Linkage_Item.d.ts.map +1 -0
- package/types/fhir-ts/List.d.ts +146 -0
- package/types/fhir-ts/List.d.ts.map +1 -0
- package/types/fhir-ts/List_Entry.d.ts +49 -0
- package/types/fhir-ts/List_Entry.d.ts.map +1 -0
- package/types/fhir-ts/Location.d.ts +183 -0
- package/types/fhir-ts/Location.d.ts.map +1 -0
- package/types/fhir-ts/Location_Position.d.ts +39 -0
- package/types/fhir-ts/Location_Position.d.ts.map +1 -0
- package/types/fhir-ts/ManufacturedItemDefinition.d.ts +117 -0
- package/types/fhir-ts/ManufacturedItemDefinition.d.ts.map +1 -0
- package/types/fhir-ts/ManufacturedItemDefinition_Component.d.ts +55 -0
- package/types/fhir-ts/ManufacturedItemDefinition_Component.d.ts.map +1 -0
- package/types/fhir-ts/ManufacturedItemDefinition_Component_Constituent.d.ts +47 -0
- package/types/fhir-ts/ManufacturedItemDefinition_Component_Constituent.d.ts.map +1 -0
- package/types/fhir-ts/ManufacturedItemDefinition_Property.d.ts +68 -0
- package/types/fhir-ts/ManufacturedItemDefinition_Property.d.ts.map +1 -0
- package/types/fhir-ts/MarketingStatus.d.ts +51 -0
- package/types/fhir-ts/MarketingStatus.d.ts.map +1 -0
- package/types/fhir-ts/Measure.d.ts +351 -0
- package/types/fhir-ts/Measure.d.ts.map +1 -0
- package/types/fhir-ts/MeasureReport.d.ts +169 -0
- package/types/fhir-ts/MeasureReport.d.ts.map +1 -0
- package/types/fhir-ts/MeasureReport_Group.d.ts +95 -0
- package/types/fhir-ts/MeasureReport_Group.d.ts.map +1 -0
- package/types/fhir-ts/MeasureReport_Group_Population.d.ts +61 -0
- package/types/fhir-ts/MeasureReport_Group_Population.d.ts.map +1 -0
- package/types/fhir-ts/MeasureReport_Group_Stratifier.d.ts +40 -0
- package/types/fhir-ts/MeasureReport_Group_Stratifier.d.ts.map +1 -0
- package/types/fhir-ts/MeasureReport_Group_Stratifier_Stratum.d.ts +95 -0
- package/types/fhir-ts/MeasureReport_Group_Stratifier_Stratum.d.ts.map +1 -0
- package/types/fhir-ts/MeasureReport_Group_Stratifier_Stratum_Component.d.ts +63 -0
- package/types/fhir-ts/MeasureReport_Group_Stratifier_Stratum_Component.d.ts.map +1 -0
- package/types/fhir-ts/MeasureReport_Group_Stratifier_Stratum_Population.d.ts +61 -0
- package/types/fhir-ts/MeasureReport_Group_Stratifier_Stratum_Population.d.ts.map +1 -0
- package/types/fhir-ts/Measure_Group.d.ts +105 -0
- package/types/fhir-ts/Measure_Group.d.ts.map +1 -0
- package/types/fhir-ts/Measure_Group_Population.d.ts +68 -0
- package/types/fhir-ts/Measure_Group_Population.d.ts.map +1 -0
- package/types/fhir-ts/Measure_Group_Stratifier.d.ts +62 -0
- package/types/fhir-ts/Measure_Group_Stratifier.d.ts.map +1 -0
- package/types/fhir-ts/Measure_Group_Stratifier_Component.d.ts +57 -0
- package/types/fhir-ts/Measure_Group_Stratifier_Component.d.ts.map +1 -0
- package/types/fhir-ts/Measure_SupplementalData.d.ts +54 -0
- package/types/fhir-ts/Measure_SupplementalData.d.ts.map +1 -0
- package/types/fhir-ts/Measure_Term.d.ts +35 -0
- package/types/fhir-ts/Measure_Term.d.ts.map +1 -0
- package/types/fhir-ts/Medication.d.ts +116 -0
- package/types/fhir-ts/Medication.d.ts.map +1 -0
- package/types/fhir-ts/MedicationAdministration.d.ts +202 -0
- package/types/fhir-ts/MedicationAdministration.d.ts.map +1 -0
- package/types/fhir-ts/MedicationAdministration_Dosage.d.ts +67 -0
- package/types/fhir-ts/MedicationAdministration_Dosage.d.ts.map +1 -0
- package/types/fhir-ts/MedicationAdministration_Performer.d.ts +40 -0
- package/types/fhir-ts/MedicationAdministration_Performer.d.ts.map +1 -0
- package/types/fhir-ts/MedicationDispense.d.ts +228 -0
- package/types/fhir-ts/MedicationDispense.d.ts.map +1 -0
- package/types/fhir-ts/MedicationDispense_Performer.d.ts +42 -0
- package/types/fhir-ts/MedicationDispense_Performer.d.ts.map +1 -0
- package/types/fhir-ts/MedicationDispense_Substitution.d.ts +49 -0
- package/types/fhir-ts/MedicationDispense_Substitution.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge.d.ts +171 -0
- package/types/fhir-ts/MedicationKnowledge.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_Cost.d.ts +52 -0
- package/types/fhir-ts/MedicationKnowledge_Cost.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_Definitional.d.ts +52 -0
- package/types/fhir-ts/MedicationKnowledge_Definitional.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_Definitional_DrugCharacteristic.d.ts +57 -0
- package/types/fhir-ts/MedicationKnowledge_Definitional_DrugCharacteristic.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_Definitional_Ingredient.d.ts +53 -0
- package/types/fhir-ts/MedicationKnowledge_Definitional_Ingredient.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_IndicationGuideline.d.ts +35 -0
- package/types/fhir-ts/MedicationKnowledge_IndicationGuideline.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_IndicationGuideline_DosingGuideline.d.ts +44 -0
- package/types/fhir-ts/MedicationKnowledge_IndicationGuideline_DosingGuideline.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_IndicationGuideline_DosingGuideline_Dosage.d.ts +35 -0
- package/types/fhir-ts/MedicationKnowledge_IndicationGuideline_DosingGuideline_Dosage.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_IndicationGuideline_DosingGuideline_PatientCharacteristic.d.ts +46 -0
- package/types/fhir-ts/MedicationKnowledge_IndicationGuideline_DosingGuideline_PatientCharacteristic.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_MedicineClassification.d.ts +45 -0
- package/types/fhir-ts/MedicationKnowledge_MedicineClassification.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_MonitoringProgram.d.ts +35 -0
- package/types/fhir-ts/MedicationKnowledge_MonitoringProgram.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_Monograph.d.ts +36 -0
- package/types/fhir-ts/MedicationKnowledge_Monograph.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_Packaging.d.ts +35 -0
- package/types/fhir-ts/MedicationKnowledge_Packaging.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_Regulatory.d.ts +46 -0
- package/types/fhir-ts/MedicationKnowledge_Regulatory.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_Regulatory_MaxDispense.d.ts +35 -0
- package/types/fhir-ts/MedicationKnowledge_Regulatory_MaxDispense.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_Regulatory_Substitution.d.ts +35 -0
- package/types/fhir-ts/MedicationKnowledge_Regulatory_Substitution.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_RelatedMedicationKnowledge.d.ts +36 -0
- package/types/fhir-ts/MedicationKnowledge_RelatedMedicationKnowledge.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_StorageGuideline.d.ts +46 -0
- package/types/fhir-ts/MedicationKnowledge_StorageGuideline.d.ts.map +1 -0
- package/types/fhir-ts/MedicationKnowledge_StorageGuideline_EnvironmentalSetting.d.ts +46 -0
- package/types/fhir-ts/MedicationKnowledge_StorageGuideline_EnvironmentalSetting.d.ts.map +1 -0
- package/types/fhir-ts/MedicationRequest.d.ts +284 -0
- package/types/fhir-ts/MedicationRequest.d.ts.map +1 -0
- package/types/fhir-ts/MedicationRequest_DispenseRequest.d.ts +79 -0
- package/types/fhir-ts/MedicationRequest_DispenseRequest.d.ts.map +1 -0
- package/types/fhir-ts/MedicationRequest_DispenseRequest_InitialFill.d.ts +35 -0
- package/types/fhir-ts/MedicationRequest_DispenseRequest_InitialFill.d.ts.map +1 -0
- package/types/fhir-ts/MedicationRequest_Substitution.d.ts +40 -0
- package/types/fhir-ts/MedicationRequest_Substitution.d.ts.map +1 -0
- package/types/fhir-ts/MedicationStatement.d.ts +184 -0
- package/types/fhir-ts/MedicationStatement.d.ts.map +1 -0
- package/types/fhir-ts/MedicationStatement_Adherence.d.ts +35 -0
- package/types/fhir-ts/MedicationStatement_Adherence.d.ts.map +1 -0
- package/types/fhir-ts/Medication_Batch.d.ts +34 -0
- package/types/fhir-ts/Medication_Batch.d.ts.map +1 -0
- package/types/fhir-ts/Medication_Ingredient.d.ts +55 -0
- package/types/fhir-ts/Medication_Ingredient.d.ts.map +1 -0
- package/types/fhir-ts/MedicinalProductDefinition.d.ts +217 -0
- package/types/fhir-ts/MedicinalProductDefinition.d.ts.map +1 -0
- package/types/fhir-ts/MedicinalProductDefinition_Characteristic.d.ts +67 -0
- package/types/fhir-ts/MedicinalProductDefinition_Characteristic.d.ts.map +1 -0
- package/types/fhir-ts/MedicinalProductDefinition_Contact.d.ts +37 -0
- package/types/fhir-ts/MedicinalProductDefinition_Contact.d.ts.map +1 -0
- package/types/fhir-ts/MedicinalProductDefinition_CrossReference.d.ts +36 -0
- package/types/fhir-ts/MedicinalProductDefinition_CrossReference.d.ts.map +1 -0
- package/types/fhir-ts/MedicinalProductDefinition_Name.d.ts +45 -0
- package/types/fhir-ts/MedicinalProductDefinition_Name.d.ts.map +1 -0
- package/types/fhir-ts/MedicinalProductDefinition_Name_Part.d.ts +35 -0
- package/types/fhir-ts/MedicinalProductDefinition_Name_Part.d.ts.map +1 -0
- package/types/fhir-ts/MedicinalProductDefinition_Name_Usage.d.ts +39 -0
- package/types/fhir-ts/MedicinalProductDefinition_Name_Usage.d.ts.map +1 -0
- package/types/fhir-ts/MedicinalProductDefinition_Operation.d.ts +50 -0
- package/types/fhir-ts/MedicinalProductDefinition_Operation.d.ts.map +1 -0
- package/types/fhir-ts/MessageDefinition.d.ts +235 -0
- package/types/fhir-ts/MessageDefinition.d.ts.map +1 -0
- package/types/fhir-ts/MessageDefinition_AllowedResponse.d.ts +34 -0
- package/types/fhir-ts/MessageDefinition_AllowedResponse.d.ts.map +1 -0
- package/types/fhir-ts/MessageDefinition_Focus.d.ts +46 -0
- package/types/fhir-ts/MessageDefinition_Focus.d.ts.map +1 -0
- package/types/fhir-ts/MessageHeader.d.ts +127 -0
- package/types/fhir-ts/MessageHeader.d.ts.map +1 -0
- package/types/fhir-ts/MessageHeader_Destination.d.ts +54 -0
- package/types/fhir-ts/MessageHeader_Destination.d.ts.map +1 -0
- package/types/fhir-ts/MessageHeader_Response.d.ts +44 -0
- package/types/fhir-ts/MessageHeader_Response.d.ts.map +1 -0
- package/types/fhir-ts/MessageHeader_Source.d.ts +56 -0
- package/types/fhir-ts/MessageHeader_Source.d.ts.map +1 -0
- package/types/fhir-ts/Meta.d.ts +55 -0
- package/types/fhir-ts/Meta.d.ts.map +1 -0
- package/types/fhir-ts/MetadataResource.d.ts +246 -0
- package/types/fhir-ts/MetadataResource.d.ts.map +1 -0
- package/types/fhir-ts/MolecularSequence.d.ts +122 -0
- package/types/fhir-ts/MolecularSequence.d.ts.map +1 -0
- package/types/fhir-ts/MolecularSequence_Relative.d.ts +51 -0
- package/types/fhir-ts/MolecularSequence_Relative.d.ts.map +1 -0
- package/types/fhir-ts/MolecularSequence_Relative_Edit.d.ts +44 -0
- package/types/fhir-ts/MolecularSequence_Relative_Edit.d.ts.map +1 -0
- package/types/fhir-ts/MolecularSequence_Relative_StartingSequence.d.ts +71 -0
- package/types/fhir-ts/MolecularSequence_Relative_StartingSequence.d.ts.map +1 -0
- package/types/fhir-ts/MonetaryComponent.d.ts +38 -0
- package/types/fhir-ts/MonetaryComponent.d.ts.map +1 -0
- package/types/fhir-ts/Money.d.ts +27 -0
- package/types/fhir-ts/Money.d.ts.map +1 -0
- package/types/fhir-ts/NamingSystem.d.ts +270 -0
- package/types/fhir-ts/NamingSystem.d.ts.map +1 -0
- package/types/fhir-ts/NamingSystem_UniqueId.d.ts +61 -0
- package/types/fhir-ts/NamingSystem_UniqueId.d.ts.map +1 -0
- package/types/fhir-ts/Narrative.d.ts +27 -0
- package/types/fhir-ts/Narrative.d.ts.map +1 -0
- package/types/fhir-ts/NutritionIntake.d.ts +195 -0
- package/types/fhir-ts/NutritionIntake.d.ts.map +1 -0
- package/types/fhir-ts/NutritionIntake_ConsumedItem.d.ts +65 -0
- package/types/fhir-ts/NutritionIntake_ConsumedItem.d.ts.map +1 -0
- package/types/fhir-ts/NutritionIntake_IngredientLabel.d.ts +36 -0
- package/types/fhir-ts/NutritionIntake_IngredientLabel.d.ts.map +1 -0
- package/types/fhir-ts/NutritionIntake_Performer.d.ts +42 -0
- package/types/fhir-ts/NutritionIntake_Performer.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder.d.ts +201 -0
- package/types/fhir-ts/NutritionOrder.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_EnteralFormula.d.ts +75 -0
- package/types/fhir-ts/NutritionOrder_EnteralFormula.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_EnteralFormula_Additive.d.ts +42 -0
- package/types/fhir-ts/NutritionOrder_EnteralFormula_Additive.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_EnteralFormula_Administration.d.ts +45 -0
- package/types/fhir-ts/NutritionOrder_EnteralFormula_Administration.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_EnteralFormula_Administration_Schedule.d.ts +41 -0
- package/types/fhir-ts/NutritionOrder_EnteralFormula_Administration_Schedule.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_OralDiet.d.ts +56 -0
- package/types/fhir-ts/NutritionOrder_OralDiet.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_OralDiet_Nutrient.d.ts +35 -0
- package/types/fhir-ts/NutritionOrder_OralDiet_Nutrient.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_OralDiet_Schedule.d.ts +41 -0
- package/types/fhir-ts/NutritionOrder_OralDiet_Schedule.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_OralDiet_Texture.d.ts +36 -0
- package/types/fhir-ts/NutritionOrder_OralDiet_Texture.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_Supplement.d.ts +53 -0
- package/types/fhir-ts/NutritionOrder_Supplement.d.ts.map +1 -0
- package/types/fhir-ts/NutritionOrder_Supplement_Schedule.d.ts +41 -0
- package/types/fhir-ts/NutritionOrder_Supplement_Schedule.d.ts.map +1 -0
- package/types/fhir-ts/NutritionProduct.d.ts +118 -0
- package/types/fhir-ts/NutritionProduct.d.ts.map +1 -0
- package/types/fhir-ts/NutritionProduct_Characteristic.d.ts +62 -0
- package/types/fhir-ts/NutritionProduct_Characteristic.d.ts.map +1 -0
- package/types/fhir-ts/NutritionProduct_Ingredient.d.ts +36 -0
- package/types/fhir-ts/NutritionProduct_Ingredient.d.ts.map +1 -0
- package/types/fhir-ts/NutritionProduct_Instance.d.ts +62 -0
- package/types/fhir-ts/NutritionProduct_Instance.d.ts.map +1 -0
- package/types/fhir-ts/NutritionProduct_Nutrient.d.ts +36 -0
- package/types/fhir-ts/NutritionProduct_Nutrient.d.ts.map +1 -0
- package/types/fhir-ts/Observation.d.ts +341 -0
- package/types/fhir-ts/Observation.d.ts.map +1 -0
- package/types/fhir-ts/ObservationDefinition.d.ts +302 -0
- package/types/fhir-ts/ObservationDefinition.d.ts.map +1 -0
- package/types/fhir-ts/ObservationDefinition_Component.d.ts +46 -0
- package/types/fhir-ts/ObservationDefinition_Component.d.ts.map +1 -0
- package/types/fhir-ts/ObservationDefinition_QualifiedValue.d.ts +88 -0
- package/types/fhir-ts/ObservationDefinition_QualifiedValue.d.ts.map +1 -0
- package/types/fhir-ts/Observation_Component.d.ts +123 -0
- package/types/fhir-ts/Observation_Component.d.ts.map +1 -0
- package/types/fhir-ts/Observation_ReferenceRange.d.ts +64 -0
- package/types/fhir-ts/Observation_ReferenceRange.d.ts.map +1 -0
- package/types/fhir-ts/Observation_TriggeredBy.d.ts +42 -0
- package/types/fhir-ts/Observation_TriggeredBy.d.ts.map +1 -0
- package/types/fhir-ts/OperationDefinition.d.ts +258 -0
- package/types/fhir-ts/OperationDefinition.d.ts.map +1 -0
- package/types/fhir-ts/OperationDefinition_Overload.d.ts +34 -0
- package/types/fhir-ts/OperationDefinition_Overload.d.ts.map +1 -0
- package/types/fhir-ts/OperationDefinition_Parameter.d.ts +96 -0
- package/types/fhir-ts/OperationDefinition_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/OperationDefinition_Parameter_Binding.d.ts +36 -0
- package/types/fhir-ts/OperationDefinition_Parameter_Binding.d.ts.map +1 -0
- package/types/fhir-ts/OperationDefinition_Parameter_ReferencedFrom.d.ts +34 -0
- package/types/fhir-ts/OperationDefinition_Parameter_ReferencedFrom.d.ts.map +1 -0
- package/types/fhir-ts/OperationOutcome.d.ts +66 -0
- package/types/fhir-ts/OperationOutcome.d.ts.map +1 -0
- package/types/fhir-ts/OperationOutcome_Issue.d.ts +62 -0
- package/types/fhir-ts/OperationOutcome_Issue.d.ts.map +1 -0
- package/types/fhir-ts/Organization.d.ts +127 -0
- package/types/fhir-ts/Organization.d.ts.map +1 -0
- package/types/fhir-ts/OrganizationAffiliation.d.ts +134 -0
- package/types/fhir-ts/OrganizationAffiliation.d.ts.map +1 -0
- package/types/fhir-ts/Organization_Qualification.d.ts +48 -0
- package/types/fhir-ts/Organization_Qualification.d.ts.map +1 -0
- package/types/fhir-ts/PackagedProductDefinition.d.ts +144 -0
- package/types/fhir-ts/PackagedProductDefinition.d.ts.map +1 -0
- package/types/fhir-ts/PackagedProductDefinition_LegalStatusOfSupply.d.ts +34 -0
- package/types/fhir-ts/PackagedProductDefinition_LegalStatusOfSupply.d.ts.map +1 -0
- package/types/fhir-ts/PackagedProductDefinition_Packaging.d.ts +84 -0
- package/types/fhir-ts/PackagedProductDefinition_Packaging.d.ts.map +1 -0
- package/types/fhir-ts/PackagedProductDefinition_Packaging_ContainedItem.d.ts +40 -0
- package/types/fhir-ts/PackagedProductDefinition_Packaging_ContainedItem.d.ts.map +1 -0
- package/types/fhir-ts/PackagedProductDefinition_Packaging_Property.d.ts +57 -0
- package/types/fhir-ts/PackagedProductDefinition_Packaging_Property.d.ts.map +1 -0
- package/types/fhir-ts/ParameterDefinition.d.ts +51 -0
- package/types/fhir-ts/ParameterDefinition.d.ts.map +1 -0
- package/types/fhir-ts/Parameters.d.ts +37 -0
- package/types/fhir-ts/Parameters.d.ts.map +1 -0
- package/types/fhir-ts/Parameters_Parameter.d.ts +345 -0
- package/types/fhir-ts/Parameters_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/Patient.d.ts +181 -0
- package/types/fhir-ts/Patient.d.ts.map +1 -0
- package/types/fhir-ts/Patient_Communication.d.ts +37 -0
- package/types/fhir-ts/Patient_Communication.d.ts.map +1 -0
- package/types/fhir-ts/Patient_Contact.d.ts +67 -0
- package/types/fhir-ts/Patient_Contact.d.ts.map +1 -0
- package/types/fhir-ts/Patient_Link.d.ts +38 -0
- package/types/fhir-ts/Patient_Link.d.ts.map +1 -0
- package/types/fhir-ts/PaymentNotice.d.ts +131 -0
- package/types/fhir-ts/PaymentNotice.d.ts.map +1 -0
- package/types/fhir-ts/PaymentReconciliation.d.ts +223 -0
- package/types/fhir-ts/PaymentReconciliation.d.ts.map +1 -0
- package/types/fhir-ts/PaymentReconciliation_Allocation.d.ts +114 -0
- package/types/fhir-ts/PaymentReconciliation_Allocation.d.ts.map +1 -0
- package/types/fhir-ts/PaymentReconciliation_ProcessNote.d.ts +34 -0
- package/types/fhir-ts/PaymentReconciliation_ProcessNote.d.ts.map +1 -0
- package/types/fhir-ts/Period.d.ts +28 -0
- package/types/fhir-ts/Period.d.ts.map +1 -0
- package/types/fhir-ts/Permission.d.ts +106 -0
- package/types/fhir-ts/Permission.d.ts.map +1 -0
- package/types/fhir-ts/Permission_Justification.d.ts +37 -0
- package/types/fhir-ts/Permission_Justification.d.ts.map +1 -0
- package/types/fhir-ts/Permission_Rule.d.ts +45 -0
- package/types/fhir-ts/Permission_Rule.d.ts.map +1 -0
- package/types/fhir-ts/Permission_Rule_Activity.d.ts +49 -0
- package/types/fhir-ts/Permission_Rule_Activity.d.ts.map +1 -0
- package/types/fhir-ts/Permission_Rule_Data.d.ts +48 -0
- package/types/fhir-ts/Permission_Rule_Data.d.ts.map +1 -0
- package/types/fhir-ts/Permission_Rule_Data_Resource.d.ts +36 -0
- package/types/fhir-ts/Permission_Rule_Data_Resource.d.ts.map +1 -0
- package/types/fhir-ts/Person.d.ts +145 -0
- package/types/fhir-ts/Person.d.ts.map +1 -0
- package/types/fhir-ts/Person_Communication.d.ts +37 -0
- package/types/fhir-ts/Person_Communication.d.ts.map +1 -0
- package/types/fhir-ts/Person_Link.d.ts +39 -0
- package/types/fhir-ts/Person_Link.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition.d.ts +305 -0
- package/types/fhir-ts/PlanDefinition.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Action.d.ts +212 -0
- package/types/fhir-ts/PlanDefinition_Action.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Action_Condition.d.ts +37 -0
- package/types/fhir-ts/PlanDefinition_Action_Condition.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Action_DynamicValue.d.ts +37 -0
- package/types/fhir-ts/PlanDefinition_Action_DynamicValue.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Action_Input.d.ts +41 -0
- package/types/fhir-ts/PlanDefinition_Action_Input.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Action_Output.d.ts +41 -0
- package/types/fhir-ts/PlanDefinition_Action_Output.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Action_Participant.d.ts +69 -0
- package/types/fhir-ts/PlanDefinition_Action_Participant.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Action_RelatedAction.d.ts +51 -0
- package/types/fhir-ts/PlanDefinition_Action_RelatedAction.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Actor.d.ts +39 -0
- package/types/fhir-ts/PlanDefinition_Actor.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Actor_Option.d.ts +59 -0
- package/types/fhir-ts/PlanDefinition_Actor_Option.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Goal.d.ts +61 -0
- package/types/fhir-ts/PlanDefinition_Goal.d.ts.map +1 -0
- package/types/fhir-ts/PlanDefinition_Goal_Target.d.ts +74 -0
- package/types/fhir-ts/PlanDefinition_Goal_Target.d.ts.map +1 -0
- package/types/fhir-ts/Practitioner.d.ts +139 -0
- package/types/fhir-ts/Practitioner.d.ts.map +1 -0
- package/types/fhir-ts/PractitionerRole.d.ts +156 -0
- package/types/fhir-ts/PractitionerRole.d.ts.map +1 -0
- package/types/fhir-ts/Practitioner_Communication.d.ts +37 -0
- package/types/fhir-ts/Practitioner_Communication.d.ts.map +1 -0
- package/types/fhir-ts/Practitioner_Qualification.d.ts +48 -0
- package/types/fhir-ts/Practitioner_Qualification.d.ts.map +1 -0
- package/types/fhir-ts/Procedure.d.ts +276 -0
- package/types/fhir-ts/Procedure.d.ts.map +1 -0
- package/types/fhir-ts/Procedure_FocalDevice.d.ts +36 -0
- package/types/fhir-ts/Procedure_FocalDevice.d.ts.map +1 -0
- package/types/fhir-ts/Procedure_Performer.d.ts +55 -0
- package/types/fhir-ts/Procedure_Performer.d.ts.map +1 -0
- package/types/fhir-ts/ProductShelfLife.d.ts +46 -0
- package/types/fhir-ts/ProductShelfLife.d.ts.map +1 -0
- package/types/fhir-ts/Provenance.d.ts +149 -0
- package/types/fhir-ts/Provenance.d.ts.map +1 -0
- package/types/fhir-ts/Provenance_Agent.d.ts +54 -0
- package/types/fhir-ts/Provenance_Agent.d.ts.map +1 -0
- package/types/fhir-ts/Provenance_Entity.d.ts +43 -0
- package/types/fhir-ts/Provenance_Entity.d.ts.map +1 -0
- package/types/fhir-ts/Quantity.d.ts +43 -0
- package/types/fhir-ts/Quantity.d.ts.map +1 -0
- package/types/fhir-ts/Questionnaire.d.ts +234 -0
- package/types/fhir-ts/Questionnaire.d.ts.map +1 -0
- package/types/fhir-ts/QuestionnaireResponse.d.ts +142 -0
- package/types/fhir-ts/QuestionnaireResponse.d.ts.map +1 -0
- package/types/fhir-ts/QuestionnaireResponse_Item.d.ts +54 -0
- package/types/fhir-ts/QuestionnaireResponse_Item.d.ts.map +1 -0
- package/types/fhir-ts/QuestionnaireResponse_Item_Answer.d.ts +94 -0
- package/types/fhir-ts/QuestionnaireResponse_Item_Answer.d.ts.map +1 -0
- package/types/fhir-ts/Questionnaire_Item.d.ts +135 -0
- package/types/fhir-ts/Questionnaire_Item.d.ts.map +1 -0
- package/types/fhir-ts/Questionnaire_Item_AnswerOption.d.ts +61 -0
- package/types/fhir-ts/Questionnaire_Item_AnswerOption.d.ts.map +1 -0
- package/types/fhir-ts/Questionnaire_Item_EnableWhen.d.ts +88 -0
- package/types/fhir-ts/Questionnaire_Item_EnableWhen.d.ts.map +1 -0
- package/types/fhir-ts/Questionnaire_Item_Initial.d.ts +88 -0
- package/types/fhir-ts/Questionnaire_Item_Initial.d.ts.map +1 -0
- package/types/fhir-ts/Range.d.ts +28 -0
- package/types/fhir-ts/Range.d.ts.map +1 -0
- package/types/fhir-ts/Ratio.d.ts +26 -0
- package/types/fhir-ts/Ratio.d.ts.map +1 -0
- package/types/fhir-ts/RatioRange.d.ts +33 -0
- package/types/fhir-ts/RatioRange.d.ts.map +1 -0
- package/types/fhir-ts/Reference.d.ts +12 -0
- package/types/fhir-ts/Reference.d.ts.map +1 -0
- package/types/fhir-ts/RegulatedAuthorization.d.ts +158 -0
- package/types/fhir-ts/RegulatedAuthorization.d.ts.map +1 -0
- package/types/fhir-ts/RegulatedAuthorization_Case.d.ts +57 -0
- package/types/fhir-ts/RegulatedAuthorization_Case.d.ts.map +1 -0
- package/types/fhir-ts/RelatedArtifact.d.ts +74 -0
- package/types/fhir-ts/RelatedArtifact.d.ts.map +1 -0
- package/types/fhir-ts/RelatedPerson.d.ts +135 -0
- package/types/fhir-ts/RelatedPerson.d.ts.map +1 -0
- package/types/fhir-ts/RelatedPerson_Communication.d.ts +37 -0
- package/types/fhir-ts/RelatedPerson_Communication.d.ts.map +1 -0
- package/types/fhir-ts/RequestOrchestration.d.ts +175 -0
- package/types/fhir-ts/RequestOrchestration.d.ts.map +1 -0
- package/types/fhir-ts/RequestOrchestration_Action.d.ts +204 -0
- package/types/fhir-ts/RequestOrchestration_Action.d.ts.map +1 -0
- package/types/fhir-ts/RequestOrchestration_Action_Condition.d.ts +37 -0
- package/types/fhir-ts/RequestOrchestration_Action_Condition.d.ts.map +1 -0
- package/types/fhir-ts/RequestOrchestration_Action_DynamicValue.d.ts +37 -0
- package/types/fhir-ts/RequestOrchestration_Action_DynamicValue.d.ts.map +1 -0
- package/types/fhir-ts/RequestOrchestration_Action_Input.d.ts +41 -0
- package/types/fhir-ts/RequestOrchestration_Action_Input.d.ts.map +1 -0
- package/types/fhir-ts/RequestOrchestration_Action_Output.d.ts +41 -0
- package/types/fhir-ts/RequestOrchestration_Action_Output.d.ts.map +1 -0
- package/types/fhir-ts/RequestOrchestration_Action_Participant.d.ts +74 -0
- package/types/fhir-ts/RequestOrchestration_Action_Participant.d.ts.map +1 -0
- package/types/fhir-ts/RequestOrchestration_Action_RelatedAction.d.ts +51 -0
- package/types/fhir-ts/RequestOrchestration_Action_RelatedAction.d.ts.map +1 -0
- package/types/fhir-ts/Requirements.d.ts +205 -0
- package/types/fhir-ts/Requirements.d.ts.map +1 -0
- package/types/fhir-ts/Requirements_Statement.d.ts +91 -0
- package/types/fhir-ts/Requirements_Statement.d.ts.map +1 -0
- package/types/fhir-ts/ResearchStudy.d.ts +238 -0
- package/types/fhir-ts/ResearchStudy.d.ts.map +1 -0
- package/types/fhir-ts/ResearchStudy_AssociatedParty.d.ts +57 -0
- package/types/fhir-ts/ResearchStudy_AssociatedParty.d.ts.map +1 -0
- package/types/fhir-ts/ResearchStudy_ComparisonGroup.d.ts +58 -0
- package/types/fhir-ts/ResearchStudy_ComparisonGroup.d.ts.map +1 -0
- package/types/fhir-ts/ResearchStudy_Label.d.ts +35 -0
- package/types/fhir-ts/ResearchStudy_Label.d.ts.map +1 -0
- package/types/fhir-ts/ResearchStudy_Objective.d.ts +40 -0
- package/types/fhir-ts/ResearchStudy_Objective.d.ts.map +1 -0
- package/types/fhir-ts/ResearchStudy_OutcomeMeasure.d.ts +47 -0
- package/types/fhir-ts/ResearchStudy_OutcomeMeasure.d.ts.map +1 -0
- package/types/fhir-ts/ResearchStudy_ProgressStatus.d.ts +41 -0
- package/types/fhir-ts/ResearchStudy_ProgressStatus.d.ts.map +1 -0
- package/types/fhir-ts/ResearchStudy_Recruitment.d.ts +47 -0
- package/types/fhir-ts/ResearchStudy_Recruitment.d.ts.map +1 -0
- package/types/fhir-ts/ResearchSubject.d.ts +119 -0
- package/types/fhir-ts/ResearchSubject.d.ts.map +1 -0
- package/types/fhir-ts/ResearchSubject_Progress.d.ts +57 -0
- package/types/fhir-ts/ResearchSubject_Progress.d.ts.map +1 -0
- package/types/fhir-ts/Resource.d.ts +32 -0
- package/types/fhir-ts/Resource.d.ts.map +1 -0
- package/types/fhir-ts/RiskAssessment.d.ts +163 -0
- package/types/fhir-ts/RiskAssessment.d.ts.map +1 -0
- package/types/fhir-ts/RiskAssessment_Prediction.d.ts +67 -0
- package/types/fhir-ts/RiskAssessment_Prediction.d.ts.map +1 -0
- package/types/fhir-ts/SampledData.d.ts +72 -0
- package/types/fhir-ts/SampledData.d.ts.map +1 -0
- package/types/fhir-ts/Schedule.d.ts +122 -0
- package/types/fhir-ts/Schedule.d.ts.map +1 -0
- package/types/fhir-ts/SearchParameter.d.ts +268 -0
- package/types/fhir-ts/SearchParameter.d.ts.map +1 -0
- package/types/fhir-ts/SearchParameter_Component.d.ts +35 -0
- package/types/fhir-ts/SearchParameter_Component.d.ts.map +1 -0
- package/types/fhir-ts/ServiceRequest.d.ts +305 -0
- package/types/fhir-ts/ServiceRequest.d.ts.map +1 -0
- package/types/fhir-ts/ServiceRequest_OrderDetail.d.ts +42 -0
- package/types/fhir-ts/ServiceRequest_OrderDetail.d.ts.map +1 -0
- package/types/fhir-ts/ServiceRequest_OrderDetail_Parameter.d.ts +69 -0
- package/types/fhir-ts/ServiceRequest_OrderDetail_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/ServiceRequest_PatientInstruction.d.ts +35 -0
- package/types/fhir-ts/ServiceRequest_PatientInstruction.d.ts.map +1 -0
- package/types/fhir-ts/Signature.d.ts +65 -0
- package/types/fhir-ts/Signature.d.ts.map +1 -0
- package/types/fhir-ts/Slot.d.ts +123 -0
- package/types/fhir-ts/Slot.d.ts.map +1 -0
- package/types/fhir-ts/Specimen.d.ts +157 -0
- package/types/fhir-ts/Specimen.d.ts.map +1 -0
- package/types/fhir-ts/SpecimenDefinition.d.ts +244 -0
- package/types/fhir-ts/SpecimenDefinition.d.ts.map +1 -0
- package/types/fhir-ts/SpecimenDefinition_TypeTested.d.ts +76 -0
- package/types/fhir-ts/SpecimenDefinition_TypeTested.d.ts.map +1 -0
- package/types/fhir-ts/SpecimenDefinition_TypeTested_Container.d.ts +72 -0
- package/types/fhir-ts/SpecimenDefinition_TypeTested_Container.d.ts.map +1 -0
- package/types/fhir-ts/SpecimenDefinition_TypeTested_Container_Additive.d.ts +35 -0
- package/types/fhir-ts/SpecimenDefinition_TypeTested_Container_Additive.d.ts.map +1 -0
- package/types/fhir-ts/SpecimenDefinition_TypeTested_Handling.d.ts +47 -0
- package/types/fhir-ts/SpecimenDefinition_TypeTested_Handling.d.ts.map +1 -0
- package/types/fhir-ts/Specimen_Collection.d.ts +93 -0
- package/types/fhir-ts/Specimen_Collection.d.ts.map +1 -0
- package/types/fhir-ts/Specimen_Container.d.ts +42 -0
- package/types/fhir-ts/Specimen_Container.d.ts.map +1 -0
- package/types/fhir-ts/Specimen_Feature.d.ts +35 -0
- package/types/fhir-ts/Specimen_Feature.d.ts.map +1 -0
- package/types/fhir-ts/Specimen_Processing.d.ts +53 -0
- package/types/fhir-ts/Specimen_Processing.d.ts.map +1 -0
- package/types/fhir-ts/StructureDefinition.d.ts +258 -0
- package/types/fhir-ts/StructureDefinition.d.ts.map +1 -0
- package/types/fhir-ts/StructureDefinition_Context.d.ts +34 -0
- package/types/fhir-ts/StructureDefinition_Context.d.ts.map +1 -0
- package/types/fhir-ts/StructureDefinition_Differential.d.ts +29 -0
- package/types/fhir-ts/StructureDefinition_Differential.d.ts.map +1 -0
- package/types/fhir-ts/StructureDefinition_Mapping.d.ts +46 -0
- package/types/fhir-ts/StructureDefinition_Mapping.d.ts.map +1 -0
- package/types/fhir-ts/StructureDefinition_Snapshot.d.ts +29 -0
- package/types/fhir-ts/StructureDefinition_Snapshot.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap.d.ts +204 -0
- package/types/fhir-ts/StructureMap.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap_Const.d.ts +34 -0
- package/types/fhir-ts/StructureMap_Const.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap_Group.d.ts +55 -0
- package/types/fhir-ts/StructureMap_Group.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap_Group_Input.d.ts +44 -0
- package/types/fhir-ts/StructureMap_Group_Input.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap_Group_Rule.d.ts +54 -0
- package/types/fhir-ts/StructureMap_Group_Rule.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap_Group_Rule_Dependent.d.ts +34 -0
- package/types/fhir-ts/StructureMap_Group_Rule_Dependent.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap_Group_Rule_Source.d.ts +81 -0
- package/types/fhir-ts/StructureMap_Group_Rule_Source.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap_Group_Rule_Target.d.ts +59 -0
- package/types/fhir-ts/StructureMap_Group_Rule_Target.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap_Group_Rule_Target_Parameter.d.ts +64 -0
- package/types/fhir-ts/StructureMap_Group_Rule_Target_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/StructureMap_Structure.d.ts +45 -0
- package/types/fhir-ts/StructureMap_Structure.d.ts.map +1 -0
- package/types/fhir-ts/Subscription.d.ts +167 -0
- package/types/fhir-ts/Subscription.d.ts.map +1 -0
- package/types/fhir-ts/SubscriptionStatus.d.ts +101 -0
- package/types/fhir-ts/SubscriptionStatus.d.ts.map +1 -0
- package/types/fhir-ts/SubscriptionStatus_NotificationEvent.d.ts +47 -0
- package/types/fhir-ts/SubscriptionStatus_NotificationEvent.d.ts.map +1 -0
- package/types/fhir-ts/SubscriptionTopic.d.ts +231 -0
- package/types/fhir-ts/SubscriptionTopic.d.ts.map +1 -0
- package/types/fhir-ts/SubscriptionTopic_CanFilterBy.d.ts +59 -0
- package/types/fhir-ts/SubscriptionTopic_CanFilterBy.d.ts.map +1 -0
- package/types/fhir-ts/SubscriptionTopic_EventTrigger.d.ts +41 -0
- package/types/fhir-ts/SubscriptionTopic_EventTrigger.d.ts.map +1 -0
- package/types/fhir-ts/SubscriptionTopic_NotificationShape.d.ts +40 -0
- package/types/fhir-ts/SubscriptionTopic_NotificationShape.d.ts.map +1 -0
- package/types/fhir-ts/SubscriptionTopic_ResourceTrigger.d.ts +51 -0
- package/types/fhir-ts/SubscriptionTopic_ResourceTrigger.d.ts.map +1 -0
- package/types/fhir-ts/SubscriptionTopic_ResourceTrigger_QueryCriteria.d.ts +52 -0
- package/types/fhir-ts/SubscriptionTopic_ResourceTrigger_QueryCriteria.d.ts.map +1 -0
- package/types/fhir-ts/Subscription_FilterBy.d.ts +51 -0
- package/types/fhir-ts/Subscription_FilterBy.d.ts.map +1 -0
- package/types/fhir-ts/Subscription_Parameter.d.ts +34 -0
- package/types/fhir-ts/Subscription_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/Substance.d.ts +113 -0
- package/types/fhir-ts/Substance.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition.d.ts +191 -0
- package/types/fhir-ts/SubstanceDefinition.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_Characterization.d.ts +46 -0
- package/types/fhir-ts/SubstanceDefinition_Characterization.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_Code.d.ts +53 -0
- package/types/fhir-ts/SubstanceDefinition_Code.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_Moiety.d.ts +72 -0
- package/types/fhir-ts/SubstanceDefinition_Moiety.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_MolecularWeight.d.ts +40 -0
- package/types/fhir-ts/SubstanceDefinition_MolecularWeight.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_Name.d.ts +82 -0
- package/types/fhir-ts/SubstanceDefinition_Name.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_Name_Official.d.ts +40 -0
- package/types/fhir-ts/SubstanceDefinition_Name_Official.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_Property.d.ts +57 -0
- package/types/fhir-ts/SubstanceDefinition_Property.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_Relationship.d.ts +79 -0
- package/types/fhir-ts/SubstanceDefinition_Relationship.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_SourceMaterial.d.ts +49 -0
- package/types/fhir-ts/SubstanceDefinition_SourceMaterial.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_Structure.d.ts +67 -0
- package/types/fhir-ts/SubstanceDefinition_Structure.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceDefinition_Structure_Representation.d.ts +47 -0
- package/types/fhir-ts/SubstanceDefinition_Structure_Representation.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceNucleicAcid.d.ts +87 -0
- package/types/fhir-ts/SubstanceNucleicAcid.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceNucleicAcid_Subunit.d.ts +66 -0
- package/types/fhir-ts/SubstanceNucleicAcid_Subunit.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceNucleicAcid_Subunit_Linkage.d.ts +45 -0
- package/types/fhir-ts/SubstanceNucleicAcid_Subunit_Linkage.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceNucleicAcid_Subunit_Sugar.d.ts +40 -0
- package/types/fhir-ts/SubstanceNucleicAcid_Subunit_Sugar.d.ts.map +1 -0
- package/types/fhir-ts/SubstancePolymer.d.ts +98 -0
- package/types/fhir-ts/SubstancePolymer.d.ts.map +1 -0
- package/types/fhir-ts/SubstancePolymer_MonomerSet.d.ts +34 -0
- package/types/fhir-ts/SubstancePolymer_MonomerSet.d.ts.map +1 -0
- package/types/fhir-ts/SubstancePolymer_MonomerSet_StartingMaterial.d.ts +46 -0
- package/types/fhir-ts/SubstancePolymer_MonomerSet_StartingMaterial.d.ts.map +1 -0
- package/types/fhir-ts/SubstancePolymer_Repeat.d.ts +40 -0
- package/types/fhir-ts/SubstancePolymer_Repeat.d.ts.map +1 -0
- package/types/fhir-ts/SubstancePolymer_Repeat_RepeatUnit.d.ts +50 -0
- package/types/fhir-ts/SubstancePolymer_Repeat_RepeatUnit.d.ts.map +1 -0
- package/types/fhir-ts/SubstancePolymer_Repeat_RepeatUnit_DegreeOfPolymerisation.d.ts +45 -0
- package/types/fhir-ts/SubstancePolymer_Repeat_RepeatUnit_DegreeOfPolymerisation.d.ts.map +1 -0
- package/types/fhir-ts/SubstancePolymer_Repeat_RepeatUnit_StructuralRepresentation.d.ts +46 -0
- package/types/fhir-ts/SubstancePolymer_Repeat_RepeatUnit_StructuralRepresentation.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceProtein.d.ts +82 -0
- package/types/fhir-ts/SubstanceProtein.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceProtein_Subunit.d.ts +66 -0
- package/types/fhir-ts/SubstanceProtein_Subunit.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceReferenceInformation.d.ts +81 -0
- package/types/fhir-ts/SubstanceReferenceInformation.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceReferenceInformation_Gene.d.ts +41 -0
- package/types/fhir-ts/SubstanceReferenceInformation_Gene.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceReferenceInformation_GeneElement.d.ts +42 -0
- package/types/fhir-ts/SubstanceReferenceInformation_GeneElement.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceReferenceInformation_Target.d.ts +80 -0
- package/types/fhir-ts/SubstanceReferenceInformation_Target.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceSourceMaterial.d.ts +128 -0
- package/types/fhir-ts/SubstanceSourceMaterial.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceSourceMaterial_FractionDescription.d.ts +35 -0
- package/types/fhir-ts/SubstanceSourceMaterial_FractionDescription.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceSourceMaterial_Organism.d.ts +65 -0
- package/types/fhir-ts/SubstanceSourceMaterial_Organism.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceSourceMaterial_Organism_Author.d.ts +35 -0
- package/types/fhir-ts/SubstanceSourceMaterial_Organism_Author.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceSourceMaterial_Organism_Hybrid.d.ts +50 -0
- package/types/fhir-ts/SubstanceSourceMaterial_Organism_Hybrid.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceSourceMaterial_Organism_OrganismGeneral.d.ts +44 -0
- package/types/fhir-ts/SubstanceSourceMaterial_Organism_OrganismGeneral.d.ts.map +1 -0
- package/types/fhir-ts/SubstanceSourceMaterial_PartDescription.d.ts +34 -0
- package/types/fhir-ts/SubstanceSourceMaterial_PartDescription.d.ts.map +1 -0
- package/types/fhir-ts/Substance_Ingredient.d.ts +41 -0
- package/types/fhir-ts/Substance_Ingredient.d.ts.map +1 -0
- package/types/fhir-ts/SupplyDelivery.d.ts +143 -0
- package/types/fhir-ts/SupplyDelivery.d.ts.map +1 -0
- package/types/fhir-ts/SupplyDelivery_SuppliedItem.d.ts +41 -0
- package/types/fhir-ts/SupplyDelivery_SuppliedItem.d.ts.map +1 -0
- package/types/fhir-ts/SupplyRequest.d.ts +179 -0
- package/types/fhir-ts/SupplyRequest.d.ts.map +1 -0
- package/types/fhir-ts/SupplyRequest_Parameter.d.ts +52 -0
- package/types/fhir-ts/SupplyRequest_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/Task.d.ts +263 -0
- package/types/fhir-ts/Task.d.ts.map +1 -0
- package/types/fhir-ts/Task_Input.d.ts +334 -0
- package/types/fhir-ts/Task_Input.d.ts.map +1 -0
- package/types/fhir-ts/Task_Output.d.ts +333 -0
- package/types/fhir-ts/Task_Output.d.ts.map +1 -0
- package/types/fhir-ts/Task_Performer.d.ts +41 -0
- package/types/fhir-ts/Task_Performer.d.ts.map +1 -0
- package/types/fhir-ts/Task_Restriction.d.ts +50 -0
- package/types/fhir-ts/Task_Restriction.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities.d.ts +234 -0
- package/types/fhir-ts/TerminologyCapabilities.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_Closure.d.ts +29 -0
- package/types/fhir-ts/TerminologyCapabilities_Closure.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_CodeSystem.d.ts +44 -0
- package/types/fhir-ts/TerminologyCapabilities_CodeSystem.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_CodeSystem_Version.d.ts +54 -0
- package/types/fhir-ts/TerminologyCapabilities_CodeSystem_Version.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_CodeSystem_Version_Filter.d.ts +34 -0
- package/types/fhir-ts/TerminologyCapabilities_CodeSystem_Version_Filter.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_Expansion.d.ts +50 -0
- package/types/fhir-ts/TerminologyCapabilities_Expansion.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_Expansion_Parameter.d.ts +34 -0
- package/types/fhir-ts/TerminologyCapabilities_Expansion_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_Implementation.d.ts +34 -0
- package/types/fhir-ts/TerminologyCapabilities_Implementation.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_Software.d.ts +35 -0
- package/types/fhir-ts/TerminologyCapabilities_Software.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_Translation.d.ts +29 -0
- package/types/fhir-ts/TerminologyCapabilities_Translation.d.ts.map +1 -0
- package/types/fhir-ts/TerminologyCapabilities_ValidateCode.d.ts +29 -0
- package/types/fhir-ts/TerminologyCapabilities_ValidateCode.d.ts.map +1 -0
- package/types/fhir-ts/TestPlan.d.ts +214 -0
- package/types/fhir-ts/TestPlan.d.ts.map +1 -0
- package/types/fhir-ts/TestPlan_Dependency.d.ts +35 -0
- package/types/fhir-ts/TestPlan_Dependency.d.ts.map +1 -0
- package/types/fhir-ts/TestPlan_TestCase.d.ts +55 -0
- package/types/fhir-ts/TestPlan_TestCase.d.ts.map +1 -0
- package/types/fhir-ts/TestPlan_TestCase_Assertion.d.ts +40 -0
- package/types/fhir-ts/TestPlan_TestCase_Assertion.d.ts.map +1 -0
- package/types/fhir-ts/TestPlan_TestCase_Dependency.d.ts +35 -0
- package/types/fhir-ts/TestPlan_TestCase_Dependency.d.ts.map +1 -0
- package/types/fhir-ts/TestPlan_TestCase_TestData.d.ts +46 -0
- package/types/fhir-ts/TestPlan_TestCase_TestData.d.ts.map +1 -0
- package/types/fhir-ts/TestPlan_TestCase_TestRun.d.ts +34 -0
- package/types/fhir-ts/TestPlan_TestCase_TestRun.d.ts.map +1 -0
- package/types/fhir-ts/TestPlan_TestCase_TestRun_Script.d.ts +41 -0
- package/types/fhir-ts/TestPlan_TestCase_TestRun_Script.d.ts.map +1 -0
- package/types/fhir-ts/TestReport.d.ts +129 -0
- package/types/fhir-ts/TestReport.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Participant.d.ts +39 -0
- package/types/fhir-ts/TestReport_Participant.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Setup.d.ts +28 -0
- package/types/fhir-ts/TestReport_Setup.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Setup_Action.d.ts +33 -0
- package/types/fhir-ts/TestReport_Setup_Action.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Setup_Action_Assert.d.ts +44 -0
- package/types/fhir-ts/TestReport_Setup_Action_Assert.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Setup_Action_Assert_Requirement.d.ts +34 -0
- package/types/fhir-ts/TestReport_Setup_Action_Assert_Requirement.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Setup_Action_Operation.d.ts +39 -0
- package/types/fhir-ts/TestReport_Setup_Action_Operation.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Teardown.d.ts +28 -0
- package/types/fhir-ts/TestReport_Teardown.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Teardown_Action.d.ts +28 -0
- package/types/fhir-ts/TestReport_Teardown_Action.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Test.d.ts +39 -0
- package/types/fhir-ts/TestReport_Test.d.ts.map +1 -0
- package/types/fhir-ts/TestReport_Test_Action.d.ts +33 -0
- package/types/fhir-ts/TestReport_Test_Action.d.ts.map +1 -0
- package/types/fhir-ts/TestScript.d.ts +234 -0
- package/types/fhir-ts/TestScript.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Destination.d.ts +47 -0
- package/types/fhir-ts/TestScript_Destination.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Fixture.d.ts +42 -0
- package/types/fhir-ts/TestScript_Fixture.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Metadata.d.ts +33 -0
- package/types/fhir-ts/TestScript_Metadata.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Metadata_Capability.d.ts +60 -0
- package/types/fhir-ts/TestScript_Metadata_Capability.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Metadata_Link.d.ts +34 -0
- package/types/fhir-ts/TestScript_Metadata_Link.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Origin.d.ts +47 -0
- package/types/fhir-ts/TestScript_Origin.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Scope.d.ts +40 -0
- package/types/fhir-ts/TestScript_Scope.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Setup.d.ts +28 -0
- package/types/fhir-ts/TestScript_Setup.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Setup_Action.d.ts +33 -0
- package/types/fhir-ts/TestScript_Setup_Action.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Setup_Action_Assert.d.ts +176 -0
- package/types/fhir-ts/TestScript_Setup_Action_Assert.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Setup_Action_Assert_Requirement.d.ts +34 -0
- package/types/fhir-ts/TestScript_Setup_Action_Assert_Requirement.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Setup_Action_Operation.d.ts +124 -0
- package/types/fhir-ts/TestScript_Setup_Action_Operation.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Setup_Action_Operation_RequestHeader.d.ts +36 -0
- package/types/fhir-ts/TestScript_Setup_Action_Operation_RequestHeader.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Teardown.d.ts +28 -0
- package/types/fhir-ts/TestScript_Teardown.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Teardown_Action.d.ts +28 -0
- package/types/fhir-ts/TestScript_Teardown_Action.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Test.d.ts +39 -0
- package/types/fhir-ts/TestScript_Test.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Test_Action.d.ts +34 -0
- package/types/fhir-ts/TestScript_Test_Action.d.ts.map +1 -0
- package/types/fhir-ts/TestScript_Variable.d.ts +70 -0
- package/types/fhir-ts/TestScript_Variable.d.ts.map +1 -0
- package/types/fhir-ts/Timing.d.ts +41 -0
- package/types/fhir-ts/Timing.d.ts.map +1 -0
- package/types/fhir-ts/Timing_Repeat.d.ts +112 -0
- package/types/fhir-ts/Timing_Repeat.d.ts.map +1 -0
- package/types/fhir-ts/Transport.d.ts +252 -0
- package/types/fhir-ts/Transport.d.ts.map +1 -0
- package/types/fhir-ts/Transport_Input.d.ts +334 -0
- package/types/fhir-ts/Transport_Input.d.ts.map +1 -0
- package/types/fhir-ts/Transport_Output.d.ts +333 -0
- package/types/fhir-ts/Transport_Output.d.ts.map +1 -0
- package/types/fhir-ts/Transport_Restriction.d.ts +48 -0
- package/types/fhir-ts/Transport_Restriction.d.ts.map +1 -0
- package/types/fhir-ts/TriggerDefinition.d.ts +74 -0
- package/types/fhir-ts/TriggerDefinition.d.ts.map +1 -0
- package/types/fhir-ts/UsageContext.d.ts +45 -0
- package/types/fhir-ts/UsageContext.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet.d.ts +265 -0
- package/types/fhir-ts/ValueSet.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Compose.d.ts +55 -0
- package/types/fhir-ts/ValueSet_Compose.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Compose_Include.d.ts +57 -0
- package/types/fhir-ts/ValueSet_Compose_Include.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Compose_Include_Concept.d.ts +41 -0
- package/types/fhir-ts/ValueSet_Compose_Include_Concept.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Compose_Include_Concept_Designation.d.ts +48 -0
- package/types/fhir-ts/ValueSet_Compose_Include_Concept_Designation.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Compose_Include_Filter.d.ts +41 -0
- package/types/fhir-ts/ValueSet_Compose_Include_Filter.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Expansion.d.ts +69 -0
- package/types/fhir-ts/ValueSet_Expansion.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Expansion_Contains.d.ts +74 -0
- package/types/fhir-ts/ValueSet_Expansion_Contains.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Expansion_Contains_Property.d.ts +70 -0
- package/types/fhir-ts/ValueSet_Expansion_Contains_Property.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Expansion_Contains_Property_SubProperty.d.ts +65 -0
- package/types/fhir-ts/ValueSet_Expansion_Contains_Property_SubProperty.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Expansion_Parameter.d.ts +65 -0
- package/types/fhir-ts/ValueSet_Expansion_Parameter.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Expansion_Property.d.ts +34 -0
- package/types/fhir-ts/ValueSet_Expansion_Property.d.ts.map +1 -0
- package/types/fhir-ts/ValueSet_Scope.d.ts +34 -0
- package/types/fhir-ts/ValueSet_Scope.d.ts.map +1 -0
- package/types/fhir-ts/VerificationResult.d.ts +134 -0
- package/types/fhir-ts/VerificationResult.d.ts.map +1 -0
- package/types/fhir-ts/VerificationResult_Attestation.d.ts +70 -0
- package/types/fhir-ts/VerificationResult_Attestation.d.ts.map +1 -0
- package/types/fhir-ts/VerificationResult_PrimarySource.d.ts +64 -0
- package/types/fhir-ts/VerificationResult_PrimarySource.d.ts.map +1 -0
- package/types/fhir-ts/VerificationResult_Validator.d.ts +42 -0
- package/types/fhir-ts/VerificationResult_Validator.d.ts.map +1 -0
- package/types/fhir-ts/VirtualServiceDetail.d.ts +69 -0
- package/types/fhir-ts/VirtualServiceDetail.d.ts.map +1 -0
- package/types/fhir-ts/VisionPrescription.d.ts +109 -0
- package/types/fhir-ts/VisionPrescription.d.ts.map +1 -0
- package/types/fhir-ts/VisionPrescription_LensSpecification.d.ts +101 -0
- package/types/fhir-ts/VisionPrescription_LensSpecification.d.ts.map +1 -0
- package/types/fhir-ts/VisionPrescription_LensSpecification_Prism.d.ts +34 -0
- package/types/fhir-ts/VisionPrescription_LensSpecification_Prism.d.ts.map +1 -0
- package/types/fhir-ts/index.d.ts +837 -0
- package/types/fhir-ts/index.d.ts.map +1 -0
- package/types/index.d.ts +1 -0
- package/types/index.d.ts.map +1 -1
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Extension } from "./Extension";
|
|
2
|
+
import { FhirPrimitive } from "./FhirPrimitive";
|
|
3
|
+
export interface CapabilityStatement_Document {
|
|
4
|
+
/**
|
|
5
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
6
|
+
* @short Unique id for inter-element referencing
|
|
7
|
+
*/
|
|
8
|
+
id?: string;
|
|
9
|
+
/**
|
|
10
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
|
|
11
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
12
|
+
* @short Additional content defined by implementations
|
|
13
|
+
*/
|
|
14
|
+
extension?: Extension[];
|
|
15
|
+
/**
|
|
16
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained andor the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
|
|
17
|
+
|
|
18
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
19
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
20
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
21
|
+
*/
|
|
22
|
+
modifierExtension?: Extension[];
|
|
23
|
+
/**
|
|
24
|
+
* @description Mode of this document declaration - whether an application is a producer or consumer.
|
|
25
|
+
* @short producer | consumer
|
|
26
|
+
*/
|
|
27
|
+
mode: FhirPrimitive<string>;
|
|
28
|
+
/**
|
|
29
|
+
* @description A description of how the application supports or uses the specified document profile. For example, when documents are created, what action is taken with consumed documents, etc.
|
|
30
|
+
* @short Description of document support
|
|
31
|
+
*/
|
|
32
|
+
documentation?: FhirPrimitive<string>;
|
|
33
|
+
/**
|
|
34
|
+
* @description A profile on the document Bundle that constrains which resources are present, and their contents.
|
|
35
|
+
* @comment The profile is actually on the Bundle.
|
|
36
|
+
* @short Constraint on the resources used in the document
|
|
37
|
+
*/
|
|
38
|
+
profile: FhirPrimitive<string>;
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=CapabilityStatement_Document.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CapabilityStatement_Document.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/CapabilityStatement_Document.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,MAAM,WAAW,4BAA4B;IAC3C;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC;IACxB;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,SAAS,EAAE,CAAC;IAChC;;;OAGG;IACH,IAAI,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC5B;;;OAGG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACtC;;;;OAIG;IACH,OAAO,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;CAChC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { Extension } from "./Extension";
|
|
2
|
+
import { FhirPrimitive } from "./FhirPrimitive";
|
|
3
|
+
import { Organization } from "./Organization";
|
|
4
|
+
import { Reference } from "./Reference";
|
|
5
|
+
export interface CapabilityStatement_Implementation {
|
|
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 Information about the specific installation that this capability statement relates to.
|
|
27
|
+
* @short Describes this specific instance
|
|
28
|
+
*/
|
|
29
|
+
description: FhirPrimitive<string>;
|
|
30
|
+
/**
|
|
31
|
+
* @description An absolute base URL for the implementation. This forms the base for REST interfaces as well as the mailbox and document interfaces.
|
|
32
|
+
* @short Base URL for the installation
|
|
33
|
+
*/
|
|
34
|
+
url?: FhirPrimitive<string>;
|
|
35
|
+
/**
|
|
36
|
+
* @description The organization responsible for the management of the instance and oversight of the data on the server at the specified URL.
|
|
37
|
+
* @short Organization that manages the data
|
|
38
|
+
*/
|
|
39
|
+
custodian?: Reference<Organization>;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=CapabilityStatement_Implementation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CapabilityStatement_Implementation.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/CapabilityStatement_Implementation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAGxC,MAAM,WAAW,kCAAkC;IACjD;;;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,WAAW,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACnC;;;OAGG;IACH,GAAG,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC5B;;;OAGG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;CACrC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { CapabilityStatement_Messaging_Endpoint } from "./CapabilityStatement_Messaging_Endpoint";
|
|
2
|
+
import { CapabilityStatement_Messaging_SupportedMessage } from "./CapabilityStatement_Messaging_SupportedMessage";
|
|
3
|
+
import { Extension } from "./Extension";
|
|
4
|
+
import { FhirPrimitive } from "./FhirPrimitive";
|
|
5
|
+
export interface CapabilityStatement_Messaging {
|
|
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
|
+
* @backbone Nested BackboneElement: endpoint [0..1]
|
|
27
|
+
*/
|
|
28
|
+
endpoint?: CapabilityStatement_Messaging_Endpoint;
|
|
29
|
+
/**
|
|
30
|
+
* @description Length if the receiver's reliable messaging cache in minutes (if a receiver) or how long the cache length on the receiver should be (if a sender).
|
|
31
|
+
* @comment If this value is missing then the application does not implement (receiver) or depend on (sender) reliable messaging.
|
|
32
|
+
* @short Reliable Message Cache Length (min)
|
|
33
|
+
*/
|
|
34
|
+
reliableCache?: FhirPrimitive<number>;
|
|
35
|
+
/**
|
|
36
|
+
* @description Documentation about the system's messaging capabilities for this endpoint not otherwise documented by the capability statement. For example, the process for becoming an authorized messaging exchange partner.
|
|
37
|
+
* @short Messaging interface behavior details
|
|
38
|
+
*/
|
|
39
|
+
documentation?: FhirPrimitive<string>;
|
|
40
|
+
/**
|
|
41
|
+
* @backbone Nested BackboneElement: supportedMessage [0..1]
|
|
42
|
+
*/
|
|
43
|
+
supportedMessage?: CapabilityStatement_Messaging_SupportedMessage;
|
|
44
|
+
}
|
|
45
|
+
//# sourceMappingURL=CapabilityStatement_Messaging.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CapabilityStatement_Messaging.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/CapabilityStatement_Messaging.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAC;AAClG,OAAO,EAAE,8CAA8C,EAAE,MAAM,kDAAkD,CAAC;AAClH,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,MAAM,WAAW,6BAA6B;IAC5C;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC;IACxB;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,SAAS,EAAE,CAAC;IAChC;;OAEG;IACH,QAAQ,CAAC,EAAE,sCAAsC,CAAC;IAClD;;;;OAIG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACtC;;;OAGG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACtC;;OAEG;IACH,gBAAgB,CAAC,EAAE,8CAA8C,CAAC;CACnE"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Coding } from "./Coding";
|
|
2
|
+
import { Extension } from "./Extension";
|
|
3
|
+
import { FhirPrimitive } from "./FhirPrimitive";
|
|
4
|
+
export interface CapabilityStatement_Messaging_Endpoint {
|
|
5
|
+
/**
|
|
6
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
7
|
+
* @short Unique id for inter-element referencing
|
|
8
|
+
*/
|
|
9
|
+
id?: string;
|
|
10
|
+
/**
|
|
11
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
|
|
12
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
13
|
+
* @short Additional content defined by implementations
|
|
14
|
+
*/
|
|
15
|
+
extension?: Extension[];
|
|
16
|
+
/**
|
|
17
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained andor the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
|
|
18
|
+
|
|
19
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
20
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
21
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
22
|
+
*/
|
|
23
|
+
modifierExtension?: Extension[];
|
|
24
|
+
/**
|
|
25
|
+
* @description A list of the messaging transport protocol(s) identifiers, supported by this endpoint.
|
|
26
|
+
* @short http | ftp | mllp +
|
|
27
|
+
*/
|
|
28
|
+
protocol: Coding;
|
|
29
|
+
/**
|
|
30
|
+
* @description The network address of the endpoint. For solutions that do not use network addresses for routing, it can be just an identifier.
|
|
31
|
+
* @short Network address or identifier of the end-point
|
|
32
|
+
*/
|
|
33
|
+
address: FhirPrimitive<string>;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=CapabilityStatement_Messaging_Endpoint.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CapabilityStatement_Messaging_Endpoint.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/CapabilityStatement_Messaging_Endpoint.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,MAAM,WAAW,sCAAsC;IACrD;;;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,MAAM,CAAC;IACjB;;;OAGG;IACH,OAAO,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;CAChC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Extension } from "./Extension";
|
|
2
|
+
import { FhirPrimitive } from "./FhirPrimitive";
|
|
3
|
+
export interface CapabilityStatement_Messaging_SupportedMessage {
|
|
4
|
+
/**
|
|
5
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
6
|
+
* @short Unique id for inter-element referencing
|
|
7
|
+
*/
|
|
8
|
+
id?: string;
|
|
9
|
+
/**
|
|
10
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
|
|
11
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
12
|
+
* @short Additional content defined by implementations
|
|
13
|
+
*/
|
|
14
|
+
extension?: Extension[];
|
|
15
|
+
/**
|
|
16
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained andor the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
|
|
17
|
+
|
|
18
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
19
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
20
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
21
|
+
*/
|
|
22
|
+
modifierExtension?: Extension[];
|
|
23
|
+
/**
|
|
24
|
+
* @description The mode of this event declaration - whether application is sender or receiver.
|
|
25
|
+
* @short sender | receiver
|
|
26
|
+
*/
|
|
27
|
+
mode: FhirPrimitive<string>;
|
|
28
|
+
/**
|
|
29
|
+
* @description Points to a message definition that identifies the messaging event, message structure, allowed responses, etc.
|
|
30
|
+
* @short Message supported by this system
|
|
31
|
+
*/
|
|
32
|
+
definition: FhirPrimitive<string>;
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=CapabilityStatement_Messaging_SupportedMessage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CapabilityStatement_Messaging_SupportedMessage.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/CapabilityStatement_Messaging_SupportedMessage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,MAAM,WAAW,8CAA8C;IAC7D;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC;IACxB;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,SAAS,EAAE,CAAC;IAChC;;;OAGG;IACH,IAAI,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC5B;;;OAGG;IACH,UAAU,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;CACnC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { CapabilityStatement_Rest_Interaction } from "./CapabilityStatement_Rest_Interaction";
|
|
2
|
+
import { CapabilityStatement_Rest_Resource } from "./CapabilityStatement_Rest_Resource";
|
|
3
|
+
import { CapabilityStatement_Rest_Security } from "./CapabilityStatement_Rest_Security";
|
|
4
|
+
import { Extension } from "./Extension";
|
|
5
|
+
import { FhirPrimitive } from "./FhirPrimitive";
|
|
6
|
+
export interface CapabilityStatement_Rest {
|
|
7
|
+
/**
|
|
8
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
9
|
+
* @short Unique id for inter-element referencing
|
|
10
|
+
*/
|
|
11
|
+
id?: string;
|
|
12
|
+
/**
|
|
13
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
|
|
14
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
15
|
+
* @short Additional content defined by implementations
|
|
16
|
+
*/
|
|
17
|
+
extension?: Extension[];
|
|
18
|
+
/**
|
|
19
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained andor the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
|
|
20
|
+
|
|
21
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
22
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
23
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
24
|
+
*/
|
|
25
|
+
modifierExtension?: Extension[];
|
|
26
|
+
/**
|
|
27
|
+
* @description Identifies whether this portion of the statement is describing the ability to initiate or receive restful operations.
|
|
28
|
+
* @short client | server
|
|
29
|
+
*/
|
|
30
|
+
mode: FhirPrimitive<string>;
|
|
31
|
+
/**
|
|
32
|
+
* @description Information about the system's restful capabilities that apply across all applications, such as security.
|
|
33
|
+
* @short General description of implementation
|
|
34
|
+
*/
|
|
35
|
+
documentation?: FhirPrimitive<string>;
|
|
36
|
+
/**
|
|
37
|
+
* @backbone Nested BackboneElement: security [0..1]
|
|
38
|
+
*/
|
|
39
|
+
security?: CapabilityStatement_Rest_Security;
|
|
40
|
+
/**
|
|
41
|
+
* @backbone Nested BackboneElement: resource [0..1]
|
|
42
|
+
*/
|
|
43
|
+
resource?: CapabilityStatement_Rest_Resource;
|
|
44
|
+
/**
|
|
45
|
+
* @backbone Nested BackboneElement: interaction [0..1]
|
|
46
|
+
*/
|
|
47
|
+
interaction?: CapabilityStatement_Rest_Interaction;
|
|
48
|
+
/**
|
|
49
|
+
* @description Search parameters that are supported for searching all resources for implementations to support andor make use of - either references to ones defined in the specification, or additional ones defined forby the implementation. This is only for searches executed against the system-level endpoint.
|
|
50
|
+
* @comment Typically, the only search parameters supported for all searches are those that apply to all resources - tags, profiles, text search etc. These search parameters should include the control search parameters such as _sort, _count, etc. that also apply to this resource (though many will be listed at [CapabilityStatement.rest.searchParam](capabilitystatement-definitions.html#CapabilityStatement.rest.searchParam)). The behavior of some search parameters may be further described by other code or extension elements, or narrative within the capability statement or linked [SearchParameter](searchparameter.html#) definitions.
|
|
51
|
+
* @short Search parameters for searching all resources
|
|
52
|
+
*/
|
|
53
|
+
searchParam?: any[];
|
|
54
|
+
/**
|
|
55
|
+
* @description Definition of an operation or a named query together with its parameters and their meaning and type.
|
|
56
|
+
* @comment CapabilityStatement.rest.operation is for operations invoked at the system level, or for operations that are supported across multiple resource types. Operations linked from CapabilityStatement.rest.operation must have OperationDefinition.system = true, or more than one Operation.resource.
|
|
57
|
+
* @short Definition of a system level operation
|
|
58
|
+
*/
|
|
59
|
+
operation?: any[];
|
|
60
|
+
/**
|
|
61
|
+
* @description An absolute URI which is a reference to the definition of a compartment that the system supports. The reference is to a CompartmentDefinition resource by its canonical URL .
|
|
62
|
+
* @comment At present, the only defined compartments are at [CompartmentDefinition](compartmentdefinition.html).
|
|
63
|
+
* @short Compartments servedused by system
|
|
64
|
+
*/
|
|
65
|
+
compartment?: FhirPrimitive<string>[];
|
|
66
|
+
}
|
|
67
|
+
//# sourceMappingURL=CapabilityStatement_Rest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CapabilityStatement_Rest.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/CapabilityStatement_Rest.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAC9F,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AACxF,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AACxF,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAIhD,MAAM,WAAW,wBAAwB;IACvC;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC;IACxB;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,SAAS,EAAE,CAAC;IAChC;;;OAGG;IACH,IAAI,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC5B;;;OAGG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACtC;;OAEG;IACH,QAAQ,CAAC,EAAE,iCAAiC,CAAC;IAC7C;;OAEG;IACH,QAAQ,CAAC,EAAE,iCAAiC,CAAC;IAC7C;;OAEG;IACH,WAAW,CAAC,EAAE,oCAAoC,CAAC;IACnD;;;;OAIG;IACH,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC;IACpB;;;;OAIG;IACH,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC;IAClB;;;;OAIG;IACH,WAAW,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,EAAE,CAAC;CACvC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Extension } from "./Extension";
|
|
2
|
+
import { FhirPrimitive } from "./FhirPrimitive";
|
|
3
|
+
export interface CapabilityStatement_Rest_Interaction {
|
|
4
|
+
/**
|
|
5
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
6
|
+
* @short Unique id for inter-element referencing
|
|
7
|
+
*/
|
|
8
|
+
id?: string;
|
|
9
|
+
/**
|
|
10
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
|
|
11
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
12
|
+
* @short Additional content defined by implementations
|
|
13
|
+
*/
|
|
14
|
+
extension?: Extension[];
|
|
15
|
+
/**
|
|
16
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained andor the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
|
|
17
|
+
|
|
18
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
19
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
20
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
21
|
+
*/
|
|
22
|
+
modifierExtension?: Extension[];
|
|
23
|
+
/**
|
|
24
|
+
* @description A coded identifier of the operation, supported by the system.
|
|
25
|
+
* @short transaction | batch | search-system | history-system
|
|
26
|
+
*/
|
|
27
|
+
code: FhirPrimitive<string>;
|
|
28
|
+
/**
|
|
29
|
+
* @description Guidance specific to the implementation of this operation, such as limitations on the kind of transactions allowed, or information about system wide search is implemented.
|
|
30
|
+
* @short Anything special about operation behavior
|
|
31
|
+
*/
|
|
32
|
+
documentation?: FhirPrimitive<string>;
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=CapabilityStatement_Rest_Interaction.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CapabilityStatement_Rest_Interaction.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/CapabilityStatement_Rest_Interaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,MAAM,WAAW,oCAAoC;IACnD;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC;IACxB;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,SAAS,EAAE,CAAC;IAChC;;;OAGG;IACH,IAAI,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC5B;;;OAGG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;CACvC"}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import { CapabilityStatement_Rest_Resource_Interaction } from "./CapabilityStatement_Rest_Resource_Interaction";
|
|
2
|
+
import { CapabilityStatement_Rest_Resource_Operation } from "./CapabilityStatement_Rest_Resource_Operation";
|
|
3
|
+
import { CapabilityStatement_Rest_Resource_SearchParam } from "./CapabilityStatement_Rest_Resource_SearchParam";
|
|
4
|
+
import { Extension } from "./Extension";
|
|
5
|
+
import { FhirPrimitive } from "./FhirPrimitive";
|
|
6
|
+
export interface CapabilityStatement_Rest_Resource {
|
|
7
|
+
/**
|
|
8
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
9
|
+
* @short Unique id for inter-element referencing
|
|
10
|
+
*/
|
|
11
|
+
id?: string;
|
|
12
|
+
/**
|
|
13
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
|
|
14
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
15
|
+
* @short Additional content defined by implementations
|
|
16
|
+
*/
|
|
17
|
+
extension?: Extension[];
|
|
18
|
+
/**
|
|
19
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained andor the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
|
|
20
|
+
|
|
21
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
22
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
23
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
24
|
+
*/
|
|
25
|
+
modifierExtension?: Extension[];
|
|
26
|
+
/**
|
|
27
|
+
* @description A type of resource exposed via the restful interface.
|
|
28
|
+
* @short A resource type that is supported
|
|
29
|
+
*/
|
|
30
|
+
type: FhirPrimitive<string>;
|
|
31
|
+
/**
|
|
32
|
+
* @description A system-wide profile that is applied across all instances of the resource supported by the system. For example, if declared on Observation, this profile is the "superset" of capabilities for laboratory and vitals and other domains. See further discussion in [Using Profiles](profiling.html#profile-uses).
|
|
33
|
+
* @comment All other profiles for this type that are listed in `.rest.resource.supportedProfile` must conform to this profile.
|
|
34
|
+
* @short System-wide profile
|
|
35
|
+
*/
|
|
36
|
+
profile?: FhirPrimitive<string>;
|
|
37
|
+
/**
|
|
38
|
+
* @description A list of profiles representing different use cases the system hostsproduces. A supported profile is a statement about the functionality of the data and services provided by the server (or the client) for supported use cases. For example, a system can define and declare multiple Observation profiles for laboratory observations, vital sign observations, etc. By declaring supported profiles, systems provide a way to determine whether individual resources are conformant. See further discussion in [Using Profiles](profiling.html#profile-uses).
|
|
39
|
+
* @comment Supported profiles must conform to the resource profile in the `.rest.resource.profile` element if it is present. The resource profile is a system-wide profile applied across all instances of the resource supported by the system. A supported profile is a statement about the functionality of the data and services provided by the server (or used by the client) for a particular set of use cases and will not necessarily apply to all data consumed or exposed by the server.
|
|
40
|
+
* @short Use-case specific profiles
|
|
41
|
+
*/
|
|
42
|
+
supportedProfile?: FhirPrimitive<string>[];
|
|
43
|
+
/**
|
|
44
|
+
* @description Additional information about the resource type used by the system.
|
|
45
|
+
* @short Additional information about the use of the resource type
|
|
46
|
+
*/
|
|
47
|
+
documentation?: FhirPrimitive<string>;
|
|
48
|
+
/**
|
|
49
|
+
* @backbone Nested BackboneElement: interaction [0..1]
|
|
50
|
+
*/
|
|
51
|
+
interaction?: CapabilityStatement_Rest_Resource_Interaction;
|
|
52
|
+
/**
|
|
53
|
+
* @description This field is set to no-version to specify that the system does not support (server) or use (client) versioning for this resource type. If this has some other value, the server must at least correctly track and populate the versionId meta-property on resources. If the value is 'versioned-update', then the server supports all the versioning features, including using e-tags for version integrity in the API.
|
|
54
|
+
* @comment If a server supports versionIds correctly, it SHOULD support vread too, but is not required to do so.
|
|
55
|
+
* @short no-version | versioned | versioned-update
|
|
56
|
+
*/
|
|
57
|
+
versioning?: FhirPrimitive<string>;
|
|
58
|
+
/**
|
|
59
|
+
* @description A flag for whether the server is able to return past versions as part of the vRead operation.
|
|
60
|
+
* @comment It is useful to support the vRead operation for current operations, even if past versions aren't available.
|
|
61
|
+
* @short Whether vRead can return past versions
|
|
62
|
+
*/
|
|
63
|
+
readHistory?: FhirPrimitive<boolean>;
|
|
64
|
+
/**
|
|
65
|
+
* @description A flag to indicate that the server allows or needs to allow the client to create new identities on the server (that is, the client PUTs to a location where there is no existing resource). Allowing this operation means that the server allows the client to create new identities on the server.
|
|
66
|
+
* @comment Allowing the clients to create new identities on the server means that the system administrator needs to have confidence that the clients do not create clashing identities between them. Obviously, if there is only one client, this won't happen. While creating identities on the client means that the clients need to be managed, it's much more convenient for many scenarios if such management can be put in place.
|
|
67
|
+
* @short If update can commit to a new identity
|
|
68
|
+
*/
|
|
69
|
+
updateCreate?: FhirPrimitive<boolean>;
|
|
70
|
+
/**
|
|
71
|
+
* @description A flag that indicates that the server supports conditional create.
|
|
72
|
+
* @comment Conditional Create is mainly appropriate for interface engine scripts converting from other formats, such as v2.
|
|
73
|
+
* @short If allowsuses conditional create
|
|
74
|
+
*/
|
|
75
|
+
conditionalCreate?: FhirPrimitive<boolean>;
|
|
76
|
+
/**
|
|
77
|
+
* @description A code that indicates how the server supports conditional read.
|
|
78
|
+
* @comment Conditional Read is mainly appropriate for interface engine scripts converting from other formats, such as v2.
|
|
79
|
+
* @short not-supported | modified-since | not-match | full-support
|
|
80
|
+
*/
|
|
81
|
+
conditionalRead?: FhirPrimitive<string>;
|
|
82
|
+
/**
|
|
83
|
+
* @description A flag that indicates that the server supports conditional update.
|
|
84
|
+
* @comment Conditional Update is mainly appropriate for interface engine scripts converting from other formats, such as v2.
|
|
85
|
+
* @short If allowsuses conditional update
|
|
86
|
+
*/
|
|
87
|
+
conditionalUpdate?: FhirPrimitive<boolean>;
|
|
88
|
+
/**
|
|
89
|
+
* @description A flag that indicates that the server supports conditional patch.
|
|
90
|
+
* @comment Conditional Patch is mainly appropriate for interface engine scripts converting from other formats, such as v2.
|
|
91
|
+
* @short If allowsuses conditional patch
|
|
92
|
+
*/
|
|
93
|
+
conditionalPatch?: FhirPrimitive<boolean>;
|
|
94
|
+
/**
|
|
95
|
+
* @description A code that indicates how the server supports conditional delete.
|
|
96
|
+
* @comment Conditional Delete is mainly appropriate for interface engine scripts converting from other formats, such as v2.
|
|
97
|
+
* @short not-supported | single | multiple - how conditional delete is supported
|
|
98
|
+
*/
|
|
99
|
+
conditionalDelete?: FhirPrimitive<string>;
|
|
100
|
+
/**
|
|
101
|
+
* @description A set of flags that defines how references are supported.
|
|
102
|
+
* @short literal | logical | resolves | enforced | local
|
|
103
|
+
*/
|
|
104
|
+
referencePolicy?: FhirPrimitive<string>[];
|
|
105
|
+
/**
|
|
106
|
+
* @description A list of _include values supported by the server.
|
|
107
|
+
* @comment Documenting [`_include`](http:hl7.orgfhirR5search.html#revinclude) support helps set conformance expectations for the desired system. Still, it is a level of detail that might not be exposed by production servers or clients when using CapabilityStatement to describe an actual implementation. If this list is empty, the server does not support includes. Support for iterative (a.k.a., recursive) `_include` is communicated by listing the iterative includes values supported by the server in the `searchInclude` element of the "root" resource type. For example, to support the following search:
|
|
108
|
+
|
|
109
|
+
`GET [base]CarePlan?_include=CarePlan:activity-reference:DeviceRequest&_include:iterate=DeviceRequest:device`
|
|
110
|
+
|
|
111
|
+
These values would be listed as part of capabilities for "CarePlan":
|
|
112
|
+
|
|
113
|
+
"searchInclude" : ["CarePlan:activity-reference:DeviceRequest","DeviceRequest:device"],
|
|
114
|
+
|
|
115
|
+
* @short _include values supported by the server
|
|
116
|
+
*/
|
|
117
|
+
searchInclude?: FhirPrimitive<string>[];
|
|
118
|
+
/**
|
|
119
|
+
* @description A list of _revinclude (reverse include) values supported by the server.
|
|
120
|
+
* @comment See `CapabilityStatement.rest.resource.searchInclude` comments.
|
|
121
|
+
* @short _revinclude values supported by the server
|
|
122
|
+
*/
|
|
123
|
+
searchRevInclude?: FhirPrimitive<string>[];
|
|
124
|
+
/**
|
|
125
|
+
* @backbone Nested BackboneElement: searchParam [0..1]
|
|
126
|
+
*/
|
|
127
|
+
searchParam?: CapabilityStatement_Rest_Resource_SearchParam;
|
|
128
|
+
/**
|
|
129
|
+
* @backbone Nested BackboneElement: operation [0..1]
|
|
130
|
+
*/
|
|
131
|
+
operation?: CapabilityStatement_Rest_Resource_Operation;
|
|
132
|
+
}
|
|
133
|
+
//# sourceMappingURL=CapabilityStatement_Rest_Resource.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CapabilityStatement_Rest_Resource.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/CapabilityStatement_Rest_Resource.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6CAA6C,EAAE,MAAM,iDAAiD,CAAC;AAChH,OAAO,EAAE,2CAA2C,EAAE,MAAM,+CAA+C,CAAC;AAC5G,OAAO,EAAE,6CAA6C,EAAE,MAAM,iDAAiD,CAAC;AAChH,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,MAAM,WAAW,iCAAiC;IAChD;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC;IACxB;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,SAAS,EAAE,CAAC;IAChC;;;OAGG;IACH,IAAI,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC5B;;;;OAIG;IACH,OAAO,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAChC;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,EAAE,CAAC;IAC3C;;;OAGG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACtC;;OAEG;IACH,WAAW,CAAC,EAAE,6CAA6C,CAAC;IAC5D;;;;OAIG;IACH,UAAU,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACnC;;;;OAIG;IACH,WAAW,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;IACrC;;;;OAIG;IACH,YAAY,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;IACtC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;IAC3C;;;;OAIG;IACH,eAAe,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACxC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;IAC3C;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;IAC1C;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC1C;;;OAGG;IACH,eAAe,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,EAAE,CAAC;IAC1C;;;;;;;;;;;OAWG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,EAAE,CAAC;IACxC;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,EAAE,CAAC;IAC3C;;OAEG;IACH,WAAW,CAAC,EAAE,6CAA6C,CAAC;IAC5D;;OAEG;IACH,SAAS,CAAC,EAAE,2CAA2C,CAAC;CACzD"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Extension } from "./Extension";
|
|
2
|
+
import { FhirPrimitive } from "./FhirPrimitive";
|
|
3
|
+
export interface CapabilityStatement_Rest_Resource_Interaction {
|
|
4
|
+
/**
|
|
5
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
6
|
+
* @short Unique id for inter-element referencing
|
|
7
|
+
*/
|
|
8
|
+
id?: string;
|
|
9
|
+
/**
|
|
10
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
|
|
11
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
12
|
+
* @short Additional content defined by implementations
|
|
13
|
+
*/
|
|
14
|
+
extension?: Extension[];
|
|
15
|
+
/**
|
|
16
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained andor the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
|
|
17
|
+
|
|
18
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
19
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
20
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
21
|
+
*/
|
|
22
|
+
modifierExtension?: Extension[];
|
|
23
|
+
/**
|
|
24
|
+
* @description Coded identifier of the operation, supported by the system resource.
|
|
25
|
+
* @short read | vread | update | patch | delete | history-instance | history-type | create | search-type
|
|
26
|
+
*/
|
|
27
|
+
code: FhirPrimitive<string>;
|
|
28
|
+
/**
|
|
29
|
+
* @description Guidance specific to the implementation of this operation, such as 'delete is a logical delete' or 'updates are only allowed with version id' or 'creates permitted from pre-authorized certificates only'.
|
|
30
|
+
* @short Anything special about operation behavior
|
|
31
|
+
*/
|
|
32
|
+
documentation?: FhirPrimitive<string>;
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=CapabilityStatement_Rest_Resource_Interaction.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CapabilityStatement_Rest_Resource_Interaction.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/CapabilityStatement_Rest_Resource_Interaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,MAAM,WAAW,6CAA6C;IAC5D;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC;IACxB;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,SAAS,EAAE,CAAC;IAChC;;;OAGG;IACH,IAAI,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC5B;;;OAGG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;CACvC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { Extension } from "./Extension";
|
|
2
|
+
import { FhirPrimitive } from "./FhirPrimitive";
|
|
3
|
+
export interface CapabilityStatement_Rest_Resource_Operation {
|
|
4
|
+
/**
|
|
5
|
+
* @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
|
|
6
|
+
* @short Unique id for inter-element referencing
|
|
7
|
+
*/
|
|
8
|
+
id?: string;
|
|
9
|
+
/**
|
|
10
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
|
|
11
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
12
|
+
* @short Additional content defined by implementations
|
|
13
|
+
*/
|
|
14
|
+
extension?: Extension[];
|
|
15
|
+
/**
|
|
16
|
+
* @description May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained andor the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
|
|
17
|
+
|
|
18
|
+
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
|
|
19
|
+
* @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
|
20
|
+
* @short Extensions that cannot be ignored even if unrecognized
|
|
21
|
+
*/
|
|
22
|
+
modifierExtension?: Extension[];
|
|
23
|
+
/**
|
|
24
|
+
* @description The name of the operation or query. For an operation, this name is prefixed with $ and used in the URL. For a query, this is the name used in the _query parameter when the query is called. This SHOULD be the same as the OperationDefinition.code of the defining OperationDefinition. However, it can sometimes differ if necessary to disambiguate when a server supports multiple OperationDefinition that happen to share the same code.
|
|
25
|
+
* @comment The name here SHOULD be the same as the OperationDefinition.code in the referenced OperationDefinition, unless there is a name clash and the OperationDefinition.code cannot be used. The name does not include the "$" portion that is always included in the URL. There is no correspondence whatsoever between CapabilityStatement's operation.name and OperationDefinition.name - the latter is used as a class name when generating code for the operation. HL7 will never define operations that have conflicting names.
|
|
26
|
+
* @short Name by which the operationquery is invoked
|
|
27
|
+
*/
|
|
28
|
+
name: FhirPrimitive<string>;
|
|
29
|
+
/**
|
|
30
|
+
* @description Where the formal definition can be found. If a server references the base definition of an Operation (i.e. from the specification itself such as ```http:hl7.orgfhirOperationDefinitionValueSet-expand```), that means it supports the full capabilities of the operation - e.g. both GET and POST invocation. If it only supports a subset, it must define its own custom [OperationDefinition](operationdefinition.html#) with a 'base' of the original OperationDefinition. The custom definition would describe the specific subset of functionality supported.
|
|
31
|
+
* @comment This can be used to build an HTML form to invoke the operation, for instance.
|
|
32
|
+
* @short The defined operationquery
|
|
33
|
+
*/
|
|
34
|
+
definition: FhirPrimitive<string>;
|
|
35
|
+
/**
|
|
36
|
+
* @description Documentation that describes anything special about the operation behavior, possibly detailing different behavior for system, type and instance-level invocation of the operation.
|
|
37
|
+
* @short Specific details about operation behavior
|
|
38
|
+
*/
|
|
39
|
+
documentation?: FhirPrimitive<string>;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=CapabilityStatement_Rest_Resource_Operation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CapabilityStatement_Rest_Resource_Operation.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/CapabilityStatement_Rest_Resource_Operation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,MAAM,WAAW,2CAA2C;IAC1D;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC;IACxB;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,SAAS,EAAE,CAAC;IAChC;;;;OAIG;IACH,IAAI,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC5B;;;;OAIG;IACH,UAAU,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAClC;;;OAGG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;CACvC"}
|