@openhi/types 0.0.1 → 0.0.3
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/README.md +2 -9
- package/lib/account.d.ts +37 -0
- package/lib/account.js +3 -0
- package/lib/account_coverage.d.ts +10 -0
- package/lib/account_coverage.js +3 -0
- package/lib/account_guarantor.d.ts +11 -0
- package/lib/account_guarantor.js +3 -0
- package/lib/activitydefinition.d.ts +95 -0
- package/lib/activitydefinition.js +3 -0
- package/lib/activitydefinition_dynamicvalue.d.ts +11 -0
- package/lib/activitydefinition_dynamicvalue.js +3 -0
- package/lib/activitydefinition_participant.d.ts +8 -0
- package/lib/activitydefinition_participant.js +3 -0
- package/lib/address.d.ts +24 -0
- package/lib/address.js +3 -0
- package/lib/adverseevent.d.ts +41 -0
- package/lib/adverseevent.js +3 -0
- package/lib/adverseevent_suspectentity.d.ts +19 -0
- package/lib/adverseevent_suspectentity.js +3 -0
- package/lib/age.d.ts +3 -0
- package/lib/age.js +3 -0
- package/lib/allergyintolerance.d.ts +51 -0
- package/lib/allergyintolerance.js +3 -0
- package/lib/allergyintolerance_reaction.d.ts +19 -0
- package/lib/allergyintolerance_reaction.js +3 -0
- package/lib/annotation.d.ts +12 -0
- package/lib/annotation.js +3 -0
- package/lib/appointment.d.ts +50 -0
- package/lib/appointment.js +3 -0
- package/lib/appointment_participant.d.ts +13 -0
- package/lib/appointment_participant.js +3 -0
- package/lib/appointmentresponse.d.ts +24 -0
- package/lib/appointmentresponse.js +3 -0
- package/lib/attachment.d.ts +19 -0
- package/lib/attachment.js +3 -0
- package/lib/auditevent.d.ts +30 -0
- package/lib/auditevent.js +3 -0
- package/lib/auditevent_agent.d.ts +30 -0
- package/lib/auditevent_agent.js +3 -0
- package/lib/auditevent_detail.d.ts +7 -0
- package/lib/auditevent_detail.js +3 -0
- package/lib/auditevent_entity.d.ts +27 -0
- package/lib/auditevent_entity.js +3 -0
- package/lib/auditevent_network.d.ts +7 -0
- package/lib/auditevent_network.js +3 -0
- package/lib/auditevent_source.d.ts +11 -0
- package/lib/auditevent_source.js +3 -0
- package/lib/backboneelement.d.ts +6 -0
- package/lib/backboneelement.js +3 -0
- package/lib/basic.d.ts +18 -0
- package/lib/basic.js +3 -0
- package/lib/binary.d.ts +12 -0
- package/lib/binary.js +3 -0
- package/lib/bodysite.d.ts +23 -0
- package/lib/bodysite.js +3 -0
- package/lib/bundle.d.ts +21 -0
- package/lib/bundle.js +3 -0
- package/lib/bundle_entry.d.ts +22 -0
- package/lib/bundle_entry.js +3 -0
- package/lib/bundle_link.d.ts +7 -0
- package/lib/bundle_link.js +3 -0
- package/lib/bundle_request.d.ts +15 -0
- package/lib/bundle_request.js +3 -0
- package/lib/bundle_response.d.ts +14 -0
- package/lib/bundle_response.js +3 -0
- package/lib/bundle_search.d.ts +7 -0
- package/lib/bundle_search.js +3 -0
- package/lib/capabilitystatement.d.ts +68 -0
- package/lib/capabilitystatement.js +3 -0
- package/lib/capabilitystatement_certificate.d.ts +7 -0
- package/lib/capabilitystatement_certificate.js +3 -0
- package/lib/capabilitystatement_document.d.ts +10 -0
- package/lib/capabilitystatement_document.js +3 -0
- package/lib/capabilitystatement_endpoint.d.ts +8 -0
- package/lib/capabilitystatement_endpoint.js +3 -0
- package/lib/capabilitystatement_event.d.ts +19 -0
- package/lib/capabilitystatement_event.js +3 -0
- package/lib/capabilitystatement_implementation.d.ts +7 -0
- package/lib/capabilitystatement_implementation.js +3 -0
- package/lib/capabilitystatement_interaction.d.ts +7 -0
- package/lib/capabilitystatement_interaction.js +3 -0
- package/lib/capabilitystatement_interaction1.d.ts +7 -0
- package/lib/capabilitystatement_interaction1.js +3 -0
- package/lib/capabilitystatement_messaging.d.ts +16 -0
- package/lib/capabilitystatement_messaging.js +3 -0
- package/lib/capabilitystatement_operation.d.ts +8 -0
- package/lib/capabilitystatement_operation.js +3 -0
- package/lib/capabilitystatement_resource.d.ts +36 -0
- package/lib/capabilitystatement_resource.js +3 -0
- package/lib/capabilitystatement_rest.d.ts +24 -0
- package/lib/capabilitystatement_rest.js +3 -0
- package/lib/capabilitystatement_searchparam.d.ts +11 -0
- package/lib/capabilitystatement_searchparam.js +3 -0
- package/lib/capabilitystatement_security.d.ts +13 -0
- package/lib/capabilitystatement_security.js +3 -0
- package/lib/capabilitystatement_software.d.ts +9 -0
- package/lib/capabilitystatement_software.js +3 -0
- package/lib/capabilitystatement_supportedmessage.d.ts +8 -0
- package/lib/capabilitystatement_supportedmessage.js +3 -0
- package/lib/careplan.d.ts +51 -0
- package/lib/careplan.js +3 -0
- package/lib/careplan_activity.d.ts +17 -0
- package/lib/careplan_activity.js +3 -0
- package/lib/careplan_detail.d.ts +46 -0
- package/lib/careplan_detail.js +3 -0
- package/lib/careteam.d.ts +35 -0
- package/lib/careteam.js +3 -0
- package/lib/careteam_participant.d.ts +14 -0
- package/lib/careteam_participant.js +3 -0
- package/lib/chargeitem.d.ts +64 -0
- package/lib/chargeitem.js +3 -0
- package/lib/chargeitem_participant.d.ts +9 -0
- package/lib/chargeitem_participant.js +3 -0
- package/lib/claim.d.ts +79 -0
- package/lib/claim.js +3 -0
- package/lib/claim_accident.d.ts +14 -0
- package/lib/claim_accident.js +3 -0
- package/lib/claim_careteam.d.ts +15 -0
- package/lib/claim_careteam.js +3 -0
- package/lib/claim_detail.d.ts +32 -0
- package/lib/claim_detail.js +3 -0
- package/lib/claim_diagnosis.d.ts +15 -0
- package/lib/claim_diagnosis.js +3 -0
- package/lib/claim_information.d.ts +28 -0
- package/lib/claim_information.js +3 -0
- package/lib/claim_insurance.d.ts +16 -0
- package/lib/claim_insurance.js +3 -0
- package/lib/claim_item.d.ts +58 -0
- package/lib/claim_item.js +3 -0
- package/lib/claim_payee.d.ts +12 -0
- package/lib/claim_payee.js +3 -0
- package/lib/claim_procedure.d.ts +13 -0
- package/lib/claim_procedure.js +3 -0
- package/lib/claim_related.d.ts +12 -0
- package/lib/claim_related.js +3 -0
- package/lib/claim_subdetail.d.ts +29 -0
- package/lib/claim_subdetail.js +3 -0
- package/lib/claimresponse.d.ts +62 -0
- package/lib/claimresponse.js +3 -0
- package/lib/claimresponse_additem.d.ts +25 -0
- package/lib/claimresponse_additem.js +3 -0
- package/lib/claimresponse_adjudication.d.ts +13 -0
- package/lib/claimresponse_adjudication.js +3 -0
- package/lib/claimresponse_detail.d.ts +13 -0
- package/lib/claimresponse_detail.js +3 -0
- package/lib/claimresponse_detail1.d.ts +20 -0
- package/lib/claimresponse_detail1.js +3 -0
- package/lib/claimresponse_error.d.ts +12 -0
- package/lib/claimresponse_error.js +3 -0
- package/lib/claimresponse_insurance.d.ts +16 -0
- package/lib/claimresponse_insurance.js +3 -0
- package/lib/claimresponse_item.d.ts +13 -0
- package/lib/claimresponse_item.js +3 -0
- package/lib/claimresponse_payment.d.ts +18 -0
- package/lib/claimresponse_payment.js +3 -0
- package/lib/claimresponse_processnote.d.ts +12 -0
- package/lib/claimresponse_processnote.js +3 -0
- package/lib/claimresponse_subdetail.d.ts +10 -0
- package/lib/claimresponse_subdetail.js +3 -0
- package/lib/clinicalimpression.d.ts +52 -0
- package/lib/clinicalimpression.js +3 -0
- package/lib/clinicalimpression_finding.d.ts +11 -0
- package/lib/clinicalimpression_finding.js +3 -0
- package/lib/clinicalimpression_investigation.d.ts +9 -0
- package/lib/clinicalimpression_investigation.js +3 -0
- package/lib/codeableconcept.d.ts +8 -0
- package/lib/codeableconcept.js +3 -0
- package/lib/codesystem.d.ts +62 -0
- package/lib/codesystem.js +3 -0
- package/lib/codesystem_concept.d.ts +17 -0
- package/lib/codesystem_concept.js +3 -0
- package/lib/codesystem_designation.d.ts +10 -0
- package/lib/codesystem_designation.js +3 -0
- package/lib/codesystem_filter.d.ts +11 -0
- package/lib/codesystem_filter.js +3 -0
- package/lib/codesystem_property.d.ts +11 -0
- package/lib/codesystem_property.js +3 -0
- package/lib/codesystem_property1.d.ts +18 -0
- package/lib/codesystem_property1.js +3 -0
- package/lib/coding.d.ts +13 -0
- package/lib/coding.js +3 -0
- package/lib/communication.d.ts +50 -0
- package/lib/communication.js +3 -0
- package/lib/communication_payload.d.ts +11 -0
- package/lib/communication_payload.js +3 -0
- package/lib/communicationrequest.d.ts +54 -0
- package/lib/communicationrequest.js +3 -0
- package/lib/communicationrequest_payload.d.ts +11 -0
- package/lib/communicationrequest_payload.js +3 -0
- package/lib/communicationrequest_requester.d.ts +8 -0
- package/lib/communicationrequest_requester.js +3 -0
- package/lib/compartmentdefinition.d.ts +39 -0
- package/lib/compartmentdefinition.js +3 -0
- package/lib/compartmentdefinition_resource.d.ts +9 -0
- package/lib/compartmentdefinition_resource.js +3 -0
- package/lib/composition.d.ts +42 -0
- package/lib/composition.js +3 -0
- package/lib/composition_attester.d.ts +10 -0
- package/lib/composition_attester.js +3 -0
- package/lib/composition_event.d.ts +12 -0
- package/lib/composition_event.js +3 -0
- package/lib/composition_relatesto.d.ts +11 -0
- package/lib/composition_relatesto.js +3 -0
- package/lib/composition_section.d.ts +22 -0
- package/lib/composition_section.js +3 -0
- package/lib/conceptmap.d.ts +51 -0
- package/lib/conceptmap.js +3 -0
- package/lib/conceptmap_dependson.d.ts +11 -0
- package/lib/conceptmap_dependson.js +3 -0
- package/lib/conceptmap_element.d.ts +10 -0
- package/lib/conceptmap_element.js +3 -0
- package/lib/conceptmap_group.d.ts +17 -0
- package/lib/conceptmap_group.js +3 -0
- package/lib/conceptmap_target.d.ts +16 -0
- package/lib/conceptmap_target.js +3 -0
- package/lib/conceptmap_unmapped.d.ts +11 -0
- package/lib/conceptmap_unmapped.js +3 -0
- package/lib/condition.d.ts +64 -0
- package/lib/condition.js +3 -0
- package/lib/condition_evidence.d.ts +9 -0
- package/lib/condition_evidence.js +3 -0
- package/lib/condition_stage.d.ts +9 -0
- package/lib/condition_stage.js +3 -0
- package/lib/consent.d.ts +55 -0
- package/lib/consent.js +3 -0
- package/lib/consent_actor.d.ts +9 -0
- package/lib/consent_actor.js +3 -0
- package/lib/consent_actor1.d.ts +9 -0
- package/lib/consent_actor1.js +3 -0
- package/lib/consent_data.d.ts +8 -0
- package/lib/consent_data.js +3 -0
- package/lib/consent_data1.d.ts +8 -0
- package/lib/consent_data1.js +3 -0
- package/lib/consent_except.d.ts +28 -0
- package/lib/consent_except.js +3 -0
- package/lib/consent_policy.d.ts +7 -0
- package/lib/consent_policy.js +3 -0
- package/lib/contactdetail.d.ts +8 -0
- package/lib/contactdetail.js +3 -0
- package/lib/contactpoint.d.ts +14 -0
- package/lib/contactpoint.js +3 -0
- package/lib/contract.d.ts +66 -0
- package/lib/contract.js +3 -0
- package/lib/contract_agent.d.ts +9 -0
- package/lib/contract_agent.js +3 -0
- package/lib/contract_agent1.d.ts +9 -0
- package/lib/contract_agent1.js +3 -0
- package/lib/contract_friendly.d.ts +9 -0
- package/lib/contract_friendly.js +3 -0
- package/lib/contract_legal.d.ts +9 -0
- package/lib/contract_legal.js +3 -0
- package/lib/contract_rule.d.ts +9 -0
- package/lib/contract_rule.js +3 -0
- package/lib/contract_signer.d.ts +12 -0
- package/lib/contract_signer.js +3 -0
- package/lib/contract_term.d.ts +36 -0
- package/lib/contract_term.js +3 -0
- package/lib/contract_valueditem.d.ts +26 -0
- package/lib/contract_valueditem.js +3 -0
- package/lib/contract_valueditem1.d.ts +26 -0
- package/lib/contract_valueditem1.js +3 -0
- package/lib/contributor.d.ts +10 -0
- package/lib/contributor.js +3 -0
- package/lib/count.d.ts +3 -0
- package/lib/count.js +3 -0
- package/lib/coverage.d.ts +42 -0
- package/lib/coverage.js +3 -0
- package/lib/coverage_grouping.d.ts +27 -0
- package/lib/coverage_grouping.js +3 -0
- package/lib/dataelement.d.ts +43 -0
- package/lib/dataelement.js +3 -0
- package/lib/dataelement_mapping.d.ts +11 -0
- package/lib/dataelement_mapping.js +3 -0
- package/lib/datarequirement.d.ts +15 -0
- package/lib/datarequirement.js +3 -0
- package/lib/datarequirement_codefilter.d.ts +18 -0
- package/lib/datarequirement_codefilter.js +3 -0
- package/lib/datarequirement_datefilter.d.ts +13 -0
- package/lib/datarequirement_datefilter.js +3 -0
- package/lib/detectedissue.d.ts +31 -0
- package/lib/detectedissue.js +3 -0
- package/lib/detectedissue_mitigation.d.ts +11 -0
- package/lib/detectedissue_mitigation.js +3 -0
- package/lib/device.d.ts +45 -0
- package/lib/device.js +3 -0
- package/lib/device_udi.d.ts +25 -0
- package/lib/device_udi.js +3 -0
- package/lib/devicecomponent.d.ts +29 -0
- package/lib/devicecomponent.js +3 -0
- package/lib/devicecomponent_productionspecification.d.ts +11 -0
- package/lib/devicecomponent_productionspecification.js +3 -0
- package/lib/devicemetric.d.ts +30 -0
- package/lib/devicemetric.js +3 -0
- package/lib/devicemetric_calibration.d.ts +9 -0
- package/lib/devicemetric_calibration.js +3 -0
- package/lib/devicerequest.d.ts +60 -0
- package/lib/devicerequest.js +3 -0
- package/lib/devicerequest_requester.d.ts +8 -0
- package/lib/devicerequest_requester.js +3 -0
- package/lib/deviceusestatement.d.ts +37 -0
- package/lib/deviceusestatement.js +3 -0
- package/lib/diagnosticreport.d.ts +48 -0
- package/lib/diagnosticreport.js +3 -0
- package/lib/diagnosticreport_image.d.ts +8 -0
- package/lib/diagnosticreport_image.js +3 -0
- package/lib/diagnosticreport_performer.d.ts +9 -0
- package/lib/diagnosticreport_performer.js +3 -0
- package/lib/distance.d.ts +3 -0
- package/lib/distance.js +3 -0
- package/lib/documentmanifest.d.ts +34 -0
- package/lib/documentmanifest.js +3 -0
- package/lib/documentmanifest_content.d.ts +9 -0
- package/lib/documentmanifest_content.js +3 -0
- package/lib/documentmanifest_related.d.ts +9 -0
- package/lib/documentmanifest_related.js +3 -0
- package/lib/documentreference.d.ts +45 -0
- package/lib/documentreference.js +3 -0
- package/lib/documentreference_content.d.ts +9 -0
- package/lib/documentreference_content.js +3 -0
- package/lib/documentreference_context.d.ts +21 -0
- package/lib/documentreference_context.js +3 -0
- package/lib/documentreference_related.d.ts +9 -0
- package/lib/documentreference_related.js +3 -0
- package/lib/documentreference_relatesto.d.ts +8 -0
- package/lib/documentreference_relatesto.js +3 -0
- package/lib/domainresource.d.ts +14 -0
- package/lib/domainresource.js +3 -0
- package/lib/dosage.d.ts +44 -0
- package/lib/dosage.js +3 -0
- package/lib/duration.d.ts +3 -0
- package/lib/duration.js +3 -0
- package/lib/element.d.ts +7 -0
- package/lib/element.js +3 -0
- package/lib/elementdefinition.d.ts +451 -0
- package/lib/elementdefinition.js +3 -0
- package/lib/elementdefinition_base.d.ts +9 -0
- package/lib/elementdefinition_base.js +3 -0
- package/lib/elementdefinition_binding.d.ts +12 -0
- package/lib/elementdefinition_binding.js +3 -0
- package/lib/elementdefinition_constraint.d.ts +17 -0
- package/lib/elementdefinition_constraint.js +3 -0
- package/lib/elementdefinition_discriminator.d.ts +7 -0
- package/lib/elementdefinition_discriminator.js +3 -0
- package/lib/elementdefinition_example.d.ts +145 -0
- package/lib/elementdefinition_example.js +3 -0
- package/lib/elementdefinition_mapping.d.ts +11 -0
- package/lib/elementdefinition_mapping.js +3 -0
- package/lib/elementdefinition_slicing.d.ts +12 -0
- package/lib/elementdefinition_slicing.js +3 -0
- package/lib/elementdefinition_type.d.ts +13 -0
- package/lib/elementdefinition_type.js +3 -0
- package/lib/eligibilityrequest.d.ts +41 -0
- package/lib/eligibilityrequest.js +3 -0
- package/lib/eligibilityresponse.d.ts +36 -0
- package/lib/eligibilityresponse.js +3 -0
- package/lib/eligibilityresponse_benefitbalance.d.ts +23 -0
- package/lib/eligibilityresponse_benefitbalance.js +3 -0
- package/lib/eligibilityresponse_error.d.ts +6 -0
- package/lib/eligibilityresponse_error.js +3 -0
- package/lib/eligibilityresponse_financial.d.ts +17 -0
- package/lib/eligibilityresponse_financial.js +3 -0
- package/lib/eligibilityresponse_insurance.d.ts +11 -0
- package/lib/eligibilityresponse_insurance.js +3 -0
- package/lib/encounter.d.ts +61 -0
- package/lib/encounter.js +3 -0
- package/lib/encounter_classhistory.d.ts +9 -0
- package/lib/encounter_classhistory.js +3 -0
- package/lib/encounter_diagnosis.d.ts +11 -0
- package/lib/encounter_diagnosis.js +3 -0
- package/lib/encounter_hospitalization.d.ts +24 -0
- package/lib/encounter_hospitalization.js +3 -0
- package/lib/encounter_location.d.ts +11 -0
- package/lib/encounter_location.js +3 -0
- package/lib/encounter_participant.d.ts +12 -0
- package/lib/encounter_participant.js +3 -0
- package/lib/encounter_statushistory.d.ts +8 -0
- package/lib/encounter_statushistory.js +3 -0
- package/lib/endpoint.d.ts +33 -0
- package/lib/endpoint.js +3 -0
- package/lib/enrollmentrequest.d.ts +23 -0
- package/lib/enrollmentrequest.js +3 -0
- package/lib/enrollmentresponse.d.ts +26 -0
- package/lib/enrollmentresponse.js +3 -0
- package/lib/episodeofcare.d.ts +35 -0
- package/lib/episodeofcare.js +3 -0
- package/lib/episodeofcare_diagnosis.d.ts +11 -0
- package/lib/episodeofcare_diagnosis.js +3 -0
- package/lib/episodeofcare_statushistory.d.ts +8 -0
- package/lib/episodeofcare_statushistory.js +3 -0
- package/lib/expansionprofile.d.ts +58 -0
- package/lib/expansionprofile.js +3 -0
- package/lib/expansionprofile_designation.d.ts +9 -0
- package/lib/expansionprofile_designation.js +3 -0
- package/lib/expansionprofile_designation1.d.ts +8 -0
- package/lib/expansionprofile_designation1.js +3 -0
- package/lib/expansionprofile_designation2.d.ts +8 -0
- package/lib/expansionprofile_designation2.js +3 -0
- package/lib/expansionprofile_exclude.d.ts +6 -0
- package/lib/expansionprofile_exclude.js +3 -0
- package/lib/expansionprofile_excludedsystem.d.ts +7 -0
- package/lib/expansionprofile_excludedsystem.js +3 -0
- package/lib/expansionprofile_fixedversion.d.ts +9 -0
- package/lib/expansionprofile_fixedversion.js +3 -0
- package/lib/expansionprofile_include.d.ts +6 -0
- package/lib/expansionprofile_include.js +3 -0
- package/lib/explanationofbenefit.d.ts +101 -0
- package/lib/explanationofbenefit.js +3 -0
- package/lib/explanationofbenefit_accident.d.ts +14 -0
- package/lib/explanationofbenefit_accident.js +3 -0
- package/lib/explanationofbenefit_additem.d.ts +25 -0
- package/lib/explanationofbenefit_additem.js +3 -0
- package/lib/explanationofbenefit_adjudication.d.ts +13 -0
- package/lib/explanationofbenefit_adjudication.js +3 -0
- package/lib/explanationofbenefit_benefitbalance.d.ts +23 -0
- package/lib/explanationofbenefit_benefitbalance.js +3 -0
- package/lib/explanationofbenefit_careteam.d.ts +15 -0
- package/lib/explanationofbenefit_careteam.js +3 -0
- package/lib/explanationofbenefit_detail.d.ts +39 -0
- package/lib/explanationofbenefit_detail.js +3 -0
- package/lib/explanationofbenefit_detail1.d.ts +20 -0
- package/lib/explanationofbenefit_detail1.js +3 -0
- package/lib/explanationofbenefit_diagnosis.d.ts +15 -0
- package/lib/explanationofbenefit_diagnosis.js +3 -0
- package/lib/explanationofbenefit_financial.d.ts +17 -0
- package/lib/explanationofbenefit_financial.js +3 -0
- package/lib/explanationofbenefit_information.d.ts +29 -0
- package/lib/explanationofbenefit_information.js +3 -0
- package/lib/explanationofbenefit_insurance.d.ts +8 -0
- package/lib/explanationofbenefit_insurance.js +3 -0
- package/lib/explanationofbenefit_item.d.ts +63 -0
- package/lib/explanationofbenefit_item.js +3 -0
- package/lib/explanationofbenefit_payee.d.ts +11 -0
- package/lib/explanationofbenefit_payee.js +3 -0
- package/lib/explanationofbenefit_payment.d.ts +18 -0
- package/lib/explanationofbenefit_payment.js +3 -0
- package/lib/explanationofbenefit_procedure.d.ts +13 -0
- package/lib/explanationofbenefit_procedure.js +3 -0
- package/lib/explanationofbenefit_processnote.d.ts +12 -0
- package/lib/explanationofbenefit_processnote.js +3 -0
- package/lib/explanationofbenefit_related.d.ts +12 -0
- package/lib/explanationofbenefit_related.js +3 -0
- package/lib/explanationofbenefit_subdetail.d.ts +36 -0
- package/lib/explanationofbenefit_subdetail.js +3 -0
- package/lib/extension.d.ts +144 -0
- package/lib/extension.js +3 -0
- package/lib/familymemberhistory.d.ts +65 -0
- package/lib/familymemberhistory.js +3 -0
- package/lib/familymemberhistory_condition.d.ts +22 -0
- package/lib/familymemberhistory_condition.js +3 -0
- package/lib/flag.d.ts +25 -0
- package/lib/flag.js +3 -0
- package/lib/goal.d.ts +42 -0
- package/lib/goal.js +3 -0
- package/lib/goal_target.d.ts +19 -0
- package/lib/goal_target.js +3 -0
- package/lib/graphdefinition.d.ts +39 -0
- package/lib/graphdefinition.js +3 -0
- package/lib/graphdefinition_compartment.d.ts +11 -0
- package/lib/graphdefinition_compartment.js +3 -0
- package/lib/graphdefinition_link.d.ts +16 -0
- package/lib/graphdefinition_link.js +3 -0
- package/lib/graphdefinition_target.d.ts +13 -0
- package/lib/graphdefinition_target.js +3 -0
- package/lib/group.d.ts +27 -0
- package/lib/group.js +3 -0
- package/lib/group_characteristic.d.ts +21 -0
- package/lib/group_characteristic.js +3 -0
- package/lib/group_member.d.ts +11 -0
- package/lib/group_member.js +3 -0
- package/lib/guidanceresponse.d.ts +40 -0
- package/lib/guidanceresponse.js +3 -0
- package/lib/healthcareservice.d.ts +60 -0
- package/lib/healthcareservice.js +3 -0
- package/lib/healthcareservice_availabletime.d.ts +11 -0
- package/lib/healthcareservice_availabletime.js +3 -0
- package/lib/healthcareservice_notavailable.d.ts +8 -0
- package/lib/healthcareservice_notavailable.js +3 -0
- package/lib/humanname.d.ts +18 -0
- package/lib/humanname.js +3 -0
- package/lib/identifier.d.ts +18 -0
- package/lib/identifier.js +3 -0
- package/lib/imagingmanifest.d.ts +21 -0
- package/lib/imagingmanifest.js +3 -0
- package/lib/imagingmanifest_instance.d.ts +7 -0
- package/lib/imagingmanifest_instance.js +3 -0
- package/lib/imagingmanifest_series.d.ts +11 -0
- package/lib/imagingmanifest_series.js +3 -0
- package/lib/imagingmanifest_study.d.ts +13 -0
- package/lib/imagingmanifest_study.js +3 -0
- package/lib/imagingstudy.d.ts +48 -0
- package/lib/imagingstudy.js +3 -0
- package/lib/imagingstudy_instance.d.ts +11 -0
- package/lib/imagingstudy_instance.js +3 -0
- package/lib/imagingstudy_series.d.ts +30 -0
- package/lib/imagingstudy_series.js +3 -0
- package/lib/immunization.d.ts +56 -0
- package/lib/immunization.js +3 -0
- package/lib/immunization_explanation.d.ts +8 -0
- package/lib/immunization_explanation.js +3 -0
- package/lib/immunization_practitioner.d.ts +9 -0
- package/lib/immunization_practitioner.js +3 -0
- package/lib/immunization_reaction.d.ts +10 -0
- package/lib/immunization_reaction.js +3 -0
- package/lib/immunization_vaccinationprotocol.d.ts +21 -0
- package/lib/immunization_vaccinationprotocol.js +3 -0
- package/lib/immunizationrecommendation.d.ts +14 -0
- package/lib/immunizationrecommendation.js +3 -0
- package/lib/immunizationrecommendation_datecriterion.d.ts +8 -0
- package/lib/immunizationrecommendation_datecriterion.js +3 -0
- package/lib/immunizationrecommendation_protocol.d.ts +12 -0
- package/lib/immunizationrecommendation_protocol.js +3 -0
- package/lib/immunizationrecommendation_recommendation.d.ts +25 -0
- package/lib/immunizationrecommendation_recommendation.js +3 -0
- package/lib/implementationguide.d.ts +48 -0
- package/lib/implementationguide.js +3 -0
- package/lib/implementationguide_dependency.d.ts +7 -0
- package/lib/implementationguide_dependency.js +3 -0
- package/lib/implementationguide_global.d.ts +8 -0
- package/lib/implementationguide_global.js +3 -0
- package/lib/implementationguide_package.d.ts +10 -0
- package/lib/implementationguide_package.js +3 -0
- package/lib/implementationguide_page.d.ts +17 -0
- package/lib/implementationguide_page.js +3 -0
- package/lib/implementationguide_resource.d.ts +18 -0
- package/lib/implementationguide_resource.js +3 -0
- package/lib/index.d.ts +490 -5
- package/lib/index.js +491 -6
- package/lib/library.d.ts +67 -0
- package/lib/library.js +3 -0
- package/lib/linkage.d.ts +13 -0
- package/lib/linkage.js +3 -0
- package/lib/linkage_item.d.ts +8 -0
- package/lib/linkage_item.js +3 -0
- package/lib/list.d.ts +36 -0
- package/lib/list.js +3 -0
- package/lib/list_entry.d.ts +13 -0
- package/lib/list_entry.js +3 -0
- package/lib/location.d.ts +42 -0
- package/lib/location.js +3 -0
- package/lib/location_position.d.ts +9 -0
- package/lib/location_position.js +3 -0
- package/lib/measure.d.ts +89 -0
- package/lib/measure.js +3 -0
- package/lib/measure_group.d.ts +16 -0
- package/lib/measure_group.js +3 -0
- package/lib/measure_population.d.ts +15 -0
- package/lib/measure_population.js +3 -0
- package/lib/measure_stratifier.d.ts +10 -0
- package/lib/measure_stratifier.js +3 -0
- package/lib/measure_supplementaldata.d.ts +13 -0
- package/lib/measure_supplementaldata.js +3 -0
- package/lib/measurereport.d.ts +29 -0
- package/lib/measurereport.js +3 -0
- package/lib/measurereport_group.d.ts +14 -0
- package/lib/measurereport_group.js +3 -0
- package/lib/measurereport_population.d.ts +14 -0
- package/lib/measurereport_population.js +3 -0
- package/lib/measurereport_population1.d.ts +14 -0
- package/lib/measurereport_population1.js +3 -0
- package/lib/measurereport_stratifier.d.ts +9 -0
- package/lib/measurereport_stratifier.js +3 -0
- package/lib/measurereport_stratum.d.ts +10 -0
- package/lib/measurereport_stratum.js +3 -0
- package/lib/media.d.ts +49 -0
- package/lib/media.js +3 -0
- package/lib/medication.d.ts +28 -0
- package/lib/medication.js +3 -0
- package/lib/medication_batch.d.ts +7 -0
- package/lib/medication_batch.js +3 -0
- package/lib/medication_content.d.ts +12 -0
- package/lib/medication_content.js +3 -0
- package/lib/medication_ingredient.d.ts +14 -0
- package/lib/medication_ingredient.js +3 -0
- package/lib/medication_package.d.ts +12 -0
- package/lib/medication_package.js +3 -0
- package/lib/medicationadministration.d.ts +56 -0
- package/lib/medicationadministration.js +3 -0
- package/lib/medicationadministration_dosage.d.ts +22 -0
- package/lib/medicationadministration_dosage.js +3 -0
- package/lib/medicationadministration_performer.d.ts +8 -0
- package/lib/medicationadministration_performer.js +3 -0
- package/lib/medicationdispense.d.ts +65 -0
- package/lib/medicationdispense.js +3 -0
- package/lib/medicationdispense_performer.d.ts +8 -0
- package/lib/medicationdispense_performer.js +3 -0
- package/lib/medicationdispense_substitution.d.ts +13 -0
- package/lib/medicationdispense_substitution.js +3 -0
- package/lib/medicationrequest.d.ts +63 -0
- package/lib/medicationrequest.js +3 -0
- package/lib/medicationrequest_dispenserequest.d.ts +17 -0
- package/lib/medicationrequest_dispenserequest.js +3 -0
- package/lib/medicationrequest_requester.d.ts +8 -0
- package/lib/medicationrequest_requester.js +3 -0
- package/lib/medicationrequest_substitution.d.ts +8 -0
- package/lib/medicationrequest_substitution.js +3 -0
- package/lib/medicationstatement.d.ts +51 -0
- package/lib/medicationstatement.js +3 -0
- package/lib/messagedefinition.d.ts +59 -0
- package/lib/messagedefinition.js +3 -0
- package/lib/messagedefinition_allowedresponse.d.ts +8 -0
- package/lib/messagedefinition_allowedresponse.js +3 -0
- package/lib/messagedefinition_focus.d.ts +12 -0
- package/lib/messagedefinition_focus.js +3 -0
- package/lib/messageheader.d.ts +35 -0
- package/lib/messageheader.js +3 -0
- package/lib/messageheader_destination.d.ts +10 -0
- package/lib/messageheader_destination.js +3 -0
- package/lib/messageheader_response.d.ts +10 -0
- package/lib/messageheader_response.js +3 -0
- package/lib/messageheader_source.d.ts +14 -0
- package/lib/messageheader_source.js +3 -0
- package/lib/meta.d.ts +14 -0
- package/lib/meta.js +3 -0
- package/lib/money.d.ts +3 -0
- package/lib/money.js +3 -0
- package/lib/namingsystem.d.ts +38 -0
- package/lib/namingsystem.js +3 -0
- package/lib/namingsystem_uniqueid.d.ts +14 -0
- package/lib/namingsystem_uniqueid.js +3 -0
- package/lib/narrative.d.ts +7 -0
- package/lib/narrative.js +3 -0
- package/lib/nutritionorder.d.ts +35 -0
- package/lib/nutritionorder.js +3 -0
- package/lib/nutritionorder_administration.d.ts +14 -0
- package/lib/nutritionorder_administration.js +3 -0
- package/lib/nutritionorder_enteralformula.d.ts +24 -0
- package/lib/nutritionorder_enteralformula.js +3 -0
- package/lib/nutritionorder_nutrient.d.ts +9 -0
- package/lib/nutritionorder_nutrient.js +3 -0
- package/lib/nutritionorder_oraldiet.d.ts +19 -0
- package/lib/nutritionorder_oraldiet.js +3 -0
- package/lib/nutritionorder_supplement.d.ts +16 -0
- package/lib/nutritionorder_supplement.js +3 -0
- package/lib/nutritionorder_texture.d.ts +8 -0
- package/lib/nutritionorder_texture.js +3 -0
- package/lib/observation.d.ts +81 -0
- package/lib/observation.js +3 -0
- package/lib/observation_component.d.ts +39 -0
- package/lib/observation_component.js +3 -0
- package/lib/observation_referencerange.d.ts +18 -0
- package/lib/observation_referencerange.js +3 -0
- package/lib/observation_related.d.ts +8 -0
- package/lib/observation_related.js +3 -0
- package/lib/operationdefinition.d.ts +57 -0
- package/lib/operationdefinition.js +3 -0
- package/lib/operationdefinition_binding.d.ts +10 -0
- package/lib/operationdefinition_binding.js +3 -0
- package/lib/operationdefinition_overload.d.ts +7 -0
- package/lib/operationdefinition_overload.js +3 -0
- package/lib/operationdefinition_parameter.d.ts +25 -0
- package/lib/operationdefinition_parameter.js +3 -0
- package/lib/operationoutcome.d.ts +8 -0
- package/lib/operationoutcome.js +3 -0
- package/lib/operationoutcome_issue.d.ts +16 -0
- package/lib/operationoutcome_issue.js +3 -0
- package/lib/organization.d.ts +31 -0
- package/lib/organization.js +3 -0
- package/lib/organization_contact.d.ts +15 -0
- package/lib/organization_contact.js +3 -0
- package/lib/parameterdefinition.d.ts +18 -0
- package/lib/parameterdefinition.js +3 -0
- package/lib/parameters.d.ts +6 -0
- package/lib/parameters.js +3 -0
- package/lib/parameters_parameter.d.ts +150 -0
- package/lib/parameters_parameter.js +3 -0
- package/lib/patient.d.ts +54 -0
- package/lib/patient.js +3 -0
- package/lib/patient_animal.d.ts +10 -0
- package/lib/patient_animal.js +3 -0
- package/lib/patient_communication.d.ts +8 -0
- package/lib/patient_communication.js +3 -0
- package/lib/patient_contact.d.ts +23 -0
- package/lib/patient_contact.js +3 -0
- package/lib/patient_link.d.ts +8 -0
- package/lib/patient_link.js +3 -0
- package/lib/paymentnotice.d.ts +28 -0
- package/lib/paymentnotice.js +3 -0
- package/lib/paymentreconciliation.d.ts +40 -0
- package/lib/paymentreconciliation.js +3 -0
- package/lib/paymentreconciliation_detail.d.ts +20 -0
- package/lib/paymentreconciliation_detail.js +3 -0
- package/lib/paymentreconciliation_processnote.d.ts +8 -0
- package/lib/paymentreconciliation_processnote.js +3 -0
- package/lib/period.d.ts +7 -0
- package/lib/period.js +3 -0
- package/lib/person.d.ts +32 -0
- package/lib/person.js +3 -0
- package/lib/person_link.d.ts +8 -0
- package/lib/person_link.js +3 -0
- package/lib/plandefinition.d.ts +67 -0
- package/lib/plandefinition.js +3 -0
- package/lib/plandefinition_action.d.ts +75 -0
- package/lib/plandefinition_action.js +3 -0
- package/lib/plandefinition_condition.d.ts +11 -0
- package/lib/plandefinition_condition.js +3 -0
- package/lib/plandefinition_dynamicvalue.d.ts +11 -0
- package/lib/plandefinition_dynamicvalue.js +3 -0
- package/lib/plandefinition_goal.d.ts +20 -0
- package/lib/plandefinition_goal.js +3 -0
- package/lib/plandefinition_participant.d.ts +8 -0
- package/lib/plandefinition_participant.js +3 -0
- package/lib/plandefinition_relatedaction.d.ts +13 -0
- package/lib/plandefinition_relatedaction.js +3 -0
- package/lib/plandefinition_target.d.ts +17 -0
- package/lib/plandefinition_target.js +3 -0
- package/lib/practitioner.d.ts +33 -0
- package/lib/practitioner.js +3 -0
- package/lib/practitioner_qualification.d.ts +15 -0
- package/lib/practitioner_qualification.js +3 -0
- package/lib/practitionerrole.d.ts +40 -0
- package/lib/practitionerrole.js +3 -0
- package/lib/practitionerrole_availabletime.d.ts +11 -0
- package/lib/practitionerrole_availabletime.js +3 -0
- package/lib/practitionerrole_notavailable.d.ts +8 -0
- package/lib/practitionerrole_notavailable.js +3 -0
- package/lib/procedure.d.ts +66 -0
- package/lib/procedure.js +3 -0
- package/lib/procedure_focaldevice.d.ts +9 -0
- package/lib/procedure_focaldevice.js +3 -0
- package/lib/procedure_performer.d.ts +11 -0
- package/lib/procedure_performer.js +3 -0
- package/lib/procedurerequest.d.ts +70 -0
- package/lib/procedurerequest.js +3 -0
- package/lib/procedurerequest_requester.d.ts +8 -0
- package/lib/procedurerequest_requester.js +3 -0
- package/lib/processrequest.d.ts +39 -0
- package/lib/processrequest.js +3 -0
- package/lib/processrequest_item.d.ts +5 -0
- package/lib/processrequest_item.js +3 -0
- package/lib/processresponse.d.ts +35 -0
- package/lib/processresponse.js +3 -0
- package/lib/processresponse_processnote.d.ts +8 -0
- package/lib/processresponse_processnote.js +3 -0
- package/lib/provenance.d.ts +31 -0
- package/lib/provenance.js +3 -0
- package/lib/provenance_agent.d.ts +17 -0
- package/lib/provenance_agent.js +3 -0
- package/lib/provenance_entity.d.ts +16 -0
- package/lib/provenance_entity.js +3 -0
- package/lib/quantity.d.ts +13 -0
- package/lib/quantity.js +3 -0
- package/lib/questionnaire.d.ts +54 -0
- package/lib/questionnaire.js +3 -0
- package/lib/questionnaire_enablewhen.d.ts +35 -0
- package/lib/questionnaire_enablewhen.js +3 -0
- package/lib/questionnaire_item.d.ts +70 -0
- package/lib/questionnaire_item.js +3 -0
- package/lib/questionnaire_option.d.ts +14 -0
- package/lib/questionnaire_option.js +3 -0
- package/lib/questionnaireresponse.d.ts +30 -0
- package/lib/questionnaireresponse.js +3 -0
- package/lib/questionnaireresponse_answer.d.ts +34 -0
- package/lib/questionnaireresponse_answer.js +3 -0
- package/lib/questionnaireresponse_item.d.ts +17 -0
- package/lib/questionnaireresponse_item.js +3 -0
- package/lib/range.d.ts +8 -0
- package/lib/range.js +3 -0
- package/lib/ratio.d.ts +8 -0
- package/lib/ratio.js +3 -0
- package/lib/reference.d.ts +10 -0
- package/lib/reference.js +3 -0
- package/lib/referralrequest.d.ts +59 -0
- package/lib/referralrequest.js +3 -0
- package/lib/referralrequest_requester.d.ts +8 -0
- package/lib/referralrequest_requester.js +3 -0
- package/lib/relatedartifact.d.ts +17 -0
- package/lib/relatedartifact.js +3 -0
- package/lib/relatedperson.d.ts +35 -0
- package/lib/relatedperson.js +3 -0
- package/lib/requestgroup.d.ts +42 -0
- package/lib/requestgroup.js +3 -0
- package/lib/requestgroup_action.d.ts +57 -0
- package/lib/requestgroup_action.js +3 -0
- package/lib/requestgroup_condition.d.ts +11 -0
- package/lib/requestgroup_condition.js +3 -0
- package/lib/requestgroup_relatedaction.d.ts +13 -0
- package/lib/requestgroup_relatedaction.js +3 -0
- package/lib/researchstudy.d.ts +53 -0
- package/lib/researchstudy.js +3 -0
- package/lib/researchstudy_arm.d.ts +10 -0
- package/lib/researchstudy_arm.js +3 -0
- package/lib/researchsubject.d.ts +24 -0
- package/lib/researchsubject.js +3 -0
- package/lib/resource.js +3 -0
- package/lib/resourcelist.js +4 -0
- package/lib/riskassessment.d.ts +46 -0
- package/lib/riskassessment.js +3 -0
- package/lib/riskassessment_prediction.d.ts +22 -0
- package/lib/riskassessment_prediction.js +3 -0
- package/lib/sampleddata.d.ts +18 -0
- package/lib/sampleddata.js +3 -0
- package/lib/schedule.d.ts +25 -0
- package/lib/schedule.js +3 -0
- package/lib/searchparameter.d.ts +57 -0
- package/lib/searchparameter.js +3 -0
- package/lib/searchparameter_component.d.ts +8 -0
- package/lib/searchparameter_component.js +3 -0
- package/lib/sequence.d.ts +42 -0
- package/lib/sequence.js +3 -0
- package/lib/sequence_quality.d.ts +33 -0
- package/lib/sequence_quality.js +3 -0
- package/lib/sequence_referenceseq.d.ts +21 -0
- package/lib/sequence_referenceseq.js +3 -0
- package/lib/sequence_repository.d.ts +15 -0
- package/lib/sequence_repository.js +3 -0
- package/lib/sequence_variant.d.ts +16 -0
- package/lib/sequence_variant.js +3 -0
- package/lib/servicedefinition.d.ts +65 -0
- package/lib/servicedefinition.js +3 -0
- package/lib/signature.d.ts +21 -0
- package/lib/signature.js +3 -0
- package/lib/slot.d.ts +30 -0
- package/lib/slot.js +3 -0
- package/lib/specimen.d.ts +36 -0
- package/lib/specimen.js +3 -0
- package/lib/specimen_collection.d.ts +19 -0
- package/lib/specimen_collection.js +3 -0
- package/lib/specimen_container.d.ts +21 -0
- package/lib/specimen_container.js +3 -0
- package/lib/specimen_processing.d.ts +16 -0
- package/lib/specimen_processing.js +3 -0
- package/lib/structuredefinition.d.ts +69 -0
- package/lib/structuredefinition.js +3 -0
- package/lib/structuredefinition_differential.d.ts +6 -0
- package/lib/structuredefinition_differential.js +3 -0
- package/lib/structuredefinition_mapping.d.ts +11 -0
- package/lib/structuredefinition_mapping.js +3 -0
- package/lib/structuredefinition_snapshot.d.ts +6 -0
- package/lib/structuredefinition_snapshot.js +3 -0
- package/lib/structuremap.d.ts +47 -0
- package/lib/structuremap.js +3 -0
- package/lib/structuremap_dependent.d.ts +7 -0
- package/lib/structuremap_dependent.js +3 -0
- package/lib/structuremap_group.d.ts +17 -0
- package/lib/structuremap_group.js +3 -0
- package/lib/structuremap_input.d.ts +11 -0
- package/lib/structuremap_input.js +3 -0
- package/lib/structuremap_parameter.d.ts +13 -0
- package/lib/structuremap_parameter.js +3 -0
- package/lib/structuremap_rule.d.ts +18 -0
- package/lib/structuremap_rule.js +3 -0
- package/lib/structuremap_source.d.ts +161 -0
- package/lib/structuremap_source.js +3 -0
- package/lib/structuremap_structure.d.ts +11 -0
- package/lib/structuremap_structure.js +3 -0
- package/lib/structuremap_target.d.ts +20 -0
- package/lib/structuremap_target.js +3 -0
- package/lib/subscription.d.ts +24 -0
- package/lib/subscription.js +3 -0
- package/lib/subscription_channel.d.ts +11 -0
- package/lib/subscription_channel.js +3 -0
- package/lib/substance.d.ts +23 -0
- package/lib/substance.js +3 -0
- package/lib/substance_ingredient.d.ts +12 -0
- package/lib/substance_ingredient.js +3 -0
- package/lib/substance_instance.d.ts +11 -0
- package/lib/substance_instance.js +3 -0
- package/lib/supplydelivery.d.ts +37 -0
- package/lib/supplydelivery.js +3 -0
- package/lib/supplydelivery_supplieditem.d.ts +12 -0
- package/lib/supplydelivery_supplieditem.js +3 -0
- package/lib/supplyrequest.d.ts +42 -0
- package/lib/supplyrequest.js +3 -0
- package/lib/supplyrequest_ordereditem.d.ts +12 -0
- package/lib/supplyrequest_ordereditem.js +3 -0
- package/lib/supplyrequest_requester.d.ts +8 -0
- package/lib/supplyrequest_requester.js +3 -0
- package/lib/task.d.ts +70 -0
- package/lib/task.js +3 -0
- package/lib/task_input.d.ts +145 -0
- package/lib/task_input.js +3 -0
- package/lib/task_output.d.ts +145 -0
- package/lib/task_output.js +3 -0
- package/lib/task_requester.d.ts +8 -0
- package/lib/task_requester.js +3 -0
- package/lib/task_restriction.d.ts +11 -0
- package/lib/task_restriction.js +3 -0
- package/lib/testreport.d.ts +35 -0
- package/lib/testreport.js +3 -0
- package/lib/testreport_action.d.ts +9 -0
- package/lib/testreport_action.js +3 -0
- package/lib/testreport_action1.d.ts +9 -0
- package/lib/testreport_action1.js +3 -0
- package/lib/testreport_action2.d.ts +6 -0
- package/lib/testreport_action2.js +3 -0
- package/lib/testreport_assert.d.ts +9 -0
- package/lib/testreport_assert.js +3 -0
- package/lib/testreport_operation.d.ts +9 -0
- package/lib/testreport_operation.js +3 -0
- package/lib/testreport_participant.d.ts +9 -0
- package/lib/testreport_participant.js +3 -0
- package/lib/testreport_setup.d.ts +6 -0
- package/lib/testreport_setup.js +3 -0
- package/lib/testreport_teardown.d.ts +6 -0
- package/lib/testreport_teardown.js +3 -0
- package/lib/testreport_test.d.ts +10 -0
- package/lib/testreport_test.js +3 -0
- package/lib/testscript.d.ts +72 -0
- package/lib/testscript.js +3 -0
- package/lib/testscript_action.d.ts +9 -0
- package/lib/testscript_action.js +3 -0
- package/lib/testscript_action1.d.ts +9 -0
- package/lib/testscript_action1.js +3 -0
- package/lib/testscript_action2.d.ts +6 -0
- package/lib/testscript_action2.js +3 -0
- package/lib/testscript_assert.d.ts +53 -0
- package/lib/testscript_assert.js +3 -0
- package/lib/testscript_capability.d.ts +18 -0
- package/lib/testscript_capability.js +3 -0
- package/lib/testscript_destination.d.ts +8 -0
- package/lib/testscript_destination.js +3 -0
- package/lib/testscript_fixture.d.ts +10 -0
- package/lib/testscript_fixture.js +3 -0
- package/lib/testscript_link.d.ts +7 -0
- package/lib/testscript_link.js +3 -0
- package/lib/testscript_metadata.d.ts +9 -0
- package/lib/testscript_metadata.js +3 -0
- package/lib/testscript_operation.d.ts +37 -0
- package/lib/testscript_operation.js +3 -0
- package/lib/testscript_origin.d.ts +8 -0
- package/lib/testscript_origin.js +3 -0
- package/lib/testscript_param.d.ts +7 -0
- package/lib/testscript_param.js +3 -0
- package/lib/testscript_param1.d.ts +7 -0
- package/lib/testscript_param1.js +3 -0
- package/lib/testscript_param2.d.ts +7 -0
- package/lib/testscript_param2.js +3 -0
- package/lib/testscript_param3.d.ts +7 -0
- package/lib/testscript_param3.js +3 -0
- package/lib/testscript_requestheader.d.ts +7 -0
- package/lib/testscript_requestheader.js +3 -0
- package/lib/testscript_rule.d.ts +9 -0
- package/lib/testscript_rule.js +3 -0
- package/lib/testscript_rule1.d.ts +8 -0
- package/lib/testscript_rule1.js +3 -0
- package/lib/testscript_rule2.d.ts +8 -0
- package/lib/testscript_rule2.js +3 -0
- package/lib/testscript_rule3.d.ts +8 -0
- package/lib/testscript_rule3.js +3 -0
- package/lib/testscript_ruleset.d.ts +9 -0
- package/lib/testscript_ruleset.js +3 -0
- package/lib/testscript_ruleset1.d.ts +8 -0
- package/lib/testscript_ruleset1.js +3 -0
- package/lib/testscript_setup.d.ts +6 -0
- package/lib/testscript_setup.js +3 -0
- package/lib/testscript_teardown.d.ts +6 -0
- package/lib/testscript_teardown.js +3 -0
- package/lib/testscript_test.d.ts +10 -0
- package/lib/testscript_test.js +3 -0
- package/lib/testscript_variable.d.ts +19 -0
- package/lib/testscript_variable.js +3 -0
- package/lib/timing.d.ts +11 -0
- package/lib/timing.js +3 -0
- package/lib/timing_repeat.d.ts +40 -0
- package/lib/timing_repeat.js +3 -0
- package/lib/triggerdefinition.d.ts +20 -0
- package/lib/triggerdefinition.js +3 -0
- package/lib/usagecontext.d.ts +15 -0
- package/lib/usagecontext.js +3 -0
- package/lib/valueset.d.ts +49 -0
- package/lib/valueset.js +3 -0
- package/lib/valueset_compose.d.ts +12 -0
- package/lib/valueset_compose.js +3 -0
- package/lib/valueset_concept.d.ts +10 -0
- package/lib/valueset_concept.js +3 -0
- package/lib/valueset_contains.d.ts +20 -0
- package/lib/valueset_contains.js +3 -0
- package/lib/valueset_designation.d.ts +10 -0
- package/lib/valueset_designation.js +3 -0
- package/lib/valueset_expansion.d.ts +17 -0
- package/lib/valueset_expansion.js +3 -0
- package/lib/valueset_filter.d.ts +9 -0
- package/lib/valueset_filter.js +3 -0
- package/lib/valueset_include.d.ts +15 -0
- package/lib/valueset_include.js +3 -0
- package/lib/valueset_parameter.d.ts +17 -0
- package/lib/valueset_parameter.js +3 -0
- package/lib/visionprescription.d.ts +27 -0
- package/lib/visionprescription.js +3 -0
- package/lib/visionprescription_dispense.d.ts +36 -0
- package/lib/visionprescription_dispense.js +3 -0
- package/package.json +3 -3
- package/lib/cms/index.d.ts +0 -5
- package/lib/cms/index.js +0 -3
- package/lib/crm/index.d.ts +0 -5
- package/lib/crm/index.js +0 -3
- package/lib/ehr/account.d.ts +0 -36
- package/lib/ehr/account.js +0 -3
- package/lib/ehr/account_coverage.d.ts +0 -9
- package/lib/ehr/account_coverage.js +0 -3
- package/lib/ehr/account_guarantor.d.ts +0 -10
- package/lib/ehr/account_guarantor.js +0 -3
- package/lib/ehr/activitydefinition.d.ts +0 -94
- package/lib/ehr/activitydefinition.js +0 -3
- package/lib/ehr/activitydefinition_dynamicvalue.d.ts +0 -10
- package/lib/ehr/activitydefinition_dynamicvalue.js +0 -4
- package/lib/ehr/activitydefinition_participant.d.ts +0 -7
- package/lib/ehr/activitydefinition_participant.js +0 -3
- package/lib/ehr/address.d.ts +0 -23
- package/lib/ehr/address.js +0 -3
- package/lib/ehr/adverseevent.d.ts +0 -40
- package/lib/ehr/adverseevent.js +0 -3
- package/lib/ehr/adverseevent_suspectentity.d.ts +0 -18
- package/lib/ehr/adverseevent_suspectentity.js +0 -3
- package/lib/ehr/age.d.ts +0 -2
- package/lib/ehr/age.js +0 -4
- package/lib/ehr/allergyintolerance.d.ts +0 -50
- package/lib/ehr/allergyintolerance.js +0 -3
- package/lib/ehr/allergyintolerance_reaction.d.ts +0 -18
- package/lib/ehr/allergyintolerance_reaction.js +0 -3
- package/lib/ehr/annotation.d.ts +0 -11
- package/lib/ehr/annotation.js +0 -3
- package/lib/ehr/appointment.d.ts +0 -49
- package/lib/ehr/appointment.js +0 -3
- package/lib/ehr/appointment_participant.d.ts +0 -12
- package/lib/ehr/appointment_participant.js +0 -3
- package/lib/ehr/appointmentresponse.d.ts +0 -23
- package/lib/ehr/appointmentresponse.js +0 -3
- package/lib/ehr/attachment.d.ts +0 -18
- package/lib/ehr/attachment.js +0 -4
- package/lib/ehr/auditevent.d.ts +0 -29
- package/lib/ehr/auditevent.js +0 -3
- package/lib/ehr/auditevent_agent.d.ts +0 -29
- package/lib/ehr/auditevent_agent.js +0 -3
- package/lib/ehr/auditevent_detail.d.ts +0 -6
- package/lib/ehr/auditevent_detail.js +0 -4
- package/lib/ehr/auditevent_entity.d.ts +0 -26
- package/lib/ehr/auditevent_entity.js +0 -3
- package/lib/ehr/auditevent_network.d.ts +0 -6
- package/lib/ehr/auditevent_network.js +0 -4
- package/lib/ehr/auditevent_source.d.ts +0 -10
- package/lib/ehr/auditevent_source.js +0 -3
- package/lib/ehr/backboneelement.d.ts +0 -5
- package/lib/ehr/backboneelement.js +0 -3
- package/lib/ehr/basic.d.ts +0 -17
- package/lib/ehr/basic.js +0 -3
- package/lib/ehr/binary.d.ts +0 -11
- package/lib/ehr/binary.js +0 -3
- package/lib/ehr/bodysite.d.ts +0 -22
- package/lib/ehr/bodysite.js +0 -3
- package/lib/ehr/bundle.d.ts +0 -20
- package/lib/ehr/bundle.js +0 -3
- package/lib/ehr/bundle_entry.d.ts +0 -21
- package/lib/ehr/bundle_entry.js +0 -3
- package/lib/ehr/bundle_link.d.ts +0 -6
- package/lib/ehr/bundle_link.js +0 -4
- package/lib/ehr/bundle_request.d.ts +0 -14
- package/lib/ehr/bundle_request.js +0 -4
- package/lib/ehr/bundle_response.d.ts +0 -13
- package/lib/ehr/bundle_response.js +0 -3
- package/lib/ehr/bundle_search.d.ts +0 -6
- package/lib/ehr/bundle_search.js +0 -4
- package/lib/ehr/capabilitystatement.d.ts +0 -67
- package/lib/ehr/capabilitystatement.js +0 -3
- package/lib/ehr/capabilitystatement_certificate.d.ts +0 -6
- package/lib/ehr/capabilitystatement_certificate.js +0 -4
- package/lib/ehr/capabilitystatement_document.d.ts +0 -9
- package/lib/ehr/capabilitystatement_document.js +0 -3
- package/lib/ehr/capabilitystatement_endpoint.d.ts +0 -7
- package/lib/ehr/capabilitystatement_endpoint.js +0 -3
- package/lib/ehr/capabilitystatement_event.d.ts +0 -18
- package/lib/ehr/capabilitystatement_event.js +0 -3
- package/lib/ehr/capabilitystatement_implementation.d.ts +0 -6
- package/lib/ehr/capabilitystatement_implementation.js +0 -4
- package/lib/ehr/capabilitystatement_interaction.d.ts +0 -6
- package/lib/ehr/capabilitystatement_interaction.js +0 -4
- package/lib/ehr/capabilitystatement_interaction1.d.ts +0 -6
- package/lib/ehr/capabilitystatement_interaction1.js +0 -4
- package/lib/ehr/capabilitystatement_messaging.d.ts +0 -15
- package/lib/ehr/capabilitystatement_messaging.js +0 -3
- package/lib/ehr/capabilitystatement_operation.d.ts +0 -7
- package/lib/ehr/capabilitystatement_operation.js +0 -3
- package/lib/ehr/capabilitystatement_resource.d.ts +0 -35
- package/lib/ehr/capabilitystatement_resource.js +0 -3
- package/lib/ehr/capabilitystatement_rest.d.ts +0 -23
- package/lib/ehr/capabilitystatement_rest.js +0 -3
- package/lib/ehr/capabilitystatement_searchparam.d.ts +0 -10
- package/lib/ehr/capabilitystatement_searchparam.js +0 -4
- package/lib/ehr/capabilitystatement_security.d.ts +0 -12
- package/lib/ehr/capabilitystatement_security.js +0 -3
- package/lib/ehr/capabilitystatement_software.d.ts +0 -8
- package/lib/ehr/capabilitystatement_software.js +0 -4
- package/lib/ehr/capabilitystatement_supportedmessage.d.ts +0 -7
- package/lib/ehr/capabilitystatement_supportedmessage.js +0 -3
- package/lib/ehr/careplan.d.ts +0 -50
- package/lib/ehr/careplan.js +0 -3
- package/lib/ehr/careplan_activity.d.ts +0 -16
- package/lib/ehr/careplan_activity.js +0 -3
- package/lib/ehr/careplan_detail.d.ts +0 -45
- package/lib/ehr/careplan_detail.js +0 -3
- package/lib/ehr/careteam.d.ts +0 -34
- package/lib/ehr/careteam.js +0 -3
- package/lib/ehr/careteam_participant.d.ts +0 -13
- package/lib/ehr/careteam_participant.js +0 -3
- package/lib/ehr/chargeitem.d.ts +0 -63
- package/lib/ehr/chargeitem.js +0 -3
- package/lib/ehr/chargeitem_participant.d.ts +0 -8
- package/lib/ehr/chargeitem_participant.js +0 -3
- package/lib/ehr/claim.d.ts +0 -78
- package/lib/ehr/claim.js +0 -3
- package/lib/ehr/claim_accident.d.ts +0 -13
- package/lib/ehr/claim_accident.js +0 -3
- package/lib/ehr/claim_careteam.d.ts +0 -14
- package/lib/ehr/claim_careteam.js +0 -3
- package/lib/ehr/claim_detail.d.ts +0 -31
- package/lib/ehr/claim_detail.js +0 -3
- package/lib/ehr/claim_diagnosis.d.ts +0 -14
- package/lib/ehr/claim_diagnosis.js +0 -3
- package/lib/ehr/claim_information.d.ts +0 -27
- package/lib/ehr/claim_information.js +0 -3
- package/lib/ehr/claim_insurance.d.ts +0 -15
- package/lib/ehr/claim_insurance.js +0 -3
- package/lib/ehr/claim_item.d.ts +0 -57
- package/lib/ehr/claim_item.js +0 -3
- package/lib/ehr/claim_payee.d.ts +0 -11
- package/lib/ehr/claim_payee.js +0 -3
- package/lib/ehr/claim_procedure.d.ts +0 -12
- package/lib/ehr/claim_procedure.js +0 -3
- package/lib/ehr/claim_related.d.ts +0 -11
- package/lib/ehr/claim_related.js +0 -3
- package/lib/ehr/claim_subdetail.d.ts +0 -28
- package/lib/ehr/claim_subdetail.js +0 -3
- package/lib/ehr/claimresponse.d.ts +0 -61
- package/lib/ehr/claimresponse.js +0 -3
- package/lib/ehr/claimresponse_additem.d.ts +0 -24
- package/lib/ehr/claimresponse_additem.js +0 -3
- package/lib/ehr/claimresponse_adjudication.d.ts +0 -12
- package/lib/ehr/claimresponse_adjudication.js +0 -3
- package/lib/ehr/claimresponse_detail.d.ts +0 -12
- package/lib/ehr/claimresponse_detail.js +0 -3
- package/lib/ehr/claimresponse_detail1.d.ts +0 -19
- package/lib/ehr/claimresponse_detail1.js +0 -3
- package/lib/ehr/claimresponse_error.d.ts +0 -11
- package/lib/ehr/claimresponse_error.js +0 -3
- package/lib/ehr/claimresponse_insurance.d.ts +0 -15
- package/lib/ehr/claimresponse_insurance.js +0 -3
- package/lib/ehr/claimresponse_item.d.ts +0 -12
- package/lib/ehr/claimresponse_item.js +0 -3
- package/lib/ehr/claimresponse_payment.d.ts +0 -17
- package/lib/ehr/claimresponse_payment.js +0 -3
- package/lib/ehr/claimresponse_processnote.d.ts +0 -11
- package/lib/ehr/claimresponse_processnote.js +0 -3
- package/lib/ehr/claimresponse_subdetail.d.ts +0 -9
- package/lib/ehr/claimresponse_subdetail.js +0 -3
- package/lib/ehr/clinicalimpression.d.ts +0 -51
- package/lib/ehr/clinicalimpression.js +0 -3
- package/lib/ehr/clinicalimpression_finding.d.ts +0 -10
- package/lib/ehr/clinicalimpression_finding.js +0 -3
- package/lib/ehr/clinicalimpression_investigation.d.ts +0 -8
- package/lib/ehr/clinicalimpression_investigation.js +0 -3
- package/lib/ehr/codeableconcept.d.ts +0 -7
- package/lib/ehr/codeableconcept.js +0 -3
- package/lib/ehr/codesystem.d.ts +0 -61
- package/lib/ehr/codesystem.js +0 -3
- package/lib/ehr/codesystem_concept.d.ts +0 -16
- package/lib/ehr/codesystem_concept.js +0 -3
- package/lib/ehr/codesystem_designation.d.ts +0 -9
- package/lib/ehr/codesystem_designation.js +0 -3
- package/lib/ehr/codesystem_filter.d.ts +0 -10
- package/lib/ehr/codesystem_filter.js +0 -4
- package/lib/ehr/codesystem_property.d.ts +0 -10
- package/lib/ehr/codesystem_property.js +0 -4
- package/lib/ehr/codesystem_property1.d.ts +0 -17
- package/lib/ehr/codesystem_property1.js +0 -3
- package/lib/ehr/coding.d.ts +0 -12
- package/lib/ehr/coding.js +0 -4
- package/lib/ehr/communication.d.ts +0 -49
- package/lib/ehr/communication.js +0 -3
- package/lib/ehr/communication_payload.d.ts +0 -10
- package/lib/ehr/communication_payload.js +0 -3
- package/lib/ehr/communicationrequest.d.ts +0 -53
- package/lib/ehr/communicationrequest.js +0 -3
- package/lib/ehr/communicationrequest_payload.d.ts +0 -10
- package/lib/ehr/communicationrequest_payload.js +0 -3
- package/lib/ehr/communicationrequest_requester.d.ts +0 -7
- package/lib/ehr/communicationrequest_requester.js +0 -3
- package/lib/ehr/compartmentdefinition.d.ts +0 -38
- package/lib/ehr/compartmentdefinition.js +0 -3
- package/lib/ehr/compartmentdefinition_resource.d.ts +0 -8
- package/lib/ehr/compartmentdefinition_resource.js +0 -4
- package/lib/ehr/composition.d.ts +0 -41
- package/lib/ehr/composition.js +0 -3
- package/lib/ehr/composition_attester.d.ts +0 -9
- package/lib/ehr/composition_attester.js +0 -3
- package/lib/ehr/composition_event.d.ts +0 -11
- package/lib/ehr/composition_event.js +0 -3
- package/lib/ehr/composition_relatesto.d.ts +0 -10
- package/lib/ehr/composition_relatesto.js +0 -3
- package/lib/ehr/composition_section.d.ts +0 -21
- package/lib/ehr/composition_section.js +0 -3
- package/lib/ehr/conceptmap.d.ts +0 -50
- package/lib/ehr/conceptmap.js +0 -3
- package/lib/ehr/conceptmap_dependson.d.ts +0 -10
- package/lib/ehr/conceptmap_dependson.js +0 -4
- package/lib/ehr/conceptmap_element.d.ts +0 -9
- package/lib/ehr/conceptmap_element.js +0 -3
- package/lib/ehr/conceptmap_group.d.ts +0 -16
- package/lib/ehr/conceptmap_group.js +0 -3
- package/lib/ehr/conceptmap_target.d.ts +0 -15
- package/lib/ehr/conceptmap_target.js +0 -3
- package/lib/ehr/conceptmap_unmapped.d.ts +0 -10
- package/lib/ehr/conceptmap_unmapped.js +0 -4
- package/lib/ehr/condition.d.ts +0 -63
- package/lib/ehr/condition.js +0 -3
- package/lib/ehr/condition_evidence.d.ts +0 -8
- package/lib/ehr/condition_evidence.js +0 -3
- package/lib/ehr/condition_stage.d.ts +0 -8
- package/lib/ehr/condition_stage.js +0 -3
- package/lib/ehr/consent.d.ts +0 -54
- package/lib/ehr/consent.js +0 -3
- package/lib/ehr/consent_actor.d.ts +0 -8
- package/lib/ehr/consent_actor.js +0 -3
- package/lib/ehr/consent_actor1.d.ts +0 -8
- package/lib/ehr/consent_actor1.js +0 -3
- package/lib/ehr/consent_data.d.ts +0 -7
- package/lib/ehr/consent_data.js +0 -3
- package/lib/ehr/consent_data1.d.ts +0 -7
- package/lib/ehr/consent_data1.js +0 -3
- package/lib/ehr/consent_except.d.ts +0 -27
- package/lib/ehr/consent_except.js +0 -3
- package/lib/ehr/consent_policy.d.ts +0 -6
- package/lib/ehr/consent_policy.js +0 -4
- package/lib/ehr/contactdetail.d.ts +0 -7
- package/lib/ehr/contactdetail.js +0 -3
- package/lib/ehr/contactpoint.d.ts +0 -13
- package/lib/ehr/contactpoint.js +0 -3
- package/lib/ehr/contract.d.ts +0 -65
- package/lib/ehr/contract.js +0 -3
- package/lib/ehr/contract_agent.d.ts +0 -8
- package/lib/ehr/contract_agent.js +0 -3
- package/lib/ehr/contract_agent1.d.ts +0 -8
- package/lib/ehr/contract_agent1.js +0 -3
- package/lib/ehr/contract_friendly.d.ts +0 -8
- package/lib/ehr/contract_friendly.js +0 -3
- package/lib/ehr/contract_legal.d.ts +0 -8
- package/lib/ehr/contract_legal.js +0 -3
- package/lib/ehr/contract_rule.d.ts +0 -8
- package/lib/ehr/contract_rule.js +0 -3
- package/lib/ehr/contract_signer.d.ts +0 -11
- package/lib/ehr/contract_signer.js +0 -3
- package/lib/ehr/contract_term.d.ts +0 -35
- package/lib/ehr/contract_term.js +0 -3
- package/lib/ehr/contract_valueditem.d.ts +0 -25
- package/lib/ehr/contract_valueditem.js +0 -3
- package/lib/ehr/contract_valueditem1.d.ts +0 -25
- package/lib/ehr/contract_valueditem1.js +0 -3
- package/lib/ehr/contributor.d.ts +0 -9
- package/lib/ehr/contributor.js +0 -3
- package/lib/ehr/count.d.ts +0 -2
- package/lib/ehr/count.js +0 -4
- package/lib/ehr/coverage.d.ts +0 -41
- package/lib/ehr/coverage.js +0 -3
- package/lib/ehr/coverage_grouping.d.ts +0 -26
- package/lib/ehr/coverage_grouping.js +0 -4
- package/lib/ehr/dataelement.d.ts +0 -42
- package/lib/ehr/dataelement.js +0 -3
- package/lib/ehr/dataelement_mapping.d.ts +0 -10
- package/lib/ehr/dataelement_mapping.js +0 -4
- package/lib/ehr/datarequirement.d.ts +0 -14
- package/lib/ehr/datarequirement.js +0 -3
- package/lib/ehr/datarequirement_codefilter.d.ts +0 -17
- package/lib/ehr/datarequirement_codefilter.js +0 -3
- package/lib/ehr/datarequirement_datefilter.d.ts +0 -12
- package/lib/ehr/datarequirement_datefilter.js +0 -3
- package/lib/ehr/detectedissue.d.ts +0 -30
- package/lib/ehr/detectedissue.js +0 -3
- package/lib/ehr/detectedissue_mitigation.d.ts +0 -10
- package/lib/ehr/detectedissue_mitigation.js +0 -3
- package/lib/ehr/device.d.ts +0 -44
- package/lib/ehr/device.js +0 -3
- package/lib/ehr/device_udi.d.ts +0 -24
- package/lib/ehr/device_udi.js +0 -4
- package/lib/ehr/devicecomponent.d.ts +0 -28
- package/lib/ehr/devicecomponent.js +0 -3
- package/lib/ehr/devicecomponent_productionspecification.d.ts +0 -10
- package/lib/ehr/devicecomponent_productionspecification.js +0 -3
- package/lib/ehr/devicemetric.d.ts +0 -29
- package/lib/ehr/devicemetric.js +0 -3
- package/lib/ehr/devicemetric_calibration.d.ts +0 -8
- package/lib/ehr/devicemetric_calibration.js +0 -4
- package/lib/ehr/devicerequest.d.ts +0 -59
- package/lib/ehr/devicerequest.js +0 -3
- package/lib/ehr/devicerequest_requester.d.ts +0 -7
- package/lib/ehr/devicerequest_requester.js +0 -3
- package/lib/ehr/deviceusestatement.d.ts +0 -36
- package/lib/ehr/deviceusestatement.js +0 -3
- package/lib/ehr/diagnosticreport.d.ts +0 -47
- package/lib/ehr/diagnosticreport.js +0 -3
- package/lib/ehr/diagnosticreport_image.d.ts +0 -7
- package/lib/ehr/diagnosticreport_image.js +0 -3
- package/lib/ehr/diagnosticreport_performer.d.ts +0 -8
- package/lib/ehr/diagnosticreport_performer.js +0 -3
- package/lib/ehr/distance.d.ts +0 -2
- package/lib/ehr/distance.js +0 -4
- package/lib/ehr/documentmanifest.d.ts +0 -33
- package/lib/ehr/documentmanifest.js +0 -3
- package/lib/ehr/documentmanifest_content.d.ts +0 -8
- package/lib/ehr/documentmanifest_content.js +0 -3
- package/lib/ehr/documentmanifest_related.d.ts +0 -8
- package/lib/ehr/documentmanifest_related.js +0 -3
- package/lib/ehr/documentreference.d.ts +0 -44
- package/lib/ehr/documentreference.js +0 -3
- package/lib/ehr/documentreference_content.d.ts +0 -8
- package/lib/ehr/documentreference_content.js +0 -3
- package/lib/ehr/documentreference_context.d.ts +0 -20
- package/lib/ehr/documentreference_context.js +0 -3
- package/lib/ehr/documentreference_related.d.ts +0 -8
- package/lib/ehr/documentreference_related.js +0 -3
- package/lib/ehr/documentreference_relatesto.d.ts +0 -7
- package/lib/ehr/documentreference_relatesto.js +0 -3
- package/lib/ehr/domainresource.d.ts +0 -13
- package/lib/ehr/domainresource.js +0 -3
- package/lib/ehr/dosage.d.ts +0 -43
- package/lib/ehr/dosage.js +0 -3
- package/lib/ehr/duration.d.ts +0 -2
- package/lib/ehr/duration.js +0 -4
- package/lib/ehr/element.d.ts +0 -7
- package/lib/ehr/element.js +0 -3
- package/lib/ehr/elementdefinition.d.ts +0 -451
- package/lib/ehr/elementdefinition.js +0 -3
- package/lib/ehr/elementdefinition_base.d.ts +0 -8
- package/lib/ehr/elementdefinition_base.js +0 -4
- package/lib/ehr/elementdefinition_binding.d.ts +0 -11
- package/lib/ehr/elementdefinition_binding.js +0 -3
- package/lib/ehr/elementdefinition_constraint.d.ts +0 -16
- package/lib/ehr/elementdefinition_constraint.js +0 -4
- package/lib/ehr/elementdefinition_discriminator.d.ts +0 -6
- package/lib/ehr/elementdefinition_discriminator.js +0 -4
- package/lib/ehr/elementdefinition_example.d.ts +0 -145
- package/lib/ehr/elementdefinition_example.js +0 -3
- package/lib/ehr/elementdefinition_mapping.d.ts +0 -10
- package/lib/ehr/elementdefinition_mapping.js +0 -4
- package/lib/ehr/elementdefinition_slicing.d.ts +0 -11
- package/lib/ehr/elementdefinition_slicing.js +0 -3
- package/lib/ehr/elementdefinition_type.d.ts +0 -12
- package/lib/ehr/elementdefinition_type.js +0 -4
- package/lib/ehr/eligibilityrequest.d.ts +0 -40
- package/lib/ehr/eligibilityrequest.js +0 -3
- package/lib/ehr/eligibilityresponse.d.ts +0 -35
- package/lib/ehr/eligibilityresponse.js +0 -3
- package/lib/ehr/eligibilityresponse_benefitbalance.d.ts +0 -22
- package/lib/ehr/eligibilityresponse_benefitbalance.js +0 -3
- package/lib/ehr/eligibilityresponse_error.d.ts +0 -5
- package/lib/ehr/eligibilityresponse_error.js +0 -3
- package/lib/ehr/eligibilityresponse_financial.d.ts +0 -16
- package/lib/ehr/eligibilityresponse_financial.js +0 -3
- package/lib/ehr/eligibilityresponse_insurance.d.ts +0 -10
- package/lib/ehr/eligibilityresponse_insurance.js +0 -3
- package/lib/ehr/encounter.d.ts +0 -60
- package/lib/ehr/encounter.js +0 -3
- package/lib/ehr/encounter_classhistory.d.ts +0 -8
- package/lib/ehr/encounter_classhistory.js +0 -3
- package/lib/ehr/encounter_diagnosis.d.ts +0 -10
- package/lib/ehr/encounter_diagnosis.js +0 -3
- package/lib/ehr/encounter_hospitalization.d.ts +0 -23
- package/lib/ehr/encounter_hospitalization.js +0 -3
- package/lib/ehr/encounter_location.d.ts +0 -10
- package/lib/ehr/encounter_location.js +0 -3
- package/lib/ehr/encounter_participant.d.ts +0 -11
- package/lib/ehr/encounter_participant.js +0 -3
- package/lib/ehr/encounter_statushistory.d.ts +0 -7
- package/lib/ehr/encounter_statushistory.js +0 -3
- package/lib/ehr/endpoint.d.ts +0 -32
- package/lib/ehr/endpoint.js +0 -3
- package/lib/ehr/enrollmentrequest.d.ts +0 -22
- package/lib/ehr/enrollmentrequest.js +0 -3
- package/lib/ehr/enrollmentresponse.d.ts +0 -25
- package/lib/ehr/enrollmentresponse.js +0 -3
- package/lib/ehr/episodeofcare.d.ts +0 -34
- package/lib/ehr/episodeofcare.js +0 -3
- package/lib/ehr/episodeofcare_diagnosis.d.ts +0 -10
- package/lib/ehr/episodeofcare_diagnosis.js +0 -3
- package/lib/ehr/episodeofcare_statushistory.d.ts +0 -7
- package/lib/ehr/episodeofcare_statushistory.js +0 -3
- package/lib/ehr/expansionprofile.d.ts +0 -57
- package/lib/ehr/expansionprofile.js +0 -3
- package/lib/ehr/expansionprofile_designation.d.ts +0 -8
- package/lib/ehr/expansionprofile_designation.js +0 -3
- package/lib/ehr/expansionprofile_designation1.d.ts +0 -7
- package/lib/ehr/expansionprofile_designation1.js +0 -3
- package/lib/ehr/expansionprofile_designation2.d.ts +0 -7
- package/lib/ehr/expansionprofile_designation2.js +0 -3
- package/lib/ehr/expansionprofile_exclude.d.ts +0 -5
- package/lib/ehr/expansionprofile_exclude.js +0 -3
- package/lib/ehr/expansionprofile_excludedsystem.d.ts +0 -6
- package/lib/ehr/expansionprofile_excludedsystem.js +0 -4
- package/lib/ehr/expansionprofile_fixedversion.d.ts +0 -8
- package/lib/ehr/expansionprofile_fixedversion.js +0 -4
- package/lib/ehr/expansionprofile_include.d.ts +0 -5
- package/lib/ehr/expansionprofile_include.js +0 -3
- package/lib/ehr/explanationofbenefit.d.ts +0 -100
- package/lib/ehr/explanationofbenefit.js +0 -3
- package/lib/ehr/explanationofbenefit_accident.d.ts +0 -13
- package/lib/ehr/explanationofbenefit_accident.js +0 -3
- package/lib/ehr/explanationofbenefit_additem.d.ts +0 -24
- package/lib/ehr/explanationofbenefit_additem.js +0 -3
- package/lib/ehr/explanationofbenefit_adjudication.d.ts +0 -12
- package/lib/ehr/explanationofbenefit_adjudication.js +0 -3
- package/lib/ehr/explanationofbenefit_benefitbalance.d.ts +0 -22
- package/lib/ehr/explanationofbenefit_benefitbalance.js +0 -3
- package/lib/ehr/explanationofbenefit_careteam.d.ts +0 -14
- package/lib/ehr/explanationofbenefit_careteam.js +0 -3
- package/lib/ehr/explanationofbenefit_detail.d.ts +0 -38
- package/lib/ehr/explanationofbenefit_detail.js +0 -3
- package/lib/ehr/explanationofbenefit_detail1.d.ts +0 -19
- package/lib/ehr/explanationofbenefit_detail1.js +0 -3
- package/lib/ehr/explanationofbenefit_diagnosis.d.ts +0 -14
- package/lib/ehr/explanationofbenefit_diagnosis.js +0 -3
- package/lib/ehr/explanationofbenefit_financial.d.ts +0 -16
- package/lib/ehr/explanationofbenefit_financial.js +0 -3
- package/lib/ehr/explanationofbenefit_information.d.ts +0 -28
- package/lib/ehr/explanationofbenefit_information.js +0 -3
- package/lib/ehr/explanationofbenefit_insurance.d.ts +0 -7
- package/lib/ehr/explanationofbenefit_insurance.js +0 -3
- package/lib/ehr/explanationofbenefit_item.d.ts +0 -62
- package/lib/ehr/explanationofbenefit_item.js +0 -3
- package/lib/ehr/explanationofbenefit_payee.d.ts +0 -10
- package/lib/ehr/explanationofbenefit_payee.js +0 -3
- package/lib/ehr/explanationofbenefit_payment.d.ts +0 -17
- package/lib/ehr/explanationofbenefit_payment.js +0 -3
- package/lib/ehr/explanationofbenefit_procedure.d.ts +0 -12
- package/lib/ehr/explanationofbenefit_procedure.js +0 -3
- package/lib/ehr/explanationofbenefit_processnote.d.ts +0 -11
- package/lib/ehr/explanationofbenefit_processnote.js +0 -3
- package/lib/ehr/explanationofbenefit_related.d.ts +0 -11
- package/lib/ehr/explanationofbenefit_related.js +0 -3
- package/lib/ehr/explanationofbenefit_subdetail.d.ts +0 -35
- package/lib/ehr/explanationofbenefit_subdetail.js +0 -3
- package/lib/ehr/extension.d.ts +0 -144
- package/lib/ehr/extension.js +0 -3
- package/lib/ehr/familymemberhistory.d.ts +0 -64
- package/lib/ehr/familymemberhistory.js +0 -3
- package/lib/ehr/familymemberhistory_condition.d.ts +0 -21
- package/lib/ehr/familymemberhistory_condition.js +0 -3
- package/lib/ehr/flag.d.ts +0 -24
- package/lib/ehr/flag.js +0 -3
- package/lib/ehr/goal.d.ts +0 -41
- package/lib/ehr/goal.js +0 -3
- package/lib/ehr/goal_target.d.ts +0 -18
- package/lib/ehr/goal_target.js +0 -3
- package/lib/ehr/graphdefinition.d.ts +0 -38
- package/lib/ehr/graphdefinition.js +0 -3
- package/lib/ehr/graphdefinition_compartment.d.ts +0 -10
- package/lib/ehr/graphdefinition_compartment.js +0 -4
- package/lib/ehr/graphdefinition_link.d.ts +0 -15
- package/lib/ehr/graphdefinition_link.js +0 -3
- package/lib/ehr/graphdefinition_target.d.ts +0 -12
- package/lib/ehr/graphdefinition_target.js +0 -3
- package/lib/ehr/group.d.ts +0 -26
- package/lib/ehr/group.js +0 -3
- package/lib/ehr/group_characteristic.d.ts +0 -20
- package/lib/ehr/group_characteristic.js +0 -3
- package/lib/ehr/group_member.d.ts +0 -10
- package/lib/ehr/group_member.js +0 -3
- package/lib/ehr/guidanceresponse.d.ts +0 -39
- package/lib/ehr/guidanceresponse.js +0 -3
- package/lib/ehr/healthcareservice.d.ts +0 -59
- package/lib/ehr/healthcareservice.js +0 -3
- package/lib/ehr/healthcareservice_availabletime.d.ts +0 -10
- package/lib/ehr/healthcareservice_availabletime.js +0 -4
- package/lib/ehr/healthcareservice_notavailable.d.ts +0 -7
- package/lib/ehr/healthcareservice_notavailable.js +0 -3
- package/lib/ehr/humanname.d.ts +0 -17
- package/lib/ehr/humanname.js +0 -3
- package/lib/ehr/identifier.d.ts +0 -17
- package/lib/ehr/identifier.js +0 -3
- package/lib/ehr/imagingmanifest.d.ts +0 -20
- package/lib/ehr/imagingmanifest.js +0 -3
- package/lib/ehr/imagingmanifest_instance.d.ts +0 -6
- package/lib/ehr/imagingmanifest_instance.js +0 -4
- package/lib/ehr/imagingmanifest_series.d.ts +0 -10
- package/lib/ehr/imagingmanifest_series.js +0 -3
- package/lib/ehr/imagingmanifest_study.d.ts +0 -12
- package/lib/ehr/imagingmanifest_study.js +0 -3
- package/lib/ehr/imagingstudy.d.ts +0 -47
- package/lib/ehr/imagingstudy.js +0 -3
- package/lib/ehr/imagingstudy_instance.d.ts +0 -10
- package/lib/ehr/imagingstudy_instance.js +0 -4
- package/lib/ehr/imagingstudy_series.d.ts +0 -29
- package/lib/ehr/imagingstudy_series.js +0 -3
- package/lib/ehr/immunization.d.ts +0 -55
- package/lib/ehr/immunization.js +0 -3
- package/lib/ehr/immunization_explanation.d.ts +0 -7
- package/lib/ehr/immunization_explanation.js +0 -3
- package/lib/ehr/immunization_practitioner.d.ts +0 -8
- package/lib/ehr/immunization_practitioner.js +0 -3
- package/lib/ehr/immunization_reaction.d.ts +0 -9
- package/lib/ehr/immunization_reaction.js +0 -3
- package/lib/ehr/immunization_vaccinationprotocol.d.ts +0 -20
- package/lib/ehr/immunization_vaccinationprotocol.js +0 -3
- package/lib/ehr/immunizationrecommendation.d.ts +0 -13
- package/lib/ehr/immunizationrecommendation.js +0 -3
- package/lib/ehr/immunizationrecommendation_datecriterion.d.ts +0 -7
- package/lib/ehr/immunizationrecommendation_datecriterion.js +0 -3
- package/lib/ehr/immunizationrecommendation_protocol.d.ts +0 -11
- package/lib/ehr/immunizationrecommendation_protocol.js +0 -3
- package/lib/ehr/immunizationrecommendation_recommendation.d.ts +0 -24
- package/lib/ehr/immunizationrecommendation_recommendation.js +0 -3
- package/lib/ehr/implementationguide.d.ts +0 -47
- package/lib/ehr/implementationguide.js +0 -3
- package/lib/ehr/implementationguide_dependency.d.ts +0 -6
- package/lib/ehr/implementationguide_dependency.js +0 -4
- package/lib/ehr/implementationguide_global.d.ts +0 -7
- package/lib/ehr/implementationguide_global.js +0 -3
- package/lib/ehr/implementationguide_package.d.ts +0 -9
- package/lib/ehr/implementationguide_package.js +0 -3
- package/lib/ehr/implementationguide_page.d.ts +0 -16
- package/lib/ehr/implementationguide_page.js +0 -4
- package/lib/ehr/implementationguide_resource.d.ts +0 -17
- package/lib/ehr/implementationguide_resource.js +0 -3
- package/lib/ehr/index.d.ts +0 -490
- package/lib/ehr/index.js +0 -509
- package/lib/ehr/library.d.ts +0 -66
- package/lib/ehr/library.js +0 -3
- package/lib/ehr/linkage.d.ts +0 -12
- package/lib/ehr/linkage.js +0 -3
- package/lib/ehr/linkage_item.d.ts +0 -7
- package/lib/ehr/linkage_item.js +0 -3
- package/lib/ehr/list.d.ts +0 -35
- package/lib/ehr/list.js +0 -3
- package/lib/ehr/list_entry.d.ts +0 -12
- package/lib/ehr/list_entry.js +0 -3
- package/lib/ehr/location.d.ts +0 -41
- package/lib/ehr/location.js +0 -3
- package/lib/ehr/location_position.d.ts +0 -8
- package/lib/ehr/location_position.js +0 -4
- package/lib/ehr/measure.d.ts +0 -88
- package/lib/ehr/measure.js +0 -3
- package/lib/ehr/measure_group.d.ts +0 -15
- package/lib/ehr/measure_group.js +0 -3
- package/lib/ehr/measure_population.d.ts +0 -14
- package/lib/ehr/measure_population.js +0 -3
- package/lib/ehr/measure_stratifier.d.ts +0 -9
- package/lib/ehr/measure_stratifier.js +0 -3
- package/lib/ehr/measure_supplementaldata.d.ts +0 -12
- package/lib/ehr/measure_supplementaldata.js +0 -3
- package/lib/ehr/measurereport.d.ts +0 -28
- package/lib/ehr/measurereport.js +0 -3
- package/lib/ehr/measurereport_group.d.ts +0 -13
- package/lib/ehr/measurereport_group.js +0 -3
- package/lib/ehr/measurereport_population.d.ts +0 -13
- package/lib/ehr/measurereport_population.js +0 -3
- package/lib/ehr/measurereport_population1.d.ts +0 -13
- package/lib/ehr/measurereport_population1.js +0 -3
- package/lib/ehr/measurereport_stratifier.d.ts +0 -8
- package/lib/ehr/measurereport_stratifier.js +0 -3
- package/lib/ehr/measurereport_stratum.d.ts +0 -9
- package/lib/ehr/measurereport_stratum.js +0 -3
- package/lib/ehr/media.d.ts +0 -48
- package/lib/ehr/media.js +0 -3
- package/lib/ehr/medication.d.ts +0 -27
- package/lib/ehr/medication.js +0 -3
- package/lib/ehr/medication_batch.d.ts +0 -6
- package/lib/ehr/medication_batch.js +0 -4
- package/lib/ehr/medication_content.d.ts +0 -11
- package/lib/ehr/medication_content.js +0 -3
- package/lib/ehr/medication_ingredient.d.ts +0 -13
- package/lib/ehr/medication_ingredient.js +0 -3
- package/lib/ehr/medication_package.d.ts +0 -11
- package/lib/ehr/medication_package.js +0 -3
- package/lib/ehr/medicationadministration.d.ts +0 -55
- package/lib/ehr/medicationadministration.js +0 -3
- package/lib/ehr/medicationadministration_dosage.d.ts +0 -21
- package/lib/ehr/medicationadministration_dosage.js +0 -3
- package/lib/ehr/medicationadministration_performer.d.ts +0 -7
- package/lib/ehr/medicationadministration_performer.js +0 -3
- package/lib/ehr/medicationdispense.d.ts +0 -64
- package/lib/ehr/medicationdispense.js +0 -3
- package/lib/ehr/medicationdispense_performer.d.ts +0 -7
- package/lib/ehr/medicationdispense_performer.js +0 -3
- package/lib/ehr/medicationdispense_substitution.d.ts +0 -12
- package/lib/ehr/medicationdispense_substitution.js +0 -3
- package/lib/ehr/medicationrequest.d.ts +0 -62
- package/lib/ehr/medicationrequest.js +0 -3
- package/lib/ehr/medicationrequest_dispenserequest.d.ts +0 -16
- package/lib/ehr/medicationrequest_dispenserequest.js +0 -3
- package/lib/ehr/medicationrequest_requester.d.ts +0 -7
- package/lib/ehr/medicationrequest_requester.js +0 -3
- package/lib/ehr/medicationrequest_substitution.d.ts +0 -7
- package/lib/ehr/medicationrequest_substitution.js +0 -3
- package/lib/ehr/medicationstatement.d.ts +0 -50
- package/lib/ehr/medicationstatement.js +0 -3
- package/lib/ehr/messagedefinition.d.ts +0 -58
- package/lib/ehr/messagedefinition.js +0 -3
- package/lib/ehr/messagedefinition_allowedresponse.d.ts +0 -7
- package/lib/ehr/messagedefinition_allowedresponse.js +0 -3
- package/lib/ehr/messagedefinition_focus.d.ts +0 -11
- package/lib/ehr/messagedefinition_focus.js +0 -3
- package/lib/ehr/messageheader.d.ts +0 -34
- package/lib/ehr/messageheader.js +0 -3
- package/lib/ehr/messageheader_destination.d.ts +0 -9
- package/lib/ehr/messageheader_destination.js +0 -3
- package/lib/ehr/messageheader_response.d.ts +0 -9
- package/lib/ehr/messageheader_response.js +0 -3
- package/lib/ehr/messageheader_source.d.ts +0 -13
- package/lib/ehr/messageheader_source.js +0 -3
- package/lib/ehr/meta.d.ts +0 -13
- package/lib/ehr/meta.js +0 -3
- package/lib/ehr/money.d.ts +0 -2
- package/lib/ehr/money.js +0 -4
- package/lib/ehr/namingsystem.d.ts +0 -37
- package/lib/ehr/namingsystem.js +0 -3
- package/lib/ehr/namingsystem_uniqueid.d.ts +0 -13
- package/lib/ehr/namingsystem_uniqueid.js +0 -3
- package/lib/ehr/narrative.d.ts +0 -6
- package/lib/ehr/narrative.js +0 -4
- package/lib/ehr/nutritionorder.d.ts +0 -34
- package/lib/ehr/nutritionorder.js +0 -3
- package/lib/ehr/nutritionorder_administration.d.ts +0 -13
- package/lib/ehr/nutritionorder_administration.js +0 -3
- package/lib/ehr/nutritionorder_enteralformula.d.ts +0 -23
- package/lib/ehr/nutritionorder_enteralformula.js +0 -3
- package/lib/ehr/nutritionorder_nutrient.d.ts +0 -8
- package/lib/ehr/nutritionorder_nutrient.js +0 -3
- package/lib/ehr/nutritionorder_oraldiet.d.ts +0 -18
- package/lib/ehr/nutritionorder_oraldiet.js +0 -3
- package/lib/ehr/nutritionorder_supplement.d.ts +0 -15
- package/lib/ehr/nutritionorder_supplement.js +0 -3
- package/lib/ehr/nutritionorder_texture.d.ts +0 -7
- package/lib/ehr/nutritionorder_texture.js +0 -3
- package/lib/ehr/observation.d.ts +0 -80
- package/lib/ehr/observation.js +0 -3
- package/lib/ehr/observation_component.d.ts +0 -38
- package/lib/ehr/observation_component.js +0 -3
- package/lib/ehr/observation_referencerange.d.ts +0 -17
- package/lib/ehr/observation_referencerange.js +0 -3
- package/lib/ehr/observation_related.d.ts +0 -7
- package/lib/ehr/observation_related.js +0 -3
- package/lib/ehr/operationdefinition.d.ts +0 -56
- package/lib/ehr/operationdefinition.js +0 -3
- package/lib/ehr/operationdefinition_binding.d.ts +0 -9
- package/lib/ehr/operationdefinition_binding.js +0 -3
- package/lib/ehr/operationdefinition_overload.d.ts +0 -6
- package/lib/ehr/operationdefinition_overload.js +0 -4
- package/lib/ehr/operationdefinition_parameter.d.ts +0 -24
- package/lib/ehr/operationdefinition_parameter.js +0 -3
- package/lib/ehr/operationoutcome.d.ts +0 -7
- package/lib/ehr/operationoutcome.js +0 -3
- package/lib/ehr/operationoutcome_issue.d.ts +0 -15
- package/lib/ehr/operationoutcome_issue.js +0 -3
- package/lib/ehr/organization.d.ts +0 -30
- package/lib/ehr/organization.js +0 -3
- package/lib/ehr/organization_contact.d.ts +0 -14
- package/lib/ehr/organization_contact.js +0 -3
- package/lib/ehr/parameterdefinition.d.ts +0 -17
- package/lib/ehr/parameterdefinition.js +0 -3
- package/lib/ehr/parameters.d.ts +0 -5
- package/lib/ehr/parameters.js +0 -3
- package/lib/ehr/parameters_parameter.d.ts +0 -150
- package/lib/ehr/parameters_parameter.js +0 -3
- package/lib/ehr/patient.d.ts +0 -53
- package/lib/ehr/patient.js +0 -3
- package/lib/ehr/patient_animal.d.ts +0 -9
- package/lib/ehr/patient_animal.js +0 -3
- package/lib/ehr/patient_communication.d.ts +0 -7
- package/lib/ehr/patient_communication.js +0 -3
- package/lib/ehr/patient_contact.d.ts +0 -22
- package/lib/ehr/patient_contact.js +0 -3
- package/lib/ehr/patient_link.d.ts +0 -7
- package/lib/ehr/patient_link.js +0 -3
- package/lib/ehr/paymentnotice.d.ts +0 -27
- package/lib/ehr/paymentnotice.js +0 -3
- package/lib/ehr/paymentreconciliation.d.ts +0 -39
- package/lib/ehr/paymentreconciliation.js +0 -3
- package/lib/ehr/paymentreconciliation_detail.d.ts +0 -19
- package/lib/ehr/paymentreconciliation_detail.js +0 -3
- package/lib/ehr/paymentreconciliation_processnote.d.ts +0 -7
- package/lib/ehr/paymentreconciliation_processnote.js +0 -3
- package/lib/ehr/period.d.ts +0 -6
- package/lib/ehr/period.js +0 -4
- package/lib/ehr/person.d.ts +0 -31
- package/lib/ehr/person.js +0 -3
- package/lib/ehr/person_link.d.ts +0 -7
- package/lib/ehr/person_link.js +0 -3
- package/lib/ehr/plandefinition.d.ts +0 -66
- package/lib/ehr/plandefinition.js +0 -3
- package/lib/ehr/plandefinition_action.d.ts +0 -74
- package/lib/ehr/plandefinition_action.js +0 -3
- package/lib/ehr/plandefinition_condition.d.ts +0 -10
- package/lib/ehr/plandefinition_condition.js +0 -4
- package/lib/ehr/plandefinition_dynamicvalue.d.ts +0 -10
- package/lib/ehr/plandefinition_dynamicvalue.js +0 -4
- package/lib/ehr/plandefinition_goal.d.ts +0 -19
- package/lib/ehr/plandefinition_goal.js +0 -3
- package/lib/ehr/plandefinition_participant.d.ts +0 -7
- package/lib/ehr/plandefinition_participant.js +0 -3
- package/lib/ehr/plandefinition_relatedaction.d.ts +0 -12
- package/lib/ehr/plandefinition_relatedaction.js +0 -3
- package/lib/ehr/plandefinition_target.d.ts +0 -16
- package/lib/ehr/plandefinition_target.js +0 -3
- package/lib/ehr/practitioner.d.ts +0 -32
- package/lib/ehr/practitioner.js +0 -3
- package/lib/ehr/practitioner_qualification.d.ts +0 -14
- package/lib/ehr/practitioner_qualification.js +0 -3
- package/lib/ehr/practitionerrole.d.ts +0 -39
- package/lib/ehr/practitionerrole.js +0 -3
- package/lib/ehr/practitionerrole_availabletime.d.ts +0 -10
- package/lib/ehr/practitionerrole_availabletime.js +0 -4
- package/lib/ehr/practitionerrole_notavailable.d.ts +0 -7
- package/lib/ehr/practitionerrole_notavailable.js +0 -3
- package/lib/ehr/procedure.d.ts +0 -65
- package/lib/ehr/procedure.js +0 -3
- package/lib/ehr/procedure_focaldevice.d.ts +0 -8
- package/lib/ehr/procedure_focaldevice.js +0 -3
- package/lib/ehr/procedure_performer.d.ts +0 -10
- package/lib/ehr/procedure_performer.js +0 -3
- package/lib/ehr/procedurerequest.d.ts +0 -69
- package/lib/ehr/procedurerequest.js +0 -3
- package/lib/ehr/procedurerequest_requester.d.ts +0 -7
- package/lib/ehr/procedurerequest_requester.js +0 -3
- package/lib/ehr/processrequest.d.ts +0 -38
- package/lib/ehr/processrequest.js +0 -3
- package/lib/ehr/processrequest_item.d.ts +0 -4
- package/lib/ehr/processrequest_item.js +0 -4
- package/lib/ehr/processresponse.d.ts +0 -34
- package/lib/ehr/processresponse.js +0 -3
- package/lib/ehr/processresponse_processnote.d.ts +0 -7
- package/lib/ehr/processresponse_processnote.js +0 -3
- package/lib/ehr/provenance.d.ts +0 -30
- package/lib/ehr/provenance.js +0 -3
- package/lib/ehr/provenance_agent.d.ts +0 -16
- package/lib/ehr/provenance_agent.js +0 -3
- package/lib/ehr/provenance_entity.d.ts +0 -15
- package/lib/ehr/provenance_entity.js +0 -3
- package/lib/ehr/quantity.d.ts +0 -12
- package/lib/ehr/quantity.js +0 -4
- package/lib/ehr/questionnaire.d.ts +0 -53
- package/lib/ehr/questionnaire.js +0 -3
- package/lib/ehr/questionnaire_enablewhen.d.ts +0 -34
- package/lib/ehr/questionnaire_enablewhen.js +0 -3
- package/lib/ehr/questionnaire_item.d.ts +0 -69
- package/lib/ehr/questionnaire_item.js +0 -3
- package/lib/ehr/questionnaire_option.d.ts +0 -13
- package/lib/ehr/questionnaire_option.js +0 -3
- package/lib/ehr/questionnaireresponse.d.ts +0 -29
- package/lib/ehr/questionnaireresponse.js +0 -3
- package/lib/ehr/questionnaireresponse_answer.d.ts +0 -33
- package/lib/ehr/questionnaireresponse_answer.js +0 -3
- package/lib/ehr/questionnaireresponse_item.d.ts +0 -16
- package/lib/ehr/questionnaireresponse_item.js +0 -3
- package/lib/ehr/range.d.ts +0 -7
- package/lib/ehr/range.js +0 -3
- package/lib/ehr/ratio.d.ts +0 -7
- package/lib/ehr/ratio.js +0 -3
- package/lib/ehr/reference.d.ts +0 -9
- package/lib/ehr/reference.js +0 -3
- package/lib/ehr/referralrequest.d.ts +0 -58
- package/lib/ehr/referralrequest.js +0 -3
- package/lib/ehr/referralrequest_requester.d.ts +0 -7
- package/lib/ehr/referralrequest_requester.js +0 -3
- package/lib/ehr/relatedartifact.d.ts +0 -16
- package/lib/ehr/relatedartifact.js +0 -3
- package/lib/ehr/relatedperson.d.ts +0 -34
- package/lib/ehr/relatedperson.js +0 -3
- package/lib/ehr/requestgroup.d.ts +0 -41
- package/lib/ehr/requestgroup.js +0 -3
- package/lib/ehr/requestgroup_action.d.ts +0 -56
- package/lib/ehr/requestgroup_action.js +0 -3
- package/lib/ehr/requestgroup_condition.d.ts +0 -10
- package/lib/ehr/requestgroup_condition.js +0 -4
- package/lib/ehr/requestgroup_relatedaction.d.ts +0 -12
- package/lib/ehr/requestgroup_relatedaction.js +0 -3
- package/lib/ehr/researchstudy.d.ts +0 -52
- package/lib/ehr/researchstudy.js +0 -3
- package/lib/ehr/researchstudy_arm.d.ts +0 -9
- package/lib/ehr/researchstudy_arm.js +0 -3
- package/lib/ehr/researchsubject.d.ts +0 -23
- package/lib/ehr/researchsubject.js +0 -3
- package/lib/ehr/resource.js +0 -3
- package/lib/ehr/resourcelist.js +0 -4
- package/lib/ehr/riskassessment.d.ts +0 -45
- package/lib/ehr/riskassessment.js +0 -3
- package/lib/ehr/riskassessment_prediction.d.ts +0 -21
- package/lib/ehr/riskassessment_prediction.js +0 -3
- package/lib/ehr/sampleddata.d.ts +0 -17
- package/lib/ehr/sampleddata.js +0 -3
- package/lib/ehr/schedule.d.ts +0 -24
- package/lib/ehr/schedule.js +0 -3
- package/lib/ehr/searchparameter.d.ts +0 -56
- package/lib/ehr/searchparameter.js +0 -3
- package/lib/ehr/searchparameter_component.d.ts +0 -7
- package/lib/ehr/searchparameter_component.js +0 -3
- package/lib/ehr/sequence.d.ts +0 -41
- package/lib/ehr/sequence.js +0 -3
- package/lib/ehr/sequence_quality.d.ts +0 -32
- package/lib/ehr/sequence_quality.js +0 -3
- package/lib/ehr/sequence_referenceseq.d.ts +0 -20
- package/lib/ehr/sequence_referenceseq.js +0 -3
- package/lib/ehr/sequence_repository.d.ts +0 -14
- package/lib/ehr/sequence_repository.js +0 -4
- package/lib/ehr/sequence_variant.d.ts +0 -15
- package/lib/ehr/sequence_variant.js +0 -3
- package/lib/ehr/servicedefinition.d.ts +0 -64
- package/lib/ehr/servicedefinition.js +0 -3
- package/lib/ehr/signature.d.ts +0 -20
- package/lib/ehr/signature.js +0 -3
- package/lib/ehr/slot.d.ts +0 -29
- package/lib/ehr/slot.js +0 -3
- package/lib/ehr/specimen.d.ts +0 -35
- package/lib/ehr/specimen.js +0 -3
- package/lib/ehr/specimen_collection.d.ts +0 -18
- package/lib/ehr/specimen_collection.js +0 -3
- package/lib/ehr/specimen_container.d.ts +0 -20
- package/lib/ehr/specimen_container.js +0 -3
- package/lib/ehr/specimen_processing.d.ts +0 -15
- package/lib/ehr/specimen_processing.js +0 -3
- package/lib/ehr/structuredefinition.d.ts +0 -68
- package/lib/ehr/structuredefinition.js +0 -3
- package/lib/ehr/structuredefinition_differential.d.ts +0 -5
- package/lib/ehr/structuredefinition_differential.js +0 -3
- package/lib/ehr/structuredefinition_mapping.d.ts +0 -10
- package/lib/ehr/structuredefinition_mapping.js +0 -4
- package/lib/ehr/structuredefinition_snapshot.d.ts +0 -5
- package/lib/ehr/structuredefinition_snapshot.js +0 -3
- package/lib/ehr/structuremap.d.ts +0 -46
- package/lib/ehr/structuremap.js +0 -3
- package/lib/ehr/structuremap_dependent.d.ts +0 -6
- package/lib/ehr/structuremap_dependent.js +0 -4
- package/lib/ehr/structuremap_group.d.ts +0 -16
- package/lib/ehr/structuremap_group.js +0 -3
- package/lib/ehr/structuremap_input.d.ts +0 -10
- package/lib/ehr/structuremap_input.js +0 -4
- package/lib/ehr/structuremap_parameter.d.ts +0 -12
- package/lib/ehr/structuremap_parameter.js +0 -4
- package/lib/ehr/structuremap_rule.d.ts +0 -17
- package/lib/ehr/structuremap_rule.js +0 -3
- package/lib/ehr/structuremap_source.d.ts +0 -161
- package/lib/ehr/structuremap_source.js +0 -3
- package/lib/ehr/structuremap_structure.d.ts +0 -10
- package/lib/ehr/structuremap_structure.js +0 -4
- package/lib/ehr/structuremap_target.d.ts +0 -19
- package/lib/ehr/structuremap_target.js +0 -3
- package/lib/ehr/subscription.d.ts +0 -23
- package/lib/ehr/subscription.js +0 -3
- package/lib/ehr/subscription_channel.d.ts +0 -10
- package/lib/ehr/subscription_channel.js +0 -4
- package/lib/ehr/substance.d.ts +0 -22
- package/lib/ehr/substance.js +0 -3
- package/lib/ehr/substance_ingredient.d.ts +0 -11
- package/lib/ehr/substance_ingredient.js +0 -3
- package/lib/ehr/substance_instance.d.ts +0 -10
- package/lib/ehr/substance_instance.js +0 -3
- package/lib/ehr/supplydelivery.d.ts +0 -36
- package/lib/ehr/supplydelivery.js +0 -3
- package/lib/ehr/supplydelivery_supplieditem.d.ts +0 -11
- package/lib/ehr/supplydelivery_supplieditem.js +0 -3
- package/lib/ehr/supplyrequest.d.ts +0 -41
- package/lib/ehr/supplyrequest.js +0 -3
- package/lib/ehr/supplyrequest_ordereditem.d.ts +0 -11
- package/lib/ehr/supplyrequest_ordereditem.js +0 -3
- package/lib/ehr/supplyrequest_requester.d.ts +0 -7
- package/lib/ehr/supplyrequest_requester.js +0 -3
- package/lib/ehr/task.d.ts +0 -69
- package/lib/ehr/task.js +0 -3
- package/lib/ehr/task_input.d.ts +0 -145
- package/lib/ehr/task_input.js +0 -3
- package/lib/ehr/task_output.d.ts +0 -145
- package/lib/ehr/task_output.js +0 -3
- package/lib/ehr/task_requester.d.ts +0 -7
- package/lib/ehr/task_requester.js +0 -3
- package/lib/ehr/task_restriction.d.ts +0 -10
- package/lib/ehr/task_restriction.js +0 -3
- package/lib/ehr/testreport.d.ts +0 -34
- package/lib/ehr/testreport.js +0 -3
- package/lib/ehr/testreport_action.d.ts +0 -8
- package/lib/ehr/testreport_action.js +0 -3
- package/lib/ehr/testreport_action1.d.ts +0 -8
- package/lib/ehr/testreport_action1.js +0 -3
- package/lib/ehr/testreport_action2.d.ts +0 -5
- package/lib/ehr/testreport_action2.js +0 -3
- package/lib/ehr/testreport_assert.d.ts +0 -8
- package/lib/ehr/testreport_assert.js +0 -4
- package/lib/ehr/testreport_operation.d.ts +0 -8
- package/lib/ehr/testreport_operation.js +0 -4
- package/lib/ehr/testreport_participant.d.ts +0 -8
- package/lib/ehr/testreport_participant.js +0 -4
- package/lib/ehr/testreport_setup.d.ts +0 -5
- package/lib/ehr/testreport_setup.js +0 -3
- package/lib/ehr/testreport_teardown.d.ts +0 -5
- package/lib/ehr/testreport_teardown.js +0 -3
- package/lib/ehr/testreport_test.d.ts +0 -9
- package/lib/ehr/testreport_test.js +0 -3
- package/lib/ehr/testscript.d.ts +0 -71
- package/lib/ehr/testscript.js +0 -3
- package/lib/ehr/testscript_action.d.ts +0 -8
- package/lib/ehr/testscript_action.js +0 -3
- package/lib/ehr/testscript_action1.d.ts +0 -8
- package/lib/ehr/testscript_action1.js +0 -3
- package/lib/ehr/testscript_action2.d.ts +0 -5
- package/lib/ehr/testscript_action2.js +0 -3
- package/lib/ehr/testscript_assert.d.ts +0 -52
- package/lib/ehr/testscript_assert.js +0 -3
- package/lib/ehr/testscript_capability.d.ts +0 -17
- package/lib/ehr/testscript_capability.js +0 -3
- package/lib/ehr/testscript_destination.d.ts +0 -7
- package/lib/ehr/testscript_destination.js +0 -3
- package/lib/ehr/testscript_fixture.d.ts +0 -9
- package/lib/ehr/testscript_fixture.js +0 -3
- package/lib/ehr/testscript_link.d.ts +0 -6
- package/lib/ehr/testscript_link.js +0 -4
- package/lib/ehr/testscript_metadata.d.ts +0 -8
- package/lib/ehr/testscript_metadata.js +0 -3
- package/lib/ehr/testscript_operation.d.ts +0 -36
- package/lib/ehr/testscript_operation.js +0 -3
- package/lib/ehr/testscript_origin.d.ts +0 -7
- package/lib/ehr/testscript_origin.js +0 -3
- package/lib/ehr/testscript_param.d.ts +0 -6
- package/lib/ehr/testscript_param.js +0 -4
- package/lib/ehr/testscript_param1.d.ts +0 -6
- package/lib/ehr/testscript_param1.js +0 -4
- package/lib/ehr/testscript_param2.d.ts +0 -6
- package/lib/ehr/testscript_param2.js +0 -4
- package/lib/ehr/testscript_param3.d.ts +0 -6
- package/lib/ehr/testscript_param3.js +0 -4
- package/lib/ehr/testscript_requestheader.d.ts +0 -6
- package/lib/ehr/testscript_requestheader.js +0 -4
- package/lib/ehr/testscript_rule.d.ts +0 -8
- package/lib/ehr/testscript_rule.js +0 -3
- package/lib/ehr/testscript_rule1.d.ts +0 -7
- package/lib/ehr/testscript_rule1.js +0 -3
- package/lib/ehr/testscript_rule2.d.ts +0 -7
- package/lib/ehr/testscript_rule2.js +0 -3
- package/lib/ehr/testscript_rule3.d.ts +0 -7
- package/lib/ehr/testscript_rule3.js +0 -3
- package/lib/ehr/testscript_ruleset.d.ts +0 -8
- package/lib/ehr/testscript_ruleset.js +0 -3
- package/lib/ehr/testscript_ruleset1.d.ts +0 -7
- package/lib/ehr/testscript_ruleset1.js +0 -3
- package/lib/ehr/testscript_setup.d.ts +0 -5
- package/lib/ehr/testscript_setup.js +0 -3
- package/lib/ehr/testscript_teardown.d.ts +0 -5
- package/lib/ehr/testscript_teardown.js +0 -3
- package/lib/ehr/testscript_test.d.ts +0 -9
- package/lib/ehr/testscript_test.js +0 -3
- package/lib/ehr/testscript_variable.d.ts +0 -18
- package/lib/ehr/testscript_variable.js +0 -4
- package/lib/ehr/timing.d.ts +0 -10
- package/lib/ehr/timing.js +0 -3
- package/lib/ehr/timing_repeat.d.ts +0 -39
- package/lib/ehr/timing_repeat.js +0 -3
- package/lib/ehr/triggerdefinition.d.ts +0 -19
- package/lib/ehr/triggerdefinition.js +0 -3
- package/lib/ehr/usagecontext.d.ts +0 -14
- package/lib/ehr/usagecontext.js +0 -3
- package/lib/ehr/valueset.d.ts +0 -48
- package/lib/ehr/valueset.js +0 -3
- package/lib/ehr/valueset_compose.d.ts +0 -11
- package/lib/ehr/valueset_compose.js +0 -3
- package/lib/ehr/valueset_concept.d.ts +0 -9
- package/lib/ehr/valueset_concept.js +0 -3
- package/lib/ehr/valueset_contains.d.ts +0 -19
- package/lib/ehr/valueset_contains.js +0 -3
- package/lib/ehr/valueset_designation.d.ts +0 -9
- package/lib/ehr/valueset_designation.js +0 -3
- package/lib/ehr/valueset_expansion.d.ts +0 -16
- package/lib/ehr/valueset_expansion.js +0 -3
- package/lib/ehr/valueset_filter.d.ts +0 -8
- package/lib/ehr/valueset_filter.js +0 -4
- package/lib/ehr/valueset_include.d.ts +0 -14
- package/lib/ehr/valueset_include.js +0 -3
- package/lib/ehr/valueset_parameter.d.ts +0 -16
- package/lib/ehr/valueset_parameter.js +0 -4
- package/lib/ehr/visionprescription.d.ts +0 -26
- package/lib/ehr/visionprescription.js +0 -3
- package/lib/ehr/visionprescription_dispense.d.ts +0 -35
- package/lib/ehr/visionprescription_dispense.js +0 -3
- package/lib/erp/index.d.ts +0 -5
- package/lib/erp/index.js +0 -3
- package/lib/ohi/index.d.ts +0 -5
- package/lib/ohi/index.js +0 -3
- /package/lib/{ehr/resource.d.ts → resource.d.ts} +0 -0
- /package/lib/{ehr/resourcelist.d.ts → resourcelist.d.ts} +0 -0
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import type { Annotation } from "./annotation";
|
|
2
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
-
import type { DeviceRequest_Requester } from "./devicerequest_requester";
|
|
4
|
-
import type { Identifier } from "./identifier";
|
|
5
|
-
import type { Period } from "./period";
|
|
6
|
-
import type { Reference } from "./reference";
|
|
7
|
-
import type { Timing } from "./timing";
|
|
8
|
-
export interface DeviceRequest {
|
|
9
|
-
/** This is a DeviceRequest resource */
|
|
10
|
-
resourceType: "DeviceRequest";
|
|
11
|
-
/** Identifiers assigned to this order by the orderer or by the receiver. */
|
|
12
|
-
identifier?: Identifier[];
|
|
13
|
-
/** Protocol or definition followed by this request. For example: The proposed act must be performed if the indicated conditions occur, e.g.., shortness of breath, SpO2 less than x%. */
|
|
14
|
-
definition?: Reference[];
|
|
15
|
-
/** Plan/proposal/order fulfilled by this request. */
|
|
16
|
-
basedOn?: Reference[];
|
|
17
|
-
/** The request takes the place of the referenced completed or terminated request(s). */
|
|
18
|
-
priorRequest?: Reference[];
|
|
19
|
-
/** Composite request this is part of. */
|
|
20
|
-
groupIdentifier?: Identifier;
|
|
21
|
-
/** The status of the request. */
|
|
22
|
-
status?: string;
|
|
23
|
-
/** Whether the request is a proposal, plan, an original order or a reflex order. */
|
|
24
|
-
intent: CodeableConcept;
|
|
25
|
-
/** Indicates how quickly the {{title}} should be addressed with respect to other requests. */
|
|
26
|
-
priority?: string;
|
|
27
|
-
/** The details of the device to be used. */
|
|
28
|
-
codeReference?: Reference;
|
|
29
|
-
/** The details of the device to be used. */
|
|
30
|
-
codeCodeableConcept?: CodeableConcept;
|
|
31
|
-
/** The patient who will use the device. */
|
|
32
|
-
subject: Reference;
|
|
33
|
-
/** An encounter that provides additional context in which this request is made. */
|
|
34
|
-
context?: Reference;
|
|
35
|
-
/** The timing schedule for the use of the device. The Schedule data type allows many different expressions, for example. "Every 8 hours"; "Three times a day"; "1/2 an hour before breakfast for 10 days from 23-Dec 2011:"; "15 Oct 2013, 17 Oct 2013 and 1 Nov 2013". */
|
|
36
|
-
occurrenceDateTime?: string;
|
|
37
|
-
/** The timing schedule for the use of the device. The Schedule data type allows many different expressions, for example. "Every 8 hours"; "Three times a day"; "1/2 an hour before breakfast for 10 days from 23-Dec 2011:"; "15 Oct 2013, 17 Oct 2013 and 1 Nov 2013". */
|
|
38
|
-
occurrencePeriod?: Period;
|
|
39
|
-
/** The timing schedule for the use of the device. The Schedule data type allows many different expressions, for example. "Every 8 hours"; "Three times a day"; "1/2 an hour before breakfast for 10 days from 23-Dec 2011:"; "15 Oct 2013, 17 Oct 2013 and 1 Nov 2013". */
|
|
40
|
-
occurrenceTiming?: Timing;
|
|
41
|
-
/** When the request transitioned to being actionable. */
|
|
42
|
-
authoredOn?: string;
|
|
43
|
-
/** The individual who initiated the request and has responsibility for its activation. */
|
|
44
|
-
requester?: DeviceRequest_Requester;
|
|
45
|
-
/** Desired type of performer for doing the diagnostic testing. */
|
|
46
|
-
performerType?: CodeableConcept;
|
|
47
|
-
/** The desired perfomer for doing the diagnostic testing. */
|
|
48
|
-
performer?: Reference;
|
|
49
|
-
/** Reason or justification for the use of this device. */
|
|
50
|
-
reasonCode?: CodeableConcept[];
|
|
51
|
-
/** Reason or justification for the use of this device. */
|
|
52
|
-
reasonReference?: Reference[];
|
|
53
|
-
/** Additional clinical information about the patient that may influence the request fulfilment. For example, this may includes body where on the subject's the device will be used ( i.e. the target site). */
|
|
54
|
-
supportingInfo?: Reference[];
|
|
55
|
-
/** Details about this request that were not represented at all or sufficiently in one of the attributes provided in a class. These may include for example a comment, an instruction, or a note associated with the statement. */
|
|
56
|
-
note?: Annotation[];
|
|
57
|
-
/** Key events in the history of the request. */
|
|
58
|
-
relevantHistory?: Reference[];
|
|
59
|
-
}
|
package/lib/ehr/devicerequest.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGV2aWNlcmVxdWVzdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvZGV2aWNlcmVxdWVzdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBEZXZpY2VSZXF1ZXN0IFR5cGVcbmltcG9ydCB0eXBlIHsgQW5ub3RhdGlvbiB9IGZyb20gXCIuL2Fubm90YXRpb25cIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IERldmljZVJlcXVlc3RfUmVxdWVzdGVyIH0gZnJvbSBcIi4vZGV2aWNlcmVxdWVzdF9yZXF1ZXN0ZXJcIjtcbmltcG9ydCB0eXBlIHsgSWRlbnRpZmllciB9IGZyb20gXCIuL2lkZW50aWZpZXJcIjtcbmltcG9ydCB0eXBlIHsgUGVyaW9kIH0gZnJvbSBcIi4vcGVyaW9kXCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuaW1wb3J0IHR5cGUgeyBUaW1pbmcgfSBmcm9tIFwiLi90aW1pbmdcIjtcblxuZXhwb3J0IGludGVyZmFjZSBEZXZpY2VSZXF1ZXN0IHtcbiAgLyoqIFRoaXMgaXMgYSBEZXZpY2VSZXF1ZXN0IHJlc291cmNlICovXG4gIHJlc291cmNlVHlwZTogXCJEZXZpY2VSZXF1ZXN0XCI7XG5cbiAgLyoqIElkZW50aWZpZXJzIGFzc2lnbmVkIHRvIHRoaXMgb3JkZXIgYnkgdGhlIG9yZGVyZXIgb3IgYnkgdGhlIHJlY2VpdmVyLiAqL1xuICBpZGVudGlmaWVyPzogSWRlbnRpZmllcltdO1xuXG4gIC8qKiBQcm90b2NvbCBvciBkZWZpbml0aW9uIGZvbGxvd2VkIGJ5IHRoaXMgcmVxdWVzdC4gRm9yIGV4YW1wbGU6IFRoZSBwcm9wb3NlZCBhY3QgbXVzdCBiZSBwZXJmb3JtZWQgaWYgdGhlIGluZGljYXRlZCBjb25kaXRpb25zIG9jY3VyLCBlLmcuLiwgc2hvcnRuZXNzIG9mIGJyZWF0aCwgU3BPMiBsZXNzIHRoYW4geCUuICovXG4gIGRlZmluaXRpb24/OiBSZWZlcmVuY2VbXTtcblxuICAvKiogUGxhbi9wcm9wb3NhbC9vcmRlciBmdWxmaWxsZWQgYnkgdGhpcyByZXF1ZXN0LiAqL1xuICBiYXNlZE9uPzogUmVmZXJlbmNlW107XG5cbiAgLyoqIFRoZSByZXF1ZXN0IHRha2VzIHRoZSBwbGFjZSBvZiB0aGUgcmVmZXJlbmNlZCBjb21wbGV0ZWQgb3IgdGVybWluYXRlZCByZXF1ZXN0KHMpLiAqL1xuICBwcmlvclJlcXVlc3Q/OiBSZWZlcmVuY2VbXTtcblxuICAvKiogQ29tcG9zaXRlIHJlcXVlc3QgdGhpcyBpcyBwYXJ0IG9mLiAqL1xuICBncm91cElkZW50aWZpZXI/OiBJZGVudGlmaWVyO1xuXG4gIC8qKiBUaGUgc3RhdHVzIG9mIHRoZSByZXF1ZXN0LiAqL1xuICBzdGF0dXM/OiBzdHJpbmc7XG5cbiAgLyoqIFdoZXRoZXIgdGhlIHJlcXVlc3QgaXMgYSBwcm9wb3NhbCwgcGxhbiwgYW4gb3JpZ2luYWwgb3JkZXIgb3IgYSByZWZsZXggb3JkZXIuICovXG4gIGludGVudDogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBJbmRpY2F0ZXMgaG93IHF1aWNrbHkgdGhlIHt7dGl0bGV9fSBzaG91bGQgYmUgYWRkcmVzc2VkIHdpdGggcmVzcGVjdCB0byBvdGhlciByZXF1ZXN0cy4gKi9cbiAgcHJpb3JpdHk/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBkZXRhaWxzIG9mIHRoZSBkZXZpY2UgdG8gYmUgdXNlZC4gKi9cbiAgY29kZVJlZmVyZW5jZT86IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIGRldGFpbHMgb2YgdGhlIGRldmljZSB0byBiZSB1c2VkLiAqL1xuICBjb2RlQ29kZWFibGVDb25jZXB0PzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBUaGUgcGF0aWVudCB3aG8gd2lsbCB1c2UgdGhlIGRldmljZS4gKi9cbiAgc3ViamVjdDogUmVmZXJlbmNlO1xuXG4gIC8qKiBBbiBlbmNvdW50ZXIgdGhhdCBwcm92aWRlcyBhZGRpdGlvbmFsIGNvbnRleHQgaW4gd2hpY2ggdGhpcyByZXF1ZXN0IGlzIG1hZGUuICovXG4gIGNvbnRleHQ/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIFRoZSB0aW1pbmcgc2NoZWR1bGUgZm9yIHRoZSB1c2Ugb2YgdGhlIGRldmljZS4gVGhlIFNjaGVkdWxlIGRhdGEgdHlwZSBhbGxvd3MgbWFueSBkaWZmZXJlbnQgZXhwcmVzc2lvbnMsIGZvciBleGFtcGxlLiBcIkV2ZXJ5IDggaG91cnNcIjsgXCJUaHJlZSB0aW1lcyBhIGRheVwiOyBcIjEvMiBhbiBob3VyIGJlZm9yZSBicmVha2Zhc3QgZm9yIDEwIGRheXMgZnJvbSAyMy1EZWMgMjAxMTpcIjsgXCIxNSBPY3QgMjAxMywgMTcgT2N0IDIwMTMgYW5kIDEgTm92IDIwMTNcIi4gKi9cbiAgb2NjdXJyZW5jZURhdGVUaW1lPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgdGltaW5nIHNjaGVkdWxlIGZvciB0aGUgdXNlIG9mIHRoZSBkZXZpY2UuIFRoZSBTY2hlZHVsZSBkYXRhIHR5cGUgYWxsb3dzIG1hbnkgZGlmZmVyZW50IGV4cHJlc3Npb25zLCBmb3IgZXhhbXBsZS4gXCJFdmVyeSA4IGhvdXJzXCI7IFwiVGhyZWUgdGltZXMgYSBkYXlcIjsgXCIxLzIgYW4gaG91ciBiZWZvcmUgYnJlYWtmYXN0IGZvciAxMCBkYXlzIGZyb20gMjMtRGVjIDIwMTE6XCI7IFwiMTUgT2N0IDIwMTMsIDE3IE9jdCAyMDEzIGFuZCAxIE5vdiAyMDEzXCIuICovXG4gIG9jY3VycmVuY2VQZXJpb2Q/OiBQZXJpb2Q7XG5cbiAgLyoqIFRoZSB0aW1pbmcgc2NoZWR1bGUgZm9yIHRoZSB1c2Ugb2YgdGhlIGRldmljZS4gVGhlIFNjaGVkdWxlIGRhdGEgdHlwZSBhbGxvd3MgbWFueSBkaWZmZXJlbnQgZXhwcmVzc2lvbnMsIGZvciBleGFtcGxlLiBcIkV2ZXJ5IDggaG91cnNcIjsgXCJUaHJlZSB0aW1lcyBhIGRheVwiOyBcIjEvMiBhbiBob3VyIGJlZm9yZSBicmVha2Zhc3QgZm9yIDEwIGRheXMgZnJvbSAyMy1EZWMgMjAxMTpcIjsgXCIxNSBPY3QgMjAxMywgMTcgT2N0IDIwMTMgYW5kIDEgTm92IDIwMTNcIi4gKi9cbiAgb2NjdXJyZW5jZVRpbWluZz86IFRpbWluZztcblxuICAvKiogV2hlbiB0aGUgcmVxdWVzdCB0cmFuc2l0aW9uZWQgdG8gYmVpbmcgYWN0aW9uYWJsZS4gKi9cbiAgYXV0aG9yZWRPbj86IHN0cmluZztcblxuICAvKiogVGhlIGluZGl2aWR1YWwgd2hvIGluaXRpYXRlZCB0aGUgcmVxdWVzdCBhbmQgaGFzIHJlc3BvbnNpYmlsaXR5IGZvciBpdHMgYWN0aXZhdGlvbi4gKi9cbiAgcmVxdWVzdGVyPzogRGV2aWNlUmVxdWVzdF9SZXF1ZXN0ZXI7XG5cbiAgLyoqIERlc2lyZWQgdHlwZSBvZiBwZXJmb3JtZXIgZm9yIGRvaW5nIHRoZSBkaWFnbm9zdGljIHRlc3RpbmcuICovXG4gIHBlcmZvcm1lclR5cGU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIFRoZSBkZXNpcmVkIHBlcmZvbWVyIGZvciBkb2luZyB0aGUgZGlhZ25vc3RpYyB0ZXN0aW5nLiAqL1xuICBwZXJmb3JtZXI/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIFJlYXNvbiBvciBqdXN0aWZpY2F0aW9uIGZvciB0aGUgdXNlIG9mIHRoaXMgZGV2aWNlLiAqL1xuICByZWFzb25Db2RlPzogQ29kZWFibGVDb25jZXB0W107XG5cbiAgLyoqIFJlYXNvbiBvciBqdXN0aWZpY2F0aW9uIGZvciB0aGUgdXNlIG9mIHRoaXMgZGV2aWNlLiAqL1xuICByZWFzb25SZWZlcmVuY2U/OiBSZWZlcmVuY2VbXTtcblxuICAvKiogQWRkaXRpb25hbCBjbGluaWNhbCBpbmZvcm1hdGlvbiBhYm91dCB0aGUgcGF0aWVudCB0aGF0IG1heSBpbmZsdWVuY2UgdGhlIHJlcXVlc3QgZnVsZmlsbWVudC4gIEZvciBleGFtcGxlLCB0aGlzIG1heSBpbmNsdWRlcyBib2R5IHdoZXJlIG9uIHRoZSBzdWJqZWN0J3MgdGhlIGRldmljZSB3aWxsIGJlIHVzZWQgKCBpLmUuIHRoZSB0YXJnZXQgc2l0ZSkuICovXG4gIHN1cHBvcnRpbmdJbmZvPzogUmVmZXJlbmNlW107XG5cbiAgLyoqIERldGFpbHMgYWJvdXQgdGhpcyByZXF1ZXN0IHRoYXQgd2VyZSBub3QgcmVwcmVzZW50ZWQgYXQgYWxsIG9yIHN1ZmZpY2llbnRseSBpbiBvbmUgb2YgdGhlIGF0dHJpYnV0ZXMgcHJvdmlkZWQgaW4gYSBjbGFzcy4gVGhlc2UgbWF5IGluY2x1ZGUgZm9yIGV4YW1wbGUgYSBjb21tZW50LCBhbiBpbnN0cnVjdGlvbiwgb3IgYSBub3RlIGFzc29jaWF0ZWQgd2l0aCB0aGUgc3RhdGVtZW50LiAqL1xuICBub3RlPzogQW5ub3RhdGlvbltdO1xuXG4gIC8qKiBLZXkgZXZlbnRzIGluIHRoZSBoaXN0b3J5IG9mIHRoZSByZXF1ZXN0LiAqL1xuICByZWxldmFudEhpc3Rvcnk/OiBSZWZlcmVuY2VbXTtcbn1cbiJdfQ==
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Reference } from "./reference";
|
|
2
|
-
export interface DeviceRequest_Requester {
|
|
3
|
-
/** The device, practitioner, etc. who initiated the request. */
|
|
4
|
-
agent: Reference;
|
|
5
|
-
/** The organization the device or practitioner was acting on behalf of. */
|
|
6
|
-
onBehalfOf?: Reference;
|
|
7
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGV2aWNlcmVxdWVzdF9yZXF1ZXN0ZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2RldmljZXJlcXVlc3RfcmVxdWVzdGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIERldmljZVJlcXVlc3RfUmVxdWVzdGVyIFR5cGVcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgRGV2aWNlUmVxdWVzdF9SZXF1ZXN0ZXIge1xuICAvKiogVGhlIGRldmljZSwgcHJhY3RpdGlvbmVyLCBldGMuIHdobyBpbml0aWF0ZWQgdGhlIHJlcXVlc3QuICovXG4gIGFnZW50OiBSZWZlcmVuY2U7XG5cbiAgLyoqIFRoZSBvcmdhbml6YXRpb24gdGhlIGRldmljZSBvciBwcmFjdGl0aW9uZXIgd2FzIGFjdGluZyBvbiBiZWhhbGYgb2YuICovXG4gIG9uQmVoYWxmT2Y/OiBSZWZlcmVuY2U7XG59XG4iXX0=
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import type { Annotation } from "./annotation";
|
|
2
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
-
import type { Identifier } from "./identifier";
|
|
4
|
-
import type { Period } from "./period";
|
|
5
|
-
import type { Reference } from "./reference";
|
|
6
|
-
import type { Timing } from "./timing";
|
|
7
|
-
export interface DeviceUseStatement {
|
|
8
|
-
/** This is a DeviceUseStatement resource */
|
|
9
|
-
resourceType: "DeviceUseStatement";
|
|
10
|
-
/** An external identifier for this statement such as an IRI. */
|
|
11
|
-
identifier?: Identifier[];
|
|
12
|
-
/** A code representing the patient or other source's judgment about the state of the device used that this statement is about. Generally this will be active or completed. */
|
|
13
|
-
status?: "active" | "completed" | "entered-in-error" | "intended" | "stopped" | "on-hold";
|
|
14
|
-
/** The patient who used the device. */
|
|
15
|
-
subject: Reference;
|
|
16
|
-
/** The time period over which the device was used. */
|
|
17
|
-
whenUsed?: Period;
|
|
18
|
-
/** How often the device was used. */
|
|
19
|
-
timingTiming?: Timing;
|
|
20
|
-
/** How often the device was used. */
|
|
21
|
-
timingPeriod?: Period;
|
|
22
|
-
/** How often the device was used. */
|
|
23
|
-
timingDateTime?: string;
|
|
24
|
-
/** The time at which the statement was made/recorded. */
|
|
25
|
-
recordedOn?: string;
|
|
26
|
-
/** Who reported the device was being used by the patient. */
|
|
27
|
-
source?: Reference;
|
|
28
|
-
/** The details of the device used. */
|
|
29
|
-
device: Reference;
|
|
30
|
-
/** Reason or justification for the use of the device. */
|
|
31
|
-
indication?: CodeableConcept[];
|
|
32
|
-
/** Indicates the site on the subject's body where the device was used ( i.e. the target site). */
|
|
33
|
-
bodySite?: CodeableConcept;
|
|
34
|
-
/** Details about the device statement that were not represented at all or sufficiently in one of the attributes provided in a class. These may include for example a comment, an instruction, or a note associated with the statement. */
|
|
35
|
-
note?: Annotation[];
|
|
36
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGV2aWNldXNlc3RhdGVtZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9kZXZpY2V1c2VzdGF0ZW1lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgRGV2aWNlVXNlU3RhdGVtZW50IFR5cGVcbmltcG9ydCB0eXBlIHsgQW5ub3RhdGlvbiB9IGZyb20gXCIuL2Fubm90YXRpb25cIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IElkZW50aWZpZXIgfSBmcm9tIFwiLi9pZGVudGlmaWVyXCI7XG5pbXBvcnQgdHlwZSB7IFBlcmlvZCB9IGZyb20gXCIuL3BlcmlvZFwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcbmltcG9ydCB0eXBlIHsgVGltaW5nIH0gZnJvbSBcIi4vdGltaW5nXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgRGV2aWNlVXNlU3RhdGVtZW50IHtcbiAgLyoqIFRoaXMgaXMgYSBEZXZpY2VVc2VTdGF0ZW1lbnQgcmVzb3VyY2UgKi9cbiAgcmVzb3VyY2VUeXBlOiBcIkRldmljZVVzZVN0YXRlbWVudFwiO1xuXG4gIC8qKiBBbiBleHRlcm5hbCBpZGVudGlmaWVyIGZvciB0aGlzIHN0YXRlbWVudCBzdWNoIGFzIGFuIElSSS4gKi9cbiAgaWRlbnRpZmllcj86IElkZW50aWZpZXJbXTtcblxuICAvKiogQSBjb2RlIHJlcHJlc2VudGluZyB0aGUgcGF0aWVudCBvciBvdGhlciBzb3VyY2UncyBqdWRnbWVudCBhYm91dCB0aGUgc3RhdGUgb2YgdGhlIGRldmljZSB1c2VkIHRoYXQgdGhpcyBzdGF0ZW1lbnQgaXMgYWJvdXQuICBHZW5lcmFsbHkgdGhpcyB3aWxsIGJlIGFjdGl2ZSBvciBjb21wbGV0ZWQuICovXG4gIHN0YXR1cz86XG4gICAgfCBcImFjdGl2ZVwiXG4gICAgfCBcImNvbXBsZXRlZFwiXG4gICAgfCBcImVudGVyZWQtaW4tZXJyb3JcIlxuICAgIHwgXCJpbnRlbmRlZFwiXG4gICAgfCBcInN0b3BwZWRcIlxuICAgIHwgXCJvbi1ob2xkXCI7XG5cbiAgLyoqIFRoZSBwYXRpZW50IHdobyB1c2VkIHRoZSBkZXZpY2UuICovXG4gIHN1YmplY3Q6IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIHRpbWUgcGVyaW9kIG92ZXIgd2hpY2ggdGhlIGRldmljZSB3YXMgdXNlZC4gKi9cbiAgd2hlblVzZWQ/OiBQZXJpb2Q7XG5cbiAgLyoqIEhvdyBvZnRlbiB0aGUgZGV2aWNlIHdhcyB1c2VkLiAqL1xuICB0aW1pbmdUaW1pbmc/OiBUaW1pbmc7XG5cbiAgLyoqIEhvdyBvZnRlbiB0aGUgZGV2aWNlIHdhcyB1c2VkLiAqL1xuICB0aW1pbmdQZXJpb2Q/OiBQZXJpb2Q7XG5cbiAgLyoqIEhvdyBvZnRlbiB0aGUgZGV2aWNlIHdhcyB1c2VkLiAqL1xuICB0aW1pbmdEYXRlVGltZT86IHN0cmluZztcblxuICAvKiogVGhlIHRpbWUgYXQgd2hpY2ggdGhlIHN0YXRlbWVudCB3YXMgbWFkZS9yZWNvcmRlZC4gKi9cbiAgcmVjb3JkZWRPbj86IHN0cmluZztcblxuICAvKiogV2hvIHJlcG9ydGVkIHRoZSBkZXZpY2Ugd2FzIGJlaW5nIHVzZWQgYnkgdGhlIHBhdGllbnQuICovXG4gIHNvdXJjZT86IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIGRldGFpbHMgb2YgdGhlIGRldmljZSB1c2VkLiAqL1xuICBkZXZpY2U6IFJlZmVyZW5jZTtcblxuICAvKiogUmVhc29uIG9yIGp1c3RpZmljYXRpb24gZm9yIHRoZSB1c2Ugb2YgdGhlIGRldmljZS4gKi9cbiAgaW5kaWNhdGlvbj86IENvZGVhYmxlQ29uY2VwdFtdO1xuXG4gIC8qKiBJbmRpY2F0ZXMgdGhlIHNpdGUgb24gdGhlIHN1YmplY3QncyBib2R5IHdoZXJlIHRoZSBkZXZpY2Ugd2FzIHVzZWQgKCBpLmUuIHRoZSB0YXJnZXQgc2l0ZSkuICovXG4gIGJvZHlTaXRlPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBEZXRhaWxzIGFib3V0IHRoZSBkZXZpY2Ugc3RhdGVtZW50IHRoYXQgd2VyZSBub3QgcmVwcmVzZW50ZWQgYXQgYWxsIG9yIHN1ZmZpY2llbnRseSBpbiBvbmUgb2YgdGhlIGF0dHJpYnV0ZXMgcHJvdmlkZWQgaW4gYSBjbGFzcy4gVGhlc2UgbWF5IGluY2x1ZGUgZm9yIGV4YW1wbGUgYSBjb21tZW50LCBhbiBpbnN0cnVjdGlvbiwgb3IgYSBub3RlIGFzc29jaWF0ZWQgd2l0aCB0aGUgc3RhdGVtZW50LiAqL1xuICBub3RlPzogQW5ub3RhdGlvbltdO1xufVxuIl19
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import type { Attachment } from "./attachment";
|
|
2
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
-
import type { DiagnosticReport_Image } from "./diagnosticreport_image";
|
|
4
|
-
import type { DiagnosticReport_Performer } from "./diagnosticreport_performer";
|
|
5
|
-
import type { Identifier } from "./identifier";
|
|
6
|
-
import type { Period } from "./period";
|
|
7
|
-
import type { Reference } from "./reference";
|
|
8
|
-
export interface DiagnosticReport {
|
|
9
|
-
/** This is a DiagnosticReport resource */
|
|
10
|
-
resourceType: "DiagnosticReport";
|
|
11
|
-
/** Identifiers assigned to this report by the performer or other systems. */
|
|
12
|
-
identifier?: Identifier[];
|
|
13
|
-
/** Details concerning a test or procedure requested. */
|
|
14
|
-
basedOn?: Reference[];
|
|
15
|
-
/** The status of the diagnostic report as a whole. */
|
|
16
|
-
status?: "registered" | "partial" | "preliminary" | "final" | "amended" | "corrected" | "appended" | "cancelled" | "entered-in-error" | "unknown";
|
|
17
|
-
/** A code that classifies the clinical discipline, department or diagnostic service that created the report (e.g. cardiology, biochemistry, hematology, MRI). This is used for searching, sorting and display purposes. */
|
|
18
|
-
category?: CodeableConcept;
|
|
19
|
-
/** A code or name that describes this diagnostic report. */
|
|
20
|
-
code: CodeableConcept;
|
|
21
|
-
/** The subject of the report. Usually, but not always, this is a patient. However diagnostic services also perform analyses on specimens collected from a variety of other sources. */
|
|
22
|
-
subject?: Reference;
|
|
23
|
-
/** The healthcare event (e.g. a patient and healthcare provider interaction) which this DiagnosticReport per is about. */
|
|
24
|
-
context?: Reference;
|
|
25
|
-
/** The time or time-period the observed values are related to. When the subject of the report is a patient, this is usually either the time of the procedure or of specimen collection(s), but very often the source of the date/time is not known, only the date/time itself. */
|
|
26
|
-
effectiveDateTime?: string;
|
|
27
|
-
/** The time or time-period the observed values are related to. When the subject of the report is a patient, this is usually either the time of the procedure or of specimen collection(s), but very often the source of the date/time is not known, only the date/time itself. */
|
|
28
|
-
effectivePeriod?: Period;
|
|
29
|
-
/** The date and time that this version of the report was released from the source diagnostic service. */
|
|
30
|
-
issued?: string;
|
|
31
|
-
/** Indicates who or what participated in producing the report. */
|
|
32
|
-
performer?: DiagnosticReport_Performer[];
|
|
33
|
-
/** Details about the specimens on which this diagnostic report is based. */
|
|
34
|
-
specimen?: Reference[];
|
|
35
|
-
/** Observations that are part of this diagnostic report. Observations can be simple name/value pairs (e.g. "atomic" results), or they can be grouping observations that include references to other members of the group (e.g. "panels"). */
|
|
36
|
-
result?: Reference[];
|
|
37
|
-
/** One or more links to full details of any imaging performed during the diagnostic investigation. Typically, this is imaging performed by DICOM enabled modalities, but this is not required. A fully enabled PACS viewer can use this information to provide views of the source images. */
|
|
38
|
-
imagingStudy?: Reference[];
|
|
39
|
-
/** A list of key images associated with this report. The images are generally created during the diagnostic process, and may be directly of the patient, or of treated specimens (i.e. slides of interest). */
|
|
40
|
-
image?: DiagnosticReport_Image[];
|
|
41
|
-
/** Concise and clinically contextualized impression / summary of the diagnostic report. */
|
|
42
|
-
conclusion?: string;
|
|
43
|
-
/** Codes for the conclusion. */
|
|
44
|
-
codedDiagnosis?: CodeableConcept[];
|
|
45
|
-
/** Rich text representation of the entire result as issued by the diagnostic service. Multiple formats are allowed but they SHALL be semantically equivalent. */
|
|
46
|
-
presentedForm?: Attachment[];
|
|
47
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlhZ25vc3RpY3JlcG9ydC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvZGlhZ25vc3RpY3JlcG9ydC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBEaWFnbm9zdGljUmVwb3J0IFR5cGVcbmltcG9ydCB0eXBlIHsgQXR0YWNobWVudCB9IGZyb20gXCIuL2F0dGFjaG1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IERpYWdub3N0aWNSZXBvcnRfSW1hZ2UgfSBmcm9tIFwiLi9kaWFnbm9zdGljcmVwb3J0X2ltYWdlXCI7XG5pbXBvcnQgdHlwZSB7IERpYWdub3N0aWNSZXBvcnRfUGVyZm9ybWVyIH0gZnJvbSBcIi4vZGlhZ25vc3RpY3JlcG9ydF9wZXJmb3JtZXJcIjtcbmltcG9ydCB0eXBlIHsgSWRlbnRpZmllciB9IGZyb20gXCIuL2lkZW50aWZpZXJcIjtcbmltcG9ydCB0eXBlIHsgUGVyaW9kIH0gZnJvbSBcIi4vcGVyaW9kXCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIERpYWdub3N0aWNSZXBvcnQge1xuICAvKiogVGhpcyBpcyBhIERpYWdub3N0aWNSZXBvcnQgcmVzb3VyY2UgKi9cbiAgcmVzb3VyY2VUeXBlOiBcIkRpYWdub3N0aWNSZXBvcnRcIjtcblxuICAvKiogSWRlbnRpZmllcnMgYXNzaWduZWQgdG8gdGhpcyByZXBvcnQgYnkgdGhlIHBlcmZvcm1lciBvciBvdGhlciBzeXN0ZW1zLiAqL1xuICBpZGVudGlmaWVyPzogSWRlbnRpZmllcltdO1xuXG4gIC8qKiBEZXRhaWxzIGNvbmNlcm5pbmcgYSB0ZXN0IG9yIHByb2NlZHVyZSByZXF1ZXN0ZWQuICovXG4gIGJhc2VkT24/OiBSZWZlcmVuY2VbXTtcblxuICAvKiogVGhlIHN0YXR1cyBvZiB0aGUgZGlhZ25vc3RpYyByZXBvcnQgYXMgYSB3aG9sZS4gKi9cbiAgc3RhdHVzPzpcbiAgICB8IFwicmVnaXN0ZXJlZFwiXG4gICAgfCBcInBhcnRpYWxcIlxuICAgIHwgXCJwcmVsaW1pbmFyeVwiXG4gICAgfCBcImZpbmFsXCJcbiAgICB8IFwiYW1lbmRlZFwiXG4gICAgfCBcImNvcnJlY3RlZFwiXG4gICAgfCBcImFwcGVuZGVkXCJcbiAgICB8IFwiY2FuY2VsbGVkXCJcbiAgICB8IFwiZW50ZXJlZC1pbi1lcnJvclwiXG4gICAgfCBcInVua25vd25cIjtcblxuICAvKiogQSBjb2RlIHRoYXQgY2xhc3NpZmllcyB0aGUgY2xpbmljYWwgZGlzY2lwbGluZSwgZGVwYXJ0bWVudCBvciBkaWFnbm9zdGljIHNlcnZpY2UgdGhhdCBjcmVhdGVkIHRoZSByZXBvcnQgKGUuZy4gY2FyZGlvbG9neSwgYmlvY2hlbWlzdHJ5LCBoZW1hdG9sb2d5LCBNUkkpLiBUaGlzIGlzIHVzZWQgZm9yIHNlYXJjaGluZywgc29ydGluZyBhbmQgZGlzcGxheSBwdXJwb3Nlcy4gKi9cbiAgY2F0ZWdvcnk/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEEgY29kZSBvciBuYW1lIHRoYXQgZGVzY3JpYmVzIHRoaXMgZGlhZ25vc3RpYyByZXBvcnQuICovXG4gIGNvZGU6IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogVGhlIHN1YmplY3Qgb2YgdGhlIHJlcG9ydC4gVXN1YWxseSwgYnV0IG5vdCBhbHdheXMsIHRoaXMgaXMgYSBwYXRpZW50LiBIb3dldmVyIGRpYWdub3N0aWMgc2VydmljZXMgYWxzbyBwZXJmb3JtIGFuYWx5c2VzIG9uIHNwZWNpbWVucyBjb2xsZWN0ZWQgZnJvbSBhIHZhcmlldHkgb2Ygb3RoZXIgc291cmNlcy4gKi9cbiAgc3ViamVjdD86IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIGhlYWx0aGNhcmUgZXZlbnQgIChlLmcuIGEgcGF0aWVudCBhbmQgaGVhbHRoY2FyZSBwcm92aWRlciBpbnRlcmFjdGlvbikgd2hpY2ggdGhpcyBEaWFnbm9zdGljUmVwb3J0IHBlciBpcyBhYm91dC4gKi9cbiAgY29udGV4dD86IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIHRpbWUgb3IgdGltZS1wZXJpb2QgdGhlIG9ic2VydmVkIHZhbHVlcyBhcmUgcmVsYXRlZCB0by4gV2hlbiB0aGUgc3ViamVjdCBvZiB0aGUgcmVwb3J0IGlzIGEgcGF0aWVudCwgdGhpcyBpcyB1c3VhbGx5IGVpdGhlciB0aGUgdGltZSBvZiB0aGUgcHJvY2VkdXJlIG9yIG9mIHNwZWNpbWVuIGNvbGxlY3Rpb24ocyksIGJ1dCB2ZXJ5IG9mdGVuIHRoZSBzb3VyY2Ugb2YgdGhlIGRhdGUvdGltZSBpcyBub3Qga25vd24sIG9ubHkgdGhlIGRhdGUvdGltZSBpdHNlbGYuICovXG4gIGVmZmVjdGl2ZURhdGVUaW1lPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgdGltZSBvciB0aW1lLXBlcmlvZCB0aGUgb2JzZXJ2ZWQgdmFsdWVzIGFyZSByZWxhdGVkIHRvLiBXaGVuIHRoZSBzdWJqZWN0IG9mIHRoZSByZXBvcnQgaXMgYSBwYXRpZW50LCB0aGlzIGlzIHVzdWFsbHkgZWl0aGVyIHRoZSB0aW1lIG9mIHRoZSBwcm9jZWR1cmUgb3Igb2Ygc3BlY2ltZW4gY29sbGVjdGlvbihzKSwgYnV0IHZlcnkgb2Z0ZW4gdGhlIHNvdXJjZSBvZiB0aGUgZGF0ZS90aW1lIGlzIG5vdCBrbm93biwgb25seSB0aGUgZGF0ZS90aW1lIGl0c2VsZi4gKi9cbiAgZWZmZWN0aXZlUGVyaW9kPzogUGVyaW9kO1xuXG4gIC8qKiBUaGUgZGF0ZSBhbmQgdGltZSB0aGF0IHRoaXMgdmVyc2lvbiBvZiB0aGUgcmVwb3J0IHdhcyByZWxlYXNlZCBmcm9tIHRoZSBzb3VyY2UgZGlhZ25vc3RpYyBzZXJ2aWNlLiAqL1xuICBpc3N1ZWQ/OiBzdHJpbmc7XG5cbiAgLyoqIEluZGljYXRlcyB3aG8gb3Igd2hhdCBwYXJ0aWNpcGF0ZWQgaW4gcHJvZHVjaW5nIHRoZSByZXBvcnQuICovXG4gIHBlcmZvcm1lcj86IERpYWdub3N0aWNSZXBvcnRfUGVyZm9ybWVyW107XG5cbiAgLyoqIERldGFpbHMgYWJvdXQgdGhlIHNwZWNpbWVucyBvbiB3aGljaCB0aGlzIGRpYWdub3N0aWMgcmVwb3J0IGlzIGJhc2VkLiAqL1xuICBzcGVjaW1lbj86IFJlZmVyZW5jZVtdO1xuXG4gIC8qKiBPYnNlcnZhdGlvbnMgdGhhdCBhcmUgcGFydCBvZiB0aGlzIGRpYWdub3N0aWMgcmVwb3J0LiBPYnNlcnZhdGlvbnMgY2FuIGJlIHNpbXBsZSBuYW1lL3ZhbHVlIHBhaXJzIChlLmcuIFwiYXRvbWljXCIgcmVzdWx0cyksIG9yIHRoZXkgY2FuIGJlIGdyb3VwaW5nIG9ic2VydmF0aW9ucyB0aGF0IGluY2x1ZGUgcmVmZXJlbmNlcyB0byBvdGhlciBtZW1iZXJzIG9mIHRoZSBncm91cCAoZS5nLiBcInBhbmVsc1wiKS4gKi9cbiAgcmVzdWx0PzogUmVmZXJlbmNlW107XG5cbiAgLyoqIE9uZSBvciBtb3JlIGxpbmtzIHRvIGZ1bGwgZGV0YWlscyBvZiBhbnkgaW1hZ2luZyBwZXJmb3JtZWQgZHVyaW5nIHRoZSBkaWFnbm9zdGljIGludmVzdGlnYXRpb24uIFR5cGljYWxseSwgdGhpcyBpcyBpbWFnaW5nIHBlcmZvcm1lZCBieSBESUNPTSBlbmFibGVkIG1vZGFsaXRpZXMsIGJ1dCB0aGlzIGlzIG5vdCByZXF1aXJlZC4gQSBmdWxseSBlbmFibGVkIFBBQ1Mgdmlld2VyIGNhbiB1c2UgdGhpcyBpbmZvcm1hdGlvbiB0byBwcm92aWRlIHZpZXdzIG9mIHRoZSBzb3VyY2UgaW1hZ2VzLiAqL1xuICBpbWFnaW5nU3R1ZHk/OiBSZWZlcmVuY2VbXTtcblxuICAvKiogQSBsaXN0IG9mIGtleSBpbWFnZXMgYXNzb2NpYXRlZCB3aXRoIHRoaXMgcmVwb3J0LiBUaGUgaW1hZ2VzIGFyZSBnZW5lcmFsbHkgY3JlYXRlZCBkdXJpbmcgdGhlIGRpYWdub3N0aWMgcHJvY2VzcywgYW5kIG1heSBiZSBkaXJlY3RseSBvZiB0aGUgcGF0aWVudCwgb3Igb2YgdHJlYXRlZCBzcGVjaW1lbnMgKGkuZS4gc2xpZGVzIG9mIGludGVyZXN0KS4gKi9cbiAgaW1hZ2U/OiBEaWFnbm9zdGljUmVwb3J0X0ltYWdlW107XG5cbiAgLyoqIENvbmNpc2UgYW5kIGNsaW5pY2FsbHkgY29udGV4dHVhbGl6ZWQgaW1wcmVzc2lvbiAvIHN1bW1hcnkgb2YgdGhlIGRpYWdub3N0aWMgcmVwb3J0LiAqL1xuICBjb25jbHVzaW9uPzogc3RyaW5nO1xuXG4gIC8qKiBDb2RlcyBmb3IgdGhlIGNvbmNsdXNpb24uICovXG4gIGNvZGVkRGlhZ25vc2lzPzogQ29kZWFibGVDb25jZXB0W107XG5cbiAgLyoqIFJpY2ggdGV4dCByZXByZXNlbnRhdGlvbiBvZiB0aGUgZW50aXJlIHJlc3VsdCBhcyBpc3N1ZWQgYnkgdGhlIGRpYWdub3N0aWMgc2VydmljZS4gTXVsdGlwbGUgZm9ybWF0cyBhcmUgYWxsb3dlZCBidXQgdGhleSBTSEFMTCBiZSBzZW1hbnRpY2FsbHkgZXF1aXZhbGVudC4gKi9cbiAgcHJlc2VudGVkRm9ybT86IEF0dGFjaG1lbnRbXTtcbn1cbiJdfQ==
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Reference } from "./reference";
|
|
2
|
-
export interface DiagnosticReport_Image {
|
|
3
|
-
/** A comment about the image. Typically, this is used to provide an explanation for why the image is included, or to draw the viewer's attention to important features. */
|
|
4
|
-
comment?: string;
|
|
5
|
-
/** Reference to the image source. */
|
|
6
|
-
link: Reference;
|
|
7
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlhZ25vc3RpY3JlcG9ydF9pbWFnZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvZGlhZ25vc3RpY3JlcG9ydF9pbWFnZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBEaWFnbm9zdGljUmVwb3J0X0ltYWdlIFR5cGVcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgRGlhZ25vc3RpY1JlcG9ydF9JbWFnZSB7XG4gIC8qKiBBIGNvbW1lbnQgYWJvdXQgdGhlIGltYWdlLiBUeXBpY2FsbHksIHRoaXMgaXMgdXNlZCB0byBwcm92aWRlIGFuIGV4cGxhbmF0aW9uIGZvciB3aHkgdGhlIGltYWdlIGlzIGluY2x1ZGVkLCBvciB0byBkcmF3IHRoZSB2aWV3ZXIncyBhdHRlbnRpb24gdG8gaW1wb3J0YW50IGZlYXR1cmVzLiAqL1xuICBjb21tZW50Pzogc3RyaW5nO1xuXG4gIC8qKiBSZWZlcmVuY2UgdG8gdGhlIGltYWdlIHNvdXJjZS4gKi9cbiAgbGluazogUmVmZXJlbmNlO1xufVxuIl19
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
export interface DiagnosticReport_Performer {
|
|
4
|
-
/** Describes the type of participation (e.g. a responsible party, author, or verifier). */
|
|
5
|
-
role?: CodeableConcept;
|
|
6
|
-
/** The reference to the practitioner or organization involved in producing the report. For example, the diagnostic service that is responsible for issuing the report. */
|
|
7
|
-
actor: Reference;
|
|
8
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlhZ25vc3RpY3JlcG9ydF9wZXJmb3JtZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2RpYWdub3N0aWNyZXBvcnRfcGVyZm9ybWVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIERpYWdub3N0aWNSZXBvcnRfUGVyZm9ybWVyIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIERpYWdub3N0aWNSZXBvcnRfUGVyZm9ybWVyIHtcbiAgLyoqIERlc2NyaWJlcyB0aGUgdHlwZSBvZiBwYXJ0aWNpcGF0aW9uIChlLmcuICBhIHJlc3BvbnNpYmxlIHBhcnR5LCBhdXRob3IsIG9yIHZlcmlmaWVyKS4gKi9cbiAgcm9sZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogVGhlIHJlZmVyZW5jZSB0byB0aGUgIHByYWN0aXRpb25lciBvciBvcmdhbml6YXRpb24gaW52b2x2ZWQgaW4gcHJvZHVjaW5nIHRoZSByZXBvcnQuIEZvciBleGFtcGxlLCB0aGUgZGlhZ25vc3RpYyBzZXJ2aWNlIHRoYXQgaXMgcmVzcG9uc2libGUgZm9yIGlzc3VpbmcgdGhlIHJlcG9ydC4gKi9cbiAgYWN0b3I6IFJlZmVyZW5jZTtcbn1cbiJdfQ==
|
package/lib/ehr/distance.d.ts
DELETED
package/lib/ehr/distance.js
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// FHIR Distance Type
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlzdGFuY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2Rpc3RhbmNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxxQkFBcUIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIERpc3RhbmNlIFR5cGVcblxuZXhwb3J0IGludGVyZmFjZSBEaXN0YW5jZSB7fVxuIl19
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { DocumentManifest_Content } from "./documentmanifest_content";
|
|
3
|
-
import type { DocumentManifest_Related } from "./documentmanifest_related";
|
|
4
|
-
import type { Identifier } from "./identifier";
|
|
5
|
-
import type { Reference } from "./reference";
|
|
6
|
-
export interface DocumentManifest {
|
|
7
|
-
/** This is a DocumentManifest resource */
|
|
8
|
-
resourceType: "DocumentManifest";
|
|
9
|
-
/** A single identifier that uniquely identifies this manifest. Principally used to refer to the manifest in non-FHIR contexts. */
|
|
10
|
-
masterIdentifier?: Identifier;
|
|
11
|
-
/** Other identifiers associated with the document manifest, including version independent identifiers. */
|
|
12
|
-
identifier?: Identifier[];
|
|
13
|
-
/** The status of this document manifest. */
|
|
14
|
-
status?: "current" | "superseded" | "entered-in-error";
|
|
15
|
-
/** Specifies the kind of this set of documents (e.g. Patient Summary, Discharge Summary, Prescription, etc.). The type of a set of documents may be the same as one of the documents in it - especially if there is only one - but it may be wider. */
|
|
16
|
-
type?: CodeableConcept;
|
|
17
|
-
/** Who or what the set of documents is about. The documents can be about a person, (patient or healthcare practitioner), a device (i.e. machine) or even a group of subjects (such as a document about a herd of farm animals, or a set of patients that share a common exposure). If the documents cross more than one subject, then more than one subject is allowed here (unusual use case). */
|
|
18
|
-
subject?: Reference;
|
|
19
|
-
/** When the document manifest was created for submission to the server (not necessarily the same thing as the actual resource last modified time, since it may be modified, replicated, etc.). */
|
|
20
|
-
created?: string;
|
|
21
|
-
/** Identifies who is responsible for creating the manifest, and adding documents to it. */
|
|
22
|
-
author?: Reference[];
|
|
23
|
-
/** A patient, practitioner, or organization for which this set of documents is intended. */
|
|
24
|
-
recipient?: Reference[];
|
|
25
|
-
/** Identifies the source system, application, or software that produced the document manifest. */
|
|
26
|
-
source?: string;
|
|
27
|
-
/** Human-readable description of the source document. This is sometimes known as the "title". */
|
|
28
|
-
description?: string;
|
|
29
|
-
/** The list of Documents included in the manifest. */
|
|
30
|
-
content: DocumentManifest_Content[];
|
|
31
|
-
/** Related identifiers or resources associated with the DocumentManifest. */
|
|
32
|
-
related?: DocumentManifest_Related[];
|
|
33
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9jdW1lbnRtYW5pZmVzdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvZG9jdW1lbnRtYW5pZmVzdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBEb2N1bWVudE1hbmlmZXN0IFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IERvY3VtZW50TWFuaWZlc3RfQ29udGVudCB9IGZyb20gXCIuL2RvY3VtZW50bWFuaWZlc3RfY29udGVudFwiO1xuaW1wb3J0IHR5cGUgeyBEb2N1bWVudE1hbmlmZXN0X1JlbGF0ZWQgfSBmcm9tIFwiLi9kb2N1bWVudG1hbmlmZXN0X3JlbGF0ZWRcIjtcbmltcG9ydCB0eXBlIHsgSWRlbnRpZmllciB9IGZyb20gXCIuL2lkZW50aWZpZXJcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgRG9jdW1lbnRNYW5pZmVzdCB7XG4gIC8qKiBUaGlzIGlzIGEgRG9jdW1lbnRNYW5pZmVzdCByZXNvdXJjZSAqL1xuICByZXNvdXJjZVR5cGU6IFwiRG9jdW1lbnRNYW5pZmVzdFwiO1xuXG4gIC8qKiBBIHNpbmdsZSBpZGVudGlmaWVyIHRoYXQgdW5pcXVlbHkgaWRlbnRpZmllcyB0aGlzIG1hbmlmZXN0LiBQcmluY2lwYWxseSB1c2VkIHRvIHJlZmVyIHRvIHRoZSBtYW5pZmVzdCBpbiBub24tRkhJUiBjb250ZXh0cy4gKi9cbiAgbWFzdGVySWRlbnRpZmllcj86IElkZW50aWZpZXI7XG5cbiAgLyoqIE90aGVyIGlkZW50aWZpZXJzIGFzc29jaWF0ZWQgd2l0aCB0aGUgZG9jdW1lbnQgbWFuaWZlc3QsIGluY2x1ZGluZyB2ZXJzaW9uIGluZGVwZW5kZW50ICBpZGVudGlmaWVycy4gKi9cbiAgaWRlbnRpZmllcj86IElkZW50aWZpZXJbXTtcblxuICAvKiogVGhlIHN0YXR1cyBvZiB0aGlzIGRvY3VtZW50IG1hbmlmZXN0LiAqL1xuICBzdGF0dXM/OiBcImN1cnJlbnRcIiB8IFwic3VwZXJzZWRlZFwiIHwgXCJlbnRlcmVkLWluLWVycm9yXCI7XG5cbiAgLyoqIFNwZWNpZmllcyB0aGUga2luZCBvZiB0aGlzIHNldCBvZiBkb2N1bWVudHMgKGUuZy4gUGF0aWVudCBTdW1tYXJ5LCBEaXNjaGFyZ2UgU3VtbWFyeSwgUHJlc2NyaXB0aW9uLCBldGMuKS4gVGhlIHR5cGUgb2YgYSBzZXQgb2YgZG9jdW1lbnRzIG1heSBiZSB0aGUgc2FtZSBhcyBvbmUgb2YgdGhlIGRvY3VtZW50cyBpbiBpdCAtIGVzcGVjaWFsbHkgaWYgdGhlcmUgaXMgb25seSBvbmUgLSBidXQgaXQgbWF5IGJlIHdpZGVyLiAqL1xuICB0eXBlPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBXaG8gb3Igd2hhdCB0aGUgc2V0IG9mIGRvY3VtZW50cyBpcyBhYm91dC4gVGhlIGRvY3VtZW50cyBjYW4gYmUgYWJvdXQgYSBwZXJzb24sIChwYXRpZW50IG9yIGhlYWx0aGNhcmUgcHJhY3RpdGlvbmVyKSwgYSBkZXZpY2UgKGkuZS4gbWFjaGluZSkgb3IgZXZlbiBhIGdyb3VwIG9mIHN1YmplY3RzIChzdWNoIGFzIGEgZG9jdW1lbnQgYWJvdXQgYSBoZXJkIG9mIGZhcm0gYW5pbWFscywgb3IgYSBzZXQgb2YgcGF0aWVudHMgdGhhdCBzaGFyZSBhIGNvbW1vbiBleHBvc3VyZSkuIElmIHRoZSBkb2N1bWVudHMgY3Jvc3MgbW9yZSB0aGFuIG9uZSBzdWJqZWN0LCB0aGVuIG1vcmUgdGhhbiBvbmUgc3ViamVjdCBpcyBhbGxvd2VkIGhlcmUgKHVudXN1YWwgdXNlIGNhc2UpLiAqL1xuICBzdWJqZWN0PzogUmVmZXJlbmNlO1xuXG4gIC8qKiBXaGVuIHRoZSBkb2N1bWVudCBtYW5pZmVzdCB3YXMgY3JlYXRlZCBmb3Igc3VibWlzc2lvbiB0byB0aGUgc2VydmVyIChub3QgbmVjZXNzYXJpbHkgdGhlIHNhbWUgdGhpbmcgYXMgdGhlIGFjdHVhbCByZXNvdXJjZSBsYXN0IG1vZGlmaWVkIHRpbWUsIHNpbmNlIGl0IG1heSBiZSBtb2RpZmllZCwgcmVwbGljYXRlZCwgZXRjLikuICovXG4gIGNyZWF0ZWQ/OiBzdHJpbmc7XG5cbiAgLyoqIElkZW50aWZpZXMgd2hvIGlzIHJlc3BvbnNpYmxlIGZvciBjcmVhdGluZyB0aGUgbWFuaWZlc3QsIGFuZCBhZGRpbmcgIGRvY3VtZW50cyB0byBpdC4gKi9cbiAgYXV0aG9yPzogUmVmZXJlbmNlW107XG5cbiAgLyoqIEEgcGF0aWVudCwgcHJhY3RpdGlvbmVyLCBvciBvcmdhbml6YXRpb24gZm9yIHdoaWNoIHRoaXMgc2V0IG9mIGRvY3VtZW50cyBpcyBpbnRlbmRlZC4gKi9cbiAgcmVjaXBpZW50PzogUmVmZXJlbmNlW107XG5cbiAgLyoqIElkZW50aWZpZXMgdGhlIHNvdXJjZSBzeXN0ZW0sIGFwcGxpY2F0aW9uLCBvciBzb2Z0d2FyZSB0aGF0IHByb2R1Y2VkIHRoZSBkb2N1bWVudCBtYW5pZmVzdC4gKi9cbiAgc291cmNlPzogc3RyaW5nO1xuXG4gIC8qKiBIdW1hbi1yZWFkYWJsZSBkZXNjcmlwdGlvbiBvZiB0aGUgc291cmNlIGRvY3VtZW50LiBUaGlzIGlzIHNvbWV0aW1lcyBrbm93biBhcyB0aGUgXCJ0aXRsZVwiLiAqL1xuICBkZXNjcmlwdGlvbj86IHN0cmluZztcblxuICAvKiogVGhlIGxpc3Qgb2YgRG9jdW1lbnRzIGluY2x1ZGVkIGluIHRoZSBtYW5pZmVzdC4gKi9cbiAgY29udGVudDogRG9jdW1lbnRNYW5pZmVzdF9Db250ZW50W107XG5cbiAgLyoqIFJlbGF0ZWQgaWRlbnRpZmllcnMgb3IgcmVzb3VyY2VzIGFzc29jaWF0ZWQgd2l0aCB0aGUgRG9jdW1lbnRNYW5pZmVzdC4gKi9cbiAgcmVsYXRlZD86IERvY3VtZW50TWFuaWZlc3RfUmVsYXRlZFtdO1xufVxuIl19
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { Attachment } from "./attachment";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
export interface DocumentManifest_Content {
|
|
4
|
-
/** The list of references to document content, or Attachment that consist of the parts of this document manifest. Usually, these would be document references, but direct references to Media or Attachments are also allowed. */
|
|
5
|
-
pAttachment?: Attachment;
|
|
6
|
-
/** The list of references to document content, or Attachment that consist of the parts of this document manifest. Usually, these would be document references, but direct references to Media or Attachments are also allowed. */
|
|
7
|
-
pReference?: Reference;
|
|
8
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9jdW1lbnRtYW5pZmVzdF9jb250ZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9kb2N1bWVudG1hbmlmZXN0X2NvbnRlbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgRG9jdW1lbnRNYW5pZmVzdF9Db250ZW50IFR5cGVcbmltcG9ydCB0eXBlIHsgQXR0YWNobWVudCB9IGZyb20gXCIuL2F0dGFjaG1lbnRcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgRG9jdW1lbnRNYW5pZmVzdF9Db250ZW50IHtcbiAgLyoqIFRoZSBsaXN0IG9mIHJlZmVyZW5jZXMgdG8gZG9jdW1lbnQgY29udGVudCwgb3IgQXR0YWNobWVudCB0aGF0IGNvbnNpc3Qgb2YgdGhlIHBhcnRzIG9mIHRoaXMgZG9jdW1lbnQgbWFuaWZlc3QuIFVzdWFsbHksIHRoZXNlIHdvdWxkIGJlIGRvY3VtZW50IHJlZmVyZW5jZXMsIGJ1dCBkaXJlY3QgcmVmZXJlbmNlcyB0byBNZWRpYSBvciBBdHRhY2htZW50cyBhcmUgYWxzbyBhbGxvd2VkLiAqL1xuICBwQXR0YWNobWVudD86IEF0dGFjaG1lbnQ7XG5cbiAgLyoqIFRoZSBsaXN0IG9mIHJlZmVyZW5jZXMgdG8gZG9jdW1lbnQgY29udGVudCwgb3IgQXR0YWNobWVudCB0aGF0IGNvbnNpc3Qgb2YgdGhlIHBhcnRzIG9mIHRoaXMgZG9jdW1lbnQgbWFuaWZlc3QuIFVzdWFsbHksIHRoZXNlIHdvdWxkIGJlIGRvY3VtZW50IHJlZmVyZW5jZXMsIGJ1dCBkaXJlY3QgcmVmZXJlbmNlcyB0byBNZWRpYSBvciBBdHRhY2htZW50cyBhcmUgYWxzbyBhbGxvd2VkLiAqL1xuICBwUmVmZXJlbmNlPzogUmVmZXJlbmNlO1xufVxuIl19
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { Identifier } from "./identifier";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
export interface DocumentManifest_Related {
|
|
4
|
-
/** Related identifier to this DocumentManifest. For example, Order numbers, accession numbers, XDW workflow numbers. */
|
|
5
|
-
identifier?: Identifier;
|
|
6
|
-
/** Related Resource to this DocumentManifest. For example, Order, ProcedureRequest, Procedure, EligibilityRequest, etc. */
|
|
7
|
-
ref?: Reference;
|
|
8
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9jdW1lbnRtYW5pZmVzdF9yZWxhdGVkLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9kb2N1bWVudG1hbmlmZXN0X3JlbGF0ZWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgRG9jdW1lbnRNYW5pZmVzdF9SZWxhdGVkIFR5cGVcbmltcG9ydCB0eXBlIHsgSWRlbnRpZmllciB9IGZyb20gXCIuL2lkZW50aWZpZXJcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgRG9jdW1lbnRNYW5pZmVzdF9SZWxhdGVkIHtcbiAgLyoqIFJlbGF0ZWQgaWRlbnRpZmllciB0byB0aGlzIERvY3VtZW50TWFuaWZlc3QuICBGb3IgZXhhbXBsZSwgT3JkZXIgbnVtYmVycywgYWNjZXNzaW9uIG51bWJlcnMsIFhEVyB3b3JrZmxvdyBudW1iZXJzLiAqL1xuICBpZGVudGlmaWVyPzogSWRlbnRpZmllcjtcblxuICAvKiogUmVsYXRlZCBSZXNvdXJjZSB0byB0aGlzIERvY3VtZW50TWFuaWZlc3QuIEZvciBleGFtcGxlLCBPcmRlciwgUHJvY2VkdXJlUmVxdWVzdCwgIFByb2NlZHVyZSwgRWxpZ2liaWxpdHlSZXF1ZXN0LCBldGMuICovXG4gIHJlZj86IFJlZmVyZW5jZTtcbn1cbiJdfQ==
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { DocumentReference_Content } from "./documentreference_content";
|
|
3
|
-
import type { DocumentReference_Context } from "./documentreference_context";
|
|
4
|
-
import type { DocumentReference_RelatesTo } from "./documentreference_relatesto";
|
|
5
|
-
import type { Identifier } from "./identifier";
|
|
6
|
-
import type { Reference } from "./reference";
|
|
7
|
-
export interface DocumentReference {
|
|
8
|
-
/** This is a DocumentReference resource */
|
|
9
|
-
resourceType: "DocumentReference";
|
|
10
|
-
/** Document identifier as assigned by the source of the document. This identifier is specific to this version of the document. This unique identifier may be used elsewhere to identify this version of the document. */
|
|
11
|
-
masterIdentifier?: Identifier;
|
|
12
|
-
/** Other identifiers associated with the document, including version independent identifiers. */
|
|
13
|
-
identifier?: Identifier[];
|
|
14
|
-
/** The status of this document reference. */
|
|
15
|
-
status?: "current" | "superseded" | "entered-in-error";
|
|
16
|
-
/** The status of the underlying document. */
|
|
17
|
-
docStatus?: string;
|
|
18
|
-
/** Specifies the particular kind of document referenced (e.g. History and Physical, Discharge Summary, Progress Note). This usually equates to the purpose of making the document referenced. */
|
|
19
|
-
type: CodeableConcept;
|
|
20
|
-
/** A categorization for the type of document referenced - helps for indexing and searching. This may be implied by or derived from the code specified in the DocumentReference.type. */
|
|
21
|
-
class?: CodeableConcept;
|
|
22
|
-
/** Who or what the document is about. The document can be about a person, (patient or healthcare practitioner), a device (e.g. a machine) or even a group of subjects (such as a document about a herd of farm animals, or a set of patients that share a common exposure). */
|
|
23
|
-
subject?: Reference;
|
|
24
|
-
/** When the document was created. */
|
|
25
|
-
created?: string;
|
|
26
|
-
/** When the document reference was created. */
|
|
27
|
-
indexed?: string;
|
|
28
|
-
/** Identifies who is responsible for adding the information to the document. */
|
|
29
|
-
author?: Reference[];
|
|
30
|
-
/** Which person or organization authenticates that this document is valid. */
|
|
31
|
-
authenticator?: Reference;
|
|
32
|
-
/** Identifies the organization or group who is responsible for ongoing maintenance of and access to the document. */
|
|
33
|
-
custodian?: Reference;
|
|
34
|
-
/** Relationships that this document has with other document references that already exist. */
|
|
35
|
-
relatesTo?: DocumentReference_RelatesTo[];
|
|
36
|
-
/** Human-readable description of the source document. This is sometimes known as the "title". */
|
|
37
|
-
description?: string;
|
|
38
|
-
/** A set of Security-Tag codes specifying the level of privacy/security of the Document. Note that DocumentReference.meta.security contains the security labels of the "reference" to the document, while DocumentReference.securityLabel contains a snapshot of the security labels on the document the reference refers to. */
|
|
39
|
-
securityLabel?: CodeableConcept[];
|
|
40
|
-
/** The document and format referenced. There may be multiple content element repetitions, each with a different format. */
|
|
41
|
-
content: DocumentReference_Content[];
|
|
42
|
-
/** The clinical context in which the document was prepared. */
|
|
43
|
-
context?: DocumentReference_Context;
|
|
44
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9jdW1lbnRyZWZlcmVuY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2RvY3VtZW50cmVmZXJlbmNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIERvY3VtZW50UmVmZXJlbmNlIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IERvY3VtZW50UmVmZXJlbmNlX0NvbnRlbnQgfSBmcm9tIFwiLi9kb2N1bWVudHJlZmVyZW5jZV9jb250ZW50XCI7XG5pbXBvcnQgdHlwZSB7IERvY3VtZW50UmVmZXJlbmNlX0NvbnRleHQgfSBmcm9tIFwiLi9kb2N1bWVudHJlZmVyZW5jZV9jb250ZXh0XCI7XG5pbXBvcnQgdHlwZSB7IERvY3VtZW50UmVmZXJlbmNlX1JlbGF0ZXNUbyB9IGZyb20gXCIuL2RvY3VtZW50cmVmZXJlbmNlX3JlbGF0ZXN0b1wiO1xuaW1wb3J0IHR5cGUgeyBJZGVudGlmaWVyIH0gZnJvbSBcIi4vaWRlbnRpZmllclwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuZXhwb3J0IGludGVyZmFjZSBEb2N1bWVudFJlZmVyZW5jZSB7XG4gIC8qKiBUaGlzIGlzIGEgRG9jdW1lbnRSZWZlcmVuY2UgcmVzb3VyY2UgKi9cbiAgcmVzb3VyY2VUeXBlOiBcIkRvY3VtZW50UmVmZXJlbmNlXCI7XG5cbiAgLyoqIERvY3VtZW50IGlkZW50aWZpZXIgYXMgYXNzaWduZWQgYnkgdGhlIHNvdXJjZSBvZiB0aGUgZG9jdW1lbnQuIFRoaXMgaWRlbnRpZmllciBpcyBzcGVjaWZpYyB0byB0aGlzIHZlcnNpb24gb2YgdGhlIGRvY3VtZW50LiBUaGlzIHVuaXF1ZSBpZGVudGlmaWVyIG1heSBiZSB1c2VkIGVsc2V3aGVyZSB0byBpZGVudGlmeSB0aGlzIHZlcnNpb24gb2YgdGhlIGRvY3VtZW50LiAqL1xuICBtYXN0ZXJJZGVudGlmaWVyPzogSWRlbnRpZmllcjtcblxuICAvKiogT3RoZXIgaWRlbnRpZmllcnMgYXNzb2NpYXRlZCB3aXRoIHRoZSBkb2N1bWVudCwgaW5jbHVkaW5nIHZlcnNpb24gaW5kZXBlbmRlbnQgaWRlbnRpZmllcnMuICovXG4gIGlkZW50aWZpZXI/OiBJZGVudGlmaWVyW107XG5cbiAgLyoqIFRoZSBzdGF0dXMgb2YgdGhpcyBkb2N1bWVudCByZWZlcmVuY2UuICovXG4gIHN0YXR1cz86IFwiY3VycmVudFwiIHwgXCJzdXBlcnNlZGVkXCIgfCBcImVudGVyZWQtaW4tZXJyb3JcIjtcblxuICAvKiogVGhlIHN0YXR1cyBvZiB0aGUgdW5kZXJseWluZyBkb2N1bWVudC4gKi9cbiAgZG9jU3RhdHVzPzogc3RyaW5nO1xuXG4gIC8qKiBTcGVjaWZpZXMgdGhlIHBhcnRpY3VsYXIga2luZCBvZiBkb2N1bWVudCByZWZlcmVuY2VkICAoZS5nLiBIaXN0b3J5IGFuZCBQaHlzaWNhbCwgRGlzY2hhcmdlIFN1bW1hcnksIFByb2dyZXNzIE5vdGUpLiBUaGlzIHVzdWFsbHkgZXF1YXRlcyB0byB0aGUgcHVycG9zZSBvZiBtYWtpbmcgdGhlIGRvY3VtZW50IHJlZmVyZW5jZWQuICovXG4gIHR5cGU6IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogQSBjYXRlZ29yaXphdGlvbiBmb3IgdGhlIHR5cGUgb2YgZG9jdW1lbnQgcmVmZXJlbmNlZCAtIGhlbHBzIGZvciBpbmRleGluZyBhbmQgc2VhcmNoaW5nLiBUaGlzIG1heSBiZSBpbXBsaWVkIGJ5IG9yIGRlcml2ZWQgZnJvbSB0aGUgY29kZSBzcGVjaWZpZWQgaW4gdGhlIERvY3VtZW50UmVmZXJlbmNlLnR5cGUuICovXG4gIGNsYXNzPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBXaG8gb3Igd2hhdCB0aGUgZG9jdW1lbnQgaXMgYWJvdXQuIFRoZSBkb2N1bWVudCBjYW4gYmUgYWJvdXQgYSBwZXJzb24sIChwYXRpZW50IG9yIGhlYWx0aGNhcmUgcHJhY3RpdGlvbmVyKSwgYSBkZXZpY2UgKGUuZy4gYSBtYWNoaW5lKSBvciBldmVuIGEgZ3JvdXAgb2Ygc3ViamVjdHMgKHN1Y2ggYXMgYSBkb2N1bWVudCBhYm91dCBhIGhlcmQgb2YgZmFybSBhbmltYWxzLCBvciBhIHNldCBvZiBwYXRpZW50cyB0aGF0IHNoYXJlIGEgY29tbW9uIGV4cG9zdXJlKS4gKi9cbiAgc3ViamVjdD86IFJlZmVyZW5jZTtcblxuICAvKiogV2hlbiB0aGUgZG9jdW1lbnQgd2FzIGNyZWF0ZWQuICovXG4gIGNyZWF0ZWQ/OiBzdHJpbmc7XG5cbiAgLyoqIFdoZW4gdGhlIGRvY3VtZW50IHJlZmVyZW5jZSB3YXMgY3JlYXRlZC4gKi9cbiAgaW5kZXhlZD86IHN0cmluZztcblxuICAvKiogSWRlbnRpZmllcyB3aG8gaXMgcmVzcG9uc2libGUgZm9yIGFkZGluZyB0aGUgaW5mb3JtYXRpb24gdG8gdGhlIGRvY3VtZW50LiAqL1xuICBhdXRob3I/OiBSZWZlcmVuY2VbXTtcblxuICAvKiogV2hpY2ggcGVyc29uIG9yIG9yZ2FuaXphdGlvbiBhdXRoZW50aWNhdGVzIHRoYXQgdGhpcyBkb2N1bWVudCBpcyB2YWxpZC4gKi9cbiAgYXV0aGVudGljYXRvcj86IFJlZmVyZW5jZTtcblxuICAvKiogSWRlbnRpZmllcyB0aGUgb3JnYW5pemF0aW9uIG9yIGdyb3VwIHdobyBpcyByZXNwb25zaWJsZSBmb3Igb25nb2luZyBtYWludGVuYW5jZSBvZiBhbmQgYWNjZXNzIHRvIHRoZSBkb2N1bWVudC4gKi9cbiAgY3VzdG9kaWFuPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBSZWxhdGlvbnNoaXBzIHRoYXQgdGhpcyBkb2N1bWVudCBoYXMgd2l0aCBvdGhlciBkb2N1bWVudCByZWZlcmVuY2VzIHRoYXQgYWxyZWFkeSBleGlzdC4gKi9cbiAgcmVsYXRlc1RvPzogRG9jdW1lbnRSZWZlcmVuY2VfUmVsYXRlc1RvW107XG5cbiAgLyoqIEh1bWFuLXJlYWRhYmxlIGRlc2NyaXB0aW9uIG9mIHRoZSBzb3VyY2UgZG9jdW1lbnQuIFRoaXMgaXMgc29tZXRpbWVzIGtub3duIGFzIHRoZSBcInRpdGxlXCIuICovXG4gIGRlc2NyaXB0aW9uPzogc3RyaW5nO1xuXG4gIC8qKiBBIHNldCBvZiBTZWN1cml0eS1UYWcgY29kZXMgc3BlY2lmeWluZyB0aGUgbGV2ZWwgb2YgcHJpdmFjeS9zZWN1cml0eSBvZiB0aGUgRG9jdW1lbnQuIE5vdGUgdGhhdCBEb2N1bWVudFJlZmVyZW5jZS5tZXRhLnNlY3VyaXR5IGNvbnRhaW5zIHRoZSBzZWN1cml0eSBsYWJlbHMgb2YgdGhlIFwicmVmZXJlbmNlXCIgdG8gdGhlIGRvY3VtZW50LCB3aGlsZSBEb2N1bWVudFJlZmVyZW5jZS5zZWN1cml0eUxhYmVsIGNvbnRhaW5zIGEgc25hcHNob3Qgb2YgdGhlIHNlY3VyaXR5IGxhYmVscyBvbiB0aGUgZG9jdW1lbnQgdGhlIHJlZmVyZW5jZSByZWZlcnMgdG8uICovXG4gIHNlY3VyaXR5TGFiZWw/OiBDb2RlYWJsZUNvbmNlcHRbXTtcblxuICAvKiogVGhlIGRvY3VtZW50IGFuZCBmb3JtYXQgcmVmZXJlbmNlZC4gVGhlcmUgbWF5IGJlIG11bHRpcGxlIGNvbnRlbnQgZWxlbWVudCByZXBldGl0aW9ucywgZWFjaCB3aXRoIGEgZGlmZmVyZW50IGZvcm1hdC4gKi9cbiAgY29udGVudDogRG9jdW1lbnRSZWZlcmVuY2VfQ29udGVudFtdO1xuXG4gIC8qKiBUaGUgY2xpbmljYWwgY29udGV4dCBpbiB3aGljaCB0aGUgZG9jdW1lbnQgd2FzIHByZXBhcmVkLiAqL1xuICBjb250ZXh0PzogRG9jdW1lbnRSZWZlcmVuY2VfQ29udGV4dDtcbn1cbiJdfQ==
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { Attachment } from "./attachment";
|
|
2
|
-
import type { Coding } from "./coding";
|
|
3
|
-
export interface DocumentReference_Content {
|
|
4
|
-
/** The document or URL of the document along with critical metadata to prove content has integrity. */
|
|
5
|
-
attachment: Attachment;
|
|
6
|
-
/** An identifier of the document encoding, structure, and template that the document conforms to beyond the base format indicated in the mimeType. */
|
|
7
|
-
format?: Coding;
|
|
8
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9jdW1lbnRyZWZlcmVuY2VfY29udGVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvZG9jdW1lbnRyZWZlcmVuY2VfY29udGVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBEb2N1bWVudFJlZmVyZW5jZV9Db250ZW50IFR5cGVcbmltcG9ydCB0eXBlIHsgQXR0YWNobWVudCB9IGZyb20gXCIuL2F0dGFjaG1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kaW5nIH0gZnJvbSBcIi4vY29kaW5nXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgRG9jdW1lbnRSZWZlcmVuY2VfQ29udGVudCB7XG4gIC8qKiBUaGUgZG9jdW1lbnQgb3IgVVJMIG9mIHRoZSBkb2N1bWVudCBhbG9uZyB3aXRoIGNyaXRpY2FsIG1ldGFkYXRhIHRvIHByb3ZlIGNvbnRlbnQgaGFzIGludGVncml0eS4gKi9cbiAgYXR0YWNobWVudDogQXR0YWNobWVudDtcblxuICAvKiogQW4gaWRlbnRpZmllciBvZiB0aGUgZG9jdW1lbnQgZW5jb2RpbmcsIHN0cnVjdHVyZSwgYW5kIHRlbXBsYXRlIHRoYXQgdGhlIGRvY3VtZW50IGNvbmZvcm1zIHRvIGJleW9uZCB0aGUgYmFzZSBmb3JtYXQgaW5kaWNhdGVkIGluIHRoZSBtaW1lVHlwZS4gKi9cbiAgZm9ybWF0PzogQ29kaW5nO1xufVxuIl19
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { DocumentReference_Related } from "./documentreference_related";
|
|
3
|
-
import type { Period } from "./period";
|
|
4
|
-
import type { Reference } from "./reference";
|
|
5
|
-
export interface DocumentReference_Context {
|
|
6
|
-
/** Describes the clinical encounter or type of care that the document content is associated with. */
|
|
7
|
-
encounter?: Reference;
|
|
8
|
-
/** This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the typeCode, such as a "History and Physical Report" in which the procedure being documented is necessarily a "History and Physical" act. */
|
|
9
|
-
event?: CodeableConcept[];
|
|
10
|
-
/** The time period over which the service that is described by the document was provided. */
|
|
11
|
-
period?: Period;
|
|
12
|
-
/** The kind of facility where the patient was seen. */
|
|
13
|
-
facilityType?: CodeableConcept;
|
|
14
|
-
/** This property may convey specifics about the practice setting where the content was created, often reflecting the clinical specialty. */
|
|
15
|
-
practiceSetting?: CodeableConcept;
|
|
16
|
-
/** The Patient Information as known when the document was published. May be a reference to a version specific, or contained. */
|
|
17
|
-
sourcePatientInfo?: Reference;
|
|
18
|
-
/** Related identifiers or resources associated with the DocumentReference. */
|
|
19
|
-
related?: DocumentReference_Related[];
|
|
20
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9jdW1lbnRyZWZlcmVuY2VfY29udGV4dC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvZG9jdW1lbnRyZWZlcmVuY2VfY29udGV4dC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBEb2N1bWVudFJlZmVyZW5jZV9Db250ZXh0IFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IERvY3VtZW50UmVmZXJlbmNlX1JlbGF0ZWQgfSBmcm9tIFwiLi9kb2N1bWVudHJlZmVyZW5jZV9yZWxhdGVkXCI7XG5pbXBvcnQgdHlwZSB7IFBlcmlvZCB9IGZyb20gXCIuL3BlcmlvZFwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuZXhwb3J0IGludGVyZmFjZSBEb2N1bWVudFJlZmVyZW5jZV9Db250ZXh0IHtcbiAgLyoqIERlc2NyaWJlcyB0aGUgY2xpbmljYWwgZW5jb3VudGVyIG9yIHR5cGUgb2YgY2FyZSB0aGF0IHRoZSBkb2N1bWVudCBjb250ZW50IGlzIGFzc29jaWF0ZWQgd2l0aC4gKi9cbiAgZW5jb3VudGVyPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBUaGlzIGxpc3Qgb2YgY29kZXMgcmVwcmVzZW50cyB0aGUgbWFpbiBjbGluaWNhbCBhY3RzLCBzdWNoIGFzIGEgY29sb25vc2NvcHkgb3IgYW4gYXBwZW5kZWN0b215LCBiZWluZyBkb2N1bWVudGVkLiBJbiBzb21lIGNhc2VzLCB0aGUgZXZlbnQgaXMgaW5oZXJlbnQgaW4gdGhlIHR5cGVDb2RlLCBzdWNoIGFzIGEgXCJIaXN0b3J5IGFuZCBQaHlzaWNhbCBSZXBvcnRcIiBpbiB3aGljaCB0aGUgcHJvY2VkdXJlIGJlaW5nIGRvY3VtZW50ZWQgaXMgbmVjZXNzYXJpbHkgYSBcIkhpc3RvcnkgYW5kIFBoeXNpY2FsXCIgYWN0LiAqL1xuICBldmVudD86IENvZGVhYmxlQ29uY2VwdFtdO1xuXG4gIC8qKiBUaGUgdGltZSBwZXJpb2Qgb3ZlciB3aGljaCB0aGUgc2VydmljZSB0aGF0IGlzIGRlc2NyaWJlZCBieSB0aGUgZG9jdW1lbnQgd2FzIHByb3ZpZGVkLiAqL1xuICBwZXJpb2Q/OiBQZXJpb2Q7XG5cbiAgLyoqIFRoZSBraW5kIG9mIGZhY2lsaXR5IHdoZXJlIHRoZSBwYXRpZW50IHdhcyBzZWVuLiAqL1xuICBmYWNpbGl0eVR5cGU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIFRoaXMgcHJvcGVydHkgbWF5IGNvbnZleSBzcGVjaWZpY3MgYWJvdXQgdGhlIHByYWN0aWNlIHNldHRpbmcgd2hlcmUgdGhlIGNvbnRlbnQgd2FzIGNyZWF0ZWQsIG9mdGVuIHJlZmxlY3RpbmcgdGhlIGNsaW5pY2FsIHNwZWNpYWx0eS4gKi9cbiAgcHJhY3RpY2VTZXR0aW5nPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBUaGUgUGF0aWVudCBJbmZvcm1hdGlvbiBhcyBrbm93biB3aGVuIHRoZSBkb2N1bWVudCB3YXMgcHVibGlzaGVkLiBNYXkgYmUgYSByZWZlcmVuY2UgdG8gYSB2ZXJzaW9uIHNwZWNpZmljLCBvciBjb250YWluZWQuICovXG4gIHNvdXJjZVBhdGllbnRJbmZvPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBSZWxhdGVkIGlkZW50aWZpZXJzIG9yIHJlc291cmNlcyBhc3NvY2lhdGVkIHdpdGggdGhlIERvY3VtZW50UmVmZXJlbmNlLiAqL1xuICByZWxhdGVkPzogRG9jdW1lbnRSZWZlcmVuY2VfUmVsYXRlZFtdO1xufVxuIl19
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { Identifier } from "./identifier";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
export interface DocumentReference_Related {
|
|
4
|
-
/** Related identifier to this DocumentReference. If both id and ref are present they shall refer to the same thing. */
|
|
5
|
-
identifier?: Identifier;
|
|
6
|
-
/** Related Resource to this DocumentReference. If both id and ref are present they shall refer to the same thing. */
|
|
7
|
-
ref?: Reference;
|
|
8
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9jdW1lbnRyZWZlcmVuY2VfcmVsYXRlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvZG9jdW1lbnRyZWZlcmVuY2VfcmVsYXRlZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBEb2N1bWVudFJlZmVyZW5jZV9SZWxhdGVkIFR5cGVcbmltcG9ydCB0eXBlIHsgSWRlbnRpZmllciB9IGZyb20gXCIuL2lkZW50aWZpZXJcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgRG9jdW1lbnRSZWZlcmVuY2VfUmVsYXRlZCB7XG4gIC8qKiBSZWxhdGVkIGlkZW50aWZpZXIgdG8gdGhpcyBEb2N1bWVudFJlZmVyZW5jZS4gSWYgYm90aCBpZCBhbmQgcmVmIGFyZSBwcmVzZW50IHRoZXkgc2hhbGwgcmVmZXIgdG8gdGhlIHNhbWUgdGhpbmcuICovXG4gIGlkZW50aWZpZXI/OiBJZGVudGlmaWVyO1xuXG4gIC8qKiBSZWxhdGVkIFJlc291cmNlIHRvIHRoaXMgRG9jdW1lbnRSZWZlcmVuY2UuIElmIGJvdGggaWQgYW5kIHJlZiBhcmUgcHJlc2VudCB0aGV5IHNoYWxsIHJlZmVyIHRvIHRoZSBzYW1lIHRoaW5nLiAqL1xuICByZWY/OiBSZWZlcmVuY2U7XG59XG4iXX0=
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Reference } from "./reference";
|
|
2
|
-
export interface DocumentReference_RelatesTo {
|
|
3
|
-
/** The type of relationship that this document has with anther document. */
|
|
4
|
-
code?: "replaces" | "transforms" | "signs" | "appends";
|
|
5
|
-
/** The target document of this relationship. */
|
|
6
|
-
target: Reference;
|
|
7
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9jdW1lbnRyZWZlcmVuY2VfcmVsYXRlc3RvLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9kb2N1bWVudHJlZmVyZW5jZV9yZWxhdGVzdG8udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgRG9jdW1lbnRSZWZlcmVuY2VfUmVsYXRlc1RvIFR5cGVcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgRG9jdW1lbnRSZWZlcmVuY2VfUmVsYXRlc1RvIHtcbiAgLyoqIFRoZSB0eXBlIG9mIHJlbGF0aW9uc2hpcCB0aGF0IHRoaXMgZG9jdW1lbnQgaGFzIHdpdGggYW50aGVyIGRvY3VtZW50LiAqL1xuICBjb2RlPzogXCJyZXBsYWNlc1wiIHwgXCJ0cmFuc2Zvcm1zXCIgfCBcInNpZ25zXCIgfCBcImFwcGVuZHNcIjtcblxuICAvKiogVGhlIHRhcmdldCBkb2N1bWVudCBvZiB0aGlzIHJlbGF0aW9uc2hpcC4gKi9cbiAgdGFyZ2V0OiBSZWZlcmVuY2U7XG59XG4iXX0=
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { Extension } from "./extension";
|
|
2
|
-
import type { Narrative } from "./narrative";
|
|
3
|
-
import type { ResourceList } from "./resourcelist";
|
|
4
|
-
export interface DomainResource {
|
|
5
|
-
/** A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety. */
|
|
6
|
-
text?: Narrative;
|
|
7
|
-
/** These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. */
|
|
8
|
-
contained?: ResourceList[];
|
|
9
|
-
/** May be used to represent additional information that is not part of the basic definition of the resource. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. */
|
|
10
|
-
extension?: Extension[];
|
|
11
|
-
/** May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. */
|
|
12
|
-
modifierExtension?: Extension[];
|
|
13
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9tYWlucmVzb3VyY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2RvbWFpbnJlc291cmNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIERvbWFpblJlc291cmNlIFR5cGVcbmltcG9ydCB0eXBlIHsgRXh0ZW5zaW9uIH0gZnJvbSBcIi4vZXh0ZW5zaW9uXCI7XG5pbXBvcnQgdHlwZSB7IE5hcnJhdGl2ZSB9IGZyb20gXCIuL25hcnJhdGl2ZVwiO1xuaW1wb3J0IHR5cGUgeyBSZXNvdXJjZUxpc3QgfSBmcm9tIFwiLi9yZXNvdXJjZWxpc3RcIjtcblxuZXhwb3J0IGludGVyZmFjZSBEb21haW5SZXNvdXJjZSB7XG4gIC8qKiBBIGh1bWFuLXJlYWRhYmxlIG5hcnJhdGl2ZSB0aGF0IGNvbnRhaW5zIGEgc3VtbWFyeSBvZiB0aGUgcmVzb3VyY2UsIGFuZCBtYXkgYmUgdXNlZCB0byByZXByZXNlbnQgdGhlIGNvbnRlbnQgb2YgdGhlIHJlc291cmNlIHRvIGEgaHVtYW4uIFRoZSBuYXJyYXRpdmUgbmVlZCBub3QgZW5jb2RlIGFsbCB0aGUgc3RydWN0dXJlZCBkYXRhLCBidXQgaXMgcmVxdWlyZWQgdG8gY29udGFpbiBzdWZmaWNpZW50IGRldGFpbCB0byBtYWtlIGl0IFwiY2xpbmljYWxseSBzYWZlXCIgZm9yIGEgaHVtYW4gdG8ganVzdCByZWFkIHRoZSBuYXJyYXRpdmUuIFJlc291cmNlIGRlZmluaXRpb25zIG1heSBkZWZpbmUgd2hhdCBjb250ZW50IHNob3VsZCBiZSByZXByZXNlbnRlZCBpbiB0aGUgbmFycmF0aXZlIHRvIGVuc3VyZSBjbGluaWNhbCBzYWZldHkuICovXG4gIHRleHQ/OiBOYXJyYXRpdmU7XG5cbiAgLyoqIFRoZXNlIHJlc291cmNlcyBkbyBub3QgaGF2ZSBhbiBpbmRlcGVuZGVudCBleGlzdGVuY2UgYXBhcnQgZnJvbSB0aGUgcmVzb3VyY2UgdGhhdCBjb250YWlucyB0aGVtIC0gdGhleSBjYW5ub3QgYmUgaWRlbnRpZmllZCBpbmRlcGVuZGVudGx5LCBhbmQgbm9yIGNhbiB0aGV5IGhhdmUgdGhlaXIgb3duIGluZGVwZW5kZW50IHRyYW5zYWN0aW9uIHNjb3BlLiAqL1xuICBjb250YWluZWQ/OiBSZXNvdXJjZUxpc3RbXTtcblxuICAvKiogTWF5IGJlIHVzZWQgdG8gcmVwcmVzZW50IGFkZGl0aW9uYWwgaW5mb3JtYXRpb24gdGhhdCBpcyBub3QgcGFydCBvZiB0aGUgYmFzaWMgZGVmaW5pdGlvbiBvZiB0aGUgcmVzb3VyY2UuIEluIG9yZGVyIHRvIG1ha2UgdGhlIHVzZSBvZiBleHRlbnNpb25zIHNhZmUgYW5kIG1hbmFnZWFibGUsIHRoZXJlIGlzIGEgc3RyaWN0IHNldCBvZiBnb3Zlcm5hbmNlICBhcHBsaWVkIHRvIHRoZSBkZWZpbml0aW9uIGFuZCB1c2Ugb2YgZXh0ZW5zaW9ucy4gVGhvdWdoIGFueSBpbXBsZW1lbnRlciBpcyBhbGxvd2VkIHRvIGRlZmluZSBhbiBleHRlbnNpb24sIHRoZXJlIGlzIGEgc2V0IG9mIHJlcXVpcmVtZW50cyB0aGF0IFNIQUxMIGJlIG1ldCBhcyBwYXJ0IG9mIHRoZSBkZWZpbml0aW9uIG9mIHRoZSBleHRlbnNpb24uICovXG4gIGV4dGVuc2lvbj86IEV4dGVuc2lvbltdO1xuXG4gIC8qKiBNYXkgYmUgdXNlZCB0byByZXByZXNlbnQgYWRkaXRpb25hbCBpbmZvcm1hdGlvbiB0aGF0IGlzIG5vdCBwYXJ0IG9mIHRoZSBiYXNpYyBkZWZpbml0aW9uIG9mIHRoZSByZXNvdXJjZSwgYW5kIHRoYXQgbW9kaWZpZXMgdGhlIHVuZGVyc3RhbmRpbmcgb2YgdGhlIGVsZW1lbnQgdGhhdCBjb250YWlucyBpdC4gVXN1YWxseSBtb2RpZmllciBlbGVtZW50cyBwcm92aWRlIG5lZ2F0aW9uIG9yIHF1YWxpZmljYXRpb24uIEluIG9yZGVyIHRvIG1ha2UgdGhlIHVzZSBvZiBleHRlbnNpb25zIHNhZmUgYW5kIG1hbmFnZWFibGUsIHRoZXJlIGlzIGEgc3RyaWN0IHNldCBvZiBnb3Zlcm5hbmNlIGFwcGxpZWQgdG8gdGhlIGRlZmluaXRpb24gYW5kIHVzZSBvZiBleHRlbnNpb25zLiBUaG91Z2ggYW55IGltcGxlbWVudGVyIGlzIGFsbG93ZWQgdG8gZGVmaW5lIGFuIGV4dGVuc2lvbiwgdGhlcmUgaXMgYSBzZXQgb2YgcmVxdWlyZW1lbnRzIHRoYXQgU0hBTEwgYmUgbWV0IGFzIHBhcnQgb2YgdGhlIGRlZmluaXRpb24gb2YgdGhlIGV4dGVuc2lvbi4gQXBwbGljYXRpb25zIHByb2Nlc3NpbmcgYSByZXNvdXJjZSBhcmUgcmVxdWlyZWQgdG8gY2hlY2sgZm9yIG1vZGlmaWVyIGV4dGVuc2lvbnMuICovXG4gIG1vZGlmaWVyRXh0ZW5zaW9uPzogRXh0ZW5zaW9uW107XG59XG4iXX0=
|
package/lib/ehr/dosage.d.ts
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Quantity } from "./quantity";
|
|
3
|
-
import type { Range } from "./range";
|
|
4
|
-
import type { Ratio } from "./ratio";
|
|
5
|
-
import type { Timing } from "./timing";
|
|
6
|
-
export interface Dosage {
|
|
7
|
-
/** Indicates the order in which the dosage instructions should be applied or interpreted. */
|
|
8
|
-
sequence?: number;
|
|
9
|
-
/** Free text dosage instructions e.g. SIG. */
|
|
10
|
-
text?: string;
|
|
11
|
-
/** Supplemental instruction - e.g. "with meals". */
|
|
12
|
-
additionalInstruction?: CodeableConcept[];
|
|
13
|
-
/** Instructions in terms that are understood by the patient or consumer. */
|
|
14
|
-
patientInstruction?: string;
|
|
15
|
-
/** When medication should be administered. */
|
|
16
|
-
timing?: Timing;
|
|
17
|
-
/** Indicates whether the Medication is only taken when needed within a specific dosing schedule (Boolean option), or it indicates the precondition for taking the Medication (CodeableConcept). */
|
|
18
|
-
asNeededBoolean?: boolean;
|
|
19
|
-
/** Indicates whether the Medication is only taken when needed within a specific dosing schedule (Boolean option), or it indicates the precondition for taking the Medication (CodeableConcept). */
|
|
20
|
-
asNeededCodeableConcept?: CodeableConcept;
|
|
21
|
-
/** Body site to administer to. */
|
|
22
|
-
site?: CodeableConcept;
|
|
23
|
-
/** How drug should enter body. */
|
|
24
|
-
route?: CodeableConcept;
|
|
25
|
-
/** Technique for administering medication. */
|
|
26
|
-
method?: CodeableConcept;
|
|
27
|
-
/** Amount of medication per dose. */
|
|
28
|
-
doseRange?: Range;
|
|
29
|
-
/** Amount of medication per dose. */
|
|
30
|
-
doseSimpleQuantity?: Quantity;
|
|
31
|
-
/** Upper limit on medication per unit of time. */
|
|
32
|
-
maxDosePerPeriod?: Ratio;
|
|
33
|
-
/** Upper limit on medication per administration. */
|
|
34
|
-
maxDosePerAdministration?: Quantity;
|
|
35
|
-
/** Upper limit on medication per lifetime of the patient. */
|
|
36
|
-
maxDosePerLifetime?: Quantity;
|
|
37
|
-
/** Amount of medication per unit of time. */
|
|
38
|
-
rateRatio?: Ratio;
|
|
39
|
-
/** Amount of medication per unit of time. */
|
|
40
|
-
rateRange?: Range;
|
|
41
|
-
/** Amount of medication per unit of time. */
|
|
42
|
-
rateSimpleQuantity?: Quantity;
|
|
43
|
-
}
|
package/lib/ehr/dosage.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9zYWdlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9kb3NhZ2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgRG9zYWdlIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFF1YW50aXR5IH0gZnJvbSBcIi4vcXVhbnRpdHlcIjtcbmltcG9ydCB0eXBlIHsgUmFuZ2UgfSBmcm9tIFwiLi9yYW5nZVwiO1xuaW1wb3J0IHR5cGUgeyBSYXRpbyB9IGZyb20gXCIuL3JhdGlvXCI7XG5pbXBvcnQgdHlwZSB7IFRpbWluZyB9IGZyb20gXCIuL3RpbWluZ1wiO1xuXG5leHBvcnQgaW50ZXJmYWNlIERvc2FnZSB7XG4gIC8qKiBJbmRpY2F0ZXMgdGhlIG9yZGVyIGluIHdoaWNoIHRoZSBkb3NhZ2UgaW5zdHJ1Y3Rpb25zIHNob3VsZCBiZSBhcHBsaWVkIG9yIGludGVycHJldGVkLiAqL1xuICBzZXF1ZW5jZT86IG51bWJlcjtcblxuICAvKiogRnJlZSB0ZXh0IGRvc2FnZSBpbnN0cnVjdGlvbnMgZS5nLiBTSUcuICovXG4gIHRleHQ/OiBzdHJpbmc7XG5cbiAgLyoqIFN1cHBsZW1lbnRhbCBpbnN0cnVjdGlvbiAtIGUuZy4gXCJ3aXRoIG1lYWxzXCIuICovXG4gIGFkZGl0aW9uYWxJbnN0cnVjdGlvbj86IENvZGVhYmxlQ29uY2VwdFtdO1xuXG4gIC8qKiBJbnN0cnVjdGlvbnMgaW4gdGVybXMgdGhhdCBhcmUgdW5kZXJzdG9vZCBieSB0aGUgcGF0aWVudCBvciBjb25zdW1lci4gKi9cbiAgcGF0aWVudEluc3RydWN0aW9uPzogc3RyaW5nO1xuXG4gIC8qKiBXaGVuIG1lZGljYXRpb24gc2hvdWxkIGJlIGFkbWluaXN0ZXJlZC4gKi9cbiAgdGltaW5nPzogVGltaW5nO1xuXG4gIC8qKiBJbmRpY2F0ZXMgd2hldGhlciB0aGUgTWVkaWNhdGlvbiBpcyBvbmx5IHRha2VuIHdoZW4gbmVlZGVkIHdpdGhpbiBhIHNwZWNpZmljIGRvc2luZyBzY2hlZHVsZSAoQm9vbGVhbiBvcHRpb24pLCBvciBpdCBpbmRpY2F0ZXMgdGhlIHByZWNvbmRpdGlvbiBmb3IgdGFraW5nIHRoZSBNZWRpY2F0aW9uIChDb2RlYWJsZUNvbmNlcHQpLiAqL1xuICBhc05lZWRlZEJvb2xlYW4/OiBib29sZWFuO1xuXG4gIC8qKiBJbmRpY2F0ZXMgd2hldGhlciB0aGUgTWVkaWNhdGlvbiBpcyBvbmx5IHRha2VuIHdoZW4gbmVlZGVkIHdpdGhpbiBhIHNwZWNpZmljIGRvc2luZyBzY2hlZHVsZSAoQm9vbGVhbiBvcHRpb24pLCBvciBpdCBpbmRpY2F0ZXMgdGhlIHByZWNvbmRpdGlvbiBmb3IgdGFraW5nIHRoZSBNZWRpY2F0aW9uIChDb2RlYWJsZUNvbmNlcHQpLiAqL1xuICBhc05lZWRlZENvZGVhYmxlQ29uY2VwdD86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogQm9keSBzaXRlIHRvIGFkbWluaXN0ZXIgdG8uICovXG4gIHNpdGU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEhvdyBkcnVnIHNob3VsZCBlbnRlciBib2R5LiAqL1xuICByb3V0ZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogVGVjaG5pcXVlIGZvciBhZG1pbmlzdGVyaW5nIG1lZGljYXRpb24uICovXG4gIG1ldGhvZD86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogQW1vdW50IG9mIG1lZGljYXRpb24gcGVyIGRvc2UuICovXG4gIGRvc2VSYW5nZT86IFJhbmdlO1xuXG4gIC8qKiBBbW91bnQgb2YgbWVkaWNhdGlvbiBwZXIgZG9zZS4gKi9cbiAgZG9zZVNpbXBsZVF1YW50aXR5PzogUXVhbnRpdHk7XG5cbiAgLyoqIFVwcGVyIGxpbWl0IG9uIG1lZGljYXRpb24gcGVyIHVuaXQgb2YgdGltZS4gKi9cbiAgbWF4RG9zZVBlclBlcmlvZD86IFJhdGlvO1xuXG4gIC8qKiBVcHBlciBsaW1pdCBvbiBtZWRpY2F0aW9uIHBlciBhZG1pbmlzdHJhdGlvbi4gKi9cbiAgbWF4RG9zZVBlckFkbWluaXN0cmF0aW9uPzogUXVhbnRpdHk7XG5cbiAgLyoqIFVwcGVyIGxpbWl0IG9uIG1lZGljYXRpb24gcGVyIGxpZmV0aW1lIG9mIHRoZSBwYXRpZW50LiAqL1xuICBtYXhEb3NlUGVyTGlmZXRpbWU/OiBRdWFudGl0eTtcblxuICAvKiogQW1vdW50IG9mIG1lZGljYXRpb24gcGVyIHVuaXQgb2YgdGltZS4gKi9cbiAgcmF0ZVJhdGlvPzogUmF0aW87XG5cbiAgLyoqIEFtb3VudCBvZiBtZWRpY2F0aW9uIHBlciB1bml0IG9mIHRpbWUuICovXG4gIHJhdGVSYW5nZT86IFJhbmdlO1xuXG4gIC8qKiBBbW91bnQgb2YgbWVkaWNhdGlvbiBwZXIgdW5pdCBvZiB0aW1lLiAqL1xuICByYXRlU2ltcGxlUXVhbnRpdHk/OiBRdWFudGl0eTtcbn1cbiJdfQ==
|
package/lib/ehr/duration.d.ts
DELETED
package/lib/ehr/duration.js
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// FHIR Duration Type
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHVyYXRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2R1cmF0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxxQkFBcUIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIER1cmF0aW9uIFR5cGVcblxuZXhwb3J0IGludGVyZmFjZSBEdXJhdGlvbiB7fVxuIl19
|
package/lib/ehr/element.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Extension } from "./extension";
|
|
2
|
-
export interface Element {
|
|
3
|
-
/** unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. */
|
|
4
|
-
id?: string;
|
|
5
|
-
/** May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. */
|
|
6
|
-
extension?: Extension[];
|
|
7
|
-
}
|
package/lib/ehr/element.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWxlbWVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvZWxlbWVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBFbGVtZW50IFR5cGVcbmltcG9ydCB0eXBlIHsgRXh0ZW5zaW9uIH0gZnJvbSBcIi4vZXh0ZW5zaW9uXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgRWxlbWVudCB7XG4gIC8qKiB1bmlxdWUgaWQgZm9yIHRoZSBlbGVtZW50IHdpdGhpbiBhIHJlc291cmNlIChmb3IgaW50ZXJuYWwgcmVmZXJlbmNlcykuIFRoaXMgbWF5IGJlIGFueSBzdHJpbmcgdmFsdWUgdGhhdCBkb2VzIG5vdCBjb250YWluIHNwYWNlcy4gKi9cbiAgaWQ/OiBzdHJpbmc7XG5cbiAgLyoqIE1heSBiZSB1c2VkIHRvIHJlcHJlc2VudCBhZGRpdGlvbmFsIGluZm9ybWF0aW9uIHRoYXQgaXMgbm90IHBhcnQgb2YgdGhlIGJhc2ljIGRlZmluaXRpb24gb2YgdGhlIGVsZW1lbnQuIEluIG9yZGVyIHRvIG1ha2UgdGhlIHVzZSBvZiBleHRlbnNpb25zIHNhZmUgYW5kIG1hbmFnZWFibGUsIHRoZXJlIGlzIGEgc3RyaWN0IHNldCBvZiBnb3Zlcm5hbmNlICBhcHBsaWVkIHRvIHRoZSBkZWZpbml0aW9uIGFuZCB1c2Ugb2YgZXh0ZW5zaW9ucy4gVGhvdWdoIGFueSBpbXBsZW1lbnRlciBpcyBhbGxvd2VkIHRvIGRlZmluZSBhbiBleHRlbnNpb24sIHRoZXJlIGlzIGEgc2V0IG9mIHJlcXVpcmVtZW50cyB0aGF0IFNIQUxMIGJlIG1ldCBhcyBwYXJ0IG9mIHRoZSBkZWZpbml0aW9uIG9mIHRoZSBleHRlbnNpb24uICovXG4gIGV4dGVuc2lvbj86IEV4dGVuc2lvbltdO1xufVxuIl19
|