@openhi/types 0.0.9 → 0.0.11
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/fhir-r4-types.md +558 -0
- package/lib/backboneelement.d.ts +3 -2
- package/lib/backboneelement.js +1 -1
- package/lib/control/index.d.ts +10 -0
- package/lib/control/index.js +27 -0
- package/lib/control/membership.d.ts +23 -0
- package/lib/control/membership.js +3 -0
- package/lib/control/role-codes.d.ts +26 -0
- package/lib/control/role-codes.js +59 -0
- package/lib/control/role.d.ts +22 -0
- package/lib/control/role.js +3 -0
- package/lib/control/roleassignment.d.ts +24 -0
- package/lib/control/roleassignment.js +3 -0
- package/lib/control/tenant.d.ts +6 -0
- package/lib/control/tenant.js +3 -0
- package/lib/control/user.d.ts +20 -0
- package/lib/control/user.js +3 -0
- package/lib/control/workspace.d.ts +12 -0
- package/lib/control/workspace.js +3 -0
- package/lib/data/account.d.ts +58 -0
- package/lib/data/account.js +19 -0
- package/lib/data/account_coverage.d.ts +8 -0
- package/lib/data/account_coverage.js +3 -0
- package/lib/data/account_guarantor.d.ts +11 -0
- package/lib/data/account_guarantor.js +3 -0
- package/lib/data/activitydefinition.d.ts +133 -0
- package/lib/data/activitydefinition.js +3 -0
- package/lib/data/activitydefinition_dynamicvalue.d.ts +8 -0
- package/lib/data/activitydefinition_dynamicvalue.js +3 -0
- package/lib/data/activitydefinition_participant.d.ts +20 -0
- package/lib/data/activitydefinition_participant.js +17 -0
- package/lib/data/address.d.ts +48 -0
- package/lib/data/address.js +28 -0
- package/lib/data/adverseevent.d.ts +78 -0
- package/lib/data/adverseevent.js +18 -0
- package/lib/data/adverseevent_suspectentity.d.ts +9 -0
- package/lib/data/adverseevent_suspectentity.js +3 -0
- package/lib/data/adverseevent_suspectentity_causality.d.ts +14 -0
- package/lib/data/adverseevent_suspectentity_causality.js +3 -0
- package/lib/data/age.d.ts +4 -0
- package/lib/data/age.js +3 -0
- package/lib/data/allergyintolerance.d.ts +105 -0
- package/lib/data/allergyintolerance.js +53 -0
- package/lib/data/allergyintolerance_reaction.d.ts +29 -0
- package/lib/data/allergyintolerance_reaction.js +15 -0
- package/lib/data/annotation.d.ts +12 -0
- package/lib/data/annotation.js +3 -0
- package/lib/data/appointment.d.ts +78 -0
- package/lib/data/appointment.js +29 -0
- package/lib/data/appointment_participant.d.ts +38 -0
- package/lib/data/appointment_participant.js +26 -0
- package/lib/data/appointmentresponse.d.ts +38 -0
- package/lib/data/appointmentresponse.js +19 -0
- package/lib/data/attachment.d.ts +19 -0
- package/lib/data/attachment.js +3 -0
- package/lib/data/auditevent.d.ts +60 -0
- package/lib/data/auditevent.js +30 -0
- package/lib/data/auditevent_agent.d.ts +34 -0
- package/lib/data/auditevent_agent.js +3 -0
- package/lib/data/auditevent_detail.d.ts +9 -0
- package/lib/data/auditevent_detail.js +3 -0
- package/lib/data/auditevent_entity.d.ts +30 -0
- package/lib/data/auditevent_entity.js +3 -0
- package/lib/data/auditevent_network.d.ts +22 -0
- package/lib/data/auditevent_network.js +19 -0
- package/lib/data/auditevent_source.d.ts +12 -0
- package/lib/data/auditevent_source.js +3 -0
- package/lib/data/basic.d.ts +19 -0
- package/lib/data/basic.js +3 -0
- package/lib/data/binary.d.ts +13 -0
- package/lib/data/binary.js +3 -0
- package/lib/data/biologicallyderivedproduct.d.ts +54 -0
- package/lib/data/biologicallyderivedproduct.js +26 -0
- package/lib/data/bodystructure.d.ts +26 -0
- package/lib/data/bodystructure.js +3 -0
- package/lib/data/bundle.d.ts +46 -0
- package/lib/data/bundle.js +27 -0
- package/lib/data/bundle_entry.d.ts +21 -0
- package/lib/data/bundle_entry.js +3 -0
- package/lib/data/bundle_link.d.ts +8 -0
- package/lib/data/bundle_link.js +3 -0
- package/lib/data/bundle_request.d.ts +32 -0
- package/lib/data/bundle_request.js +21 -0
- package/lib/data/bundle_response.d.ts +15 -0
- package/lib/data/bundle_response.js +3 -0
- package/lib/data/bundle_search.d.ts +18 -0
- package/lib/data/bundle_search.js +15 -0
- package/lib/data/capabilitystatement.d.ts +88 -0
- package/lib/data/capabilitystatement.js +26 -0
- package/lib/data/capabilitystatement_certificate.d.ts +8 -0
- package/lib/data/capabilitystatement_certificate.js +3 -0
- package/lib/data/capabilitystatement_document.d.ts +18 -0
- package/lib/data/capabilitystatement_document.js +13 -0
- package/lib/data/capabilitystatement_endpoint.d.ts +9 -0
- package/lib/data/capabilitystatement_endpoint.js +3 -0
- package/lib/data/capabilitystatement_event.d.ts +38 -0
- package/lib/data/capabilitystatement_event.js +22 -0
- package/lib/data/capabilitystatement_implementation.d.ts +11 -0
- package/lib/data/capabilitystatement_implementation.js +3 -0
- package/lib/data/capabilitystatement_interaction.d.ts +30 -0
- package/lib/data/capabilitystatement_interaction.js +27 -0
- package/lib/data/capabilitystatement_interaction1.d.ts +20 -0
- package/lib/data/capabilitystatement_interaction1.js +17 -0
- package/lib/data/capabilitystatement_messaging.d.ts +20 -0
- package/lib/data/capabilitystatement_messaging.js +3 -0
- package/lib/data/capabilitystatement_operation.d.ts +10 -0
- package/lib/data/capabilitystatement_operation.js +3 -0
- package/lib/data/capabilitystatement_resource.d.ts +87 -0
- package/lib/data/capabilitystatement_resource.js +48 -0
- package/lib/data/capabilitystatement_rest.d.ts +33 -0
- package/lib/data/capabilitystatement_rest.js +13 -0
- package/lib/data/capabilitystatement_searchparam.d.ts +34 -0
- package/lib/data/capabilitystatement_searchparam.js +27 -0
- package/lib/data/capabilitystatement_security.d.ts +14 -0
- package/lib/data/capabilitystatement_security.js +3 -0
- package/lib/data/capabilitystatement_software.d.ts +10 -0
- package/lib/data/capabilitystatement_software.js +3 -0
- package/lib/data/capabilitystatement_supportedmessage.d.ts +15 -0
- package/lib/data/capabilitystatement_supportedmessage.js +13 -0
- package/lib/data/careplan.d.ts +93 -0
- package/lib/data/careplan.js +38 -0
- package/lib/data/careplan_activity.d.ts +21 -0
- package/lib/data/careplan_activity.js +3 -0
- package/lib/data/careplan_detail.d.ts +74 -0
- package/lib/data/careplan_detail.js +27 -0
- package/lib/data/careteam.d.ts +52 -0
- package/lib/data/careteam.js +19 -0
- package/lib/data/careteam_participant.d.ts +14 -0
- package/lib/data/careteam_participant.js +3 -0
- package/lib/data/catalogentry.d.ts +37 -0
- package/lib/data/catalogentry.js +3 -0
- package/lib/data/catalogentry_relatedentry.d.ts +16 -0
- package/lib/data/catalogentry_relatedentry.js +13 -0
- package/lib/data/chargeitem.d.ts +90 -0
- package/lib/data/chargeitem.js +23 -0
- package/lib/data/chargeitem_performer.d.ts +9 -0
- package/lib/data/chargeitem_performer.js +3 -0
- package/lib/data/chargeitemdefinition.d.ts +60 -0
- package/lib/data/chargeitemdefinition.js +3 -0
- package/lib/data/chargeitemdefinition_applicability.d.ts +9 -0
- package/lib/data/chargeitemdefinition_applicability.js +3 -0
- package/lib/data/chargeitemdefinition_propertygroup.d.ts +9 -0
- package/lib/data/chargeitemdefinition_propertygroup.js +3 -0
- package/lib/data/chargeitemdefinition_propertygroup_pricecomponent.d.ts +30 -0
- package/lib/data/chargeitemdefinition_propertygroup_pricecomponent.js +21 -0
- package/lib/data/claim.d.ts +87 -0
- package/lib/data/claim.js +15 -0
- package/lib/data/claim_accident.d.ts +14 -0
- package/lib/data/claim_accident.js +3 -0
- package/lib/data/claim_careteam.d.ts +15 -0
- package/lib/data/claim_careteam.js +3 -0
- package/lib/data/claim_detail.d.ts +32 -0
- package/lib/data/claim_detail.js +3 -0
- package/lib/data/claim_diagnosis.d.ts +17 -0
- package/lib/data/claim_diagnosis.js +3 -0
- package/lib/data/claim_insurance.d.ts +19 -0
- package/lib/data/claim_insurance.js +3 -0
- package/lib/data/claim_item.d.ts +58 -0
- package/lib/data/claim_item.js +3 -0
- package/lib/data/claim_payee.d.ts +9 -0
- package/lib/data/claim_payee.js +3 -0
- package/lib/data/claim_procedure.d.ts +17 -0
- package/lib/data/claim_procedure.js +3 -0
- package/lib/data/claim_related.d.ts +12 -0
- package/lib/data/claim_related.js +3 -0
- package/lib/data/claim_subdetail.d.ts +29 -0
- package/lib/data/claim_subdetail.js +3 -0
- package/lib/data/claim_supportinginfo.d.ts +30 -0
- package/lib/data/claim_supportinginfo.js +3 -0
- package/lib/data/claimresponse.d.ts +99 -0
- package/lib/data/claimresponse.js +28 -0
- package/lib/data/claimresponse_additem.d.ts +53 -0
- package/lib/data/claimresponse_additem.js +3 -0
- package/lib/data/claimresponse_adjudication.d.ts +13 -0
- package/lib/data/claimresponse_adjudication.js +3 -0
- package/lib/data/claimresponse_detail.d.ts +13 -0
- package/lib/data/claimresponse_detail.js +3 -0
- package/lib/data/claimresponse_detail1.d.ts +25 -0
- package/lib/data/claimresponse_detail1.js +3 -0
- package/lib/data/claimresponse_error.d.ts +12 -0
- package/lib/data/claimresponse_error.js +3 -0
- package/lib/data/claimresponse_insurance.d.ts +15 -0
- package/lib/data/claimresponse_insurance.js +3 -0
- package/lib/data/claimresponse_item.d.ts +14 -0
- package/lib/data/claimresponse_item.js +3 -0
- package/lib/data/claimresponse_payment.d.ts +18 -0
- package/lib/data/claimresponse_payment.js +3 -0
- package/lib/data/claimresponse_processnote.d.ts +12 -0
- package/lib/data/claimresponse_processnote.js +3 -0
- package/lib/data/claimresponse_subdetail.d.ts +10 -0
- package/lib/data/claimresponse_subdetail.js +3 -0
- package/lib/data/claimresponse_total.d.ts +9 -0
- package/lib/data/claimresponse_total.js +3 -0
- package/lib/data/clinicalimpression.d.ts +66 -0
- package/lib/data/clinicalimpression.js +17 -0
- package/lib/data/clinicalimpression_finding.d.ts +11 -0
- package/lib/data/clinicalimpression_finding.js +3 -0
- package/lib/data/clinicalimpression_investigation.d.ts +9 -0
- package/lib/data/clinicalimpression_investigation.js +3 -0
- package/lib/data/codeableconcept.d.ts +8 -0
- package/lib/data/codeableconcept.js +3 -0
- package/lib/data/codesystem.d.ts +91 -0
- package/lib/data/codesystem.js +30 -0
- package/lib/data/codesystem_concept.d.ts +17 -0
- package/lib/data/codesystem_concept.js +3 -0
- package/lib/data/codesystem_designation.d.ts +10 -0
- package/lib/data/codesystem_designation.js +3 -0
- package/lib/data/codesystem_filter.d.ts +11 -0
- package/lib/data/codesystem_filter.js +3 -0
- package/lib/data/codesystem_property.d.ts +29 -0
- package/lib/data/codesystem_property.js +23 -0
- package/lib/data/codesystem_property1.d.ts +20 -0
- package/lib/data/codesystem_property1.js +3 -0
- package/lib/data/coding.d.ts +13 -0
- package/lib/data/coding.js +3 -0
- package/lib/data/communication.d.ts +86 -0
- package/lib/data/communication.js +34 -0
- package/lib/data/communication_payload.d.ts +11 -0
- package/lib/data/communication_payload.js +3 -0
- package/lib/data/communicationrequest.d.ts +86 -0
- package/lib/data/communicationrequest.js +33 -0
- package/lib/data/communicationrequest_payload.d.ts +11 -0
- package/lib/data/communicationrequest_payload.js +3 -0
- package/lib/data/communicationrequest_requester.d.ts +8 -0
- package/lib/data/communicationrequest_requester.js +3 -0
- package/lib/data/compartmentdefinition.d.ts +51 -0
- package/lib/data/compartmentdefinition.js +19 -0
- package/lib/data/compartmentdefinition_resource.d.ts +9 -0
- package/lib/data/compartmentdefinition_resource.js +3 -0
- package/lib/data/composition.d.ts +54 -0
- package/lib/data/composition.js +17 -0
- package/lib/data/composition_attester.d.ts +22 -0
- package/lib/data/composition_attester.js +17 -0
- package/lib/data/composition_event.d.ts +12 -0
- package/lib/data/composition_event.js +3 -0
- package/lib/data/composition_relatesto.d.ts +23 -0
- package/lib/data/composition_relatesto.js +17 -0
- package/lib/data/composition_section.d.ts +27 -0
- package/lib/data/composition_section.js +3 -0
- package/lib/data/conceptmap.d.ts +51 -0
- package/lib/data/conceptmap.js +3 -0
- package/lib/data/conceptmap_dependson.d.ts +11 -0
- package/lib/data/conceptmap_dependson.js +3 -0
- package/lib/data/conceptmap_element.d.ts +10 -0
- package/lib/data/conceptmap_element.js +3 -0
- package/lib/data/conceptmap_group.d.ts +17 -0
- package/lib/data/conceptmap_group.js +3 -0
- package/lib/data/conceptmap_target.d.ts +40 -0
- package/lib/data/conceptmap_target.js +29 -0
- package/lib/data/conceptmap_unmapped.d.ts +21 -0
- package/lib/data/conceptmap_unmapped.js +15 -0
- package/lib/data/condition.d.ts +98 -0
- package/lib/data/condition.js +38 -0
- package/lib/data/condition_evidence.d.ts +9 -0
- package/lib/data/condition_evidence.js +3 -0
- package/lib/data/condition_stage.d.ts +11 -0
- package/lib/data/condition_stage.js +3 -0
- package/lib/data/consent.d.ts +56 -0
- package/lib/data/consent.js +21 -0
- package/lib/data/consent_actor.d.ts +9 -0
- package/lib/data/consent_actor.js +3 -0
- package/lib/data/consent_actor1.d.ts +9 -0
- package/lib/data/consent_actor1.js +3 -0
- package/lib/data/consent_data.d.ts +9 -0
- package/lib/data/consent_data.js +3 -0
- package/lib/data/consent_data1.d.ts +9 -0
- package/lib/data/consent_data1.js +3 -0
- package/lib/data/consent_except.d.ts +38 -0
- package/lib/data/consent_except.js +13 -0
- package/lib/data/consent_policy.d.ts +7 -0
- package/lib/data/consent_policy.js +3 -0
- package/lib/data/consent_provision.d.ts +38 -0
- package/lib/data/consent_provision.js +13 -0
- package/lib/data/consent_verification.d.ts +10 -0
- package/lib/data/consent_verification.js +3 -0
- package/lib/data/constants.d.ts +102 -0
- package/lib/data/constants.js +94 -0
- package/lib/data/contactdetail.d.ts +8 -0
- package/lib/data/contactdetail.js +3 -0
- package/lib/data/contactpoint.d.ts +46 -0
- package/lib/data/contactpoint.js +36 -0
- package/lib/data/contract.d.ts +101 -0
- package/lib/data/contract.js +3 -0
- package/lib/data/contract_agent.d.ts +9 -0
- package/lib/data/contract_agent.js +3 -0
- package/lib/data/contract_agent1.d.ts +9 -0
- package/lib/data/contract_agent1.js +3 -0
- package/lib/data/contract_contentdefinition.d.ts +17 -0
- package/lib/data/contract_contentdefinition.js +3 -0
- package/lib/data/contract_friendly.d.ts +9 -0
- package/lib/data/contract_friendly.js +3 -0
- package/lib/data/contract_legal.d.ts +9 -0
- package/lib/data/contract_legal.js +3 -0
- package/lib/data/contract_rule.d.ts +9 -0
- package/lib/data/contract_rule.js +3 -0
- package/lib/data/contract_signer.d.ts +12 -0
- package/lib/data/contract_signer.js +3 -0
- package/lib/data/contract_term.d.ts +38 -0
- package/lib/data/contract_term.js +3 -0
- package/lib/data/contract_valueditem.d.ts +38 -0
- package/lib/data/contract_valueditem.js +3 -0
- package/lib/data/contract_valueditem1.d.ts +35 -0
- package/lib/data/contract_valueditem1.js +3 -0
- package/lib/data/contributor.d.ts +22 -0
- package/lib/data/contributor.js +17 -0
- package/lib/data/count.d.ts +4 -0
- package/lib/data/count.js +3 -0
- package/lib/data/coverage.d.ts +68 -0
- package/lib/data/coverage.js +17 -0
- package/lib/data/coverage_class.d.ts +10 -0
- package/lib/data/coverage_class.js +3 -0
- package/lib/data/coverage_costtobeneficiary.d.ts +15 -0
- package/lib/data/coverage_costtobeneficiary.js +3 -0
- package/lib/data/coverage_costtobeneficiary_exception.d.ts +9 -0
- package/lib/data/coverage_costtobeneficiary_exception.js +3 -0
- package/lib/data/coverage_grouping.d.ts +31 -0
- package/lib/data/coverage_grouping.js +3 -0
- package/lib/data/coverageeligibilityrequest.d.ts +58 -0
- package/lib/data/coverageeligibilityrequest.js +3 -0
- package/lib/data/coverageeligibilityresponse.d.ts +56 -0
- package/lib/data/coverageeligibilityresponse.js +3 -0
- package/lib/data/coverageeligibilityresponse_benefitbalance.d.ts +34 -0
- package/lib/data/coverageeligibilityresponse_benefitbalance.js +3 -0
- package/lib/data/coverageeligibilityresponse_error.d.ts +7 -0
- package/lib/data/coverageeligibilityresponse_error.js +3 -0
- package/lib/data/coverageeligibilityresponse_financial.d.ts +20 -0
- package/lib/data/coverageeligibilityresponse_financial.js +3 -0
- package/lib/data/coverageeligibilityresponse_insurance.d.ts +17 -0
- package/lib/data/coverageeligibilityresponse_insurance.js +3 -0
- package/lib/data/datarequirement.d.ts +26 -0
- package/lib/data/datarequirement.js +3 -0
- package/lib/data/datarequirement_codefilter.d.ts +12 -0
- package/lib/data/datarequirement_codefilter.js +3 -0
- package/lib/data/datarequirement_datefilter.d.ts +15 -0
- package/lib/data/datarequirement_datefilter.js +3 -0
- package/lib/data/datarequirement_sort.d.ts +15 -0
- package/lib/data/datarequirement_sort.js +13 -0
- package/lib/data/detectedissue.d.ts +67 -0
- package/lib/data/detectedissue.js +34 -0
- package/lib/data/detectedissue_evidence.d.ts +10 -0
- package/lib/data/detectedissue_evidence.js +3 -0
- package/lib/data/detectedissue_mitigation.d.ts +12 -0
- package/lib/data/detectedissue_mitigation.js +3 -0
- package/lib/data/device.d.ts +62 -0
- package/lib/data/device.js +3 -0
- package/lib/data/device_udi.d.ts +35 -0
- package/lib/data/device_udi.js +19 -0
- package/lib/data/devicedefinition.d.ts +61 -0
- package/lib/data/devicedefinition.js +3 -0
- package/lib/data/devicemetric.d.ts +78 -0
- package/lib/data/devicemetric.js +47 -0
- package/lib/data/devicemetric_calibration.d.ts +36 -0
- package/lib/data/devicemetric_calibration.js +28 -0
- package/lib/data/devicerequest.d.ts +69 -0
- package/lib/data/devicerequest.js +3 -0
- package/lib/data/devicerequest_requester.d.ts +8 -0
- package/lib/data/devicerequest_requester.js +3 -0
- package/lib/data/deviceusestatement.d.ts +61 -0
- package/lib/data/deviceusestatement.js +21 -0
- package/lib/data/diagnosticreport.d.ts +77 -0
- package/lib/data/diagnosticreport.js +29 -0
- package/lib/data/diagnosticreport_media.d.ts +12 -0
- package/lib/data/diagnosticreport_media.js +3 -0
- package/lib/data/diagnosticreport_performer.d.ts +9 -0
- package/lib/data/diagnosticreport_performer.js +3 -0
- package/lib/data/distance.d.ts +3 -0
- package/lib/data/distance.js +3 -0
- package/lib/data/documentmanifest.d.ts +35 -0
- package/lib/data/documentmanifest.js +3 -0
- package/lib/data/documentmanifest_content.d.ts +10 -0
- package/lib/data/documentmanifest_content.js +3 -0
- package/lib/data/documentmanifest_related.d.ts +9 -0
- package/lib/data/documentmanifest_related.js +3 -0
- package/lib/data/documentreference.d.ts +44 -0
- package/lib/data/documentreference.js +3 -0
- package/lib/data/documentreference_content.d.ts +9 -0
- package/lib/data/documentreference_content.js +3 -0
- package/lib/data/documentreference_context.d.ts +21 -0
- package/lib/data/documentreference_context.js +3 -0
- package/lib/data/documentreference_related.d.ts +9 -0
- package/lib/data/documentreference_related.js +3 -0
- package/lib/data/documentreference_relatesto.d.ts +20 -0
- package/lib/data/documentreference_relatesto.js +17 -0
- package/lib/data/dosage.d.ts +36 -0
- package/lib/data/dosage.js +3 -0
- package/lib/data/dosage_doseandrate.d.ts +20 -0
- package/lib/data/dosage_doseandrate.js +3 -0
- package/lib/data/duration.d.ts +4 -0
- package/lib/data/duration.js +3 -0
- package/lib/data/effectevidencesynthesis.d.ts +80 -0
- package/lib/data/effectevidencesynthesis.js +3 -0
- package/lib/data/elementdefinition.d.ts +464 -0
- package/lib/data/elementdefinition.js +14 -0
- package/lib/data/elementdefinition_base.d.ts +9 -0
- package/lib/data/elementdefinition_base.js +3 -0
- package/lib/data/elementdefinition_binding.d.ts +21 -0
- package/lib/data/elementdefinition_binding.js +17 -0
- package/lib/data/elementdefinition_constraint.d.ts +25 -0
- package/lib/data/elementdefinition_constraint.js +13 -0
- package/lib/data/elementdefinition_discriminator.d.ts +21 -0
- package/lib/data/elementdefinition_discriminator.js +19 -0
- package/lib/data/elementdefinition_example.d.ts +145 -0
- package/lib/data/elementdefinition_example.js +3 -0
- package/lib/data/elementdefinition_mapping.d.ts +11 -0
- package/lib/data/elementdefinition_mapping.js +3 -0
- package/lib/data/elementdefinition_slicing.d.ts +22 -0
- package/lib/data/elementdefinition_slicing.js +15 -0
- package/lib/data/elementdefinition_type.d.ts +33 -0
- package/lib/data/elementdefinition_type.js +24 -0
- package/lib/data/encounter.d.ts +64 -0
- package/lib/data/encounter.js +3 -0
- package/lib/data/encounter_classhistory.d.ts +9 -0
- package/lib/data/encounter_classhistory.js +3 -0
- package/lib/data/encounter_diagnosis.d.ts +11 -0
- package/lib/data/encounter_diagnosis.js +3 -0
- package/lib/data/encounter_hospitalization.d.ts +24 -0
- package/lib/data/encounter_hospitalization.js +3 -0
- package/lib/data/encounter_location.d.ts +23 -0
- package/lib/data/encounter_location.js +17 -0
- package/lib/data/encounter_participant.d.ts +12 -0
- package/lib/data/encounter_participant.js +3 -0
- package/lib/data/encounter_statushistory.d.ts +30 -0
- package/lib/data/encounter_statushistory.js +27 -0
- package/lib/data/endpoint.d.ts +49 -0
- package/lib/data/endpoint.js +21 -0
- package/lib/data/enrollmentrequest.d.ts +23 -0
- package/lib/data/enrollmentrequest.js +3 -0
- package/lib/data/enrollmentresponse.d.ts +25 -0
- package/lib/data/enrollmentresponse.js +3 -0
- package/lib/data/episodeofcare.d.ts +36 -0
- package/lib/data/episodeofcare.js +3 -0
- package/lib/data/episodeofcare_diagnosis.d.ts +11 -0
- package/lib/data/episodeofcare_diagnosis.js +3 -0
- package/lib/data/episodeofcare_statushistory.d.ts +26 -0
- package/lib/data/episodeofcare_statushistory.js +23 -0
- package/lib/data/eventdefinition.d.ts +72 -0
- package/lib/data/eventdefinition.js +3 -0
- package/lib/data/evidence.d.ts +70 -0
- package/lib/data/evidence.js +3 -0
- package/lib/data/evidencevariable.d.ts +78 -0
- package/lib/data/evidencevariable.js +15 -0
- package/lib/data/evidencevariable_characteristic.d.ts +58 -0
- package/lib/data/evidencevariable_characteristic.js +21 -0
- package/lib/data/examplescenario.d.ts +47 -0
- package/lib/data/examplescenario.js +3 -0
- package/lib/data/examplescenario_actor.d.ts +19 -0
- package/lib/data/examplescenario_actor.js +13 -0
- package/lib/data/examplescenario_instance.d.ts +17 -0
- package/lib/data/examplescenario_instance.js +3 -0
- package/lib/data/examplescenario_instance_containedinstance.d.ts +7 -0
- package/lib/data/examplescenario_instance_containedinstance.js +3 -0
- package/lib/data/examplescenario_instance_version.d.ts +7 -0
- package/lib/data/examplescenario_instance_version.js +3 -0
- package/lib/data/examplescenario_process.d.ts +54 -0
- package/lib/data/examplescenario_process.js +3 -0
- package/lib/data/explanationofbenefit.d.ts +128 -0
- package/lib/data/explanationofbenefit.js +22 -0
- package/lib/data/explanationofbenefit_accident.d.ts +14 -0
- package/lib/data/explanationofbenefit_accident.js +3 -0
- package/lib/data/explanationofbenefit_additem.d.ts +53 -0
- package/lib/data/explanationofbenefit_additem.js +3 -0
- package/lib/data/explanationofbenefit_adjudication.d.ts +13 -0
- package/lib/data/explanationofbenefit_adjudication.js +3 -0
- package/lib/data/explanationofbenefit_benefitbalance.d.ts +21 -0
- package/lib/data/explanationofbenefit_benefitbalance.js +3 -0
- package/lib/data/explanationofbenefit_careteam.d.ts +15 -0
- package/lib/data/explanationofbenefit_careteam.js +3 -0
- package/lib/data/explanationofbenefit_detail.d.ts +37 -0
- package/lib/data/explanationofbenefit_detail.js +3 -0
- package/lib/data/explanationofbenefit_detail1.d.ts +23 -0
- package/lib/data/explanationofbenefit_detail1.js +3 -0
- package/lib/data/explanationofbenefit_diagnosis.d.ts +17 -0
- package/lib/data/explanationofbenefit_diagnosis.js +3 -0
- package/lib/data/explanationofbenefit_financial.d.ts +17 -0
- package/lib/data/explanationofbenefit_financial.js +3 -0
- package/lib/data/explanationofbenefit_information.d.ts +31 -0
- package/lib/data/explanationofbenefit_information.js +3 -0
- package/lib/data/explanationofbenefit_insurance.d.ts +10 -0
- package/lib/data/explanationofbenefit_insurance.js +3 -0
- package/lib/data/explanationofbenefit_item.d.ts +63 -0
- package/lib/data/explanationofbenefit_item.js +3 -0
- package/lib/data/explanationofbenefit_payee.d.ts +9 -0
- package/lib/data/explanationofbenefit_payee.js +3 -0
- package/lib/data/explanationofbenefit_payment.d.ts +18 -0
- package/lib/data/explanationofbenefit_payment.js +3 -0
- package/lib/data/explanationofbenefit_procedure.d.ts +17 -0
- package/lib/data/explanationofbenefit_procedure.js +3 -0
- package/lib/data/explanationofbenefit_processnote.d.ts +12 -0
- package/lib/data/explanationofbenefit_processnote.js +3 -0
- package/lib/data/explanationofbenefit_related.d.ts +12 -0
- package/lib/data/explanationofbenefit_related.js +3 -0
- package/lib/data/explanationofbenefit_subdetail.d.ts +34 -0
- package/lib/data/explanationofbenefit_subdetail.js +3 -0
- package/lib/data/explanationofbenefit_total.d.ts +9 -0
- package/lib/data/explanationofbenefit_total.js +3 -0
- package/lib/data/expression.d.ts +13 -0
- package/lib/data/expression.js +3 -0
- package/lib/data/extension.d.ts +136 -0
- package/lib/data/extension.js +3 -0
- package/lib/data/familymemberhistory.d.ts +77 -0
- package/lib/data/familymemberhistory.js +17 -0
- package/lib/data/familymemberhistory_condition.d.ts +21 -0
- package/lib/data/familymemberhistory_condition.js +3 -0
- package/lib/data/flag.d.ts +26 -0
- package/lib/data/flag.js +3 -0
- package/lib/data/goal.d.ts +88 -0
- package/lib/data/goal.js +48 -0
- package/lib/data/goal_target.d.ts +28 -0
- package/lib/data/goal_target.js +3 -0
- package/lib/data/graphdefinition.d.ts +40 -0
- package/lib/data/graphdefinition.js +3 -0
- package/lib/data/graphdefinition_compartment.d.ts +33 -0
- package/lib/data/graphdefinition_compartment.js +24 -0
- package/lib/data/graphdefinition_link.d.ts +16 -0
- package/lib/data/graphdefinition_link.js +3 -0
- package/lib/data/graphdefinition_target.d.ts +15 -0
- package/lib/data/graphdefinition_target.js +3 -0
- package/lib/data/group.d.ts +46 -0
- package/lib/data/group.js +21 -0
- package/lib/data/group_characteristic.d.ts +24 -0
- package/lib/data/group_characteristic.js +3 -0
- package/lib/data/group_member.d.ts +11 -0
- package/lib/data/group_member.js +3 -0
- package/lib/data/guidanceresponse.d.ts +60 -0
- package/lib/data/guidanceresponse.js +21 -0
- package/lib/data/healthcareservice.d.ts +61 -0
- package/lib/data/healthcareservice.js +3 -0
- package/lib/data/healthcareservice_availabletime.d.ts +29 -0
- package/lib/data/healthcareservice_availabletime.js +23 -0
- package/lib/data/healthcareservice_eligibility.d.ts +8 -0
- package/lib/data/healthcareservice_eligibility.js +3 -0
- package/lib/data/healthcareservice_notavailable.d.ts +8 -0
- package/lib/data/healthcareservice_notavailable.js +3 -0
- package/lib/data/humanname.d.ts +36 -0
- package/lib/data/humanname.js +23 -0
- package/lib/data/identifier.d.ts +32 -0
- package/lib/data/identifier.js +19 -0
- package/lib/data/imagingstudy.d.ts +52 -0
- package/lib/data/imagingstudy.js +3 -0
- package/lib/data/imagingstudy_instance.d.ts +12 -0
- package/lib/data/imagingstudy_instance.js +3 -0
- package/lib/data/imagingstudy_series.d.ts +31 -0
- package/lib/data/imagingstudy_series.js +3 -0
- package/lib/data/imagingstudy_series_performer.d.ts +9 -0
- package/lib/data/imagingstudy_series_performer.js +3 -0
- package/lib/data/immunization.d.ts +82 -0
- package/lib/data/immunization.js +15 -0
- package/lib/data/immunization_education.d.ts +11 -0
- package/lib/data/immunization_education.js +3 -0
- package/lib/data/immunization_explanation.d.ts +11 -0
- package/lib/data/immunization_explanation.js +3 -0
- package/lib/data/immunization_performer.d.ts +9 -0
- package/lib/data/immunization_performer.js +3 -0
- package/lib/data/immunization_practitioner.d.ts +9 -0
- package/lib/data/immunization_practitioner.js +3 -0
- package/lib/data/immunization_protocolapplied.d.ts +20 -0
- package/lib/data/immunization_protocolapplied.js +3 -0
- package/lib/data/immunization_reaction.d.ts +10 -0
- package/lib/data/immunization_reaction.js +3 -0
- package/lib/data/immunization_vaccinationprotocol.d.ts +20 -0
- package/lib/data/immunization_vaccinationprotocol.js +3 -0
- package/lib/data/immunizationevaluation.d.ts +44 -0
- package/lib/data/immunizationevaluation.js +11 -0
- package/lib/data/immunizationrecommendation.d.ts +18 -0
- package/lib/data/immunizationrecommendation.js +3 -0
- package/lib/data/immunizationrecommendation_datecriterion.d.ts +8 -0
- package/lib/data/immunizationrecommendation_datecriterion.js +3 -0
- package/lib/data/immunizationrecommendation_protocol.d.ts +24 -0
- package/lib/data/immunizationrecommendation_protocol.js +3 -0
- package/lib/data/immunizationrecommendation_recommendation.d.ts +34 -0
- package/lib/data/immunizationrecommendation_recommendation.js +3 -0
- package/lib/data/implementationguide.d.ts +63 -0
- package/lib/data/implementationguide.js +3 -0
- package/lib/data/implementationguide_dependency.d.ts +9 -0
- package/lib/data/implementationguide_dependency.js +3 -0
- package/lib/data/implementationguide_global.d.ts +7 -0
- package/lib/data/implementationguide_global.js +3 -0
- package/lib/data/implementationguide_package.d.ts +7 -0
- package/lib/data/implementationguide_package.js +3 -0
- package/lib/data/implementationguide_page.d.ts +26 -0
- package/lib/data/implementationguide_page.js +17 -0
- package/lib/data/implementationguide_resource.d.ts +18 -0
- package/lib/data/implementationguide_resource.js +3 -0
- package/lib/data/index.d.ts +572 -0
- package/lib/data/index.js +589 -0
- package/lib/data/insuranceplan.d.ts +38 -0
- package/lib/data/insuranceplan.js +3 -0
- package/lib/data/invoice.d.ts +56 -0
- package/lib/data/invoice.js +19 -0
- package/lib/data/library.d.ts +75 -0
- package/lib/data/library.js +3 -0
- package/lib/data/linkage.d.ts +13 -0
- package/lib/data/linkage.js +3 -0
- package/lib/data/linkage_item.d.ts +18 -0
- package/lib/data/linkage_item.js +15 -0
- package/lib/data/list.d.ts +56 -0
- package/lib/data/list.js +24 -0
- package/lib/data/list_entry.d.ts +13 -0
- package/lib/data/list_entry.js +3 -0
- package/lib/data/location.d.ts +65 -0
- package/lib/data/location.js +22 -0
- package/lib/data/location_hoursofoperation.d.ts +11 -0
- package/lib/data/location_hoursofoperation.js +3 -0
- package/lib/data/location_position.d.ts +9 -0
- package/lib/data/location_position.js +3 -0
- package/lib/data/marketingstatus.d.ts +16 -0
- package/lib/data/marketingstatus.js +3 -0
- package/lib/data/measure.d.ts +99 -0
- package/lib/data/measure.js +3 -0
- package/lib/data/measure_group.d.ts +14 -0
- package/lib/data/measure_group.js +3 -0
- package/lib/data/measure_population.d.ts +11 -0
- package/lib/data/measure_population.js +3 -0
- package/lib/data/measure_stratifier.d.ts +14 -0
- package/lib/data/measure_stratifier.js +3 -0
- package/lib/data/measure_stratifier_component.d.ts +11 -0
- package/lib/data/measure_stratifier_component.js +3 -0
- package/lib/data/measure_supplementaldata.d.ts +13 -0
- package/lib/data/measure_supplementaldata.js +3 -0
- package/lib/data/measurereport.d.ts +62 -0
- package/lib/data/measurereport.js +33 -0
- package/lib/data/measurereport_group.d.ts +15 -0
- package/lib/data/measurereport_group.js +3 -0
- package/lib/data/measurereport_population.d.ts +11 -0
- package/lib/data/measurereport_population.js +3 -0
- package/lib/data/measurereport_population1.d.ts +11 -0
- package/lib/data/measurereport_population1.js +3 -0
- package/lib/data/measurereport_stratifier.d.ts +9 -0
- package/lib/data/measurereport_stratifier.js +3 -0
- package/lib/data/measurereport_stratum.d.ts +15 -0
- package/lib/data/measurereport_stratum.js +3 -0
- package/lib/data/measurereport_stratum_component.d.ts +8 -0
- package/lib/data/measurereport_stratum_component.js +3 -0
- package/lib/data/media.d.ts +84 -0
- package/lib/data/media.js +31 -0
- package/lib/data/medication.d.ts +50 -0
- package/lib/data/medication.js +3 -0
- package/lib/data/medication_batch.d.ts +7 -0
- package/lib/data/medication_batch.js +3 -0
- package/lib/data/medication_content.d.ts +12 -0
- package/lib/data/medication_content.js +3 -0
- package/lib/data/medication_ingredient.d.ts +14 -0
- package/lib/data/medication_ingredient.js +3 -0
- package/lib/data/medication_package.d.ts +12 -0
- package/lib/data/medication_package.js +3 -0
- package/lib/data/medicationadministration.d.ts +72 -0
- package/lib/data/medicationadministration.js +23 -0
- package/lib/data/medicationadministration_dosage.d.ts +21 -0
- package/lib/data/medicationadministration_dosage.js +3 -0
- package/lib/data/medicationadministration_performer.d.ts +10 -0
- package/lib/data/medicationadministration_performer.js +3 -0
- package/lib/data/medicationdispense.d.ts +87 -0
- package/lib/data/medicationdispense.js +27 -0
- package/lib/data/medicationdispense_performer.d.ts +10 -0
- package/lib/data/medicationdispense_performer.js +3 -0
- package/lib/data/medicationdispense_substitution.d.ts +14 -0
- package/lib/data/medicationdispense_substitution.js +3 -0
- package/lib/data/medicationknowledge.d.ts +53 -0
- package/lib/data/medicationknowledge.js +3 -0
- package/lib/data/medicationrequest.d.ts +132 -0
- package/lib/data/medicationrequest.js +55 -0
- package/lib/data/medicationrequest_dispenserequest.d.ts +22 -0
- package/lib/data/medicationrequest_dispenserequest.js +3 -0
- package/lib/data/medicationrequest_dispenserequest_initialfill.d.ts +10 -0
- package/lib/data/medicationrequest_dispenserequest_initialfill.js +3 -0
- package/lib/data/medicationrequest_requester.d.ts +12 -0
- package/lib/data/medicationrequest_requester.js +3 -0
- package/lib/data/medicationrequest_substitution.d.ts +11 -0
- package/lib/data/medicationrequest_substitution.js +3 -0
- package/lib/data/medicationstatement.d.ts +69 -0
- package/lib/data/medicationstatement.js +25 -0
- package/lib/data/medicinalproduct.d.ts +53 -0
- package/lib/data/medicinalproduct.js +3 -0
- package/lib/data/medicinalproduct_manufacturingbusinessoperation.d.ts +19 -0
- package/lib/data/medicinalproduct_manufacturingbusinessoperation.js +3 -0
- package/lib/data/medicinalproduct_name.d.ts +12 -0
- package/lib/data/medicinalproduct_name.js +3 -0
- package/lib/data/medicinalproduct_name_countrylanguage.d.ts +11 -0
- package/lib/data/medicinalproduct_name_countrylanguage.js +3 -0
- package/lib/data/medicinalproduct_name_namepart.d.ts +9 -0
- package/lib/data/medicinalproduct_name_namepart.js +3 -0
- package/lib/data/medicinalproduct_specialdesignation.d.ts +23 -0
- package/lib/data/medicinalproduct_specialdesignation.js +3 -0
- package/lib/data/medicinalproductauthorization.d.ts +43 -0
- package/lib/data/medicinalproductauthorization.js +3 -0
- package/lib/data/medicinalproductauthorization_jurisdictionalauthorization.d.ts +17 -0
- package/lib/data/medicinalproductauthorization_jurisdictionalauthorization.js +3 -0
- package/lib/data/medicinalproductauthorization_procedure.d.ts +17 -0
- package/lib/data/medicinalproductauthorization_procedure.js +3 -0
- package/lib/data/medicinalproductcontraindication.d.ts +23 -0
- package/lib/data/medicinalproductcontraindication.js +3 -0
- package/lib/data/medicinalproductindication.d.ts +28 -0
- package/lib/data/medicinalproductindication.js +3 -0
- package/lib/data/medicinalproductindication_othertherapy.d.ts +12 -0
- package/lib/data/medicinalproductindication_othertherapy.js +3 -0
- package/lib/data/medicinalproductingredient.d.ts +22 -0
- package/lib/data/medicinalproductingredient.js +3 -0
- package/lib/data/medicinalproductingredient_specifiedsubstance.d.ts +14 -0
- package/lib/data/medicinalproductingredient_specifiedsubstance.js +3 -0
- package/lib/data/medicinalproductingredient_specifiedsubstance_strength.d.ts +21 -0
- package/lib/data/medicinalproductingredient_specifiedsubstance_strength.js +3 -0
- package/lib/data/medicinalproductingredient_specifiedsubstance_strength_referencestrength.d.ts +16 -0
- package/lib/data/medicinalproductingredient_specifiedsubstance_strength_referencestrength.js +3 -0
- package/lib/data/medicinalproductingredient_substance.d.ts +10 -0
- package/lib/data/medicinalproductingredient_substance.js +3 -0
- package/lib/data/medicinalproductinteraction.d.ts +22 -0
- package/lib/data/medicinalproductinteraction.js +3 -0
- package/lib/data/medicinalproductinteraction_interactant.d.ts +10 -0
- package/lib/data/medicinalproductinteraction_interactant.js +3 -0
- package/lib/data/medicinalproductmanufactured.d.ts +23 -0
- package/lib/data/medicinalproductmanufactured.js +3 -0
- package/lib/data/medicinalproductpackaged.d.ts +29 -0
- package/lib/data/medicinalproductpackaged.js +3 -0
- package/lib/data/medicinalproductpackaged_batchidentifier.d.ts +9 -0
- package/lib/data/medicinalproductpackaged_batchidentifier.js +3 -0
- package/lib/data/medicinalproductpackaged_packageitem.d.ts +34 -0
- package/lib/data/medicinalproductpackaged_packageitem.js +3 -0
- package/lib/data/medicinalproductpharmaceutical.d.ts +24 -0
- package/lib/data/medicinalproductpharmaceutical.js +3 -0
- package/lib/data/medicinalproductpharmaceutical_characteristics.d.ts +9 -0
- package/lib/data/medicinalproductpharmaceutical_characteristics.js +3 -0
- package/lib/data/medicinalproductpharmaceutical_routeofadministration.d.ts +23 -0
- package/lib/data/medicinalproductpharmaceutical_routeofadministration.js +3 -0
- package/lib/data/medicinalproductpharmaceutical_routeofadministration_targetspecies.d.ts +10 -0
- package/lib/data/medicinalproductpharmaceutical_routeofadministration_targetspecies.js +3 -0
- package/lib/data/medicinalproductpharmaceutical_routeofadministration_targetspecies_withdrawalperiod.d.ts +12 -0
- package/lib/data/medicinalproductpharmaceutical_routeofadministration_targetspecies_withdrawalperiod.js +3 -0
- package/lib/data/medicinalproductundesirableeffect.d.ts +18 -0
- package/lib/data/medicinalproductundesirableeffect.js +3 -0
- package/lib/data/messagedefinition.d.ts +75 -0
- package/lib/data/messagedefinition.js +17 -0
- package/lib/data/messagedefinition_allowedresponse.d.ts +7 -0
- package/lib/data/messagedefinition_allowedresponse.js +3 -0
- package/lib/data/messagedefinition_focus.d.ts +11 -0
- package/lib/data/messagedefinition_focus.js +3 -0
- package/lib/data/messageheader.d.ts +35 -0
- package/lib/data/messageheader.js +3 -0
- package/lib/data/messageheader_destination.d.ts +12 -0
- package/lib/data/messageheader_destination.js +3 -0
- package/lib/data/messageheader_response.d.ts +20 -0
- package/lib/data/messageheader_response.js +15 -0
- package/lib/data/messageheader_source.d.ts +14 -0
- package/lib/data/messageheader_source.js +3 -0
- package/lib/data/meta.d.ts +16 -0
- package/lib/data/meta.js +3 -0
- package/lib/data/molecularsequence.d.ts +55 -0
- package/lib/data/molecularsequence.js +15 -0
- package/lib/data/molecularsequence_quality.d.ts +46 -0
- package/lib/data/molecularsequence_quality.js +15 -0
- package/lib/data/molecularsequence_quality_roc.d.ts +17 -0
- package/lib/data/molecularsequence_quality_roc.js +3 -0
- package/lib/data/molecularsequence_referenceseq.d.ts +39 -0
- package/lib/data/molecularsequence_referenceseq.js +20 -0
- package/lib/data/molecularsequence_repository.d.ts +29 -0
- package/lib/data/molecularsequence_repository.js +19 -0
- package/lib/data/molecularsequence_structurevariant.d.ts +29 -0
- package/lib/data/molecularsequence_structurevariant.js +3 -0
- package/lib/data/molecularsequence_variant.d.ts +16 -0
- package/lib/data/molecularsequence_variant.js +3 -0
- package/lib/data/money.d.ts +7 -0
- package/lib/data/money.js +3 -0
- package/lib/data/namingsystem.d.ts +46 -0
- package/lib/data/namingsystem.js +15 -0
- package/lib/data/namingsystem_uniqueid.d.ts +26 -0
- package/lib/data/namingsystem_uniqueid.js +17 -0
- package/lib/data/narrative.d.ts +19 -0
- package/lib/data/narrative.js +17 -0
- package/lib/data/nutritionorder.d.ts +90 -0
- package/lib/data/nutritionorder.js +48 -0
- package/lib/data/nutritionorder_administration.d.ts +14 -0
- package/lib/data/nutritionorder_administration.js +3 -0
- package/lib/data/nutritionorder_enteralformula.d.ts +24 -0
- package/lib/data/nutritionorder_enteralformula.js +3 -0
- package/lib/data/nutritionorder_nutrient.d.ts +9 -0
- package/lib/data/nutritionorder_nutrient.js +3 -0
- package/lib/data/nutritionorder_oraldiet.d.ts +19 -0
- package/lib/data/nutritionorder_oraldiet.js +3 -0
- package/lib/data/nutritionorder_supplement.d.ts +16 -0
- package/lib/data/nutritionorder_supplement.js +3 -0
- package/lib/data/nutritionorder_texture.d.ts +8 -0
- package/lib/data/nutritionorder_texture.js +3 -0
- package/lib/data/observation.d.ts +111 -0
- package/lib/data/observation.js +25 -0
- package/lib/data/observation_component.d.ts +40 -0
- package/lib/data/observation_component.js +3 -0
- package/lib/data/observation_referencerange.d.ts +18 -0
- package/lib/data/observation_referencerange.js +3 -0
- package/lib/data/observation_related.d.ts +24 -0
- package/lib/data/observation_related.js +24 -0
- package/lib/data/observationdefinition.d.ts +60 -0
- package/lib/data/observationdefinition.js +31 -0
- package/lib/data/operationdefinition.d.ts +71 -0
- package/lib/data/operationdefinition.js +13 -0
- package/lib/data/operationdefinition_binding.d.ts +19 -0
- package/lib/data/operationdefinition_binding.js +17 -0
- package/lib/data/operationdefinition_overload.d.ts +7 -0
- package/lib/data/operationdefinition_overload.js +3 -0
- package/lib/data/operationdefinition_parameter.d.ts +57 -0
- package/lib/data/operationdefinition_parameter.js +34 -0
- package/lib/data/operationdefinition_referencedfrom.d.ts +7 -0
- package/lib/data/operationdefinition_referencedfrom.js +3 -0
- package/lib/data/operationoutcome.d.ts +8 -0
- package/lib/data/operationoutcome.js +3 -0
- package/lib/data/operationoutcome_issue.d.ts +94 -0
- package/lib/data/operationoutcome_issue.js +82 -0
- package/lib/data/organization.d.ts +31 -0
- package/lib/data/organization.js +3 -0
- package/lib/data/organization_contact.d.ts +15 -0
- package/lib/data/organization_contact.js +3 -0
- package/lib/data/organizationaffiliation.d.ts +34 -0
- package/lib/data/organizationaffiliation.js +3 -0
- package/lib/data/parameterdefinition.d.ts +25 -0
- package/lib/data/parameterdefinition.js +13 -0
- package/lib/data/parameters.d.ts +8 -0
- package/lib/data/parameters.js +3 -0
- package/lib/data/parameters_parameter.d.ts +157 -0
- package/lib/data/parameters_parameter.js +3 -0
- package/lib/data/patient.d.ts +55 -0
- package/lib/data/patient.js +3 -0
- package/lib/data/patient_animal.d.ts +10 -0
- package/lib/data/patient_animal.js +3 -0
- package/lib/data/patient_communication.d.ts +8 -0
- package/lib/data/patient_communication.js +3 -0
- package/lib/data/patient_contact.d.ts +24 -0
- package/lib/data/patient_contact.js +3 -0
- package/lib/data/patient_link.d.ts +20 -0
- package/lib/data/patient_link.js +17 -0
- package/lib/data/paymentnotice.d.ts +45 -0
- package/lib/data/paymentnotice.js +17 -0
- package/lib/data/paymentreconciliation.d.ts +57 -0
- package/lib/data/paymentreconciliation.js +17 -0
- package/lib/data/paymentreconciliation_detail.d.ts +27 -0
- package/lib/data/paymentreconciliation_detail.js +3 -0
- package/lib/data/paymentreconciliation_processnote.d.ts +17 -0
- package/lib/data/paymentreconciliation_processnote.js +15 -0
- package/lib/data/period.d.ts +7 -0
- package/lib/data/period.js +3 -0
- package/lib/data/person.d.ts +33 -0
- package/lib/data/person.js +3 -0
- package/lib/data/person_link.d.ts +20 -0
- package/lib/data/person_link.js +17 -0
- package/lib/data/plandefinition.d.ts +75 -0
- package/lib/data/plandefinition.js +3 -0
- package/lib/data/plandefinition_action.d.ts +144 -0
- package/lib/data/plandefinition_action.js +64 -0
- package/lib/data/plandefinition_condition.d.ts +18 -0
- package/lib/data/plandefinition_condition.js +15 -0
- package/lib/data/plandefinition_dynamicvalue.d.ts +8 -0
- package/lib/data/plandefinition_dynamicvalue.js +3 -0
- package/lib/data/plandefinition_goal.d.ts +20 -0
- package/lib/data/plandefinition_goal.js +3 -0
- package/lib/data/plandefinition_participant.d.ts +20 -0
- package/lib/data/plandefinition_participant.js +17 -0
- package/lib/data/plandefinition_relatedaction.d.ts +35 -0
- package/lib/data/plandefinition_relatedaction.js +27 -0
- package/lib/data/plandefinition_target.d.ts +17 -0
- package/lib/data/plandefinition_target.js +3 -0
- package/lib/data/population.d.ts +16 -0
- package/lib/data/population.js +3 -0
- package/lib/data/practitioner.d.ts +33 -0
- package/lib/data/practitioner.js +3 -0
- package/lib/data/practitioner_qualification.d.ts +15 -0
- package/lib/data/practitioner_qualification.js +3 -0
- package/lib/data/practitionerrole.d.ts +40 -0
- package/lib/data/practitionerrole.js +3 -0
- package/lib/data/practitionerrole_availabletime.d.ts +29 -0
- package/lib/data/practitionerrole_availabletime.js +23 -0
- package/lib/data/practitionerrole_notavailable.d.ts +8 -0
- package/lib/data/practitionerrole_notavailable.js +3 -0
- package/lib/data/procedure.d.ts +98 -0
- package/lib/data/procedure.js +25 -0
- package/lib/data/procedure_focaldevice.d.ts +9 -0
- package/lib/data/procedure_focaldevice.js +3 -0
- package/lib/data/procedure_performer.d.ts +11 -0
- package/lib/data/procedure_performer.js +3 -0
- package/lib/data/prodcharacteristic.d.ts +29 -0
- package/lib/data/prodcharacteristic.js +3 -0
- package/lib/data/productshelflife.d.ts +15 -0
- package/lib/data/productshelflife.js +3 -0
- package/lib/data/provenance.d.ts +33 -0
- package/lib/data/provenance.js +3 -0
- package/lib/data/provenance_agent.d.ts +13 -0
- package/lib/data/provenance_agent.js +3 -0
- package/lib/data/provenance_entity.d.ts +25 -0
- package/lib/data/provenance_entity.js +19 -0
- package/lib/data/quantity.d.ts +25 -0
- package/lib/data/quantity.js +17 -0
- package/lib/data/questionnaire.d.ts +57 -0
- package/lib/data/questionnaire.js +3 -0
- package/lib/data/questionnaire_enablewhen.d.ts +40 -0
- package/lib/data/questionnaire_enablewhen.js +23 -0
- package/lib/data/questionnaire_initial.d.ts +20 -0
- package/lib/data/questionnaire_initial.js +3 -0
- package/lib/data/questionnaire_item.d.ts +67 -0
- package/lib/data/questionnaire_item.js +32 -0
- package/lib/data/questionnaire_option.d.ts +14 -0
- package/lib/data/questionnaire_option.js +3 -0
- package/lib/data/questionnaireresponse.d.ts +44 -0
- package/lib/data/questionnaireresponse.js +19 -0
- package/lib/data/questionnaireresponse_answer.d.ts +23 -0
- package/lib/data/questionnaireresponse_answer.js +3 -0
- package/lib/data/questionnaireresponse_item.d.ts +14 -0
- package/lib/data/questionnaireresponse_item.js +3 -0
- package/lib/data/range.d.ts +9 -0
- package/lib/data/range.js +3 -0
- package/lib/data/ratio.d.ts +9 -0
- package/lib/data/ratio.js +3 -0
- package/lib/data/reference.d.ts +12 -0
- package/lib/data/reference.js +3 -0
- package/lib/data/relatedartifact.d.ts +38 -0
- package/lib/data/relatedartifact.js +25 -0
- package/lib/data/relatedperson.d.ts +39 -0
- package/lib/data/relatedperson.js +3 -0
- package/lib/data/relatedperson_communication.d.ts +9 -0
- package/lib/data/relatedperson_communication.js +3 -0
- package/lib/data/requestgroup.d.ts +98 -0
- package/lib/data/requestgroup.js +55 -0
- package/lib/data/requestgroup_action.d.ts +62 -0
- package/lib/data/requestgroup_action.js +3 -0
- package/lib/data/requestgroup_condition.d.ts +8 -0
- package/lib/data/requestgroup_condition.js +3 -0
- package/lib/data/requestgroup_relatedaction.d.ts +35 -0
- package/lib/data/requestgroup_relatedaction.js +27 -0
- package/lib/data/researchdefinition.d.ts +79 -0
- package/lib/data/researchdefinition.js +3 -0
- package/lib/data/researchelementdefinition.d.ts +96 -0
- package/lib/data/researchelementdefinition.js +24 -0
- package/lib/data/researchstudy.d.ts +85 -0
- package/lib/data/researchstudy.js +31 -0
- package/lib/data/researchstudy_arm.d.ts +10 -0
- package/lib/data/researchstudy_arm.js +3 -0
- package/lib/data/researchsubject.d.ts +54 -0
- package/lib/data/researchsubject.js +35 -0
- package/lib/data/resourcelist.d.ts +6 -0
- package/lib/data/resourcelist.js +4 -0
- package/lib/data/riskassessment.d.ts +48 -0
- package/lib/data/riskassessment.js +3 -0
- package/lib/data/riskassessment_prediction.d.ts +22 -0
- package/lib/data/riskassessment_prediction.js +3 -0
- package/lib/data/riskevidencesynthesis.d.ts +77 -0
- package/lib/data/riskevidencesynthesis.js +3 -0
- package/lib/data/sampleddata.d.ts +18 -0
- package/lib/data/sampleddata.js +3 -0
- package/lib/data/schedule.d.ts +25 -0
- package/lib/data/schedule.js +3 -0
- package/lib/data/searchparameter.d.ts +130 -0
- package/lib/data/searchparameter.js +70 -0
- package/lib/data/searchparameter_component.d.ts +7 -0
- package/lib/data/searchparameter_component.js +3 -0
- package/lib/data/servicerequest.d.ts +128 -0
- package/lib/data/servicerequest.js +46 -0
- package/lib/data/signature.d.ts +19 -0
- package/lib/data/signature.js +3 -0
- package/lib/data/slot.d.ts +44 -0
- package/lib/data/slot.js +19 -0
- package/lib/data/specimen.d.ts +50 -0
- package/lib/data/specimen.js +17 -0
- package/lib/data/specimen_collection.d.ts +19 -0
- package/lib/data/specimen_collection.js +3 -0
- package/lib/data/specimen_container.d.ts +21 -0
- package/lib/data/specimen_container.js +3 -0
- package/lib/data/specimen_processing.d.ts +16 -0
- package/lib/data/specimen_processing.js +3 -0
- package/lib/data/specimendefinition.d.ts +71 -0
- package/lib/data/specimendefinition.js +13 -0
- package/lib/data/structuredefinition.d.ts +83 -0
- package/lib/data/structuredefinition.js +18 -0
- package/lib/data/structuredefinition_context.d.ts +17 -0
- package/lib/data/structuredefinition_context.js +15 -0
- package/lib/data/structuredefinition_differential.d.ts +6 -0
- package/lib/data/structuredefinition_differential.js +3 -0
- package/lib/data/structuredefinition_mapping.d.ts +11 -0
- package/lib/data/structuredefinition_mapping.js +3 -0
- package/lib/data/structuredefinition_snapshot.d.ts +10 -0
- package/lib/data/structuredefinition_snapshot.js +3 -0
- package/lib/data/structuremap.d.ts +52 -0
- package/lib/data/structuremap.js +3 -0
- package/lib/data/structuremap_dependent.d.ts +10 -0
- package/lib/data/structuremap_dependent.js +3 -0
- package/lib/data/structuremap_group.d.ts +27 -0
- package/lib/data/structuremap_group.js +15 -0
- package/lib/data/structuremap_input.d.ts +19 -0
- package/lib/data/structuremap_input.js +13 -0
- package/lib/data/structuremap_parameter.d.ts +13 -0
- package/lib/data/structuremap_parameter.js +3 -0
- package/lib/data/structuremap_rule.d.ts +18 -0
- package/lib/data/structuremap_rule.js +3 -0
- package/lib/data/structuremap_source.d.ts +180 -0
- package/lib/data/structuremap_source.js +19 -0
- package/lib/data/structuremap_structure.d.ts +23 -0
- package/lib/data/structuremap_structure.js +17 -0
- package/lib/data/structuremap_target.d.ts +78 -0
- package/lib/data/structuremap_target.js +61 -0
- package/lib/data/subscription.d.ts +33 -0
- package/lib/data/subscription.js +17 -0
- package/lib/data/subscription_channel.d.ts +25 -0
- package/lib/data/subscription_channel.js +19 -0
- package/lib/data/substance.d.ts +24 -0
- package/lib/data/substance.js +3 -0
- package/lib/data/substance_ingredient.d.ts +12 -0
- package/lib/data/substance_ingredient.js +3 -0
- package/lib/data/substance_instance.d.ts +11 -0
- package/lib/data/substance_instance.js +3 -0
- package/lib/data/substancenucleicacid.d.ts +20 -0
- package/lib/data/substancenucleicacid.js +3 -0
- package/lib/data/substancepolymer.d.ts +18 -0
- package/lib/data/substancepolymer.js +3 -0
- package/lib/data/substanceprotein.d.ts +14 -0
- package/lib/data/substanceprotein.js +3 -0
- package/lib/data/substancereferenceinformation.d.ts +15 -0
- package/lib/data/substancereferenceinformation.js +3 -0
- package/lib/data/substancesourcematerial.d.ts +33 -0
- package/lib/data/substancesourcematerial.js +3 -0
- package/lib/data/substancespecification.d.ts +46 -0
- package/lib/data/substancespecification.js +3 -0
- package/lib/data/supplydelivery.d.ts +49 -0
- package/lib/data/supplydelivery.js +17 -0
- package/lib/data/supplydelivery_supplieditem.d.ts +12 -0
- package/lib/data/supplydelivery_supplieditem.js +3 -0
- package/lib/data/supplyrequest.d.ts +60 -0
- package/lib/data/supplyrequest.js +23 -0
- package/lib/data/supplyrequest_ordereditem.d.ts +12 -0
- package/lib/data/supplyrequest_ordereditem.js +3 -0
- package/lib/data/supplyrequest_requester.d.ts +12 -0
- package/lib/data/supplyrequest_requester.js +3 -0
- package/lib/data/task.d.ts +108 -0
- package/lib/data/task.js +33 -0
- package/lib/data/task_input.d.ts +149 -0
- package/lib/data/task_input.js +3 -0
- package/lib/data/task_output.d.ts +152 -0
- package/lib/data/task_output.js +3 -0
- package/lib/data/task_requester.d.ts +8 -0
- package/lib/data/task_requester.js +3 -0
- package/lib/data/task_restriction.d.ts +15 -0
- package/lib/data/task_restriction.js +3 -0
- package/lib/data/terminologycapabilities.d.ts +79 -0
- package/lib/data/terminologycapabilities.js +22 -0
- package/lib/data/testreport.d.ts +54 -0
- package/lib/data/testreport.js +19 -0
- package/lib/data/testreport_action.d.ts +14 -0
- package/lib/data/testreport_action.js +3 -0
- package/lib/data/testreport_action1.d.ts +14 -0
- package/lib/data/testreport_action1.js +3 -0
- package/lib/data/testreport_action2.d.ts +10 -0
- package/lib/data/testreport_action2.js +3 -0
- package/lib/data/testreport_assert.d.ts +10 -0
- package/lib/data/testreport_assert.js +3 -0
- package/lib/data/testreport_operation.d.ts +10 -0
- package/lib/data/testreport_operation.js +3 -0
- package/lib/data/testreport_participant.d.ts +19 -0
- package/lib/data/testreport_participant.js +15 -0
- package/lib/data/testreport_setup.d.ts +6 -0
- package/lib/data/testreport_setup.js +3 -0
- package/lib/data/testreport_teardown.d.ts +6 -0
- package/lib/data/testreport_teardown.js +3 -0
- package/lib/data/testreport_test.d.ts +10 -0
- package/lib/data/testreport_test.js +3 -0
- package/lib/data/testscript.d.ts +67 -0
- package/lib/data/testscript.js +3 -0
- package/lib/data/testscript_action.d.ts +9 -0
- package/lib/data/testscript_action.js +3 -0
- package/lib/data/testscript_action1.d.ts +9 -0
- package/lib/data/testscript_action1.js +3 -0
- package/lib/data/testscript_action2.d.ts +9 -0
- package/lib/data/testscript_action2.js +3 -0
- package/lib/data/testscript_assert.d.ts +101 -0
- package/lib/data/testscript_assert.js +49 -0
- package/lib/data/testscript_capability.d.ts +18 -0
- package/lib/data/testscript_capability.js +3 -0
- package/lib/data/testscript_destination.d.ts +8 -0
- package/lib/data/testscript_destination.js +3 -0
- package/lib/data/testscript_fixture.d.ts +10 -0
- package/lib/data/testscript_fixture.js +3 -0
- package/lib/data/testscript_link.d.ts +7 -0
- package/lib/data/testscript_link.js +3 -0
- package/lib/data/testscript_metadata.d.ts +9 -0
- package/lib/data/testscript_metadata.js +3 -0
- package/lib/data/testscript_operation.d.ts +40 -0
- package/lib/data/testscript_operation.js +3 -0
- package/lib/data/testscript_origin.d.ts +8 -0
- package/lib/data/testscript_origin.js +3 -0
- package/lib/data/testscript_param.d.ts +7 -0
- package/lib/data/testscript_param.js +3 -0
- package/lib/data/testscript_param1.d.ts +7 -0
- package/lib/data/testscript_param1.js +3 -0
- package/lib/data/testscript_param2.d.ts +7 -0
- package/lib/data/testscript_param2.js +3 -0
- package/lib/data/testscript_param3.d.ts +7 -0
- package/lib/data/testscript_param3.js +3 -0
- package/lib/data/testscript_requestheader.d.ts +7 -0
- package/lib/data/testscript_requestheader.js +3 -0
- package/lib/data/testscript_rule.d.ts +9 -0
- package/lib/data/testscript_rule.js +3 -0
- package/lib/data/testscript_rule1.d.ts +8 -0
- package/lib/data/testscript_rule1.js +3 -0
- package/lib/data/testscript_rule2.d.ts +8 -0
- package/lib/data/testscript_rule2.js +3 -0
- package/lib/data/testscript_rule3.d.ts +8 -0
- package/lib/data/testscript_rule3.js +3 -0
- package/lib/data/testscript_ruleset.d.ts +9 -0
- package/lib/data/testscript_ruleset.js +3 -0
- package/lib/data/testscript_ruleset1.d.ts +8 -0
- package/lib/data/testscript_ruleset1.js +3 -0
- package/lib/data/testscript_setup.d.ts +6 -0
- package/lib/data/testscript_setup.js +3 -0
- package/lib/data/testscript_teardown.d.ts +6 -0
- package/lib/data/testscript_teardown.js +3 -0
- package/lib/data/testscript_test.d.ts +10 -0
- package/lib/data/testscript_test.js +3 -0
- package/lib/data/testscript_variable.d.ts +19 -0
- package/lib/data/testscript_variable.js +3 -0
- package/lib/data/timing.d.ts +11 -0
- package/lib/data/timing.js +3 -0
- package/lib/data/timing_repeat.d.ts +64 -0
- package/lib/data/timing_repeat.js +28 -0
- package/lib/data/triggerdefinition.d.ts +43 -0
- package/lib/data/triggerdefinition.js +25 -0
- package/lib/data/usagecontext.d.ts +18 -0
- package/lib/data/usagecontext.js +3 -0
- package/lib/data/valueset.d.ts +48 -0
- package/lib/data/valueset.js +3 -0
- package/lib/data/valueset_compose.d.ts +12 -0
- package/lib/data/valueset_compose.js +3 -0
- package/lib/data/valueset_concept.d.ts +10 -0
- package/lib/data/valueset_concept.js +3 -0
- package/lib/data/valueset_contains.d.ts +20 -0
- package/lib/data/valueset_contains.js +3 -0
- package/lib/data/valueset_designation.d.ts +10 -0
- package/lib/data/valueset_designation.js +3 -0
- package/lib/data/valueset_expansion.d.ts +17 -0
- package/lib/data/valueset_expansion.js +3 -0
- package/lib/data/valueset_filter.d.ts +31 -0
- package/lib/data/valueset_filter.js +27 -0
- package/lib/data/valueset_include.d.ts +15 -0
- package/lib/data/valueset_include.js +3 -0
- package/lib/data/valueset_parameter.d.ts +13 -0
- package/lib/data/valueset_parameter.js +3 -0
- package/lib/data/verificationresult.d.ts +55 -0
- package/lib/data/verificationresult.js +21 -0
- package/lib/data/verificationresult_attestation.d.ts +22 -0
- package/lib/data/verificationresult_attestation.js +3 -0
- package/lib/data/verificationresult_primarysource.d.ts +19 -0
- package/lib/data/verificationresult_primarysource.js +3 -0
- package/lib/data/verificationresult_validator.d.ts +11 -0
- package/lib/data/verificationresult_validator.js +3 -0
- package/lib/data/visionprescription.d.ts +47 -0
- package/lib/data/visionprescription.js +17 -0
- package/lib/data/visionprescription_dispense.d.ts +61 -0
- package/lib/data/visionprescription_dispense.js +24 -0
- package/lib/domainresource.d.ts +3 -3
- package/lib/domainresource.js +1 -1
- package/lib/element.d.ts +1 -1
- package/lib/element.js +1 -1
- package/lib/index.d.ts +7 -490
- package/lib/index.js +8 -491
- package/lib/resource.d.ts +1 -1
- package/lib/resource.js +1 -1
- package/package.json +1 -1
- package/scripts/fix-imports-after-merge.mjs +51 -0
- package/scripts/fix-imports-pass2.mjs +53 -0
- package/scripts/verify-types.mjs +139 -0
- package/lib/account.d.ts +0 -37
- package/lib/account.js +0 -3
- package/lib/account_coverage.d.ts +0 -10
- package/lib/account_coverage.js +0 -3
- package/lib/account_guarantor.d.ts +0 -11
- package/lib/account_guarantor.js +0 -3
- package/lib/activitydefinition.d.ts +0 -95
- package/lib/activitydefinition.js +0 -3
- package/lib/activitydefinition_dynamicvalue.d.ts +0 -11
- package/lib/activitydefinition_dynamicvalue.js +0 -3
- package/lib/activitydefinition_participant.d.ts +0 -8
- package/lib/activitydefinition_participant.js +0 -3
- package/lib/address.d.ts +0 -24
- package/lib/address.js +0 -3
- package/lib/adverseevent.d.ts +0 -41
- package/lib/adverseevent.js +0 -3
- package/lib/adverseevent_suspectentity.d.ts +0 -19
- package/lib/adverseevent_suspectentity.js +0 -3
- package/lib/age.d.ts +0 -3
- package/lib/age.js +0 -3
- package/lib/allergyintolerance.d.ts +0 -51
- package/lib/allergyintolerance.js +0 -3
- package/lib/allergyintolerance_reaction.d.ts +0 -19
- package/lib/allergyintolerance_reaction.js +0 -3
- package/lib/annotation.d.ts +0 -12
- package/lib/annotation.js +0 -3
- package/lib/appointment.d.ts +0 -50
- package/lib/appointment.js +0 -3
- package/lib/appointment_participant.d.ts +0 -13
- package/lib/appointment_participant.js +0 -3
- package/lib/appointmentresponse.d.ts +0 -24
- package/lib/appointmentresponse.js +0 -3
- package/lib/attachment.d.ts +0 -19
- package/lib/attachment.js +0 -3
- package/lib/auditevent.d.ts +0 -30
- package/lib/auditevent.js +0 -3
- package/lib/auditevent_agent.d.ts +0 -30
- package/lib/auditevent_agent.js +0 -3
- package/lib/auditevent_detail.d.ts +0 -7
- package/lib/auditevent_detail.js +0 -3
- package/lib/auditevent_entity.d.ts +0 -27
- package/lib/auditevent_entity.js +0 -3
- package/lib/auditevent_network.d.ts +0 -7
- package/lib/auditevent_network.js +0 -3
- package/lib/auditevent_source.d.ts +0 -11
- package/lib/auditevent_source.js +0 -3
- package/lib/basic.d.ts +0 -18
- package/lib/basic.js +0 -3
- package/lib/binary.d.ts +0 -12
- package/lib/binary.js +0 -3
- package/lib/bodysite.d.ts +0 -23
- package/lib/bodysite.js +0 -3
- package/lib/bundle.d.ts +0 -21
- package/lib/bundle.js +0 -3
- package/lib/bundle_entry.d.ts +0 -22
- package/lib/bundle_entry.js +0 -3
- package/lib/bundle_link.d.ts +0 -7
- package/lib/bundle_link.js +0 -3
- package/lib/bundle_request.d.ts +0 -15
- package/lib/bundle_request.js +0 -3
- package/lib/bundle_response.d.ts +0 -14
- package/lib/bundle_response.js +0 -3
- package/lib/bundle_search.d.ts +0 -7
- package/lib/bundle_search.js +0 -3
- package/lib/capabilitystatement.d.ts +0 -68
- package/lib/capabilitystatement.js +0 -3
- package/lib/capabilitystatement_certificate.d.ts +0 -7
- package/lib/capabilitystatement_certificate.js +0 -3
- package/lib/capabilitystatement_document.d.ts +0 -10
- package/lib/capabilitystatement_document.js +0 -3
- package/lib/capabilitystatement_endpoint.d.ts +0 -8
- package/lib/capabilitystatement_endpoint.js +0 -3
- package/lib/capabilitystatement_event.d.ts +0 -19
- package/lib/capabilitystatement_event.js +0 -3
- package/lib/capabilitystatement_implementation.d.ts +0 -7
- package/lib/capabilitystatement_implementation.js +0 -3
- package/lib/capabilitystatement_interaction.d.ts +0 -7
- package/lib/capabilitystatement_interaction.js +0 -3
- package/lib/capabilitystatement_interaction1.d.ts +0 -7
- package/lib/capabilitystatement_interaction1.js +0 -3
- package/lib/capabilitystatement_messaging.d.ts +0 -16
- package/lib/capabilitystatement_messaging.js +0 -3
- package/lib/capabilitystatement_operation.d.ts +0 -8
- package/lib/capabilitystatement_operation.js +0 -3
- package/lib/capabilitystatement_resource.d.ts +0 -36
- package/lib/capabilitystatement_resource.js +0 -3
- package/lib/capabilitystatement_rest.d.ts +0 -24
- package/lib/capabilitystatement_rest.js +0 -3
- package/lib/capabilitystatement_searchparam.d.ts +0 -11
- package/lib/capabilitystatement_searchparam.js +0 -3
- package/lib/capabilitystatement_security.d.ts +0 -13
- package/lib/capabilitystatement_security.js +0 -3
- package/lib/capabilitystatement_software.d.ts +0 -9
- package/lib/capabilitystatement_software.js +0 -3
- package/lib/capabilitystatement_supportedmessage.d.ts +0 -8
- package/lib/capabilitystatement_supportedmessage.js +0 -3
- package/lib/careplan.d.ts +0 -51
- package/lib/careplan.js +0 -3
- package/lib/careplan_activity.d.ts +0 -17
- package/lib/careplan_activity.js +0 -3
- package/lib/careplan_detail.d.ts +0 -46
- package/lib/careplan_detail.js +0 -3
- package/lib/careteam.d.ts +0 -35
- package/lib/careteam.js +0 -3
- package/lib/careteam_participant.d.ts +0 -14
- package/lib/careteam_participant.js +0 -3
- package/lib/chargeitem.d.ts +0 -64
- package/lib/chargeitem.js +0 -3
- package/lib/chargeitem_participant.d.ts +0 -9
- package/lib/chargeitem_participant.js +0 -3
- package/lib/claim.d.ts +0 -79
- package/lib/claim.js +0 -3
- package/lib/claim_accident.d.ts +0 -14
- package/lib/claim_accident.js +0 -3
- package/lib/claim_careteam.d.ts +0 -15
- package/lib/claim_careteam.js +0 -3
- package/lib/claim_detail.d.ts +0 -32
- package/lib/claim_detail.js +0 -3
- package/lib/claim_diagnosis.d.ts +0 -15
- package/lib/claim_diagnosis.js +0 -3
- package/lib/claim_information.d.ts +0 -28
- package/lib/claim_information.js +0 -3
- package/lib/claim_insurance.d.ts +0 -16
- package/lib/claim_insurance.js +0 -3
- package/lib/claim_item.d.ts +0 -58
- package/lib/claim_item.js +0 -3
- package/lib/claim_payee.d.ts +0 -12
- package/lib/claim_payee.js +0 -3
- package/lib/claim_procedure.d.ts +0 -13
- package/lib/claim_procedure.js +0 -3
- package/lib/claim_related.d.ts +0 -12
- package/lib/claim_related.js +0 -3
- package/lib/claim_subdetail.d.ts +0 -29
- package/lib/claim_subdetail.js +0 -3
- package/lib/claimresponse.d.ts +0 -62
- package/lib/claimresponse.js +0 -3
- package/lib/claimresponse_additem.d.ts +0 -25
- package/lib/claimresponse_additem.js +0 -3
- package/lib/claimresponse_adjudication.d.ts +0 -13
- package/lib/claimresponse_adjudication.js +0 -3
- package/lib/claimresponse_detail.d.ts +0 -13
- package/lib/claimresponse_detail.js +0 -3
- package/lib/claimresponse_detail1.d.ts +0 -20
- package/lib/claimresponse_detail1.js +0 -3
- package/lib/claimresponse_error.d.ts +0 -12
- package/lib/claimresponse_error.js +0 -3
- package/lib/claimresponse_insurance.d.ts +0 -16
- package/lib/claimresponse_insurance.js +0 -3
- package/lib/claimresponse_item.d.ts +0 -13
- package/lib/claimresponse_item.js +0 -3
- package/lib/claimresponse_payment.d.ts +0 -18
- package/lib/claimresponse_payment.js +0 -3
- package/lib/claimresponse_processnote.d.ts +0 -12
- package/lib/claimresponse_processnote.js +0 -3
- package/lib/claimresponse_subdetail.d.ts +0 -10
- package/lib/claimresponse_subdetail.js +0 -3
- package/lib/clinicalimpression.d.ts +0 -52
- package/lib/clinicalimpression.js +0 -3
- package/lib/clinicalimpression_finding.d.ts +0 -11
- package/lib/clinicalimpression_finding.js +0 -3
- package/lib/clinicalimpression_investigation.d.ts +0 -9
- package/lib/clinicalimpression_investigation.js +0 -3
- package/lib/codeableconcept.d.ts +0 -8
- package/lib/codeableconcept.js +0 -3
- package/lib/codesystem.d.ts +0 -62
- package/lib/codesystem.js +0 -3
- package/lib/codesystem_concept.d.ts +0 -17
- package/lib/codesystem_concept.js +0 -3
- package/lib/codesystem_designation.d.ts +0 -10
- package/lib/codesystem_designation.js +0 -3
- package/lib/codesystem_filter.d.ts +0 -11
- package/lib/codesystem_filter.js +0 -3
- package/lib/codesystem_property.d.ts +0 -11
- package/lib/codesystem_property.js +0 -3
- package/lib/codesystem_property1.d.ts +0 -18
- package/lib/codesystem_property1.js +0 -3
- package/lib/coding.d.ts +0 -13
- package/lib/coding.js +0 -3
- package/lib/communication.d.ts +0 -50
- package/lib/communication.js +0 -3
- package/lib/communication_payload.d.ts +0 -11
- package/lib/communication_payload.js +0 -3
- package/lib/communicationrequest.d.ts +0 -54
- package/lib/communicationrequest.js +0 -3
- package/lib/communicationrequest_payload.d.ts +0 -11
- package/lib/communicationrequest_payload.js +0 -3
- package/lib/communicationrequest_requester.d.ts +0 -8
- package/lib/communicationrequest_requester.js +0 -3
- package/lib/compartmentdefinition.d.ts +0 -39
- package/lib/compartmentdefinition.js +0 -3
- package/lib/compartmentdefinition_resource.d.ts +0 -9
- package/lib/compartmentdefinition_resource.js +0 -3
- package/lib/composition.d.ts +0 -42
- package/lib/composition.js +0 -3
- package/lib/composition_attester.d.ts +0 -10
- package/lib/composition_attester.js +0 -3
- package/lib/composition_event.d.ts +0 -12
- package/lib/composition_event.js +0 -3
- package/lib/composition_relatesto.d.ts +0 -11
- package/lib/composition_relatesto.js +0 -3
- package/lib/composition_section.d.ts +0 -22
- package/lib/composition_section.js +0 -3
- package/lib/conceptmap.d.ts +0 -51
- package/lib/conceptmap.js +0 -3
- package/lib/conceptmap_dependson.d.ts +0 -11
- package/lib/conceptmap_dependson.js +0 -3
- package/lib/conceptmap_element.d.ts +0 -10
- package/lib/conceptmap_element.js +0 -3
- package/lib/conceptmap_group.d.ts +0 -17
- package/lib/conceptmap_group.js +0 -3
- package/lib/conceptmap_target.d.ts +0 -16
- package/lib/conceptmap_target.js +0 -3
- package/lib/conceptmap_unmapped.d.ts +0 -11
- package/lib/conceptmap_unmapped.js +0 -3
- package/lib/condition.d.ts +0 -64
- package/lib/condition.js +0 -3
- package/lib/condition_evidence.d.ts +0 -9
- package/lib/condition_evidence.js +0 -3
- package/lib/condition_stage.d.ts +0 -9
- package/lib/condition_stage.js +0 -3
- package/lib/consent.d.ts +0 -55
- package/lib/consent.js +0 -3
- package/lib/consent_actor.d.ts +0 -9
- package/lib/consent_actor.js +0 -3
- package/lib/consent_actor1.d.ts +0 -9
- package/lib/consent_actor1.js +0 -3
- package/lib/consent_data.d.ts +0 -8
- package/lib/consent_data.js +0 -3
- package/lib/consent_data1.d.ts +0 -8
- package/lib/consent_data1.js +0 -3
- package/lib/consent_except.d.ts +0 -28
- package/lib/consent_except.js +0 -3
- package/lib/consent_policy.d.ts +0 -7
- package/lib/consent_policy.js +0 -3
- package/lib/contactdetail.d.ts +0 -8
- package/lib/contactdetail.js +0 -3
- package/lib/contactpoint.d.ts +0 -14
- package/lib/contactpoint.js +0 -3
- package/lib/contract.d.ts +0 -66
- package/lib/contract.js +0 -3
- package/lib/contract_agent.d.ts +0 -9
- package/lib/contract_agent.js +0 -3
- package/lib/contract_agent1.d.ts +0 -9
- package/lib/contract_agent1.js +0 -3
- package/lib/contract_friendly.d.ts +0 -9
- package/lib/contract_friendly.js +0 -3
- package/lib/contract_legal.d.ts +0 -9
- package/lib/contract_legal.js +0 -3
- package/lib/contract_rule.d.ts +0 -9
- package/lib/contract_rule.js +0 -3
- package/lib/contract_signer.d.ts +0 -12
- package/lib/contract_signer.js +0 -3
- package/lib/contract_term.d.ts +0 -36
- package/lib/contract_term.js +0 -3
- package/lib/contract_valueditem.d.ts +0 -26
- package/lib/contract_valueditem.js +0 -3
- package/lib/contract_valueditem1.d.ts +0 -26
- package/lib/contract_valueditem1.js +0 -3
- package/lib/contributor.d.ts +0 -10
- package/lib/contributor.js +0 -3
- package/lib/count.d.ts +0 -3
- package/lib/count.js +0 -3
- package/lib/coverage.d.ts +0 -42
- package/lib/coverage.js +0 -3
- package/lib/coverage_grouping.d.ts +0 -27
- package/lib/coverage_grouping.js +0 -3
- package/lib/dataelement.d.ts +0 -43
- package/lib/dataelement.js +0 -3
- package/lib/dataelement_mapping.d.ts +0 -11
- package/lib/dataelement_mapping.js +0 -3
- package/lib/datarequirement.d.ts +0 -15
- package/lib/datarequirement.js +0 -3
- package/lib/datarequirement_codefilter.d.ts +0 -18
- package/lib/datarequirement_codefilter.js +0 -3
- package/lib/datarequirement_datefilter.d.ts +0 -13
- package/lib/datarequirement_datefilter.js +0 -3
- package/lib/detectedissue.d.ts +0 -31
- package/lib/detectedissue.js +0 -3
- package/lib/detectedissue_mitigation.d.ts +0 -11
- package/lib/detectedissue_mitigation.js +0 -3
- package/lib/device.d.ts +0 -45
- package/lib/device.js +0 -3
- package/lib/device_udi.d.ts +0 -25
- package/lib/device_udi.js +0 -3
- package/lib/devicecomponent.d.ts +0 -29
- package/lib/devicecomponent.js +0 -3
- package/lib/devicecomponent_productionspecification.d.ts +0 -11
- package/lib/devicecomponent_productionspecification.js +0 -3
- package/lib/devicemetric.d.ts +0 -30
- package/lib/devicemetric.js +0 -3
- package/lib/devicemetric_calibration.d.ts +0 -9
- package/lib/devicemetric_calibration.js +0 -3
- package/lib/devicerequest.d.ts +0 -60
- package/lib/devicerequest.js +0 -3
- package/lib/devicerequest_requester.d.ts +0 -8
- package/lib/devicerequest_requester.js +0 -3
- package/lib/deviceusestatement.d.ts +0 -37
- package/lib/deviceusestatement.js +0 -3
- package/lib/diagnosticreport.d.ts +0 -48
- package/lib/diagnosticreport.js +0 -3
- package/lib/diagnosticreport_image.d.ts +0 -8
- package/lib/diagnosticreport_image.js +0 -3
- package/lib/diagnosticreport_performer.d.ts +0 -9
- package/lib/diagnosticreport_performer.js +0 -3
- package/lib/distance.d.ts +0 -3
- package/lib/distance.js +0 -3
- package/lib/documentmanifest.d.ts +0 -34
- package/lib/documentmanifest.js +0 -3
- package/lib/documentmanifest_content.d.ts +0 -9
- package/lib/documentmanifest_content.js +0 -3
- package/lib/documentmanifest_related.d.ts +0 -9
- package/lib/documentmanifest_related.js +0 -3
- package/lib/documentreference.d.ts +0 -45
- package/lib/documentreference.js +0 -3
- package/lib/documentreference_content.d.ts +0 -9
- package/lib/documentreference_content.js +0 -3
- package/lib/documentreference_context.d.ts +0 -21
- package/lib/documentreference_context.js +0 -3
- package/lib/documentreference_related.d.ts +0 -9
- package/lib/documentreference_related.js +0 -3
- package/lib/documentreference_relatesto.d.ts +0 -8
- package/lib/documentreference_relatesto.js +0 -3
- package/lib/dosage.d.ts +0 -44
- package/lib/dosage.js +0 -3
- package/lib/duration.d.ts +0 -3
- package/lib/duration.js +0 -3
- package/lib/elementdefinition.d.ts +0 -451
- package/lib/elementdefinition.js +0 -3
- package/lib/elementdefinition_base.d.ts +0 -9
- package/lib/elementdefinition_base.js +0 -3
- package/lib/elementdefinition_binding.d.ts +0 -12
- package/lib/elementdefinition_binding.js +0 -3
- package/lib/elementdefinition_constraint.d.ts +0 -17
- package/lib/elementdefinition_constraint.js +0 -3
- package/lib/elementdefinition_discriminator.d.ts +0 -7
- package/lib/elementdefinition_discriminator.js +0 -3
- package/lib/elementdefinition_example.d.ts +0 -145
- package/lib/elementdefinition_example.js +0 -3
- package/lib/elementdefinition_mapping.d.ts +0 -11
- package/lib/elementdefinition_mapping.js +0 -3
- package/lib/elementdefinition_slicing.d.ts +0 -12
- package/lib/elementdefinition_slicing.js +0 -3
- package/lib/elementdefinition_type.d.ts +0 -13
- package/lib/elementdefinition_type.js +0 -3
- package/lib/eligibilityrequest.d.ts +0 -41
- package/lib/eligibilityrequest.js +0 -3
- package/lib/eligibilityresponse.d.ts +0 -36
- package/lib/eligibilityresponse.js +0 -3
- package/lib/eligibilityresponse_benefitbalance.d.ts +0 -23
- package/lib/eligibilityresponse_benefitbalance.js +0 -3
- package/lib/eligibilityresponse_error.d.ts +0 -6
- package/lib/eligibilityresponse_error.js +0 -3
- package/lib/eligibilityresponse_financial.d.ts +0 -17
- package/lib/eligibilityresponse_financial.js +0 -3
- package/lib/eligibilityresponse_insurance.d.ts +0 -11
- package/lib/eligibilityresponse_insurance.js +0 -3
- package/lib/encounter.d.ts +0 -61
- package/lib/encounter.js +0 -3
- package/lib/encounter_classhistory.d.ts +0 -9
- package/lib/encounter_classhistory.js +0 -3
- package/lib/encounter_diagnosis.d.ts +0 -11
- package/lib/encounter_diagnosis.js +0 -3
- package/lib/encounter_hospitalization.d.ts +0 -24
- package/lib/encounter_hospitalization.js +0 -3
- package/lib/encounter_location.d.ts +0 -11
- package/lib/encounter_location.js +0 -3
- package/lib/encounter_participant.d.ts +0 -12
- package/lib/encounter_participant.js +0 -3
- package/lib/encounter_statushistory.d.ts +0 -8
- package/lib/encounter_statushistory.js +0 -3
- package/lib/endpoint.d.ts +0 -33
- package/lib/endpoint.js +0 -3
- package/lib/enrollmentrequest.d.ts +0 -23
- package/lib/enrollmentrequest.js +0 -3
- package/lib/enrollmentresponse.d.ts +0 -26
- package/lib/enrollmentresponse.js +0 -3
- package/lib/episodeofcare.d.ts +0 -35
- package/lib/episodeofcare.js +0 -3
- package/lib/episodeofcare_diagnosis.d.ts +0 -11
- package/lib/episodeofcare_diagnosis.js +0 -3
- package/lib/episodeofcare_statushistory.d.ts +0 -8
- package/lib/episodeofcare_statushistory.js +0 -3
- package/lib/expansionprofile.d.ts +0 -58
- package/lib/expansionprofile.js +0 -3
- package/lib/expansionprofile_designation.d.ts +0 -9
- package/lib/expansionprofile_designation.js +0 -3
- package/lib/expansionprofile_designation1.d.ts +0 -8
- package/lib/expansionprofile_designation1.js +0 -3
- package/lib/expansionprofile_designation2.d.ts +0 -8
- package/lib/expansionprofile_designation2.js +0 -3
- package/lib/expansionprofile_exclude.d.ts +0 -6
- package/lib/expansionprofile_exclude.js +0 -3
- package/lib/expansionprofile_excludedsystem.d.ts +0 -7
- package/lib/expansionprofile_excludedsystem.js +0 -3
- package/lib/expansionprofile_fixedversion.d.ts +0 -9
- package/lib/expansionprofile_fixedversion.js +0 -3
- package/lib/expansionprofile_include.d.ts +0 -6
- package/lib/expansionprofile_include.js +0 -3
- package/lib/explanationofbenefit.d.ts +0 -101
- package/lib/explanationofbenefit.js +0 -3
- package/lib/explanationofbenefit_accident.d.ts +0 -14
- package/lib/explanationofbenefit_accident.js +0 -3
- package/lib/explanationofbenefit_additem.d.ts +0 -25
- package/lib/explanationofbenefit_additem.js +0 -3
- package/lib/explanationofbenefit_adjudication.d.ts +0 -13
- package/lib/explanationofbenefit_adjudication.js +0 -3
- package/lib/explanationofbenefit_benefitbalance.d.ts +0 -23
- package/lib/explanationofbenefit_benefitbalance.js +0 -3
- package/lib/explanationofbenefit_careteam.d.ts +0 -15
- package/lib/explanationofbenefit_careteam.js +0 -3
- package/lib/explanationofbenefit_detail.d.ts +0 -39
- package/lib/explanationofbenefit_detail.js +0 -3
- package/lib/explanationofbenefit_detail1.d.ts +0 -20
- package/lib/explanationofbenefit_detail1.js +0 -3
- package/lib/explanationofbenefit_diagnosis.d.ts +0 -15
- package/lib/explanationofbenefit_diagnosis.js +0 -3
- package/lib/explanationofbenefit_financial.d.ts +0 -17
- package/lib/explanationofbenefit_financial.js +0 -3
- package/lib/explanationofbenefit_information.d.ts +0 -29
- package/lib/explanationofbenefit_information.js +0 -3
- package/lib/explanationofbenefit_insurance.d.ts +0 -8
- package/lib/explanationofbenefit_insurance.js +0 -3
- package/lib/explanationofbenefit_item.d.ts +0 -63
- package/lib/explanationofbenefit_item.js +0 -3
- package/lib/explanationofbenefit_payee.d.ts +0 -11
- package/lib/explanationofbenefit_payee.js +0 -3
- package/lib/explanationofbenefit_payment.d.ts +0 -18
- package/lib/explanationofbenefit_payment.js +0 -3
- package/lib/explanationofbenefit_procedure.d.ts +0 -13
- package/lib/explanationofbenefit_procedure.js +0 -3
- package/lib/explanationofbenefit_processnote.d.ts +0 -12
- package/lib/explanationofbenefit_processnote.js +0 -3
- package/lib/explanationofbenefit_related.d.ts +0 -12
- package/lib/explanationofbenefit_related.js +0 -3
- package/lib/explanationofbenefit_subdetail.d.ts +0 -36
- package/lib/explanationofbenefit_subdetail.js +0 -3
- package/lib/extension.d.ts +0 -144
- package/lib/extension.js +0 -3
- package/lib/familymemberhistory.d.ts +0 -65
- package/lib/familymemberhistory.js +0 -3
- package/lib/familymemberhistory_condition.d.ts +0 -22
- package/lib/familymemberhistory_condition.js +0 -3
- package/lib/flag.d.ts +0 -25
- package/lib/flag.js +0 -3
- package/lib/goal.d.ts +0 -42
- package/lib/goal.js +0 -3
- package/lib/goal_target.d.ts +0 -19
- package/lib/goal_target.js +0 -3
- package/lib/graphdefinition.d.ts +0 -39
- package/lib/graphdefinition.js +0 -3
- package/lib/graphdefinition_compartment.d.ts +0 -11
- package/lib/graphdefinition_compartment.js +0 -3
- package/lib/graphdefinition_link.d.ts +0 -16
- package/lib/graphdefinition_link.js +0 -3
- package/lib/graphdefinition_target.d.ts +0 -13
- package/lib/graphdefinition_target.js +0 -3
- package/lib/group.d.ts +0 -27
- package/lib/group.js +0 -3
- package/lib/group_characteristic.d.ts +0 -21
- package/lib/group_characteristic.js +0 -3
- package/lib/group_member.d.ts +0 -11
- package/lib/group_member.js +0 -3
- package/lib/guidanceresponse.d.ts +0 -40
- package/lib/guidanceresponse.js +0 -3
- package/lib/healthcareservice.d.ts +0 -60
- package/lib/healthcareservice.js +0 -3
- package/lib/healthcareservice_availabletime.d.ts +0 -11
- package/lib/healthcareservice_availabletime.js +0 -3
- package/lib/healthcareservice_notavailable.d.ts +0 -8
- package/lib/healthcareservice_notavailable.js +0 -3
- package/lib/humanname.d.ts +0 -18
- package/lib/humanname.js +0 -3
- package/lib/identifier.d.ts +0 -18
- package/lib/identifier.js +0 -3
- package/lib/imagingmanifest.d.ts +0 -21
- package/lib/imagingmanifest.js +0 -3
- package/lib/imagingmanifest_instance.d.ts +0 -7
- package/lib/imagingmanifest_instance.js +0 -3
- package/lib/imagingmanifest_series.d.ts +0 -11
- package/lib/imagingmanifest_series.js +0 -3
- package/lib/imagingmanifest_study.d.ts +0 -13
- package/lib/imagingmanifest_study.js +0 -3
- package/lib/imagingstudy.d.ts +0 -48
- package/lib/imagingstudy.js +0 -3
- package/lib/imagingstudy_instance.d.ts +0 -11
- package/lib/imagingstudy_instance.js +0 -3
- package/lib/imagingstudy_series.d.ts +0 -30
- package/lib/imagingstudy_series.js +0 -3
- package/lib/immunization.d.ts +0 -56
- package/lib/immunization.js +0 -3
- package/lib/immunization_explanation.d.ts +0 -8
- package/lib/immunization_explanation.js +0 -3
- package/lib/immunization_practitioner.d.ts +0 -9
- package/lib/immunization_practitioner.js +0 -3
- package/lib/immunization_reaction.d.ts +0 -10
- package/lib/immunization_reaction.js +0 -3
- package/lib/immunization_vaccinationprotocol.d.ts +0 -21
- package/lib/immunization_vaccinationprotocol.js +0 -3
- package/lib/immunizationrecommendation.d.ts +0 -14
- package/lib/immunizationrecommendation.js +0 -3
- package/lib/immunizationrecommendation_datecriterion.d.ts +0 -8
- package/lib/immunizationrecommendation_datecriterion.js +0 -3
- package/lib/immunizationrecommendation_protocol.d.ts +0 -12
- package/lib/immunizationrecommendation_protocol.js +0 -3
- package/lib/immunizationrecommendation_recommendation.d.ts +0 -25
- package/lib/immunizationrecommendation_recommendation.js +0 -3
- package/lib/implementationguide.d.ts +0 -48
- package/lib/implementationguide.js +0 -3
- package/lib/implementationguide_dependency.d.ts +0 -7
- package/lib/implementationguide_dependency.js +0 -3
- package/lib/implementationguide_global.d.ts +0 -8
- package/lib/implementationguide_global.js +0 -3
- package/lib/implementationguide_package.d.ts +0 -10
- package/lib/implementationguide_package.js +0 -3
- package/lib/implementationguide_page.d.ts +0 -17
- package/lib/implementationguide_page.js +0 -3
- package/lib/implementationguide_resource.d.ts +0 -18
- package/lib/implementationguide_resource.js +0 -3
- package/lib/library.d.ts +0 -67
- package/lib/library.js +0 -3
- package/lib/linkage.d.ts +0 -13
- package/lib/linkage.js +0 -3
- package/lib/linkage_item.d.ts +0 -8
- package/lib/linkage_item.js +0 -3
- package/lib/list.d.ts +0 -36
- package/lib/list.js +0 -3
- package/lib/list_entry.d.ts +0 -13
- package/lib/list_entry.js +0 -3
- package/lib/location.d.ts +0 -42
- package/lib/location.js +0 -3
- package/lib/location_position.d.ts +0 -9
- package/lib/location_position.js +0 -3
- package/lib/measure.d.ts +0 -89
- package/lib/measure.js +0 -3
- package/lib/measure_group.d.ts +0 -16
- package/lib/measure_group.js +0 -3
- package/lib/measure_population.d.ts +0 -15
- package/lib/measure_population.js +0 -3
- package/lib/measure_stratifier.d.ts +0 -10
- package/lib/measure_stratifier.js +0 -3
- package/lib/measure_supplementaldata.d.ts +0 -13
- package/lib/measure_supplementaldata.js +0 -3
- package/lib/measurereport.d.ts +0 -29
- package/lib/measurereport.js +0 -3
- package/lib/measurereport_group.d.ts +0 -14
- package/lib/measurereport_group.js +0 -3
- package/lib/measurereport_population.d.ts +0 -14
- package/lib/measurereport_population.js +0 -3
- package/lib/measurereport_population1.d.ts +0 -14
- package/lib/measurereport_population1.js +0 -3
- package/lib/measurereport_stratifier.d.ts +0 -9
- package/lib/measurereport_stratifier.js +0 -3
- package/lib/measurereport_stratum.d.ts +0 -10
- package/lib/measurereport_stratum.js +0 -3
- package/lib/media.d.ts +0 -49
- package/lib/media.js +0 -3
- package/lib/medication.d.ts +0 -28
- package/lib/medication.js +0 -3
- package/lib/medication_batch.d.ts +0 -7
- package/lib/medication_batch.js +0 -3
- package/lib/medication_content.d.ts +0 -12
- package/lib/medication_content.js +0 -3
- package/lib/medication_ingredient.d.ts +0 -14
- package/lib/medication_ingredient.js +0 -3
- package/lib/medication_package.d.ts +0 -12
- package/lib/medication_package.js +0 -3
- package/lib/medicationadministration.d.ts +0 -56
- package/lib/medicationadministration.js +0 -3
- package/lib/medicationadministration_dosage.d.ts +0 -22
- package/lib/medicationadministration_dosage.js +0 -3
- package/lib/medicationadministration_performer.d.ts +0 -8
- package/lib/medicationadministration_performer.js +0 -3
- package/lib/medicationdispense.d.ts +0 -65
- package/lib/medicationdispense.js +0 -3
- package/lib/medicationdispense_performer.d.ts +0 -8
- package/lib/medicationdispense_performer.js +0 -3
- package/lib/medicationdispense_substitution.d.ts +0 -13
- package/lib/medicationdispense_substitution.js +0 -3
- package/lib/medicationrequest.d.ts +0 -63
- package/lib/medicationrequest.js +0 -3
- package/lib/medicationrequest_dispenserequest.d.ts +0 -17
- package/lib/medicationrequest_dispenserequest.js +0 -3
- package/lib/medicationrequest_requester.d.ts +0 -8
- package/lib/medicationrequest_requester.js +0 -3
- package/lib/medicationrequest_substitution.d.ts +0 -8
- package/lib/medicationrequest_substitution.js +0 -3
- package/lib/medicationstatement.d.ts +0 -51
- package/lib/medicationstatement.js +0 -3
- package/lib/messagedefinition.d.ts +0 -59
- package/lib/messagedefinition.js +0 -3
- package/lib/messagedefinition_allowedresponse.d.ts +0 -8
- package/lib/messagedefinition_allowedresponse.js +0 -3
- package/lib/messagedefinition_focus.d.ts +0 -12
- package/lib/messagedefinition_focus.js +0 -3
- package/lib/messageheader.d.ts +0 -35
- package/lib/messageheader.js +0 -3
- package/lib/messageheader_destination.d.ts +0 -10
- package/lib/messageheader_destination.js +0 -3
- package/lib/messageheader_response.d.ts +0 -10
- package/lib/messageheader_response.js +0 -3
- package/lib/messageheader_source.d.ts +0 -14
- package/lib/messageheader_source.js +0 -3
- package/lib/meta.d.ts +0 -14
- package/lib/meta.js +0 -3
- package/lib/money.d.ts +0 -3
- package/lib/money.js +0 -3
- package/lib/namingsystem.d.ts +0 -38
- package/lib/namingsystem.js +0 -3
- package/lib/namingsystem_uniqueid.d.ts +0 -14
- package/lib/namingsystem_uniqueid.js +0 -3
- package/lib/narrative.d.ts +0 -7
- package/lib/narrative.js +0 -3
- package/lib/nutritionorder.d.ts +0 -35
- package/lib/nutritionorder.js +0 -3
- package/lib/nutritionorder_administration.d.ts +0 -14
- package/lib/nutritionorder_administration.js +0 -3
- package/lib/nutritionorder_enteralformula.d.ts +0 -24
- package/lib/nutritionorder_enteralformula.js +0 -3
- package/lib/nutritionorder_nutrient.d.ts +0 -9
- package/lib/nutritionorder_nutrient.js +0 -3
- package/lib/nutritionorder_oraldiet.d.ts +0 -19
- package/lib/nutritionorder_oraldiet.js +0 -3
- package/lib/nutritionorder_supplement.d.ts +0 -16
- package/lib/nutritionorder_supplement.js +0 -3
- package/lib/nutritionorder_texture.d.ts +0 -8
- package/lib/nutritionorder_texture.js +0 -3
- package/lib/observation.d.ts +0 -81
- package/lib/observation.js +0 -3
- package/lib/observation_component.d.ts +0 -39
- package/lib/observation_component.js +0 -3
- package/lib/observation_referencerange.d.ts +0 -18
- package/lib/observation_referencerange.js +0 -3
- package/lib/observation_related.d.ts +0 -8
- package/lib/observation_related.js +0 -3
- package/lib/operationdefinition.d.ts +0 -57
- package/lib/operationdefinition.js +0 -3
- package/lib/operationdefinition_binding.d.ts +0 -10
- package/lib/operationdefinition_binding.js +0 -3
- package/lib/operationdefinition_overload.d.ts +0 -7
- package/lib/operationdefinition_overload.js +0 -3
- package/lib/operationdefinition_parameter.d.ts +0 -25
- package/lib/operationdefinition_parameter.js +0 -3
- package/lib/operationoutcome.d.ts +0 -8
- package/lib/operationoutcome.js +0 -3
- package/lib/operationoutcome_issue.d.ts +0 -16
- package/lib/operationoutcome_issue.js +0 -3
- package/lib/organization.d.ts +0 -31
- package/lib/organization.js +0 -3
- package/lib/organization_contact.d.ts +0 -15
- package/lib/organization_contact.js +0 -3
- package/lib/parameterdefinition.d.ts +0 -18
- package/lib/parameterdefinition.js +0 -3
- package/lib/parameters.d.ts +0 -6
- package/lib/parameters.js +0 -3
- package/lib/parameters_parameter.d.ts +0 -150
- package/lib/parameters_parameter.js +0 -3
- package/lib/patient.d.ts +0 -54
- package/lib/patient.js +0 -3
- package/lib/patient_animal.d.ts +0 -10
- package/lib/patient_animal.js +0 -3
- package/lib/patient_communication.d.ts +0 -8
- package/lib/patient_communication.js +0 -3
- package/lib/patient_contact.d.ts +0 -23
- package/lib/patient_contact.js +0 -3
- package/lib/patient_link.d.ts +0 -8
- package/lib/patient_link.js +0 -3
- package/lib/paymentnotice.d.ts +0 -28
- package/lib/paymentnotice.js +0 -3
- package/lib/paymentreconciliation.d.ts +0 -40
- package/lib/paymentreconciliation.js +0 -3
- package/lib/paymentreconciliation_detail.d.ts +0 -20
- package/lib/paymentreconciliation_detail.js +0 -3
- package/lib/paymentreconciliation_processnote.d.ts +0 -8
- package/lib/paymentreconciliation_processnote.js +0 -3
- package/lib/period.d.ts +0 -7
- package/lib/period.js +0 -3
- package/lib/person.d.ts +0 -32
- package/lib/person.js +0 -3
- package/lib/person_link.d.ts +0 -8
- package/lib/person_link.js +0 -3
- package/lib/plandefinition.d.ts +0 -67
- package/lib/plandefinition.js +0 -3
- package/lib/plandefinition_action.d.ts +0 -75
- package/lib/plandefinition_action.js +0 -3
- package/lib/plandefinition_condition.d.ts +0 -11
- package/lib/plandefinition_condition.js +0 -3
- package/lib/plandefinition_dynamicvalue.d.ts +0 -11
- package/lib/plandefinition_dynamicvalue.js +0 -3
- package/lib/plandefinition_goal.d.ts +0 -20
- package/lib/plandefinition_goal.js +0 -3
- package/lib/plandefinition_participant.d.ts +0 -8
- package/lib/plandefinition_participant.js +0 -3
- package/lib/plandefinition_relatedaction.d.ts +0 -13
- package/lib/plandefinition_relatedaction.js +0 -3
- package/lib/plandefinition_target.d.ts +0 -17
- package/lib/plandefinition_target.js +0 -3
- package/lib/practitioner.d.ts +0 -33
- package/lib/practitioner.js +0 -3
- package/lib/practitioner_qualification.d.ts +0 -15
- package/lib/practitioner_qualification.js +0 -3
- package/lib/practitionerrole.d.ts +0 -40
- package/lib/practitionerrole.js +0 -3
- package/lib/practitionerrole_availabletime.d.ts +0 -11
- package/lib/practitionerrole_availabletime.js +0 -3
- package/lib/practitionerrole_notavailable.d.ts +0 -8
- package/lib/practitionerrole_notavailable.js +0 -3
- package/lib/procedure.d.ts +0 -66
- package/lib/procedure.js +0 -3
- package/lib/procedure_focaldevice.d.ts +0 -9
- package/lib/procedure_focaldevice.js +0 -3
- package/lib/procedure_performer.d.ts +0 -11
- package/lib/procedure_performer.js +0 -3
- package/lib/procedurerequest.d.ts +0 -70
- package/lib/procedurerequest.js +0 -3
- package/lib/procedurerequest_requester.d.ts +0 -8
- package/lib/procedurerequest_requester.js +0 -3
- package/lib/processrequest.d.ts +0 -39
- package/lib/processrequest.js +0 -3
- package/lib/processrequest_item.d.ts +0 -5
- package/lib/processrequest_item.js +0 -3
- package/lib/processresponse.d.ts +0 -35
- package/lib/processresponse.js +0 -3
- package/lib/processresponse_processnote.d.ts +0 -8
- package/lib/processresponse_processnote.js +0 -3
- package/lib/provenance.d.ts +0 -31
- package/lib/provenance.js +0 -3
- package/lib/provenance_agent.d.ts +0 -17
- package/lib/provenance_agent.js +0 -3
- package/lib/provenance_entity.d.ts +0 -16
- package/lib/provenance_entity.js +0 -3
- package/lib/quantity.d.ts +0 -13
- package/lib/quantity.js +0 -3
- package/lib/questionnaire.d.ts +0 -54
- package/lib/questionnaire.js +0 -3
- package/lib/questionnaire_enablewhen.d.ts +0 -35
- package/lib/questionnaire_enablewhen.js +0 -3
- package/lib/questionnaire_item.d.ts +0 -70
- package/lib/questionnaire_item.js +0 -3
- package/lib/questionnaire_option.d.ts +0 -14
- package/lib/questionnaire_option.js +0 -3
- package/lib/questionnaireresponse.d.ts +0 -30
- package/lib/questionnaireresponse.js +0 -3
- package/lib/questionnaireresponse_answer.d.ts +0 -34
- package/lib/questionnaireresponse_answer.js +0 -3
- package/lib/questionnaireresponse_item.d.ts +0 -17
- package/lib/questionnaireresponse_item.js +0 -3
- package/lib/range.d.ts +0 -8
- package/lib/range.js +0 -3
- package/lib/ratio.d.ts +0 -8
- package/lib/ratio.js +0 -3
- package/lib/reference.d.ts +0 -10
- package/lib/reference.js +0 -3
- package/lib/referralrequest.d.ts +0 -59
- package/lib/referralrequest.js +0 -3
- package/lib/referralrequest_requester.d.ts +0 -8
- package/lib/referralrequest_requester.js +0 -3
- package/lib/relatedartifact.d.ts +0 -17
- package/lib/relatedartifact.js +0 -3
- package/lib/relatedperson.d.ts +0 -35
- package/lib/relatedperson.js +0 -3
- package/lib/requestgroup.d.ts +0 -42
- package/lib/requestgroup.js +0 -3
- package/lib/requestgroup_action.d.ts +0 -57
- package/lib/requestgroup_action.js +0 -3
- package/lib/requestgroup_condition.d.ts +0 -11
- package/lib/requestgroup_condition.js +0 -3
- package/lib/requestgroup_relatedaction.d.ts +0 -13
- package/lib/requestgroup_relatedaction.js +0 -3
- package/lib/researchstudy.d.ts +0 -53
- package/lib/researchstudy.js +0 -3
- package/lib/researchstudy_arm.d.ts +0 -10
- package/lib/researchstudy_arm.js +0 -3
- package/lib/researchsubject.d.ts +0 -24
- package/lib/researchsubject.js +0 -3
- package/lib/resourcelist.d.ts +0 -2
- package/lib/resourcelist.js +0 -4
- package/lib/riskassessment.d.ts +0 -46
- package/lib/riskassessment.js +0 -3
- package/lib/riskassessment_prediction.d.ts +0 -22
- package/lib/riskassessment_prediction.js +0 -3
- package/lib/sampleddata.d.ts +0 -18
- package/lib/sampleddata.js +0 -3
- package/lib/schedule.d.ts +0 -25
- package/lib/schedule.js +0 -3
- package/lib/searchparameter.d.ts +0 -57
- package/lib/searchparameter.js +0 -3
- package/lib/searchparameter_component.d.ts +0 -8
- package/lib/searchparameter_component.js +0 -3
- package/lib/sequence.d.ts +0 -42
- package/lib/sequence.js +0 -3
- package/lib/sequence_quality.d.ts +0 -33
- package/lib/sequence_quality.js +0 -3
- package/lib/sequence_referenceseq.d.ts +0 -21
- package/lib/sequence_referenceseq.js +0 -3
- package/lib/sequence_repository.d.ts +0 -15
- package/lib/sequence_repository.js +0 -3
- package/lib/sequence_variant.d.ts +0 -16
- package/lib/sequence_variant.js +0 -3
- package/lib/servicedefinition.d.ts +0 -65
- package/lib/servicedefinition.js +0 -3
- package/lib/signature.d.ts +0 -21
- package/lib/signature.js +0 -3
- package/lib/slot.d.ts +0 -30
- package/lib/slot.js +0 -3
- package/lib/specimen.d.ts +0 -36
- package/lib/specimen.js +0 -3
- package/lib/specimen_collection.d.ts +0 -19
- package/lib/specimen_collection.js +0 -3
- package/lib/specimen_container.d.ts +0 -21
- package/lib/specimen_container.js +0 -3
- package/lib/specimen_processing.d.ts +0 -16
- package/lib/specimen_processing.js +0 -3
- package/lib/structuredefinition.d.ts +0 -69
- package/lib/structuredefinition.js +0 -3
- package/lib/structuredefinition_differential.d.ts +0 -6
- package/lib/structuredefinition_differential.js +0 -3
- package/lib/structuredefinition_mapping.d.ts +0 -11
- package/lib/structuredefinition_mapping.js +0 -3
- package/lib/structuredefinition_snapshot.d.ts +0 -6
- package/lib/structuredefinition_snapshot.js +0 -3
- package/lib/structuremap.d.ts +0 -47
- package/lib/structuremap.js +0 -3
- package/lib/structuremap_dependent.d.ts +0 -7
- package/lib/structuremap_dependent.js +0 -3
- package/lib/structuremap_group.d.ts +0 -17
- package/lib/structuremap_group.js +0 -3
- package/lib/structuremap_input.d.ts +0 -11
- package/lib/structuremap_input.js +0 -3
- package/lib/structuremap_parameter.d.ts +0 -13
- package/lib/structuremap_parameter.js +0 -3
- package/lib/structuremap_rule.d.ts +0 -18
- package/lib/structuremap_rule.js +0 -3
- package/lib/structuremap_source.d.ts +0 -161
- package/lib/structuremap_source.js +0 -3
- package/lib/structuremap_structure.d.ts +0 -11
- package/lib/structuremap_structure.js +0 -3
- package/lib/structuremap_target.d.ts +0 -20
- package/lib/structuremap_target.js +0 -3
- package/lib/subscription.d.ts +0 -24
- package/lib/subscription.js +0 -3
- package/lib/subscription_channel.d.ts +0 -11
- package/lib/subscription_channel.js +0 -3
- package/lib/substance.d.ts +0 -23
- package/lib/substance.js +0 -3
- package/lib/substance_ingredient.d.ts +0 -12
- package/lib/substance_ingredient.js +0 -3
- package/lib/substance_instance.d.ts +0 -11
- package/lib/substance_instance.js +0 -3
- package/lib/supplydelivery.d.ts +0 -37
- package/lib/supplydelivery.js +0 -3
- package/lib/supplydelivery_supplieditem.d.ts +0 -12
- package/lib/supplydelivery_supplieditem.js +0 -3
- package/lib/supplyrequest.d.ts +0 -42
- package/lib/supplyrequest.js +0 -3
- package/lib/supplyrequest_ordereditem.d.ts +0 -12
- package/lib/supplyrequest_ordereditem.js +0 -3
- package/lib/supplyrequest_requester.d.ts +0 -8
- package/lib/supplyrequest_requester.js +0 -3
- package/lib/task.d.ts +0 -70
- package/lib/task.js +0 -3
- package/lib/task_input.d.ts +0 -145
- package/lib/task_input.js +0 -3
- package/lib/task_output.d.ts +0 -145
- package/lib/task_output.js +0 -3
- package/lib/task_requester.d.ts +0 -8
- package/lib/task_requester.js +0 -3
- package/lib/task_restriction.d.ts +0 -11
- package/lib/task_restriction.js +0 -3
- package/lib/testreport.d.ts +0 -35
- package/lib/testreport.js +0 -3
- package/lib/testreport_action.d.ts +0 -9
- package/lib/testreport_action.js +0 -3
- package/lib/testreport_action1.d.ts +0 -9
- package/lib/testreport_action1.js +0 -3
- package/lib/testreport_action2.d.ts +0 -6
- package/lib/testreport_action2.js +0 -3
- package/lib/testreport_assert.d.ts +0 -9
- package/lib/testreport_assert.js +0 -3
- package/lib/testreport_operation.d.ts +0 -9
- package/lib/testreport_operation.js +0 -3
- package/lib/testreport_participant.d.ts +0 -9
- package/lib/testreport_participant.js +0 -3
- package/lib/testreport_setup.d.ts +0 -6
- package/lib/testreport_setup.js +0 -3
- package/lib/testreport_teardown.d.ts +0 -6
- package/lib/testreport_teardown.js +0 -3
- package/lib/testreport_test.d.ts +0 -10
- package/lib/testreport_test.js +0 -3
- package/lib/testscript.d.ts +0 -72
- package/lib/testscript.js +0 -3
- package/lib/testscript_action.d.ts +0 -9
- package/lib/testscript_action.js +0 -3
- package/lib/testscript_action1.d.ts +0 -9
- package/lib/testscript_action1.js +0 -3
- package/lib/testscript_action2.d.ts +0 -6
- package/lib/testscript_action2.js +0 -3
- package/lib/testscript_assert.d.ts +0 -53
- package/lib/testscript_assert.js +0 -3
- package/lib/testscript_capability.d.ts +0 -18
- package/lib/testscript_capability.js +0 -3
- package/lib/testscript_destination.d.ts +0 -8
- package/lib/testscript_destination.js +0 -3
- package/lib/testscript_fixture.d.ts +0 -10
- package/lib/testscript_fixture.js +0 -3
- package/lib/testscript_link.d.ts +0 -7
- package/lib/testscript_link.js +0 -3
- package/lib/testscript_metadata.d.ts +0 -9
- package/lib/testscript_metadata.js +0 -3
- package/lib/testscript_operation.d.ts +0 -37
- package/lib/testscript_operation.js +0 -3
- package/lib/testscript_origin.d.ts +0 -8
- package/lib/testscript_origin.js +0 -3
- package/lib/testscript_param.d.ts +0 -7
- package/lib/testscript_param.js +0 -3
- package/lib/testscript_param1.d.ts +0 -7
- package/lib/testscript_param1.js +0 -3
- package/lib/testscript_param2.d.ts +0 -7
- package/lib/testscript_param2.js +0 -3
- package/lib/testscript_param3.d.ts +0 -7
- package/lib/testscript_param3.js +0 -3
- package/lib/testscript_requestheader.d.ts +0 -7
- package/lib/testscript_requestheader.js +0 -3
- package/lib/testscript_rule.d.ts +0 -9
- package/lib/testscript_rule.js +0 -3
- package/lib/testscript_rule1.d.ts +0 -8
- package/lib/testscript_rule1.js +0 -3
- package/lib/testscript_rule2.d.ts +0 -8
- package/lib/testscript_rule2.js +0 -3
- package/lib/testscript_rule3.d.ts +0 -8
- package/lib/testscript_rule3.js +0 -3
- package/lib/testscript_ruleset.d.ts +0 -9
- package/lib/testscript_ruleset.js +0 -3
- package/lib/testscript_ruleset1.d.ts +0 -8
- package/lib/testscript_ruleset1.js +0 -3
- package/lib/testscript_setup.d.ts +0 -6
- package/lib/testscript_setup.js +0 -3
- package/lib/testscript_teardown.d.ts +0 -6
- package/lib/testscript_teardown.js +0 -3
- package/lib/testscript_test.d.ts +0 -10
- package/lib/testscript_test.js +0 -3
- package/lib/testscript_variable.d.ts +0 -19
- package/lib/testscript_variable.js +0 -3
- package/lib/timing.d.ts +0 -11
- package/lib/timing.js +0 -3
- package/lib/timing_repeat.d.ts +0 -40
- package/lib/timing_repeat.js +0 -3
- package/lib/triggerdefinition.d.ts +0 -20
- package/lib/triggerdefinition.js +0 -3
- package/lib/usagecontext.d.ts +0 -15
- package/lib/usagecontext.js +0 -3
- package/lib/valueset.d.ts +0 -49
- package/lib/valueset.js +0 -3
- package/lib/valueset_compose.d.ts +0 -12
- package/lib/valueset_compose.js +0 -3
- package/lib/valueset_concept.d.ts +0 -10
- package/lib/valueset_concept.js +0 -3
- package/lib/valueset_contains.d.ts +0 -20
- package/lib/valueset_contains.js +0 -3
- package/lib/valueset_designation.d.ts +0 -10
- package/lib/valueset_designation.js +0 -3
- package/lib/valueset_expansion.d.ts +0 -17
- package/lib/valueset_expansion.js +0 -3
- package/lib/valueset_filter.d.ts +0 -9
- package/lib/valueset_filter.js +0 -3
- package/lib/valueset_include.d.ts +0 -15
- package/lib/valueset_include.js +0 -3
- package/lib/valueset_parameter.d.ts +0 -17
- package/lib/valueset_parameter.js +0 -3
- package/lib/visionprescription.d.ts +0 -27
- package/lib/visionprescription.js +0 -3
- package/lib/visionprescription_dispense.d.ts +0 -36
- package/lib/visionprescription_dispense.js +0 -3
- package/missing_types.json +0 -1
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { BackboneElement } from "./backboneelement";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
export interface MedicationRequest_Requester extends BackboneElement {
|
|
4
|
-
/** The healthcare professional responsible for authorizing the initial prescription. */
|
|
5
|
-
agent: Reference;
|
|
6
|
-
/** The organization the device or practitioner was acting on behalf of. */
|
|
7
|
-
onBehalfOf?: Reference;
|
|
8
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVkaWNhdGlvbnJlcXVlc3RfcmVxdWVzdGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL21lZGljYXRpb25yZXF1ZXN0X3JlcXVlc3Rlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBNZWRpY2F0aW9uUmVxdWVzdF9SZXF1ZXN0ZXIgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTWVkaWNhdGlvblJlcXVlc3RfUmVxdWVzdGVyIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIFRoZSBoZWFsdGhjYXJlIHByb2Zlc3Npb25hbCByZXNwb25zaWJsZSBmb3IgYXV0aG9yaXppbmcgdGhlIGluaXRpYWwgcHJlc2NyaXB0aW9uLiAqL1xuICBhZ2VudDogUmVmZXJlbmNlO1xuXG4gIC8qKiBUaGUgb3JnYW5pemF0aW9uIHRoZSBkZXZpY2Ugb3IgcHJhY3RpdGlvbmVyIHdhcyBhY3Rpbmcgb24gYmVoYWxmIG9mLiAqL1xuICBvbkJlaGFsZk9mPzogUmVmZXJlbmNlO1xufVxuIl19
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { BackboneElement } from "./backboneelement";
|
|
2
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
-
export interface MedicationRequest_Substitution extends BackboneElement {
|
|
4
|
-
/** True if the prescriber allows a different drug to be dispensed from what was prescribed. */
|
|
5
|
-
allowed?: boolean;
|
|
6
|
-
/** Indicates the reason for the substitution, or why substitution must or must not be performed. */
|
|
7
|
-
reason?: CodeableConcept;
|
|
8
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVkaWNhdGlvbnJlcXVlc3Rfc3Vic3RpdHV0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL21lZGljYXRpb25yZXF1ZXN0X3N1YnN0aXR1dGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBNZWRpY2F0aW9uUmVxdWVzdF9TdWJzdGl0dXRpb24gVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTWVkaWNhdGlvblJlcXVlc3RfU3Vic3RpdHV0aW9uIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIFRydWUgaWYgdGhlIHByZXNjcmliZXIgYWxsb3dzIGEgZGlmZmVyZW50IGRydWcgdG8gYmUgZGlzcGVuc2VkIGZyb20gd2hhdCB3YXMgcHJlc2NyaWJlZC4gKi9cbiAgYWxsb3dlZD86IGJvb2xlYW47XG5cbiAgLyoqIEluZGljYXRlcyB0aGUgcmVhc29uIGZvciB0aGUgc3Vic3RpdHV0aW9uLCBvciB3aHkgc3Vic3RpdHV0aW9uIG11c3Qgb3IgbXVzdCBub3QgYmUgcGVyZm9ybWVkLiAqL1xuICByZWFzb24/OiBDb2RlYWJsZUNvbmNlcHQ7XG59XG4iXX0=
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import type { Annotation } from "./annotation";
|
|
2
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
-
import type { DomainResource } from "./domainresource";
|
|
4
|
-
import type { Dosage } from "./dosage";
|
|
5
|
-
import type { Identifier } from "./identifier";
|
|
6
|
-
import type { Period } from "./period";
|
|
7
|
-
import type { Reference } from "./reference";
|
|
8
|
-
export interface MedicationStatement extends DomainResource {
|
|
9
|
-
/** This is a MedicationStatement resource */
|
|
10
|
-
resourceType: "MedicationStatement";
|
|
11
|
-
/** External identifier - FHIR will generate its own internal identifiers (probably URLs) which do not need to be explicitly managed by the resource. The identifier here is one that would be used by another non-FHIR system - for example an automated medication pump would provide a record each time it operated; an administration while the patient was off the ward might be made with a different system and entered after the event. Particularly important if these records have to be updated. */
|
|
12
|
-
identifier?: Array<Identifier>;
|
|
13
|
-
/** A plan, proposal or order that is fulfilled in whole or in part by this event. */
|
|
14
|
-
basedOn?: Array<Reference>;
|
|
15
|
-
/** A larger event of which this particular event is a component or step. */
|
|
16
|
-
partOf?: Array<Reference>;
|
|
17
|
-
/** The encounter or episode of care that establishes the context for this MedicationStatement. */
|
|
18
|
-
context?: Reference;
|
|
19
|
-
/** A code representing the patient or other source's judgment about the state of the medication used that this statement is about. Generally this will be active or completed. */
|
|
20
|
-
status?: "active" | "completed" | "entered-in-error" | "intended" | "stopped" | "on-hold";
|
|
21
|
-
/** Indicates where type of medication statement and where the medication is expected to be consumed or administered. */
|
|
22
|
-
category?: CodeableConcept;
|
|
23
|
-
/** Identifies the medication being administered. This is either a link to a resource representing the details of the medication or a simple attribute carrying a code that identifies the medication from a known list of medications. */
|
|
24
|
-
medicationCodeableConcept?: CodeableConcept;
|
|
25
|
-
/** Identifies the medication being administered. This is either a link to a resource representing the details of the medication or a simple attribute carrying a code that identifies the medication from a known list of medications. */
|
|
26
|
-
medicationReference?: Reference;
|
|
27
|
-
/** The interval of time during which it is being asserted that the patient was taking the medication (or was not taking, when the wasNotGiven element is true). */
|
|
28
|
-
effectiveDateTime?: string;
|
|
29
|
-
/** The interval of time during which it is being asserted that the patient was taking the medication (or was not taking, when the wasNotGiven element is true). */
|
|
30
|
-
effectivePeriod?: Period;
|
|
31
|
-
/** The date when the medication statement was asserted by the information source. */
|
|
32
|
-
dateAsserted?: string;
|
|
33
|
-
/** The person or organization that provided the information about the taking of this medication. Note: Use derivedFrom when a MedicationStatement is derived from other resources, e.g Claim or MedicationRequest. */
|
|
34
|
-
informationSource?: Reference;
|
|
35
|
-
/** The person, animal or group who is/was taking the medication. */
|
|
36
|
-
subject: Reference;
|
|
37
|
-
/** Allows linking the MedicationStatement to the underlying MedicationRequest, or to other information that supports or is used to derive the MedicationStatement. */
|
|
38
|
-
derivedFrom?: Array<Reference>;
|
|
39
|
-
/** Indicator of the certainty of whether the medication was taken by the patient. */
|
|
40
|
-
taken?: "y" | "n" | "unk" | "na";
|
|
41
|
-
/** A code indicating why the medication was not taken. */
|
|
42
|
-
reasonNotTaken?: Array<CodeableConcept>;
|
|
43
|
-
/** A reason for why the medication is being/was taken. */
|
|
44
|
-
reasonCode?: Array<CodeableConcept>;
|
|
45
|
-
/** Condition or observation that supports why the medication is being/was taken. */
|
|
46
|
-
reasonReference?: Array<Reference>;
|
|
47
|
-
/** Provides extra information about the medication statement that is not conveyed by the other attributes. */
|
|
48
|
-
note?: Array<Annotation>;
|
|
49
|
-
/** Indicates how the medication is/was or should be taken by the patient. */
|
|
50
|
-
dosage?: Array<Dosage>;
|
|
51
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVkaWNhdGlvbnN0YXRlbWVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9tZWRpY2F0aW9uc3RhdGVtZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIE1lZGljYXRpb25TdGF0ZW1lbnQgVHlwZVxuaW1wb3J0IHR5cGUgeyBBbm5vdGF0aW9uIH0gZnJvbSBcIi4vYW5ub3RhdGlvblwiO1xuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgRG9tYWluUmVzb3VyY2UgfSBmcm9tIFwiLi9kb21haW5yZXNvdXJjZVwiO1xuaW1wb3J0IHR5cGUgeyBEb3NhZ2UgfSBmcm9tIFwiLi9kb3NhZ2VcIjtcbmltcG9ydCB0eXBlIHsgSWRlbnRpZmllciB9IGZyb20gXCIuL2lkZW50aWZpZXJcIjtcbmltcG9ydCB0eXBlIHsgUGVyaW9kIH0gZnJvbSBcIi4vcGVyaW9kXCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIE1lZGljYXRpb25TdGF0ZW1lbnQgZXh0ZW5kcyBEb21haW5SZXNvdXJjZSB7XG4gIC8qKiBUaGlzIGlzIGEgTWVkaWNhdGlvblN0YXRlbWVudCByZXNvdXJjZSAqL1xuICByZXNvdXJjZVR5cGU6IFwiTWVkaWNhdGlvblN0YXRlbWVudFwiO1xuXG4gIC8qKiBFeHRlcm5hbCBpZGVudGlmaWVyIC0gRkhJUiB3aWxsIGdlbmVyYXRlIGl0cyBvd24gaW50ZXJuYWwgaWRlbnRpZmllcnMgKHByb2JhYmx5IFVSTHMpIHdoaWNoIGRvIG5vdCBuZWVkIHRvIGJlIGV4cGxpY2l0bHkgbWFuYWdlZCBieSB0aGUgcmVzb3VyY2UuICBUaGUgaWRlbnRpZmllciBoZXJlIGlzIG9uZSB0aGF0IHdvdWxkIGJlIHVzZWQgYnkgYW5vdGhlciBub24tRkhJUiBzeXN0ZW0gLSBmb3IgZXhhbXBsZSBhbiBhdXRvbWF0ZWQgbWVkaWNhdGlvbiBwdW1wIHdvdWxkIHByb3ZpZGUgYSByZWNvcmQgZWFjaCB0aW1lIGl0IG9wZXJhdGVkOyBhbiBhZG1pbmlzdHJhdGlvbiB3aGlsZSB0aGUgcGF0aWVudCB3YXMgb2ZmIHRoZSB3YXJkIG1pZ2h0IGJlIG1hZGUgd2l0aCBhIGRpZmZlcmVudCBzeXN0ZW0gYW5kIGVudGVyZWQgYWZ0ZXIgdGhlIGV2ZW50LiAgUGFydGljdWxhcmx5IGltcG9ydGFudCBpZiB0aGVzZSByZWNvcmRzIGhhdmUgdG8gYmUgdXBkYXRlZC4gKi9cbiAgaWRlbnRpZmllcj86IEFycmF5PElkZW50aWZpZXI+O1xuXG4gIC8qKiBBIHBsYW4sIHByb3Bvc2FsIG9yIG9yZGVyIHRoYXQgaXMgZnVsZmlsbGVkIGluIHdob2xlIG9yIGluIHBhcnQgYnkgdGhpcyBldmVudC4gKi9cbiAgYmFzZWRPbj86IEFycmF5PFJlZmVyZW5jZT47XG5cbiAgLyoqIEEgbGFyZ2VyIGV2ZW50IG9mIHdoaWNoIHRoaXMgcGFydGljdWxhciBldmVudCBpcyBhIGNvbXBvbmVudCBvciBzdGVwLiAqL1xuICBwYXJ0T2Y/OiBBcnJheTxSZWZlcmVuY2U+O1xuXG4gIC8qKiBUaGUgZW5jb3VudGVyIG9yIGVwaXNvZGUgb2YgY2FyZSB0aGF0IGVzdGFibGlzaGVzIHRoZSBjb250ZXh0IGZvciB0aGlzIE1lZGljYXRpb25TdGF0ZW1lbnQuICovXG4gIGNvbnRleHQ/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIEEgY29kZSByZXByZXNlbnRpbmcgdGhlIHBhdGllbnQgb3Igb3RoZXIgc291cmNlJ3MganVkZ21lbnQgYWJvdXQgdGhlIHN0YXRlIG9mIHRoZSBtZWRpY2F0aW9uIHVzZWQgdGhhdCB0aGlzIHN0YXRlbWVudCBpcyBhYm91dC4gIEdlbmVyYWxseSB0aGlzIHdpbGwgYmUgYWN0aXZlIG9yIGNvbXBsZXRlZC4gKi9cbiAgc3RhdHVzPzpcbiAgICB8IFwiYWN0aXZlXCJcbiAgICB8IFwiY29tcGxldGVkXCJcbiAgICB8IFwiZW50ZXJlZC1pbi1lcnJvclwiXG4gICAgfCBcImludGVuZGVkXCJcbiAgICB8IFwic3RvcHBlZFwiXG4gICAgfCBcIm9uLWhvbGRcIjtcblxuICAvKiogSW5kaWNhdGVzIHdoZXJlIHR5cGUgb2YgbWVkaWNhdGlvbiBzdGF0ZW1lbnQgYW5kIHdoZXJlIHRoZSBtZWRpY2F0aW9uIGlzIGV4cGVjdGVkIHRvIGJlIGNvbnN1bWVkIG9yIGFkbWluaXN0ZXJlZC4gKi9cbiAgY2F0ZWdvcnk/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIElkZW50aWZpZXMgdGhlIG1lZGljYXRpb24gYmVpbmcgYWRtaW5pc3RlcmVkLiBUaGlzIGlzIGVpdGhlciBhIGxpbmsgdG8gYSByZXNvdXJjZSByZXByZXNlbnRpbmcgdGhlIGRldGFpbHMgb2YgdGhlIG1lZGljYXRpb24gb3IgYSBzaW1wbGUgYXR0cmlidXRlIGNhcnJ5aW5nIGEgY29kZSB0aGF0IGlkZW50aWZpZXMgdGhlIG1lZGljYXRpb24gZnJvbSBhIGtub3duIGxpc3Qgb2YgbWVkaWNhdGlvbnMuICovXG4gIG1lZGljYXRpb25Db2RlYWJsZUNvbmNlcHQ/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIElkZW50aWZpZXMgdGhlIG1lZGljYXRpb24gYmVpbmcgYWRtaW5pc3RlcmVkLiBUaGlzIGlzIGVpdGhlciBhIGxpbmsgdG8gYSByZXNvdXJjZSByZXByZXNlbnRpbmcgdGhlIGRldGFpbHMgb2YgdGhlIG1lZGljYXRpb24gb3IgYSBzaW1wbGUgYXR0cmlidXRlIGNhcnJ5aW5nIGEgY29kZSB0aGF0IGlkZW50aWZpZXMgdGhlIG1lZGljYXRpb24gZnJvbSBhIGtub3duIGxpc3Qgb2YgbWVkaWNhdGlvbnMuICovXG4gIG1lZGljYXRpb25SZWZlcmVuY2U/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIFRoZSBpbnRlcnZhbCBvZiB0aW1lIGR1cmluZyB3aGljaCBpdCBpcyBiZWluZyBhc3NlcnRlZCB0aGF0IHRoZSBwYXRpZW50IHdhcyB0YWtpbmcgdGhlIG1lZGljYXRpb24gKG9yIHdhcyBub3QgdGFraW5nLCB3aGVuIHRoZSB3YXNOb3RHaXZlbiBlbGVtZW50IGlzIHRydWUpLiAqL1xuICBlZmZlY3RpdmVEYXRlVGltZT86IHN0cmluZztcblxuICAvKiogVGhlIGludGVydmFsIG9mIHRpbWUgZHVyaW5nIHdoaWNoIGl0IGlzIGJlaW5nIGFzc2VydGVkIHRoYXQgdGhlIHBhdGllbnQgd2FzIHRha2luZyB0aGUgbWVkaWNhdGlvbiAob3Igd2FzIG5vdCB0YWtpbmcsIHdoZW4gdGhlIHdhc05vdEdpdmVuIGVsZW1lbnQgaXMgdHJ1ZSkuICovXG4gIGVmZmVjdGl2ZVBlcmlvZD86IFBlcmlvZDtcblxuICAvKiogVGhlIGRhdGUgd2hlbiB0aGUgbWVkaWNhdGlvbiBzdGF0ZW1lbnQgd2FzIGFzc2VydGVkIGJ5IHRoZSBpbmZvcm1hdGlvbiBzb3VyY2UuICovXG4gIGRhdGVBc3NlcnRlZD86IHN0cmluZztcblxuICAvKiogVGhlIHBlcnNvbiBvciBvcmdhbml6YXRpb24gdGhhdCBwcm92aWRlZCB0aGUgaW5mb3JtYXRpb24gYWJvdXQgdGhlIHRha2luZyBvZiB0aGlzIG1lZGljYXRpb24uIE5vdGU6IFVzZSBkZXJpdmVkRnJvbSB3aGVuIGEgTWVkaWNhdGlvblN0YXRlbWVudCBpcyBkZXJpdmVkIGZyb20gb3RoZXIgcmVzb3VyY2VzLCBlLmcgQ2xhaW0gb3IgTWVkaWNhdGlvblJlcXVlc3QuICovXG4gIGluZm9ybWF0aW9uU291cmNlPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBUaGUgcGVyc29uLCBhbmltYWwgb3IgZ3JvdXAgd2hvIGlzL3dhcyB0YWtpbmcgdGhlIG1lZGljYXRpb24uICovXG4gIHN1YmplY3Q6IFJlZmVyZW5jZTtcblxuICAvKiogQWxsb3dzIGxpbmtpbmcgdGhlIE1lZGljYXRpb25TdGF0ZW1lbnQgdG8gdGhlIHVuZGVybHlpbmcgTWVkaWNhdGlvblJlcXVlc3QsIG9yIHRvIG90aGVyIGluZm9ybWF0aW9uIHRoYXQgc3VwcG9ydHMgb3IgaXMgdXNlZCB0byBkZXJpdmUgdGhlIE1lZGljYXRpb25TdGF0ZW1lbnQuICovXG4gIGRlcml2ZWRGcm9tPzogQXJyYXk8UmVmZXJlbmNlPjtcblxuICAvKiogSW5kaWNhdG9yIG9mIHRoZSBjZXJ0YWludHkgb2Ygd2hldGhlciB0aGUgbWVkaWNhdGlvbiB3YXMgdGFrZW4gYnkgdGhlIHBhdGllbnQuICovXG4gIHRha2VuPzogXCJ5XCIgfCBcIm5cIiB8IFwidW5rXCIgfCBcIm5hXCI7XG5cbiAgLyoqIEEgY29kZSBpbmRpY2F0aW5nIHdoeSB0aGUgbWVkaWNhdGlvbiB3YXMgbm90IHRha2VuLiAqL1xuICByZWFzb25Ob3RUYWtlbj86IEFycmF5PENvZGVhYmxlQ29uY2VwdD47XG5cbiAgLyoqIEEgcmVhc29uIGZvciB3aHkgdGhlIG1lZGljYXRpb24gaXMgYmVpbmcvd2FzIHRha2VuLiAqL1xuICByZWFzb25Db2RlPzogQXJyYXk8Q29kZWFibGVDb25jZXB0PjtcblxuICAvKiogQ29uZGl0aW9uIG9yIG9ic2VydmF0aW9uIHRoYXQgc3VwcG9ydHMgd2h5IHRoZSBtZWRpY2F0aW9uIGlzIGJlaW5nL3dhcyB0YWtlbi4gKi9cbiAgcmVhc29uUmVmZXJlbmNlPzogQXJyYXk8UmVmZXJlbmNlPjtcblxuICAvKiogUHJvdmlkZXMgZXh0cmEgaW5mb3JtYXRpb24gYWJvdXQgdGhlIG1lZGljYXRpb24gc3RhdGVtZW50IHRoYXQgaXMgbm90IGNvbnZleWVkIGJ5IHRoZSBvdGhlciBhdHRyaWJ1dGVzLiAqL1xuICBub3RlPzogQXJyYXk8QW5ub3RhdGlvbj47XG5cbiAgLyoqIEluZGljYXRlcyBob3cgdGhlIG1lZGljYXRpb24gaXMvd2FzIG9yIHNob3VsZCBiZSB0YWtlbiBieSB0aGUgcGF0aWVudC4gKi9cbiAgZG9zYWdlPzogQXJyYXk8RG9zYWdlPjtcbn1cbiJdfQ==
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Coding } from "./coding";
|
|
3
|
-
import type { ContactDetail } from "./contactdetail";
|
|
4
|
-
import type { DomainResource } from "./domainresource";
|
|
5
|
-
import type { Identifier } from "./identifier";
|
|
6
|
-
import type { MessageDefinition_AllowedResponse } from "./messagedefinition_allowedresponse";
|
|
7
|
-
import type { MessageDefinition_Focus } from "./messagedefinition_focus";
|
|
8
|
-
import type { Reference } from "./reference";
|
|
9
|
-
import type { UsageContext } from "./usagecontext";
|
|
10
|
-
export interface MessageDefinition extends DomainResource {
|
|
11
|
-
/** This is a MessageDefinition resource */
|
|
12
|
-
resourceType: "MessageDefinition";
|
|
13
|
-
/** An absolute URI that is used to identify this message definition when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this message definition is (or will be) published. The URL SHOULD include the major version of the message definition. For more information see [Technical and Business Versions](resource.html#versions). */
|
|
14
|
-
url?: string;
|
|
15
|
-
/** A formal identifier that is used to identify this message definition when it is represented in other formats, or referenced in a specification, model, design or an instance. */
|
|
16
|
-
identifier?: Identifier;
|
|
17
|
-
/** The identifier that is used to identify this version of the message definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the message definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. */
|
|
18
|
-
version?: string;
|
|
19
|
-
/** A natural language name identifying the message definition. This name should be usable as an identifier for the module by machine processing applications such as code generation. */
|
|
20
|
-
name?: string;
|
|
21
|
-
/** A short, descriptive, user-friendly title for the message definition. */
|
|
22
|
-
title?: string;
|
|
23
|
-
/** The status of this message definition. Enables tracking the life-cycle of the content. */
|
|
24
|
-
status?: "draft" | "active" | "retired" | "unknown";
|
|
25
|
-
/** A boolean value to indicate that this message definition is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage. */
|
|
26
|
-
experimental?: boolean;
|
|
27
|
-
/** The date (and optionally time) when the message definition was published. The date must change if and when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the message definition changes. */
|
|
28
|
-
date?: string;
|
|
29
|
-
/** The name of the individual or organization that published the message definition. */
|
|
30
|
-
publisher?: string;
|
|
31
|
-
/** Contact details to assist a user in finding and communicating with the publisher. */
|
|
32
|
-
contact?: Array<ContactDetail>;
|
|
33
|
-
/** A free text natural language description of the message definition from a consumer's perspective. */
|
|
34
|
-
description?: string;
|
|
35
|
-
/** The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching for appropriate message definition instances. */
|
|
36
|
-
useContext?: Array<UsageContext>;
|
|
37
|
-
/** A legal or geographic region in which the message definition is intended to be used. */
|
|
38
|
-
jurisdiction?: Array<CodeableConcept>;
|
|
39
|
-
/** Explaination of why this message definition is needed and why it has been designed as it has. */
|
|
40
|
-
purpose?: string;
|
|
41
|
-
/** A copyright statement relating to the message definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the message definition. */
|
|
42
|
-
copyright?: string;
|
|
43
|
-
/** The MessageDefinition that is the basis for the contents of this resource. */
|
|
44
|
-
base?: Reference;
|
|
45
|
-
/** Identifies a protocol or workflow that this MessageDefinition represents a step in. */
|
|
46
|
-
parent?: Array<Reference>;
|
|
47
|
-
/** A MessageDefinition that is superseded by this definition. */
|
|
48
|
-
replaces?: Array<Reference>;
|
|
49
|
-
/** A coded identifier of a supported messaging event. */
|
|
50
|
-
event: Coding;
|
|
51
|
-
/** The impact of the content of the message. */
|
|
52
|
-
category?: string;
|
|
53
|
-
/** Identifies the resource (or resources) that are being addressed by the event. For example, the Encounter for an admit message or two Account records for a merge. */
|
|
54
|
-
focus?: Array<MessageDefinition_Focus>;
|
|
55
|
-
/** Indicates whether a response is required for this message. */
|
|
56
|
-
responseRequired?: boolean;
|
|
57
|
-
/** Indicates what types of messages may be sent as an application-level response to this message. */
|
|
58
|
-
allowedResponse?: Array<MessageDefinition_AllowedResponse>;
|
|
59
|
-
}
|
package/lib/messagedefinition.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVzc2FnZWRlZmluaXRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvbWVzc2FnZWRlZmluaXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgTWVzc2FnZURlZmluaXRpb24gVHlwZVxuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgQ29kaW5nIH0gZnJvbSBcIi4vY29kaW5nXCI7XG5pbXBvcnQgdHlwZSB7IENvbnRhY3REZXRhaWwgfSBmcm9tIFwiLi9jb250YWN0ZGV0YWlsXCI7XG5pbXBvcnQgdHlwZSB7IERvbWFpblJlc291cmNlIH0gZnJvbSBcIi4vZG9tYWlucmVzb3VyY2VcIjtcbmltcG9ydCB0eXBlIHsgSWRlbnRpZmllciB9IGZyb20gXCIuL2lkZW50aWZpZXJcIjtcbmltcG9ydCB0eXBlIHsgTWVzc2FnZURlZmluaXRpb25fQWxsb3dlZFJlc3BvbnNlIH0gZnJvbSBcIi4vbWVzc2FnZWRlZmluaXRpb25fYWxsb3dlZHJlc3BvbnNlXCI7XG5pbXBvcnQgdHlwZSB7IE1lc3NhZ2VEZWZpbml0aW9uX0ZvY3VzIH0gZnJvbSBcIi4vbWVzc2FnZWRlZmluaXRpb25fZm9jdXNcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5pbXBvcnQgdHlwZSB7IFVzYWdlQ29udGV4dCB9IGZyb20gXCIuL3VzYWdlY29udGV4dFwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIE1lc3NhZ2VEZWZpbml0aW9uIGV4dGVuZHMgRG9tYWluUmVzb3VyY2Uge1xuICAvKiogVGhpcyBpcyBhIE1lc3NhZ2VEZWZpbml0aW9uIHJlc291cmNlICovXG4gIHJlc291cmNlVHlwZTogXCJNZXNzYWdlRGVmaW5pdGlvblwiO1xuXG4gIC8qKiBBbiBhYnNvbHV0ZSBVUkkgdGhhdCBpcyB1c2VkIHRvIGlkZW50aWZ5IHRoaXMgbWVzc2FnZSBkZWZpbml0aW9uIHdoZW4gaXQgaXMgcmVmZXJlbmNlZCBpbiBhIHNwZWNpZmljYXRpb24sIG1vZGVsLCBkZXNpZ24gb3IgYW4gaW5zdGFuY2UuIFRoaXMgU0hBTEwgYmUgYSBVUkwsIFNIT1VMRCBiZSBnbG9iYWxseSB1bmlxdWUsIGFuZCBTSE9VTEQgYmUgYW4gYWRkcmVzcyBhdCB3aGljaCB0aGlzIG1lc3NhZ2UgZGVmaW5pdGlvbiBpcyAob3Igd2lsbCBiZSkgcHVibGlzaGVkLiBUaGUgVVJMIFNIT1VMRCBpbmNsdWRlIHRoZSBtYWpvciB2ZXJzaW9uIG9mIHRoZSBtZXNzYWdlIGRlZmluaXRpb24uIEZvciBtb3JlIGluZm9ybWF0aW9uIHNlZSBbVGVjaG5pY2FsIGFuZCBCdXNpbmVzcyBWZXJzaW9uc10ocmVzb3VyY2UuaHRtbCN2ZXJzaW9ucykuICovXG4gIHVybD86IHN0cmluZztcblxuICAvKiogQSBmb3JtYWwgaWRlbnRpZmllciB0aGF0IGlzIHVzZWQgdG8gaWRlbnRpZnkgdGhpcyBtZXNzYWdlIGRlZmluaXRpb24gd2hlbiBpdCBpcyByZXByZXNlbnRlZCBpbiBvdGhlciBmb3JtYXRzLCBvciByZWZlcmVuY2VkIGluIGEgc3BlY2lmaWNhdGlvbiwgbW9kZWwsIGRlc2lnbiBvciBhbiBpbnN0YW5jZS4gKi9cbiAgaWRlbnRpZmllcj86IElkZW50aWZpZXI7XG5cbiAgLyoqIFRoZSBpZGVudGlmaWVyIHRoYXQgaXMgdXNlZCB0byBpZGVudGlmeSB0aGlzIHZlcnNpb24gb2YgdGhlIG1lc3NhZ2UgZGVmaW5pdGlvbiB3aGVuIGl0IGlzIHJlZmVyZW5jZWQgaW4gYSBzcGVjaWZpY2F0aW9uLCBtb2RlbCwgZGVzaWduIG9yIGluc3RhbmNlLiBUaGlzIGlzIGFuIGFyYml0cmFyeSB2YWx1ZSBtYW5hZ2VkIGJ5IHRoZSBtZXNzYWdlIGRlZmluaXRpb24gYXV0aG9yIGFuZCBpcyBub3QgZXhwZWN0ZWQgdG8gYmUgZ2xvYmFsbHkgdW5pcXVlLiBGb3IgZXhhbXBsZSwgaXQgbWlnaHQgYmUgYSB0aW1lc3RhbXAgKGUuZy4geXl5eW1tZGQpIGlmIGEgbWFuYWdlZCB2ZXJzaW9uIGlzIG5vdCBhdmFpbGFibGUuIFRoZXJlIGlzIGFsc28gbm8gZXhwZWN0YXRpb24gdGhhdCB2ZXJzaW9ucyBjYW4gYmUgcGxhY2VkIGluIGEgbGV4aWNvZ3JhcGhpY2FsIHNlcXVlbmNlLiAqL1xuICB2ZXJzaW9uPzogc3RyaW5nO1xuXG4gIC8qKiBBIG5hdHVyYWwgbGFuZ3VhZ2UgbmFtZSBpZGVudGlmeWluZyB0aGUgbWVzc2FnZSBkZWZpbml0aW9uLiBUaGlzIG5hbWUgc2hvdWxkIGJlIHVzYWJsZSBhcyBhbiBpZGVudGlmaWVyIGZvciB0aGUgbW9kdWxlIGJ5IG1hY2hpbmUgcHJvY2Vzc2luZyBhcHBsaWNhdGlvbnMgc3VjaCBhcyBjb2RlIGdlbmVyYXRpb24uICovXG4gIG5hbWU/OiBzdHJpbmc7XG5cbiAgLyoqIEEgc2hvcnQsIGRlc2NyaXB0aXZlLCB1c2VyLWZyaWVuZGx5IHRpdGxlIGZvciB0aGUgbWVzc2FnZSBkZWZpbml0aW9uLiAqL1xuICB0aXRsZT86IHN0cmluZztcblxuICAvKiogVGhlIHN0YXR1cyBvZiB0aGlzIG1lc3NhZ2UgZGVmaW5pdGlvbi4gRW5hYmxlcyB0cmFja2luZyB0aGUgbGlmZS1jeWNsZSBvZiB0aGUgY29udGVudC4gKi9cbiAgc3RhdHVzPzogXCJkcmFmdFwiIHwgXCJhY3RpdmVcIiB8IFwicmV0aXJlZFwiIHwgXCJ1bmtub3duXCI7XG5cbiAgLyoqIEEgYm9vbGVhbiB2YWx1ZSB0byBpbmRpY2F0ZSB0aGF0IHRoaXMgbWVzc2FnZSBkZWZpbml0aW9uIGlzIGF1dGhvcmVkIGZvciB0ZXN0aW5nIHB1cnBvc2VzIChvciBlZHVjYXRpb24vZXZhbHVhdGlvbi9tYXJrZXRpbmcpLCBhbmQgaXMgbm90IGludGVuZGVkIHRvIGJlIHVzZWQgZm9yIGdlbnVpbmUgdXNhZ2UuICovXG4gIGV4cGVyaW1lbnRhbD86IGJvb2xlYW47XG5cbiAgLyoqIFRoZSBkYXRlICAoYW5kIG9wdGlvbmFsbHkgdGltZSkgd2hlbiB0aGUgbWVzc2FnZSBkZWZpbml0aW9uIHdhcyBwdWJsaXNoZWQuIFRoZSBkYXRlIG11c3QgY2hhbmdlIGlmIGFuZCB3aGVuIHRoZSBidXNpbmVzcyB2ZXJzaW9uIGNoYW5nZXMgYW5kIGl0IG11c3QgY2hhbmdlIGlmIHRoZSBzdGF0dXMgY29kZSBjaGFuZ2VzLiBJbiBhZGRpdGlvbiwgaXQgc2hvdWxkIGNoYW5nZSB3aGVuIHRoZSBzdWJzdGFudGl2ZSBjb250ZW50IG9mIHRoZSBtZXNzYWdlIGRlZmluaXRpb24gY2hhbmdlcy4gKi9cbiAgZGF0ZT86IHN0cmluZztcblxuICAvKiogVGhlIG5hbWUgb2YgdGhlIGluZGl2aWR1YWwgb3Igb3JnYW5pemF0aW9uIHRoYXQgcHVibGlzaGVkIHRoZSBtZXNzYWdlIGRlZmluaXRpb24uICovXG4gIHB1Ymxpc2hlcj86IHN0cmluZztcblxuICAvKiogQ29udGFjdCBkZXRhaWxzIHRvIGFzc2lzdCBhIHVzZXIgaW4gZmluZGluZyBhbmQgY29tbXVuaWNhdGluZyB3aXRoIHRoZSBwdWJsaXNoZXIuICovXG4gIGNvbnRhY3Q/OiBBcnJheTxDb250YWN0RGV0YWlsPjtcblxuICAvKiogQSBmcmVlIHRleHQgbmF0dXJhbCBsYW5ndWFnZSBkZXNjcmlwdGlvbiBvZiB0aGUgbWVzc2FnZSBkZWZpbml0aW9uIGZyb20gYSBjb25zdW1lcidzIHBlcnNwZWN0aXZlLiAqL1xuICBkZXNjcmlwdGlvbj86IHN0cmluZztcblxuICAvKiogVGhlIGNvbnRlbnQgd2FzIGRldmVsb3BlZCB3aXRoIGEgZm9jdXMgYW5kIGludGVudCBvZiBzdXBwb3J0aW5nIHRoZSBjb250ZXh0cyB0aGF0IGFyZSBsaXN0ZWQuIFRoZXNlIHRlcm1zIG1heSBiZSB1c2VkIHRvIGFzc2lzdCB3aXRoIGluZGV4aW5nIGFuZCBzZWFyY2hpbmcgZm9yIGFwcHJvcHJpYXRlIG1lc3NhZ2UgZGVmaW5pdGlvbiBpbnN0YW5jZXMuICovXG4gIHVzZUNvbnRleHQ/OiBBcnJheTxVc2FnZUNvbnRleHQ+O1xuXG4gIC8qKiBBIGxlZ2FsIG9yIGdlb2dyYXBoaWMgcmVnaW9uIGluIHdoaWNoIHRoZSBtZXNzYWdlIGRlZmluaXRpb24gaXMgaW50ZW5kZWQgdG8gYmUgdXNlZC4gKi9cbiAganVyaXNkaWN0aW9uPzogQXJyYXk8Q29kZWFibGVDb25jZXB0PjtcblxuICAvKiogRXhwbGFpbmF0aW9uIG9mIHdoeSB0aGlzIG1lc3NhZ2UgZGVmaW5pdGlvbiBpcyBuZWVkZWQgYW5kIHdoeSBpdCBoYXMgYmVlbiBkZXNpZ25lZCBhcyBpdCBoYXMuICovXG4gIHB1cnBvc2U/OiBzdHJpbmc7XG5cbiAgLyoqIEEgY29weXJpZ2h0IHN0YXRlbWVudCByZWxhdGluZyB0byB0aGUgbWVzc2FnZSBkZWZpbml0aW9uIGFuZC9vciBpdHMgY29udGVudHMuIENvcHlyaWdodCBzdGF0ZW1lbnRzIGFyZSBnZW5lcmFsbHkgbGVnYWwgcmVzdHJpY3Rpb25zIG9uIHRoZSB1c2UgYW5kIHB1Ymxpc2hpbmcgb2YgdGhlIG1lc3NhZ2UgZGVmaW5pdGlvbi4gKi9cbiAgY29weXJpZ2h0Pzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgTWVzc2FnZURlZmluaXRpb24gdGhhdCBpcyB0aGUgYmFzaXMgZm9yIHRoZSBjb250ZW50cyBvZiB0aGlzIHJlc291cmNlLiAqL1xuICBiYXNlPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBJZGVudGlmaWVzIGEgcHJvdG9jb2wgb3Igd29ya2Zsb3cgdGhhdCB0aGlzIE1lc3NhZ2VEZWZpbml0aW9uIHJlcHJlc2VudHMgYSBzdGVwIGluLiAqL1xuICBwYXJlbnQ/OiBBcnJheTxSZWZlcmVuY2U+O1xuXG4gIC8qKiBBIE1lc3NhZ2VEZWZpbml0aW9uIHRoYXQgaXMgc3VwZXJzZWRlZCBieSB0aGlzIGRlZmluaXRpb24uICovXG4gIHJlcGxhY2VzPzogQXJyYXk8UmVmZXJlbmNlPjtcblxuICAvKiogQSBjb2RlZCBpZGVudGlmaWVyIG9mIGEgc3VwcG9ydGVkIG1lc3NhZ2luZyBldmVudC4gKi9cbiAgZXZlbnQ6IENvZGluZztcblxuICAvKiogVGhlIGltcGFjdCBvZiB0aGUgY29udGVudCBvZiB0aGUgbWVzc2FnZS4gKi9cbiAgY2F0ZWdvcnk/OiBzdHJpbmc7XG5cbiAgLyoqIElkZW50aWZpZXMgdGhlIHJlc291cmNlIChvciByZXNvdXJjZXMpIHRoYXQgYXJlIGJlaW5nIGFkZHJlc3NlZCBieSB0aGUgZXZlbnQuICBGb3IgZXhhbXBsZSwgdGhlIEVuY291bnRlciBmb3IgYW4gYWRtaXQgbWVzc2FnZSBvciB0d28gQWNjb3VudCByZWNvcmRzIGZvciBhIG1lcmdlLiAqL1xuICBmb2N1cz86IEFycmF5PE1lc3NhZ2VEZWZpbml0aW9uX0ZvY3VzPjtcblxuICAvKiogSW5kaWNhdGVzIHdoZXRoZXIgYSByZXNwb25zZSBpcyByZXF1aXJlZCBmb3IgdGhpcyBtZXNzYWdlLiAqL1xuICByZXNwb25zZVJlcXVpcmVkPzogYm9vbGVhbjtcblxuICAvKiogSW5kaWNhdGVzIHdoYXQgdHlwZXMgb2YgbWVzc2FnZXMgbWF5IGJlIHNlbnQgYXMgYW4gYXBwbGljYXRpb24tbGV2ZWwgcmVzcG9uc2UgdG8gdGhpcyBtZXNzYWdlLiAqL1xuICBhbGxvd2VkUmVzcG9uc2U/OiBBcnJheTxNZXNzYWdlRGVmaW5pdGlvbl9BbGxvd2VkUmVzcG9uc2U+O1xufVxuIl19
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { BackboneElement } from "./backboneelement";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
export interface MessageDefinition_AllowedResponse extends BackboneElement {
|
|
4
|
-
/** A reference to the message definition that must be adhered to by this supported response. */
|
|
5
|
-
message: Reference;
|
|
6
|
-
/** Provides a description of the circumstances in which this response should be used (as opposed to one of the alternative responses). */
|
|
7
|
-
situation?: string;
|
|
8
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVzc2FnZWRlZmluaXRpb25fYWxsb3dlZHJlc3BvbnNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL21lc3NhZ2VkZWZpbml0aW9uX2FsbG93ZWRyZXNwb25zZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBNZXNzYWdlRGVmaW5pdGlvbl9BbGxvd2VkUmVzcG9uc2UgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTWVzc2FnZURlZmluaXRpb25fQWxsb3dlZFJlc3BvbnNlIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIEEgcmVmZXJlbmNlIHRvIHRoZSBtZXNzYWdlIGRlZmluaXRpb24gdGhhdCBtdXN0IGJlIGFkaGVyZWQgdG8gYnkgdGhpcyBzdXBwb3J0ZWQgcmVzcG9uc2UuICovXG4gIG1lc3NhZ2U6IFJlZmVyZW5jZTtcblxuICAvKiogUHJvdmlkZXMgYSBkZXNjcmlwdGlvbiBvZiB0aGUgY2lyY3Vtc3RhbmNlcyBpbiB3aGljaCB0aGlzIHJlc3BvbnNlIHNob3VsZCBiZSB1c2VkIChhcyBvcHBvc2VkIHRvIG9uZSBvZiB0aGUgYWx0ZXJuYXRpdmUgcmVzcG9uc2VzKS4gKi9cbiAgc2l0dWF0aW9uPzogc3RyaW5nO1xufVxuIl19
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { BackboneElement } from "./backboneelement";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
export interface MessageDefinition_Focus extends BackboneElement {
|
|
4
|
-
/** The kind of resource that must be the focus for this message. */
|
|
5
|
-
code?: string;
|
|
6
|
-
/** A profile that reflects constraints for the focal resource (and potentially for related resources). */
|
|
7
|
-
profile?: Reference;
|
|
8
|
-
/** Identifies the minimum number of resources of this type that must be pointed to by a message in order for it to be valid against this MessageDefinition. */
|
|
9
|
-
min?: number;
|
|
10
|
-
/** Identifies the maximum number of resources of this type that must be pointed to by a message in order for it to be valid against this MessageDefinition. */
|
|
11
|
-
max?: string;
|
|
12
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVzc2FnZWRlZmluaXRpb25fZm9jdXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvbWVzc2FnZWRlZmluaXRpb25fZm9jdXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgTWVzc2FnZURlZmluaXRpb25fRm9jdXMgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTWVzc2FnZURlZmluaXRpb25fRm9jdXMgZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogVGhlIGtpbmQgb2YgcmVzb3VyY2UgdGhhdCBtdXN0IGJlIHRoZSBmb2N1cyBmb3IgdGhpcyBtZXNzYWdlLiAqL1xuICBjb2RlPzogc3RyaW5nO1xuXG4gIC8qKiBBIHByb2ZpbGUgdGhhdCByZWZsZWN0cyBjb25zdHJhaW50cyBmb3IgdGhlIGZvY2FsIHJlc291cmNlIChhbmQgcG90ZW50aWFsbHkgZm9yIHJlbGF0ZWQgcmVzb3VyY2VzKS4gKi9cbiAgcHJvZmlsZT86IFJlZmVyZW5jZTtcblxuICAvKiogSWRlbnRpZmllcyB0aGUgbWluaW11bSBudW1iZXIgb2YgcmVzb3VyY2VzIG9mIHRoaXMgdHlwZSB0aGF0IG11c3QgYmUgcG9pbnRlZCB0byBieSBhIG1lc3NhZ2UgaW4gb3JkZXIgZm9yIGl0IHRvIGJlIHZhbGlkIGFnYWluc3QgdGhpcyBNZXNzYWdlRGVmaW5pdGlvbi4gKi9cbiAgbWluPzogbnVtYmVyO1xuXG4gIC8qKiBJZGVudGlmaWVzIHRoZSBtYXhpbXVtIG51bWJlciBvZiByZXNvdXJjZXMgb2YgdGhpcyB0eXBlIHRoYXQgbXVzdCBiZSBwb2ludGVkIHRvIGJ5IGEgbWVzc2FnZSBpbiBvcmRlciBmb3IgaXQgdG8gYmUgdmFsaWQgYWdhaW5zdCB0aGlzIE1lc3NhZ2VEZWZpbml0aW9uLiAqL1xuICBtYXg/OiBzdHJpbmc7XG59XG4iXX0=
|
package/lib/messageheader.d.ts
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Coding } from "./coding";
|
|
3
|
-
import type { DomainResource } from "./domainresource";
|
|
4
|
-
import type { MessageHeader_Destination } from "./messageheader_destination";
|
|
5
|
-
import type { MessageHeader_Response } from "./messageheader_response";
|
|
6
|
-
import type { MessageHeader_Source } from "./messageheader_source";
|
|
7
|
-
import type { Reference } from "./reference";
|
|
8
|
-
export interface MessageHeader extends DomainResource {
|
|
9
|
-
/** This is a MessageHeader resource */
|
|
10
|
-
resourceType: "MessageHeader";
|
|
11
|
-
/** Code that identifies the event this message represents and connects it with its definition. Events defined as part of the FHIR specification have the system value "http://hl7.org/fhir/message-events". */
|
|
12
|
-
event: Coding;
|
|
13
|
-
/** The destination application which the message is intended for. */
|
|
14
|
-
destination?: Array<MessageHeader_Destination>;
|
|
15
|
-
/** Allows data conveyed by a message to be addressed to a particular person or department when routing to a specific application isn't sufficient. */
|
|
16
|
-
receiver?: Reference;
|
|
17
|
-
/** Identifies the sending system to allow the use of a trust relationship. */
|
|
18
|
-
sender?: Reference;
|
|
19
|
-
/** The time that the message was sent. */
|
|
20
|
-
timestamp?: string;
|
|
21
|
-
/** The person or device that performed the data entry leading to this message. When there is more than one candidate, pick the most proximal to the message. Can provide other enterers in extensions. */
|
|
22
|
-
enterer?: Reference;
|
|
23
|
-
/** The logical author of the message - the person or device that decided the described event should happen. When there is more than one candidate, pick the most proximal to the MessageHeader. Can provide other authors in extensions. */
|
|
24
|
-
author?: Reference;
|
|
25
|
-
/** The source application from which this message originated. */
|
|
26
|
-
source: MessageHeader_Source;
|
|
27
|
-
/** The person or organization that accepts overall responsibility for the contents of the message. The implication is that the message event happened under the policies of the responsible party. */
|
|
28
|
-
responsible?: Reference;
|
|
29
|
-
/** Coded indication of the cause for the event - indicates a reason for the occurrence of the event that is a focus of this message. */
|
|
30
|
-
reason?: CodeableConcept;
|
|
31
|
-
/** Information about the message that this message is a response to. Only present if this message is a response. */
|
|
32
|
-
response?: MessageHeader_Response;
|
|
33
|
-
/** The actual data of the message - a reference to the root/focus class of the event. */
|
|
34
|
-
focus?: Array<Reference>;
|
|
35
|
-
}
|
package/lib/messageheader.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVzc2FnZWhlYWRlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9tZXNzYWdlaGVhZGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIE1lc3NhZ2VIZWFkZXIgVHlwZVxuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgQ29kaW5nIH0gZnJvbSBcIi4vY29kaW5nXCI7XG5pbXBvcnQgdHlwZSB7IERvbWFpblJlc291cmNlIH0gZnJvbSBcIi4vZG9tYWlucmVzb3VyY2VcIjtcbmltcG9ydCB0eXBlIHsgTWVzc2FnZUhlYWRlcl9EZXN0aW5hdGlvbiB9IGZyb20gXCIuL21lc3NhZ2VoZWFkZXJfZGVzdGluYXRpb25cIjtcbmltcG9ydCB0eXBlIHsgTWVzc2FnZUhlYWRlcl9SZXNwb25zZSB9IGZyb20gXCIuL21lc3NhZ2VoZWFkZXJfcmVzcG9uc2VcIjtcbmltcG9ydCB0eXBlIHsgTWVzc2FnZUhlYWRlcl9Tb3VyY2UgfSBmcm9tIFwiLi9tZXNzYWdlaGVhZGVyX3NvdXJjZVwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuZXhwb3J0IGludGVyZmFjZSBNZXNzYWdlSGVhZGVyIGV4dGVuZHMgRG9tYWluUmVzb3VyY2Uge1xuICAvKiogVGhpcyBpcyBhIE1lc3NhZ2VIZWFkZXIgcmVzb3VyY2UgKi9cbiAgcmVzb3VyY2VUeXBlOiBcIk1lc3NhZ2VIZWFkZXJcIjtcblxuICAvKiogQ29kZSB0aGF0IGlkZW50aWZpZXMgdGhlIGV2ZW50IHRoaXMgbWVzc2FnZSByZXByZXNlbnRzIGFuZCBjb25uZWN0cyBpdCB3aXRoIGl0cyBkZWZpbml0aW9uLiBFdmVudHMgZGVmaW5lZCBhcyBwYXJ0IG9mIHRoZSBGSElSIHNwZWNpZmljYXRpb24gaGF2ZSB0aGUgc3lzdGVtIHZhbHVlIFwiaHR0cDovL2hsNy5vcmcvZmhpci9tZXNzYWdlLWV2ZW50c1wiLiAqL1xuICBldmVudDogQ29kaW5nO1xuXG4gIC8qKiBUaGUgZGVzdGluYXRpb24gYXBwbGljYXRpb24gd2hpY2ggdGhlIG1lc3NhZ2UgaXMgaW50ZW5kZWQgZm9yLiAqL1xuICBkZXN0aW5hdGlvbj86IEFycmF5PE1lc3NhZ2VIZWFkZXJfRGVzdGluYXRpb24+O1xuXG4gIC8qKiBBbGxvd3MgZGF0YSBjb252ZXllZCBieSBhIG1lc3NhZ2UgdG8gYmUgYWRkcmVzc2VkIHRvIGEgcGFydGljdWxhciBwZXJzb24gb3IgZGVwYXJ0bWVudCB3aGVuIHJvdXRpbmcgdG8gYSBzcGVjaWZpYyBhcHBsaWNhdGlvbiBpc24ndCBzdWZmaWNpZW50LiAqL1xuICByZWNlaXZlcj86IFJlZmVyZW5jZTtcblxuICAvKiogSWRlbnRpZmllcyB0aGUgc2VuZGluZyBzeXN0ZW0gdG8gYWxsb3cgdGhlIHVzZSBvZiBhIHRydXN0IHJlbGF0aW9uc2hpcC4gKi9cbiAgc2VuZGVyPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBUaGUgdGltZSB0aGF0IHRoZSBtZXNzYWdlIHdhcyBzZW50LiAqL1xuICB0aW1lc3RhbXA/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBwZXJzb24gb3IgZGV2aWNlIHRoYXQgcGVyZm9ybWVkIHRoZSBkYXRhIGVudHJ5IGxlYWRpbmcgdG8gdGhpcyBtZXNzYWdlLiBXaGVuIHRoZXJlIGlzIG1vcmUgdGhhbiBvbmUgY2FuZGlkYXRlLCBwaWNrIHRoZSBtb3N0IHByb3hpbWFsIHRvIHRoZSBtZXNzYWdlLiBDYW4gcHJvdmlkZSBvdGhlciBlbnRlcmVycyBpbiBleHRlbnNpb25zLiAqL1xuICBlbnRlcmVyPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBUaGUgbG9naWNhbCBhdXRob3Igb2YgdGhlIG1lc3NhZ2UgLSB0aGUgcGVyc29uIG9yIGRldmljZSB0aGF0IGRlY2lkZWQgdGhlIGRlc2NyaWJlZCBldmVudCBzaG91bGQgaGFwcGVuLiBXaGVuIHRoZXJlIGlzIG1vcmUgdGhhbiBvbmUgY2FuZGlkYXRlLCBwaWNrIHRoZSBtb3N0IHByb3hpbWFsIHRvIHRoZSBNZXNzYWdlSGVhZGVyLiBDYW4gcHJvdmlkZSBvdGhlciBhdXRob3JzIGluIGV4dGVuc2lvbnMuICovXG4gIGF1dGhvcj86IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIHNvdXJjZSBhcHBsaWNhdGlvbiBmcm9tIHdoaWNoIHRoaXMgbWVzc2FnZSBvcmlnaW5hdGVkLiAqL1xuICBzb3VyY2U6IE1lc3NhZ2VIZWFkZXJfU291cmNlO1xuXG4gIC8qKiBUaGUgcGVyc29uIG9yIG9yZ2FuaXphdGlvbiB0aGF0IGFjY2VwdHMgb3ZlcmFsbCByZXNwb25zaWJpbGl0eSBmb3IgdGhlIGNvbnRlbnRzIG9mIHRoZSBtZXNzYWdlLiBUaGUgaW1wbGljYXRpb24gaXMgdGhhdCB0aGUgbWVzc2FnZSBldmVudCBoYXBwZW5lZCB1bmRlciB0aGUgcG9saWNpZXMgb2YgdGhlIHJlc3BvbnNpYmxlIHBhcnR5LiAqL1xuICByZXNwb25zaWJsZT86IFJlZmVyZW5jZTtcblxuICAvKiogQ29kZWQgaW5kaWNhdGlvbiBvZiB0aGUgY2F1c2UgZm9yIHRoZSBldmVudCAtIGluZGljYXRlcyAgYSByZWFzb24gZm9yIHRoZSBvY2N1cnJlbmNlIG9mIHRoZSBldmVudCB0aGF0IGlzIGEgZm9jdXMgb2YgdGhpcyBtZXNzYWdlLiAqL1xuICByZWFzb24/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEluZm9ybWF0aW9uIGFib3V0IHRoZSBtZXNzYWdlIHRoYXQgdGhpcyBtZXNzYWdlIGlzIGEgcmVzcG9uc2UgdG8uICBPbmx5IHByZXNlbnQgaWYgdGhpcyBtZXNzYWdlIGlzIGEgcmVzcG9uc2UuICovXG4gIHJlc3BvbnNlPzogTWVzc2FnZUhlYWRlcl9SZXNwb25zZTtcblxuICAvKiogVGhlIGFjdHVhbCBkYXRhIG9mIHRoZSBtZXNzYWdlIC0gYSByZWZlcmVuY2UgdG8gdGhlIHJvb3QvZm9jdXMgY2xhc3Mgb2YgdGhlIGV2ZW50LiAqL1xuICBmb2N1cz86IEFycmF5PFJlZmVyZW5jZT47XG59XG4iXX0=
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { BackboneElement } from "./backboneelement";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
export interface MessageHeader_Destination extends BackboneElement {
|
|
4
|
-
/** Human-readable name for the target system. */
|
|
5
|
-
name?: string;
|
|
6
|
-
/** Identifies the target end system in situations where the initial message transmission is to an intermediary system. */
|
|
7
|
-
target?: Reference;
|
|
8
|
-
/** Indicates where the message should be routed to. */
|
|
9
|
-
endpoint?: string;
|
|
10
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVzc2FnZWhlYWRlcl9kZXN0aW5hdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9tZXNzYWdlaGVhZGVyX2Rlc3RpbmF0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIE1lc3NhZ2VIZWFkZXJfRGVzdGluYXRpb24gVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTWVzc2FnZUhlYWRlcl9EZXN0aW5hdGlvbiBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBIdW1hbi1yZWFkYWJsZSBuYW1lIGZvciB0aGUgdGFyZ2V0IHN5c3RlbS4gKi9cbiAgbmFtZT86IHN0cmluZztcblxuICAvKiogSWRlbnRpZmllcyB0aGUgdGFyZ2V0IGVuZCBzeXN0ZW0gaW4gc2l0dWF0aW9ucyB3aGVyZSB0aGUgaW5pdGlhbCBtZXNzYWdlIHRyYW5zbWlzc2lvbiBpcyB0byBhbiBpbnRlcm1lZGlhcnkgc3lzdGVtLiAqL1xuICB0YXJnZXQ/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIEluZGljYXRlcyB3aGVyZSB0aGUgbWVzc2FnZSBzaG91bGQgYmUgcm91dGVkIHRvLiAqL1xuICBlbmRwb2ludD86IHN0cmluZztcbn1cbiJdfQ==
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { BackboneElement } from "./backboneelement";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
export interface MessageHeader_Response extends BackboneElement {
|
|
4
|
-
/** The MessageHeader.id of the message to which this message is a response. */
|
|
5
|
-
identifier?: string;
|
|
6
|
-
/** Code that identifies the type of response to the message - whether it was successful or not, and whether it should be resent or not. */
|
|
7
|
-
code?: "ok" | "transient-error" | "fatal-error";
|
|
8
|
-
/** Full details of any issues found in the message. */
|
|
9
|
-
details?: Reference;
|
|
10
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVzc2FnZWhlYWRlcl9yZXNwb25zZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9tZXNzYWdlaGVhZGVyX3Jlc3BvbnNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIE1lc3NhZ2VIZWFkZXJfUmVzcG9uc2UgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTWVzc2FnZUhlYWRlcl9SZXNwb25zZSBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBUaGUgTWVzc2FnZUhlYWRlci5pZCBvZiB0aGUgbWVzc2FnZSB0byB3aGljaCB0aGlzIG1lc3NhZ2UgaXMgYSByZXNwb25zZS4gKi9cbiAgaWRlbnRpZmllcj86IHN0cmluZztcblxuICAvKiogQ29kZSB0aGF0IGlkZW50aWZpZXMgdGhlIHR5cGUgb2YgcmVzcG9uc2UgdG8gdGhlIG1lc3NhZ2UgLSB3aGV0aGVyIGl0IHdhcyBzdWNjZXNzZnVsIG9yIG5vdCwgYW5kIHdoZXRoZXIgaXQgc2hvdWxkIGJlIHJlc2VudCBvciBub3QuICovXG4gIGNvZGU/OiBcIm9rXCIgfCBcInRyYW5zaWVudC1lcnJvclwiIHwgXCJmYXRhbC1lcnJvclwiO1xuXG4gIC8qKiBGdWxsIGRldGFpbHMgb2YgYW55IGlzc3VlcyBmb3VuZCBpbiB0aGUgbWVzc2FnZS4gKi9cbiAgZGV0YWlscz86IFJlZmVyZW5jZTtcbn1cbiJdfQ==
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { BackboneElement } from "./backboneelement";
|
|
2
|
-
import type { ContactPoint } from "./contactpoint";
|
|
3
|
-
export interface MessageHeader_Source extends BackboneElement {
|
|
4
|
-
/** Human-readable name for the source system. */
|
|
5
|
-
name?: string;
|
|
6
|
-
/** May include configuration or other information useful in debugging. */
|
|
7
|
-
software?: string;
|
|
8
|
-
/** Can convey versions of multiple systems in situations where a message passes through multiple hands. */
|
|
9
|
-
version?: string;
|
|
10
|
-
/** An e-mail, phone, website or other contact point to use to resolve issues with message communications. */
|
|
11
|
-
contact?: ContactPoint;
|
|
12
|
-
/** Identifies the routing target to send acknowledgements to. */
|
|
13
|
-
endpoint?: string;
|
|
14
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVzc2FnZWhlYWRlcl9zb3VyY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvbWVzc2FnZWhlYWRlcl9zb3VyY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgTWVzc2FnZUhlYWRlcl9Tb3VyY2UgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29udGFjdFBvaW50IH0gZnJvbSBcIi4vY29udGFjdHBvaW50XCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTWVzc2FnZUhlYWRlcl9Tb3VyY2UgZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogSHVtYW4tcmVhZGFibGUgbmFtZSBmb3IgdGhlIHNvdXJjZSBzeXN0ZW0uICovXG4gIG5hbWU/OiBzdHJpbmc7XG5cbiAgLyoqIE1heSBpbmNsdWRlIGNvbmZpZ3VyYXRpb24gb3Igb3RoZXIgaW5mb3JtYXRpb24gdXNlZnVsIGluIGRlYnVnZ2luZy4gKi9cbiAgc29mdHdhcmU/OiBzdHJpbmc7XG5cbiAgLyoqIENhbiBjb252ZXkgdmVyc2lvbnMgb2YgbXVsdGlwbGUgc3lzdGVtcyBpbiBzaXR1YXRpb25zIHdoZXJlIGEgbWVzc2FnZSBwYXNzZXMgdGhyb3VnaCBtdWx0aXBsZSBoYW5kcy4gKi9cbiAgdmVyc2lvbj86IHN0cmluZztcblxuICAvKiogQW4gZS1tYWlsLCBwaG9uZSwgd2Vic2l0ZSBvciBvdGhlciBjb250YWN0IHBvaW50IHRvIHVzZSB0byByZXNvbHZlIGlzc3VlcyB3aXRoIG1lc3NhZ2UgY29tbXVuaWNhdGlvbnMuICovXG4gIGNvbnRhY3Q/OiBDb250YWN0UG9pbnQ7XG5cbiAgLyoqIElkZW50aWZpZXMgdGhlIHJvdXRpbmcgdGFyZ2V0IHRvIHNlbmQgYWNrbm93bGVkZ2VtZW50cyB0by4gKi9cbiAgZW5kcG9pbnQ/OiBzdHJpbmc7XG59XG4iXX0=
|
package/lib/meta.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { Coding } from "./coding";
|
|
2
|
-
import type { Element } from "./element";
|
|
3
|
-
export interface Meta extends Element {
|
|
4
|
-
/** The version specific identifier, as it appears in the version portion of the URL. This values changes when the resource is created, updated, or deleted. */
|
|
5
|
-
versionId?: string;
|
|
6
|
-
/** When the resource last changed - e.g. when the version changed. */
|
|
7
|
-
lastUpdated?: string;
|
|
8
|
-
/** A list of profiles (references to [[[StructureDefinition]]] resources) that this resource claims to conform to. The URL is a reference to [[[StructureDefinition.url]]]. */
|
|
9
|
-
profile?: Array<string>;
|
|
10
|
-
/** Security labels applied to this resource. These tags connect specific resources to the overall security policy and infrastructure. */
|
|
11
|
-
security?: Array<Coding>;
|
|
12
|
-
/** Tags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource. */
|
|
13
|
-
tag?: Array<Coding>;
|
|
14
|
-
}
|
package/lib/meta.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWV0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9tZXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIE1ldGEgVHlwZVxuaW1wb3J0IHR5cGUgeyBDb2RpbmcgfSBmcm9tIFwiLi9jb2RpbmdcIjtcbmltcG9ydCB0eXBlIHsgRWxlbWVudCB9IGZyb20gXCIuL2VsZW1lbnRcIjtcblxuZXhwb3J0IGludGVyZmFjZSBNZXRhIGV4dGVuZHMgRWxlbWVudCB7XG4gIC8qKiBUaGUgdmVyc2lvbiBzcGVjaWZpYyBpZGVudGlmaWVyLCBhcyBpdCBhcHBlYXJzIGluIHRoZSB2ZXJzaW9uIHBvcnRpb24gb2YgdGhlIFVSTC4gVGhpcyB2YWx1ZXMgY2hhbmdlcyB3aGVuIHRoZSByZXNvdXJjZSBpcyBjcmVhdGVkLCB1cGRhdGVkLCBvciBkZWxldGVkLiAqL1xuICB2ZXJzaW9uSWQ/OiBzdHJpbmc7XG5cbiAgLyoqIFdoZW4gdGhlIHJlc291cmNlIGxhc3QgY2hhbmdlZCAtIGUuZy4gd2hlbiB0aGUgdmVyc2lvbiBjaGFuZ2VkLiAqL1xuICBsYXN0VXBkYXRlZD86IHN0cmluZztcblxuICAvKiogQSBsaXN0IG9mIHByb2ZpbGVzIChyZWZlcmVuY2VzIHRvIFtbW1N0cnVjdHVyZURlZmluaXRpb25dXV0gcmVzb3VyY2VzKSB0aGF0IHRoaXMgcmVzb3VyY2UgY2xhaW1zIHRvIGNvbmZvcm0gdG8uIFRoZSBVUkwgaXMgYSByZWZlcmVuY2UgdG8gW1tbU3RydWN0dXJlRGVmaW5pdGlvbi51cmxdXV0uICovXG4gIHByb2ZpbGU/OiBBcnJheTxzdHJpbmc+O1xuXG4gIC8qKiBTZWN1cml0eSBsYWJlbHMgYXBwbGllZCB0byB0aGlzIHJlc291cmNlLiBUaGVzZSB0YWdzIGNvbm5lY3Qgc3BlY2lmaWMgcmVzb3VyY2VzIHRvIHRoZSBvdmVyYWxsIHNlY3VyaXR5IHBvbGljeSBhbmQgaW5mcmFzdHJ1Y3R1cmUuICovXG4gIHNlY3VyaXR5PzogQXJyYXk8Q29kaW5nPjtcblxuICAvKiogVGFncyBhcHBsaWVkIHRvIHRoaXMgcmVzb3VyY2UuIFRhZ3MgYXJlIGludGVuZGVkIHRvIGJlIHVzZWQgdG8gaWRlbnRpZnkgYW5kIHJlbGF0ZSByZXNvdXJjZXMgdG8gcHJvY2VzcyBhbmQgd29ya2Zsb3csIGFuZCBhcHBsaWNhdGlvbnMgYXJlIG5vdCByZXF1aXJlZCB0byBjb25zaWRlciB0aGUgdGFncyB3aGVuIGludGVycHJldGluZyB0aGUgbWVhbmluZyBvZiBhIHJlc291cmNlLiAqL1xuICB0YWc/OiBBcnJheTxDb2Rpbmc+O1xufVxuIl19
|
package/lib/money.d.ts
DELETED
package/lib/money.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9uZXkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvbW9uZXkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgTW9uZXkgVHlwZVxuaW1wb3J0IHR5cGUgeyBFbGVtZW50IH0gZnJvbSBcIi4vZWxlbWVudFwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIE1vbmV5IGV4dGVuZHMgRWxlbWVudCB7fVxuIl19
|
package/lib/namingsystem.d.ts
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { ContactDetail } from "./contactdetail";
|
|
3
|
-
import type { DomainResource } from "./domainresource";
|
|
4
|
-
import type { NamingSystem_UniqueId } from "./namingsystem_uniqueid";
|
|
5
|
-
import type { Reference } from "./reference";
|
|
6
|
-
import type { UsageContext } from "./usagecontext";
|
|
7
|
-
export interface NamingSystem extends DomainResource {
|
|
8
|
-
/** This is a NamingSystem resource */
|
|
9
|
-
resourceType: "NamingSystem";
|
|
10
|
-
/** A natural language name identifying the naming system. This name should be usable as an identifier for the module by machine processing applications such as code generation. */
|
|
11
|
-
name?: string;
|
|
12
|
-
/** The status of this naming system. Enables tracking the life-cycle of the content. */
|
|
13
|
-
status?: "draft" | "active" | "retired" | "unknown";
|
|
14
|
-
/** Indicates the purpose for the naming system - what kinds of things does it make unique? */
|
|
15
|
-
kind?: "codesystem" | "identifier" | "root";
|
|
16
|
-
/** The date (and optionally time) when the naming system was published. The date must change if and when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the naming system changes. */
|
|
17
|
-
date?: string;
|
|
18
|
-
/** The name of the individual or organization that published the naming system. */
|
|
19
|
-
publisher?: string;
|
|
20
|
-
/** Contact details to assist a user in finding and communicating with the publisher. */
|
|
21
|
-
contact?: Array<ContactDetail>;
|
|
22
|
-
/** The name of the organization that is responsible for issuing identifiers or codes for this namespace and ensuring their non-collision. */
|
|
23
|
-
responsible?: string;
|
|
24
|
-
/** Categorizes a naming system for easier search by grouping related naming systems. */
|
|
25
|
-
type?: CodeableConcept;
|
|
26
|
-
/** A free text natural language description of the naming system from a consumer's perspective. Details about what the namespace identifies including scope, granularity, version labeling, etc. */
|
|
27
|
-
description?: string;
|
|
28
|
-
/** The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching for appropriate naming system instances. */
|
|
29
|
-
useContext?: Array<UsageContext>;
|
|
30
|
-
/** A legal or geographic region in which the naming system is intended to be used. */
|
|
31
|
-
jurisdiction?: Array<CodeableConcept>;
|
|
32
|
-
/** Provides guidance on the use of the namespace, including the handling of formatting characters, use of upper vs. lower case, etc. */
|
|
33
|
-
usage?: string;
|
|
34
|
-
/** Indicates how the system may be identified when referenced in electronic exchange. */
|
|
35
|
-
uniqueId: Array<NamingSystem_UniqueId>;
|
|
36
|
-
/** For naming systems that are retired, indicates the naming system that should be used in their place (if any). */
|
|
37
|
-
replacedBy?: Reference;
|
|
38
|
-
}
|
package/lib/namingsystem.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmFtaW5nc3lzdGVtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL25hbWluZ3N5c3RlbS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBOYW1pbmdTeXN0ZW0gVHlwZVxuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgQ29udGFjdERldGFpbCB9IGZyb20gXCIuL2NvbnRhY3RkZXRhaWxcIjtcbmltcG9ydCB0eXBlIHsgRG9tYWluUmVzb3VyY2UgfSBmcm9tIFwiLi9kb21haW5yZXNvdXJjZVwiO1xuaW1wb3J0IHR5cGUgeyBOYW1pbmdTeXN0ZW1fVW5pcXVlSWQgfSBmcm9tIFwiLi9uYW1pbmdzeXN0ZW1fdW5pcXVlaWRcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5pbXBvcnQgdHlwZSB7IFVzYWdlQ29udGV4dCB9IGZyb20gXCIuL3VzYWdlY29udGV4dFwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIE5hbWluZ1N5c3RlbSBleHRlbmRzIERvbWFpblJlc291cmNlIHtcbiAgLyoqIFRoaXMgaXMgYSBOYW1pbmdTeXN0ZW0gcmVzb3VyY2UgKi9cbiAgcmVzb3VyY2VUeXBlOiBcIk5hbWluZ1N5c3RlbVwiO1xuXG4gIC8qKiBBIG5hdHVyYWwgbGFuZ3VhZ2UgbmFtZSBpZGVudGlmeWluZyB0aGUgbmFtaW5nIHN5c3RlbS4gVGhpcyBuYW1lIHNob3VsZCBiZSB1c2FibGUgYXMgYW4gaWRlbnRpZmllciBmb3IgdGhlIG1vZHVsZSBieSBtYWNoaW5lIHByb2Nlc3NpbmcgYXBwbGljYXRpb25zIHN1Y2ggYXMgY29kZSBnZW5lcmF0aW9uLiAqL1xuICBuYW1lPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgc3RhdHVzIG9mIHRoaXMgbmFtaW5nIHN5c3RlbS4gRW5hYmxlcyB0cmFja2luZyB0aGUgbGlmZS1jeWNsZSBvZiB0aGUgY29udGVudC4gKi9cbiAgc3RhdHVzPzogXCJkcmFmdFwiIHwgXCJhY3RpdmVcIiB8IFwicmV0aXJlZFwiIHwgXCJ1bmtub3duXCI7XG5cbiAgLyoqIEluZGljYXRlcyB0aGUgcHVycG9zZSBmb3IgdGhlIG5hbWluZyBzeXN0ZW0gLSB3aGF0IGtpbmRzIG9mIHRoaW5ncyBkb2VzIGl0IG1ha2UgdW5pcXVlPyAqL1xuICBraW5kPzogXCJjb2Rlc3lzdGVtXCIgfCBcImlkZW50aWZpZXJcIiB8IFwicm9vdFwiO1xuXG4gIC8qKiBUaGUgZGF0ZSAgKGFuZCBvcHRpb25hbGx5IHRpbWUpIHdoZW4gdGhlIG5hbWluZyBzeXN0ZW0gd2FzIHB1Ymxpc2hlZC4gVGhlIGRhdGUgbXVzdCBjaGFuZ2UgaWYgYW5kIHdoZW4gdGhlIGJ1c2luZXNzIHZlcnNpb24gY2hhbmdlcyBhbmQgaXQgbXVzdCBjaGFuZ2UgaWYgdGhlIHN0YXR1cyBjb2RlIGNoYW5nZXMuIEluIGFkZGl0aW9uLCBpdCBzaG91bGQgY2hhbmdlIHdoZW4gdGhlIHN1YnN0YW50aXZlIGNvbnRlbnQgb2YgdGhlIG5hbWluZyBzeXN0ZW0gY2hhbmdlcy4gKi9cbiAgZGF0ZT86IHN0cmluZztcblxuICAvKiogVGhlIG5hbWUgb2YgdGhlIGluZGl2aWR1YWwgb3Igb3JnYW5pemF0aW9uIHRoYXQgcHVibGlzaGVkIHRoZSBuYW1pbmcgc3lzdGVtLiAqL1xuICBwdWJsaXNoZXI/OiBzdHJpbmc7XG5cbiAgLyoqIENvbnRhY3QgZGV0YWlscyB0byBhc3Npc3QgYSB1c2VyIGluIGZpbmRpbmcgYW5kIGNvbW11bmljYXRpbmcgd2l0aCB0aGUgcHVibGlzaGVyLiAqL1xuICBjb250YWN0PzogQXJyYXk8Q29udGFjdERldGFpbD47XG5cbiAgLyoqIFRoZSBuYW1lIG9mIHRoZSBvcmdhbml6YXRpb24gdGhhdCBpcyByZXNwb25zaWJsZSBmb3IgaXNzdWluZyBpZGVudGlmaWVycyBvciBjb2RlcyBmb3IgdGhpcyBuYW1lc3BhY2UgYW5kIGVuc3VyaW5nIHRoZWlyIG5vbi1jb2xsaXNpb24uICovXG4gIHJlc3BvbnNpYmxlPzogc3RyaW5nO1xuXG4gIC8qKiBDYXRlZ29yaXplcyBhIG5hbWluZyBzeXN0ZW0gZm9yIGVhc2llciBzZWFyY2ggYnkgZ3JvdXBpbmcgcmVsYXRlZCBuYW1pbmcgc3lzdGVtcy4gKi9cbiAgdHlwZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogQSBmcmVlIHRleHQgbmF0dXJhbCBsYW5ndWFnZSBkZXNjcmlwdGlvbiBvZiB0aGUgbmFtaW5nIHN5c3RlbSBmcm9tIGEgY29uc3VtZXIncyBwZXJzcGVjdGl2ZS4gRGV0YWlscyBhYm91dCB3aGF0IHRoZSBuYW1lc3BhY2UgaWRlbnRpZmllcyBpbmNsdWRpbmcgc2NvcGUsIGdyYW51bGFyaXR5LCB2ZXJzaW9uIGxhYmVsaW5nLCBldGMuICovXG4gIGRlc2NyaXB0aW9uPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgY29udGVudCB3YXMgZGV2ZWxvcGVkIHdpdGggYSBmb2N1cyBhbmQgaW50ZW50IG9mIHN1cHBvcnRpbmcgdGhlIGNvbnRleHRzIHRoYXQgYXJlIGxpc3RlZC4gVGhlc2UgdGVybXMgbWF5IGJlIHVzZWQgdG8gYXNzaXN0IHdpdGggaW5kZXhpbmcgYW5kIHNlYXJjaGluZyBmb3IgYXBwcm9wcmlhdGUgbmFtaW5nIHN5c3RlbSBpbnN0YW5jZXMuICovXG4gIHVzZUNvbnRleHQ/OiBBcnJheTxVc2FnZUNvbnRleHQ+O1xuXG4gIC8qKiBBIGxlZ2FsIG9yIGdlb2dyYXBoaWMgcmVnaW9uIGluIHdoaWNoIHRoZSBuYW1pbmcgc3lzdGVtIGlzIGludGVuZGVkIHRvIGJlIHVzZWQuICovXG4gIGp1cmlzZGljdGlvbj86IEFycmF5PENvZGVhYmxlQ29uY2VwdD47XG5cbiAgLyoqIFByb3ZpZGVzIGd1aWRhbmNlIG9uIHRoZSB1c2Ugb2YgdGhlIG5hbWVzcGFjZSwgaW5jbHVkaW5nIHRoZSBoYW5kbGluZyBvZiBmb3JtYXR0aW5nIGNoYXJhY3RlcnMsIHVzZSBvZiB1cHBlciB2cy4gbG93ZXIgY2FzZSwgZXRjLiAqL1xuICB1c2FnZT86IHN0cmluZztcblxuICAvKiogSW5kaWNhdGVzIGhvdyB0aGUgc3lzdGVtIG1heSBiZSBpZGVudGlmaWVkIHdoZW4gcmVmZXJlbmNlZCBpbiBlbGVjdHJvbmljIGV4Y2hhbmdlLiAqL1xuICB1bmlxdWVJZDogQXJyYXk8TmFtaW5nU3lzdGVtX1VuaXF1ZUlkPjtcblxuICAvKiogRm9yIG5hbWluZyBzeXN0ZW1zIHRoYXQgYXJlIHJldGlyZWQsIGluZGljYXRlcyB0aGUgbmFtaW5nIHN5c3RlbSB0aGF0IHNob3VsZCBiZSB1c2VkIGluIHRoZWlyIHBsYWNlIChpZiBhbnkpLiAqL1xuICByZXBsYWNlZEJ5PzogUmVmZXJlbmNlO1xufVxuIl19
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { BackboneElement } from "./backboneelement";
|
|
2
|
-
import type { Period } from "./period";
|
|
3
|
-
export interface NamingSystem_UniqueId extends BackboneElement {
|
|
4
|
-
/** Identifies the unique identifier scheme used for this particular identifier. */
|
|
5
|
-
type?: "oid" | "uuid" | "uri" | "other";
|
|
6
|
-
/** The string that should be sent over the wire to identify the code system or identifier system. */
|
|
7
|
-
value?: string;
|
|
8
|
-
/** Indicates whether this identifier is the "preferred" identifier of this type. */
|
|
9
|
-
preferred?: boolean;
|
|
10
|
-
/** Notes about the past or intended usage of this identifier. */
|
|
11
|
-
comment?: string;
|
|
12
|
-
/** Identifies the period of time over which this identifier is considered appropriate to refer to the naming system. Outside of this window, the identifier might be non-deterministic. */
|
|
13
|
-
period?: Period;
|
|
14
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmFtaW5nc3lzdGVtX3VuaXF1ZWlkLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL25hbWluZ3N5c3RlbV91bmlxdWVpZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBOYW1pbmdTeXN0ZW1fVW5pcXVlSWQgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgUGVyaW9kIH0gZnJvbSBcIi4vcGVyaW9kXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTmFtaW5nU3lzdGVtX1VuaXF1ZUlkIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIElkZW50aWZpZXMgdGhlIHVuaXF1ZSBpZGVudGlmaWVyIHNjaGVtZSB1c2VkIGZvciB0aGlzIHBhcnRpY3VsYXIgaWRlbnRpZmllci4gKi9cbiAgdHlwZT86IFwib2lkXCIgfCBcInV1aWRcIiB8IFwidXJpXCIgfCBcIm90aGVyXCI7XG5cbiAgLyoqIFRoZSBzdHJpbmcgdGhhdCBzaG91bGQgYmUgc2VudCBvdmVyIHRoZSB3aXJlIHRvIGlkZW50aWZ5IHRoZSBjb2RlIHN5c3RlbSBvciBpZGVudGlmaWVyIHN5c3RlbS4gKi9cbiAgdmFsdWU/OiBzdHJpbmc7XG5cbiAgLyoqIEluZGljYXRlcyB3aGV0aGVyIHRoaXMgaWRlbnRpZmllciBpcyB0aGUgXCJwcmVmZXJyZWRcIiBpZGVudGlmaWVyIG9mIHRoaXMgdHlwZS4gKi9cbiAgcHJlZmVycmVkPzogYm9vbGVhbjtcblxuICAvKiogTm90ZXMgYWJvdXQgdGhlIHBhc3Qgb3IgaW50ZW5kZWQgdXNhZ2Ugb2YgdGhpcyBpZGVudGlmaWVyLiAqL1xuICBjb21tZW50Pzogc3RyaW5nO1xuXG4gIC8qKiBJZGVudGlmaWVzIHRoZSBwZXJpb2Qgb2YgdGltZSBvdmVyIHdoaWNoIHRoaXMgaWRlbnRpZmllciBpcyBjb25zaWRlcmVkIGFwcHJvcHJpYXRlIHRvIHJlZmVyIHRvIHRoZSBuYW1pbmcgc3lzdGVtLiAgT3V0c2lkZSBvZiB0aGlzIHdpbmRvdywgdGhlIGlkZW50aWZpZXIgbWlnaHQgYmUgbm9uLWRldGVybWluaXN0aWMuICovXG4gIHBlcmlvZD86IFBlcmlvZDtcbn1cbiJdfQ==
|
package/lib/narrative.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Element } from "./element";
|
|
2
|
-
export interface Narrative extends Element {
|
|
3
|
-
/** The status of the narrative - whether it's entirely generated (from just the defined data or the extensions too), or whether a human authored it and it may contain additional data. */
|
|
4
|
-
status?: "generated" | "extensions" | "additional" | "empty";
|
|
5
|
-
/** The actual narrative content, a stripped down version of XHTML. */
|
|
6
|
-
div: string;
|
|
7
|
-
}
|
package/lib/narrative.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmFycmF0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL25hcnJhdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBOYXJyYXRpdmUgVHlwZVxuaW1wb3J0IHR5cGUgeyBFbGVtZW50IH0gZnJvbSBcIi4vZWxlbWVudFwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIE5hcnJhdGl2ZSBleHRlbmRzIEVsZW1lbnQge1xuICAvKiogVGhlIHN0YXR1cyBvZiB0aGUgbmFycmF0aXZlIC0gd2hldGhlciBpdCdzIGVudGlyZWx5IGdlbmVyYXRlZCAoZnJvbSBqdXN0IHRoZSBkZWZpbmVkIGRhdGEgb3IgdGhlIGV4dGVuc2lvbnMgdG9vKSwgb3Igd2hldGhlciBhIGh1bWFuIGF1dGhvcmVkIGl0IGFuZCBpdCBtYXkgY29udGFpbiBhZGRpdGlvbmFsIGRhdGEuICovXG4gIHN0YXR1cz86IFwiZ2VuZXJhdGVkXCIgfCBcImV4dGVuc2lvbnNcIiB8IFwiYWRkaXRpb25hbFwiIHwgXCJlbXB0eVwiO1xuXG4gIC8qKiBUaGUgYWN0dWFsIG5hcnJhdGl2ZSBjb250ZW50LCBhIHN0cmlwcGVkIGRvd24gdmVyc2lvbiBvZiBYSFRNTC4gKi9cbiAgZGl2OiBzdHJpbmc7XG59XG4iXX0=
|
package/lib/nutritionorder.d.ts
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { DomainResource } from "./domainresource";
|
|
3
|
-
import type { Identifier } from "./identifier";
|
|
4
|
-
import type { NutritionOrder_EnteralFormula } from "./nutritionorder_enteralformula";
|
|
5
|
-
import type { NutritionOrder_OralDiet } from "./nutritionorder_oraldiet";
|
|
6
|
-
import type { NutritionOrder_Supplement } from "./nutritionorder_supplement";
|
|
7
|
-
import type { Reference } from "./reference";
|
|
8
|
-
export interface NutritionOrder extends DomainResource {
|
|
9
|
-
/** This is a NutritionOrder resource */
|
|
10
|
-
resourceType: "NutritionOrder";
|
|
11
|
-
/** Identifiers assigned to this order by the order sender or by the order receiver. */
|
|
12
|
-
identifier?: Array<Identifier>;
|
|
13
|
-
/** The workflow status of the nutrition order/request. */
|
|
14
|
-
status?: "proposed" | "draft" | "planned" | "requested" | "active" | "on-hold" | "completed" | "cancelled" | "entered-in-error";
|
|
15
|
-
/** The person (patient) who needs the nutrition order for an oral diet, nutritional supplement and/or enteral or formula feeding. */
|
|
16
|
-
patient: Reference;
|
|
17
|
-
/** An encounter that provides additional information about the healthcare context in which this request is made. */
|
|
18
|
-
encounter?: Reference;
|
|
19
|
-
/** The date and time that this nutrition order was requested. */
|
|
20
|
-
dateTime?: string;
|
|
21
|
-
/** The practitioner that holds legal responsibility for ordering the diet, nutritional supplement, or formula feedings. */
|
|
22
|
-
orderer?: Reference;
|
|
23
|
-
/** A link to a record of allergies or intolerances which should be included in the nutrition order. */
|
|
24
|
-
allergyIntolerance?: Array<Reference>;
|
|
25
|
-
/** This modifier is used to convey order-specific modifiers about the type of food that should be given. These can be derived from patient allergies, intolerances, or preferences such as Halal, Vegan or Kosher. This modifier applies to the entire nutrition order inclusive of the oral diet, nutritional supplements and enteral formula feedings. */
|
|
26
|
-
foodPreferenceModifier?: Array<CodeableConcept>;
|
|
27
|
-
/** This modifier is used to convey order-specific modifiers about the type of food that should NOT be given. These can be derived from patient allergies, intolerances, or preferences such as No Red Meat, No Soy or No Wheat or Gluten-Free. While it should not be necessary to repeat allergy or intolerance information captured in the referenced AllergyIntolerance resource in the excludeFoodModifier, this element may be used to convey additional specificity related to foods that should be eliminated from the patient’s diet for any reason. This modifier applies to the entire nutrition order inclusive of the oral diet, nutritional supplements and enteral formula feedings. */
|
|
28
|
-
excludeFoodModifier?: Array<CodeableConcept>;
|
|
29
|
-
/** Diet given orally in contrast to enteral (tube) feeding. */
|
|
30
|
-
oralDiet?: NutritionOrder_OralDiet;
|
|
31
|
-
/** Oral nutritional products given in order to add further nutritional value to the patient's diet. */
|
|
32
|
-
supplement?: Array<NutritionOrder_Supplement>;
|
|
33
|
-
/** Feeding provided through the gastrointestinal tract via a tube, catheter, or stoma that delivers nutrition distal to the oral cavity. */
|
|
34
|
-
enteralFormula?: NutritionOrder_EnteralFormula;
|
|
35
|
-
}
|
package/lib/nutritionorder.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibnV0cml0aW9ub3JkZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvbnV0cml0aW9ub3JkZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgTnV0cml0aW9uT3JkZXIgVHlwZVxuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgRG9tYWluUmVzb3VyY2UgfSBmcm9tIFwiLi9kb21haW5yZXNvdXJjZVwiO1xuaW1wb3J0IHR5cGUgeyBJZGVudGlmaWVyIH0gZnJvbSBcIi4vaWRlbnRpZmllclwiO1xuaW1wb3J0IHR5cGUgeyBOdXRyaXRpb25PcmRlcl9FbnRlcmFsRm9ybXVsYSB9IGZyb20gXCIuL251dHJpdGlvbm9yZGVyX2VudGVyYWxmb3JtdWxhXCI7XG5pbXBvcnQgdHlwZSB7IE51dHJpdGlvbk9yZGVyX09yYWxEaWV0IH0gZnJvbSBcIi4vbnV0cml0aW9ub3JkZXJfb3JhbGRpZXRcIjtcbmltcG9ydCB0eXBlIHsgTnV0cml0aW9uT3JkZXJfU3VwcGxlbWVudCB9IGZyb20gXCIuL251dHJpdGlvbm9yZGVyX3N1cHBsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTnV0cml0aW9uT3JkZXIgZXh0ZW5kcyBEb21haW5SZXNvdXJjZSB7XG4gIC8qKiBUaGlzIGlzIGEgTnV0cml0aW9uT3JkZXIgcmVzb3VyY2UgKi9cbiAgcmVzb3VyY2VUeXBlOiBcIk51dHJpdGlvbk9yZGVyXCI7XG5cbiAgLyoqIElkZW50aWZpZXJzIGFzc2lnbmVkIHRvIHRoaXMgb3JkZXIgYnkgdGhlIG9yZGVyIHNlbmRlciBvciBieSB0aGUgb3JkZXIgcmVjZWl2ZXIuICovXG4gIGlkZW50aWZpZXI/OiBBcnJheTxJZGVudGlmaWVyPjtcblxuICAvKiogVGhlIHdvcmtmbG93IHN0YXR1cyBvZiB0aGUgbnV0cml0aW9uIG9yZGVyL3JlcXVlc3QuICovXG4gIHN0YXR1cz86XG4gICAgfCBcInByb3Bvc2VkXCJcbiAgICB8IFwiZHJhZnRcIlxuICAgIHwgXCJwbGFubmVkXCJcbiAgICB8IFwicmVxdWVzdGVkXCJcbiAgICB8IFwiYWN0aXZlXCJcbiAgICB8IFwib24taG9sZFwiXG4gICAgfCBcImNvbXBsZXRlZFwiXG4gICAgfCBcImNhbmNlbGxlZFwiXG4gICAgfCBcImVudGVyZWQtaW4tZXJyb3JcIjtcblxuICAvKiogVGhlIHBlcnNvbiAocGF0aWVudCkgd2hvIG5lZWRzIHRoZSBudXRyaXRpb24gb3JkZXIgZm9yIGFuIG9yYWwgZGlldCwgbnV0cml0aW9uYWwgc3VwcGxlbWVudCBhbmQvb3IgZW50ZXJhbCBvciBmb3JtdWxhIGZlZWRpbmcuICovXG4gIHBhdGllbnQ6IFJlZmVyZW5jZTtcblxuICAvKiogQW4gZW5jb3VudGVyIHRoYXQgcHJvdmlkZXMgYWRkaXRpb25hbCBpbmZvcm1hdGlvbiBhYm91dCB0aGUgaGVhbHRoY2FyZSBjb250ZXh0IGluIHdoaWNoIHRoaXMgcmVxdWVzdCBpcyBtYWRlLiAqL1xuICBlbmNvdW50ZXI/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIFRoZSBkYXRlIGFuZCB0aW1lIHRoYXQgdGhpcyBudXRyaXRpb24gb3JkZXIgd2FzIHJlcXVlc3RlZC4gKi9cbiAgZGF0ZVRpbWU/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBwcmFjdGl0aW9uZXIgdGhhdCBob2xkcyBsZWdhbCByZXNwb25zaWJpbGl0eSBmb3Igb3JkZXJpbmcgdGhlIGRpZXQsIG51dHJpdGlvbmFsIHN1cHBsZW1lbnQsIG9yIGZvcm11bGEgZmVlZGluZ3MuICovXG4gIG9yZGVyZXI/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIEEgbGluayB0byBhIHJlY29yZCBvZiBhbGxlcmdpZXMgb3IgaW50b2xlcmFuY2VzICB3aGljaCBzaG91bGQgYmUgaW5jbHVkZWQgaW4gdGhlIG51dHJpdGlvbiBvcmRlci4gKi9cbiAgYWxsZXJneUludG9sZXJhbmNlPzogQXJyYXk8UmVmZXJlbmNlPjtcblxuICAvKiogVGhpcyBtb2RpZmllciBpcyB1c2VkIHRvIGNvbnZleSBvcmRlci1zcGVjaWZpYyBtb2RpZmllcnMgYWJvdXQgdGhlIHR5cGUgb2YgZm9vZCB0aGF0IHNob3VsZCBiZSBnaXZlbi4gVGhlc2UgY2FuIGJlIGRlcml2ZWQgZnJvbSBwYXRpZW50IGFsbGVyZ2llcywgaW50b2xlcmFuY2VzLCBvciBwcmVmZXJlbmNlcyBzdWNoIGFzIEhhbGFsLCBWZWdhbiBvciBLb3NoZXIuIFRoaXMgbW9kaWZpZXIgYXBwbGllcyB0byB0aGUgZW50aXJlIG51dHJpdGlvbiBvcmRlciBpbmNsdXNpdmUgb2YgdGhlIG9yYWwgZGlldCwgbnV0cml0aW9uYWwgc3VwcGxlbWVudHMgYW5kIGVudGVyYWwgZm9ybXVsYSBmZWVkaW5ncy4gKi9cbiAgZm9vZFByZWZlcmVuY2VNb2RpZmllcj86IEFycmF5PENvZGVhYmxlQ29uY2VwdD47XG5cbiAgLyoqIFRoaXMgbW9kaWZpZXIgaXMgdXNlZCB0byBjb252ZXkgb3JkZXItc3BlY2lmaWMgbW9kaWZpZXJzIGFib3V0IHRoZSB0eXBlIG9mIGZvb2QgdGhhdCBzaG91bGQgTk9UIGJlIGdpdmVuLiBUaGVzZSBjYW4gYmUgZGVyaXZlZCBmcm9tIHBhdGllbnQgYWxsZXJnaWVzLCBpbnRvbGVyYW5jZXMsIG9yIHByZWZlcmVuY2VzIHN1Y2ggYXMgTm8gUmVkIE1lYXQsIE5vIFNveSBvciBObyBXaGVhdCBvciAgR2x1dGVuLUZyZWUuICBXaGlsZSBpdCBzaG91bGQgbm90IGJlIG5lY2Vzc2FyeSB0byByZXBlYXQgYWxsZXJneSBvciBpbnRvbGVyYW5jZSBpbmZvcm1hdGlvbiBjYXB0dXJlZCBpbiB0aGUgcmVmZXJlbmNlZCBBbGxlcmd5SW50b2xlcmFuY2UgcmVzb3VyY2UgaW4gdGhlIGV4Y2x1ZGVGb29kTW9kaWZpZXIsIHRoaXMgZWxlbWVudCBtYXkgYmUgdXNlZCB0byBjb252ZXkgYWRkaXRpb25hbCBzcGVjaWZpY2l0eSByZWxhdGVkIHRvIGZvb2RzIHRoYXQgc2hvdWxkIGJlIGVsaW1pbmF0ZWQgZnJvbSB0aGUgcGF0aWVudOKAmXMgZGlldCBmb3IgYW55IHJlYXNvbi4gIFRoaXMgbW9kaWZpZXIgYXBwbGllcyB0byB0aGUgZW50aXJlIG51dHJpdGlvbiBvcmRlciBpbmNsdXNpdmUgb2YgdGhlIG9yYWwgZGlldCwgbnV0cml0aW9uYWwgc3VwcGxlbWVudHMgYW5kIGVudGVyYWwgZm9ybXVsYSBmZWVkaW5ncy4gKi9cbiAgZXhjbHVkZUZvb2RNb2RpZmllcj86IEFycmF5PENvZGVhYmxlQ29uY2VwdD47XG5cbiAgLyoqIERpZXQgZ2l2ZW4gb3JhbGx5IGluIGNvbnRyYXN0IHRvIGVudGVyYWwgKHR1YmUpIGZlZWRpbmcuICovXG4gIG9yYWxEaWV0PzogTnV0cml0aW9uT3JkZXJfT3JhbERpZXQ7XG5cbiAgLyoqIE9yYWwgbnV0cml0aW9uYWwgcHJvZHVjdHMgZ2l2ZW4gaW4gb3JkZXIgdG8gYWRkIGZ1cnRoZXIgbnV0cml0aW9uYWwgdmFsdWUgdG8gdGhlIHBhdGllbnQncyBkaWV0LiAqL1xuICBzdXBwbGVtZW50PzogQXJyYXk8TnV0cml0aW9uT3JkZXJfU3VwcGxlbWVudD47XG5cbiAgLyoqIEZlZWRpbmcgcHJvdmlkZWQgdGhyb3VnaCB0aGUgZ2FzdHJvaW50ZXN0aW5hbCB0cmFjdCB2aWEgYSB0dWJlLCBjYXRoZXRlciwgb3Igc3RvbWEgdGhhdCBkZWxpdmVycyBudXRyaXRpb24gZGlzdGFsIHRvIHRoZSBvcmFsIGNhdml0eS4gKi9cbiAgZW50ZXJhbEZvcm11bGE/OiBOdXRyaXRpb25PcmRlcl9FbnRlcmFsRm9ybXVsYTtcbn1cbiJdfQ==
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { BackboneElement } from "./backboneelement";
|
|
2
|
-
import type { Quantity } from "./quantity";
|
|
3
|
-
import type { Ratio } from "./ratio";
|
|
4
|
-
import type { Timing } from "./timing";
|
|
5
|
-
export interface NutritionOrder_Administration extends BackboneElement {
|
|
6
|
-
/** The time period and frequency at which the enteral formula should be delivered to the patient. */
|
|
7
|
-
schedule?: Timing;
|
|
8
|
-
/** The volume of formula to provide to the patient per the specified administration schedule. */
|
|
9
|
-
quantity?: Quantity;
|
|
10
|
-
/** The rate of administration of formula via a feeding pump, e.g. 60 mL per hour, according to the specified schedule. */
|
|
11
|
-
rateSimpleQuantity?: Quantity;
|
|
12
|
-
/** The rate of administration of formula via a feeding pump, e.g. 60 mL per hour, according to the specified schedule. */
|
|
13
|
-
rateRatio?: Ratio;
|
|
14
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibnV0cml0aW9ub3JkZXJfYWRtaW5pc3RyYXRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvbnV0cml0aW9ub3JkZXJfYWRtaW5pc3RyYXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgTnV0cml0aW9uT3JkZXJfQWRtaW5pc3RyYXRpb24gVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgUXVhbnRpdHkgfSBmcm9tIFwiLi9xdWFudGl0eVwiO1xuaW1wb3J0IHR5cGUgeyBSYXRpbyB9IGZyb20gXCIuL3JhdGlvXCI7XG5pbXBvcnQgdHlwZSB7IFRpbWluZyB9IGZyb20gXCIuL3RpbWluZ1wiO1xuXG5leHBvcnQgaW50ZXJmYWNlIE51dHJpdGlvbk9yZGVyX0FkbWluaXN0cmF0aW9uIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIFRoZSB0aW1lIHBlcmlvZCBhbmQgZnJlcXVlbmN5IGF0IHdoaWNoIHRoZSBlbnRlcmFsIGZvcm11bGEgc2hvdWxkIGJlIGRlbGl2ZXJlZCB0byB0aGUgcGF0aWVudC4gKi9cbiAgc2NoZWR1bGU/OiBUaW1pbmc7XG5cbiAgLyoqIFRoZSB2b2x1bWUgb2YgZm9ybXVsYSB0byBwcm92aWRlIHRvIHRoZSBwYXRpZW50IHBlciB0aGUgc3BlY2lmaWVkIGFkbWluaXN0cmF0aW9uIHNjaGVkdWxlLiAqL1xuICBxdWFudGl0eT86IFF1YW50aXR5O1xuXG4gIC8qKiBUaGUgcmF0ZSBvZiBhZG1pbmlzdHJhdGlvbiBvZiBmb3JtdWxhIHZpYSBhIGZlZWRpbmcgcHVtcCwgZS5nLiA2MCBtTCBwZXIgaG91ciwgYWNjb3JkaW5nIHRvIHRoZSBzcGVjaWZpZWQgc2NoZWR1bGUuICovXG4gIHJhdGVTaW1wbGVRdWFudGl0eT86IFF1YW50aXR5O1xuXG4gIC8qKiBUaGUgcmF0ZSBvZiBhZG1pbmlzdHJhdGlvbiBvZiBmb3JtdWxhIHZpYSBhIGZlZWRpbmcgcHVtcCwgZS5nLiA2MCBtTCBwZXIgaG91ciwgYWNjb3JkaW5nIHRvIHRoZSBzcGVjaWZpZWQgc2NoZWR1bGUuICovXG4gIHJhdGVSYXRpbz86IFJhdGlvO1xufVxuIl19
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import type { BackboneElement } from "./backboneelement";
|
|
2
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
-
import type { NutritionOrder_Administration } from "./nutritionorder_administration";
|
|
4
|
-
import type { Quantity } from "./quantity";
|
|
5
|
-
export interface NutritionOrder_EnteralFormula extends BackboneElement {
|
|
6
|
-
/** The type of enteral or infant formula such as an adult standard formula with fiber or a soy-based infant formula. */
|
|
7
|
-
baseFormulaType?: CodeableConcept;
|
|
8
|
-
/** The product or brand name of the enteral or infant formula product such as "ACME Adult Standard Formula". */
|
|
9
|
-
baseFormulaProductName?: string;
|
|
10
|
-
/** Indicates the type of modular component such as protein, carbohydrate, fat or fiber to be provided in addition to or mixed with the base formula. */
|
|
11
|
-
additiveType?: CodeableConcept;
|
|
12
|
-
/** The product or brand name of the type of modular component to be added to the formula. */
|
|
13
|
-
additiveProductName?: string;
|
|
14
|
-
/** The amount of energy (calories) that the formula should provide per specified volume, typically per mL or fluid oz. For example, an infant may require a formula that provides 24 calories per fluid ounce or an adult may require an enteral formula that provides 1.5 calorie/mL. */
|
|
15
|
-
caloricDensity?: Quantity;
|
|
16
|
-
/** The route or physiological path of administration into the patient's gastrointestinal tract for purposes of providing the formula feeding, e.g. nasogastric tube. */
|
|
17
|
-
routeofAdministration?: CodeableConcept;
|
|
18
|
-
/** Formula administration instructions as structured data. This repeating structure allows for changing the administration rate or volume over time for both bolus and continuous feeding. An example of this would be an instruction to increase the rate of continuous feeding every 2 hours. */
|
|
19
|
-
administration?: Array<NutritionOrder_Administration>;
|
|
20
|
-
/** The maximum total quantity of formula that may be administered to a subject over the period of time, e.g. 1440 mL over 24 hours. */
|
|
21
|
-
maxVolumeToDeliver?: Quantity;
|
|
22
|
-
/** Free text formula administration, feeding instructions or additional instructions or information. */
|
|
23
|
-
administrationInstruction?: string;
|
|
24
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibnV0cml0aW9ub3JkZXJfZW50ZXJhbGZvcm11bGEuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvbnV0cml0aW9ub3JkZXJfZW50ZXJhbGZvcm11bGEudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgTnV0cml0aW9uT3JkZXJfRW50ZXJhbEZvcm11bGEgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IE51dHJpdGlvbk9yZGVyX0FkbWluaXN0cmF0aW9uIH0gZnJvbSBcIi4vbnV0cml0aW9ub3JkZXJfYWRtaW5pc3RyYXRpb25cIjtcbmltcG9ydCB0eXBlIHsgUXVhbnRpdHkgfSBmcm9tIFwiLi9xdWFudGl0eVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIE51dHJpdGlvbk9yZGVyX0VudGVyYWxGb3JtdWxhIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIFRoZSB0eXBlIG9mIGVudGVyYWwgb3IgaW5mYW50IGZvcm11bGEgc3VjaCBhcyBhbiBhZHVsdCBzdGFuZGFyZCBmb3JtdWxhIHdpdGggZmliZXIgb3IgYSBzb3ktYmFzZWQgaW5mYW50IGZvcm11bGEuICovXG4gIGJhc2VGb3JtdWxhVHlwZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogVGhlIHByb2R1Y3Qgb3IgYnJhbmQgbmFtZSBvZiB0aGUgZW50ZXJhbCBvciBpbmZhbnQgZm9ybXVsYSBwcm9kdWN0IHN1Y2ggYXMgXCJBQ01FIEFkdWx0IFN0YW5kYXJkIEZvcm11bGFcIi4gKi9cbiAgYmFzZUZvcm11bGFQcm9kdWN0TmFtZT86IHN0cmluZztcblxuICAvKiogSW5kaWNhdGVzIHRoZSB0eXBlIG9mIG1vZHVsYXIgY29tcG9uZW50IHN1Y2ggYXMgcHJvdGVpbiwgY2FyYm9oeWRyYXRlLCBmYXQgb3IgZmliZXIgdG8gYmUgcHJvdmlkZWQgaW4gYWRkaXRpb24gdG8gb3IgbWl4ZWQgd2l0aCB0aGUgYmFzZSBmb3JtdWxhLiAqL1xuICBhZGRpdGl2ZVR5cGU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIFRoZSBwcm9kdWN0IG9yIGJyYW5kIG5hbWUgb2YgdGhlIHR5cGUgb2YgbW9kdWxhciBjb21wb25lbnQgdG8gYmUgYWRkZWQgdG8gdGhlIGZvcm11bGEuICovXG4gIGFkZGl0aXZlUHJvZHVjdE5hbWU/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBhbW91bnQgb2YgZW5lcmd5IChjYWxvcmllcykgdGhhdCB0aGUgZm9ybXVsYSBzaG91bGQgcHJvdmlkZSBwZXIgc3BlY2lmaWVkIHZvbHVtZSwgdHlwaWNhbGx5IHBlciBtTCBvciBmbHVpZCBvei4gIEZvciBleGFtcGxlLCBhbiBpbmZhbnQgbWF5IHJlcXVpcmUgYSBmb3JtdWxhIHRoYXQgcHJvdmlkZXMgMjQgY2Fsb3JpZXMgcGVyIGZsdWlkIG91bmNlIG9yIGFuIGFkdWx0IG1heSByZXF1aXJlIGFuIGVudGVyYWwgZm9ybXVsYSB0aGF0IHByb3ZpZGVzIDEuNSBjYWxvcmllL21MLiAqL1xuICBjYWxvcmljRGVuc2l0eT86IFF1YW50aXR5O1xuXG4gIC8qKiBUaGUgcm91dGUgb3IgcGh5c2lvbG9naWNhbCBwYXRoIG9mIGFkbWluaXN0cmF0aW9uIGludG8gdGhlIHBhdGllbnQncyBnYXN0cm9pbnRlc3RpbmFsICB0cmFjdCBmb3IgcHVycG9zZXMgb2YgcHJvdmlkaW5nIHRoZSBmb3JtdWxhIGZlZWRpbmcsIGUuZy4gbmFzb2dhc3RyaWMgdHViZS4gKi9cbiAgcm91dGVvZkFkbWluaXN0cmF0aW9uPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBGb3JtdWxhIGFkbWluaXN0cmF0aW9uIGluc3RydWN0aW9ucyBhcyBzdHJ1Y3R1cmVkIGRhdGEuICBUaGlzIHJlcGVhdGluZyBzdHJ1Y3R1cmUgYWxsb3dzIGZvciBjaGFuZ2luZyB0aGUgYWRtaW5pc3RyYXRpb24gcmF0ZSBvciB2b2x1bWUgb3ZlciB0aW1lIGZvciBib3RoIGJvbHVzIGFuZCBjb250aW51b3VzIGZlZWRpbmcuICBBbiBleGFtcGxlIG9mIHRoaXMgd291bGQgYmUgYW4gaW5zdHJ1Y3Rpb24gdG8gaW5jcmVhc2UgdGhlIHJhdGUgb2YgY29udGludW91cyBmZWVkaW5nIGV2ZXJ5IDIgaG91cnMuICovXG4gIGFkbWluaXN0cmF0aW9uPzogQXJyYXk8TnV0cml0aW9uT3JkZXJfQWRtaW5pc3RyYXRpb24+O1xuXG4gIC8qKiBUaGUgbWF4aW11bSB0b3RhbCBxdWFudGl0eSBvZiBmb3JtdWxhIHRoYXQgbWF5IGJlIGFkbWluaXN0ZXJlZCB0byBhIHN1YmplY3Qgb3ZlciB0aGUgcGVyaW9kIG9mIHRpbWUsIGUuZy4gMTQ0MCBtTCBvdmVyIDI0IGhvdXJzLiAqL1xuICBtYXhWb2x1bWVUb0RlbGl2ZXI/OiBRdWFudGl0eTtcblxuICAvKiogRnJlZSB0ZXh0IGZvcm11bGEgYWRtaW5pc3RyYXRpb24sIGZlZWRpbmcgaW5zdHJ1Y3Rpb25zIG9yIGFkZGl0aW9uYWwgaW5zdHJ1Y3Rpb25zIG9yIGluZm9ybWF0aW9uLiAqL1xuICBhZG1pbmlzdHJhdGlvbkluc3RydWN0aW9uPzogc3RyaW5nO1xufVxuIl19
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { BackboneElement } from "./backboneelement";
|
|
2
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
-
import type { Quantity } from "./quantity";
|
|
4
|
-
export interface NutritionOrder_Nutrient extends BackboneElement {
|
|
5
|
-
/** The nutrient that is being modified such as carbohydrate or sodium. */
|
|
6
|
-
modifier?: CodeableConcept;
|
|
7
|
-
/** The quantity of the specified nutrient to include in diet. */
|
|
8
|
-
amount?: Quantity;
|
|
9
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibnV0cml0aW9ub3JkZXJfbnV0cmllbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvbnV0cml0aW9ub3JkZXJfbnV0cmllbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgTnV0cml0aW9uT3JkZXJfTnV0cmllbnQgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFF1YW50aXR5IH0gZnJvbSBcIi4vcXVhbnRpdHlcIjtcblxuZXhwb3J0IGludGVyZmFjZSBOdXRyaXRpb25PcmRlcl9OdXRyaWVudCBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBUaGUgbnV0cmllbnQgdGhhdCBpcyBiZWluZyBtb2RpZmllZCBzdWNoIGFzIGNhcmJvaHlkcmF0ZSBvciBzb2RpdW0uICovXG4gIG1vZGlmaWVyPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBUaGUgcXVhbnRpdHkgb2YgdGhlIHNwZWNpZmllZCBudXRyaWVudCB0byBpbmNsdWRlIGluIGRpZXQuICovXG4gIGFtb3VudD86IFF1YW50aXR5O1xufVxuIl19
|