@openhi/types 0.0.1 → 0.0.2
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 +2 -2
- 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
package/lib/ehr/account.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3VudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvYWNjb3VudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBBY2NvdW50IFR5cGVcbmltcG9ydCB0eXBlIHsgQWNjb3VudF9Db3ZlcmFnZSB9IGZyb20gXCIuL2FjY291bnRfY292ZXJhZ2VcIjtcbmltcG9ydCB0eXBlIHsgQWNjb3VudF9HdWFyYW50b3IgfSBmcm9tIFwiLi9hY2NvdW50X2d1YXJhbnRvclwiO1xuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgSWRlbnRpZmllciB9IGZyb20gXCIuL2lkZW50aWZpZXJcIjtcbmltcG9ydCB0eXBlIHsgTW9uZXkgfSBmcm9tIFwiLi9tb25leVwiO1xuaW1wb3J0IHR5cGUgeyBQZXJpb2QgfSBmcm9tIFwiLi9wZXJpb2RcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQWNjb3VudCB7XG4gIC8qKiBUaGlzIGlzIGEgQWNjb3VudCByZXNvdXJjZSAqL1xuICByZXNvdXJjZVR5cGU6IFwiQWNjb3VudFwiO1xuXG4gIC8qKiBVbmlxdWUgaWRlbnRpZmllciB1c2VkIHRvIHJlZmVyZW5jZSB0aGUgYWNjb3VudC4gIE1heSBvciBtYXkgbm90IGJlIGludGVuZGVkIGZvciBodW1hbiB1c2UgKGUuZy4gY3JlZGl0IGNhcmQgbnVtYmVyKS4gKi9cbiAgaWRlbnRpZmllcj86IElkZW50aWZpZXJbXTtcblxuICAvKiogSW5kaWNhdGVzIHdoZXRoZXIgdGhlIGFjY291bnQgaXMgcHJlc2VudGx5IHVzZWQvdXNhYmxlIG9yIG5vdC4gKi9cbiAgc3RhdHVzPzogXCJhY3RpdmVcIiB8IFwiaW5hY3RpdmVcIiB8IFwiZW50ZXJlZC1pbi1lcnJvclwiO1xuXG4gIC8qKiBDYXRlZ29yaXplcyB0aGUgYWNjb3VudCBmb3IgcmVwb3J0aW5nIGFuZCBzZWFyY2hpbmcgcHVycG9zZXMuICovXG4gIHR5cGU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIE5hbWUgdXNlZCBmb3IgdGhlIGFjY291bnQgd2hlbiBkaXNwbGF5aW5nIGl0IHRvIGh1bWFucyBpbiByZXBvcnRzLCBldGMuICovXG4gIG5hbWU/OiBzdHJpbmc7XG5cbiAgLyoqIElkZW50aWZpZXMgdGhlIHBhdGllbnQsIGRldmljZSwgcHJhY3RpdGlvbmVyLCBsb2NhdGlvbiBvciBvdGhlciBvYmplY3QgdGhlIGFjY291bnQgaXMgYXNzb2NpYXRlZCB3aXRoLiAqL1xuICBzdWJqZWN0PzogUmVmZXJlbmNlO1xuXG4gIC8qKiBJZGVudGlmaWVzIHRoZSBwZXJpb2Qgb2YgdGltZSB0aGUgYWNjb3VudCBhcHBsaWVzIHRvOyBlLmcuIGFjY291bnRzIGNyZWF0ZWQgcGVyIGZpc2NhbCB5ZWFyLCBxdWFydGVyLCBldGMuICovXG4gIHBlcmlvZD86IFBlcmlvZDtcblxuICAvKiogSW5kaWNhdGVzIHRoZSBwZXJpb2Qgb2YgdGltZSBvdmVyIHdoaWNoIHRoZSBhY2NvdW50IGlzIGFsbG93ZWQgdG8gaGF2ZSB0cmFuc2FjdGlvbnMgcG9zdGVkIHRvIGl0LlxuVGhpcyBwZXJpb2QgbWF5IGJlIGRpZmZlcmVudCB0byB0aGUgY292ZXJhZ2VQZXJpb2Qgd2hpY2ggaXMgdGhlIGR1cmF0aW9uIG9mIHRpbWUgdGhhdCBzZXJ2aWNlcyBtYXkgb2NjdXIuICovXG4gIGFjdGl2ZT86IFBlcmlvZDtcblxuICAvKiogUmVwcmVzZW50cyB0aGUgc3VtIG9mIGFsbCBjcmVkaXRzIGxlc3MgYWxsIGRlYml0cyBhc3NvY2lhdGVkIHdpdGggdGhlIGFjY291bnQuICBNaWdodCBiZSBwb3NpdGl2ZSwgemVybyBvciBuZWdhdGl2ZS4gKi9cbiAgYmFsYW5jZT86IE1vbmV5O1xuXG4gIC8qKiBUaGUgcGFydHkocykgdGhhdCBhcmUgcmVzcG9uc2libGUgZm9yIGNvdmVyaW5nIHRoZSBwYXltZW50IG9mIHRoaXMgYWNjb3VudCwgYW5kIHdoYXQgb3JkZXIgc2hvdWxkIHRoZXkgYmUgYXBwbGllZCB0byB0aGUgYWNjb3VudC4gKi9cbiAgY292ZXJhZ2U/OiBBY2NvdW50X0NvdmVyYWdlW107XG5cbiAgLyoqIEluZGljYXRlcyB0aGUgb3JnYW5pemF0aW9uLCBkZXBhcnRtZW50LCBldGMuIHdpdGggcmVzcG9uc2liaWxpdHkgZm9yIHRoZSBhY2NvdW50LiAqL1xuICBvd25lcj86IFJlZmVyZW5jZTtcblxuICAvKiogUHJvdmlkZXMgYWRkaXRpb25hbCBpbmZvcm1hdGlvbiBhYm91dCB3aGF0IHRoZSBhY2NvdW50IHRyYWNrcyBhbmQgaG93IGl0IGlzIHVzZWQuICovXG4gIGRlc2NyaXB0aW9uPzogc3RyaW5nO1xuXG4gIC8qKiBQYXJ0aWVzIGZpbmFuY2lhbGx5IHJlc3BvbnNpYmxlIGZvciB0aGUgYWNjb3VudC4gKi9cbiAgZ3VhcmFudG9yPzogQWNjb3VudF9HdWFyYW50b3JbXTtcbn1cbiJdfQ==
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { Reference } from "./reference";
|
|
2
|
-
export interface Account_Coverage {
|
|
3
|
-
/** The party(s) that are responsible for payment (or part of) of charges applied to this account (including self-pay).
|
|
4
|
-
|
|
5
|
-
A coverage may only be resposible for specific types of charges, and the sequence of the coverages in the account could be important when processing billing. */
|
|
6
|
-
coverage: Reference;
|
|
7
|
-
/** The priority of the coverage in the context of this account. */
|
|
8
|
-
priority?: number;
|
|
9
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3VudF9jb3ZlcmFnZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvYWNjb3VudF9jb3ZlcmFnZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBBY2NvdW50X0NvdmVyYWdlIFR5cGVcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQWNjb3VudF9Db3ZlcmFnZSB7XG4gIC8qKiBUaGUgcGFydHkocykgdGhhdCBhcmUgcmVzcG9uc2libGUgZm9yIHBheW1lbnQgKG9yIHBhcnQgb2YpIG9mIGNoYXJnZXMgYXBwbGllZCB0byB0aGlzIGFjY291bnQgKGluY2x1ZGluZyBzZWxmLXBheSkuXG5cbkEgY292ZXJhZ2UgbWF5IG9ubHkgYmUgcmVzcG9zaWJsZSBmb3Igc3BlY2lmaWMgdHlwZXMgb2YgY2hhcmdlcywgYW5kIHRoZSBzZXF1ZW5jZSBvZiB0aGUgY292ZXJhZ2VzIGluIHRoZSBhY2NvdW50IGNvdWxkIGJlIGltcG9ydGFudCB3aGVuIHByb2Nlc3NpbmcgYmlsbGluZy4gKi9cbiAgY292ZXJhZ2U6IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIHByaW9yaXR5IG9mIHRoZSBjb3ZlcmFnZSBpbiB0aGUgY29udGV4dCBvZiB0aGlzIGFjY291bnQuICovXG4gIHByaW9yaXR5PzogbnVtYmVyO1xufVxuIl19
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { Period } from "./period";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
export interface Account_Guarantor {
|
|
4
|
-
/** The entity who is responsible. */
|
|
5
|
-
party: Reference;
|
|
6
|
-
/** A guarantor may be placed on credit hold or otherwise have their role temporarily suspended. */
|
|
7
|
-
onHold?: boolean;
|
|
8
|
-
/** The timeframe during which the guarantor accepts responsibility for the account. */
|
|
9
|
-
period?: Period;
|
|
10
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3VudF9ndWFyYW50b3IuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2FjY291bnRfZ3VhcmFudG9yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIEFjY291bnRfR3VhcmFudG9yIFR5cGVcbmltcG9ydCB0eXBlIHsgUGVyaW9kIH0gZnJvbSBcIi4vcGVyaW9kXCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIEFjY291bnRfR3VhcmFudG9yIHtcbiAgLyoqIFRoZSBlbnRpdHkgd2hvIGlzIHJlc3BvbnNpYmxlLiAqL1xuICBwYXJ0eTogUmVmZXJlbmNlO1xuXG4gIC8qKiBBIGd1YXJhbnRvciBtYXkgYmUgcGxhY2VkIG9uIGNyZWRpdCBob2xkIG9yIG90aGVyd2lzZSBoYXZlIHRoZWlyIHJvbGUgdGVtcG9yYXJpbHkgc3VzcGVuZGVkLiAqL1xuICBvbkhvbGQ/OiBib29sZWFuO1xuXG4gIC8qKiBUaGUgdGltZWZyYW1lIGR1cmluZyB3aGljaCB0aGUgZ3VhcmFudG9yIGFjY2VwdHMgcmVzcG9uc2liaWxpdHkgZm9yIHRoZSBhY2NvdW50LiAqL1xuICBwZXJpb2Q/OiBQZXJpb2Q7XG59XG4iXX0=
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import type { ActivityDefinition_DynamicValue } from "./activitydefinition_dynamicvalue";
|
|
2
|
-
import type { ActivityDefinition_Participant } from "./activitydefinition_participant";
|
|
3
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
4
|
-
import type { ContactDetail } from "./contactdetail";
|
|
5
|
-
import type { Contributor } from "./contributor";
|
|
6
|
-
import type { Dosage } from "./dosage";
|
|
7
|
-
import type { Identifier } from "./identifier";
|
|
8
|
-
import type { Period } from "./period";
|
|
9
|
-
import type { Quantity } from "./quantity";
|
|
10
|
-
import type { Range } from "./range";
|
|
11
|
-
import type { Reference } from "./reference";
|
|
12
|
-
import type { RelatedArtifact } from "./relatedartifact";
|
|
13
|
-
import type { Timing } from "./timing";
|
|
14
|
-
import type { UsageContext } from "./usagecontext";
|
|
15
|
-
export interface ActivityDefinition {
|
|
16
|
-
/** This is a ActivityDefinition resource */
|
|
17
|
-
resourceType: "ActivityDefinition";
|
|
18
|
-
/** An absolute URI that is used to identify this activity definition when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this activity definition is (or will be) published. The URL SHOULD include the major version of the activity definition. For more information see [Technical and Business Versions](resource.html#versions). */
|
|
19
|
-
url?: string;
|
|
20
|
-
/** A formal identifier that is used to identify this activity definition when it is represented in other formats, or referenced in a specification, model, design or an instance. */
|
|
21
|
-
identifier?: Identifier[];
|
|
22
|
-
/** The identifier that is used to identify this version of the activity definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the activity definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. To provide a version consistent with the Decision Support Service specification, use the format Major.Minor.Revision (e.g. 1.0.0). For more information on versioning knowledge assets, refer to the Decision Support Service specification. Note that a version is required for non-experimental active assets. */
|
|
23
|
-
version?: string;
|
|
24
|
-
/** A natural language name identifying the activity definition. This name should be usable as an identifier for the module by machine processing applications such as code generation. */
|
|
25
|
-
name?: string;
|
|
26
|
-
/** A short, descriptive, user-friendly title for the activity definition. */
|
|
27
|
-
title?: string;
|
|
28
|
-
/** The status of this activity definition. Enables tracking the life-cycle of the content. */
|
|
29
|
-
status?: "draft" | "active" | "retired" | "unknown";
|
|
30
|
-
/** A boolean value to indicate that this activity definition is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage. */
|
|
31
|
-
experimental?: boolean;
|
|
32
|
-
/** The date (and optionally time) when the activity definition was published. The date must change if and when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the activity definition changes. */
|
|
33
|
-
date?: string;
|
|
34
|
-
/** The name of the individual or organization that published the activity definition. */
|
|
35
|
-
publisher?: string;
|
|
36
|
-
/** A free text natural language description of the activity definition from a consumer's perspective. */
|
|
37
|
-
description?: string;
|
|
38
|
-
/** Explaination of why this activity definition is needed and why it has been designed as it has. */
|
|
39
|
-
purpose?: string;
|
|
40
|
-
/** A detailed description of how the asset is used from a clinical perspective. */
|
|
41
|
-
usage?: string;
|
|
42
|
-
/** The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage. */
|
|
43
|
-
approvalDate?: string;
|
|
44
|
-
/** The date on which the resource content was last reviewed. Review happens periodically after approval, but doesn't change the original approval date. */
|
|
45
|
-
lastReviewDate?: string;
|
|
46
|
-
/** The period during which the activity definition content was or is planned to be in active use. */
|
|
47
|
-
effectivePeriod?: Period;
|
|
48
|
-
/** The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching for appropriate activity definition instances. */
|
|
49
|
-
useContext?: UsageContext[];
|
|
50
|
-
/** A legal or geographic region in which the activity definition is intended to be used. */
|
|
51
|
-
jurisdiction?: CodeableConcept[];
|
|
52
|
-
/** Descriptive topics related to the content of the activity. Topics provide a high-level categorization of the activity that can be useful for filtering and searching. */
|
|
53
|
-
topic?: CodeableConcept[];
|
|
54
|
-
/** A contributor to the content of the asset, including authors, editors, reviewers, and endorsers. */
|
|
55
|
-
contributor?: Contributor[];
|
|
56
|
-
/** Contact details to assist a user in finding and communicating with the publisher. */
|
|
57
|
-
contact?: ContactDetail[];
|
|
58
|
-
/** A copyright statement relating to the activity definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the activity definition. */
|
|
59
|
-
copyright?: string;
|
|
60
|
-
/** Related artifacts such as additional documentation, justification, or bibliographic references. */
|
|
61
|
-
relatedArtifact?: RelatedArtifact[];
|
|
62
|
-
/** A reference to a Library resource containing any formal logic used by the asset. */
|
|
63
|
-
library?: Reference[];
|
|
64
|
-
/** A description of the kind of resource the activity definition is representing. For example, a MedicationRequest, a ProcedureRequest, or a CommunicationRequest. Typically, but not always, this is a Request resource. */
|
|
65
|
-
kind?: string;
|
|
66
|
-
/** Detailed description of the type of activity; e.g. What lab test, what procedure, what kind of encounter. */
|
|
67
|
-
code?: CodeableConcept;
|
|
68
|
-
/** The period, timing or frequency upon which the described activity is to occur. */
|
|
69
|
-
timingTiming?: Timing;
|
|
70
|
-
/** The period, timing or frequency upon which the described activity is to occur. */
|
|
71
|
-
timingDateTime?: string;
|
|
72
|
-
/** The period, timing or frequency upon which the described activity is to occur. */
|
|
73
|
-
timingPeriod?: Period;
|
|
74
|
-
/** The period, timing or frequency upon which the described activity is to occur. */
|
|
75
|
-
timingRange?: Range;
|
|
76
|
-
/** Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc. */
|
|
77
|
-
location?: Reference;
|
|
78
|
-
/** Indicates who should participate in performing the action described. */
|
|
79
|
-
participant?: ActivityDefinition_Participant[];
|
|
80
|
-
/** Identifies the food, drug or other product being consumed or supplied in the activity. */
|
|
81
|
-
productReference?: Reference;
|
|
82
|
-
/** Identifies the food, drug or other product being consumed or supplied in the activity. */
|
|
83
|
-
productCodeableConcept?: CodeableConcept;
|
|
84
|
-
/** Identifies the quantity expected to be consumed at once (per dose, per meal, etc.). */
|
|
85
|
-
quantity?: Quantity;
|
|
86
|
-
/** Provides detailed dosage instructions in the same way that they are described for MedicationRequest resources. */
|
|
87
|
-
dosage?: Dosage[];
|
|
88
|
-
/** Indicates the sites on the subject's body where the procedure should be performed (I.e. the target sites). */
|
|
89
|
-
bodySite?: CodeableConcept[];
|
|
90
|
-
/** A reference to a StructureMap resource that defines a transform that can be executed to produce the intent resource using the ActivityDefinition instance as the input. */
|
|
91
|
-
transform?: Reference;
|
|
92
|
-
/** Dynamic values that will be evaluated to produce values for elements of the resulting resource. For example, if the dosage of a medication must be computed based on the patient's weight, a dynamic value would be used to specify an expression that calculated the weight, and the path on the intent resource that would contain the result. */
|
|
93
|
-
dynamicValue?: ActivityDefinition_DynamicValue[];
|
|
94
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aXZpdHlkZWZpbml0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9hY3Rpdml0eWRlZmluaXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQWN0aXZpdHlEZWZpbml0aW9uIFR5cGVcbmltcG9ydCB0eXBlIHsgQWN0aXZpdHlEZWZpbml0aW9uX0R5bmFtaWNWYWx1ZSB9IGZyb20gXCIuL2FjdGl2aXR5ZGVmaW5pdGlvbl9keW5hbWljdmFsdWVcIjtcbmltcG9ydCB0eXBlIHsgQWN0aXZpdHlEZWZpbml0aW9uX1BhcnRpY2lwYW50IH0gZnJvbSBcIi4vYWN0aXZpdHlkZWZpbml0aW9uX3BhcnRpY2lwYW50XCI7XG5pbXBvcnQgdHlwZSB7IENvZGVhYmxlQ29uY2VwdCB9IGZyb20gXCIuL2NvZGVhYmxlY29uY2VwdFwiO1xuaW1wb3J0IHR5cGUgeyBDb250YWN0RGV0YWlsIH0gZnJvbSBcIi4vY29udGFjdGRldGFpbFwiO1xuaW1wb3J0IHR5cGUgeyBDb250cmlidXRvciB9IGZyb20gXCIuL2NvbnRyaWJ1dG9yXCI7XG5pbXBvcnQgdHlwZSB7IERvc2FnZSB9IGZyb20gXCIuL2Rvc2FnZVwiO1xuaW1wb3J0IHR5cGUgeyBJZGVudGlmaWVyIH0gZnJvbSBcIi4vaWRlbnRpZmllclwiO1xuaW1wb3J0IHR5cGUgeyBQZXJpb2QgfSBmcm9tIFwiLi9wZXJpb2RcIjtcbmltcG9ydCB0eXBlIHsgUXVhbnRpdHkgfSBmcm9tIFwiLi9xdWFudGl0eVwiO1xuaW1wb3J0IHR5cGUgeyBSYW5nZSB9IGZyb20gXCIuL3JhbmdlXCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuaW1wb3J0IHR5cGUgeyBSZWxhdGVkQXJ0aWZhY3QgfSBmcm9tIFwiLi9yZWxhdGVkYXJ0aWZhY3RcIjtcbmltcG9ydCB0eXBlIHsgVGltaW5nIH0gZnJvbSBcIi4vdGltaW5nXCI7XG5pbXBvcnQgdHlwZSB7IFVzYWdlQ29udGV4dCB9IGZyb20gXCIuL3VzYWdlY29udGV4dFwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIEFjdGl2aXR5RGVmaW5pdGlvbiB7XG4gIC8qKiBUaGlzIGlzIGEgQWN0aXZpdHlEZWZpbml0aW9uIHJlc291cmNlICovXG4gIHJlc291cmNlVHlwZTogXCJBY3Rpdml0eURlZmluaXRpb25cIjtcblxuICAvKiogQW4gYWJzb2x1dGUgVVJJIHRoYXQgaXMgdXNlZCB0byBpZGVudGlmeSB0aGlzIGFjdGl2aXR5IGRlZmluaXRpb24gd2hlbiBpdCBpcyByZWZlcmVuY2VkIGluIGEgc3BlY2lmaWNhdGlvbiwgbW9kZWwsIGRlc2lnbiBvciBhbiBpbnN0YW5jZS4gVGhpcyBTSEFMTCBiZSBhIFVSTCwgU0hPVUxEIGJlIGdsb2JhbGx5IHVuaXF1ZSwgYW5kIFNIT1VMRCBiZSBhbiBhZGRyZXNzIGF0IHdoaWNoIHRoaXMgYWN0aXZpdHkgZGVmaW5pdGlvbiBpcyAob3Igd2lsbCBiZSkgcHVibGlzaGVkLiBUaGUgVVJMIFNIT1VMRCBpbmNsdWRlIHRoZSBtYWpvciB2ZXJzaW9uIG9mIHRoZSBhY3Rpdml0eSBkZWZpbml0aW9uLiBGb3IgbW9yZSBpbmZvcm1hdGlvbiBzZWUgW1RlY2huaWNhbCBhbmQgQnVzaW5lc3MgVmVyc2lvbnNdKHJlc291cmNlLmh0bWwjdmVyc2lvbnMpLiAqL1xuICB1cmw/OiBzdHJpbmc7XG5cbiAgLyoqIEEgZm9ybWFsIGlkZW50aWZpZXIgdGhhdCBpcyB1c2VkIHRvIGlkZW50aWZ5IHRoaXMgYWN0aXZpdHkgZGVmaW5pdGlvbiB3aGVuIGl0IGlzIHJlcHJlc2VudGVkIGluIG90aGVyIGZvcm1hdHMsIG9yIHJlZmVyZW5jZWQgaW4gYSBzcGVjaWZpY2F0aW9uLCBtb2RlbCwgZGVzaWduIG9yIGFuIGluc3RhbmNlLiAqL1xuICBpZGVudGlmaWVyPzogSWRlbnRpZmllcltdO1xuXG4gIC8qKiBUaGUgaWRlbnRpZmllciB0aGF0IGlzIHVzZWQgdG8gaWRlbnRpZnkgdGhpcyB2ZXJzaW9uIG9mIHRoZSBhY3Rpdml0eSBkZWZpbml0aW9uIHdoZW4gaXQgaXMgcmVmZXJlbmNlZCBpbiBhIHNwZWNpZmljYXRpb24sIG1vZGVsLCBkZXNpZ24gb3IgaW5zdGFuY2UuIFRoaXMgaXMgYW4gYXJiaXRyYXJ5IHZhbHVlIG1hbmFnZWQgYnkgdGhlIGFjdGl2aXR5IGRlZmluaXRpb24gYXV0aG9yIGFuZCBpcyBub3QgZXhwZWN0ZWQgdG8gYmUgZ2xvYmFsbHkgdW5pcXVlLiBGb3IgZXhhbXBsZSwgaXQgbWlnaHQgYmUgYSB0aW1lc3RhbXAgKGUuZy4geXl5eW1tZGQpIGlmIGEgbWFuYWdlZCB2ZXJzaW9uIGlzIG5vdCBhdmFpbGFibGUuIFRoZXJlIGlzIGFsc28gbm8gZXhwZWN0YXRpb24gdGhhdCB2ZXJzaW9ucyBjYW4gYmUgcGxhY2VkIGluIGEgbGV4aWNvZ3JhcGhpY2FsIHNlcXVlbmNlLiBUbyBwcm92aWRlIGEgdmVyc2lvbiBjb25zaXN0ZW50IHdpdGggdGhlIERlY2lzaW9uIFN1cHBvcnQgU2VydmljZSBzcGVjaWZpY2F0aW9uLCB1c2UgdGhlIGZvcm1hdCBNYWpvci5NaW5vci5SZXZpc2lvbiAoZS5nLiAxLjAuMCkuIEZvciBtb3JlIGluZm9ybWF0aW9uIG9uIHZlcnNpb25pbmcga25vd2xlZGdlIGFzc2V0cywgcmVmZXIgdG8gdGhlIERlY2lzaW9uIFN1cHBvcnQgU2VydmljZSBzcGVjaWZpY2F0aW9uLiBOb3RlIHRoYXQgYSB2ZXJzaW9uIGlzIHJlcXVpcmVkIGZvciBub24tZXhwZXJpbWVudGFsIGFjdGl2ZSBhc3NldHMuICovXG4gIHZlcnNpb24/OiBzdHJpbmc7XG5cbiAgLyoqIEEgbmF0dXJhbCBsYW5ndWFnZSBuYW1lIGlkZW50aWZ5aW5nIHRoZSBhY3Rpdml0eSBkZWZpbml0aW9uLiBUaGlzIG5hbWUgc2hvdWxkIGJlIHVzYWJsZSBhcyBhbiBpZGVudGlmaWVyIGZvciB0aGUgbW9kdWxlIGJ5IG1hY2hpbmUgcHJvY2Vzc2luZyBhcHBsaWNhdGlvbnMgc3VjaCBhcyBjb2RlIGdlbmVyYXRpb24uICovXG4gIG5hbWU/OiBzdHJpbmc7XG5cbiAgLyoqIEEgc2hvcnQsIGRlc2NyaXB0aXZlLCB1c2VyLWZyaWVuZGx5IHRpdGxlIGZvciB0aGUgYWN0aXZpdHkgZGVmaW5pdGlvbi4gKi9cbiAgdGl0bGU/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBzdGF0dXMgb2YgdGhpcyBhY3Rpdml0eSBkZWZpbml0aW9uLiBFbmFibGVzIHRyYWNraW5nIHRoZSBsaWZlLWN5Y2xlIG9mIHRoZSBjb250ZW50LiAqL1xuICBzdGF0dXM/OiBcImRyYWZ0XCIgfCBcImFjdGl2ZVwiIHwgXCJyZXRpcmVkXCIgfCBcInVua25vd25cIjtcblxuICAvKiogQSBib29sZWFuIHZhbHVlIHRvIGluZGljYXRlIHRoYXQgdGhpcyBhY3Rpdml0eSBkZWZpbml0aW9uIGlzIGF1dGhvcmVkIGZvciB0ZXN0aW5nIHB1cnBvc2VzIChvciBlZHVjYXRpb24vZXZhbHVhdGlvbi9tYXJrZXRpbmcpLCBhbmQgaXMgbm90IGludGVuZGVkIHRvIGJlIHVzZWQgZm9yIGdlbnVpbmUgdXNhZ2UuICovXG4gIGV4cGVyaW1lbnRhbD86IGJvb2xlYW47XG5cbiAgLyoqIFRoZSBkYXRlICAoYW5kIG9wdGlvbmFsbHkgdGltZSkgd2hlbiB0aGUgYWN0aXZpdHkgZGVmaW5pdGlvbiB3YXMgcHVibGlzaGVkLiBUaGUgZGF0ZSBtdXN0IGNoYW5nZSBpZiBhbmQgd2hlbiB0aGUgYnVzaW5lc3MgdmVyc2lvbiBjaGFuZ2VzIGFuZCBpdCBtdXN0IGNoYW5nZSBpZiB0aGUgc3RhdHVzIGNvZGUgY2hhbmdlcy4gSW4gYWRkaXRpb24sIGl0IHNob3VsZCBjaGFuZ2Ugd2hlbiB0aGUgc3Vic3RhbnRpdmUgY29udGVudCBvZiB0aGUgYWN0aXZpdHkgZGVmaW5pdGlvbiBjaGFuZ2VzLiAqL1xuICBkYXRlPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgbmFtZSBvZiB0aGUgaW5kaXZpZHVhbCBvciBvcmdhbml6YXRpb24gdGhhdCBwdWJsaXNoZWQgdGhlIGFjdGl2aXR5IGRlZmluaXRpb24uICovXG4gIHB1Ymxpc2hlcj86IHN0cmluZztcblxuICAvKiogQSBmcmVlIHRleHQgbmF0dXJhbCBsYW5ndWFnZSBkZXNjcmlwdGlvbiBvZiB0aGUgYWN0aXZpdHkgZGVmaW5pdGlvbiBmcm9tIGEgY29uc3VtZXIncyBwZXJzcGVjdGl2ZS4gKi9cbiAgZGVzY3JpcHRpb24/OiBzdHJpbmc7XG5cbiAgLyoqIEV4cGxhaW5hdGlvbiBvZiB3aHkgdGhpcyBhY3Rpdml0eSBkZWZpbml0aW9uIGlzIG5lZWRlZCBhbmQgd2h5IGl0IGhhcyBiZWVuIGRlc2lnbmVkIGFzIGl0IGhhcy4gKi9cbiAgcHVycG9zZT86IHN0cmluZztcblxuICAvKiogQSBkZXRhaWxlZCBkZXNjcmlwdGlvbiBvZiBob3cgdGhlIGFzc2V0IGlzIHVzZWQgZnJvbSBhIGNsaW5pY2FsIHBlcnNwZWN0aXZlLiAqL1xuICB1c2FnZT86IHN0cmluZztcblxuICAvKiogVGhlIGRhdGUgb24gd2hpY2ggdGhlIHJlc291cmNlIGNvbnRlbnQgd2FzIGFwcHJvdmVkIGJ5IHRoZSBwdWJsaXNoZXIuIEFwcHJvdmFsIGhhcHBlbnMgb25jZSB3aGVuIHRoZSBjb250ZW50IGlzIG9mZmljaWFsbHkgYXBwcm92ZWQgZm9yIHVzYWdlLiAqL1xuICBhcHByb3ZhbERhdGU/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBkYXRlIG9uIHdoaWNoIHRoZSByZXNvdXJjZSBjb250ZW50IHdhcyBsYXN0IHJldmlld2VkLiBSZXZpZXcgaGFwcGVucyBwZXJpb2RpY2FsbHkgYWZ0ZXIgYXBwcm92YWwsIGJ1dCBkb2Vzbid0IGNoYW5nZSB0aGUgb3JpZ2luYWwgYXBwcm92YWwgZGF0ZS4gKi9cbiAgbGFzdFJldmlld0RhdGU/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBwZXJpb2QgZHVyaW5nIHdoaWNoIHRoZSBhY3Rpdml0eSBkZWZpbml0aW9uIGNvbnRlbnQgd2FzIG9yIGlzIHBsYW5uZWQgdG8gYmUgaW4gYWN0aXZlIHVzZS4gKi9cbiAgZWZmZWN0aXZlUGVyaW9kPzogUGVyaW9kO1xuXG4gIC8qKiBUaGUgY29udGVudCB3YXMgZGV2ZWxvcGVkIHdpdGggYSBmb2N1cyBhbmQgaW50ZW50IG9mIHN1cHBvcnRpbmcgdGhlIGNvbnRleHRzIHRoYXQgYXJlIGxpc3RlZC4gVGhlc2UgdGVybXMgbWF5IGJlIHVzZWQgdG8gYXNzaXN0IHdpdGggaW5kZXhpbmcgYW5kIHNlYXJjaGluZyBmb3IgYXBwcm9wcmlhdGUgYWN0aXZpdHkgZGVmaW5pdGlvbiBpbnN0YW5jZXMuICovXG4gIHVzZUNvbnRleHQ/OiBVc2FnZUNvbnRleHRbXTtcblxuICAvKiogQSBsZWdhbCBvciBnZW9ncmFwaGljIHJlZ2lvbiBpbiB3aGljaCB0aGUgYWN0aXZpdHkgZGVmaW5pdGlvbiBpcyBpbnRlbmRlZCB0byBiZSB1c2VkLiAqL1xuICBqdXJpc2RpY3Rpb24/OiBDb2RlYWJsZUNvbmNlcHRbXTtcblxuICAvKiogRGVzY3JpcHRpdmUgdG9waWNzIHJlbGF0ZWQgdG8gdGhlIGNvbnRlbnQgb2YgdGhlIGFjdGl2aXR5LiBUb3BpY3MgcHJvdmlkZSBhIGhpZ2gtbGV2ZWwgY2F0ZWdvcml6YXRpb24gb2YgdGhlIGFjdGl2aXR5IHRoYXQgY2FuIGJlIHVzZWZ1bCBmb3IgZmlsdGVyaW5nIGFuZCBzZWFyY2hpbmcuICovXG4gIHRvcGljPzogQ29kZWFibGVDb25jZXB0W107XG5cbiAgLyoqIEEgY29udHJpYnV0b3IgdG8gdGhlIGNvbnRlbnQgb2YgdGhlIGFzc2V0LCBpbmNsdWRpbmcgYXV0aG9ycywgZWRpdG9ycywgcmV2aWV3ZXJzLCBhbmQgZW5kb3JzZXJzLiAqL1xuICBjb250cmlidXRvcj86IENvbnRyaWJ1dG9yW107XG5cbiAgLyoqIENvbnRhY3QgZGV0YWlscyB0byBhc3Npc3QgYSB1c2VyIGluIGZpbmRpbmcgYW5kIGNvbW11bmljYXRpbmcgd2l0aCB0aGUgcHVibGlzaGVyLiAqL1xuICBjb250YWN0PzogQ29udGFjdERldGFpbFtdO1xuXG4gIC8qKiBBIGNvcHlyaWdodCBzdGF0ZW1lbnQgcmVsYXRpbmcgdG8gdGhlIGFjdGl2aXR5IGRlZmluaXRpb24gYW5kL29yIGl0cyBjb250ZW50cy4gQ29weXJpZ2h0IHN0YXRlbWVudHMgYXJlIGdlbmVyYWxseSBsZWdhbCByZXN0cmljdGlvbnMgb24gdGhlIHVzZSBhbmQgcHVibGlzaGluZyBvZiB0aGUgYWN0aXZpdHkgZGVmaW5pdGlvbi4gKi9cbiAgY29weXJpZ2h0Pzogc3RyaW5nO1xuXG4gIC8qKiBSZWxhdGVkIGFydGlmYWN0cyBzdWNoIGFzIGFkZGl0aW9uYWwgZG9jdW1lbnRhdGlvbiwganVzdGlmaWNhdGlvbiwgb3IgYmlibGlvZ3JhcGhpYyByZWZlcmVuY2VzLiAqL1xuICByZWxhdGVkQXJ0aWZhY3Q/OiBSZWxhdGVkQXJ0aWZhY3RbXTtcblxuICAvKiogQSByZWZlcmVuY2UgdG8gYSBMaWJyYXJ5IHJlc291cmNlIGNvbnRhaW5pbmcgYW55IGZvcm1hbCBsb2dpYyB1c2VkIGJ5IHRoZSBhc3NldC4gKi9cbiAgbGlicmFyeT86IFJlZmVyZW5jZVtdO1xuXG4gIC8qKiBBIGRlc2NyaXB0aW9uIG9mIHRoZSBraW5kIG9mIHJlc291cmNlIHRoZSBhY3Rpdml0eSBkZWZpbml0aW9uIGlzIHJlcHJlc2VudGluZy4gRm9yIGV4YW1wbGUsIGEgTWVkaWNhdGlvblJlcXVlc3QsIGEgUHJvY2VkdXJlUmVxdWVzdCwgb3IgYSBDb21tdW5pY2F0aW9uUmVxdWVzdC4gVHlwaWNhbGx5LCBidXQgbm90IGFsd2F5cywgdGhpcyBpcyBhIFJlcXVlc3QgcmVzb3VyY2UuICovXG4gIGtpbmQ/OiBzdHJpbmc7XG5cbiAgLyoqIERldGFpbGVkIGRlc2NyaXB0aW9uIG9mIHRoZSB0eXBlIG9mIGFjdGl2aXR5OyBlLmcuIFdoYXQgbGFiIHRlc3QsIHdoYXQgcHJvY2VkdXJlLCB3aGF0IGtpbmQgb2YgZW5jb3VudGVyLiAqL1xuICBjb2RlPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBUaGUgcGVyaW9kLCB0aW1pbmcgb3IgZnJlcXVlbmN5IHVwb24gd2hpY2ggdGhlIGRlc2NyaWJlZCBhY3Rpdml0eSBpcyB0byBvY2N1ci4gKi9cbiAgdGltaW5nVGltaW5nPzogVGltaW5nO1xuXG4gIC8qKiBUaGUgcGVyaW9kLCB0aW1pbmcgb3IgZnJlcXVlbmN5IHVwb24gd2hpY2ggdGhlIGRlc2NyaWJlZCBhY3Rpdml0eSBpcyB0byBvY2N1ci4gKi9cbiAgdGltaW5nRGF0ZVRpbWU/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBwZXJpb2QsIHRpbWluZyBvciBmcmVxdWVuY3kgdXBvbiB3aGljaCB0aGUgZGVzY3JpYmVkIGFjdGl2aXR5IGlzIHRvIG9jY3VyLiAqL1xuICB0aW1pbmdQZXJpb2Q/OiBQZXJpb2Q7XG5cbiAgLyoqIFRoZSBwZXJpb2QsIHRpbWluZyBvciBmcmVxdWVuY3kgdXBvbiB3aGljaCB0aGUgZGVzY3JpYmVkIGFjdGl2aXR5IGlzIHRvIG9jY3VyLiAqL1xuICB0aW1pbmdSYW5nZT86IFJhbmdlO1xuXG4gIC8qKiBJZGVudGlmaWVzIHRoZSBmYWNpbGl0eSB3aGVyZSB0aGUgYWN0aXZpdHkgd2lsbCBvY2N1cjsgZS5nLiBob21lLCBob3NwaXRhbCwgc3BlY2lmaWMgY2xpbmljLCBldGMuICovXG4gIGxvY2F0aW9uPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBJbmRpY2F0ZXMgd2hvIHNob3VsZCBwYXJ0aWNpcGF0ZSBpbiBwZXJmb3JtaW5nIHRoZSBhY3Rpb24gZGVzY3JpYmVkLiAqL1xuICBwYXJ0aWNpcGFudD86IEFjdGl2aXR5RGVmaW5pdGlvbl9QYXJ0aWNpcGFudFtdO1xuXG4gIC8qKiBJZGVudGlmaWVzIHRoZSBmb29kLCBkcnVnIG9yIG90aGVyIHByb2R1Y3QgYmVpbmcgY29uc3VtZWQgb3Igc3VwcGxpZWQgaW4gdGhlIGFjdGl2aXR5LiAqL1xuICBwcm9kdWN0UmVmZXJlbmNlPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBJZGVudGlmaWVzIHRoZSBmb29kLCBkcnVnIG9yIG90aGVyIHByb2R1Y3QgYmVpbmcgY29uc3VtZWQgb3Igc3VwcGxpZWQgaW4gdGhlIGFjdGl2aXR5LiAqL1xuICBwcm9kdWN0Q29kZWFibGVDb25jZXB0PzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBJZGVudGlmaWVzIHRoZSBxdWFudGl0eSBleHBlY3RlZCB0byBiZSBjb25zdW1lZCBhdCBvbmNlIChwZXIgZG9zZSwgcGVyIG1lYWwsIGV0Yy4pLiAqL1xuICBxdWFudGl0eT86IFF1YW50aXR5O1xuXG4gIC8qKiBQcm92aWRlcyBkZXRhaWxlZCBkb3NhZ2UgaW5zdHJ1Y3Rpb25zIGluIHRoZSBzYW1lIHdheSB0aGF0IHRoZXkgYXJlIGRlc2NyaWJlZCBmb3IgTWVkaWNhdGlvblJlcXVlc3QgcmVzb3VyY2VzLiAqL1xuICBkb3NhZ2U/OiBEb3NhZ2VbXTtcblxuICAvKiogSW5kaWNhdGVzIHRoZSBzaXRlcyBvbiB0aGUgc3ViamVjdCdzIGJvZHkgd2hlcmUgdGhlIHByb2NlZHVyZSBzaG91bGQgYmUgcGVyZm9ybWVkIChJLmUuIHRoZSB0YXJnZXQgc2l0ZXMpLiAqL1xuICBib2R5U2l0ZT86IENvZGVhYmxlQ29uY2VwdFtdO1xuXG4gIC8qKiBBIHJlZmVyZW5jZSB0byBhIFN0cnVjdHVyZU1hcCByZXNvdXJjZSB0aGF0IGRlZmluZXMgYSB0cmFuc2Zvcm0gdGhhdCBjYW4gYmUgZXhlY3V0ZWQgdG8gcHJvZHVjZSB0aGUgaW50ZW50IHJlc291cmNlIHVzaW5nIHRoZSBBY3Rpdml0eURlZmluaXRpb24gaW5zdGFuY2UgYXMgdGhlIGlucHV0LiAqL1xuICB0cmFuc2Zvcm0/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIER5bmFtaWMgdmFsdWVzIHRoYXQgd2lsbCBiZSBldmFsdWF0ZWQgdG8gcHJvZHVjZSB2YWx1ZXMgZm9yIGVsZW1lbnRzIG9mIHRoZSByZXN1bHRpbmcgcmVzb3VyY2UuIEZvciBleGFtcGxlLCBpZiB0aGUgZG9zYWdlIG9mIGEgbWVkaWNhdGlvbiBtdXN0IGJlIGNvbXB1dGVkIGJhc2VkIG9uIHRoZSBwYXRpZW50J3Mgd2VpZ2h0LCBhIGR5bmFtaWMgdmFsdWUgd291bGQgYmUgdXNlZCB0byBzcGVjaWZ5IGFuIGV4cHJlc3Npb24gdGhhdCBjYWxjdWxhdGVkIHRoZSB3ZWlnaHQsIGFuZCB0aGUgcGF0aCBvbiB0aGUgaW50ZW50IHJlc291cmNlIHRoYXQgd291bGQgY29udGFpbiB0aGUgcmVzdWx0LiAqL1xuICBkeW5hbWljVmFsdWU/OiBBY3Rpdml0eURlZmluaXRpb25fRHluYW1pY1ZhbHVlW107XG59XG4iXX0=
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export interface ActivityDefinition_DynamicValue {
|
|
2
|
-
/** A brief, natural language description of the intended semantics of the dynamic value. */
|
|
3
|
-
description?: string;
|
|
4
|
-
/** The path to the element to be customized. This is the path on the resource that will hold the result of the calculation defined by the expression. */
|
|
5
|
-
path?: string;
|
|
6
|
-
/** The media type of the language for the expression. */
|
|
7
|
-
language?: string;
|
|
8
|
-
/** An expression specifying the value of the customized element. */
|
|
9
|
-
expression?: string;
|
|
10
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// FHIR ActivityDefinition_DynamicValue Type
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aXZpdHlkZWZpbml0aW9uX2R5bmFtaWN2YWx1ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvYWN0aXZpdHlkZWZpbml0aW9uX2R5bmFtaWN2YWx1ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsNENBQTRDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBBY3Rpdml0eURlZmluaXRpb25fRHluYW1pY1ZhbHVlIFR5cGVcblxuZXhwb3J0IGludGVyZmFjZSBBY3Rpdml0eURlZmluaXRpb25fRHluYW1pY1ZhbHVlIHtcbiAgLyoqIEEgYnJpZWYsIG5hdHVyYWwgbGFuZ3VhZ2UgZGVzY3JpcHRpb24gb2YgdGhlIGludGVuZGVkIHNlbWFudGljcyBvZiB0aGUgZHluYW1pYyB2YWx1ZS4gKi9cbiAgZGVzY3JpcHRpb24/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBwYXRoIHRvIHRoZSBlbGVtZW50IHRvIGJlIGN1c3RvbWl6ZWQuIFRoaXMgaXMgdGhlIHBhdGggb24gdGhlIHJlc291cmNlIHRoYXQgd2lsbCBob2xkIHRoZSByZXN1bHQgb2YgdGhlIGNhbGN1bGF0aW9uIGRlZmluZWQgYnkgdGhlIGV4cHJlc3Npb24uICovXG4gIHBhdGg/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBtZWRpYSB0eXBlIG9mIHRoZSBsYW5ndWFnZSBmb3IgdGhlIGV4cHJlc3Npb24uICovXG4gIGxhbmd1YWdlPzogc3RyaW5nO1xuXG4gIC8qKiBBbiBleHByZXNzaW9uIHNwZWNpZnlpbmcgdGhlIHZhbHVlIG9mIHRoZSBjdXN0b21pemVkIGVsZW1lbnQuICovXG4gIGV4cHJlc3Npb24/OiBzdHJpbmc7XG59XG4iXX0=
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
export interface ActivityDefinition_Participant {
|
|
3
|
-
/** The type of participant in the action. */
|
|
4
|
-
type?: string;
|
|
5
|
-
/** The role the participant should play in performing the described action. */
|
|
6
|
-
role?: CodeableConcept;
|
|
7
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aXZpdHlkZWZpbml0aW9uX3BhcnRpY2lwYW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9hY3Rpdml0eWRlZmluaXRpb25fcGFydGljaXBhbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQWN0aXZpdHlEZWZpbml0aW9uX1BhcnRpY2lwYW50IFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQWN0aXZpdHlEZWZpbml0aW9uX1BhcnRpY2lwYW50IHtcbiAgLyoqIFRoZSB0eXBlIG9mIHBhcnRpY2lwYW50IGluIHRoZSBhY3Rpb24uICovXG4gIHR5cGU/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSByb2xlIHRoZSBwYXJ0aWNpcGFudCBzaG91bGQgcGxheSBpbiBwZXJmb3JtaW5nIHRoZSBkZXNjcmliZWQgYWN0aW9uLiAqL1xuICByb2xlPzogQ29kZWFibGVDb25jZXB0O1xufVxuIl19
|
package/lib/ehr/address.d.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import type { Period } from "./period";
|
|
2
|
-
export interface Address {
|
|
3
|
-
/** The purpose of this address. */
|
|
4
|
-
use?: "home" | "work" | "temp" | "old";
|
|
5
|
-
/** Distinguishes between physical addresses (those you can visit) and mailing addresses (e.g. PO Boxes and care-of addresses). Most addresses are both. */
|
|
6
|
-
type?: "postal" | "physical" | "both";
|
|
7
|
-
/** A full text representation of the address. */
|
|
8
|
-
text?: string;
|
|
9
|
-
/** This component contains the house number, apartment number, street name, street direction, P.O. Box number, delivery hints, and similar address information. */
|
|
10
|
-
line?: string[];
|
|
11
|
-
/** The name of the city, town, village or other community or delivery center. */
|
|
12
|
-
city?: string;
|
|
13
|
-
/** The name of the administrative area (county). */
|
|
14
|
-
district?: string;
|
|
15
|
-
/** Sub-unit of a country with limited sovereignty in a federally organized country. A code may be used if codes are in common use (i.e. US 2 letter state codes). */
|
|
16
|
-
state?: string;
|
|
17
|
-
/** A postal code designating a region defined by the postal service. */
|
|
18
|
-
postalCode?: string;
|
|
19
|
-
/** Country - a nation as commonly understood or generally accepted. */
|
|
20
|
-
country?: string;
|
|
21
|
-
/** Time period when address was/is in use. */
|
|
22
|
-
period?: Period;
|
|
23
|
-
}
|
package/lib/ehr/address.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkcmVzcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvYWRkcmVzcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBBZGRyZXNzIFR5cGVcbmltcG9ydCB0eXBlIHsgUGVyaW9kIH0gZnJvbSBcIi4vcGVyaW9kXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQWRkcmVzcyB7XG4gIC8qKiBUaGUgcHVycG9zZSBvZiB0aGlzIGFkZHJlc3MuICovXG4gIHVzZT86IFwiaG9tZVwiIHwgXCJ3b3JrXCIgfCBcInRlbXBcIiB8IFwib2xkXCI7XG5cbiAgLyoqIERpc3Rpbmd1aXNoZXMgYmV0d2VlbiBwaHlzaWNhbCBhZGRyZXNzZXMgKHRob3NlIHlvdSBjYW4gdmlzaXQpIGFuZCBtYWlsaW5nIGFkZHJlc3NlcyAoZS5nLiBQTyBCb3hlcyBhbmQgY2FyZS1vZiBhZGRyZXNzZXMpLiBNb3N0IGFkZHJlc3NlcyBhcmUgYm90aC4gKi9cbiAgdHlwZT86IFwicG9zdGFsXCIgfCBcInBoeXNpY2FsXCIgfCBcImJvdGhcIjtcblxuICAvKiogQSBmdWxsIHRleHQgcmVwcmVzZW50YXRpb24gb2YgdGhlIGFkZHJlc3MuICovXG4gIHRleHQ/OiBzdHJpbmc7XG5cbiAgLyoqIFRoaXMgY29tcG9uZW50IGNvbnRhaW5zIHRoZSBob3VzZSBudW1iZXIsIGFwYXJ0bWVudCBudW1iZXIsIHN0cmVldCBuYW1lLCBzdHJlZXQgZGlyZWN0aW9uLCAgUC5PLiBCb3ggbnVtYmVyLCBkZWxpdmVyeSBoaW50cywgYW5kIHNpbWlsYXIgYWRkcmVzcyBpbmZvcm1hdGlvbi4gKi9cbiAgbGluZT86IHN0cmluZ1tdO1xuXG4gIC8qKiBUaGUgbmFtZSBvZiB0aGUgY2l0eSwgdG93biwgdmlsbGFnZSBvciBvdGhlciBjb21tdW5pdHkgb3IgZGVsaXZlcnkgY2VudGVyLiAqL1xuICBjaXR5Pzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgbmFtZSBvZiB0aGUgYWRtaW5pc3RyYXRpdmUgYXJlYSAoY291bnR5KS4gKi9cbiAgZGlzdHJpY3Q/OiBzdHJpbmc7XG5cbiAgLyoqIFN1Yi11bml0IG9mIGEgY291bnRyeSB3aXRoIGxpbWl0ZWQgc292ZXJlaWdudHkgaW4gYSBmZWRlcmFsbHkgb3JnYW5pemVkIGNvdW50cnkuIEEgY29kZSBtYXkgYmUgdXNlZCBpZiBjb2RlcyBhcmUgaW4gY29tbW9uIHVzZSAoaS5lLiBVUyAyIGxldHRlciBzdGF0ZSBjb2RlcykuICovXG4gIHN0YXRlPzogc3RyaW5nO1xuXG4gIC8qKiBBIHBvc3RhbCBjb2RlIGRlc2lnbmF0aW5nIGEgcmVnaW9uIGRlZmluZWQgYnkgdGhlIHBvc3RhbCBzZXJ2aWNlLiAqL1xuICBwb3N0YWxDb2RlPzogc3RyaW5nO1xuXG4gIC8qKiBDb3VudHJ5IC0gYSBuYXRpb24gYXMgY29tbW9ubHkgdW5kZXJzdG9vZCBvciBnZW5lcmFsbHkgYWNjZXB0ZWQuICovXG4gIGNvdW50cnk/OiBzdHJpbmc7XG5cbiAgLyoqIFRpbWUgcGVyaW9kIHdoZW4gYWRkcmVzcyB3YXMvaXMgaW4gdXNlLiAqL1xuICBwZXJpb2Q/OiBQZXJpb2Q7XG59XG4iXX0=
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import type { AdverseEvent_SuspectEntity } from "./adverseevent_suspectentity";
|
|
2
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
-
import type { Identifier } from "./identifier";
|
|
4
|
-
import type { Reference } from "./reference";
|
|
5
|
-
export interface AdverseEvent {
|
|
6
|
-
/** This is a AdverseEvent resource */
|
|
7
|
-
resourceType: "AdverseEvent";
|
|
8
|
-
/** The identifier(s) of this adverse event that are assigned by business processes and/or used to refer to it when a direct URL reference to the resource itsefl is not appropriate. */
|
|
9
|
-
identifier?: Identifier;
|
|
10
|
-
/** The type of event which is important to characterize what occurred and caused harm to the subject, or had the potential to cause harm to the subject. */
|
|
11
|
-
category?: "AE" | "PAE";
|
|
12
|
-
/** This element defines the specific type of event that occurred or that was prevented from occurring. */
|
|
13
|
-
type?: CodeableConcept;
|
|
14
|
-
/** This subject or group impacted by the event. With a prospective adverse event, there will be no subject as the adverse event was prevented. */
|
|
15
|
-
subject?: Reference;
|
|
16
|
-
/** The date (and perhaps time) when the adverse event occurred. */
|
|
17
|
-
date?: string;
|
|
18
|
-
/** Includes information about the reaction that occurred as a result of exposure to a substance (for example, a drug or a chemical). */
|
|
19
|
-
reaction?: Reference[];
|
|
20
|
-
/** The information about where the adverse event occurred. */
|
|
21
|
-
location?: Reference;
|
|
22
|
-
/** Describes the seriousness or severity of the adverse event. */
|
|
23
|
-
seriousness?: CodeableConcept;
|
|
24
|
-
/** Describes the type of outcome from the adverse event. */
|
|
25
|
-
outcome?: CodeableConcept;
|
|
26
|
-
/** Information on who recorded the adverse event. May be the patient or a practitioner. */
|
|
27
|
-
recorder?: Reference;
|
|
28
|
-
/** Parties that may or should contribute or have contributed information to the Act. Such information includes information leading to the decision to perform the Act and how to perform the Act (e.g. consultant), information that the Act itself seeks to reveal (e.g. informant of clinical history), or information about what Act was performed (e.g. informant witness). */
|
|
29
|
-
eventParticipant?: Reference;
|
|
30
|
-
/** Describes the adverse event in text. */
|
|
31
|
-
description?: string;
|
|
32
|
-
/** Describes the entity that is suspected to have caused the adverse event. */
|
|
33
|
-
suspectEntity?: AdverseEvent_SuspectEntity[];
|
|
34
|
-
/** AdverseEvent.subjectMedicalHistory. */
|
|
35
|
-
subjectMedicalHistory?: Reference[];
|
|
36
|
-
/** AdverseEvent.referenceDocument. */
|
|
37
|
-
referenceDocument?: Reference[];
|
|
38
|
-
/** AdverseEvent.study. */
|
|
39
|
-
study?: Reference[];
|
|
40
|
-
}
|
package/lib/ehr/adverseevent.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWR2ZXJzZWV2ZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9hZHZlcnNlZXZlbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQWR2ZXJzZUV2ZW50IFR5cGVcbmltcG9ydCB0eXBlIHsgQWR2ZXJzZUV2ZW50X1N1c3BlY3RFbnRpdHkgfSBmcm9tIFwiLi9hZHZlcnNlZXZlbnRfc3VzcGVjdGVudGl0eVwiO1xuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgSWRlbnRpZmllciB9IGZyb20gXCIuL2lkZW50aWZpZXJcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQWR2ZXJzZUV2ZW50IHtcbiAgLyoqIFRoaXMgaXMgYSBBZHZlcnNlRXZlbnQgcmVzb3VyY2UgKi9cbiAgcmVzb3VyY2VUeXBlOiBcIkFkdmVyc2VFdmVudFwiO1xuXG4gIC8qKiBUaGUgaWRlbnRpZmllcihzKSBvZiB0aGlzIGFkdmVyc2UgZXZlbnQgdGhhdCBhcmUgYXNzaWduZWQgYnkgYnVzaW5lc3MgcHJvY2Vzc2VzIGFuZC9vciB1c2VkIHRvIHJlZmVyIHRvIGl0IHdoZW4gYSBkaXJlY3QgVVJMIHJlZmVyZW5jZSB0byB0aGUgcmVzb3VyY2UgaXRzZWZsIGlzIG5vdCBhcHByb3ByaWF0ZS4gKi9cbiAgaWRlbnRpZmllcj86IElkZW50aWZpZXI7XG5cbiAgLyoqIFRoZSB0eXBlIG9mIGV2ZW50IHdoaWNoIGlzIGltcG9ydGFudCB0byBjaGFyYWN0ZXJpemUgd2hhdCBvY2N1cnJlZCBhbmQgY2F1c2VkIGhhcm0gdG8gdGhlIHN1YmplY3QsIG9yIGhhZCB0aGUgcG90ZW50aWFsIHRvIGNhdXNlIGhhcm0gdG8gdGhlIHN1YmplY3QuICovXG4gIGNhdGVnb3J5PzogXCJBRVwiIHwgXCJQQUVcIjtcblxuICAvKiogVGhpcyBlbGVtZW50IGRlZmluZXMgdGhlIHNwZWNpZmljIHR5cGUgb2YgZXZlbnQgdGhhdCBvY2N1cnJlZCBvciB0aGF0IHdhcyBwcmV2ZW50ZWQgZnJvbSBvY2N1cnJpbmcuICovXG4gIHR5cGU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIFRoaXMgc3ViamVjdCBvciBncm91cCBpbXBhY3RlZCBieSB0aGUgZXZlbnQuICBXaXRoIGEgcHJvc3BlY3RpdmUgYWR2ZXJzZSBldmVudCwgdGhlcmUgd2lsbCBiZSBubyBzdWJqZWN0IGFzIHRoZSBhZHZlcnNlIGV2ZW50IHdhcyBwcmV2ZW50ZWQuICovXG4gIHN1YmplY3Q/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIFRoZSBkYXRlIChhbmQgcGVyaGFwcyB0aW1lKSB3aGVuIHRoZSBhZHZlcnNlIGV2ZW50IG9jY3VycmVkLiAqL1xuICBkYXRlPzogc3RyaW5nO1xuXG4gIC8qKiBJbmNsdWRlcyBpbmZvcm1hdGlvbiBhYm91dCB0aGUgcmVhY3Rpb24gdGhhdCBvY2N1cnJlZCBhcyBhIHJlc3VsdCBvZiBleHBvc3VyZSB0byBhIHN1YnN0YW5jZSAoZm9yIGV4YW1wbGUsIGEgZHJ1ZyBvciBhIGNoZW1pY2FsKS4gKi9cbiAgcmVhY3Rpb24/OiBSZWZlcmVuY2VbXTtcblxuICAvKiogVGhlIGluZm9ybWF0aW9uIGFib3V0IHdoZXJlIHRoZSBhZHZlcnNlIGV2ZW50IG9jY3VycmVkLiAqL1xuICBsb2NhdGlvbj86IFJlZmVyZW5jZTtcblxuICAvKiogRGVzY3JpYmVzIHRoZSBzZXJpb3VzbmVzcyBvciBzZXZlcml0eSBvZiB0aGUgYWR2ZXJzZSBldmVudC4gKi9cbiAgc2VyaW91c25lc3M/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIERlc2NyaWJlcyB0aGUgdHlwZSBvZiBvdXRjb21lIGZyb20gdGhlIGFkdmVyc2UgZXZlbnQuICovXG4gIG91dGNvbWU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEluZm9ybWF0aW9uIG9uIHdobyByZWNvcmRlZCB0aGUgYWR2ZXJzZSBldmVudC4gIE1heSBiZSB0aGUgcGF0aWVudCBvciBhIHByYWN0aXRpb25lci4gKi9cbiAgcmVjb3JkZXI/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIFBhcnRpZXMgdGhhdCBtYXkgb3Igc2hvdWxkIGNvbnRyaWJ1dGUgb3IgaGF2ZSBjb250cmlidXRlZCBpbmZvcm1hdGlvbiB0byB0aGUgQWN0LiBTdWNoIGluZm9ybWF0aW9uIGluY2x1ZGVzIGluZm9ybWF0aW9uIGxlYWRpbmcgdG8gdGhlIGRlY2lzaW9uIHRvIHBlcmZvcm0gdGhlIEFjdCBhbmQgaG93IHRvIHBlcmZvcm0gdGhlIEFjdCAoZS5nLiBjb25zdWx0YW50KSwgaW5mb3JtYXRpb24gdGhhdCB0aGUgQWN0IGl0c2VsZiBzZWVrcyB0byByZXZlYWwgKGUuZy4gaW5mb3JtYW50IG9mIGNsaW5pY2FsIGhpc3RvcnkpLCBvciBpbmZvcm1hdGlvbiBhYm91dCB3aGF0IEFjdCB3YXMgcGVyZm9ybWVkIChlLmcuIGluZm9ybWFudCB3aXRuZXNzKS4gKi9cbiAgZXZlbnRQYXJ0aWNpcGFudD86IFJlZmVyZW5jZTtcblxuICAvKiogRGVzY3JpYmVzIHRoZSBhZHZlcnNlIGV2ZW50IGluIHRleHQuICovXG4gIGRlc2NyaXB0aW9uPzogc3RyaW5nO1xuXG4gIC8qKiBEZXNjcmliZXMgdGhlIGVudGl0eSB0aGF0IGlzIHN1c3BlY3RlZCB0byBoYXZlIGNhdXNlZCB0aGUgYWR2ZXJzZSBldmVudC4gKi9cbiAgc3VzcGVjdEVudGl0eT86IEFkdmVyc2VFdmVudF9TdXNwZWN0RW50aXR5W107XG5cbiAgLyoqIEFkdmVyc2VFdmVudC5zdWJqZWN0TWVkaWNhbEhpc3RvcnkuICovXG4gIHN1YmplY3RNZWRpY2FsSGlzdG9yeT86IFJlZmVyZW5jZVtdO1xuXG4gIC8qKiBBZHZlcnNlRXZlbnQucmVmZXJlbmNlRG9jdW1lbnQuICovXG4gIHJlZmVyZW5jZURvY3VtZW50PzogUmVmZXJlbmNlW107XG5cbiAgLyoqIEFkdmVyc2VFdmVudC5zdHVkeS4gKi9cbiAgc3R1ZHk/OiBSZWZlcmVuY2VbXTtcbn1cbiJdfQ==
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
export interface AdverseEvent_SuspectEntity {
|
|
4
|
-
/** Identifies the actual instance of what caused the adverse event. May be a substance, medication, medication administration, medication statement or a device. */
|
|
5
|
-
instance: Reference;
|
|
6
|
-
/** causality1 | causality2. */
|
|
7
|
-
causality?: "causality1" | "causality2";
|
|
8
|
-
/** assess1 | assess2. */
|
|
9
|
-
causalityAssessment?: CodeableConcept;
|
|
10
|
-
/** AdverseEvent.suspectEntity.causalityProductRelatedness. */
|
|
11
|
-
causalityProductRelatedness?: string;
|
|
12
|
-
/** method1 | method2. */
|
|
13
|
-
causalityMethod?: CodeableConcept;
|
|
14
|
-
/** AdverseEvent.suspectEntity.causalityAuthor. */
|
|
15
|
-
causalityAuthor?: Reference;
|
|
16
|
-
/** result1 | result2. */
|
|
17
|
-
causalityResult?: CodeableConcept;
|
|
18
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWR2ZXJzZWV2ZW50X3N1c3BlY3RlbnRpdHkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2FkdmVyc2VldmVudF9zdXNwZWN0ZW50aXR5LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIEFkdmVyc2VFdmVudF9TdXNwZWN0RW50aXR5IFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIEFkdmVyc2VFdmVudF9TdXNwZWN0RW50aXR5IHtcbiAgLyoqIElkZW50aWZpZXMgdGhlIGFjdHVhbCBpbnN0YW5jZSBvZiB3aGF0IGNhdXNlZCB0aGUgYWR2ZXJzZSBldmVudC4gIE1heSBiZSBhIHN1YnN0YW5jZSwgbWVkaWNhdGlvbiwgbWVkaWNhdGlvbiBhZG1pbmlzdHJhdGlvbiwgbWVkaWNhdGlvbiBzdGF0ZW1lbnQgb3IgYSBkZXZpY2UuICovXG4gIGluc3RhbmNlOiBSZWZlcmVuY2U7XG5cbiAgLyoqIGNhdXNhbGl0eTEgfCBjYXVzYWxpdHkyLiAqL1xuICBjYXVzYWxpdHk/OiBcImNhdXNhbGl0eTFcIiB8IFwiY2F1c2FsaXR5MlwiO1xuXG4gIC8qKiBhc3Nlc3MxIHwgYXNzZXNzMi4gKi9cbiAgY2F1c2FsaXR5QXNzZXNzbWVudD86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogQWR2ZXJzZUV2ZW50LnN1c3BlY3RFbnRpdHkuY2F1c2FsaXR5UHJvZHVjdFJlbGF0ZWRuZXNzLiAqL1xuICBjYXVzYWxpdHlQcm9kdWN0UmVsYXRlZG5lc3M/OiBzdHJpbmc7XG5cbiAgLyoqIG1ldGhvZDEgfCBtZXRob2QyLiAqL1xuICBjYXVzYWxpdHlNZXRob2Q/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEFkdmVyc2VFdmVudC5zdXNwZWN0RW50aXR5LmNhdXNhbGl0eUF1dGhvci4gKi9cbiAgY2F1c2FsaXR5QXV0aG9yPzogUmVmZXJlbmNlO1xuXG4gIC8qKiByZXN1bHQxIHwgcmVzdWx0Mi4gKi9cbiAgY2F1c2FsaXR5UmVzdWx0PzogQ29kZWFibGVDb25jZXB0O1xufVxuIl19
|
package/lib/ehr/age.d.ts
DELETED
package/lib/ehr/age.js
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// FHIR Age Type
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWdlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9hZ2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLGdCQUFnQiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQWdlIFR5cGVcblxuZXhwb3J0IGludGVyZmFjZSBBZ2Uge31cbiJdfQ==
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import type { Age } from "./age";
|
|
2
|
-
import type { AllergyIntolerance_Reaction } from "./allergyintolerance_reaction";
|
|
3
|
-
import type { Annotation } from "./annotation";
|
|
4
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
5
|
-
import type { Identifier } from "./identifier";
|
|
6
|
-
import type { Period } from "./period";
|
|
7
|
-
import type { Range } from "./range";
|
|
8
|
-
import type { Reference } from "./reference";
|
|
9
|
-
export interface AllergyIntolerance {
|
|
10
|
-
/** This is a AllergyIntolerance resource */
|
|
11
|
-
resourceType: "AllergyIntolerance";
|
|
12
|
-
/** This records identifiers associated with this allergy/intolerance concern that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation). */
|
|
13
|
-
identifier?: Identifier[];
|
|
14
|
-
/** The clinical status of the allergy or intolerance. */
|
|
15
|
-
clinicalStatus?: "active" | "inactive" | "resolved";
|
|
16
|
-
/** Assertion about certainty associated with the propensity, or potential risk, of a reaction to the identified substance (including pharmaceutical product). */
|
|
17
|
-
verificationStatus?: "unconfirmed" | "confirmed" | "refuted" | "entered-in-error";
|
|
18
|
-
/** Identification of the underlying physiological mechanism for the reaction risk. */
|
|
19
|
-
type?: "allergy" | "intolerance";
|
|
20
|
-
/** Category of the identified substance. */
|
|
21
|
-
category?: "food" | "medication" | "environment" | "biologic";
|
|
22
|
-
/** Estimate of the potential clinical harm, or seriousness, of the reaction to the identified substance. */
|
|
23
|
-
criticality?: "low" | "high" | "unable-to-assess";
|
|
24
|
-
/** Code for an allergy or intolerance statement (either a positive or a negated/excluded statement). This may be a code for a substance or pharmaceutical product that is considered to be responsible for the adverse reaction risk (e.g., "Latex"), an allergy or intolerance condition (e.g., "Latex allergy"), or a negated/excluded code for a specific substance or class (e.g., "No latex allergy") or a general or categorical negated statement (e.g., "No known allergy", "No known drug allergies"). */
|
|
25
|
-
code?: CodeableConcept;
|
|
26
|
-
/** The patient who has the allergy or intolerance. */
|
|
27
|
-
patient: Reference;
|
|
28
|
-
/** Estimated or actual date, date-time, or age when allergy or intolerance was identified. */
|
|
29
|
-
onsetDateTime?: string;
|
|
30
|
-
/** Estimated or actual date, date-time, or age when allergy or intolerance was identified. */
|
|
31
|
-
onsetAge?: Age;
|
|
32
|
-
/** Estimated or actual date, date-time, or age when allergy or intolerance was identified. */
|
|
33
|
-
onsetPeriod?: Period;
|
|
34
|
-
/** Estimated or actual date, date-time, or age when allergy or intolerance was identified. */
|
|
35
|
-
onsetRange?: Range;
|
|
36
|
-
/** Estimated or actual date, date-time, or age when allergy or intolerance was identified. */
|
|
37
|
-
onsetString?: string;
|
|
38
|
-
/** The date on which the existance of the AllergyIntolerance was first asserted or acknowledged. */
|
|
39
|
-
assertedDate?: string;
|
|
40
|
-
/** Individual who recorded the record and takes responsibility for its content. */
|
|
41
|
-
recorder?: Reference;
|
|
42
|
-
/** The source of the information about the allergy that is recorded. */
|
|
43
|
-
asserter?: Reference;
|
|
44
|
-
/** Represents the date and/or time of the last known occurrence of a reaction event. */
|
|
45
|
-
lastOccurrence?: string;
|
|
46
|
-
/** Additional narrative about the propensity for the Adverse Reaction, not captured in other fields. */
|
|
47
|
-
note?: Annotation[];
|
|
48
|
-
/** Details about each adverse reaction event linked to exposure to the identified substance. */
|
|
49
|
-
reaction?: AllergyIntolerance_Reaction[];
|
|
50
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxsZXJneWludG9sZXJhbmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9hbGxlcmd5aW50b2xlcmFuY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQWxsZXJneUludG9sZXJhbmNlIFR5cGVcbmltcG9ydCB0eXBlIHsgQWdlIH0gZnJvbSBcIi4vYWdlXCI7XG5pbXBvcnQgdHlwZSB7IEFsbGVyZ3lJbnRvbGVyYW5jZV9SZWFjdGlvbiB9IGZyb20gXCIuL2FsbGVyZ3lpbnRvbGVyYW5jZV9yZWFjdGlvblwiO1xuaW1wb3J0IHR5cGUgeyBBbm5vdGF0aW9uIH0gZnJvbSBcIi4vYW5ub3RhdGlvblwiO1xuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgSWRlbnRpZmllciB9IGZyb20gXCIuL2lkZW50aWZpZXJcIjtcbmltcG9ydCB0eXBlIHsgUGVyaW9kIH0gZnJvbSBcIi4vcGVyaW9kXCI7XG5pbXBvcnQgdHlwZSB7IFJhbmdlIH0gZnJvbSBcIi4vcmFuZ2VcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQWxsZXJneUludG9sZXJhbmNlIHtcbiAgLyoqIFRoaXMgaXMgYSBBbGxlcmd5SW50b2xlcmFuY2UgcmVzb3VyY2UgKi9cbiAgcmVzb3VyY2VUeXBlOiBcIkFsbGVyZ3lJbnRvbGVyYW5jZVwiO1xuXG4gIC8qKiBUaGlzIHJlY29yZHMgaWRlbnRpZmllcnMgYXNzb2NpYXRlZCB3aXRoIHRoaXMgYWxsZXJneS9pbnRvbGVyYW5jZSBjb25jZXJuIHRoYXQgYXJlIGRlZmluZWQgYnkgYnVzaW5lc3MgcHJvY2Vzc2VzIGFuZC9vciB1c2VkIHRvIHJlZmVyIHRvIGl0IHdoZW4gYSBkaXJlY3QgVVJMIHJlZmVyZW5jZSB0byB0aGUgcmVzb3VyY2UgaXRzZWxmIGlzIG5vdCBhcHByb3ByaWF0ZSAoZS5nLiBpbiBDREEgZG9jdW1lbnRzLCBvciBpbiB3cml0dGVuIC8gcHJpbnRlZCBkb2N1bWVudGF0aW9uKS4gKi9cbiAgaWRlbnRpZmllcj86IElkZW50aWZpZXJbXTtcblxuICAvKiogVGhlIGNsaW5pY2FsIHN0YXR1cyBvZiB0aGUgYWxsZXJneSBvciBpbnRvbGVyYW5jZS4gKi9cbiAgY2xpbmljYWxTdGF0dXM/OiBcImFjdGl2ZVwiIHwgXCJpbmFjdGl2ZVwiIHwgXCJyZXNvbHZlZFwiO1xuXG4gIC8qKiBBc3NlcnRpb24gYWJvdXQgY2VydGFpbnR5IGFzc29jaWF0ZWQgd2l0aCB0aGUgcHJvcGVuc2l0eSwgb3IgcG90ZW50aWFsIHJpc2ssIG9mIGEgcmVhY3Rpb24gdG8gdGhlIGlkZW50aWZpZWQgc3Vic3RhbmNlIChpbmNsdWRpbmcgcGhhcm1hY2V1dGljYWwgcHJvZHVjdCkuICovXG4gIHZlcmlmaWNhdGlvblN0YXR1cz86XG4gICAgfCBcInVuY29uZmlybWVkXCJcbiAgICB8IFwiY29uZmlybWVkXCJcbiAgICB8IFwicmVmdXRlZFwiXG4gICAgfCBcImVudGVyZWQtaW4tZXJyb3JcIjtcblxuICAvKiogSWRlbnRpZmljYXRpb24gb2YgdGhlIHVuZGVybHlpbmcgcGh5c2lvbG9naWNhbCBtZWNoYW5pc20gZm9yIHRoZSByZWFjdGlvbiByaXNrLiAqL1xuICB0eXBlPzogXCJhbGxlcmd5XCIgfCBcImludG9sZXJhbmNlXCI7XG5cbiAgLyoqIENhdGVnb3J5IG9mIHRoZSBpZGVudGlmaWVkIHN1YnN0YW5jZS4gKi9cbiAgY2F0ZWdvcnk/OiBcImZvb2RcIiB8IFwibWVkaWNhdGlvblwiIHwgXCJlbnZpcm9ubWVudFwiIHwgXCJiaW9sb2dpY1wiO1xuXG4gIC8qKiBFc3RpbWF0ZSBvZiB0aGUgcG90ZW50aWFsIGNsaW5pY2FsIGhhcm0sIG9yIHNlcmlvdXNuZXNzLCBvZiB0aGUgcmVhY3Rpb24gdG8gdGhlIGlkZW50aWZpZWQgc3Vic3RhbmNlLiAqL1xuICBjcml0aWNhbGl0eT86IFwibG93XCIgfCBcImhpZ2hcIiB8IFwidW5hYmxlLXRvLWFzc2Vzc1wiO1xuXG4gIC8qKiBDb2RlIGZvciBhbiBhbGxlcmd5IG9yIGludG9sZXJhbmNlIHN0YXRlbWVudCAoZWl0aGVyIGEgcG9zaXRpdmUgb3IgYSBuZWdhdGVkL2V4Y2x1ZGVkIHN0YXRlbWVudCkuICBUaGlzIG1heSBiZSBhIGNvZGUgZm9yIGEgc3Vic3RhbmNlIG9yIHBoYXJtYWNldXRpY2FsIHByb2R1Y3QgdGhhdCBpcyBjb25zaWRlcmVkIHRvIGJlIHJlc3BvbnNpYmxlIGZvciB0aGUgYWR2ZXJzZSByZWFjdGlvbiByaXNrIChlLmcuLCBcIkxhdGV4XCIpLCBhbiBhbGxlcmd5IG9yIGludG9sZXJhbmNlIGNvbmRpdGlvbiAoZS5nLiwgXCJMYXRleCBhbGxlcmd5XCIpLCBvciBhIG5lZ2F0ZWQvZXhjbHVkZWQgY29kZSBmb3IgYSBzcGVjaWZpYyBzdWJzdGFuY2Ugb3IgY2xhc3MgKGUuZy4sIFwiTm8gbGF0ZXggYWxsZXJneVwiKSBvciBhIGdlbmVyYWwgb3IgY2F0ZWdvcmljYWwgbmVnYXRlZCBzdGF0ZW1lbnQgKGUuZy4sICBcIk5vIGtub3duIGFsbGVyZ3lcIiwgXCJObyBrbm93biBkcnVnIGFsbGVyZ2llc1wiKS4gKi9cbiAgY29kZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogVGhlIHBhdGllbnQgd2hvIGhhcyB0aGUgYWxsZXJneSBvciBpbnRvbGVyYW5jZS4gKi9cbiAgcGF0aWVudDogUmVmZXJlbmNlO1xuXG4gIC8qKiBFc3RpbWF0ZWQgb3IgYWN0dWFsIGRhdGUsICBkYXRlLXRpbWUsIG9yIGFnZSB3aGVuIGFsbGVyZ3kgb3IgaW50b2xlcmFuY2Ugd2FzIGlkZW50aWZpZWQuICovXG4gIG9uc2V0RGF0ZVRpbWU/OiBzdHJpbmc7XG5cbiAgLyoqIEVzdGltYXRlZCBvciBhY3R1YWwgZGF0ZSwgIGRhdGUtdGltZSwgb3IgYWdlIHdoZW4gYWxsZXJneSBvciBpbnRvbGVyYW5jZSB3YXMgaWRlbnRpZmllZC4gKi9cbiAgb25zZXRBZ2U/OiBBZ2U7XG5cbiAgLyoqIEVzdGltYXRlZCBvciBhY3R1YWwgZGF0ZSwgIGRhdGUtdGltZSwgb3IgYWdlIHdoZW4gYWxsZXJneSBvciBpbnRvbGVyYW5jZSB3YXMgaWRlbnRpZmllZC4gKi9cbiAgb25zZXRQZXJpb2Q/OiBQZXJpb2Q7XG5cbiAgLyoqIEVzdGltYXRlZCBvciBhY3R1YWwgZGF0ZSwgIGRhdGUtdGltZSwgb3IgYWdlIHdoZW4gYWxsZXJneSBvciBpbnRvbGVyYW5jZSB3YXMgaWRlbnRpZmllZC4gKi9cbiAgb25zZXRSYW5nZT86IFJhbmdlO1xuXG4gIC8qKiBFc3RpbWF0ZWQgb3IgYWN0dWFsIGRhdGUsICBkYXRlLXRpbWUsIG9yIGFnZSB3aGVuIGFsbGVyZ3kgb3IgaW50b2xlcmFuY2Ugd2FzIGlkZW50aWZpZWQuICovXG4gIG9uc2V0U3RyaW5nPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgZGF0ZSBvbiB3aGljaCB0aGUgZXhpc3RhbmNlIG9mIHRoZSBBbGxlcmd5SW50b2xlcmFuY2Ugd2FzIGZpcnN0IGFzc2VydGVkIG9yIGFja25vd2xlZGdlZC4gKi9cbiAgYXNzZXJ0ZWREYXRlPzogc3RyaW5nO1xuXG4gIC8qKiBJbmRpdmlkdWFsIHdobyByZWNvcmRlZCB0aGUgcmVjb3JkIGFuZCB0YWtlcyByZXNwb25zaWJpbGl0eSBmb3IgaXRzIGNvbnRlbnQuICovXG4gIHJlY29yZGVyPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBUaGUgc291cmNlIG9mIHRoZSBpbmZvcm1hdGlvbiBhYm91dCB0aGUgYWxsZXJneSB0aGF0IGlzIHJlY29yZGVkLiAqL1xuICBhc3NlcnRlcj86IFJlZmVyZW5jZTtcblxuICAvKiogUmVwcmVzZW50cyB0aGUgZGF0ZSBhbmQvb3IgdGltZSBvZiB0aGUgbGFzdCBrbm93biBvY2N1cnJlbmNlIG9mIGEgcmVhY3Rpb24gZXZlbnQuICovXG4gIGxhc3RPY2N1cnJlbmNlPzogc3RyaW5nO1xuXG4gIC8qKiBBZGRpdGlvbmFsIG5hcnJhdGl2ZSBhYm91dCB0aGUgcHJvcGVuc2l0eSBmb3IgdGhlIEFkdmVyc2UgUmVhY3Rpb24sIG5vdCBjYXB0dXJlZCBpbiBvdGhlciBmaWVsZHMuICovXG4gIG5vdGU/OiBBbm5vdGF0aW9uW107XG5cbiAgLyoqIERldGFpbHMgYWJvdXQgZWFjaCBhZHZlcnNlIHJlYWN0aW9uIGV2ZW50IGxpbmtlZCB0byBleHBvc3VyZSB0byB0aGUgaWRlbnRpZmllZCBzdWJzdGFuY2UuICovXG4gIHJlYWN0aW9uPzogQWxsZXJneUludG9sZXJhbmNlX1JlYWN0aW9uW107XG59XG4iXX0=
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import type { Annotation } from "./annotation";
|
|
2
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
-
export interface AllergyIntolerance_Reaction {
|
|
4
|
-
/** Identification of the specific substance (or pharmaceutical product) considered to be responsible for the Adverse Reaction event. Note: the substance for a specific reaction may be different from the substance identified as the cause of the risk, but it must be consistent with it. For instance, it may be a more specific substance (e.g. a brand medication) or a composite product that includes the identified substance. It must be clinically safe to only process the 'code' and ignore the 'reaction.substance'. */
|
|
5
|
-
substance?: CodeableConcept;
|
|
6
|
-
/** Clinical symptoms and/or signs that are observed or associated with the adverse reaction event. */
|
|
7
|
-
manifestation: CodeableConcept[];
|
|
8
|
-
/** Text description about the reaction as a whole, including details of the manifestation if required. */
|
|
9
|
-
description?: string;
|
|
10
|
-
/** Record of the date and/or time of the onset of the Reaction. */
|
|
11
|
-
onset?: string;
|
|
12
|
-
/** Clinical assessment of the severity of the reaction event as a whole, potentially considering multiple different manifestations. */
|
|
13
|
-
severity?: "mild" | "moderate" | "severe";
|
|
14
|
-
/** Identification of the route by which the subject was exposed to the substance. */
|
|
15
|
-
exposureRoute?: CodeableConcept;
|
|
16
|
-
/** Additional text about the adverse reaction event not captured in other fields. */
|
|
17
|
-
note?: Annotation[];
|
|
18
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxsZXJneWludG9sZXJhbmNlX3JlYWN0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9hbGxlcmd5aW50b2xlcmFuY2VfcmVhY3Rpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQWxsZXJneUludG9sZXJhbmNlX1JlYWN0aW9uIFR5cGVcbmltcG9ydCB0eXBlIHsgQW5ub3RhdGlvbiB9IGZyb20gXCIuL2Fubm90YXRpb25cIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQWxsZXJneUludG9sZXJhbmNlX1JlYWN0aW9uIHtcbiAgLyoqIElkZW50aWZpY2F0aW9uIG9mIHRoZSBzcGVjaWZpYyBzdWJzdGFuY2UgKG9yIHBoYXJtYWNldXRpY2FsIHByb2R1Y3QpIGNvbnNpZGVyZWQgdG8gYmUgcmVzcG9uc2libGUgZm9yIHRoZSBBZHZlcnNlIFJlYWN0aW9uIGV2ZW50LiBOb3RlOiB0aGUgc3Vic3RhbmNlIGZvciBhIHNwZWNpZmljIHJlYWN0aW9uIG1heSBiZSBkaWZmZXJlbnQgZnJvbSB0aGUgc3Vic3RhbmNlIGlkZW50aWZpZWQgYXMgdGhlIGNhdXNlIG9mIHRoZSByaXNrLCBidXQgaXQgbXVzdCBiZSBjb25zaXN0ZW50IHdpdGggaXQuIEZvciBpbnN0YW5jZSwgaXQgbWF5IGJlIGEgbW9yZSBzcGVjaWZpYyBzdWJzdGFuY2UgKGUuZy4gYSBicmFuZCBtZWRpY2F0aW9uKSBvciBhIGNvbXBvc2l0ZSBwcm9kdWN0IHRoYXQgaW5jbHVkZXMgdGhlIGlkZW50aWZpZWQgc3Vic3RhbmNlLiBJdCBtdXN0IGJlIGNsaW5pY2FsbHkgc2FmZSB0byBvbmx5IHByb2Nlc3MgdGhlICdjb2RlJyBhbmQgaWdub3JlIHRoZSAncmVhY3Rpb24uc3Vic3RhbmNlJy4gKi9cbiAgc3Vic3RhbmNlPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBDbGluaWNhbCBzeW1wdG9tcyBhbmQvb3Igc2lnbnMgdGhhdCBhcmUgb2JzZXJ2ZWQgb3IgYXNzb2NpYXRlZCB3aXRoIHRoZSBhZHZlcnNlIHJlYWN0aW9uIGV2ZW50LiAqL1xuICBtYW5pZmVzdGF0aW9uOiBDb2RlYWJsZUNvbmNlcHRbXTtcblxuICAvKiogVGV4dCBkZXNjcmlwdGlvbiBhYm91dCB0aGUgcmVhY3Rpb24gYXMgYSB3aG9sZSwgaW5jbHVkaW5nIGRldGFpbHMgb2YgdGhlIG1hbmlmZXN0YXRpb24gaWYgcmVxdWlyZWQuICovXG4gIGRlc2NyaXB0aW9uPzogc3RyaW5nO1xuXG4gIC8qKiBSZWNvcmQgb2YgdGhlIGRhdGUgYW5kL29yIHRpbWUgb2YgdGhlIG9uc2V0IG9mIHRoZSBSZWFjdGlvbi4gKi9cbiAgb25zZXQ/OiBzdHJpbmc7XG5cbiAgLyoqIENsaW5pY2FsIGFzc2Vzc21lbnQgb2YgdGhlIHNldmVyaXR5IG9mIHRoZSByZWFjdGlvbiBldmVudCBhcyBhIHdob2xlLCBwb3RlbnRpYWxseSBjb25zaWRlcmluZyBtdWx0aXBsZSBkaWZmZXJlbnQgbWFuaWZlc3RhdGlvbnMuICovXG4gIHNldmVyaXR5PzogXCJtaWxkXCIgfCBcIm1vZGVyYXRlXCIgfCBcInNldmVyZVwiO1xuXG4gIC8qKiBJZGVudGlmaWNhdGlvbiBvZiB0aGUgcm91dGUgYnkgd2hpY2ggdGhlIHN1YmplY3Qgd2FzIGV4cG9zZWQgdG8gdGhlIHN1YnN0YW5jZS4gKi9cbiAgZXhwb3N1cmVSb3V0ZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogQWRkaXRpb25hbCB0ZXh0IGFib3V0IHRoZSBhZHZlcnNlIHJlYWN0aW9uIGV2ZW50IG5vdCBjYXB0dXJlZCBpbiBvdGhlciBmaWVsZHMuICovXG4gIG5vdGU/OiBBbm5vdGF0aW9uW107XG59XG4iXX0=
|
package/lib/ehr/annotation.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { Reference } from "./reference";
|
|
2
|
-
export interface Annotation {
|
|
3
|
-
/** The individual responsible for making the annotation. */
|
|
4
|
-
authorReference?: Reference;
|
|
5
|
-
/** The individual responsible for making the annotation. */
|
|
6
|
-
authorString?: string;
|
|
7
|
-
/** Indicates when this particular annotation was made. */
|
|
8
|
-
time?: string;
|
|
9
|
-
/** The text of the annotation. */
|
|
10
|
-
text?: string;
|
|
11
|
-
}
|
package/lib/ehr/annotation.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYW5ub3RhdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvYW5ub3RhdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBBbm5vdGF0aW9uIFR5cGVcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQW5ub3RhdGlvbiB7XG4gIC8qKiBUaGUgaW5kaXZpZHVhbCByZXNwb25zaWJsZSBmb3IgbWFraW5nIHRoZSBhbm5vdGF0aW9uLiAqL1xuICBhdXRob3JSZWZlcmVuY2U/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIFRoZSBpbmRpdmlkdWFsIHJlc3BvbnNpYmxlIGZvciBtYWtpbmcgdGhlIGFubm90YXRpb24uICovXG4gIGF1dGhvclN0cmluZz86IHN0cmluZztcblxuICAvKiogSW5kaWNhdGVzIHdoZW4gdGhpcyBwYXJ0aWN1bGFyIGFubm90YXRpb24gd2FzIG1hZGUuICovXG4gIHRpbWU/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSB0ZXh0IG9mIHRoZSBhbm5vdGF0aW9uLiAqL1xuICB0ZXh0Pzogc3RyaW5nO1xufVxuIl19
|
package/lib/ehr/appointment.d.ts
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import type { Appointment_Participant } from "./appointment_participant";
|
|
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
|
-
export interface Appointment {
|
|
7
|
-
/** This is a Appointment resource */
|
|
8
|
-
resourceType: "Appointment";
|
|
9
|
-
/** This records identifiers associated with this appointment concern that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation). */
|
|
10
|
-
identifier?: Identifier[];
|
|
11
|
-
/** The overall status of the Appointment. Each of the participants has their own participation status which indicates their involvement in the process, however this status indicates the shared status. */
|
|
12
|
-
status?: "proposed" | "pending" | "booked" | "arrived" | "fulfilled" | "cancelled" | "noshow" | "entered-in-error";
|
|
13
|
-
/** A broad categorisation of the service that is to be performed during this appointment. */
|
|
14
|
-
serviceCategory?: CodeableConcept;
|
|
15
|
-
/** The specific service that is to be performed during this appointment. */
|
|
16
|
-
serviceType?: CodeableConcept[];
|
|
17
|
-
/** The specialty of a practitioner that would be required to perform the service requested in this appointment. */
|
|
18
|
-
specialty?: CodeableConcept[];
|
|
19
|
-
/** The style of appointment or patient that has been booked in the slot (not service type). */
|
|
20
|
-
appointmentType?: CodeableConcept;
|
|
21
|
-
/** The reason that this appointment is being scheduled. This is more clinical than administrative. */
|
|
22
|
-
reason?: CodeableConcept[];
|
|
23
|
-
/** Reason the appointment has been scheduled to take place, as specified using information from another resource. When the patient arrives and the encounter begins it may be used as the admission diagnosis. The indication will typically be a Condition (with other resources referenced in the evidence.detail), or a Procedure. */
|
|
24
|
-
indication?: Reference[];
|
|
25
|
-
/** The priority of the appointment. Can be used to make informed decisions if needing to re-prioritize appointments. (The iCal Standard specifies 0 as undefined, 1 as highest, 9 as lowest priority). */
|
|
26
|
-
priority?: number;
|
|
27
|
-
/** The brief description of the appointment as would be shown on a subject line in a meeting request, or appointment list. Detailed or expanded information should be put in the comment field. */
|
|
28
|
-
description?: string;
|
|
29
|
-
/** Additional information to support the appointment provided when making the appointment. */
|
|
30
|
-
supportingInformation?: Reference[];
|
|
31
|
-
/** Date/Time that the appointment is to take place. */
|
|
32
|
-
start?: string;
|
|
33
|
-
/** Date/Time that the appointment is to conclude. */
|
|
34
|
-
end?: string;
|
|
35
|
-
/** Number of minutes that the appointment is to take. This can be less than the duration between the start and end times (where actual time of appointment is only an estimate or is a planned appointment request). */
|
|
36
|
-
minutesDuration?: number;
|
|
37
|
-
/** The slots from the participants' schedules that will be filled by the appointment. */
|
|
38
|
-
slot?: Reference[];
|
|
39
|
-
/** The date that this appointment was initially created. This could be different to the meta.lastModified value on the initial entry, as this could have been before the resource was created on the FHIR server, and should remain unchanged over the lifespan of the appointment. */
|
|
40
|
-
created?: string;
|
|
41
|
-
/** Additional comments about the appointment. */
|
|
42
|
-
comment?: string;
|
|
43
|
-
/** The referral request this appointment is allocated to assess (incoming referral). */
|
|
44
|
-
incomingReferral?: Reference[];
|
|
45
|
-
/** List of participants involved in the appointment. */
|
|
46
|
-
participant: Appointment_Participant[];
|
|
47
|
-
/** A set of date ranges (potentially including times) that the appointment is preferred to be scheduled within. When using these values, the minutes duration should be provided to indicate the length of the appointment to fill and populate the start/end times for the actual allocated time. */
|
|
48
|
-
requestedPeriod?: Period[];
|
|
49
|
-
}
|
package/lib/ehr/appointment.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwb2ludG1lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2FwcG9pbnRtZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIEFwcG9pbnRtZW50IFR5cGVcbmltcG9ydCB0eXBlIHsgQXBwb2ludG1lbnRfUGFydGljaXBhbnQgfSBmcm9tIFwiLi9hcHBvaW50bWVudF9wYXJ0aWNpcGFudFwiO1xuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgSWRlbnRpZmllciB9IGZyb20gXCIuL2lkZW50aWZpZXJcIjtcbmltcG9ydCB0eXBlIHsgUGVyaW9kIH0gZnJvbSBcIi4vcGVyaW9kXCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIEFwcG9pbnRtZW50IHtcbiAgLyoqIFRoaXMgaXMgYSBBcHBvaW50bWVudCByZXNvdXJjZSAqL1xuICByZXNvdXJjZVR5cGU6IFwiQXBwb2ludG1lbnRcIjtcblxuICAvKiogVGhpcyByZWNvcmRzIGlkZW50aWZpZXJzIGFzc29jaWF0ZWQgd2l0aCB0aGlzIGFwcG9pbnRtZW50IGNvbmNlcm4gdGhhdCBhcmUgZGVmaW5lZCBieSBidXNpbmVzcyBwcm9jZXNzZXMgYW5kL29yIHVzZWQgdG8gcmVmZXIgdG8gaXQgd2hlbiBhIGRpcmVjdCBVUkwgcmVmZXJlbmNlIHRvIHRoZSByZXNvdXJjZSBpdHNlbGYgaXMgbm90IGFwcHJvcHJpYXRlIChlLmcuIGluIENEQSBkb2N1bWVudHMsIG9yIGluIHdyaXR0ZW4gLyBwcmludGVkIGRvY3VtZW50YXRpb24pLiAqL1xuICBpZGVudGlmaWVyPzogSWRlbnRpZmllcltdO1xuXG4gIC8qKiBUaGUgb3ZlcmFsbCBzdGF0dXMgb2YgdGhlIEFwcG9pbnRtZW50LiBFYWNoIG9mIHRoZSBwYXJ0aWNpcGFudHMgaGFzIHRoZWlyIG93biBwYXJ0aWNpcGF0aW9uIHN0YXR1cyB3aGljaCBpbmRpY2F0ZXMgdGhlaXIgaW52b2x2ZW1lbnQgaW4gdGhlIHByb2Nlc3MsIGhvd2V2ZXIgdGhpcyBzdGF0dXMgaW5kaWNhdGVzIHRoZSBzaGFyZWQgc3RhdHVzLiAqL1xuICBzdGF0dXM/OlxuICAgIHwgXCJwcm9wb3NlZFwiXG4gICAgfCBcInBlbmRpbmdcIlxuICAgIHwgXCJib29rZWRcIlxuICAgIHwgXCJhcnJpdmVkXCJcbiAgICB8IFwiZnVsZmlsbGVkXCJcbiAgICB8IFwiY2FuY2VsbGVkXCJcbiAgICB8IFwibm9zaG93XCJcbiAgICB8IFwiZW50ZXJlZC1pbi1lcnJvclwiO1xuXG4gIC8qKiBBIGJyb2FkIGNhdGVnb3Jpc2F0aW9uIG9mIHRoZSBzZXJ2aWNlIHRoYXQgaXMgdG8gYmUgcGVyZm9ybWVkIGR1cmluZyB0aGlzIGFwcG9pbnRtZW50LiAqL1xuICBzZXJ2aWNlQ2F0ZWdvcnk/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIFRoZSBzcGVjaWZpYyBzZXJ2aWNlIHRoYXQgaXMgdG8gYmUgcGVyZm9ybWVkIGR1cmluZyB0aGlzIGFwcG9pbnRtZW50LiAqL1xuICBzZXJ2aWNlVHlwZT86IENvZGVhYmxlQ29uY2VwdFtdO1xuXG4gIC8qKiBUaGUgc3BlY2lhbHR5IG9mIGEgcHJhY3RpdGlvbmVyIHRoYXQgd291bGQgYmUgcmVxdWlyZWQgdG8gcGVyZm9ybSB0aGUgc2VydmljZSByZXF1ZXN0ZWQgaW4gdGhpcyBhcHBvaW50bWVudC4gKi9cbiAgc3BlY2lhbHR5PzogQ29kZWFibGVDb25jZXB0W107XG5cbiAgLyoqIFRoZSBzdHlsZSBvZiBhcHBvaW50bWVudCBvciBwYXRpZW50IHRoYXQgaGFzIGJlZW4gYm9va2VkIGluIHRoZSBzbG90IChub3Qgc2VydmljZSB0eXBlKS4gKi9cbiAgYXBwb2ludG1lbnRUeXBlPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBUaGUgcmVhc29uIHRoYXQgdGhpcyBhcHBvaW50bWVudCBpcyBiZWluZyBzY2hlZHVsZWQuIFRoaXMgaXMgbW9yZSBjbGluaWNhbCB0aGFuIGFkbWluaXN0cmF0aXZlLiAqL1xuICByZWFzb24/OiBDb2RlYWJsZUNvbmNlcHRbXTtcblxuICAvKiogUmVhc29uIHRoZSBhcHBvaW50bWVudCBoYXMgYmVlbiBzY2hlZHVsZWQgdG8gdGFrZSBwbGFjZSwgYXMgc3BlY2lmaWVkIHVzaW5nIGluZm9ybWF0aW9uIGZyb20gYW5vdGhlciByZXNvdXJjZS4gV2hlbiB0aGUgcGF0aWVudCBhcnJpdmVzIGFuZCB0aGUgZW5jb3VudGVyIGJlZ2lucyBpdCBtYXkgYmUgdXNlZCBhcyB0aGUgYWRtaXNzaW9uIGRpYWdub3Npcy4gVGhlIGluZGljYXRpb24gd2lsbCB0eXBpY2FsbHkgYmUgYSBDb25kaXRpb24gKHdpdGggb3RoZXIgcmVzb3VyY2VzIHJlZmVyZW5jZWQgaW4gdGhlIGV2aWRlbmNlLmRldGFpbCksIG9yIGEgUHJvY2VkdXJlLiAqL1xuICBpbmRpY2F0aW9uPzogUmVmZXJlbmNlW107XG5cbiAgLyoqIFRoZSBwcmlvcml0eSBvZiB0aGUgYXBwb2ludG1lbnQuIENhbiBiZSB1c2VkIHRvIG1ha2UgaW5mb3JtZWQgZGVjaXNpb25zIGlmIG5lZWRpbmcgdG8gcmUtcHJpb3JpdGl6ZSBhcHBvaW50bWVudHMuIChUaGUgaUNhbCBTdGFuZGFyZCBzcGVjaWZpZXMgMCBhcyB1bmRlZmluZWQsIDEgYXMgaGlnaGVzdCwgOSBhcyBsb3dlc3QgcHJpb3JpdHkpLiAqL1xuICBwcmlvcml0eT86IG51bWJlcjtcblxuICAvKiogVGhlIGJyaWVmIGRlc2NyaXB0aW9uIG9mIHRoZSBhcHBvaW50bWVudCBhcyB3b3VsZCBiZSBzaG93biBvbiBhIHN1YmplY3QgbGluZSBpbiBhIG1lZXRpbmcgcmVxdWVzdCwgb3IgYXBwb2ludG1lbnQgbGlzdC4gRGV0YWlsZWQgb3IgZXhwYW5kZWQgaW5mb3JtYXRpb24gc2hvdWxkIGJlIHB1dCBpbiB0aGUgY29tbWVudCBmaWVsZC4gKi9cbiAgZGVzY3JpcHRpb24/OiBzdHJpbmc7XG5cbiAgLyoqIEFkZGl0aW9uYWwgaW5mb3JtYXRpb24gdG8gc3VwcG9ydCB0aGUgYXBwb2ludG1lbnQgcHJvdmlkZWQgd2hlbiBtYWtpbmcgdGhlIGFwcG9pbnRtZW50LiAqL1xuICBzdXBwb3J0aW5nSW5mb3JtYXRpb24/OiBSZWZlcmVuY2VbXTtcblxuICAvKiogRGF0ZS9UaW1lIHRoYXQgdGhlIGFwcG9pbnRtZW50IGlzIHRvIHRha2UgcGxhY2UuICovXG4gIHN0YXJ0Pzogc3RyaW5nO1xuXG4gIC8qKiBEYXRlL1RpbWUgdGhhdCB0aGUgYXBwb2ludG1lbnQgaXMgdG8gY29uY2x1ZGUuICovXG4gIGVuZD86IHN0cmluZztcblxuICAvKiogTnVtYmVyIG9mIG1pbnV0ZXMgdGhhdCB0aGUgYXBwb2ludG1lbnQgaXMgdG8gdGFrZS4gVGhpcyBjYW4gYmUgbGVzcyB0aGFuIHRoZSBkdXJhdGlvbiBiZXR3ZWVuIHRoZSBzdGFydCBhbmQgZW5kIHRpbWVzICh3aGVyZSBhY3R1YWwgdGltZSBvZiBhcHBvaW50bWVudCBpcyBvbmx5IGFuIGVzdGltYXRlIG9yIGlzIGEgcGxhbm5lZCBhcHBvaW50bWVudCByZXF1ZXN0KS4gKi9cbiAgbWludXRlc0R1cmF0aW9uPzogbnVtYmVyO1xuXG4gIC8qKiBUaGUgc2xvdHMgZnJvbSB0aGUgcGFydGljaXBhbnRzJyBzY2hlZHVsZXMgdGhhdCB3aWxsIGJlIGZpbGxlZCBieSB0aGUgYXBwb2ludG1lbnQuICovXG4gIHNsb3Q/OiBSZWZlcmVuY2VbXTtcblxuICAvKiogVGhlIGRhdGUgdGhhdCB0aGlzIGFwcG9pbnRtZW50IHdhcyBpbml0aWFsbHkgY3JlYXRlZC4gVGhpcyBjb3VsZCBiZSBkaWZmZXJlbnQgdG8gdGhlIG1ldGEubGFzdE1vZGlmaWVkIHZhbHVlIG9uIHRoZSBpbml0aWFsIGVudHJ5LCBhcyB0aGlzIGNvdWxkIGhhdmUgYmVlbiBiZWZvcmUgdGhlIHJlc291cmNlIHdhcyBjcmVhdGVkIG9uIHRoZSBGSElSIHNlcnZlciwgYW5kIHNob3VsZCByZW1haW4gdW5jaGFuZ2VkIG92ZXIgdGhlIGxpZmVzcGFuIG9mIHRoZSBhcHBvaW50bWVudC4gKi9cbiAgY3JlYXRlZD86IHN0cmluZztcblxuICAvKiogQWRkaXRpb25hbCBjb21tZW50cyBhYm91dCB0aGUgYXBwb2ludG1lbnQuICovXG4gIGNvbW1lbnQ/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSByZWZlcnJhbCByZXF1ZXN0IHRoaXMgYXBwb2ludG1lbnQgaXMgYWxsb2NhdGVkIHRvIGFzc2VzcyAoaW5jb21pbmcgcmVmZXJyYWwpLiAqL1xuICBpbmNvbWluZ1JlZmVycmFsPzogUmVmZXJlbmNlW107XG5cbiAgLyoqIExpc3Qgb2YgcGFydGljaXBhbnRzIGludm9sdmVkIGluIHRoZSBhcHBvaW50bWVudC4gKi9cbiAgcGFydGljaXBhbnQ6IEFwcG9pbnRtZW50X1BhcnRpY2lwYW50W107XG5cbiAgLyoqIEEgc2V0IG9mIGRhdGUgcmFuZ2VzIChwb3RlbnRpYWxseSBpbmNsdWRpbmcgdGltZXMpIHRoYXQgdGhlIGFwcG9pbnRtZW50IGlzIHByZWZlcnJlZCB0byBiZSBzY2hlZHVsZWQgd2l0aGluLiBXaGVuIHVzaW5nIHRoZXNlIHZhbHVlcywgdGhlIG1pbnV0ZXMgZHVyYXRpb24gc2hvdWxkIGJlIHByb3ZpZGVkIHRvIGluZGljYXRlIHRoZSBsZW5ndGggb2YgdGhlIGFwcG9pbnRtZW50IHRvIGZpbGwgYW5kIHBvcHVsYXRlIHRoZSBzdGFydC9lbmQgdGltZXMgZm9yIHRoZSBhY3R1YWwgYWxsb2NhdGVkIHRpbWUuICovXG4gIHJlcXVlc3RlZFBlcmlvZD86IFBlcmlvZFtdO1xufVxuIl19
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
export interface Appointment_Participant {
|
|
4
|
-
/** Role of participant in the appointment. */
|
|
5
|
-
type?: CodeableConcept[];
|
|
6
|
-
/** A Person, Location/HealthcareService or Device that is participating in the appointment. */
|
|
7
|
-
actor?: Reference;
|
|
8
|
-
/** Is this participant required to be present at the meeting. This covers a use-case where 2 doctors need to meet to discuss the results for a specific patient, and the patient is not required to be present. */
|
|
9
|
-
required?: "required" | "optional" | "information-only";
|
|
10
|
-
/** Participation status of the actor. */
|
|
11
|
-
status?: "accepted" | "declined" | "tentative" | "needs-action";
|
|
12
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwb2ludG1lbnRfcGFydGljaXBhbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2FwcG9pbnRtZW50X3BhcnRpY2lwYW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIEFwcG9pbnRtZW50X1BhcnRpY2lwYW50IFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIEFwcG9pbnRtZW50X1BhcnRpY2lwYW50IHtcbiAgLyoqIFJvbGUgb2YgcGFydGljaXBhbnQgaW4gdGhlIGFwcG9pbnRtZW50LiAqL1xuICB0eXBlPzogQ29kZWFibGVDb25jZXB0W107XG5cbiAgLyoqIEEgUGVyc29uLCBMb2NhdGlvbi9IZWFsdGhjYXJlU2VydmljZSBvciBEZXZpY2UgdGhhdCBpcyBwYXJ0aWNpcGF0aW5nIGluIHRoZSBhcHBvaW50bWVudC4gKi9cbiAgYWN0b3I/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIElzIHRoaXMgcGFydGljaXBhbnQgcmVxdWlyZWQgdG8gYmUgcHJlc2VudCBhdCB0aGUgbWVldGluZy4gVGhpcyBjb3ZlcnMgYSB1c2UtY2FzZSB3aGVyZSAyIGRvY3RvcnMgbmVlZCB0byBtZWV0IHRvIGRpc2N1c3MgdGhlIHJlc3VsdHMgZm9yIGEgc3BlY2lmaWMgcGF0aWVudCwgYW5kIHRoZSBwYXRpZW50IGlzIG5vdCByZXF1aXJlZCB0byBiZSBwcmVzZW50LiAqL1xuICByZXF1aXJlZD86IFwicmVxdWlyZWRcIiB8IFwib3B0aW9uYWxcIiB8IFwiaW5mb3JtYXRpb24tb25seVwiO1xuXG4gIC8qKiBQYXJ0aWNpcGF0aW9uIHN0YXR1cyBvZiB0aGUgYWN0b3IuICovXG4gIHN0YXR1cz86IFwiYWNjZXB0ZWRcIiB8IFwiZGVjbGluZWRcIiB8IFwidGVudGF0aXZlXCIgfCBcIm5lZWRzLWFjdGlvblwiO1xufVxuIl19
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Identifier } from "./identifier";
|
|
3
|
-
import type { Reference } from "./reference";
|
|
4
|
-
export interface AppointmentResponse {
|
|
5
|
-
/** This is a AppointmentResponse resource */
|
|
6
|
-
resourceType: "AppointmentResponse";
|
|
7
|
-
/** This records identifiers associated with this appointment response concern that are defined by business processes and/ or used to refer to it when a direct URL reference to the resource itself is not appropriate. */
|
|
8
|
-
identifier?: Identifier[];
|
|
9
|
-
/** Appointment that this response is replying to. */
|
|
10
|
-
appointment: Reference;
|
|
11
|
-
/** Date/Time that the appointment is to take place, or requested new start time. */
|
|
12
|
-
start?: string;
|
|
13
|
-
/** This may be either the same as the appointment request to confirm the details of the appointment, or alternately a new time to request a re-negotiation of the end time. */
|
|
14
|
-
end?: string;
|
|
15
|
-
/** Role of participant in the appointment. */
|
|
16
|
-
participantType?: CodeableConcept[];
|
|
17
|
-
/** A Person, Location/HealthcareService or Device that is participating in the appointment. */
|
|
18
|
-
actor?: Reference;
|
|
19
|
-
/** Participation status of the participant. When the status is declined or tentative if the start/end times are different to the appointment, then these times should be interpreted as a requested time change. When the status is accepted, the times can either be the time of the appointment (as a confirmation of the time) or can be empty. */
|
|
20
|
-
participantStatus?: string;
|
|
21
|
-
/** Additional comments about the appointment. */
|
|
22
|
-
comment?: string;
|
|
23
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwb2ludG1lbnRyZXNwb25zZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvYXBwb2ludG1lbnRyZXNwb25zZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBBcHBvaW50bWVudFJlc3BvbnNlIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IElkZW50aWZpZXIgfSBmcm9tIFwiLi9pZGVudGlmaWVyXCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIEFwcG9pbnRtZW50UmVzcG9uc2Uge1xuICAvKiogVGhpcyBpcyBhIEFwcG9pbnRtZW50UmVzcG9uc2UgcmVzb3VyY2UgKi9cbiAgcmVzb3VyY2VUeXBlOiBcIkFwcG9pbnRtZW50UmVzcG9uc2VcIjtcblxuICAvKiogVGhpcyByZWNvcmRzIGlkZW50aWZpZXJzIGFzc29jaWF0ZWQgd2l0aCB0aGlzIGFwcG9pbnRtZW50IHJlc3BvbnNlIGNvbmNlcm4gdGhhdCBhcmUgZGVmaW5lZCBieSBidXNpbmVzcyBwcm9jZXNzZXMgYW5kLyBvciB1c2VkIHRvIHJlZmVyIHRvIGl0IHdoZW4gYSBkaXJlY3QgVVJMIHJlZmVyZW5jZSB0byB0aGUgcmVzb3VyY2UgaXRzZWxmIGlzIG5vdCBhcHByb3ByaWF0ZS4gKi9cbiAgaWRlbnRpZmllcj86IElkZW50aWZpZXJbXTtcblxuICAvKiogQXBwb2ludG1lbnQgdGhhdCB0aGlzIHJlc3BvbnNlIGlzIHJlcGx5aW5nIHRvLiAqL1xuICBhcHBvaW50bWVudDogUmVmZXJlbmNlO1xuXG4gIC8qKiBEYXRlL1RpbWUgdGhhdCB0aGUgYXBwb2ludG1lbnQgaXMgdG8gdGFrZSBwbGFjZSwgb3IgcmVxdWVzdGVkIG5ldyBzdGFydCB0aW1lLiAqL1xuICBzdGFydD86IHN0cmluZztcblxuICAvKiogVGhpcyBtYXkgYmUgZWl0aGVyIHRoZSBzYW1lIGFzIHRoZSBhcHBvaW50bWVudCByZXF1ZXN0IHRvIGNvbmZpcm0gdGhlIGRldGFpbHMgb2YgdGhlIGFwcG9pbnRtZW50LCBvciBhbHRlcm5hdGVseSBhIG5ldyB0aW1lIHRvIHJlcXVlc3QgYSByZS1uZWdvdGlhdGlvbiBvZiB0aGUgZW5kIHRpbWUuICovXG4gIGVuZD86IHN0cmluZztcblxuICAvKiogUm9sZSBvZiBwYXJ0aWNpcGFudCBpbiB0aGUgYXBwb2ludG1lbnQuICovXG4gIHBhcnRpY2lwYW50VHlwZT86IENvZGVhYmxlQ29uY2VwdFtdO1xuXG4gIC8qKiBBIFBlcnNvbiwgTG9jYXRpb24vSGVhbHRoY2FyZVNlcnZpY2Ugb3IgRGV2aWNlIHRoYXQgaXMgcGFydGljaXBhdGluZyBpbiB0aGUgYXBwb2ludG1lbnQuICovXG4gIGFjdG9yPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBQYXJ0aWNpcGF0aW9uIHN0YXR1cyBvZiB0aGUgcGFydGljaXBhbnQuIFdoZW4gdGhlIHN0YXR1cyBpcyBkZWNsaW5lZCBvciB0ZW50YXRpdmUgaWYgdGhlIHN0YXJ0L2VuZCB0aW1lcyBhcmUgZGlmZmVyZW50IHRvIHRoZSBhcHBvaW50bWVudCwgdGhlbiB0aGVzZSB0aW1lcyBzaG91bGQgYmUgaW50ZXJwcmV0ZWQgYXMgYSByZXF1ZXN0ZWQgdGltZSBjaGFuZ2UuIFdoZW4gdGhlIHN0YXR1cyBpcyBhY2NlcHRlZCwgdGhlIHRpbWVzIGNhbiBlaXRoZXIgYmUgdGhlIHRpbWUgb2YgdGhlIGFwcG9pbnRtZW50IChhcyBhIGNvbmZpcm1hdGlvbiBvZiB0aGUgdGltZSkgb3IgY2FuIGJlIGVtcHR5LiAqL1xuICBwYXJ0aWNpcGFudFN0YXR1cz86IHN0cmluZztcblxuICAvKiogQWRkaXRpb25hbCBjb21tZW50cyBhYm91dCB0aGUgYXBwb2ludG1lbnQuICovXG4gIGNvbW1lbnQ/OiBzdHJpbmc7XG59XG4iXX0=
|
package/lib/ehr/attachment.d.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export interface Attachment {
|
|
2
|
-
/** Identifies the type of the data in the attachment and allows a method to be chosen to interpret or render the data. Includes mime type parameters such as charset where appropriate. */
|
|
3
|
-
contentType?: string;
|
|
4
|
-
/** The human language of the content. The value can be any valid value according to BCP 47. */
|
|
5
|
-
language?: string;
|
|
6
|
-
/** The actual data of the attachment - a sequence of bytes. In XML, represented using base64. */
|
|
7
|
-
data?: string;
|
|
8
|
-
/** An alternative location where the data can be accessed. */
|
|
9
|
-
url?: string;
|
|
10
|
-
/** The number of bytes of data that make up this attachment (before base64 encoding, if that is done). */
|
|
11
|
-
size?: number;
|
|
12
|
-
/** The calculated hash of the data using SHA-1. Represented using base64. */
|
|
13
|
-
hash?: string;
|
|
14
|
-
/** A label or set of text to display in place of the data. */
|
|
15
|
-
title?: string;
|
|
16
|
-
/** The date that the attachment was first created. */
|
|
17
|
-
creation?: string;
|
|
18
|
-
}
|