@openhi/types 0.0.1 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -9
- package/lib/account.d.ts +37 -0
- package/lib/account.js +3 -0
- package/lib/account_coverage.d.ts +10 -0
- package/lib/account_coverage.js +3 -0
- package/lib/account_guarantor.d.ts +11 -0
- package/lib/account_guarantor.js +3 -0
- package/lib/activitydefinition.d.ts +95 -0
- package/lib/activitydefinition.js +3 -0
- package/lib/activitydefinition_dynamicvalue.d.ts +11 -0
- package/lib/activitydefinition_dynamicvalue.js +3 -0
- package/lib/activitydefinition_participant.d.ts +8 -0
- package/lib/activitydefinition_participant.js +3 -0
- package/lib/address.d.ts +24 -0
- package/lib/address.js +3 -0
- package/lib/adverseevent.d.ts +41 -0
- package/lib/adverseevent.js +3 -0
- package/lib/adverseevent_suspectentity.d.ts +19 -0
- package/lib/adverseevent_suspectentity.js +3 -0
- package/lib/age.d.ts +3 -0
- package/lib/age.js +3 -0
- package/lib/allergyintolerance.d.ts +51 -0
- package/lib/allergyintolerance.js +3 -0
- package/lib/allergyintolerance_reaction.d.ts +19 -0
- package/lib/allergyintolerance_reaction.js +3 -0
- package/lib/annotation.d.ts +12 -0
- package/lib/annotation.js +3 -0
- package/lib/appointment.d.ts +50 -0
- package/lib/appointment.js +3 -0
- package/lib/appointment_participant.d.ts +13 -0
- package/lib/appointment_participant.js +3 -0
- package/lib/appointmentresponse.d.ts +24 -0
- package/lib/appointmentresponse.js +3 -0
- package/lib/attachment.d.ts +19 -0
- package/lib/attachment.js +3 -0
- package/lib/auditevent.d.ts +30 -0
- package/lib/auditevent.js +3 -0
- package/lib/auditevent_agent.d.ts +30 -0
- package/lib/auditevent_agent.js +3 -0
- package/lib/auditevent_detail.d.ts +7 -0
- package/lib/auditevent_detail.js +3 -0
- package/lib/auditevent_entity.d.ts +27 -0
- package/lib/auditevent_entity.js +3 -0
- package/lib/auditevent_network.d.ts +7 -0
- package/lib/auditevent_network.js +3 -0
- package/lib/auditevent_source.d.ts +11 -0
- package/lib/auditevent_source.js +3 -0
- package/lib/backboneelement.d.ts +6 -0
- package/lib/backboneelement.js +3 -0
- package/lib/basic.d.ts +18 -0
- package/lib/basic.js +3 -0
- package/lib/binary.d.ts +12 -0
- package/lib/binary.js +3 -0
- package/lib/bodysite.d.ts +23 -0
- package/lib/bodysite.js +3 -0
- package/lib/bundle.d.ts +21 -0
- package/lib/bundle.js +3 -0
- package/lib/bundle_entry.d.ts +22 -0
- package/lib/bundle_entry.js +3 -0
- package/lib/bundle_link.d.ts +7 -0
- package/lib/bundle_link.js +3 -0
- package/lib/bundle_request.d.ts +15 -0
- package/lib/bundle_request.js +3 -0
- package/lib/bundle_response.d.ts +14 -0
- package/lib/bundle_response.js +3 -0
- package/lib/bundle_search.d.ts +7 -0
- package/lib/bundle_search.js +3 -0
- package/lib/capabilitystatement.d.ts +68 -0
- package/lib/capabilitystatement.js +3 -0
- package/lib/capabilitystatement_certificate.d.ts +7 -0
- package/lib/capabilitystatement_certificate.js +3 -0
- package/lib/capabilitystatement_document.d.ts +10 -0
- package/lib/capabilitystatement_document.js +3 -0
- package/lib/capabilitystatement_endpoint.d.ts +8 -0
- package/lib/capabilitystatement_endpoint.js +3 -0
- package/lib/capabilitystatement_event.d.ts +19 -0
- package/lib/capabilitystatement_event.js +3 -0
- package/lib/capabilitystatement_implementation.d.ts +7 -0
- package/lib/capabilitystatement_implementation.js +3 -0
- package/lib/capabilitystatement_interaction.d.ts +7 -0
- package/lib/capabilitystatement_interaction.js +3 -0
- package/lib/capabilitystatement_interaction1.d.ts +7 -0
- package/lib/capabilitystatement_interaction1.js +3 -0
- package/lib/capabilitystatement_messaging.d.ts +16 -0
- package/lib/capabilitystatement_messaging.js +3 -0
- package/lib/capabilitystatement_operation.d.ts +8 -0
- package/lib/capabilitystatement_operation.js +3 -0
- package/lib/capabilitystatement_resource.d.ts +36 -0
- package/lib/capabilitystatement_resource.js +3 -0
- package/lib/capabilitystatement_rest.d.ts +24 -0
- package/lib/capabilitystatement_rest.js +3 -0
- package/lib/capabilitystatement_searchparam.d.ts +11 -0
- package/lib/capabilitystatement_searchparam.js +3 -0
- package/lib/capabilitystatement_security.d.ts +13 -0
- package/lib/capabilitystatement_security.js +3 -0
- package/lib/capabilitystatement_software.d.ts +9 -0
- package/lib/capabilitystatement_software.js +3 -0
- package/lib/capabilitystatement_supportedmessage.d.ts +8 -0
- package/lib/capabilitystatement_supportedmessage.js +3 -0
- package/lib/careplan.d.ts +51 -0
- package/lib/careplan.js +3 -0
- package/lib/careplan_activity.d.ts +17 -0
- package/lib/careplan_activity.js +3 -0
- package/lib/careplan_detail.d.ts +46 -0
- package/lib/careplan_detail.js +3 -0
- package/lib/careteam.d.ts +35 -0
- package/lib/careteam.js +3 -0
- package/lib/careteam_participant.d.ts +14 -0
- package/lib/careteam_participant.js +3 -0
- package/lib/chargeitem.d.ts +64 -0
- package/lib/chargeitem.js +3 -0
- package/lib/chargeitem_participant.d.ts +9 -0
- package/lib/chargeitem_participant.js +3 -0
- package/lib/claim.d.ts +79 -0
- package/lib/claim.js +3 -0
- package/lib/claim_accident.d.ts +14 -0
- package/lib/claim_accident.js +3 -0
- package/lib/claim_careteam.d.ts +15 -0
- package/lib/claim_careteam.js +3 -0
- package/lib/claim_detail.d.ts +32 -0
- package/lib/claim_detail.js +3 -0
- package/lib/claim_diagnosis.d.ts +15 -0
- package/lib/claim_diagnosis.js +3 -0
- package/lib/claim_information.d.ts +28 -0
- package/lib/claim_information.js +3 -0
- package/lib/claim_insurance.d.ts +16 -0
- package/lib/claim_insurance.js +3 -0
- package/lib/claim_item.d.ts +58 -0
- package/lib/claim_item.js +3 -0
- package/lib/claim_payee.d.ts +12 -0
- package/lib/claim_payee.js +3 -0
- package/lib/claim_procedure.d.ts +13 -0
- package/lib/claim_procedure.js +3 -0
- package/lib/claim_related.d.ts +12 -0
- package/lib/claim_related.js +3 -0
- package/lib/claim_subdetail.d.ts +29 -0
- package/lib/claim_subdetail.js +3 -0
- package/lib/claimresponse.d.ts +62 -0
- package/lib/claimresponse.js +3 -0
- package/lib/claimresponse_additem.d.ts +25 -0
- package/lib/claimresponse_additem.js +3 -0
- package/lib/claimresponse_adjudication.d.ts +13 -0
- package/lib/claimresponse_adjudication.js +3 -0
- package/lib/claimresponse_detail.d.ts +13 -0
- package/lib/claimresponse_detail.js +3 -0
- package/lib/claimresponse_detail1.d.ts +20 -0
- package/lib/claimresponse_detail1.js +3 -0
- package/lib/claimresponse_error.d.ts +12 -0
- package/lib/claimresponse_error.js +3 -0
- package/lib/claimresponse_insurance.d.ts +16 -0
- package/lib/claimresponse_insurance.js +3 -0
- package/lib/claimresponse_item.d.ts +13 -0
- package/lib/claimresponse_item.js +3 -0
- package/lib/claimresponse_payment.d.ts +18 -0
- package/lib/claimresponse_payment.js +3 -0
- package/lib/claimresponse_processnote.d.ts +12 -0
- package/lib/claimresponse_processnote.js +3 -0
- package/lib/claimresponse_subdetail.d.ts +10 -0
- package/lib/claimresponse_subdetail.js +3 -0
- package/lib/clinicalimpression.d.ts +52 -0
- package/lib/clinicalimpression.js +3 -0
- package/lib/clinicalimpression_finding.d.ts +11 -0
- package/lib/clinicalimpression_finding.js +3 -0
- package/lib/clinicalimpression_investigation.d.ts +9 -0
- package/lib/clinicalimpression_investigation.js +3 -0
- package/lib/codeableconcept.d.ts +8 -0
- package/lib/codeableconcept.js +3 -0
- package/lib/codesystem.d.ts +62 -0
- package/lib/codesystem.js +3 -0
- package/lib/codesystem_concept.d.ts +17 -0
- package/lib/codesystem_concept.js +3 -0
- package/lib/codesystem_designation.d.ts +10 -0
- package/lib/codesystem_designation.js +3 -0
- package/lib/codesystem_filter.d.ts +11 -0
- package/lib/codesystem_filter.js +3 -0
- package/lib/codesystem_property.d.ts +11 -0
- package/lib/codesystem_property.js +3 -0
- package/lib/codesystem_property1.d.ts +18 -0
- package/lib/codesystem_property1.js +3 -0
- package/lib/coding.d.ts +13 -0
- package/lib/coding.js +3 -0
- package/lib/communication.d.ts +50 -0
- package/lib/communication.js +3 -0
- package/lib/communication_payload.d.ts +11 -0
- package/lib/communication_payload.js +3 -0
- package/lib/communicationrequest.d.ts +54 -0
- package/lib/communicationrequest.js +3 -0
- package/lib/communicationrequest_payload.d.ts +11 -0
- package/lib/communicationrequest_payload.js +3 -0
- package/lib/communicationrequest_requester.d.ts +8 -0
- package/lib/communicationrequest_requester.js +3 -0
- package/lib/compartmentdefinition.d.ts +39 -0
- package/lib/compartmentdefinition.js +3 -0
- package/lib/compartmentdefinition_resource.d.ts +9 -0
- package/lib/compartmentdefinition_resource.js +3 -0
- package/lib/composition.d.ts +42 -0
- package/lib/composition.js +3 -0
- package/lib/composition_attester.d.ts +10 -0
- package/lib/composition_attester.js +3 -0
- package/lib/composition_event.d.ts +12 -0
- package/lib/composition_event.js +3 -0
- package/lib/composition_relatesto.d.ts +11 -0
- package/lib/composition_relatesto.js +3 -0
- package/lib/composition_section.d.ts +22 -0
- package/lib/composition_section.js +3 -0
- package/lib/conceptmap.d.ts +51 -0
- package/lib/conceptmap.js +3 -0
- package/lib/conceptmap_dependson.d.ts +11 -0
- package/lib/conceptmap_dependson.js +3 -0
- package/lib/conceptmap_element.d.ts +10 -0
- package/lib/conceptmap_element.js +3 -0
- package/lib/conceptmap_group.d.ts +17 -0
- package/lib/conceptmap_group.js +3 -0
- package/lib/conceptmap_target.d.ts +16 -0
- package/lib/conceptmap_target.js +3 -0
- package/lib/conceptmap_unmapped.d.ts +11 -0
- package/lib/conceptmap_unmapped.js +3 -0
- package/lib/condition.d.ts +64 -0
- package/lib/condition.js +3 -0
- package/lib/condition_evidence.d.ts +9 -0
- package/lib/condition_evidence.js +3 -0
- package/lib/condition_stage.d.ts +9 -0
- package/lib/condition_stage.js +3 -0
- package/lib/consent.d.ts +55 -0
- package/lib/consent.js +3 -0
- package/lib/consent_actor.d.ts +9 -0
- package/lib/consent_actor.js +3 -0
- package/lib/consent_actor1.d.ts +9 -0
- package/lib/consent_actor1.js +3 -0
- package/lib/consent_data.d.ts +8 -0
- package/lib/consent_data.js +3 -0
- package/lib/consent_data1.d.ts +8 -0
- package/lib/consent_data1.js +3 -0
- package/lib/consent_except.d.ts +28 -0
- package/lib/consent_except.js +3 -0
- package/lib/consent_policy.d.ts +7 -0
- package/lib/consent_policy.js +3 -0
- package/lib/contactdetail.d.ts +8 -0
- package/lib/contactdetail.js +3 -0
- package/lib/contactpoint.d.ts +14 -0
- package/lib/contactpoint.js +3 -0
- package/lib/contract.d.ts +66 -0
- package/lib/contract.js +3 -0
- package/lib/contract_agent.d.ts +9 -0
- package/lib/contract_agent.js +3 -0
- package/lib/contract_agent1.d.ts +9 -0
- package/lib/contract_agent1.js +3 -0
- package/lib/contract_friendly.d.ts +9 -0
- package/lib/contract_friendly.js +3 -0
- package/lib/contract_legal.d.ts +9 -0
- package/lib/contract_legal.js +3 -0
- package/lib/contract_rule.d.ts +9 -0
- package/lib/contract_rule.js +3 -0
- package/lib/contract_signer.d.ts +12 -0
- package/lib/contract_signer.js +3 -0
- package/lib/contract_term.d.ts +36 -0
- package/lib/contract_term.js +3 -0
- package/lib/contract_valueditem.d.ts +26 -0
- package/lib/contract_valueditem.js +3 -0
- package/lib/contract_valueditem1.d.ts +26 -0
- package/lib/contract_valueditem1.js +3 -0
- package/lib/contributor.d.ts +10 -0
- package/lib/contributor.js +3 -0
- package/lib/count.d.ts +3 -0
- package/lib/count.js +3 -0
- package/lib/coverage.d.ts +42 -0
- package/lib/coverage.js +3 -0
- package/lib/coverage_grouping.d.ts +27 -0
- package/lib/coverage_grouping.js +3 -0
- package/lib/dataelement.d.ts +43 -0
- package/lib/dataelement.js +3 -0
- package/lib/dataelement_mapping.d.ts +11 -0
- package/lib/dataelement_mapping.js +3 -0
- package/lib/datarequirement.d.ts +15 -0
- package/lib/datarequirement.js +3 -0
- package/lib/datarequirement_codefilter.d.ts +18 -0
- package/lib/datarequirement_codefilter.js +3 -0
- package/lib/datarequirement_datefilter.d.ts +13 -0
- package/lib/datarequirement_datefilter.js +3 -0
- package/lib/detectedissue.d.ts +31 -0
- package/lib/detectedissue.js +3 -0
- package/lib/detectedissue_mitigation.d.ts +11 -0
- package/lib/detectedissue_mitigation.js +3 -0
- package/lib/device.d.ts +45 -0
- package/lib/device.js +3 -0
- package/lib/device_udi.d.ts +25 -0
- package/lib/device_udi.js +3 -0
- package/lib/devicecomponent.d.ts +29 -0
- package/lib/devicecomponent.js +3 -0
- package/lib/devicecomponent_productionspecification.d.ts +11 -0
- package/lib/devicecomponent_productionspecification.js +3 -0
- package/lib/devicemetric.d.ts +30 -0
- package/lib/devicemetric.js +3 -0
- package/lib/devicemetric_calibration.d.ts +9 -0
- package/lib/devicemetric_calibration.js +3 -0
- package/lib/devicerequest.d.ts +60 -0
- package/lib/devicerequest.js +3 -0
- package/lib/devicerequest_requester.d.ts +8 -0
- package/lib/devicerequest_requester.js +3 -0
- package/lib/deviceusestatement.d.ts +37 -0
- package/lib/deviceusestatement.js +3 -0
- package/lib/diagnosticreport.d.ts +48 -0
- package/lib/diagnosticreport.js +3 -0
- package/lib/diagnosticreport_image.d.ts +8 -0
- package/lib/diagnosticreport_image.js +3 -0
- package/lib/diagnosticreport_performer.d.ts +9 -0
- package/lib/diagnosticreport_performer.js +3 -0
- package/lib/distance.d.ts +3 -0
- package/lib/distance.js +3 -0
- package/lib/documentmanifest.d.ts +34 -0
- package/lib/documentmanifest.js +3 -0
- package/lib/documentmanifest_content.d.ts +9 -0
- package/lib/documentmanifest_content.js +3 -0
- package/lib/documentmanifest_related.d.ts +9 -0
- package/lib/documentmanifest_related.js +3 -0
- package/lib/documentreference.d.ts +45 -0
- package/lib/documentreference.js +3 -0
- package/lib/documentreference_content.d.ts +9 -0
- package/lib/documentreference_content.js +3 -0
- package/lib/documentreference_context.d.ts +21 -0
- package/lib/documentreference_context.js +3 -0
- package/lib/documentreference_related.d.ts +9 -0
- package/lib/documentreference_related.js +3 -0
- package/lib/documentreference_relatesto.d.ts +8 -0
- package/lib/documentreference_relatesto.js +3 -0
- package/lib/domainresource.d.ts +14 -0
- package/lib/domainresource.js +3 -0
- package/lib/dosage.d.ts +44 -0
- package/lib/dosage.js +3 -0
- package/lib/duration.d.ts +3 -0
- package/lib/duration.js +3 -0
- package/lib/element.d.ts +7 -0
- package/lib/element.js +3 -0
- package/lib/elementdefinition.d.ts +451 -0
- package/lib/elementdefinition.js +3 -0
- package/lib/elementdefinition_base.d.ts +9 -0
- package/lib/elementdefinition_base.js +3 -0
- package/lib/elementdefinition_binding.d.ts +12 -0
- package/lib/elementdefinition_binding.js +3 -0
- package/lib/elementdefinition_constraint.d.ts +17 -0
- package/lib/elementdefinition_constraint.js +3 -0
- package/lib/elementdefinition_discriminator.d.ts +7 -0
- package/lib/elementdefinition_discriminator.js +3 -0
- package/lib/elementdefinition_example.d.ts +145 -0
- package/lib/elementdefinition_example.js +3 -0
- package/lib/elementdefinition_mapping.d.ts +11 -0
- package/lib/elementdefinition_mapping.js +3 -0
- package/lib/elementdefinition_slicing.d.ts +12 -0
- package/lib/elementdefinition_slicing.js +3 -0
- package/lib/elementdefinition_type.d.ts +13 -0
- package/lib/elementdefinition_type.js +3 -0
- package/lib/eligibilityrequest.d.ts +41 -0
- package/lib/eligibilityrequest.js +3 -0
- package/lib/eligibilityresponse.d.ts +36 -0
- package/lib/eligibilityresponse.js +3 -0
- package/lib/eligibilityresponse_benefitbalance.d.ts +23 -0
- package/lib/eligibilityresponse_benefitbalance.js +3 -0
- package/lib/eligibilityresponse_error.d.ts +6 -0
- package/lib/eligibilityresponse_error.js +3 -0
- package/lib/eligibilityresponse_financial.d.ts +17 -0
- package/lib/eligibilityresponse_financial.js +3 -0
- package/lib/eligibilityresponse_insurance.d.ts +11 -0
- package/lib/eligibilityresponse_insurance.js +3 -0
- package/lib/encounter.d.ts +61 -0
- package/lib/encounter.js +3 -0
- package/lib/encounter_classhistory.d.ts +9 -0
- package/lib/encounter_classhistory.js +3 -0
- package/lib/encounter_diagnosis.d.ts +11 -0
- package/lib/encounter_diagnosis.js +3 -0
- package/lib/encounter_hospitalization.d.ts +24 -0
- package/lib/encounter_hospitalization.js +3 -0
- package/lib/encounter_location.d.ts +11 -0
- package/lib/encounter_location.js +3 -0
- package/lib/encounter_participant.d.ts +12 -0
- package/lib/encounter_participant.js +3 -0
- package/lib/encounter_statushistory.d.ts +8 -0
- package/lib/encounter_statushistory.js +3 -0
- package/lib/endpoint.d.ts +33 -0
- package/lib/endpoint.js +3 -0
- package/lib/enrollmentrequest.d.ts +23 -0
- package/lib/enrollmentrequest.js +3 -0
- package/lib/enrollmentresponse.d.ts +26 -0
- package/lib/enrollmentresponse.js +3 -0
- package/lib/episodeofcare.d.ts +35 -0
- package/lib/episodeofcare.js +3 -0
- package/lib/episodeofcare_diagnosis.d.ts +11 -0
- package/lib/episodeofcare_diagnosis.js +3 -0
- package/lib/episodeofcare_statushistory.d.ts +8 -0
- package/lib/episodeofcare_statushistory.js +3 -0
- package/lib/expansionprofile.d.ts +58 -0
- package/lib/expansionprofile.js +3 -0
- package/lib/expansionprofile_designation.d.ts +9 -0
- package/lib/expansionprofile_designation.js +3 -0
- package/lib/expansionprofile_designation1.d.ts +8 -0
- package/lib/expansionprofile_designation1.js +3 -0
- package/lib/expansionprofile_designation2.d.ts +8 -0
- package/lib/expansionprofile_designation2.js +3 -0
- package/lib/expansionprofile_exclude.d.ts +6 -0
- package/lib/expansionprofile_exclude.js +3 -0
- package/lib/expansionprofile_excludedsystem.d.ts +7 -0
- package/lib/expansionprofile_excludedsystem.js +3 -0
- package/lib/expansionprofile_fixedversion.d.ts +9 -0
- package/lib/expansionprofile_fixedversion.js +3 -0
- package/lib/expansionprofile_include.d.ts +6 -0
- package/lib/expansionprofile_include.js +3 -0
- package/lib/explanationofbenefit.d.ts +101 -0
- package/lib/explanationofbenefit.js +3 -0
- package/lib/explanationofbenefit_accident.d.ts +14 -0
- package/lib/explanationofbenefit_accident.js +3 -0
- package/lib/explanationofbenefit_additem.d.ts +25 -0
- package/lib/explanationofbenefit_additem.js +3 -0
- package/lib/explanationofbenefit_adjudication.d.ts +13 -0
- package/lib/explanationofbenefit_adjudication.js +3 -0
- package/lib/explanationofbenefit_benefitbalance.d.ts +23 -0
- package/lib/explanationofbenefit_benefitbalance.js +3 -0
- package/lib/explanationofbenefit_careteam.d.ts +15 -0
- package/lib/explanationofbenefit_careteam.js +3 -0
- package/lib/explanationofbenefit_detail.d.ts +39 -0
- package/lib/explanationofbenefit_detail.js +3 -0
- package/lib/explanationofbenefit_detail1.d.ts +20 -0
- package/lib/explanationofbenefit_detail1.js +3 -0
- package/lib/explanationofbenefit_diagnosis.d.ts +15 -0
- package/lib/explanationofbenefit_diagnosis.js +3 -0
- package/lib/explanationofbenefit_financial.d.ts +17 -0
- package/lib/explanationofbenefit_financial.js +3 -0
- package/lib/explanationofbenefit_information.d.ts +29 -0
- package/lib/explanationofbenefit_information.js +3 -0
- package/lib/explanationofbenefit_insurance.d.ts +8 -0
- package/lib/explanationofbenefit_insurance.js +3 -0
- package/lib/explanationofbenefit_item.d.ts +63 -0
- package/lib/explanationofbenefit_item.js +3 -0
- package/lib/explanationofbenefit_payee.d.ts +11 -0
- package/lib/explanationofbenefit_payee.js +3 -0
- package/lib/explanationofbenefit_payment.d.ts +18 -0
- package/lib/explanationofbenefit_payment.js +3 -0
- package/lib/explanationofbenefit_procedure.d.ts +13 -0
- package/lib/explanationofbenefit_procedure.js +3 -0
- package/lib/explanationofbenefit_processnote.d.ts +12 -0
- package/lib/explanationofbenefit_processnote.js +3 -0
- package/lib/explanationofbenefit_related.d.ts +12 -0
- package/lib/explanationofbenefit_related.js +3 -0
- package/lib/explanationofbenefit_subdetail.d.ts +36 -0
- package/lib/explanationofbenefit_subdetail.js +3 -0
- package/lib/extension.d.ts +144 -0
- package/lib/extension.js +3 -0
- package/lib/familymemberhistory.d.ts +65 -0
- package/lib/familymemberhistory.js +3 -0
- package/lib/familymemberhistory_condition.d.ts +22 -0
- package/lib/familymemberhistory_condition.js +3 -0
- package/lib/flag.d.ts +25 -0
- package/lib/flag.js +3 -0
- package/lib/goal.d.ts +42 -0
- package/lib/goal.js +3 -0
- package/lib/goal_target.d.ts +19 -0
- package/lib/goal_target.js +3 -0
- package/lib/graphdefinition.d.ts +39 -0
- package/lib/graphdefinition.js +3 -0
- package/lib/graphdefinition_compartment.d.ts +11 -0
- package/lib/graphdefinition_compartment.js +3 -0
- package/lib/graphdefinition_link.d.ts +16 -0
- package/lib/graphdefinition_link.js +3 -0
- package/lib/graphdefinition_target.d.ts +13 -0
- package/lib/graphdefinition_target.js +3 -0
- package/lib/group.d.ts +27 -0
- package/lib/group.js +3 -0
- package/lib/group_characteristic.d.ts +21 -0
- package/lib/group_characteristic.js +3 -0
- package/lib/group_member.d.ts +11 -0
- package/lib/group_member.js +3 -0
- package/lib/guidanceresponse.d.ts +40 -0
- package/lib/guidanceresponse.js +3 -0
- package/lib/healthcareservice.d.ts +60 -0
- package/lib/healthcareservice.js +3 -0
- package/lib/healthcareservice_availabletime.d.ts +11 -0
- package/lib/healthcareservice_availabletime.js +3 -0
- package/lib/healthcareservice_notavailable.d.ts +8 -0
- package/lib/healthcareservice_notavailable.js +3 -0
- package/lib/humanname.d.ts +18 -0
- package/lib/humanname.js +3 -0
- package/lib/identifier.d.ts +18 -0
- package/lib/identifier.js +3 -0
- package/lib/imagingmanifest.d.ts +21 -0
- package/lib/imagingmanifest.js +3 -0
- package/lib/imagingmanifest_instance.d.ts +7 -0
- package/lib/imagingmanifest_instance.js +3 -0
- package/lib/imagingmanifest_series.d.ts +11 -0
- package/lib/imagingmanifest_series.js +3 -0
- package/lib/imagingmanifest_study.d.ts +13 -0
- package/lib/imagingmanifest_study.js +3 -0
- package/lib/imagingstudy.d.ts +48 -0
- package/lib/imagingstudy.js +3 -0
- package/lib/imagingstudy_instance.d.ts +11 -0
- package/lib/imagingstudy_instance.js +3 -0
- package/lib/imagingstudy_series.d.ts +30 -0
- package/lib/imagingstudy_series.js +3 -0
- package/lib/immunization.d.ts +56 -0
- package/lib/immunization.js +3 -0
- package/lib/immunization_explanation.d.ts +8 -0
- package/lib/immunization_explanation.js +3 -0
- package/lib/immunization_practitioner.d.ts +9 -0
- package/lib/immunization_practitioner.js +3 -0
- package/lib/immunization_reaction.d.ts +10 -0
- package/lib/immunization_reaction.js +3 -0
- package/lib/immunization_vaccinationprotocol.d.ts +21 -0
- package/lib/immunization_vaccinationprotocol.js +3 -0
- package/lib/immunizationrecommendation.d.ts +14 -0
- package/lib/immunizationrecommendation.js +3 -0
- package/lib/immunizationrecommendation_datecriterion.d.ts +8 -0
- package/lib/immunizationrecommendation_datecriterion.js +3 -0
- package/lib/immunizationrecommendation_protocol.d.ts +12 -0
- package/lib/immunizationrecommendation_protocol.js +3 -0
- package/lib/immunizationrecommendation_recommendation.d.ts +25 -0
- package/lib/immunizationrecommendation_recommendation.js +3 -0
- package/lib/implementationguide.d.ts +48 -0
- package/lib/implementationguide.js +3 -0
- package/lib/implementationguide_dependency.d.ts +7 -0
- package/lib/implementationguide_dependency.js +3 -0
- package/lib/implementationguide_global.d.ts +8 -0
- package/lib/implementationguide_global.js +3 -0
- package/lib/implementationguide_package.d.ts +10 -0
- package/lib/implementationguide_package.js +3 -0
- package/lib/implementationguide_page.d.ts +17 -0
- package/lib/implementationguide_page.js +3 -0
- package/lib/implementationguide_resource.d.ts +18 -0
- package/lib/implementationguide_resource.js +3 -0
- package/lib/index.d.ts +490 -5
- package/lib/index.js +491 -6
- package/lib/library.d.ts +67 -0
- package/lib/library.js +3 -0
- package/lib/linkage.d.ts +13 -0
- package/lib/linkage.js +3 -0
- package/lib/linkage_item.d.ts +8 -0
- package/lib/linkage_item.js +3 -0
- package/lib/list.d.ts +36 -0
- package/lib/list.js +3 -0
- package/lib/list_entry.d.ts +13 -0
- package/lib/list_entry.js +3 -0
- package/lib/location.d.ts +42 -0
- package/lib/location.js +3 -0
- package/lib/location_position.d.ts +9 -0
- package/lib/location_position.js +3 -0
- package/lib/measure.d.ts +89 -0
- package/lib/measure.js +3 -0
- package/lib/measure_group.d.ts +16 -0
- package/lib/measure_group.js +3 -0
- package/lib/measure_population.d.ts +15 -0
- package/lib/measure_population.js +3 -0
- package/lib/measure_stratifier.d.ts +10 -0
- package/lib/measure_stratifier.js +3 -0
- package/lib/measure_supplementaldata.d.ts +13 -0
- package/lib/measure_supplementaldata.js +3 -0
- package/lib/measurereport.d.ts +29 -0
- package/lib/measurereport.js +3 -0
- package/lib/measurereport_group.d.ts +14 -0
- package/lib/measurereport_group.js +3 -0
- package/lib/measurereport_population.d.ts +14 -0
- package/lib/measurereport_population.js +3 -0
- package/lib/measurereport_population1.d.ts +14 -0
- package/lib/measurereport_population1.js +3 -0
- package/lib/measurereport_stratifier.d.ts +9 -0
- package/lib/measurereport_stratifier.js +3 -0
- package/lib/measurereport_stratum.d.ts +10 -0
- package/lib/measurereport_stratum.js +3 -0
- package/lib/media.d.ts +49 -0
- package/lib/media.js +3 -0
- package/lib/medication.d.ts +28 -0
- package/lib/medication.js +3 -0
- package/lib/medication_batch.d.ts +7 -0
- package/lib/medication_batch.js +3 -0
- package/lib/medication_content.d.ts +12 -0
- package/lib/medication_content.js +3 -0
- package/lib/medication_ingredient.d.ts +14 -0
- package/lib/medication_ingredient.js +3 -0
- package/lib/medication_package.d.ts +12 -0
- package/lib/medication_package.js +3 -0
- package/lib/medicationadministration.d.ts +56 -0
- package/lib/medicationadministration.js +3 -0
- package/lib/medicationadministration_dosage.d.ts +22 -0
- package/lib/medicationadministration_dosage.js +3 -0
- package/lib/medicationadministration_performer.d.ts +8 -0
- package/lib/medicationadministration_performer.js +3 -0
- package/lib/medicationdispense.d.ts +65 -0
- package/lib/medicationdispense.js +3 -0
- package/lib/medicationdispense_performer.d.ts +8 -0
- package/lib/medicationdispense_performer.js +3 -0
- package/lib/medicationdispense_substitution.d.ts +13 -0
- package/lib/medicationdispense_substitution.js +3 -0
- package/lib/medicationrequest.d.ts +63 -0
- package/lib/medicationrequest.js +3 -0
- package/lib/medicationrequest_dispenserequest.d.ts +17 -0
- package/lib/medicationrequest_dispenserequest.js +3 -0
- package/lib/medicationrequest_requester.d.ts +8 -0
- package/lib/medicationrequest_requester.js +3 -0
- package/lib/medicationrequest_substitution.d.ts +8 -0
- package/lib/medicationrequest_substitution.js +3 -0
- package/lib/medicationstatement.d.ts +51 -0
- package/lib/medicationstatement.js +3 -0
- package/lib/messagedefinition.d.ts +59 -0
- package/lib/messagedefinition.js +3 -0
- package/lib/messagedefinition_allowedresponse.d.ts +8 -0
- package/lib/messagedefinition_allowedresponse.js +3 -0
- package/lib/messagedefinition_focus.d.ts +12 -0
- package/lib/messagedefinition_focus.js +3 -0
- package/lib/messageheader.d.ts +35 -0
- package/lib/messageheader.js +3 -0
- package/lib/messageheader_destination.d.ts +10 -0
- package/lib/messageheader_destination.js +3 -0
- package/lib/messageheader_response.d.ts +10 -0
- package/lib/messageheader_response.js +3 -0
- package/lib/messageheader_source.d.ts +14 -0
- package/lib/messageheader_source.js +3 -0
- package/lib/meta.d.ts +14 -0
- package/lib/meta.js +3 -0
- package/lib/money.d.ts +3 -0
- package/lib/money.js +3 -0
- package/lib/namingsystem.d.ts +38 -0
- package/lib/namingsystem.js +3 -0
- package/lib/namingsystem_uniqueid.d.ts +14 -0
- package/lib/namingsystem_uniqueid.js +3 -0
- package/lib/narrative.d.ts +7 -0
- package/lib/narrative.js +3 -0
- package/lib/nutritionorder.d.ts +35 -0
- package/lib/nutritionorder.js +3 -0
- package/lib/nutritionorder_administration.d.ts +14 -0
- package/lib/nutritionorder_administration.js +3 -0
- package/lib/nutritionorder_enteralformula.d.ts +24 -0
- package/lib/nutritionorder_enteralformula.js +3 -0
- package/lib/nutritionorder_nutrient.d.ts +9 -0
- package/lib/nutritionorder_nutrient.js +3 -0
- package/lib/nutritionorder_oraldiet.d.ts +19 -0
- package/lib/nutritionorder_oraldiet.js +3 -0
- package/lib/nutritionorder_supplement.d.ts +16 -0
- package/lib/nutritionorder_supplement.js +3 -0
- package/lib/nutritionorder_texture.d.ts +8 -0
- package/lib/nutritionorder_texture.js +3 -0
- package/lib/observation.d.ts +81 -0
- package/lib/observation.js +3 -0
- package/lib/observation_component.d.ts +39 -0
- package/lib/observation_component.js +3 -0
- package/lib/observation_referencerange.d.ts +18 -0
- package/lib/observation_referencerange.js +3 -0
- package/lib/observation_related.d.ts +8 -0
- package/lib/observation_related.js +3 -0
- package/lib/operationdefinition.d.ts +57 -0
- package/lib/operationdefinition.js +3 -0
- package/lib/operationdefinition_binding.d.ts +10 -0
- package/lib/operationdefinition_binding.js +3 -0
- package/lib/operationdefinition_overload.d.ts +7 -0
- package/lib/operationdefinition_overload.js +3 -0
- package/lib/operationdefinition_parameter.d.ts +25 -0
- package/lib/operationdefinition_parameter.js +3 -0
- package/lib/operationoutcome.d.ts +8 -0
- package/lib/operationoutcome.js +3 -0
- package/lib/operationoutcome_issue.d.ts +16 -0
- package/lib/operationoutcome_issue.js +3 -0
- package/lib/organization.d.ts +31 -0
- package/lib/organization.js +3 -0
- package/lib/organization_contact.d.ts +15 -0
- package/lib/organization_contact.js +3 -0
- package/lib/parameterdefinition.d.ts +18 -0
- package/lib/parameterdefinition.js +3 -0
- package/lib/parameters.d.ts +6 -0
- package/lib/parameters.js +3 -0
- package/lib/parameters_parameter.d.ts +150 -0
- package/lib/parameters_parameter.js +3 -0
- package/lib/patient.d.ts +54 -0
- package/lib/patient.js +3 -0
- package/lib/patient_animal.d.ts +10 -0
- package/lib/patient_animal.js +3 -0
- package/lib/patient_communication.d.ts +8 -0
- package/lib/patient_communication.js +3 -0
- package/lib/patient_contact.d.ts +23 -0
- package/lib/patient_contact.js +3 -0
- package/lib/patient_link.d.ts +8 -0
- package/lib/patient_link.js +3 -0
- package/lib/paymentnotice.d.ts +28 -0
- package/lib/paymentnotice.js +3 -0
- package/lib/paymentreconciliation.d.ts +40 -0
- package/lib/paymentreconciliation.js +3 -0
- package/lib/paymentreconciliation_detail.d.ts +20 -0
- package/lib/paymentreconciliation_detail.js +3 -0
- package/lib/paymentreconciliation_processnote.d.ts +8 -0
- package/lib/paymentreconciliation_processnote.js +3 -0
- package/lib/period.d.ts +7 -0
- package/lib/period.js +3 -0
- package/lib/person.d.ts +32 -0
- package/lib/person.js +3 -0
- package/lib/person_link.d.ts +8 -0
- package/lib/person_link.js +3 -0
- package/lib/plandefinition.d.ts +67 -0
- package/lib/plandefinition.js +3 -0
- package/lib/plandefinition_action.d.ts +75 -0
- package/lib/plandefinition_action.js +3 -0
- package/lib/plandefinition_condition.d.ts +11 -0
- package/lib/plandefinition_condition.js +3 -0
- package/lib/plandefinition_dynamicvalue.d.ts +11 -0
- package/lib/plandefinition_dynamicvalue.js +3 -0
- package/lib/plandefinition_goal.d.ts +20 -0
- package/lib/plandefinition_goal.js +3 -0
- package/lib/plandefinition_participant.d.ts +8 -0
- package/lib/plandefinition_participant.js +3 -0
- package/lib/plandefinition_relatedaction.d.ts +13 -0
- package/lib/plandefinition_relatedaction.js +3 -0
- package/lib/plandefinition_target.d.ts +17 -0
- package/lib/plandefinition_target.js +3 -0
- package/lib/practitioner.d.ts +33 -0
- package/lib/practitioner.js +3 -0
- package/lib/practitioner_qualification.d.ts +15 -0
- package/lib/practitioner_qualification.js +3 -0
- package/lib/practitionerrole.d.ts +40 -0
- package/lib/practitionerrole.js +3 -0
- package/lib/practitionerrole_availabletime.d.ts +11 -0
- package/lib/practitionerrole_availabletime.js +3 -0
- package/lib/practitionerrole_notavailable.d.ts +8 -0
- package/lib/practitionerrole_notavailable.js +3 -0
- package/lib/procedure.d.ts +66 -0
- package/lib/procedure.js +3 -0
- package/lib/procedure_focaldevice.d.ts +9 -0
- package/lib/procedure_focaldevice.js +3 -0
- package/lib/procedure_performer.d.ts +11 -0
- package/lib/procedure_performer.js +3 -0
- package/lib/procedurerequest.d.ts +70 -0
- package/lib/procedurerequest.js +3 -0
- package/lib/procedurerequest_requester.d.ts +8 -0
- package/lib/procedurerequest_requester.js +3 -0
- package/lib/processrequest.d.ts +39 -0
- package/lib/processrequest.js +3 -0
- package/lib/processrequest_item.d.ts +5 -0
- package/lib/processrequest_item.js +3 -0
- package/lib/processresponse.d.ts +35 -0
- package/lib/processresponse.js +3 -0
- package/lib/processresponse_processnote.d.ts +8 -0
- package/lib/processresponse_processnote.js +3 -0
- package/lib/provenance.d.ts +31 -0
- package/lib/provenance.js +3 -0
- package/lib/provenance_agent.d.ts +17 -0
- package/lib/provenance_agent.js +3 -0
- package/lib/provenance_entity.d.ts +16 -0
- package/lib/provenance_entity.js +3 -0
- package/lib/quantity.d.ts +13 -0
- package/lib/quantity.js +3 -0
- package/lib/questionnaire.d.ts +54 -0
- package/lib/questionnaire.js +3 -0
- package/lib/questionnaire_enablewhen.d.ts +35 -0
- package/lib/questionnaire_enablewhen.js +3 -0
- package/lib/questionnaire_item.d.ts +70 -0
- package/lib/questionnaire_item.js +3 -0
- package/lib/questionnaire_option.d.ts +14 -0
- package/lib/questionnaire_option.js +3 -0
- package/lib/questionnaireresponse.d.ts +30 -0
- package/lib/questionnaireresponse.js +3 -0
- package/lib/questionnaireresponse_answer.d.ts +34 -0
- package/lib/questionnaireresponse_answer.js +3 -0
- package/lib/questionnaireresponse_item.d.ts +17 -0
- package/lib/questionnaireresponse_item.js +3 -0
- package/lib/range.d.ts +8 -0
- package/lib/range.js +3 -0
- package/lib/ratio.d.ts +8 -0
- package/lib/ratio.js +3 -0
- package/lib/reference.d.ts +10 -0
- package/lib/reference.js +3 -0
- package/lib/referralrequest.d.ts +59 -0
- package/lib/referralrequest.js +3 -0
- package/lib/referralrequest_requester.d.ts +8 -0
- package/lib/referralrequest_requester.js +3 -0
- package/lib/relatedartifact.d.ts +17 -0
- package/lib/relatedartifact.js +3 -0
- package/lib/relatedperson.d.ts +35 -0
- package/lib/relatedperson.js +3 -0
- package/lib/requestgroup.d.ts +42 -0
- package/lib/requestgroup.js +3 -0
- package/lib/requestgroup_action.d.ts +57 -0
- package/lib/requestgroup_action.js +3 -0
- package/lib/requestgroup_condition.d.ts +11 -0
- package/lib/requestgroup_condition.js +3 -0
- package/lib/requestgroup_relatedaction.d.ts +13 -0
- package/lib/requestgroup_relatedaction.js +3 -0
- package/lib/researchstudy.d.ts +53 -0
- package/lib/researchstudy.js +3 -0
- package/lib/researchstudy_arm.d.ts +10 -0
- package/lib/researchstudy_arm.js +3 -0
- package/lib/researchsubject.d.ts +24 -0
- package/lib/researchsubject.js +3 -0
- package/lib/resource.js +3 -0
- package/lib/resourcelist.js +4 -0
- package/lib/riskassessment.d.ts +46 -0
- package/lib/riskassessment.js +3 -0
- package/lib/riskassessment_prediction.d.ts +22 -0
- package/lib/riskassessment_prediction.js +3 -0
- package/lib/sampleddata.d.ts +18 -0
- package/lib/sampleddata.js +3 -0
- package/lib/schedule.d.ts +25 -0
- package/lib/schedule.js +3 -0
- package/lib/searchparameter.d.ts +57 -0
- package/lib/searchparameter.js +3 -0
- package/lib/searchparameter_component.d.ts +8 -0
- package/lib/searchparameter_component.js +3 -0
- package/lib/sequence.d.ts +42 -0
- package/lib/sequence.js +3 -0
- package/lib/sequence_quality.d.ts +33 -0
- package/lib/sequence_quality.js +3 -0
- package/lib/sequence_referenceseq.d.ts +21 -0
- package/lib/sequence_referenceseq.js +3 -0
- package/lib/sequence_repository.d.ts +15 -0
- package/lib/sequence_repository.js +3 -0
- package/lib/sequence_variant.d.ts +16 -0
- package/lib/sequence_variant.js +3 -0
- package/lib/servicedefinition.d.ts +65 -0
- package/lib/servicedefinition.js +3 -0
- package/lib/signature.d.ts +21 -0
- package/lib/signature.js +3 -0
- package/lib/slot.d.ts +30 -0
- package/lib/slot.js +3 -0
- package/lib/specimen.d.ts +36 -0
- package/lib/specimen.js +3 -0
- package/lib/specimen_collection.d.ts +19 -0
- package/lib/specimen_collection.js +3 -0
- package/lib/specimen_container.d.ts +21 -0
- package/lib/specimen_container.js +3 -0
- package/lib/specimen_processing.d.ts +16 -0
- package/lib/specimen_processing.js +3 -0
- package/lib/structuredefinition.d.ts +69 -0
- package/lib/structuredefinition.js +3 -0
- package/lib/structuredefinition_differential.d.ts +6 -0
- package/lib/structuredefinition_differential.js +3 -0
- package/lib/structuredefinition_mapping.d.ts +11 -0
- package/lib/structuredefinition_mapping.js +3 -0
- package/lib/structuredefinition_snapshot.d.ts +6 -0
- package/lib/structuredefinition_snapshot.js +3 -0
- package/lib/structuremap.d.ts +47 -0
- package/lib/structuremap.js +3 -0
- package/lib/structuremap_dependent.d.ts +7 -0
- package/lib/structuremap_dependent.js +3 -0
- package/lib/structuremap_group.d.ts +17 -0
- package/lib/structuremap_group.js +3 -0
- package/lib/structuremap_input.d.ts +11 -0
- package/lib/structuremap_input.js +3 -0
- package/lib/structuremap_parameter.d.ts +13 -0
- package/lib/structuremap_parameter.js +3 -0
- package/lib/structuremap_rule.d.ts +18 -0
- package/lib/structuremap_rule.js +3 -0
- package/lib/structuremap_source.d.ts +161 -0
- package/lib/structuremap_source.js +3 -0
- package/lib/structuremap_structure.d.ts +11 -0
- package/lib/structuremap_structure.js +3 -0
- package/lib/structuremap_target.d.ts +20 -0
- package/lib/structuremap_target.js +3 -0
- package/lib/subscription.d.ts +24 -0
- package/lib/subscription.js +3 -0
- package/lib/subscription_channel.d.ts +11 -0
- package/lib/subscription_channel.js +3 -0
- package/lib/substance.d.ts +23 -0
- package/lib/substance.js +3 -0
- package/lib/substance_ingredient.d.ts +12 -0
- package/lib/substance_ingredient.js +3 -0
- package/lib/substance_instance.d.ts +11 -0
- package/lib/substance_instance.js +3 -0
- package/lib/supplydelivery.d.ts +37 -0
- package/lib/supplydelivery.js +3 -0
- package/lib/supplydelivery_supplieditem.d.ts +12 -0
- package/lib/supplydelivery_supplieditem.js +3 -0
- package/lib/supplyrequest.d.ts +42 -0
- package/lib/supplyrequest.js +3 -0
- package/lib/supplyrequest_ordereditem.d.ts +12 -0
- package/lib/supplyrequest_ordereditem.js +3 -0
- package/lib/supplyrequest_requester.d.ts +8 -0
- package/lib/supplyrequest_requester.js +3 -0
- package/lib/task.d.ts +70 -0
- package/lib/task.js +3 -0
- package/lib/task_input.d.ts +145 -0
- package/lib/task_input.js +3 -0
- package/lib/task_output.d.ts +145 -0
- package/lib/task_output.js +3 -0
- package/lib/task_requester.d.ts +8 -0
- package/lib/task_requester.js +3 -0
- package/lib/task_restriction.d.ts +11 -0
- package/lib/task_restriction.js +3 -0
- package/lib/testreport.d.ts +35 -0
- package/lib/testreport.js +3 -0
- package/lib/testreport_action.d.ts +9 -0
- package/lib/testreport_action.js +3 -0
- package/lib/testreport_action1.d.ts +9 -0
- package/lib/testreport_action1.js +3 -0
- package/lib/testreport_action2.d.ts +6 -0
- package/lib/testreport_action2.js +3 -0
- package/lib/testreport_assert.d.ts +9 -0
- package/lib/testreport_assert.js +3 -0
- package/lib/testreport_operation.d.ts +9 -0
- package/lib/testreport_operation.js +3 -0
- package/lib/testreport_participant.d.ts +9 -0
- package/lib/testreport_participant.js +3 -0
- package/lib/testreport_setup.d.ts +6 -0
- package/lib/testreport_setup.js +3 -0
- package/lib/testreport_teardown.d.ts +6 -0
- package/lib/testreport_teardown.js +3 -0
- package/lib/testreport_test.d.ts +10 -0
- package/lib/testreport_test.js +3 -0
- package/lib/testscript.d.ts +72 -0
- package/lib/testscript.js +3 -0
- package/lib/testscript_action.d.ts +9 -0
- package/lib/testscript_action.js +3 -0
- package/lib/testscript_action1.d.ts +9 -0
- package/lib/testscript_action1.js +3 -0
- package/lib/testscript_action2.d.ts +6 -0
- package/lib/testscript_action2.js +3 -0
- package/lib/testscript_assert.d.ts +53 -0
- package/lib/testscript_assert.js +3 -0
- package/lib/testscript_capability.d.ts +18 -0
- package/lib/testscript_capability.js +3 -0
- package/lib/testscript_destination.d.ts +8 -0
- package/lib/testscript_destination.js +3 -0
- package/lib/testscript_fixture.d.ts +10 -0
- package/lib/testscript_fixture.js +3 -0
- package/lib/testscript_link.d.ts +7 -0
- package/lib/testscript_link.js +3 -0
- package/lib/testscript_metadata.d.ts +9 -0
- package/lib/testscript_metadata.js +3 -0
- package/lib/testscript_operation.d.ts +37 -0
- package/lib/testscript_operation.js +3 -0
- package/lib/testscript_origin.d.ts +8 -0
- package/lib/testscript_origin.js +3 -0
- package/lib/testscript_param.d.ts +7 -0
- package/lib/testscript_param.js +3 -0
- package/lib/testscript_param1.d.ts +7 -0
- package/lib/testscript_param1.js +3 -0
- package/lib/testscript_param2.d.ts +7 -0
- package/lib/testscript_param2.js +3 -0
- package/lib/testscript_param3.d.ts +7 -0
- package/lib/testscript_param3.js +3 -0
- package/lib/testscript_requestheader.d.ts +7 -0
- package/lib/testscript_requestheader.js +3 -0
- package/lib/testscript_rule.d.ts +9 -0
- package/lib/testscript_rule.js +3 -0
- package/lib/testscript_rule1.d.ts +8 -0
- package/lib/testscript_rule1.js +3 -0
- package/lib/testscript_rule2.d.ts +8 -0
- package/lib/testscript_rule2.js +3 -0
- package/lib/testscript_rule3.d.ts +8 -0
- package/lib/testscript_rule3.js +3 -0
- package/lib/testscript_ruleset.d.ts +9 -0
- package/lib/testscript_ruleset.js +3 -0
- package/lib/testscript_ruleset1.d.ts +8 -0
- package/lib/testscript_ruleset1.js +3 -0
- package/lib/testscript_setup.d.ts +6 -0
- package/lib/testscript_setup.js +3 -0
- package/lib/testscript_teardown.d.ts +6 -0
- package/lib/testscript_teardown.js +3 -0
- package/lib/testscript_test.d.ts +10 -0
- package/lib/testscript_test.js +3 -0
- package/lib/testscript_variable.d.ts +19 -0
- package/lib/testscript_variable.js +3 -0
- package/lib/timing.d.ts +11 -0
- package/lib/timing.js +3 -0
- package/lib/timing_repeat.d.ts +40 -0
- package/lib/timing_repeat.js +3 -0
- package/lib/triggerdefinition.d.ts +20 -0
- package/lib/triggerdefinition.js +3 -0
- package/lib/usagecontext.d.ts +15 -0
- package/lib/usagecontext.js +3 -0
- package/lib/valueset.d.ts +49 -0
- package/lib/valueset.js +3 -0
- package/lib/valueset_compose.d.ts +12 -0
- package/lib/valueset_compose.js +3 -0
- package/lib/valueset_concept.d.ts +10 -0
- package/lib/valueset_concept.js +3 -0
- package/lib/valueset_contains.d.ts +20 -0
- package/lib/valueset_contains.js +3 -0
- package/lib/valueset_designation.d.ts +10 -0
- package/lib/valueset_designation.js +3 -0
- package/lib/valueset_expansion.d.ts +17 -0
- package/lib/valueset_expansion.js +3 -0
- package/lib/valueset_filter.d.ts +9 -0
- package/lib/valueset_filter.js +3 -0
- package/lib/valueset_include.d.ts +15 -0
- package/lib/valueset_include.js +3 -0
- package/lib/valueset_parameter.d.ts +17 -0
- package/lib/valueset_parameter.js +3 -0
- package/lib/visionprescription.d.ts +27 -0
- package/lib/visionprescription.js +3 -0
- package/lib/visionprescription_dispense.d.ts +36 -0
- package/lib/visionprescription_dispense.js +3 -0
- package/package.json +3 -3
- package/lib/cms/index.d.ts +0 -5
- package/lib/cms/index.js +0 -3
- package/lib/crm/index.d.ts +0 -5
- package/lib/crm/index.js +0 -3
- package/lib/ehr/account.d.ts +0 -36
- package/lib/ehr/account.js +0 -3
- package/lib/ehr/account_coverage.d.ts +0 -9
- package/lib/ehr/account_coverage.js +0 -3
- package/lib/ehr/account_guarantor.d.ts +0 -10
- package/lib/ehr/account_guarantor.js +0 -3
- package/lib/ehr/activitydefinition.d.ts +0 -94
- package/lib/ehr/activitydefinition.js +0 -3
- package/lib/ehr/activitydefinition_dynamicvalue.d.ts +0 -10
- package/lib/ehr/activitydefinition_dynamicvalue.js +0 -4
- package/lib/ehr/activitydefinition_participant.d.ts +0 -7
- package/lib/ehr/activitydefinition_participant.js +0 -3
- package/lib/ehr/address.d.ts +0 -23
- package/lib/ehr/address.js +0 -3
- package/lib/ehr/adverseevent.d.ts +0 -40
- package/lib/ehr/adverseevent.js +0 -3
- package/lib/ehr/adverseevent_suspectentity.d.ts +0 -18
- package/lib/ehr/adverseevent_suspectentity.js +0 -3
- package/lib/ehr/age.d.ts +0 -2
- package/lib/ehr/age.js +0 -4
- package/lib/ehr/allergyintolerance.d.ts +0 -50
- package/lib/ehr/allergyintolerance.js +0 -3
- package/lib/ehr/allergyintolerance_reaction.d.ts +0 -18
- package/lib/ehr/allergyintolerance_reaction.js +0 -3
- package/lib/ehr/annotation.d.ts +0 -11
- package/lib/ehr/annotation.js +0 -3
- package/lib/ehr/appointment.d.ts +0 -49
- package/lib/ehr/appointment.js +0 -3
- package/lib/ehr/appointment_participant.d.ts +0 -12
- package/lib/ehr/appointment_participant.js +0 -3
- package/lib/ehr/appointmentresponse.d.ts +0 -23
- package/lib/ehr/appointmentresponse.js +0 -3
- package/lib/ehr/attachment.d.ts +0 -18
- package/lib/ehr/attachment.js +0 -4
- package/lib/ehr/auditevent.d.ts +0 -29
- package/lib/ehr/auditevent.js +0 -3
- package/lib/ehr/auditevent_agent.d.ts +0 -29
- package/lib/ehr/auditevent_agent.js +0 -3
- package/lib/ehr/auditevent_detail.d.ts +0 -6
- package/lib/ehr/auditevent_detail.js +0 -4
- package/lib/ehr/auditevent_entity.d.ts +0 -26
- package/lib/ehr/auditevent_entity.js +0 -3
- package/lib/ehr/auditevent_network.d.ts +0 -6
- package/lib/ehr/auditevent_network.js +0 -4
- package/lib/ehr/auditevent_source.d.ts +0 -10
- package/lib/ehr/auditevent_source.js +0 -3
- package/lib/ehr/backboneelement.d.ts +0 -5
- package/lib/ehr/backboneelement.js +0 -3
- package/lib/ehr/basic.d.ts +0 -17
- package/lib/ehr/basic.js +0 -3
- package/lib/ehr/binary.d.ts +0 -11
- package/lib/ehr/binary.js +0 -3
- package/lib/ehr/bodysite.d.ts +0 -22
- package/lib/ehr/bodysite.js +0 -3
- package/lib/ehr/bundle.d.ts +0 -20
- package/lib/ehr/bundle.js +0 -3
- package/lib/ehr/bundle_entry.d.ts +0 -21
- package/lib/ehr/bundle_entry.js +0 -3
- package/lib/ehr/bundle_link.d.ts +0 -6
- package/lib/ehr/bundle_link.js +0 -4
- package/lib/ehr/bundle_request.d.ts +0 -14
- package/lib/ehr/bundle_request.js +0 -4
- package/lib/ehr/bundle_response.d.ts +0 -13
- package/lib/ehr/bundle_response.js +0 -3
- package/lib/ehr/bundle_search.d.ts +0 -6
- package/lib/ehr/bundle_search.js +0 -4
- package/lib/ehr/capabilitystatement.d.ts +0 -67
- package/lib/ehr/capabilitystatement.js +0 -3
- package/lib/ehr/capabilitystatement_certificate.d.ts +0 -6
- package/lib/ehr/capabilitystatement_certificate.js +0 -4
- package/lib/ehr/capabilitystatement_document.d.ts +0 -9
- package/lib/ehr/capabilitystatement_document.js +0 -3
- package/lib/ehr/capabilitystatement_endpoint.d.ts +0 -7
- package/lib/ehr/capabilitystatement_endpoint.js +0 -3
- package/lib/ehr/capabilitystatement_event.d.ts +0 -18
- package/lib/ehr/capabilitystatement_event.js +0 -3
- package/lib/ehr/capabilitystatement_implementation.d.ts +0 -6
- package/lib/ehr/capabilitystatement_implementation.js +0 -4
- package/lib/ehr/capabilitystatement_interaction.d.ts +0 -6
- package/lib/ehr/capabilitystatement_interaction.js +0 -4
- package/lib/ehr/capabilitystatement_interaction1.d.ts +0 -6
- package/lib/ehr/capabilitystatement_interaction1.js +0 -4
- package/lib/ehr/capabilitystatement_messaging.d.ts +0 -15
- package/lib/ehr/capabilitystatement_messaging.js +0 -3
- package/lib/ehr/capabilitystatement_operation.d.ts +0 -7
- package/lib/ehr/capabilitystatement_operation.js +0 -3
- package/lib/ehr/capabilitystatement_resource.d.ts +0 -35
- package/lib/ehr/capabilitystatement_resource.js +0 -3
- package/lib/ehr/capabilitystatement_rest.d.ts +0 -23
- package/lib/ehr/capabilitystatement_rest.js +0 -3
- package/lib/ehr/capabilitystatement_searchparam.d.ts +0 -10
- package/lib/ehr/capabilitystatement_searchparam.js +0 -4
- package/lib/ehr/capabilitystatement_security.d.ts +0 -12
- package/lib/ehr/capabilitystatement_security.js +0 -3
- package/lib/ehr/capabilitystatement_software.d.ts +0 -8
- package/lib/ehr/capabilitystatement_software.js +0 -4
- package/lib/ehr/capabilitystatement_supportedmessage.d.ts +0 -7
- package/lib/ehr/capabilitystatement_supportedmessage.js +0 -3
- package/lib/ehr/careplan.d.ts +0 -50
- package/lib/ehr/careplan.js +0 -3
- package/lib/ehr/careplan_activity.d.ts +0 -16
- package/lib/ehr/careplan_activity.js +0 -3
- package/lib/ehr/careplan_detail.d.ts +0 -45
- package/lib/ehr/careplan_detail.js +0 -3
- package/lib/ehr/careteam.d.ts +0 -34
- package/lib/ehr/careteam.js +0 -3
- package/lib/ehr/careteam_participant.d.ts +0 -13
- package/lib/ehr/careteam_participant.js +0 -3
- package/lib/ehr/chargeitem.d.ts +0 -63
- package/lib/ehr/chargeitem.js +0 -3
- package/lib/ehr/chargeitem_participant.d.ts +0 -8
- package/lib/ehr/chargeitem_participant.js +0 -3
- package/lib/ehr/claim.d.ts +0 -78
- package/lib/ehr/claim.js +0 -3
- package/lib/ehr/claim_accident.d.ts +0 -13
- package/lib/ehr/claim_accident.js +0 -3
- package/lib/ehr/claim_careteam.d.ts +0 -14
- package/lib/ehr/claim_careteam.js +0 -3
- package/lib/ehr/claim_detail.d.ts +0 -31
- package/lib/ehr/claim_detail.js +0 -3
- package/lib/ehr/claim_diagnosis.d.ts +0 -14
- package/lib/ehr/claim_diagnosis.js +0 -3
- package/lib/ehr/claim_information.d.ts +0 -27
- package/lib/ehr/claim_information.js +0 -3
- package/lib/ehr/claim_insurance.d.ts +0 -15
- package/lib/ehr/claim_insurance.js +0 -3
- package/lib/ehr/claim_item.d.ts +0 -57
- package/lib/ehr/claim_item.js +0 -3
- package/lib/ehr/claim_payee.d.ts +0 -11
- package/lib/ehr/claim_payee.js +0 -3
- package/lib/ehr/claim_procedure.d.ts +0 -12
- package/lib/ehr/claim_procedure.js +0 -3
- package/lib/ehr/claim_related.d.ts +0 -11
- package/lib/ehr/claim_related.js +0 -3
- package/lib/ehr/claim_subdetail.d.ts +0 -28
- package/lib/ehr/claim_subdetail.js +0 -3
- package/lib/ehr/claimresponse.d.ts +0 -61
- package/lib/ehr/claimresponse.js +0 -3
- package/lib/ehr/claimresponse_additem.d.ts +0 -24
- package/lib/ehr/claimresponse_additem.js +0 -3
- package/lib/ehr/claimresponse_adjudication.d.ts +0 -12
- package/lib/ehr/claimresponse_adjudication.js +0 -3
- package/lib/ehr/claimresponse_detail.d.ts +0 -12
- package/lib/ehr/claimresponse_detail.js +0 -3
- package/lib/ehr/claimresponse_detail1.d.ts +0 -19
- package/lib/ehr/claimresponse_detail1.js +0 -3
- package/lib/ehr/claimresponse_error.d.ts +0 -11
- package/lib/ehr/claimresponse_error.js +0 -3
- package/lib/ehr/claimresponse_insurance.d.ts +0 -15
- package/lib/ehr/claimresponse_insurance.js +0 -3
- package/lib/ehr/claimresponse_item.d.ts +0 -12
- package/lib/ehr/claimresponse_item.js +0 -3
- package/lib/ehr/claimresponse_payment.d.ts +0 -17
- package/lib/ehr/claimresponse_payment.js +0 -3
- package/lib/ehr/claimresponse_processnote.d.ts +0 -11
- package/lib/ehr/claimresponse_processnote.js +0 -3
- package/lib/ehr/claimresponse_subdetail.d.ts +0 -9
- package/lib/ehr/claimresponse_subdetail.js +0 -3
- package/lib/ehr/clinicalimpression.d.ts +0 -51
- package/lib/ehr/clinicalimpression.js +0 -3
- package/lib/ehr/clinicalimpression_finding.d.ts +0 -10
- package/lib/ehr/clinicalimpression_finding.js +0 -3
- package/lib/ehr/clinicalimpression_investigation.d.ts +0 -8
- package/lib/ehr/clinicalimpression_investigation.js +0 -3
- package/lib/ehr/codeableconcept.d.ts +0 -7
- package/lib/ehr/codeableconcept.js +0 -3
- package/lib/ehr/codesystem.d.ts +0 -61
- package/lib/ehr/codesystem.js +0 -3
- package/lib/ehr/codesystem_concept.d.ts +0 -16
- package/lib/ehr/codesystem_concept.js +0 -3
- package/lib/ehr/codesystem_designation.d.ts +0 -9
- package/lib/ehr/codesystem_designation.js +0 -3
- package/lib/ehr/codesystem_filter.d.ts +0 -10
- package/lib/ehr/codesystem_filter.js +0 -4
- package/lib/ehr/codesystem_property.d.ts +0 -10
- package/lib/ehr/codesystem_property.js +0 -4
- package/lib/ehr/codesystem_property1.d.ts +0 -17
- package/lib/ehr/codesystem_property1.js +0 -3
- package/lib/ehr/coding.d.ts +0 -12
- package/lib/ehr/coding.js +0 -4
- package/lib/ehr/communication.d.ts +0 -49
- package/lib/ehr/communication.js +0 -3
- package/lib/ehr/communication_payload.d.ts +0 -10
- package/lib/ehr/communication_payload.js +0 -3
- package/lib/ehr/communicationrequest.d.ts +0 -53
- package/lib/ehr/communicationrequest.js +0 -3
- package/lib/ehr/communicationrequest_payload.d.ts +0 -10
- package/lib/ehr/communicationrequest_payload.js +0 -3
- package/lib/ehr/communicationrequest_requester.d.ts +0 -7
- package/lib/ehr/communicationrequest_requester.js +0 -3
- package/lib/ehr/compartmentdefinition.d.ts +0 -38
- package/lib/ehr/compartmentdefinition.js +0 -3
- package/lib/ehr/compartmentdefinition_resource.d.ts +0 -8
- package/lib/ehr/compartmentdefinition_resource.js +0 -4
- package/lib/ehr/composition.d.ts +0 -41
- package/lib/ehr/composition.js +0 -3
- package/lib/ehr/composition_attester.d.ts +0 -9
- package/lib/ehr/composition_attester.js +0 -3
- package/lib/ehr/composition_event.d.ts +0 -11
- package/lib/ehr/composition_event.js +0 -3
- package/lib/ehr/composition_relatesto.d.ts +0 -10
- package/lib/ehr/composition_relatesto.js +0 -3
- package/lib/ehr/composition_section.d.ts +0 -21
- package/lib/ehr/composition_section.js +0 -3
- package/lib/ehr/conceptmap.d.ts +0 -50
- package/lib/ehr/conceptmap.js +0 -3
- package/lib/ehr/conceptmap_dependson.d.ts +0 -10
- package/lib/ehr/conceptmap_dependson.js +0 -4
- package/lib/ehr/conceptmap_element.d.ts +0 -9
- package/lib/ehr/conceptmap_element.js +0 -3
- package/lib/ehr/conceptmap_group.d.ts +0 -16
- package/lib/ehr/conceptmap_group.js +0 -3
- package/lib/ehr/conceptmap_target.d.ts +0 -15
- package/lib/ehr/conceptmap_target.js +0 -3
- package/lib/ehr/conceptmap_unmapped.d.ts +0 -10
- package/lib/ehr/conceptmap_unmapped.js +0 -4
- package/lib/ehr/condition.d.ts +0 -63
- package/lib/ehr/condition.js +0 -3
- package/lib/ehr/condition_evidence.d.ts +0 -8
- package/lib/ehr/condition_evidence.js +0 -3
- package/lib/ehr/condition_stage.d.ts +0 -8
- package/lib/ehr/condition_stage.js +0 -3
- package/lib/ehr/consent.d.ts +0 -54
- package/lib/ehr/consent.js +0 -3
- package/lib/ehr/consent_actor.d.ts +0 -8
- package/lib/ehr/consent_actor.js +0 -3
- package/lib/ehr/consent_actor1.d.ts +0 -8
- package/lib/ehr/consent_actor1.js +0 -3
- package/lib/ehr/consent_data.d.ts +0 -7
- package/lib/ehr/consent_data.js +0 -3
- package/lib/ehr/consent_data1.d.ts +0 -7
- package/lib/ehr/consent_data1.js +0 -3
- package/lib/ehr/consent_except.d.ts +0 -27
- package/lib/ehr/consent_except.js +0 -3
- package/lib/ehr/consent_policy.d.ts +0 -6
- package/lib/ehr/consent_policy.js +0 -4
- package/lib/ehr/contactdetail.d.ts +0 -7
- package/lib/ehr/contactdetail.js +0 -3
- package/lib/ehr/contactpoint.d.ts +0 -13
- package/lib/ehr/contactpoint.js +0 -3
- package/lib/ehr/contract.d.ts +0 -65
- package/lib/ehr/contract.js +0 -3
- package/lib/ehr/contract_agent.d.ts +0 -8
- package/lib/ehr/contract_agent.js +0 -3
- package/lib/ehr/contract_agent1.d.ts +0 -8
- package/lib/ehr/contract_agent1.js +0 -3
- package/lib/ehr/contract_friendly.d.ts +0 -8
- package/lib/ehr/contract_friendly.js +0 -3
- package/lib/ehr/contract_legal.d.ts +0 -8
- package/lib/ehr/contract_legal.js +0 -3
- package/lib/ehr/contract_rule.d.ts +0 -8
- package/lib/ehr/contract_rule.js +0 -3
- package/lib/ehr/contract_signer.d.ts +0 -11
- package/lib/ehr/contract_signer.js +0 -3
- package/lib/ehr/contract_term.d.ts +0 -35
- package/lib/ehr/contract_term.js +0 -3
- package/lib/ehr/contract_valueditem.d.ts +0 -25
- package/lib/ehr/contract_valueditem.js +0 -3
- package/lib/ehr/contract_valueditem1.d.ts +0 -25
- package/lib/ehr/contract_valueditem1.js +0 -3
- package/lib/ehr/contributor.d.ts +0 -9
- package/lib/ehr/contributor.js +0 -3
- package/lib/ehr/count.d.ts +0 -2
- package/lib/ehr/count.js +0 -4
- package/lib/ehr/coverage.d.ts +0 -41
- package/lib/ehr/coverage.js +0 -3
- package/lib/ehr/coverage_grouping.d.ts +0 -26
- package/lib/ehr/coverage_grouping.js +0 -4
- package/lib/ehr/dataelement.d.ts +0 -42
- package/lib/ehr/dataelement.js +0 -3
- package/lib/ehr/dataelement_mapping.d.ts +0 -10
- package/lib/ehr/dataelement_mapping.js +0 -4
- package/lib/ehr/datarequirement.d.ts +0 -14
- package/lib/ehr/datarequirement.js +0 -3
- package/lib/ehr/datarequirement_codefilter.d.ts +0 -17
- package/lib/ehr/datarequirement_codefilter.js +0 -3
- package/lib/ehr/datarequirement_datefilter.d.ts +0 -12
- package/lib/ehr/datarequirement_datefilter.js +0 -3
- package/lib/ehr/detectedissue.d.ts +0 -30
- package/lib/ehr/detectedissue.js +0 -3
- package/lib/ehr/detectedissue_mitigation.d.ts +0 -10
- package/lib/ehr/detectedissue_mitigation.js +0 -3
- package/lib/ehr/device.d.ts +0 -44
- package/lib/ehr/device.js +0 -3
- package/lib/ehr/device_udi.d.ts +0 -24
- package/lib/ehr/device_udi.js +0 -4
- package/lib/ehr/devicecomponent.d.ts +0 -28
- package/lib/ehr/devicecomponent.js +0 -3
- package/lib/ehr/devicecomponent_productionspecification.d.ts +0 -10
- package/lib/ehr/devicecomponent_productionspecification.js +0 -3
- package/lib/ehr/devicemetric.d.ts +0 -29
- package/lib/ehr/devicemetric.js +0 -3
- package/lib/ehr/devicemetric_calibration.d.ts +0 -8
- package/lib/ehr/devicemetric_calibration.js +0 -4
- package/lib/ehr/devicerequest.d.ts +0 -59
- package/lib/ehr/devicerequest.js +0 -3
- package/lib/ehr/devicerequest_requester.d.ts +0 -7
- package/lib/ehr/devicerequest_requester.js +0 -3
- package/lib/ehr/deviceusestatement.d.ts +0 -36
- package/lib/ehr/deviceusestatement.js +0 -3
- package/lib/ehr/diagnosticreport.d.ts +0 -47
- package/lib/ehr/diagnosticreport.js +0 -3
- package/lib/ehr/diagnosticreport_image.d.ts +0 -7
- package/lib/ehr/diagnosticreport_image.js +0 -3
- package/lib/ehr/diagnosticreport_performer.d.ts +0 -8
- package/lib/ehr/diagnosticreport_performer.js +0 -3
- package/lib/ehr/distance.d.ts +0 -2
- package/lib/ehr/distance.js +0 -4
- package/lib/ehr/documentmanifest.d.ts +0 -33
- package/lib/ehr/documentmanifest.js +0 -3
- package/lib/ehr/documentmanifest_content.d.ts +0 -8
- package/lib/ehr/documentmanifest_content.js +0 -3
- package/lib/ehr/documentmanifest_related.d.ts +0 -8
- package/lib/ehr/documentmanifest_related.js +0 -3
- package/lib/ehr/documentreference.d.ts +0 -44
- package/lib/ehr/documentreference.js +0 -3
- package/lib/ehr/documentreference_content.d.ts +0 -8
- package/lib/ehr/documentreference_content.js +0 -3
- package/lib/ehr/documentreference_context.d.ts +0 -20
- package/lib/ehr/documentreference_context.js +0 -3
- package/lib/ehr/documentreference_related.d.ts +0 -8
- package/lib/ehr/documentreference_related.js +0 -3
- package/lib/ehr/documentreference_relatesto.d.ts +0 -7
- package/lib/ehr/documentreference_relatesto.js +0 -3
- package/lib/ehr/domainresource.d.ts +0 -13
- package/lib/ehr/domainresource.js +0 -3
- package/lib/ehr/dosage.d.ts +0 -43
- package/lib/ehr/dosage.js +0 -3
- package/lib/ehr/duration.d.ts +0 -2
- package/lib/ehr/duration.js +0 -4
- package/lib/ehr/element.d.ts +0 -7
- package/lib/ehr/element.js +0 -3
- package/lib/ehr/elementdefinition.d.ts +0 -451
- package/lib/ehr/elementdefinition.js +0 -3
- package/lib/ehr/elementdefinition_base.d.ts +0 -8
- package/lib/ehr/elementdefinition_base.js +0 -4
- package/lib/ehr/elementdefinition_binding.d.ts +0 -11
- package/lib/ehr/elementdefinition_binding.js +0 -3
- package/lib/ehr/elementdefinition_constraint.d.ts +0 -16
- package/lib/ehr/elementdefinition_constraint.js +0 -4
- package/lib/ehr/elementdefinition_discriminator.d.ts +0 -6
- package/lib/ehr/elementdefinition_discriminator.js +0 -4
- package/lib/ehr/elementdefinition_example.d.ts +0 -145
- package/lib/ehr/elementdefinition_example.js +0 -3
- package/lib/ehr/elementdefinition_mapping.d.ts +0 -10
- package/lib/ehr/elementdefinition_mapping.js +0 -4
- package/lib/ehr/elementdefinition_slicing.d.ts +0 -11
- package/lib/ehr/elementdefinition_slicing.js +0 -3
- package/lib/ehr/elementdefinition_type.d.ts +0 -12
- package/lib/ehr/elementdefinition_type.js +0 -4
- package/lib/ehr/eligibilityrequest.d.ts +0 -40
- package/lib/ehr/eligibilityrequest.js +0 -3
- package/lib/ehr/eligibilityresponse.d.ts +0 -35
- package/lib/ehr/eligibilityresponse.js +0 -3
- package/lib/ehr/eligibilityresponse_benefitbalance.d.ts +0 -22
- package/lib/ehr/eligibilityresponse_benefitbalance.js +0 -3
- package/lib/ehr/eligibilityresponse_error.d.ts +0 -5
- package/lib/ehr/eligibilityresponse_error.js +0 -3
- package/lib/ehr/eligibilityresponse_financial.d.ts +0 -16
- package/lib/ehr/eligibilityresponse_financial.js +0 -3
- package/lib/ehr/eligibilityresponse_insurance.d.ts +0 -10
- package/lib/ehr/eligibilityresponse_insurance.js +0 -3
- package/lib/ehr/encounter.d.ts +0 -60
- package/lib/ehr/encounter.js +0 -3
- package/lib/ehr/encounter_classhistory.d.ts +0 -8
- package/lib/ehr/encounter_classhistory.js +0 -3
- package/lib/ehr/encounter_diagnosis.d.ts +0 -10
- package/lib/ehr/encounter_diagnosis.js +0 -3
- package/lib/ehr/encounter_hospitalization.d.ts +0 -23
- package/lib/ehr/encounter_hospitalization.js +0 -3
- package/lib/ehr/encounter_location.d.ts +0 -10
- package/lib/ehr/encounter_location.js +0 -3
- package/lib/ehr/encounter_participant.d.ts +0 -11
- package/lib/ehr/encounter_participant.js +0 -3
- package/lib/ehr/encounter_statushistory.d.ts +0 -7
- package/lib/ehr/encounter_statushistory.js +0 -3
- package/lib/ehr/endpoint.d.ts +0 -32
- package/lib/ehr/endpoint.js +0 -3
- package/lib/ehr/enrollmentrequest.d.ts +0 -22
- package/lib/ehr/enrollmentrequest.js +0 -3
- package/lib/ehr/enrollmentresponse.d.ts +0 -25
- package/lib/ehr/enrollmentresponse.js +0 -3
- package/lib/ehr/episodeofcare.d.ts +0 -34
- package/lib/ehr/episodeofcare.js +0 -3
- package/lib/ehr/episodeofcare_diagnosis.d.ts +0 -10
- package/lib/ehr/episodeofcare_diagnosis.js +0 -3
- package/lib/ehr/episodeofcare_statushistory.d.ts +0 -7
- package/lib/ehr/episodeofcare_statushistory.js +0 -3
- package/lib/ehr/expansionprofile.d.ts +0 -57
- package/lib/ehr/expansionprofile.js +0 -3
- package/lib/ehr/expansionprofile_designation.d.ts +0 -8
- package/lib/ehr/expansionprofile_designation.js +0 -3
- package/lib/ehr/expansionprofile_designation1.d.ts +0 -7
- package/lib/ehr/expansionprofile_designation1.js +0 -3
- package/lib/ehr/expansionprofile_designation2.d.ts +0 -7
- package/lib/ehr/expansionprofile_designation2.js +0 -3
- package/lib/ehr/expansionprofile_exclude.d.ts +0 -5
- package/lib/ehr/expansionprofile_exclude.js +0 -3
- package/lib/ehr/expansionprofile_excludedsystem.d.ts +0 -6
- package/lib/ehr/expansionprofile_excludedsystem.js +0 -4
- package/lib/ehr/expansionprofile_fixedversion.d.ts +0 -8
- package/lib/ehr/expansionprofile_fixedversion.js +0 -4
- package/lib/ehr/expansionprofile_include.d.ts +0 -5
- package/lib/ehr/expansionprofile_include.js +0 -3
- package/lib/ehr/explanationofbenefit.d.ts +0 -100
- package/lib/ehr/explanationofbenefit.js +0 -3
- package/lib/ehr/explanationofbenefit_accident.d.ts +0 -13
- package/lib/ehr/explanationofbenefit_accident.js +0 -3
- package/lib/ehr/explanationofbenefit_additem.d.ts +0 -24
- package/lib/ehr/explanationofbenefit_additem.js +0 -3
- package/lib/ehr/explanationofbenefit_adjudication.d.ts +0 -12
- package/lib/ehr/explanationofbenefit_adjudication.js +0 -3
- package/lib/ehr/explanationofbenefit_benefitbalance.d.ts +0 -22
- package/lib/ehr/explanationofbenefit_benefitbalance.js +0 -3
- package/lib/ehr/explanationofbenefit_careteam.d.ts +0 -14
- package/lib/ehr/explanationofbenefit_careteam.js +0 -3
- package/lib/ehr/explanationofbenefit_detail.d.ts +0 -38
- package/lib/ehr/explanationofbenefit_detail.js +0 -3
- package/lib/ehr/explanationofbenefit_detail1.d.ts +0 -19
- package/lib/ehr/explanationofbenefit_detail1.js +0 -3
- package/lib/ehr/explanationofbenefit_diagnosis.d.ts +0 -14
- package/lib/ehr/explanationofbenefit_diagnosis.js +0 -3
- package/lib/ehr/explanationofbenefit_financial.d.ts +0 -16
- package/lib/ehr/explanationofbenefit_financial.js +0 -3
- package/lib/ehr/explanationofbenefit_information.d.ts +0 -28
- package/lib/ehr/explanationofbenefit_information.js +0 -3
- package/lib/ehr/explanationofbenefit_insurance.d.ts +0 -7
- package/lib/ehr/explanationofbenefit_insurance.js +0 -3
- package/lib/ehr/explanationofbenefit_item.d.ts +0 -62
- package/lib/ehr/explanationofbenefit_item.js +0 -3
- package/lib/ehr/explanationofbenefit_payee.d.ts +0 -10
- package/lib/ehr/explanationofbenefit_payee.js +0 -3
- package/lib/ehr/explanationofbenefit_payment.d.ts +0 -17
- package/lib/ehr/explanationofbenefit_payment.js +0 -3
- package/lib/ehr/explanationofbenefit_procedure.d.ts +0 -12
- package/lib/ehr/explanationofbenefit_procedure.js +0 -3
- package/lib/ehr/explanationofbenefit_processnote.d.ts +0 -11
- package/lib/ehr/explanationofbenefit_processnote.js +0 -3
- package/lib/ehr/explanationofbenefit_related.d.ts +0 -11
- package/lib/ehr/explanationofbenefit_related.js +0 -3
- package/lib/ehr/explanationofbenefit_subdetail.d.ts +0 -35
- package/lib/ehr/explanationofbenefit_subdetail.js +0 -3
- package/lib/ehr/extension.d.ts +0 -144
- package/lib/ehr/extension.js +0 -3
- package/lib/ehr/familymemberhistory.d.ts +0 -64
- package/lib/ehr/familymemberhistory.js +0 -3
- package/lib/ehr/familymemberhistory_condition.d.ts +0 -21
- package/lib/ehr/familymemberhistory_condition.js +0 -3
- package/lib/ehr/flag.d.ts +0 -24
- package/lib/ehr/flag.js +0 -3
- package/lib/ehr/goal.d.ts +0 -41
- package/lib/ehr/goal.js +0 -3
- package/lib/ehr/goal_target.d.ts +0 -18
- package/lib/ehr/goal_target.js +0 -3
- package/lib/ehr/graphdefinition.d.ts +0 -38
- package/lib/ehr/graphdefinition.js +0 -3
- package/lib/ehr/graphdefinition_compartment.d.ts +0 -10
- package/lib/ehr/graphdefinition_compartment.js +0 -4
- package/lib/ehr/graphdefinition_link.d.ts +0 -15
- package/lib/ehr/graphdefinition_link.js +0 -3
- package/lib/ehr/graphdefinition_target.d.ts +0 -12
- package/lib/ehr/graphdefinition_target.js +0 -3
- package/lib/ehr/group.d.ts +0 -26
- package/lib/ehr/group.js +0 -3
- package/lib/ehr/group_characteristic.d.ts +0 -20
- package/lib/ehr/group_characteristic.js +0 -3
- package/lib/ehr/group_member.d.ts +0 -10
- package/lib/ehr/group_member.js +0 -3
- package/lib/ehr/guidanceresponse.d.ts +0 -39
- package/lib/ehr/guidanceresponse.js +0 -3
- package/lib/ehr/healthcareservice.d.ts +0 -59
- package/lib/ehr/healthcareservice.js +0 -3
- package/lib/ehr/healthcareservice_availabletime.d.ts +0 -10
- package/lib/ehr/healthcareservice_availabletime.js +0 -4
- package/lib/ehr/healthcareservice_notavailable.d.ts +0 -7
- package/lib/ehr/healthcareservice_notavailable.js +0 -3
- package/lib/ehr/humanname.d.ts +0 -17
- package/lib/ehr/humanname.js +0 -3
- package/lib/ehr/identifier.d.ts +0 -17
- package/lib/ehr/identifier.js +0 -3
- package/lib/ehr/imagingmanifest.d.ts +0 -20
- package/lib/ehr/imagingmanifest.js +0 -3
- package/lib/ehr/imagingmanifest_instance.d.ts +0 -6
- package/lib/ehr/imagingmanifest_instance.js +0 -4
- package/lib/ehr/imagingmanifest_series.d.ts +0 -10
- package/lib/ehr/imagingmanifest_series.js +0 -3
- package/lib/ehr/imagingmanifest_study.d.ts +0 -12
- package/lib/ehr/imagingmanifest_study.js +0 -3
- package/lib/ehr/imagingstudy.d.ts +0 -47
- package/lib/ehr/imagingstudy.js +0 -3
- package/lib/ehr/imagingstudy_instance.d.ts +0 -10
- package/lib/ehr/imagingstudy_instance.js +0 -4
- package/lib/ehr/imagingstudy_series.d.ts +0 -29
- package/lib/ehr/imagingstudy_series.js +0 -3
- package/lib/ehr/immunization.d.ts +0 -55
- package/lib/ehr/immunization.js +0 -3
- package/lib/ehr/immunization_explanation.d.ts +0 -7
- package/lib/ehr/immunization_explanation.js +0 -3
- package/lib/ehr/immunization_practitioner.d.ts +0 -8
- package/lib/ehr/immunization_practitioner.js +0 -3
- package/lib/ehr/immunization_reaction.d.ts +0 -9
- package/lib/ehr/immunization_reaction.js +0 -3
- package/lib/ehr/immunization_vaccinationprotocol.d.ts +0 -20
- package/lib/ehr/immunization_vaccinationprotocol.js +0 -3
- package/lib/ehr/immunizationrecommendation.d.ts +0 -13
- package/lib/ehr/immunizationrecommendation.js +0 -3
- package/lib/ehr/immunizationrecommendation_datecriterion.d.ts +0 -7
- package/lib/ehr/immunizationrecommendation_datecriterion.js +0 -3
- package/lib/ehr/immunizationrecommendation_protocol.d.ts +0 -11
- package/lib/ehr/immunizationrecommendation_protocol.js +0 -3
- package/lib/ehr/immunizationrecommendation_recommendation.d.ts +0 -24
- package/lib/ehr/immunizationrecommendation_recommendation.js +0 -3
- package/lib/ehr/implementationguide.d.ts +0 -47
- package/lib/ehr/implementationguide.js +0 -3
- package/lib/ehr/implementationguide_dependency.d.ts +0 -6
- package/lib/ehr/implementationguide_dependency.js +0 -4
- package/lib/ehr/implementationguide_global.d.ts +0 -7
- package/lib/ehr/implementationguide_global.js +0 -3
- package/lib/ehr/implementationguide_package.d.ts +0 -9
- package/lib/ehr/implementationguide_package.js +0 -3
- package/lib/ehr/implementationguide_page.d.ts +0 -16
- package/lib/ehr/implementationguide_page.js +0 -4
- package/lib/ehr/implementationguide_resource.d.ts +0 -17
- package/lib/ehr/implementationguide_resource.js +0 -3
- package/lib/ehr/index.d.ts +0 -490
- package/lib/ehr/index.js +0 -509
- package/lib/ehr/library.d.ts +0 -66
- package/lib/ehr/library.js +0 -3
- package/lib/ehr/linkage.d.ts +0 -12
- package/lib/ehr/linkage.js +0 -3
- package/lib/ehr/linkage_item.d.ts +0 -7
- package/lib/ehr/linkage_item.js +0 -3
- package/lib/ehr/list.d.ts +0 -35
- package/lib/ehr/list.js +0 -3
- package/lib/ehr/list_entry.d.ts +0 -12
- package/lib/ehr/list_entry.js +0 -3
- package/lib/ehr/location.d.ts +0 -41
- package/lib/ehr/location.js +0 -3
- package/lib/ehr/location_position.d.ts +0 -8
- package/lib/ehr/location_position.js +0 -4
- package/lib/ehr/measure.d.ts +0 -88
- package/lib/ehr/measure.js +0 -3
- package/lib/ehr/measure_group.d.ts +0 -15
- package/lib/ehr/measure_group.js +0 -3
- package/lib/ehr/measure_population.d.ts +0 -14
- package/lib/ehr/measure_population.js +0 -3
- package/lib/ehr/measure_stratifier.d.ts +0 -9
- package/lib/ehr/measure_stratifier.js +0 -3
- package/lib/ehr/measure_supplementaldata.d.ts +0 -12
- package/lib/ehr/measure_supplementaldata.js +0 -3
- package/lib/ehr/measurereport.d.ts +0 -28
- package/lib/ehr/measurereport.js +0 -3
- package/lib/ehr/measurereport_group.d.ts +0 -13
- package/lib/ehr/measurereport_group.js +0 -3
- package/lib/ehr/measurereport_population.d.ts +0 -13
- package/lib/ehr/measurereport_population.js +0 -3
- package/lib/ehr/measurereport_population1.d.ts +0 -13
- package/lib/ehr/measurereport_population1.js +0 -3
- package/lib/ehr/measurereport_stratifier.d.ts +0 -8
- package/lib/ehr/measurereport_stratifier.js +0 -3
- package/lib/ehr/measurereport_stratum.d.ts +0 -9
- package/lib/ehr/measurereport_stratum.js +0 -3
- package/lib/ehr/media.d.ts +0 -48
- package/lib/ehr/media.js +0 -3
- package/lib/ehr/medication.d.ts +0 -27
- package/lib/ehr/medication.js +0 -3
- package/lib/ehr/medication_batch.d.ts +0 -6
- package/lib/ehr/medication_batch.js +0 -4
- package/lib/ehr/medication_content.d.ts +0 -11
- package/lib/ehr/medication_content.js +0 -3
- package/lib/ehr/medication_ingredient.d.ts +0 -13
- package/lib/ehr/medication_ingredient.js +0 -3
- package/lib/ehr/medication_package.d.ts +0 -11
- package/lib/ehr/medication_package.js +0 -3
- package/lib/ehr/medicationadministration.d.ts +0 -55
- package/lib/ehr/medicationadministration.js +0 -3
- package/lib/ehr/medicationadministration_dosage.d.ts +0 -21
- package/lib/ehr/medicationadministration_dosage.js +0 -3
- package/lib/ehr/medicationadministration_performer.d.ts +0 -7
- package/lib/ehr/medicationadministration_performer.js +0 -3
- package/lib/ehr/medicationdispense.d.ts +0 -64
- package/lib/ehr/medicationdispense.js +0 -3
- package/lib/ehr/medicationdispense_performer.d.ts +0 -7
- package/lib/ehr/medicationdispense_performer.js +0 -3
- package/lib/ehr/medicationdispense_substitution.d.ts +0 -12
- package/lib/ehr/medicationdispense_substitution.js +0 -3
- package/lib/ehr/medicationrequest.d.ts +0 -62
- package/lib/ehr/medicationrequest.js +0 -3
- package/lib/ehr/medicationrequest_dispenserequest.d.ts +0 -16
- package/lib/ehr/medicationrequest_dispenserequest.js +0 -3
- package/lib/ehr/medicationrequest_requester.d.ts +0 -7
- package/lib/ehr/medicationrequest_requester.js +0 -3
- package/lib/ehr/medicationrequest_substitution.d.ts +0 -7
- package/lib/ehr/medicationrequest_substitution.js +0 -3
- package/lib/ehr/medicationstatement.d.ts +0 -50
- package/lib/ehr/medicationstatement.js +0 -3
- package/lib/ehr/messagedefinition.d.ts +0 -58
- package/lib/ehr/messagedefinition.js +0 -3
- package/lib/ehr/messagedefinition_allowedresponse.d.ts +0 -7
- package/lib/ehr/messagedefinition_allowedresponse.js +0 -3
- package/lib/ehr/messagedefinition_focus.d.ts +0 -11
- package/lib/ehr/messagedefinition_focus.js +0 -3
- package/lib/ehr/messageheader.d.ts +0 -34
- package/lib/ehr/messageheader.js +0 -3
- package/lib/ehr/messageheader_destination.d.ts +0 -9
- package/lib/ehr/messageheader_destination.js +0 -3
- package/lib/ehr/messageheader_response.d.ts +0 -9
- package/lib/ehr/messageheader_response.js +0 -3
- package/lib/ehr/messageheader_source.d.ts +0 -13
- package/lib/ehr/messageheader_source.js +0 -3
- package/lib/ehr/meta.d.ts +0 -13
- package/lib/ehr/meta.js +0 -3
- package/lib/ehr/money.d.ts +0 -2
- package/lib/ehr/money.js +0 -4
- package/lib/ehr/namingsystem.d.ts +0 -37
- package/lib/ehr/namingsystem.js +0 -3
- package/lib/ehr/namingsystem_uniqueid.d.ts +0 -13
- package/lib/ehr/namingsystem_uniqueid.js +0 -3
- package/lib/ehr/narrative.d.ts +0 -6
- package/lib/ehr/narrative.js +0 -4
- package/lib/ehr/nutritionorder.d.ts +0 -34
- package/lib/ehr/nutritionorder.js +0 -3
- package/lib/ehr/nutritionorder_administration.d.ts +0 -13
- package/lib/ehr/nutritionorder_administration.js +0 -3
- package/lib/ehr/nutritionorder_enteralformula.d.ts +0 -23
- package/lib/ehr/nutritionorder_enteralformula.js +0 -3
- package/lib/ehr/nutritionorder_nutrient.d.ts +0 -8
- package/lib/ehr/nutritionorder_nutrient.js +0 -3
- package/lib/ehr/nutritionorder_oraldiet.d.ts +0 -18
- package/lib/ehr/nutritionorder_oraldiet.js +0 -3
- package/lib/ehr/nutritionorder_supplement.d.ts +0 -15
- package/lib/ehr/nutritionorder_supplement.js +0 -3
- package/lib/ehr/nutritionorder_texture.d.ts +0 -7
- package/lib/ehr/nutritionorder_texture.js +0 -3
- package/lib/ehr/observation.d.ts +0 -80
- package/lib/ehr/observation.js +0 -3
- package/lib/ehr/observation_component.d.ts +0 -38
- package/lib/ehr/observation_component.js +0 -3
- package/lib/ehr/observation_referencerange.d.ts +0 -17
- package/lib/ehr/observation_referencerange.js +0 -3
- package/lib/ehr/observation_related.d.ts +0 -7
- package/lib/ehr/observation_related.js +0 -3
- package/lib/ehr/operationdefinition.d.ts +0 -56
- package/lib/ehr/operationdefinition.js +0 -3
- package/lib/ehr/operationdefinition_binding.d.ts +0 -9
- package/lib/ehr/operationdefinition_binding.js +0 -3
- package/lib/ehr/operationdefinition_overload.d.ts +0 -6
- package/lib/ehr/operationdefinition_overload.js +0 -4
- package/lib/ehr/operationdefinition_parameter.d.ts +0 -24
- package/lib/ehr/operationdefinition_parameter.js +0 -3
- package/lib/ehr/operationoutcome.d.ts +0 -7
- package/lib/ehr/operationoutcome.js +0 -3
- package/lib/ehr/operationoutcome_issue.d.ts +0 -15
- package/lib/ehr/operationoutcome_issue.js +0 -3
- package/lib/ehr/organization.d.ts +0 -30
- package/lib/ehr/organization.js +0 -3
- package/lib/ehr/organization_contact.d.ts +0 -14
- package/lib/ehr/organization_contact.js +0 -3
- package/lib/ehr/parameterdefinition.d.ts +0 -17
- package/lib/ehr/parameterdefinition.js +0 -3
- package/lib/ehr/parameters.d.ts +0 -5
- package/lib/ehr/parameters.js +0 -3
- package/lib/ehr/parameters_parameter.d.ts +0 -150
- package/lib/ehr/parameters_parameter.js +0 -3
- package/lib/ehr/patient.d.ts +0 -53
- package/lib/ehr/patient.js +0 -3
- package/lib/ehr/patient_animal.d.ts +0 -9
- package/lib/ehr/patient_animal.js +0 -3
- package/lib/ehr/patient_communication.d.ts +0 -7
- package/lib/ehr/patient_communication.js +0 -3
- package/lib/ehr/patient_contact.d.ts +0 -22
- package/lib/ehr/patient_contact.js +0 -3
- package/lib/ehr/patient_link.d.ts +0 -7
- package/lib/ehr/patient_link.js +0 -3
- package/lib/ehr/paymentnotice.d.ts +0 -27
- package/lib/ehr/paymentnotice.js +0 -3
- package/lib/ehr/paymentreconciliation.d.ts +0 -39
- package/lib/ehr/paymentreconciliation.js +0 -3
- package/lib/ehr/paymentreconciliation_detail.d.ts +0 -19
- package/lib/ehr/paymentreconciliation_detail.js +0 -3
- package/lib/ehr/paymentreconciliation_processnote.d.ts +0 -7
- package/lib/ehr/paymentreconciliation_processnote.js +0 -3
- package/lib/ehr/period.d.ts +0 -6
- package/lib/ehr/period.js +0 -4
- package/lib/ehr/person.d.ts +0 -31
- package/lib/ehr/person.js +0 -3
- package/lib/ehr/person_link.d.ts +0 -7
- package/lib/ehr/person_link.js +0 -3
- package/lib/ehr/plandefinition.d.ts +0 -66
- package/lib/ehr/plandefinition.js +0 -3
- package/lib/ehr/plandefinition_action.d.ts +0 -74
- package/lib/ehr/plandefinition_action.js +0 -3
- package/lib/ehr/plandefinition_condition.d.ts +0 -10
- package/lib/ehr/plandefinition_condition.js +0 -4
- package/lib/ehr/plandefinition_dynamicvalue.d.ts +0 -10
- package/lib/ehr/plandefinition_dynamicvalue.js +0 -4
- package/lib/ehr/plandefinition_goal.d.ts +0 -19
- package/lib/ehr/plandefinition_goal.js +0 -3
- package/lib/ehr/plandefinition_participant.d.ts +0 -7
- package/lib/ehr/plandefinition_participant.js +0 -3
- package/lib/ehr/plandefinition_relatedaction.d.ts +0 -12
- package/lib/ehr/plandefinition_relatedaction.js +0 -3
- package/lib/ehr/plandefinition_target.d.ts +0 -16
- package/lib/ehr/plandefinition_target.js +0 -3
- package/lib/ehr/practitioner.d.ts +0 -32
- package/lib/ehr/practitioner.js +0 -3
- package/lib/ehr/practitioner_qualification.d.ts +0 -14
- package/lib/ehr/practitioner_qualification.js +0 -3
- package/lib/ehr/practitionerrole.d.ts +0 -39
- package/lib/ehr/practitionerrole.js +0 -3
- package/lib/ehr/practitionerrole_availabletime.d.ts +0 -10
- package/lib/ehr/practitionerrole_availabletime.js +0 -4
- package/lib/ehr/practitionerrole_notavailable.d.ts +0 -7
- package/lib/ehr/practitionerrole_notavailable.js +0 -3
- package/lib/ehr/procedure.d.ts +0 -65
- package/lib/ehr/procedure.js +0 -3
- package/lib/ehr/procedure_focaldevice.d.ts +0 -8
- package/lib/ehr/procedure_focaldevice.js +0 -3
- package/lib/ehr/procedure_performer.d.ts +0 -10
- package/lib/ehr/procedure_performer.js +0 -3
- package/lib/ehr/procedurerequest.d.ts +0 -69
- package/lib/ehr/procedurerequest.js +0 -3
- package/lib/ehr/procedurerequest_requester.d.ts +0 -7
- package/lib/ehr/procedurerequest_requester.js +0 -3
- package/lib/ehr/processrequest.d.ts +0 -38
- package/lib/ehr/processrequest.js +0 -3
- package/lib/ehr/processrequest_item.d.ts +0 -4
- package/lib/ehr/processrequest_item.js +0 -4
- package/lib/ehr/processresponse.d.ts +0 -34
- package/lib/ehr/processresponse.js +0 -3
- package/lib/ehr/processresponse_processnote.d.ts +0 -7
- package/lib/ehr/processresponse_processnote.js +0 -3
- package/lib/ehr/provenance.d.ts +0 -30
- package/lib/ehr/provenance.js +0 -3
- package/lib/ehr/provenance_agent.d.ts +0 -16
- package/lib/ehr/provenance_agent.js +0 -3
- package/lib/ehr/provenance_entity.d.ts +0 -15
- package/lib/ehr/provenance_entity.js +0 -3
- package/lib/ehr/quantity.d.ts +0 -12
- package/lib/ehr/quantity.js +0 -4
- package/lib/ehr/questionnaire.d.ts +0 -53
- package/lib/ehr/questionnaire.js +0 -3
- package/lib/ehr/questionnaire_enablewhen.d.ts +0 -34
- package/lib/ehr/questionnaire_enablewhen.js +0 -3
- package/lib/ehr/questionnaire_item.d.ts +0 -69
- package/lib/ehr/questionnaire_item.js +0 -3
- package/lib/ehr/questionnaire_option.d.ts +0 -13
- package/lib/ehr/questionnaire_option.js +0 -3
- package/lib/ehr/questionnaireresponse.d.ts +0 -29
- package/lib/ehr/questionnaireresponse.js +0 -3
- package/lib/ehr/questionnaireresponse_answer.d.ts +0 -33
- package/lib/ehr/questionnaireresponse_answer.js +0 -3
- package/lib/ehr/questionnaireresponse_item.d.ts +0 -16
- package/lib/ehr/questionnaireresponse_item.js +0 -3
- package/lib/ehr/range.d.ts +0 -7
- package/lib/ehr/range.js +0 -3
- package/lib/ehr/ratio.d.ts +0 -7
- package/lib/ehr/ratio.js +0 -3
- package/lib/ehr/reference.d.ts +0 -9
- package/lib/ehr/reference.js +0 -3
- package/lib/ehr/referralrequest.d.ts +0 -58
- package/lib/ehr/referralrequest.js +0 -3
- package/lib/ehr/referralrequest_requester.d.ts +0 -7
- package/lib/ehr/referralrequest_requester.js +0 -3
- package/lib/ehr/relatedartifact.d.ts +0 -16
- package/lib/ehr/relatedartifact.js +0 -3
- package/lib/ehr/relatedperson.d.ts +0 -34
- package/lib/ehr/relatedperson.js +0 -3
- package/lib/ehr/requestgroup.d.ts +0 -41
- package/lib/ehr/requestgroup.js +0 -3
- package/lib/ehr/requestgroup_action.d.ts +0 -56
- package/lib/ehr/requestgroup_action.js +0 -3
- package/lib/ehr/requestgroup_condition.d.ts +0 -10
- package/lib/ehr/requestgroup_condition.js +0 -4
- package/lib/ehr/requestgroup_relatedaction.d.ts +0 -12
- package/lib/ehr/requestgroup_relatedaction.js +0 -3
- package/lib/ehr/researchstudy.d.ts +0 -52
- package/lib/ehr/researchstudy.js +0 -3
- package/lib/ehr/researchstudy_arm.d.ts +0 -9
- package/lib/ehr/researchstudy_arm.js +0 -3
- package/lib/ehr/researchsubject.d.ts +0 -23
- package/lib/ehr/researchsubject.js +0 -3
- package/lib/ehr/resource.js +0 -3
- package/lib/ehr/resourcelist.js +0 -4
- package/lib/ehr/riskassessment.d.ts +0 -45
- package/lib/ehr/riskassessment.js +0 -3
- package/lib/ehr/riskassessment_prediction.d.ts +0 -21
- package/lib/ehr/riskassessment_prediction.js +0 -3
- package/lib/ehr/sampleddata.d.ts +0 -17
- package/lib/ehr/sampleddata.js +0 -3
- package/lib/ehr/schedule.d.ts +0 -24
- package/lib/ehr/schedule.js +0 -3
- package/lib/ehr/searchparameter.d.ts +0 -56
- package/lib/ehr/searchparameter.js +0 -3
- package/lib/ehr/searchparameter_component.d.ts +0 -7
- package/lib/ehr/searchparameter_component.js +0 -3
- package/lib/ehr/sequence.d.ts +0 -41
- package/lib/ehr/sequence.js +0 -3
- package/lib/ehr/sequence_quality.d.ts +0 -32
- package/lib/ehr/sequence_quality.js +0 -3
- package/lib/ehr/sequence_referenceseq.d.ts +0 -20
- package/lib/ehr/sequence_referenceseq.js +0 -3
- package/lib/ehr/sequence_repository.d.ts +0 -14
- package/lib/ehr/sequence_repository.js +0 -4
- package/lib/ehr/sequence_variant.d.ts +0 -15
- package/lib/ehr/sequence_variant.js +0 -3
- package/lib/ehr/servicedefinition.d.ts +0 -64
- package/lib/ehr/servicedefinition.js +0 -3
- package/lib/ehr/signature.d.ts +0 -20
- package/lib/ehr/signature.js +0 -3
- package/lib/ehr/slot.d.ts +0 -29
- package/lib/ehr/slot.js +0 -3
- package/lib/ehr/specimen.d.ts +0 -35
- package/lib/ehr/specimen.js +0 -3
- package/lib/ehr/specimen_collection.d.ts +0 -18
- package/lib/ehr/specimen_collection.js +0 -3
- package/lib/ehr/specimen_container.d.ts +0 -20
- package/lib/ehr/specimen_container.js +0 -3
- package/lib/ehr/specimen_processing.d.ts +0 -15
- package/lib/ehr/specimen_processing.js +0 -3
- package/lib/ehr/structuredefinition.d.ts +0 -68
- package/lib/ehr/structuredefinition.js +0 -3
- package/lib/ehr/structuredefinition_differential.d.ts +0 -5
- package/lib/ehr/structuredefinition_differential.js +0 -3
- package/lib/ehr/structuredefinition_mapping.d.ts +0 -10
- package/lib/ehr/structuredefinition_mapping.js +0 -4
- package/lib/ehr/structuredefinition_snapshot.d.ts +0 -5
- package/lib/ehr/structuredefinition_snapshot.js +0 -3
- package/lib/ehr/structuremap.d.ts +0 -46
- package/lib/ehr/structuremap.js +0 -3
- package/lib/ehr/structuremap_dependent.d.ts +0 -6
- package/lib/ehr/structuremap_dependent.js +0 -4
- package/lib/ehr/structuremap_group.d.ts +0 -16
- package/lib/ehr/structuremap_group.js +0 -3
- package/lib/ehr/structuremap_input.d.ts +0 -10
- package/lib/ehr/structuremap_input.js +0 -4
- package/lib/ehr/structuremap_parameter.d.ts +0 -12
- package/lib/ehr/structuremap_parameter.js +0 -4
- package/lib/ehr/structuremap_rule.d.ts +0 -17
- package/lib/ehr/structuremap_rule.js +0 -3
- package/lib/ehr/structuremap_source.d.ts +0 -161
- package/lib/ehr/structuremap_source.js +0 -3
- package/lib/ehr/structuremap_structure.d.ts +0 -10
- package/lib/ehr/structuremap_structure.js +0 -4
- package/lib/ehr/structuremap_target.d.ts +0 -19
- package/lib/ehr/structuremap_target.js +0 -3
- package/lib/ehr/subscription.d.ts +0 -23
- package/lib/ehr/subscription.js +0 -3
- package/lib/ehr/subscription_channel.d.ts +0 -10
- package/lib/ehr/subscription_channel.js +0 -4
- package/lib/ehr/substance.d.ts +0 -22
- package/lib/ehr/substance.js +0 -3
- package/lib/ehr/substance_ingredient.d.ts +0 -11
- package/lib/ehr/substance_ingredient.js +0 -3
- package/lib/ehr/substance_instance.d.ts +0 -10
- package/lib/ehr/substance_instance.js +0 -3
- package/lib/ehr/supplydelivery.d.ts +0 -36
- package/lib/ehr/supplydelivery.js +0 -3
- package/lib/ehr/supplydelivery_supplieditem.d.ts +0 -11
- package/lib/ehr/supplydelivery_supplieditem.js +0 -3
- package/lib/ehr/supplyrequest.d.ts +0 -41
- package/lib/ehr/supplyrequest.js +0 -3
- package/lib/ehr/supplyrequest_ordereditem.d.ts +0 -11
- package/lib/ehr/supplyrequest_ordereditem.js +0 -3
- package/lib/ehr/supplyrequest_requester.d.ts +0 -7
- package/lib/ehr/supplyrequest_requester.js +0 -3
- package/lib/ehr/task.d.ts +0 -69
- package/lib/ehr/task.js +0 -3
- package/lib/ehr/task_input.d.ts +0 -145
- package/lib/ehr/task_input.js +0 -3
- package/lib/ehr/task_output.d.ts +0 -145
- package/lib/ehr/task_output.js +0 -3
- package/lib/ehr/task_requester.d.ts +0 -7
- package/lib/ehr/task_requester.js +0 -3
- package/lib/ehr/task_restriction.d.ts +0 -10
- package/lib/ehr/task_restriction.js +0 -3
- package/lib/ehr/testreport.d.ts +0 -34
- package/lib/ehr/testreport.js +0 -3
- package/lib/ehr/testreport_action.d.ts +0 -8
- package/lib/ehr/testreport_action.js +0 -3
- package/lib/ehr/testreport_action1.d.ts +0 -8
- package/lib/ehr/testreport_action1.js +0 -3
- package/lib/ehr/testreport_action2.d.ts +0 -5
- package/lib/ehr/testreport_action2.js +0 -3
- package/lib/ehr/testreport_assert.d.ts +0 -8
- package/lib/ehr/testreport_assert.js +0 -4
- package/lib/ehr/testreport_operation.d.ts +0 -8
- package/lib/ehr/testreport_operation.js +0 -4
- package/lib/ehr/testreport_participant.d.ts +0 -8
- package/lib/ehr/testreport_participant.js +0 -4
- package/lib/ehr/testreport_setup.d.ts +0 -5
- package/lib/ehr/testreport_setup.js +0 -3
- package/lib/ehr/testreport_teardown.d.ts +0 -5
- package/lib/ehr/testreport_teardown.js +0 -3
- package/lib/ehr/testreport_test.d.ts +0 -9
- package/lib/ehr/testreport_test.js +0 -3
- package/lib/ehr/testscript.d.ts +0 -71
- package/lib/ehr/testscript.js +0 -3
- package/lib/ehr/testscript_action.d.ts +0 -8
- package/lib/ehr/testscript_action.js +0 -3
- package/lib/ehr/testscript_action1.d.ts +0 -8
- package/lib/ehr/testscript_action1.js +0 -3
- package/lib/ehr/testscript_action2.d.ts +0 -5
- package/lib/ehr/testscript_action2.js +0 -3
- package/lib/ehr/testscript_assert.d.ts +0 -52
- package/lib/ehr/testscript_assert.js +0 -3
- package/lib/ehr/testscript_capability.d.ts +0 -17
- package/lib/ehr/testscript_capability.js +0 -3
- package/lib/ehr/testscript_destination.d.ts +0 -7
- package/lib/ehr/testscript_destination.js +0 -3
- package/lib/ehr/testscript_fixture.d.ts +0 -9
- package/lib/ehr/testscript_fixture.js +0 -3
- package/lib/ehr/testscript_link.d.ts +0 -6
- package/lib/ehr/testscript_link.js +0 -4
- package/lib/ehr/testscript_metadata.d.ts +0 -8
- package/lib/ehr/testscript_metadata.js +0 -3
- package/lib/ehr/testscript_operation.d.ts +0 -36
- package/lib/ehr/testscript_operation.js +0 -3
- package/lib/ehr/testscript_origin.d.ts +0 -7
- package/lib/ehr/testscript_origin.js +0 -3
- package/lib/ehr/testscript_param.d.ts +0 -6
- package/lib/ehr/testscript_param.js +0 -4
- package/lib/ehr/testscript_param1.d.ts +0 -6
- package/lib/ehr/testscript_param1.js +0 -4
- package/lib/ehr/testscript_param2.d.ts +0 -6
- package/lib/ehr/testscript_param2.js +0 -4
- package/lib/ehr/testscript_param3.d.ts +0 -6
- package/lib/ehr/testscript_param3.js +0 -4
- package/lib/ehr/testscript_requestheader.d.ts +0 -6
- package/lib/ehr/testscript_requestheader.js +0 -4
- package/lib/ehr/testscript_rule.d.ts +0 -8
- package/lib/ehr/testscript_rule.js +0 -3
- package/lib/ehr/testscript_rule1.d.ts +0 -7
- package/lib/ehr/testscript_rule1.js +0 -3
- package/lib/ehr/testscript_rule2.d.ts +0 -7
- package/lib/ehr/testscript_rule2.js +0 -3
- package/lib/ehr/testscript_rule3.d.ts +0 -7
- package/lib/ehr/testscript_rule3.js +0 -3
- package/lib/ehr/testscript_ruleset.d.ts +0 -8
- package/lib/ehr/testscript_ruleset.js +0 -3
- package/lib/ehr/testscript_ruleset1.d.ts +0 -7
- package/lib/ehr/testscript_ruleset1.js +0 -3
- package/lib/ehr/testscript_setup.d.ts +0 -5
- package/lib/ehr/testscript_setup.js +0 -3
- package/lib/ehr/testscript_teardown.d.ts +0 -5
- package/lib/ehr/testscript_teardown.js +0 -3
- package/lib/ehr/testscript_test.d.ts +0 -9
- package/lib/ehr/testscript_test.js +0 -3
- package/lib/ehr/testscript_variable.d.ts +0 -18
- package/lib/ehr/testscript_variable.js +0 -4
- package/lib/ehr/timing.d.ts +0 -10
- package/lib/ehr/timing.js +0 -3
- package/lib/ehr/timing_repeat.d.ts +0 -39
- package/lib/ehr/timing_repeat.js +0 -3
- package/lib/ehr/triggerdefinition.d.ts +0 -19
- package/lib/ehr/triggerdefinition.js +0 -3
- package/lib/ehr/usagecontext.d.ts +0 -14
- package/lib/ehr/usagecontext.js +0 -3
- package/lib/ehr/valueset.d.ts +0 -48
- package/lib/ehr/valueset.js +0 -3
- package/lib/ehr/valueset_compose.d.ts +0 -11
- package/lib/ehr/valueset_compose.js +0 -3
- package/lib/ehr/valueset_concept.d.ts +0 -9
- package/lib/ehr/valueset_concept.js +0 -3
- package/lib/ehr/valueset_contains.d.ts +0 -19
- package/lib/ehr/valueset_contains.js +0 -3
- package/lib/ehr/valueset_designation.d.ts +0 -9
- package/lib/ehr/valueset_designation.js +0 -3
- package/lib/ehr/valueset_expansion.d.ts +0 -16
- package/lib/ehr/valueset_expansion.js +0 -3
- package/lib/ehr/valueset_filter.d.ts +0 -8
- package/lib/ehr/valueset_filter.js +0 -4
- package/lib/ehr/valueset_include.d.ts +0 -14
- package/lib/ehr/valueset_include.js +0 -3
- package/lib/ehr/valueset_parameter.d.ts +0 -16
- package/lib/ehr/valueset_parameter.js +0 -4
- package/lib/ehr/visionprescription.d.ts +0 -26
- package/lib/ehr/visionprescription.js +0 -3
- package/lib/ehr/visionprescription_dispense.d.ts +0 -35
- package/lib/ehr/visionprescription_dispense.js +0 -3
- package/lib/erp/index.d.ts +0 -5
- package/lib/erp/index.js +0 -3
- package/lib/ohi/index.d.ts +0 -5
- package/lib/ohi/index.js +0 -3
- /package/lib/{ehr/resource.d.ts → resource.d.ts} +0 -0
- /package/lib/{ehr/resourcelist.d.ts → resourcelist.d.ts} +0 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { ConceptMap_Element } from "./conceptmap_element";
|
|
3
|
+
import type { ConceptMap_Unmapped } from "./conceptmap_unmapped";
|
|
4
|
+
export interface ConceptMap_Group extends BackboneElement {
|
|
5
|
+
/** An absolute URI that identifies the Code System (if the source is a value set that crosses more than one code system). */
|
|
6
|
+
source?: string;
|
|
7
|
+
/** The specific version of the code system, as determined by the code system authority. */
|
|
8
|
+
sourceVersion?: string;
|
|
9
|
+
/** An absolute URI that identifies the code system of the target code (if the target is a value set that cross code systems). */
|
|
10
|
+
target?: string;
|
|
11
|
+
/** The specific version of the code system, as determined by the code system authority. */
|
|
12
|
+
targetVersion?: string;
|
|
13
|
+
/** Mappings for an individual concept in the source to one or more concepts in the target. */
|
|
14
|
+
element: Array<ConceptMap_Element>;
|
|
15
|
+
/** What to do when there is no match in the mappings in the group. */
|
|
16
|
+
unmapped?: ConceptMap_Unmapped;
|
|
17
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uY2VwdG1hcF9ncm91cC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9jb25jZXB0bWFwX2dyb3VwLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENvbmNlcHRNYXBfR3JvdXAgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29uY2VwdE1hcF9FbGVtZW50IH0gZnJvbSBcIi4vY29uY2VwdG1hcF9lbGVtZW50XCI7XG5pbXBvcnQgdHlwZSB7IENvbmNlcHRNYXBfVW5tYXBwZWQgfSBmcm9tIFwiLi9jb25jZXB0bWFwX3VubWFwcGVkXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ29uY2VwdE1hcF9Hcm91cCBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBBbiBhYnNvbHV0ZSBVUkkgdGhhdCBpZGVudGlmaWVzIHRoZSBDb2RlIFN5c3RlbSAoaWYgdGhlIHNvdXJjZSBpcyBhIHZhbHVlIHNldCB0aGF0IGNyb3NzZXMgbW9yZSB0aGFuIG9uZSBjb2RlIHN5c3RlbSkuICovXG4gIHNvdXJjZT86IHN0cmluZztcblxuICAvKiogVGhlIHNwZWNpZmljIHZlcnNpb24gb2YgdGhlIGNvZGUgc3lzdGVtLCBhcyBkZXRlcm1pbmVkIGJ5IHRoZSBjb2RlIHN5c3RlbSBhdXRob3JpdHkuICovXG4gIHNvdXJjZVZlcnNpb24/OiBzdHJpbmc7XG5cbiAgLyoqIEFuIGFic29sdXRlIFVSSSB0aGF0IGlkZW50aWZpZXMgdGhlIGNvZGUgc3lzdGVtIG9mIHRoZSB0YXJnZXQgY29kZSAoaWYgdGhlIHRhcmdldCBpcyBhIHZhbHVlIHNldCB0aGF0IGNyb3NzIGNvZGUgc3lzdGVtcykuICovXG4gIHRhcmdldD86IHN0cmluZztcblxuICAvKiogVGhlIHNwZWNpZmljIHZlcnNpb24gb2YgdGhlIGNvZGUgc3lzdGVtLCBhcyBkZXRlcm1pbmVkIGJ5IHRoZSBjb2RlIHN5c3RlbSBhdXRob3JpdHkuICovXG4gIHRhcmdldFZlcnNpb24/OiBzdHJpbmc7XG5cbiAgLyoqIE1hcHBpbmdzIGZvciBhbiBpbmRpdmlkdWFsIGNvbmNlcHQgaW4gdGhlIHNvdXJjZSB0byBvbmUgb3IgbW9yZSBjb25jZXB0cyBpbiB0aGUgdGFyZ2V0LiAqL1xuICBlbGVtZW50OiBBcnJheTxDb25jZXB0TWFwX0VsZW1lbnQ+O1xuXG4gIC8qKiBXaGF0IHRvIGRvIHdoZW4gdGhlcmUgaXMgbm8gbWF0Y2ggaW4gdGhlIG1hcHBpbmdzIGluIHRoZSBncm91cC4gKi9cbiAgdW5tYXBwZWQ/OiBDb25jZXB0TWFwX1VubWFwcGVkO1xufVxuIl19
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { ConceptMap_DependsOn } from "./conceptmap_dependson";
|
|
3
|
+
export interface ConceptMap_Target extends BackboneElement {
|
|
4
|
+
/** Identity (code or path) or the element/item that the map refers to. */
|
|
5
|
+
code?: string;
|
|
6
|
+
/** The display for the code. The display is only provided to help editors when editing the concept map. */
|
|
7
|
+
display?: string;
|
|
8
|
+
/** The equivalence between the source and target concepts (counting for the dependencies and products). The equivalence is read from target to source (e.g. the target is 'wider' than the source). */
|
|
9
|
+
equivalence?: "relatedto" | "equivalent" | "equal" | "wider" | "subsumes" | "narrower" | "specializes" | "inexact" | "unmatched" | "disjoint";
|
|
10
|
+
/** A description of status/issues in mapping that conveys additional information not represented in the structured data. */
|
|
11
|
+
comment?: string;
|
|
12
|
+
/** A set of additional dependencies for this mapping to hold. This mapping is only applicable if the specified element can be resolved, and it has the specified value. */
|
|
13
|
+
dependsOn?: Array<ConceptMap_DependsOn>;
|
|
14
|
+
/** A set of additional outcomes from this mapping to other elements. To properly execute this mapping, the specified element must be mapped to some data element or source that is in context. The mapping may still be useful without a place for the additional data elements, but the equivalence cannot be relied on. */
|
|
15
|
+
product?: Array<ConceptMap_DependsOn>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uY2VwdG1hcF90YXJnZXQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvY29uY2VwdG1hcF90YXJnZXQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ29uY2VwdE1hcF9UYXJnZXQgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29uY2VwdE1hcF9EZXBlbmRzT24gfSBmcm9tIFwiLi9jb25jZXB0bWFwX2RlcGVuZHNvblwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENvbmNlcHRNYXBfVGFyZ2V0IGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIElkZW50aXR5IChjb2RlIG9yIHBhdGgpIG9yIHRoZSBlbGVtZW50L2l0ZW0gdGhhdCB0aGUgbWFwIHJlZmVycyB0by4gKi9cbiAgY29kZT86IHN0cmluZztcblxuICAvKiogVGhlIGRpc3BsYXkgZm9yIHRoZSBjb2RlLiBUaGUgZGlzcGxheSBpcyBvbmx5IHByb3ZpZGVkIHRvIGhlbHAgZWRpdG9ycyB3aGVuIGVkaXRpbmcgdGhlIGNvbmNlcHQgbWFwLiAqL1xuICBkaXNwbGF5Pzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgZXF1aXZhbGVuY2UgYmV0d2VlbiB0aGUgc291cmNlIGFuZCB0YXJnZXQgY29uY2VwdHMgKGNvdW50aW5nIGZvciB0aGUgZGVwZW5kZW5jaWVzIGFuZCBwcm9kdWN0cykuIFRoZSBlcXVpdmFsZW5jZSBpcyByZWFkIGZyb20gdGFyZ2V0IHRvIHNvdXJjZSAoZS5nLiB0aGUgdGFyZ2V0IGlzICd3aWRlcicgdGhhbiB0aGUgc291cmNlKS4gKi9cbiAgZXF1aXZhbGVuY2U/OlxuICAgIHwgXCJyZWxhdGVkdG9cIlxuICAgIHwgXCJlcXVpdmFsZW50XCJcbiAgICB8IFwiZXF1YWxcIlxuICAgIHwgXCJ3aWRlclwiXG4gICAgfCBcInN1YnN1bWVzXCJcbiAgICB8IFwibmFycm93ZXJcIlxuICAgIHwgXCJzcGVjaWFsaXplc1wiXG4gICAgfCBcImluZXhhY3RcIlxuICAgIHwgXCJ1bm1hdGNoZWRcIlxuICAgIHwgXCJkaXNqb2ludFwiO1xuXG4gIC8qKiBBIGRlc2NyaXB0aW9uIG9mIHN0YXR1cy9pc3N1ZXMgaW4gbWFwcGluZyB0aGF0IGNvbnZleXMgYWRkaXRpb25hbCBpbmZvcm1hdGlvbiBub3QgcmVwcmVzZW50ZWQgaW4gIHRoZSBzdHJ1Y3R1cmVkIGRhdGEuICovXG4gIGNvbW1lbnQ/OiBzdHJpbmc7XG5cbiAgLyoqIEEgc2V0IG9mIGFkZGl0aW9uYWwgZGVwZW5kZW5jaWVzIGZvciB0aGlzIG1hcHBpbmcgdG8gaG9sZC4gVGhpcyBtYXBwaW5nIGlzIG9ubHkgYXBwbGljYWJsZSBpZiB0aGUgc3BlY2lmaWVkIGVsZW1lbnQgY2FuIGJlIHJlc29sdmVkLCBhbmQgaXQgaGFzIHRoZSBzcGVjaWZpZWQgdmFsdWUuICovXG4gIGRlcGVuZHNPbj86IEFycmF5PENvbmNlcHRNYXBfRGVwZW5kc09uPjtcblxuICAvKiogQSBzZXQgb2YgYWRkaXRpb25hbCBvdXRjb21lcyBmcm9tIHRoaXMgbWFwcGluZyB0byBvdGhlciBlbGVtZW50cy4gVG8gcHJvcGVybHkgZXhlY3V0ZSB0aGlzIG1hcHBpbmcsIHRoZSBzcGVjaWZpZWQgZWxlbWVudCBtdXN0IGJlIG1hcHBlZCB0byBzb21lIGRhdGEgZWxlbWVudCBvciBzb3VyY2UgdGhhdCBpcyBpbiBjb250ZXh0LiBUaGUgbWFwcGluZyBtYXkgc3RpbGwgYmUgdXNlZnVsIHdpdGhvdXQgYSBwbGFjZSBmb3IgdGhlIGFkZGl0aW9uYWwgZGF0YSBlbGVtZW50cywgYnV0IHRoZSBlcXVpdmFsZW5jZSBjYW5ub3QgYmUgcmVsaWVkIG9uLiAqL1xuICBwcm9kdWN0PzogQXJyYXk8Q29uY2VwdE1hcF9EZXBlbmRzT24+O1xufVxuIl19
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
export interface ConceptMap_Unmapped extends BackboneElement {
|
|
3
|
+
/** Defines which action to take if there is no match in the group. One of 3 actions is possible: use the unmapped code (this is useful when doing a mapping between versions, and only a few codes have changed), use a fixed code (a default code), or alternatively, a reference to a different concept map can be provided (by canonical URL). */
|
|
4
|
+
mode?: "provided" | "fixed" | "other-map";
|
|
5
|
+
/** The fixed code to use when the mode = 'fixed' - all unmapped codes are mapped to a single fixed code. */
|
|
6
|
+
code?: string;
|
|
7
|
+
/** The display for the code. The display is only provided to help editors when editing the concept map. */
|
|
8
|
+
display?: string;
|
|
9
|
+
/** The canonical URL of the map to use if this map contains no mapping. */
|
|
10
|
+
url?: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uY2VwdG1hcF91bm1hcHBlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9jb25jZXB0bWFwX3VubWFwcGVkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENvbmNlcHRNYXBfVW5tYXBwZWQgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDb25jZXB0TWFwX1VubWFwcGVkIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIERlZmluZXMgd2hpY2ggYWN0aW9uIHRvIHRha2UgaWYgdGhlcmUgaXMgbm8gbWF0Y2ggaW4gdGhlIGdyb3VwLiBPbmUgb2YgMyBhY3Rpb25zIGlzIHBvc3NpYmxlOiB1c2UgdGhlIHVubWFwcGVkIGNvZGUgKHRoaXMgaXMgdXNlZnVsIHdoZW4gZG9pbmcgYSBtYXBwaW5nIGJldHdlZW4gdmVyc2lvbnMsIGFuZCBvbmx5IGEgZmV3IGNvZGVzIGhhdmUgY2hhbmdlZCksIHVzZSBhIGZpeGVkIGNvZGUgKGEgZGVmYXVsdCBjb2RlKSwgb3IgYWx0ZXJuYXRpdmVseSwgYSByZWZlcmVuY2UgdG8gYSBkaWZmZXJlbnQgY29uY2VwdCBtYXAgY2FuIGJlIHByb3ZpZGVkIChieSBjYW5vbmljYWwgVVJMKS4gKi9cbiAgbW9kZT86IFwicHJvdmlkZWRcIiB8IFwiZml4ZWRcIiB8IFwib3RoZXItbWFwXCI7XG5cbiAgLyoqIFRoZSBmaXhlZCBjb2RlIHRvIHVzZSB3aGVuIHRoZSBtb2RlID0gJ2ZpeGVkJyAgLSBhbGwgdW5tYXBwZWQgY29kZXMgYXJlIG1hcHBlZCB0byBhIHNpbmdsZSBmaXhlZCBjb2RlLiAqL1xuICBjb2RlPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgZGlzcGxheSBmb3IgdGhlIGNvZGUuIFRoZSBkaXNwbGF5IGlzIG9ubHkgcHJvdmlkZWQgdG8gaGVscCBlZGl0b3JzIHdoZW4gZWRpdGluZyB0aGUgY29uY2VwdCBtYXAuICovXG4gIGRpc3BsYXk/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBjYW5vbmljYWwgVVJMIG9mIHRoZSBtYXAgdG8gdXNlIGlmIHRoaXMgbWFwIGNvbnRhaW5zIG5vIG1hcHBpbmcuICovXG4gIHVybD86IHN0cmluZztcbn1cbiJdfQ==
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import type { Age } from "./age";
|
|
2
|
+
import type { Annotation } from "./annotation";
|
|
3
|
+
import type { CodeableConcept } from "./codeableconcept";
|
|
4
|
+
import type { Condition_Evidence } from "./condition_evidence";
|
|
5
|
+
import type { Condition_Stage } from "./condition_stage";
|
|
6
|
+
import type { DomainResource } from "./domainresource";
|
|
7
|
+
import type { Identifier } from "./identifier";
|
|
8
|
+
import type { Period } from "./period";
|
|
9
|
+
import type { Range } from "./range";
|
|
10
|
+
import type { Reference } from "./reference";
|
|
11
|
+
export interface Condition extends DomainResource {
|
|
12
|
+
/** This is a Condition resource */
|
|
13
|
+
resourceType: "Condition";
|
|
14
|
+
/** This records identifiers associated with this condition 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). */
|
|
15
|
+
identifier?: Array<Identifier>;
|
|
16
|
+
/** The clinical status of the condition. */
|
|
17
|
+
clinicalStatus?: string;
|
|
18
|
+
/** The verification status to support the clinical status of the condition. */
|
|
19
|
+
verificationStatus?: "provisional" | "differential" | "confirmed" | "refuted" | "entered-in-error" | "unknown";
|
|
20
|
+
/** A category assigned to the condition. */
|
|
21
|
+
category?: Array<CodeableConcept>;
|
|
22
|
+
/** A subjective assessment of the severity of the condition as evaluated by the clinician. */
|
|
23
|
+
severity?: CodeableConcept;
|
|
24
|
+
/** Identification of the condition, problem or diagnosis. */
|
|
25
|
+
code?: CodeableConcept;
|
|
26
|
+
/** The anatomical location where this condition manifests itself. */
|
|
27
|
+
bodySite?: Array<CodeableConcept>;
|
|
28
|
+
/** Indicates the patient or group who the condition record is associated with. */
|
|
29
|
+
subject: Reference;
|
|
30
|
+
/** Encounter during which the condition was first asserted. */
|
|
31
|
+
context?: Reference;
|
|
32
|
+
/** Estimated or actual date or date-time the condition began, in the opinion of the clinician. */
|
|
33
|
+
onsetDateTime?: string;
|
|
34
|
+
/** Estimated or actual date or date-time the condition began, in the opinion of the clinician. */
|
|
35
|
+
onsetAge?: Age;
|
|
36
|
+
/** Estimated or actual date or date-time the condition began, in the opinion of the clinician. */
|
|
37
|
+
onsetPeriod?: Period;
|
|
38
|
+
/** Estimated or actual date or date-time the condition began, in the opinion of the clinician. */
|
|
39
|
+
onsetRange?: Range;
|
|
40
|
+
/** Estimated or actual date or date-time the condition began, in the opinion of the clinician. */
|
|
41
|
+
onsetString?: string;
|
|
42
|
+
/** The date or estimated date that the condition resolved or went into remission. This is called "abatement" because of the many overloaded connotations associated with "remission" or "resolution" - Conditions are never really resolved, but they can abate. */
|
|
43
|
+
abatementDateTime?: string;
|
|
44
|
+
/** The date or estimated date that the condition resolved or went into remission. This is called "abatement" because of the many overloaded connotations associated with "remission" or "resolution" - Conditions are never really resolved, but they can abate. */
|
|
45
|
+
abatementAge?: Age;
|
|
46
|
+
/** The date or estimated date that the condition resolved or went into remission. This is called "abatement" because of the many overloaded connotations associated with "remission" or "resolution" - Conditions are never really resolved, but they can abate. */
|
|
47
|
+
abatementBoolean?: boolean;
|
|
48
|
+
/** The date or estimated date that the condition resolved or went into remission. This is called "abatement" because of the many overloaded connotations associated with "remission" or "resolution" - Conditions are never really resolved, but they can abate. */
|
|
49
|
+
abatementPeriod?: Period;
|
|
50
|
+
/** The date or estimated date that the condition resolved or went into remission. This is called "abatement" because of the many overloaded connotations associated with "remission" or "resolution" - Conditions are never really resolved, but they can abate. */
|
|
51
|
+
abatementRange?: Range;
|
|
52
|
+
/** The date or estimated date that the condition resolved or went into remission. This is called "abatement" because of the many overloaded connotations associated with "remission" or "resolution" - Conditions are never really resolved, but they can abate. */
|
|
53
|
+
abatementString?: string;
|
|
54
|
+
/** The date on which the existance of the Condition was first asserted or acknowledged. */
|
|
55
|
+
assertedDate?: string;
|
|
56
|
+
/** Individual who is making the condition statement. */
|
|
57
|
+
asserter?: Reference;
|
|
58
|
+
/** Clinical stage or grade of a condition. May include formal severity assessments. */
|
|
59
|
+
stage?: Condition_Stage;
|
|
60
|
+
/** Supporting Evidence / manifestations that are the basis on which this condition is suspected or confirmed. */
|
|
61
|
+
evidence?: Array<Condition_Evidence>;
|
|
62
|
+
/** Additional information about the Condition. This is a general notes/comments entry for description of the Condition, its diagnosis and prognosis. */
|
|
63
|
+
note?: Array<Annotation>;
|
|
64
|
+
}
|
package/lib/condition.js
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZGl0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2NvbmRpdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBDb25kaXRpb24gVHlwZVxuaW1wb3J0IHR5cGUgeyBBZ2UgfSBmcm9tIFwiLi9hZ2VcIjtcbmltcG9ydCB0eXBlIHsgQW5ub3RhdGlvbiB9IGZyb20gXCIuL2Fubm90YXRpb25cIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IENvbmRpdGlvbl9FdmlkZW5jZSB9IGZyb20gXCIuL2NvbmRpdGlvbl9ldmlkZW5jZVwiO1xuaW1wb3J0IHR5cGUgeyBDb25kaXRpb25fU3RhZ2UgfSBmcm9tIFwiLi9jb25kaXRpb25fc3RhZ2VcIjtcbmltcG9ydCB0eXBlIHsgRG9tYWluUmVzb3VyY2UgfSBmcm9tIFwiLi9kb21haW5yZXNvdXJjZVwiO1xuaW1wb3J0IHR5cGUgeyBJZGVudGlmaWVyIH0gZnJvbSBcIi4vaWRlbnRpZmllclwiO1xuaW1wb3J0IHR5cGUgeyBQZXJpb2QgfSBmcm9tIFwiLi9wZXJpb2RcIjtcbmltcG9ydCB0eXBlIHsgUmFuZ2UgfSBmcm9tIFwiLi9yYW5nZVwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDb25kaXRpb24gZXh0ZW5kcyBEb21haW5SZXNvdXJjZSB7XG4gIC8qKiBUaGlzIGlzIGEgQ29uZGl0aW9uIHJlc291cmNlICovXG4gIHJlc291cmNlVHlwZTogXCJDb25kaXRpb25cIjtcblxuICAvKiogVGhpcyByZWNvcmRzIGlkZW50aWZpZXJzIGFzc29jaWF0ZWQgd2l0aCB0aGlzIGNvbmRpdGlvbiB0aGF0IGFyZSBkZWZpbmVkIGJ5IGJ1c2luZXNzIHByb2Nlc3NlcyBhbmQvb3IgdXNlZCB0byByZWZlciB0byBpdCB3aGVuIGEgZGlyZWN0IFVSTCByZWZlcmVuY2UgdG8gdGhlIHJlc291cmNlIGl0c2VsZiBpcyBub3QgYXBwcm9wcmlhdGUgKGUuZy4gaW4gQ0RBIGRvY3VtZW50cywgb3IgaW4gd3JpdHRlbiAvIHByaW50ZWQgZG9jdW1lbnRhdGlvbikuICovXG4gIGlkZW50aWZpZXI/OiBBcnJheTxJZGVudGlmaWVyPjtcblxuICAvKiogVGhlIGNsaW5pY2FsIHN0YXR1cyBvZiB0aGUgY29uZGl0aW9uLiAqL1xuICBjbGluaWNhbFN0YXR1cz86IHN0cmluZztcblxuICAvKiogVGhlIHZlcmlmaWNhdGlvbiBzdGF0dXMgdG8gc3VwcG9ydCB0aGUgY2xpbmljYWwgc3RhdHVzIG9mIHRoZSBjb25kaXRpb24uICovXG4gIHZlcmlmaWNhdGlvblN0YXR1cz86XG4gICAgfCBcInByb3Zpc2lvbmFsXCJcbiAgICB8IFwiZGlmZmVyZW50aWFsXCJcbiAgICB8IFwiY29uZmlybWVkXCJcbiAgICB8IFwicmVmdXRlZFwiXG4gICAgfCBcImVudGVyZWQtaW4tZXJyb3JcIlxuICAgIHwgXCJ1bmtub3duXCI7XG5cbiAgLyoqIEEgY2F0ZWdvcnkgYXNzaWduZWQgdG8gdGhlIGNvbmRpdGlvbi4gKi9cbiAgY2F0ZWdvcnk/OiBBcnJheTxDb2RlYWJsZUNvbmNlcHQ+O1xuXG4gIC8qKiBBIHN1YmplY3RpdmUgYXNzZXNzbWVudCBvZiB0aGUgc2V2ZXJpdHkgb2YgdGhlIGNvbmRpdGlvbiBhcyBldmFsdWF0ZWQgYnkgdGhlIGNsaW5pY2lhbi4gKi9cbiAgc2V2ZXJpdHk/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIElkZW50aWZpY2F0aW9uIG9mIHRoZSBjb25kaXRpb24sIHByb2JsZW0gb3IgZGlhZ25vc2lzLiAqL1xuICBjb2RlPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBUaGUgYW5hdG9taWNhbCBsb2NhdGlvbiB3aGVyZSB0aGlzIGNvbmRpdGlvbiBtYW5pZmVzdHMgaXRzZWxmLiAqL1xuICBib2R5U2l0ZT86IEFycmF5PENvZGVhYmxlQ29uY2VwdD47XG5cbiAgLyoqIEluZGljYXRlcyB0aGUgcGF0aWVudCBvciBncm91cCB3aG8gdGhlIGNvbmRpdGlvbiByZWNvcmQgaXMgYXNzb2NpYXRlZCB3aXRoLiAqL1xuICBzdWJqZWN0OiBSZWZlcmVuY2U7XG5cbiAgLyoqIEVuY291bnRlciBkdXJpbmcgd2hpY2ggdGhlIGNvbmRpdGlvbiB3YXMgZmlyc3QgYXNzZXJ0ZWQuICovXG4gIGNvbnRleHQ/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIEVzdGltYXRlZCBvciBhY3R1YWwgZGF0ZSBvciBkYXRlLXRpbWUgIHRoZSBjb25kaXRpb24gYmVnYW4sIGluIHRoZSBvcGluaW9uIG9mIHRoZSBjbGluaWNpYW4uICovXG4gIG9uc2V0RGF0ZVRpbWU/OiBzdHJpbmc7XG5cbiAgLyoqIEVzdGltYXRlZCBvciBhY3R1YWwgZGF0ZSBvciBkYXRlLXRpbWUgIHRoZSBjb25kaXRpb24gYmVnYW4sIGluIHRoZSBvcGluaW9uIG9mIHRoZSBjbGluaWNpYW4uICovXG4gIG9uc2V0QWdlPzogQWdlO1xuXG4gIC8qKiBFc3RpbWF0ZWQgb3IgYWN0dWFsIGRhdGUgb3IgZGF0ZS10aW1lICB0aGUgY29uZGl0aW9uIGJlZ2FuLCBpbiB0aGUgb3BpbmlvbiBvZiB0aGUgY2xpbmljaWFuLiAqL1xuICBvbnNldFBlcmlvZD86IFBlcmlvZDtcblxuICAvKiogRXN0aW1hdGVkIG9yIGFjdHVhbCBkYXRlIG9yIGRhdGUtdGltZSAgdGhlIGNvbmRpdGlvbiBiZWdhbiwgaW4gdGhlIG9waW5pb24gb2YgdGhlIGNsaW5pY2lhbi4gKi9cbiAgb25zZXRSYW5nZT86IFJhbmdlO1xuXG4gIC8qKiBFc3RpbWF0ZWQgb3IgYWN0dWFsIGRhdGUgb3IgZGF0ZS10aW1lICB0aGUgY29uZGl0aW9uIGJlZ2FuLCBpbiB0aGUgb3BpbmlvbiBvZiB0aGUgY2xpbmljaWFuLiAqL1xuICBvbnNldFN0cmluZz86IHN0cmluZztcblxuICAvKiogVGhlIGRhdGUgb3IgZXN0aW1hdGVkIGRhdGUgdGhhdCB0aGUgY29uZGl0aW9uIHJlc29sdmVkIG9yIHdlbnQgaW50byByZW1pc3Npb24uIFRoaXMgaXMgY2FsbGVkIFwiYWJhdGVtZW50XCIgYmVjYXVzZSBvZiB0aGUgbWFueSBvdmVybG9hZGVkIGNvbm5vdGF0aW9ucyBhc3NvY2lhdGVkIHdpdGggXCJyZW1pc3Npb25cIiBvciBcInJlc29sdXRpb25cIiAtIENvbmRpdGlvbnMgYXJlIG5ldmVyIHJlYWxseSByZXNvbHZlZCwgYnV0IHRoZXkgY2FuIGFiYXRlLiAqL1xuICBhYmF0ZW1lbnREYXRlVGltZT86IHN0cmluZztcblxuICAvKiogVGhlIGRhdGUgb3IgZXN0aW1hdGVkIGRhdGUgdGhhdCB0aGUgY29uZGl0aW9uIHJlc29sdmVkIG9yIHdlbnQgaW50byByZW1pc3Npb24uIFRoaXMgaXMgY2FsbGVkIFwiYWJhdGVtZW50XCIgYmVjYXVzZSBvZiB0aGUgbWFueSBvdmVybG9hZGVkIGNvbm5vdGF0aW9ucyBhc3NvY2lhdGVkIHdpdGggXCJyZW1pc3Npb25cIiBvciBcInJlc29sdXRpb25cIiAtIENvbmRpdGlvbnMgYXJlIG5ldmVyIHJlYWxseSByZXNvbHZlZCwgYnV0IHRoZXkgY2FuIGFiYXRlLiAqL1xuICBhYmF0ZW1lbnRBZ2U/OiBBZ2U7XG5cbiAgLyoqIFRoZSBkYXRlIG9yIGVzdGltYXRlZCBkYXRlIHRoYXQgdGhlIGNvbmRpdGlvbiByZXNvbHZlZCBvciB3ZW50IGludG8gcmVtaXNzaW9uLiBUaGlzIGlzIGNhbGxlZCBcImFiYXRlbWVudFwiIGJlY2F1c2Ugb2YgdGhlIG1hbnkgb3ZlcmxvYWRlZCBjb25ub3RhdGlvbnMgYXNzb2NpYXRlZCB3aXRoIFwicmVtaXNzaW9uXCIgb3IgXCJyZXNvbHV0aW9uXCIgLSBDb25kaXRpb25zIGFyZSBuZXZlciByZWFsbHkgcmVzb2x2ZWQsIGJ1dCB0aGV5IGNhbiBhYmF0ZS4gKi9cbiAgYWJhdGVtZW50Qm9vbGVhbj86IGJvb2xlYW47XG5cbiAgLyoqIFRoZSBkYXRlIG9yIGVzdGltYXRlZCBkYXRlIHRoYXQgdGhlIGNvbmRpdGlvbiByZXNvbHZlZCBvciB3ZW50IGludG8gcmVtaXNzaW9uLiBUaGlzIGlzIGNhbGxlZCBcImFiYXRlbWVudFwiIGJlY2F1c2Ugb2YgdGhlIG1hbnkgb3ZlcmxvYWRlZCBjb25ub3RhdGlvbnMgYXNzb2NpYXRlZCB3aXRoIFwicmVtaXNzaW9uXCIgb3IgXCJyZXNvbHV0aW9uXCIgLSBDb25kaXRpb25zIGFyZSBuZXZlciByZWFsbHkgcmVzb2x2ZWQsIGJ1dCB0aGV5IGNhbiBhYmF0ZS4gKi9cbiAgYWJhdGVtZW50UGVyaW9kPzogUGVyaW9kO1xuXG4gIC8qKiBUaGUgZGF0ZSBvciBlc3RpbWF0ZWQgZGF0ZSB0aGF0IHRoZSBjb25kaXRpb24gcmVzb2x2ZWQgb3Igd2VudCBpbnRvIHJlbWlzc2lvbi4gVGhpcyBpcyBjYWxsZWQgXCJhYmF0ZW1lbnRcIiBiZWNhdXNlIG9mIHRoZSBtYW55IG92ZXJsb2FkZWQgY29ubm90YXRpb25zIGFzc29jaWF0ZWQgd2l0aCBcInJlbWlzc2lvblwiIG9yIFwicmVzb2x1dGlvblwiIC0gQ29uZGl0aW9ucyBhcmUgbmV2ZXIgcmVhbGx5IHJlc29sdmVkLCBidXQgdGhleSBjYW4gYWJhdGUuICovXG4gIGFiYXRlbWVudFJhbmdlPzogUmFuZ2U7XG5cbiAgLyoqIFRoZSBkYXRlIG9yIGVzdGltYXRlZCBkYXRlIHRoYXQgdGhlIGNvbmRpdGlvbiByZXNvbHZlZCBvciB3ZW50IGludG8gcmVtaXNzaW9uLiBUaGlzIGlzIGNhbGxlZCBcImFiYXRlbWVudFwiIGJlY2F1c2Ugb2YgdGhlIG1hbnkgb3ZlcmxvYWRlZCBjb25ub3RhdGlvbnMgYXNzb2NpYXRlZCB3aXRoIFwicmVtaXNzaW9uXCIgb3IgXCJyZXNvbHV0aW9uXCIgLSBDb25kaXRpb25zIGFyZSBuZXZlciByZWFsbHkgcmVzb2x2ZWQsIGJ1dCB0aGV5IGNhbiBhYmF0ZS4gKi9cbiAgYWJhdGVtZW50U3RyaW5nPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgZGF0ZSBvbiB3aGljaCB0aGUgZXhpc3RhbmNlIG9mIHRoZSBDb25kaXRpb24gd2FzIGZpcnN0IGFzc2VydGVkIG9yIGFja25vd2xlZGdlZC4gKi9cbiAgYXNzZXJ0ZWREYXRlPzogc3RyaW5nO1xuXG4gIC8qKiBJbmRpdmlkdWFsIHdobyBpcyBtYWtpbmcgdGhlIGNvbmRpdGlvbiBzdGF0ZW1lbnQuICovXG4gIGFzc2VydGVyPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBDbGluaWNhbCBzdGFnZSBvciBncmFkZSBvZiBhIGNvbmRpdGlvbi4gTWF5IGluY2x1ZGUgZm9ybWFsIHNldmVyaXR5IGFzc2Vzc21lbnRzLiAqL1xuICBzdGFnZT86IENvbmRpdGlvbl9TdGFnZTtcblxuICAvKiogU3VwcG9ydGluZyBFdmlkZW5jZSAvIG1hbmlmZXN0YXRpb25zIHRoYXQgYXJlIHRoZSBiYXNpcyBvbiB3aGljaCB0aGlzIGNvbmRpdGlvbiBpcyBzdXNwZWN0ZWQgb3IgY29uZmlybWVkLiAqL1xuICBldmlkZW5jZT86IEFycmF5PENvbmRpdGlvbl9FdmlkZW5jZT47XG5cbiAgLyoqIEFkZGl0aW9uYWwgaW5mb3JtYXRpb24gYWJvdXQgdGhlIENvbmRpdGlvbi4gVGhpcyBpcyBhIGdlbmVyYWwgbm90ZXMvY29tbWVudHMgZW50cnkgIGZvciBkZXNjcmlwdGlvbiBvZiB0aGUgQ29uZGl0aW9uLCBpdHMgZGlhZ25vc2lzIGFuZCBwcm9nbm9zaXMuICovXG4gIG5vdGU/OiBBcnJheTxBbm5vdGF0aW9uPjtcbn1cbiJdfQ==
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
+
import type { Reference } from "./reference";
|
|
4
|
+
export interface Condition_Evidence extends BackboneElement {
|
|
5
|
+
/** A manifestation or symptom that led to the recording of this condition. */
|
|
6
|
+
code?: Array<CodeableConcept>;
|
|
7
|
+
/** Links to other relevant information, including pathology reports. */
|
|
8
|
+
detail?: Array<Reference>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZGl0aW9uX2V2aWRlbmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2NvbmRpdGlvbl9ldmlkZW5jZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBDb25kaXRpb25fRXZpZGVuY2UgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENvbmRpdGlvbl9FdmlkZW5jZSBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBBIG1hbmlmZXN0YXRpb24gb3Igc3ltcHRvbSB0aGF0IGxlZCB0byB0aGUgcmVjb3JkaW5nIG9mIHRoaXMgY29uZGl0aW9uLiAqL1xuICBjb2RlPzogQXJyYXk8Q29kZWFibGVDb25jZXB0PjtcblxuICAvKiogTGlua3MgdG8gb3RoZXIgcmVsZXZhbnQgaW5mb3JtYXRpb24sIGluY2x1ZGluZyBwYXRob2xvZ3kgcmVwb3J0cy4gKi9cbiAgZGV0YWlsPzogQXJyYXk8UmVmZXJlbmNlPjtcbn1cbiJdfQ==
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
+
import type { Reference } from "./reference";
|
|
4
|
+
export interface Condition_Stage extends BackboneElement {
|
|
5
|
+
/** A simple summary of the stage such as "Stage 3". The determination of the stage is disease-specific. */
|
|
6
|
+
summary?: CodeableConcept;
|
|
7
|
+
/** Reference to a formal record of the evidence on which the staging assessment is based. */
|
|
8
|
+
assessment?: Array<Reference>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZGl0aW9uX3N0YWdlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2NvbmRpdGlvbl9zdGFnZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBDb25kaXRpb25fU3RhZ2UgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENvbmRpdGlvbl9TdGFnZSBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBBIHNpbXBsZSBzdW1tYXJ5IG9mIHRoZSBzdGFnZSBzdWNoIGFzIFwiU3RhZ2UgM1wiLiBUaGUgZGV0ZXJtaW5hdGlvbiBvZiB0aGUgc3RhZ2UgaXMgZGlzZWFzZS1zcGVjaWZpYy4gKi9cbiAgc3VtbWFyeT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogUmVmZXJlbmNlIHRvIGEgZm9ybWFsIHJlY29yZCBvZiB0aGUgZXZpZGVuY2Ugb24gd2hpY2ggdGhlIHN0YWdpbmcgYXNzZXNzbWVudCBpcyBiYXNlZC4gKi9cbiAgYXNzZXNzbWVudD86IEFycmF5PFJlZmVyZW5jZT47XG59XG4iXX0=
|
package/lib/consent.d.ts
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import type { Attachment } from "./attachment";
|
|
2
|
+
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
+
import type { Coding } from "./coding";
|
|
4
|
+
import type { Consent_Actor } from "./consent_actor";
|
|
5
|
+
import type { Consent_Data } from "./consent_data";
|
|
6
|
+
import type { Consent_Except } from "./consent_except";
|
|
7
|
+
import type { Consent_Policy } from "./consent_policy";
|
|
8
|
+
import type { DomainResource } from "./domainresource";
|
|
9
|
+
import type { Identifier } from "./identifier";
|
|
10
|
+
import type { Period } from "./period";
|
|
11
|
+
import type { Reference } from "./reference";
|
|
12
|
+
export interface Consent extends DomainResource {
|
|
13
|
+
/** This is a Consent resource */
|
|
14
|
+
resourceType: "Consent";
|
|
15
|
+
/** Unique identifier for this copy of the Consent Statement. */
|
|
16
|
+
identifier?: Identifier;
|
|
17
|
+
/** Indicates the current state of this consent. */
|
|
18
|
+
status?: "draft" | "proposed" | "active" | "rejected" | "inactive" | "entered-in-error";
|
|
19
|
+
/** A classification of the type of consents found in the statement. This element supports indexing and retrieval of consent statements. */
|
|
20
|
+
category?: Array<CodeableConcept>;
|
|
21
|
+
/** The patient/healthcare consumer to whom this consent applies. */
|
|
22
|
+
patient: Reference;
|
|
23
|
+
/** Relevant time or time-period when this Consent is applicable. */
|
|
24
|
+
period?: Period;
|
|
25
|
+
/** When this Consent was issued / created / indexed. */
|
|
26
|
+
dateTime?: string;
|
|
27
|
+
/** Either the Grantor, which is the entity responsible for granting the rights listed in a Consent Directive or the Grantee, which is the entity responsible for complying with the Consent Directive, including any obligations or limitations on authorizations and enforcement of prohibitions. */
|
|
28
|
+
consentingParty?: Array<Reference>;
|
|
29
|
+
/** Who or what is controlled by this consent. Use group to identify a set of actors by some property they share (e.g. 'admitting officers'). */
|
|
30
|
+
actor?: Array<Consent_Actor>;
|
|
31
|
+
/** Actions controlled by this consent. */
|
|
32
|
+
action?: Array<CodeableConcept>;
|
|
33
|
+
/** The organization that manages the consent, and the framework within which it is executed. */
|
|
34
|
+
organization?: Array<Reference>;
|
|
35
|
+
/** The source on which this consent statement is based. The source might be a scanned original paper form, or a reference to a consent that links back to such a source, a reference to a document repository (e.g. XDS) that stores the original consent document. */
|
|
36
|
+
sourceAttachment?: Attachment;
|
|
37
|
+
/** The source on which this consent statement is based. The source might be a scanned original paper form, or a reference to a consent that links back to such a source, a reference to a document repository (e.g. XDS) that stores the original consent document. */
|
|
38
|
+
sourceIdentifier?: Identifier;
|
|
39
|
+
/** The source on which this consent statement is based. The source might be a scanned original paper form, or a reference to a consent that links back to such a source, a reference to a document repository (e.g. XDS) that stores the original consent document. */
|
|
40
|
+
sourceReference?: Reference;
|
|
41
|
+
/** The references to the policies that are included in this consent scope. Policies may be organizational, but are often defined jurisdictionally, or in law. */
|
|
42
|
+
policy?: Array<Consent_Policy>;
|
|
43
|
+
/** A referece to the specific computable policy. */
|
|
44
|
+
policyRule?: string;
|
|
45
|
+
/** A set of security labels that define which resources are controlled by this consent. If more than one label is specified, all resources must have all the specified labels. */
|
|
46
|
+
securityLabel?: Array<Coding>;
|
|
47
|
+
/** The context of the activities a user is taking - why the user is accessing the data - that are controlled by this consent. */
|
|
48
|
+
purpose?: Array<Coding>;
|
|
49
|
+
/** Clinical or Operational Relevant period of time that bounds the data controlled by this consent. */
|
|
50
|
+
dataPeriod?: Period;
|
|
51
|
+
/** The resources controlled by this consent, if specific resources are referenced. */
|
|
52
|
+
data?: Array<Consent_Data>;
|
|
53
|
+
/** An exception to the base policy of this consent. An exception can be an addition or removal of access permissions. */
|
|
54
|
+
except?: Array<Consent_Except>;
|
|
55
|
+
}
|
package/lib/consent.js
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc2VudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9jb25zZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENvbnNlbnQgVHlwZVxuaW1wb3J0IHR5cGUgeyBBdHRhY2htZW50IH0gZnJvbSBcIi4vYXR0YWNobWVudFwiO1xuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgQ29kaW5nIH0gZnJvbSBcIi4vY29kaW5nXCI7XG5pbXBvcnQgdHlwZSB7IENvbnNlbnRfQWN0b3IgfSBmcm9tIFwiLi9jb25zZW50X2FjdG9yXCI7XG5pbXBvcnQgdHlwZSB7IENvbnNlbnRfRGF0YSB9IGZyb20gXCIuL2NvbnNlbnRfZGF0YVwiO1xuaW1wb3J0IHR5cGUgeyBDb25zZW50X0V4Y2VwdCB9IGZyb20gXCIuL2NvbnNlbnRfZXhjZXB0XCI7XG5pbXBvcnQgdHlwZSB7IENvbnNlbnRfUG9saWN5IH0gZnJvbSBcIi4vY29uc2VudF9wb2xpY3lcIjtcbmltcG9ydCB0eXBlIHsgRG9tYWluUmVzb3VyY2UgfSBmcm9tIFwiLi9kb21haW5yZXNvdXJjZVwiO1xuaW1wb3J0IHR5cGUgeyBJZGVudGlmaWVyIH0gZnJvbSBcIi4vaWRlbnRpZmllclwiO1xuaW1wb3J0IHR5cGUgeyBQZXJpb2QgfSBmcm9tIFwiLi9wZXJpb2RcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ29uc2VudCBleHRlbmRzIERvbWFpblJlc291cmNlIHtcbiAgLyoqIFRoaXMgaXMgYSBDb25zZW50IHJlc291cmNlICovXG4gIHJlc291cmNlVHlwZTogXCJDb25zZW50XCI7XG5cbiAgLyoqIFVuaXF1ZSBpZGVudGlmaWVyIGZvciB0aGlzIGNvcHkgb2YgdGhlIENvbnNlbnQgU3RhdGVtZW50LiAqL1xuICBpZGVudGlmaWVyPzogSWRlbnRpZmllcjtcblxuICAvKiogSW5kaWNhdGVzIHRoZSBjdXJyZW50IHN0YXRlIG9mIHRoaXMgY29uc2VudC4gKi9cbiAgc3RhdHVzPzpcbiAgICB8IFwiZHJhZnRcIlxuICAgIHwgXCJwcm9wb3NlZFwiXG4gICAgfCBcImFjdGl2ZVwiXG4gICAgfCBcInJlamVjdGVkXCJcbiAgICB8IFwiaW5hY3RpdmVcIlxuICAgIHwgXCJlbnRlcmVkLWluLWVycm9yXCI7XG5cbiAgLyoqIEEgY2xhc3NpZmljYXRpb24gb2YgdGhlIHR5cGUgb2YgY29uc2VudHMgZm91bmQgaW4gdGhlIHN0YXRlbWVudC4gVGhpcyBlbGVtZW50IHN1cHBvcnRzIGluZGV4aW5nIGFuZCByZXRyaWV2YWwgb2YgY29uc2VudCBzdGF0ZW1lbnRzLiAqL1xuICBjYXRlZ29yeT86IEFycmF5PENvZGVhYmxlQ29uY2VwdD47XG5cbiAgLyoqIFRoZSBwYXRpZW50L2hlYWx0aGNhcmUgY29uc3VtZXIgdG8gd2hvbSB0aGlzIGNvbnNlbnQgYXBwbGllcy4gKi9cbiAgcGF0aWVudDogUmVmZXJlbmNlO1xuXG4gIC8qKiBSZWxldmFudCB0aW1lIG9yIHRpbWUtcGVyaW9kIHdoZW4gdGhpcyBDb25zZW50IGlzIGFwcGxpY2FibGUuICovXG4gIHBlcmlvZD86IFBlcmlvZDtcblxuICAvKiogV2hlbiB0aGlzICBDb25zZW50IHdhcyBpc3N1ZWQgLyBjcmVhdGVkIC8gaW5kZXhlZC4gKi9cbiAgZGF0ZVRpbWU/OiBzdHJpbmc7XG5cbiAgLyoqIEVpdGhlciB0aGUgR3JhbnRvciwgd2hpY2ggaXMgdGhlIGVudGl0eSByZXNwb25zaWJsZSBmb3IgZ3JhbnRpbmcgdGhlIHJpZ2h0cyBsaXN0ZWQgaW4gYSBDb25zZW50IERpcmVjdGl2ZSBvciB0aGUgR3JhbnRlZSwgd2hpY2ggaXMgdGhlIGVudGl0eSByZXNwb25zaWJsZSBmb3IgY29tcGx5aW5nIHdpdGggdGhlIENvbnNlbnQgRGlyZWN0aXZlLCBpbmNsdWRpbmcgYW55IG9ibGlnYXRpb25zIG9yIGxpbWl0YXRpb25zIG9uIGF1dGhvcml6YXRpb25zIGFuZCBlbmZvcmNlbWVudCBvZiBwcm9oaWJpdGlvbnMuICovXG4gIGNvbnNlbnRpbmdQYXJ0eT86IEFycmF5PFJlZmVyZW5jZT47XG5cbiAgLyoqIFdobyBvciB3aGF0IGlzIGNvbnRyb2xsZWQgYnkgdGhpcyBjb25zZW50LiBVc2UgZ3JvdXAgdG8gaWRlbnRpZnkgYSBzZXQgb2YgYWN0b3JzIGJ5IHNvbWUgcHJvcGVydHkgdGhleSBzaGFyZSAoZS5nLiAnYWRtaXR0aW5nIG9mZmljZXJzJykuICovXG4gIGFjdG9yPzogQXJyYXk8Q29uc2VudF9BY3Rvcj47XG5cbiAgLyoqIEFjdGlvbnMgY29udHJvbGxlZCBieSB0aGlzIGNvbnNlbnQuICovXG4gIGFjdGlvbj86IEFycmF5PENvZGVhYmxlQ29uY2VwdD47XG5cbiAgLyoqIFRoZSBvcmdhbml6YXRpb24gdGhhdCBtYW5hZ2VzIHRoZSBjb25zZW50LCBhbmQgdGhlIGZyYW1ld29yayB3aXRoaW4gd2hpY2ggaXQgaXMgZXhlY3V0ZWQuICovXG4gIG9yZ2FuaXphdGlvbj86IEFycmF5PFJlZmVyZW5jZT47XG5cbiAgLyoqIFRoZSBzb3VyY2Ugb24gd2hpY2ggdGhpcyBjb25zZW50IHN0YXRlbWVudCBpcyBiYXNlZC4gVGhlIHNvdXJjZSBtaWdodCBiZSBhIHNjYW5uZWQgb3JpZ2luYWwgcGFwZXIgZm9ybSwgb3IgYSByZWZlcmVuY2UgdG8gYSBjb25zZW50IHRoYXQgbGlua3MgYmFjayB0byBzdWNoIGEgc291cmNlLCBhIHJlZmVyZW5jZSB0byBhIGRvY3VtZW50IHJlcG9zaXRvcnkgKGUuZy4gWERTKSB0aGF0IHN0b3JlcyB0aGUgb3JpZ2luYWwgY29uc2VudCBkb2N1bWVudC4gKi9cbiAgc291cmNlQXR0YWNobWVudD86IEF0dGFjaG1lbnQ7XG5cbiAgLyoqIFRoZSBzb3VyY2Ugb24gd2hpY2ggdGhpcyBjb25zZW50IHN0YXRlbWVudCBpcyBiYXNlZC4gVGhlIHNvdXJjZSBtaWdodCBiZSBhIHNjYW5uZWQgb3JpZ2luYWwgcGFwZXIgZm9ybSwgb3IgYSByZWZlcmVuY2UgdG8gYSBjb25zZW50IHRoYXQgbGlua3MgYmFjayB0byBzdWNoIGEgc291cmNlLCBhIHJlZmVyZW5jZSB0byBhIGRvY3VtZW50IHJlcG9zaXRvcnkgKGUuZy4gWERTKSB0aGF0IHN0b3JlcyB0aGUgb3JpZ2luYWwgY29uc2VudCBkb2N1bWVudC4gKi9cbiAgc291cmNlSWRlbnRpZmllcj86IElkZW50aWZpZXI7XG5cbiAgLyoqIFRoZSBzb3VyY2Ugb24gd2hpY2ggdGhpcyBjb25zZW50IHN0YXRlbWVudCBpcyBiYXNlZC4gVGhlIHNvdXJjZSBtaWdodCBiZSBhIHNjYW5uZWQgb3JpZ2luYWwgcGFwZXIgZm9ybSwgb3IgYSByZWZlcmVuY2UgdG8gYSBjb25zZW50IHRoYXQgbGlua3MgYmFjayB0byBzdWNoIGEgc291cmNlLCBhIHJlZmVyZW5jZSB0byBhIGRvY3VtZW50IHJlcG9zaXRvcnkgKGUuZy4gWERTKSB0aGF0IHN0b3JlcyB0aGUgb3JpZ2luYWwgY29uc2VudCBkb2N1bWVudC4gKi9cbiAgc291cmNlUmVmZXJlbmNlPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBUaGUgcmVmZXJlbmNlcyB0byB0aGUgcG9saWNpZXMgdGhhdCBhcmUgaW5jbHVkZWQgaW4gdGhpcyBjb25zZW50IHNjb3BlLiBQb2xpY2llcyBtYXkgYmUgb3JnYW5pemF0aW9uYWwsIGJ1dCBhcmUgb2Z0ZW4gZGVmaW5lZCBqdXJpc2RpY3Rpb25hbGx5LCBvciBpbiBsYXcuICovXG4gIHBvbGljeT86IEFycmF5PENvbnNlbnRfUG9saWN5PjtcblxuICAvKiogQSByZWZlcmVjZSB0byB0aGUgc3BlY2lmaWMgY29tcHV0YWJsZSBwb2xpY3kuICovXG4gIHBvbGljeVJ1bGU/OiBzdHJpbmc7XG5cbiAgLyoqIEEgc2V0IG9mIHNlY3VyaXR5IGxhYmVscyB0aGF0IGRlZmluZSB3aGljaCByZXNvdXJjZXMgYXJlIGNvbnRyb2xsZWQgYnkgdGhpcyBjb25zZW50LiBJZiBtb3JlIHRoYW4gb25lIGxhYmVsIGlzIHNwZWNpZmllZCwgYWxsIHJlc291cmNlcyBtdXN0IGhhdmUgYWxsIHRoZSBzcGVjaWZpZWQgbGFiZWxzLiAqL1xuICBzZWN1cml0eUxhYmVsPzogQXJyYXk8Q29kaW5nPjtcblxuICAvKiogVGhlIGNvbnRleHQgb2YgdGhlIGFjdGl2aXRpZXMgYSB1c2VyIGlzIHRha2luZyAtIHdoeSB0aGUgdXNlciBpcyBhY2Nlc3NpbmcgdGhlIGRhdGEgLSB0aGF0IGFyZSBjb250cm9sbGVkIGJ5IHRoaXMgY29uc2VudC4gKi9cbiAgcHVycG9zZT86IEFycmF5PENvZGluZz47XG5cbiAgLyoqIENsaW5pY2FsIG9yIE9wZXJhdGlvbmFsIFJlbGV2YW50IHBlcmlvZCBvZiB0aW1lIHRoYXQgYm91bmRzIHRoZSBkYXRhIGNvbnRyb2xsZWQgYnkgdGhpcyBjb25zZW50LiAqL1xuICBkYXRhUGVyaW9kPzogUGVyaW9kO1xuXG4gIC8qKiBUaGUgcmVzb3VyY2VzIGNvbnRyb2xsZWQgYnkgdGhpcyBjb25zZW50LCBpZiBzcGVjaWZpYyByZXNvdXJjZXMgYXJlIHJlZmVyZW5jZWQuICovXG4gIGRhdGE/OiBBcnJheTxDb25zZW50X0RhdGE+O1xuXG4gIC8qKiBBbiBleGNlcHRpb24gdG8gdGhlIGJhc2UgcG9saWN5IG9mIHRoaXMgY29uc2VudC4gQW4gZXhjZXB0aW9uIGNhbiBiZSBhbiBhZGRpdGlvbiBvciByZW1vdmFsIG9mIGFjY2VzcyBwZXJtaXNzaW9ucy4gKi9cbiAgZXhjZXB0PzogQXJyYXk8Q29uc2VudF9FeGNlcHQ+O1xufVxuIl19
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
+
import type { Reference } from "./reference";
|
|
4
|
+
export interface Consent_Actor extends BackboneElement {
|
|
5
|
+
/** How the individual is involved in the resources content that is described in the consent. */
|
|
6
|
+
role: CodeableConcept;
|
|
7
|
+
/** The resource that identifies the actor. To identify a actors by type, use group to identify a set of actors by some property they share (e.g. 'admitting officers'). */
|
|
8
|
+
reference: Reference;
|
|
9
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc2VudF9hY3Rvci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9jb25zZW50X2FjdG9yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENvbnNlbnRfQWN0b3IgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENvbnNlbnRfQWN0b3IgZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogSG93IHRoZSBpbmRpdmlkdWFsIGlzIGludm9sdmVkIGluIHRoZSByZXNvdXJjZXMgY29udGVudCB0aGF0IGlzIGRlc2NyaWJlZCBpbiB0aGUgY29uc2VudC4gKi9cbiAgcm9sZTogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBUaGUgcmVzb3VyY2UgdGhhdCBpZGVudGlmaWVzIHRoZSBhY3Rvci4gVG8gaWRlbnRpZnkgYSBhY3RvcnMgYnkgdHlwZSwgdXNlIGdyb3VwIHRvIGlkZW50aWZ5IGEgc2V0IG9mIGFjdG9ycyBieSBzb21lIHByb3BlcnR5IHRoZXkgc2hhcmUgKGUuZy4gJ2FkbWl0dGluZyBvZmZpY2VycycpLiAqL1xuICByZWZlcmVuY2U6IFJlZmVyZW5jZTtcbn1cbiJdfQ==
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
+
import type { Reference } from "./reference";
|
|
4
|
+
export interface Consent_Actor1 extends BackboneElement {
|
|
5
|
+
/** How the individual is involved in the resources content that is described in the exception. */
|
|
6
|
+
role: CodeableConcept;
|
|
7
|
+
/** The resource that identifies the actor. To identify a actors by type, use group to identify a set of actors by some property they share (e.g. 'admitting officers'). */
|
|
8
|
+
reference: Reference;
|
|
9
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc2VudF9hY3RvcjEuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvY29uc2VudF9hY3RvcjEudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ29uc2VudF9BY3RvcjEgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENvbnNlbnRfQWN0b3IxIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIEhvdyB0aGUgaW5kaXZpZHVhbCBpcyBpbnZvbHZlZCBpbiB0aGUgcmVzb3VyY2VzIGNvbnRlbnQgdGhhdCBpcyBkZXNjcmliZWQgaW4gdGhlIGV4Y2VwdGlvbi4gKi9cbiAgcm9sZTogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBUaGUgcmVzb3VyY2UgdGhhdCBpZGVudGlmaWVzIHRoZSBhY3Rvci4gVG8gaWRlbnRpZnkgYSBhY3RvcnMgYnkgdHlwZSwgdXNlIGdyb3VwIHRvIGlkZW50aWZ5IGEgc2V0IG9mIGFjdG9ycyBieSBzb21lIHByb3BlcnR5IHRoZXkgc2hhcmUgKGUuZy4gJ2FkbWl0dGluZyBvZmZpY2VycycpLiAqL1xuICByZWZlcmVuY2U6IFJlZmVyZW5jZTtcbn1cbiJdfQ==
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { Reference } from "./reference";
|
|
3
|
+
export interface Consent_Data extends BackboneElement {
|
|
4
|
+
/** How the resource reference is interpreted when testing consent restrictions. */
|
|
5
|
+
meaning?: "instance" | "related" | "dependents" | "authoredby";
|
|
6
|
+
/** A reference to a specific resource that defines which resources are covered by this consent. */
|
|
7
|
+
reference: Reference;
|
|
8
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc2VudF9kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2NvbnNlbnRfZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBDb25zZW50X0RhdGEgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ29uc2VudF9EYXRhIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIEhvdyB0aGUgcmVzb3VyY2UgcmVmZXJlbmNlIGlzIGludGVycHJldGVkIHdoZW4gdGVzdGluZyBjb25zZW50IHJlc3RyaWN0aW9ucy4gKi9cbiAgbWVhbmluZz86IFwiaW5zdGFuY2VcIiB8IFwicmVsYXRlZFwiIHwgXCJkZXBlbmRlbnRzXCIgfCBcImF1dGhvcmVkYnlcIjtcblxuICAvKiogQSByZWZlcmVuY2UgdG8gYSBzcGVjaWZpYyByZXNvdXJjZSB0aGF0IGRlZmluZXMgd2hpY2ggcmVzb3VyY2VzIGFyZSBjb3ZlcmVkIGJ5IHRoaXMgY29uc2VudC4gKi9cbiAgcmVmZXJlbmNlOiBSZWZlcmVuY2U7XG59XG4iXX0=
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { Reference } from "./reference";
|
|
3
|
+
export interface Consent_Data1 extends BackboneElement {
|
|
4
|
+
/** How the resource reference is interpreted when testing consent restrictions. */
|
|
5
|
+
meaning?: "instance" | "related" | "dependents" | "authoredby";
|
|
6
|
+
/** A reference to a specific resource that defines which resources are covered by this consent. */
|
|
7
|
+
reference: Reference;
|
|
8
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc2VudF9kYXRhMS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9jb25zZW50X2RhdGExLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENvbnNlbnRfRGF0YTEgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ29uc2VudF9EYXRhMSBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBIb3cgdGhlIHJlc291cmNlIHJlZmVyZW5jZSBpcyBpbnRlcnByZXRlZCB3aGVuIHRlc3RpbmcgY29uc2VudCByZXN0cmljdGlvbnMuICovXG4gIG1lYW5pbmc/OiBcImluc3RhbmNlXCIgfCBcInJlbGF0ZWRcIiB8IFwiZGVwZW5kZW50c1wiIHwgXCJhdXRob3JlZGJ5XCI7XG5cbiAgLyoqIEEgcmVmZXJlbmNlIHRvIGEgc3BlY2lmaWMgcmVzb3VyY2UgdGhhdCBkZWZpbmVzIHdoaWNoIHJlc291cmNlcyBhcmUgY292ZXJlZCBieSB0aGlzIGNvbnNlbnQuICovXG4gIHJlZmVyZW5jZTogUmVmZXJlbmNlO1xufVxuIl19
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
+
import type { Coding } from "./coding";
|
|
4
|
+
import type { Consent_Actor1 } from "./consent_actor1";
|
|
5
|
+
import type { Consent_Data1 } from "./consent_data1";
|
|
6
|
+
import type { Period } from "./period";
|
|
7
|
+
export interface Consent_Except extends BackboneElement {
|
|
8
|
+
/** Action to take - permit or deny - when the exception conditions are met. */
|
|
9
|
+
type?: "deny" | "permit";
|
|
10
|
+
/** The timeframe in this exception is valid. */
|
|
11
|
+
period?: Period;
|
|
12
|
+
/** Who or what is controlled by this Exception. Use group to identify a set of actors by some property they share (e.g. 'admitting officers'). */
|
|
13
|
+
actor?: Array<Consent_Actor1>;
|
|
14
|
+
/** Actions controlled by this Exception. */
|
|
15
|
+
action?: Array<CodeableConcept>;
|
|
16
|
+
/** A set of security labels that define which resources are controlled by this exception. If more than one label is specified, all resources must have all the specified labels. */
|
|
17
|
+
securityLabel?: Array<Coding>;
|
|
18
|
+
/** The context of the activities a user is taking - why the user is accessing the data - that are controlled by this exception. */
|
|
19
|
+
purpose?: Array<Coding>;
|
|
20
|
+
/** The class of information covered by this exception. The type can be a FHIR resource type, a profile on a type, or a CDA document, or some other type that indicates what sort of information the consent relates to. */
|
|
21
|
+
class?: Array<Coding>;
|
|
22
|
+
/** If this code is found in an instance, then the exception applies. */
|
|
23
|
+
code?: Array<Coding>;
|
|
24
|
+
/** Clinical or Operational Relevant period of time that bounds the data controlled by this exception. */
|
|
25
|
+
dataPeriod?: Period;
|
|
26
|
+
/** The resources controlled by this exception, if specific resources are referenced. */
|
|
27
|
+
data?: Array<Consent_Data1>;
|
|
28
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc2VudF9leGNlcHQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvY29uc2VudF9leGNlcHQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ29uc2VudF9FeGNlcHQgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IENvZGluZyB9IGZyb20gXCIuL2NvZGluZ1wiO1xuaW1wb3J0IHR5cGUgeyBDb25zZW50X0FjdG9yMSB9IGZyb20gXCIuL2NvbnNlbnRfYWN0b3IxXCI7XG5pbXBvcnQgdHlwZSB7IENvbnNlbnRfRGF0YTEgfSBmcm9tIFwiLi9jb25zZW50X2RhdGExXCI7XG5pbXBvcnQgdHlwZSB7IFBlcmlvZCB9IGZyb20gXCIuL3BlcmlvZFwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENvbnNlbnRfRXhjZXB0IGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIEFjdGlvbiAgdG8gdGFrZSAtIHBlcm1pdCBvciBkZW55IC0gd2hlbiB0aGUgZXhjZXB0aW9uIGNvbmRpdGlvbnMgYXJlIG1ldC4gKi9cbiAgdHlwZT86IFwiZGVueVwiIHwgXCJwZXJtaXRcIjtcblxuICAvKiogVGhlIHRpbWVmcmFtZSBpbiB0aGlzIGV4Y2VwdGlvbiBpcyB2YWxpZC4gKi9cbiAgcGVyaW9kPzogUGVyaW9kO1xuXG4gIC8qKiBXaG8gb3Igd2hhdCBpcyBjb250cm9sbGVkIGJ5IHRoaXMgRXhjZXB0aW9uLiBVc2UgZ3JvdXAgdG8gaWRlbnRpZnkgYSBzZXQgb2YgYWN0b3JzIGJ5IHNvbWUgcHJvcGVydHkgdGhleSBzaGFyZSAoZS5nLiAnYWRtaXR0aW5nIG9mZmljZXJzJykuICovXG4gIGFjdG9yPzogQXJyYXk8Q29uc2VudF9BY3RvcjE+O1xuXG4gIC8qKiBBY3Rpb25zIGNvbnRyb2xsZWQgYnkgdGhpcyBFeGNlcHRpb24uICovXG4gIGFjdGlvbj86IEFycmF5PENvZGVhYmxlQ29uY2VwdD47XG5cbiAgLyoqIEEgc2V0IG9mIHNlY3VyaXR5IGxhYmVscyB0aGF0IGRlZmluZSB3aGljaCByZXNvdXJjZXMgYXJlIGNvbnRyb2xsZWQgYnkgdGhpcyBleGNlcHRpb24uIElmIG1vcmUgdGhhbiBvbmUgbGFiZWwgaXMgc3BlY2lmaWVkLCBhbGwgcmVzb3VyY2VzIG11c3QgaGF2ZSBhbGwgdGhlIHNwZWNpZmllZCBsYWJlbHMuICovXG4gIHNlY3VyaXR5TGFiZWw/OiBBcnJheTxDb2Rpbmc+O1xuXG4gIC8qKiBUaGUgY29udGV4dCBvZiB0aGUgYWN0aXZpdGllcyBhIHVzZXIgaXMgdGFraW5nIC0gd2h5IHRoZSB1c2VyIGlzIGFjY2Vzc2luZyB0aGUgZGF0YSAtIHRoYXQgYXJlIGNvbnRyb2xsZWQgYnkgdGhpcyBleGNlcHRpb24uICovXG4gIHB1cnBvc2U/OiBBcnJheTxDb2Rpbmc+O1xuXG4gIC8qKiBUaGUgY2xhc3Mgb2YgaW5mb3JtYXRpb24gY292ZXJlZCBieSB0aGlzIGV4Y2VwdGlvbi4gVGhlIHR5cGUgY2FuIGJlIGEgRkhJUiByZXNvdXJjZSB0eXBlLCBhIHByb2ZpbGUgb24gYSB0eXBlLCBvciBhIENEQSBkb2N1bWVudCwgb3Igc29tZSBvdGhlciB0eXBlIHRoYXQgaW5kaWNhdGVzIHdoYXQgc29ydCBvZiBpbmZvcm1hdGlvbiB0aGUgY29uc2VudCByZWxhdGVzIHRvLiAqL1xuICBjbGFzcz86IEFycmF5PENvZGluZz47XG5cbiAgLyoqIElmIHRoaXMgY29kZSBpcyBmb3VuZCBpbiBhbiBpbnN0YW5jZSwgdGhlbiB0aGUgZXhjZXB0aW9uIGFwcGxpZXMuICovXG4gIGNvZGU/OiBBcnJheTxDb2Rpbmc+O1xuXG4gIC8qKiBDbGluaWNhbCBvciBPcGVyYXRpb25hbCBSZWxldmFudCBwZXJpb2Qgb2YgdGltZSB0aGF0IGJvdW5kcyB0aGUgZGF0YSBjb250cm9sbGVkIGJ5IHRoaXMgZXhjZXB0aW9uLiAqL1xuICBkYXRhUGVyaW9kPzogUGVyaW9kO1xuXG4gIC8qKiBUaGUgcmVzb3VyY2VzIGNvbnRyb2xsZWQgYnkgdGhpcyBleGNlcHRpb24sIGlmIHNwZWNpZmljIHJlc291cmNlcyBhcmUgcmVmZXJlbmNlZC4gKi9cbiAgZGF0YT86IEFycmF5PENvbnNlbnRfRGF0YTE+O1xufVxuIl19
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
export interface Consent_Policy extends BackboneElement {
|
|
3
|
+
/** Entity or Organization having regulatory jurisdiction or accountability for enforcing policies pertaining to Consent Directives. */
|
|
4
|
+
authority?: string;
|
|
5
|
+
/** The references to the policies that are included in this consent scope. Policies may be organizational, but are often defined jurisdictionally, or in law. */
|
|
6
|
+
uri?: string;
|
|
7
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc2VudF9wb2xpY3kuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvY29uc2VudF9wb2xpY3kudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ29uc2VudF9Qb2xpY3kgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDb25zZW50X1BvbGljeSBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBFbnRpdHkgb3IgT3JnYW5pemF0aW9uIGhhdmluZyByZWd1bGF0b3J5IGp1cmlzZGljdGlvbiBvciBhY2NvdW50YWJpbGl0eSBmb3IgwqBlbmZvcmNpbmcgcG9saWNpZXMgcGVydGFpbmluZyB0byBDb25zZW50IERpcmVjdGl2ZXMuICovXG4gIGF1dGhvcml0eT86IHN0cmluZztcblxuICAvKiogVGhlIHJlZmVyZW5jZXMgdG8gdGhlIHBvbGljaWVzIHRoYXQgYXJlIGluY2x1ZGVkIGluIHRoaXMgY29uc2VudCBzY29wZS4gUG9saWNpZXMgbWF5IGJlIG9yZ2FuaXphdGlvbmFsLCBidXQgYXJlIG9mdGVuIGRlZmluZWQganVyaXNkaWN0aW9uYWxseSwgb3IgaW4gbGF3LiAqL1xuICB1cmk/OiBzdHJpbmc7XG59XG4iXX0=
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ContactPoint } from "./contactpoint";
|
|
2
|
+
import type { Element } from "./element";
|
|
3
|
+
export interface ContactDetail extends Element {
|
|
4
|
+
/** The name of an individual to contact. */
|
|
5
|
+
name?: string;
|
|
6
|
+
/** The contact details for the individual (if a name was provided) or the organization. */
|
|
7
|
+
telecom?: Array<ContactPoint>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGFjdGRldGFpbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9jb250YWN0ZGV0YWlsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENvbnRhY3REZXRhaWwgVHlwZVxuaW1wb3J0IHR5cGUgeyBDb250YWN0UG9pbnQgfSBmcm9tIFwiLi9jb250YWN0cG9pbnRcIjtcbmltcG9ydCB0eXBlIHsgRWxlbWVudCB9IGZyb20gXCIuL2VsZW1lbnRcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDb250YWN0RGV0YWlsIGV4dGVuZHMgRWxlbWVudCB7XG4gIC8qKiBUaGUgbmFtZSBvZiBhbiBpbmRpdmlkdWFsIHRvIGNvbnRhY3QuICovXG4gIG5hbWU/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBjb250YWN0IGRldGFpbHMgZm9yIHRoZSBpbmRpdmlkdWFsIChpZiBhIG5hbWUgd2FzIHByb3ZpZGVkKSBvciB0aGUgb3JnYW5pemF0aW9uLiAqL1xuICB0ZWxlY29tPzogQXJyYXk8Q29udGFjdFBvaW50Pjtcbn1cbiJdfQ==
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { Element } from "./element";
|
|
2
|
+
import type { Period } from "./period";
|
|
3
|
+
export interface ContactPoint extends Element {
|
|
4
|
+
/** Telecommunications form for contact point - what communications system is required to make use of the contact. */
|
|
5
|
+
system?: "phone" | "fax" | "email" | "pager" | "url" | "sms" | "other";
|
|
6
|
+
/** The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address). */
|
|
7
|
+
value?: string;
|
|
8
|
+
/** Identifies the purpose for the contact point. */
|
|
9
|
+
use?: "home" | "work" | "temp" | "old" | "mobile";
|
|
10
|
+
/** Specifies a preferred order in which to use a set of contacts. Contacts are ranked with lower values coming before higher values. */
|
|
11
|
+
rank?: number;
|
|
12
|
+
/** Time period when the contact point was/is in use. */
|
|
13
|
+
period?: Period;
|
|
14
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGFjdHBvaW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2NvbnRhY3Rwb2ludC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBDb250YWN0UG9pbnQgVHlwZVxuaW1wb3J0IHR5cGUgeyBFbGVtZW50IH0gZnJvbSBcIi4vZWxlbWVudFwiO1xuaW1wb3J0IHR5cGUgeyBQZXJpb2QgfSBmcm9tIFwiLi9wZXJpb2RcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDb250YWN0UG9pbnQgZXh0ZW5kcyBFbGVtZW50IHtcbiAgLyoqIFRlbGVjb21tdW5pY2F0aW9ucyBmb3JtIGZvciBjb250YWN0IHBvaW50IC0gd2hhdCBjb21tdW5pY2F0aW9ucyBzeXN0ZW0gaXMgcmVxdWlyZWQgdG8gbWFrZSB1c2Ugb2YgdGhlIGNvbnRhY3QuICovXG4gIHN5c3RlbT86IFwicGhvbmVcIiB8IFwiZmF4XCIgfCBcImVtYWlsXCIgfCBcInBhZ2VyXCIgfCBcInVybFwiIHwgXCJzbXNcIiB8IFwib3RoZXJcIjtcblxuICAvKiogVGhlIGFjdHVhbCBjb250YWN0IHBvaW50IGRldGFpbHMsIGluIGEgZm9ybSB0aGF0IGlzIG1lYW5pbmdmdWwgdG8gdGhlIGRlc2lnbmF0ZWQgY29tbXVuaWNhdGlvbiBzeXN0ZW0gKGkuZS4gcGhvbmUgbnVtYmVyIG9yIGVtYWlsIGFkZHJlc3MpLiAqL1xuICB2YWx1ZT86IHN0cmluZztcblxuICAvKiogSWRlbnRpZmllcyB0aGUgcHVycG9zZSBmb3IgdGhlIGNvbnRhY3QgcG9pbnQuICovXG4gIHVzZT86IFwiaG9tZVwiIHwgXCJ3b3JrXCIgfCBcInRlbXBcIiB8IFwib2xkXCIgfCBcIm1vYmlsZVwiO1xuXG4gIC8qKiBTcGVjaWZpZXMgYSBwcmVmZXJyZWQgb3JkZXIgaW4gd2hpY2ggdG8gdXNlIGEgc2V0IG9mIGNvbnRhY3RzLiBDb250YWN0cyBhcmUgcmFua2VkIHdpdGggbG93ZXIgdmFsdWVzIGNvbWluZyBiZWZvcmUgaGlnaGVyIHZhbHVlcy4gKi9cbiAgcmFuaz86IG51bWJlcjtcblxuICAvKiogVGltZSBwZXJpb2Qgd2hlbiB0aGUgY29udGFjdCBwb2ludCB3YXMvaXMgaW4gdXNlLiAqL1xuICBwZXJpb2Q/OiBQZXJpb2Q7XG59XG4iXX0=
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import type { Attachment } from "./attachment";
|
|
2
|
+
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
+
import type { Coding } from "./coding";
|
|
4
|
+
import type { Contract_Agent } from "./contract_agent";
|
|
5
|
+
import type { Contract_Friendly } from "./contract_friendly";
|
|
6
|
+
import type { Contract_Legal } from "./contract_legal";
|
|
7
|
+
import type { Contract_Rule } from "./contract_rule";
|
|
8
|
+
import type { Contract_Signer } from "./contract_signer";
|
|
9
|
+
import type { Contract_Term } from "./contract_term";
|
|
10
|
+
import type { Contract_ValuedItem } from "./contract_valueditem";
|
|
11
|
+
import type { DomainResource } from "./domainresource";
|
|
12
|
+
import type { Identifier } from "./identifier";
|
|
13
|
+
import type { Period } from "./period";
|
|
14
|
+
import type { Reference } from "./reference";
|
|
15
|
+
export interface Contract extends DomainResource {
|
|
16
|
+
/** This is a Contract resource */
|
|
17
|
+
resourceType: "Contract";
|
|
18
|
+
/** Unique identifier for this Contract. */
|
|
19
|
+
identifier?: Identifier;
|
|
20
|
+
/** The status of the resource instance. */
|
|
21
|
+
status?: string;
|
|
22
|
+
/** When this Contract was issued. */
|
|
23
|
+
issued?: string;
|
|
24
|
+
/** Relevant time or time-period when this Contract is applicable. */
|
|
25
|
+
applies?: Period;
|
|
26
|
+
/** The target entity impacted by or of interest to parties to the agreement. */
|
|
27
|
+
subject?: Array<Reference>;
|
|
28
|
+
/** The matter of concern in the context of this agreement. */
|
|
29
|
+
topic?: Array<Reference>;
|
|
30
|
+
/** A formally or informally recognized grouping of people, principals, organizations, or jurisdictions formed for the purpose of achieving some form of collective action such as the promulgation, administration and enforcement of contracts and policies. */
|
|
31
|
+
authority?: Array<Reference>;
|
|
32
|
+
/** Recognized governance framework or system operating with a circumscribed scope in accordance with specified principles, policies, processes or procedures for managing rights, actions, or behaviors of parties or principals relative to resources. */
|
|
33
|
+
domain?: Array<Reference>;
|
|
34
|
+
/** Type of Contract such as an insurance policy, real estate contract, a will, power of attorny, Privacy or Security policy , trust framework agreement, etc. */
|
|
35
|
+
type?: CodeableConcept;
|
|
36
|
+
/** More specific type or specialization of an overarching or more general contract such as auto insurance, home owner insurance, prenupial agreement, Advanced-Directive, or privacy consent. */
|
|
37
|
+
subType?: Array<CodeableConcept>;
|
|
38
|
+
/** Action stipulated by this Contract. */
|
|
39
|
+
action?: Array<CodeableConcept>;
|
|
40
|
+
/** Reason for action stipulated by this Contract. */
|
|
41
|
+
actionReason?: Array<CodeableConcept>;
|
|
42
|
+
/** The type of decision made by a grantor with respect to an offer made by a grantee. */
|
|
43
|
+
decisionType?: CodeableConcept;
|
|
44
|
+
/** The minimal content derived from the basal information source at a specific stage in its lifecycle. */
|
|
45
|
+
contentDerivative?: CodeableConcept;
|
|
46
|
+
/** A set of security labels that define which resources are controlled by this consent. If more than one label is specified, all resources must have all the specified labels. */
|
|
47
|
+
securityLabel?: Array<Coding>;
|
|
48
|
+
/** An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place. */
|
|
49
|
+
agent?: Array<Contract_Agent>;
|
|
50
|
+
/** Parties with legal standing in the Contract, including the principal parties, the grantor(s) and grantee(s), which are any person or organization bound by the contract, and any ancillary parties, which facilitate the execution of the contract such as a notary or witness. */
|
|
51
|
+
signer?: Array<Contract_Signer>;
|
|
52
|
+
/** Contract Valued Item List. */
|
|
53
|
+
valuedItem?: Array<Contract_ValuedItem>;
|
|
54
|
+
/** One or more Contract Provisions, which may be related and conveyed as a group, and may contain nested groups. */
|
|
55
|
+
term?: Array<Contract_Term>;
|
|
56
|
+
/** Legally binding Contract: This is the signed and legally recognized representation of the Contract, which is considered the "source of truth" and which would be the basis for legal action related to enforcement of this Contract. */
|
|
57
|
+
bindingAttachment?: Attachment;
|
|
58
|
+
/** Legally binding Contract: This is the signed and legally recognized representation of the Contract, which is considered the "source of truth" and which would be the basis for legal action related to enforcement of this Contract. */
|
|
59
|
+
bindingReference?: Reference;
|
|
60
|
+
/** The "patient friendly language" versionof the Contract in whole or in parts. "Patient friendly language" means the representation of the Contract and Contract Provisions in a manner that is readily accessible and understandable by a layperson in accordance with best practices for communication styles that ensure that those agreeing to or signing the Contract understand the roles, actions, obligations, responsibilities, and implication of the agreement. */
|
|
61
|
+
friendly?: Array<Contract_Friendly>;
|
|
62
|
+
/** List of Legal expressions or representations of this Contract. */
|
|
63
|
+
legal?: Array<Contract_Legal>;
|
|
64
|
+
/** List of Computable Policy Rule Language Representations of this Contract. */
|
|
65
|
+
rule?: Array<Contract_Rule>;
|
|
66
|
+
}
|
package/lib/contract.js
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udHJhY3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvY29udHJhY3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ29udHJhY3QgVHlwZVxuaW1wb3J0IHR5cGUgeyBBdHRhY2htZW50IH0gZnJvbSBcIi4vYXR0YWNobWVudFwiO1xuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgQ29kaW5nIH0gZnJvbSBcIi4vY29kaW5nXCI7XG5pbXBvcnQgdHlwZSB7IENvbnRyYWN0X0FnZW50IH0gZnJvbSBcIi4vY29udHJhY3RfYWdlbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29udHJhY3RfRnJpZW5kbHkgfSBmcm9tIFwiLi9jb250cmFjdF9mcmllbmRseVwiO1xuaW1wb3J0IHR5cGUgeyBDb250cmFjdF9MZWdhbCB9IGZyb20gXCIuL2NvbnRyYWN0X2xlZ2FsXCI7XG5pbXBvcnQgdHlwZSB7IENvbnRyYWN0X1J1bGUgfSBmcm9tIFwiLi9jb250cmFjdF9ydWxlXCI7XG5pbXBvcnQgdHlwZSB7IENvbnRyYWN0X1NpZ25lciB9IGZyb20gXCIuL2NvbnRyYWN0X3NpZ25lclwiO1xuaW1wb3J0IHR5cGUgeyBDb250cmFjdF9UZXJtIH0gZnJvbSBcIi4vY29udHJhY3RfdGVybVwiO1xuaW1wb3J0IHR5cGUgeyBDb250cmFjdF9WYWx1ZWRJdGVtIH0gZnJvbSBcIi4vY29udHJhY3RfdmFsdWVkaXRlbVwiO1xuaW1wb3J0IHR5cGUgeyBEb21haW5SZXNvdXJjZSB9IGZyb20gXCIuL2RvbWFpbnJlc291cmNlXCI7XG5pbXBvcnQgdHlwZSB7IElkZW50aWZpZXIgfSBmcm9tIFwiLi9pZGVudGlmaWVyXCI7XG5pbXBvcnQgdHlwZSB7IFBlcmlvZCB9IGZyb20gXCIuL3BlcmlvZFwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDb250cmFjdCBleHRlbmRzIERvbWFpblJlc291cmNlIHtcbiAgLyoqIFRoaXMgaXMgYSBDb250cmFjdCByZXNvdXJjZSAqL1xuICByZXNvdXJjZVR5cGU6IFwiQ29udHJhY3RcIjtcblxuICAvKiogVW5pcXVlIGlkZW50aWZpZXIgZm9yIHRoaXMgQ29udHJhY3QuICovXG4gIGlkZW50aWZpZXI/OiBJZGVudGlmaWVyO1xuXG4gIC8qKiBUaGUgc3RhdHVzIG9mIHRoZSByZXNvdXJjZSBpbnN0YW5jZS4gKi9cbiAgc3RhdHVzPzogc3RyaW5nO1xuXG4gIC8qKiBXaGVuIHRoaXMgIENvbnRyYWN0IHdhcyBpc3N1ZWQuICovXG4gIGlzc3VlZD86IHN0cmluZztcblxuICAvKiogUmVsZXZhbnQgdGltZSBvciB0aW1lLXBlcmlvZCB3aGVuIHRoaXMgQ29udHJhY3QgaXMgYXBwbGljYWJsZS4gKi9cbiAgYXBwbGllcz86IFBlcmlvZDtcblxuICAvKiogVGhlIHRhcmdldCBlbnRpdHkgaW1wYWN0ZWQgYnkgb3Igb2YgaW50ZXJlc3QgdG8gcGFydGllcyB0byB0aGUgYWdyZWVtZW50LiAqL1xuICBzdWJqZWN0PzogQXJyYXk8UmVmZXJlbmNlPjtcblxuICAvKiogVGhlIG1hdHRlciBvZiBjb25jZXJuIGluIHRoZSBjb250ZXh0IG9mIHRoaXMgYWdyZWVtZW50LiAqL1xuICB0b3BpYz86IEFycmF5PFJlZmVyZW5jZT47XG5cbiAgLyoqIEEgZm9ybWFsbHkgb3IgaW5mb3JtYWxseSByZWNvZ25pemVkIGdyb3VwaW5nIG9mIHBlb3BsZSwgcHJpbmNpcGFscywgb3JnYW5pemF0aW9ucywgb3IganVyaXNkaWN0aW9ucyBmb3JtZWQgZm9yIHRoZSBwdXJwb3NlIG9mIGFjaGlldmluZyBzb21lIGZvcm0gb2YgY29sbGVjdGl2ZSBhY3Rpb24gc3VjaCBhcyB0aGUgcHJvbXVsZ2F0aW9uLCBhZG1pbmlzdHJhdGlvbiBhbmQgZW5mb3JjZW1lbnQgb2YgY29udHJhY3RzIGFuZCBwb2xpY2llcy4gKi9cbiAgYXV0aG9yaXR5PzogQXJyYXk8UmVmZXJlbmNlPjtcblxuICAvKiogUmVjb2duaXplZCBnb3Zlcm5hbmNlIGZyYW1ld29yayBvciBzeXN0ZW0gb3BlcmF0aW5nIHdpdGggYSBjaXJjdW1zY3JpYmVkIHNjb3BlIGluIGFjY29yZGFuY2Ugd2l0aCBzcGVjaWZpZWQgcHJpbmNpcGxlcywgcG9saWNpZXMsIHByb2Nlc3NlcyBvciBwcm9jZWR1cmVzIGZvciBtYW5hZ2luZyByaWdodHMsIGFjdGlvbnMsIG9yIGJlaGF2aW9ycyBvZiBwYXJ0aWVzIG9yIHByaW5jaXBhbHMgcmVsYXRpdmUgdG8gcmVzb3VyY2VzLiAqL1xuICBkb21haW4/OiBBcnJheTxSZWZlcmVuY2U+O1xuXG4gIC8qKiBUeXBlIG9mIENvbnRyYWN0IHN1Y2ggYXMgYW4gaW5zdXJhbmNlIHBvbGljeSwgcmVhbCBlc3RhdGUgY29udHJhY3QsIGEgd2lsbCwgcG93ZXIgb2YgYXR0b3JueSwgUHJpdmFjeSBvciBTZWN1cml0eSBwb2xpY3kgLCB0cnVzdCBmcmFtZXdvcmsgYWdyZWVtZW50LCBldGMuICovXG4gIHR5cGU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIE1vcmUgc3BlY2lmaWMgdHlwZSBvciBzcGVjaWFsaXphdGlvbiBvZiBhbiBvdmVyYXJjaGluZyBvciBtb3JlIGdlbmVyYWwgY29udHJhY3Qgc3VjaCBhcyBhdXRvIGluc3VyYW5jZSwgaG9tZSBvd25lciAgaW5zdXJhbmNlLCBwcmVudXBpYWwgYWdyZWVtZW50LCBBZHZhbmNlZC1EaXJlY3RpdmUsIG9yIHByaXZhY3kgY29uc2VudC4gKi9cbiAgc3ViVHlwZT86IEFycmF5PENvZGVhYmxlQ29uY2VwdD47XG5cbiAgLyoqIEFjdGlvbiBzdGlwdWxhdGVkIGJ5IHRoaXMgQ29udHJhY3QuICovXG4gIGFjdGlvbj86IEFycmF5PENvZGVhYmxlQ29uY2VwdD47XG5cbiAgLyoqIFJlYXNvbiBmb3IgYWN0aW9uIHN0aXB1bGF0ZWQgYnkgdGhpcyBDb250cmFjdC4gKi9cbiAgYWN0aW9uUmVhc29uPzogQXJyYXk8Q29kZWFibGVDb25jZXB0PjtcblxuICAvKiogVGhlIHR5cGUgb2YgZGVjaXNpb24gbWFkZSBieSBhIGdyYW50b3Igd2l0aCByZXNwZWN0IHRvIGFuIG9mZmVyIG1hZGUgYnkgYSBncmFudGVlLiAqL1xuICBkZWNpc2lvblR5cGU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIFRoZSBtaW5pbWFsIGNvbnRlbnQgZGVyaXZlZCBmcm9tIHRoZSBiYXNhbCBpbmZvcm1hdGlvbiBzb3VyY2UgYXQgYSBzcGVjaWZpYyBzdGFnZSBpbiBpdHMgbGlmZWN5Y2xlLiAqL1xuICBjb250ZW50RGVyaXZhdGl2ZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogQSBzZXQgb2Ygc2VjdXJpdHkgbGFiZWxzIHRoYXQgZGVmaW5lIHdoaWNoIHJlc291cmNlcyBhcmUgY29udHJvbGxlZCBieSB0aGlzIGNvbnNlbnQuIElmIG1vcmUgdGhhbiBvbmUgbGFiZWwgaXMgc3BlY2lmaWVkLCBhbGwgcmVzb3VyY2VzIG11c3QgaGF2ZSBhbGwgdGhlIHNwZWNpZmllZCBsYWJlbHMuICovXG4gIHNlY3VyaXR5TGFiZWw/OiBBcnJheTxDb2Rpbmc+O1xuXG4gIC8qKiBBbiBhY3RvciB0YWtpbmcgYSByb2xlIGluIGFuIGFjdGl2aXR5IGZvciB3aGljaCBpdCBjYW4gYmUgYXNzaWduZWQgc29tZSBkZWdyZWUgb2YgcmVzcG9uc2liaWxpdHkgZm9yIHRoZSBhY3Rpdml0eSB0YWtpbmcgcGxhY2UuICovXG4gIGFnZW50PzogQXJyYXk8Q29udHJhY3RfQWdlbnQ+O1xuXG4gIC8qKiBQYXJ0aWVzIHdpdGggbGVnYWwgc3RhbmRpbmcgaW4gdGhlIENvbnRyYWN0LCBpbmNsdWRpbmcgdGhlIHByaW5jaXBhbCBwYXJ0aWVzLCB0aGUgZ3JhbnRvcihzKSBhbmQgZ3JhbnRlZShzKSwgd2hpY2ggYXJlIGFueSBwZXJzb24gb3Igb3JnYW5pemF0aW9uIGJvdW5kIGJ5IHRoZSBjb250cmFjdCwgYW5kIGFueSBhbmNpbGxhcnkgcGFydGllcywgd2hpY2ggZmFjaWxpdGF0ZSB0aGUgZXhlY3V0aW9uIG9mIHRoZSBjb250cmFjdCBzdWNoIGFzIGEgbm90YXJ5IG9yIHdpdG5lc3MuICovXG4gIHNpZ25lcj86IEFycmF5PENvbnRyYWN0X1NpZ25lcj47XG5cbiAgLyoqIENvbnRyYWN0IFZhbHVlZCBJdGVtIExpc3QuICovXG4gIHZhbHVlZEl0ZW0/OiBBcnJheTxDb250cmFjdF9WYWx1ZWRJdGVtPjtcblxuICAvKiogT25lIG9yIG1vcmUgQ29udHJhY3QgUHJvdmlzaW9ucywgd2hpY2ggbWF5IGJlIHJlbGF0ZWQgYW5kIGNvbnZleWVkIGFzIGEgZ3JvdXAsIGFuZCBtYXkgY29udGFpbiBuZXN0ZWQgZ3JvdXBzLiAqL1xuICB0ZXJtPzogQXJyYXk8Q29udHJhY3RfVGVybT47XG5cbiAgLyoqIExlZ2FsbHkgYmluZGluZyBDb250cmFjdDogVGhpcyBpcyB0aGUgc2lnbmVkIGFuZCBsZWdhbGx5IHJlY29nbml6ZWQgcmVwcmVzZW50YXRpb24gb2YgdGhlIENvbnRyYWN0LCB3aGljaCBpcyBjb25zaWRlcmVkIHRoZSBcInNvdXJjZSBvZiB0cnV0aFwiIGFuZCB3aGljaCB3b3VsZCBiZSB0aGUgYmFzaXMgZm9yIGxlZ2FsIGFjdGlvbiByZWxhdGVkIHRvIGVuZm9yY2VtZW50IG9mIHRoaXMgQ29udHJhY3QuICovXG4gIGJpbmRpbmdBdHRhY2htZW50PzogQXR0YWNobWVudDtcblxuICAvKiogTGVnYWxseSBiaW5kaW5nIENvbnRyYWN0OiBUaGlzIGlzIHRoZSBzaWduZWQgYW5kIGxlZ2FsbHkgcmVjb2duaXplZCByZXByZXNlbnRhdGlvbiBvZiB0aGUgQ29udHJhY3QsIHdoaWNoIGlzIGNvbnNpZGVyZWQgdGhlIFwic291cmNlIG9mIHRydXRoXCIgYW5kIHdoaWNoIHdvdWxkIGJlIHRoZSBiYXNpcyBmb3IgbGVnYWwgYWN0aW9uIHJlbGF0ZWQgdG8gZW5mb3JjZW1lbnQgb2YgdGhpcyBDb250cmFjdC4gKi9cbiAgYmluZGluZ1JlZmVyZW5jZT86IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIFwicGF0aWVudCBmcmllbmRseSBsYW5ndWFnZVwiIHZlcnNpb25vZiB0aGUgQ29udHJhY3QgaW4gd2hvbGUgb3IgaW4gcGFydHMuIFwiUGF0aWVudCBmcmllbmRseSBsYW5ndWFnZVwiIG1lYW5zIHRoZSByZXByZXNlbnRhdGlvbiBvZiB0aGUgQ29udHJhY3QgYW5kIENvbnRyYWN0IFByb3Zpc2lvbnMgaW4gYSBtYW5uZXIgdGhhdCBpcyByZWFkaWx5IGFjY2Vzc2libGUgYW5kIHVuZGVyc3RhbmRhYmxlIGJ5IGEgbGF5cGVyc29uIGluIGFjY29yZGFuY2Ugd2l0aCBiZXN0IHByYWN0aWNlcyBmb3IgY29tbXVuaWNhdGlvbiBzdHlsZXMgdGhhdCBlbnN1cmUgdGhhdCB0aG9zZSBhZ3JlZWluZyB0byBvciBzaWduaW5nIHRoZSBDb250cmFjdCB1bmRlcnN0YW5kIHRoZSByb2xlcywgYWN0aW9ucywgb2JsaWdhdGlvbnMsIHJlc3BvbnNpYmlsaXRpZXMsIGFuZCBpbXBsaWNhdGlvbiBvZiB0aGUgYWdyZWVtZW50LiAqL1xuICBmcmllbmRseT86IEFycmF5PENvbnRyYWN0X0ZyaWVuZGx5PjtcblxuICAvKiogTGlzdCBvZiBMZWdhbCBleHByZXNzaW9ucyBvciByZXByZXNlbnRhdGlvbnMgb2YgdGhpcyBDb250cmFjdC4gKi9cbiAgbGVnYWw/OiBBcnJheTxDb250cmFjdF9MZWdhbD47XG5cbiAgLyoqIExpc3Qgb2YgQ29tcHV0YWJsZSBQb2xpY3kgUnVsZSBMYW5ndWFnZSBSZXByZXNlbnRhdGlvbnMgb2YgdGhpcyBDb250cmFjdC4gKi9cbiAgcnVsZT86IEFycmF5PENvbnRyYWN0X1J1bGU+O1xufVxuIl19
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
+
import type { Reference } from "./reference";
|
|
4
|
+
export interface Contract_Agent extends BackboneElement {
|
|
5
|
+
/** Who or what parties are assigned roles in this Contract. */
|
|
6
|
+
actor: Reference;
|
|
7
|
+
/** Role type of agent assigned roles in this Contract. */
|
|
8
|
+
role?: Array<CodeableConcept>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udHJhY3RfYWdlbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvY29udHJhY3RfYWdlbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ29udHJhY3RfQWdlbnQgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENvbnRyYWN0X0FnZW50IGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIFdobyBvciB3aGF0IHBhcnRpZXMgYXJlIGFzc2lnbmVkIHJvbGVzIGluIHRoaXMgQ29udHJhY3QuICovXG4gIGFjdG9yOiBSZWZlcmVuY2U7XG5cbiAgLyoqIFJvbGUgdHlwZSBvZiBhZ2VudCBhc3NpZ25lZCByb2xlcyBpbiB0aGlzIENvbnRyYWN0LiAqL1xuICByb2xlPzogQXJyYXk8Q29kZWFibGVDb25jZXB0Pjtcbn1cbiJdfQ==
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
+
import type { Reference } from "./reference";
|
|
4
|
+
export interface Contract_Agent1 extends BackboneElement {
|
|
5
|
+
/** The agent assigned a role in this Contract Provision. */
|
|
6
|
+
actor: Reference;
|
|
7
|
+
/** Role played by the agent assigned this role in the execution of this Contract Provision. */
|
|
8
|
+
role?: Array<CodeableConcept>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udHJhY3RfYWdlbnQxLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2NvbnRyYWN0X2FnZW50MS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBDb250cmFjdF9BZ2VudDEgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENvbnRyYWN0X0FnZW50MSBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBUaGUgYWdlbnQgYXNzaWduZWQgYSByb2xlIGluIHRoaXMgQ29udHJhY3QgUHJvdmlzaW9uLiAqL1xuICBhY3RvcjogUmVmZXJlbmNlO1xuXG4gIC8qKiBSb2xlIHBsYXllZCBieSB0aGUgYWdlbnQgYXNzaWduZWQgdGhpcyByb2xlIGluIHRoZSBleGVjdXRpb24gb2YgdGhpcyBDb250cmFjdCBQcm92aXNpb24uICovXG4gIHJvbGU/OiBBcnJheTxDb2RlYWJsZUNvbmNlcHQ+O1xufVxuIl19
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { Attachment } from "./attachment";
|
|
2
|
+
import type { BackboneElement } from "./backboneelement";
|
|
3
|
+
import type { Reference } from "./reference";
|
|
4
|
+
export interface Contract_Friendly extends BackboneElement {
|
|
5
|
+
/** Human readable rendering of this Contract in a format and representation intended to enhance comprehension and ensure understandability. */
|
|
6
|
+
contentAttachment?: Attachment;
|
|
7
|
+
/** Human readable rendering of this Contract in a format and representation intended to enhance comprehension and ensure understandability. */
|
|
8
|
+
contentReference?: Reference;
|
|
9
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udHJhY3RfZnJpZW5kbHkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvY29udHJhY3RfZnJpZW5kbHkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ29udHJhY3RfRnJpZW5kbHkgVHlwZVxuaW1wb3J0IHR5cGUgeyBBdHRhY2htZW50IH0gZnJvbSBcIi4vYXR0YWNobWVudFwiO1xuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ29udHJhY3RfRnJpZW5kbHkgZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogSHVtYW4gcmVhZGFibGUgcmVuZGVyaW5nIG9mIHRoaXMgQ29udHJhY3QgaW4gYSBmb3JtYXQgYW5kIHJlcHJlc2VudGF0aW9uIGludGVuZGVkIHRvIGVuaGFuY2UgY29tcHJlaGVuc2lvbiBhbmQgZW5zdXJlIHVuZGVyc3RhbmRhYmlsaXR5LiAqL1xuICBjb250ZW50QXR0YWNobWVudD86IEF0dGFjaG1lbnQ7XG5cbiAgLyoqIEh1bWFuIHJlYWRhYmxlIHJlbmRlcmluZyBvZiB0aGlzIENvbnRyYWN0IGluIGEgZm9ybWF0IGFuZCByZXByZXNlbnRhdGlvbiBpbnRlbmRlZCB0byBlbmhhbmNlIGNvbXByZWhlbnNpb24gYW5kIGVuc3VyZSB1bmRlcnN0YW5kYWJpbGl0eS4gKi9cbiAgY29udGVudFJlZmVyZW5jZT86IFJlZmVyZW5jZTtcbn1cbiJdfQ==
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { Attachment } from "./attachment";
|
|
2
|
+
import type { BackboneElement } from "./backboneelement";
|
|
3
|
+
import type { Reference } from "./reference";
|
|
4
|
+
export interface Contract_Legal extends BackboneElement {
|
|
5
|
+
/** Contract legal text in human renderable form. */
|
|
6
|
+
contentAttachment?: Attachment;
|
|
7
|
+
/** Contract legal text in human renderable form. */
|
|
8
|
+
contentReference?: Reference;
|
|
9
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udHJhY3RfbGVnYWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvY29udHJhY3RfbGVnYWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ29udHJhY3RfTGVnYWwgVHlwZVxuaW1wb3J0IHR5cGUgeyBBdHRhY2htZW50IH0gZnJvbSBcIi4vYXR0YWNobWVudFwiO1xuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ29udHJhY3RfTGVnYWwgZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogQ29udHJhY3QgbGVnYWwgdGV4dCBpbiBodW1hbiByZW5kZXJhYmxlIGZvcm0uICovXG4gIGNvbnRlbnRBdHRhY2htZW50PzogQXR0YWNobWVudDtcblxuICAvKiogQ29udHJhY3QgbGVnYWwgdGV4dCBpbiBodW1hbiByZW5kZXJhYmxlIGZvcm0uICovXG4gIGNvbnRlbnRSZWZlcmVuY2U/OiBSZWZlcmVuY2U7XG59XG4iXX0=
|