@openhi/types 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -9
- package/lib/account.d.ts +37 -0
- package/lib/account.js +3 -0
- package/lib/account_coverage.d.ts +10 -0
- package/lib/account_coverage.js +3 -0
- package/lib/account_guarantor.d.ts +11 -0
- package/lib/account_guarantor.js +3 -0
- package/lib/activitydefinition.d.ts +95 -0
- package/lib/activitydefinition.js +3 -0
- package/lib/activitydefinition_dynamicvalue.d.ts +11 -0
- package/lib/activitydefinition_dynamicvalue.js +3 -0
- package/lib/activitydefinition_participant.d.ts +8 -0
- package/lib/activitydefinition_participant.js +3 -0
- package/lib/address.d.ts +24 -0
- package/lib/address.js +3 -0
- package/lib/adverseevent.d.ts +41 -0
- package/lib/adverseevent.js +3 -0
- package/lib/adverseevent_suspectentity.d.ts +19 -0
- package/lib/adverseevent_suspectentity.js +3 -0
- package/lib/age.d.ts +3 -0
- package/lib/age.js +3 -0
- package/lib/allergyintolerance.d.ts +51 -0
- package/lib/allergyintolerance.js +3 -0
- package/lib/allergyintolerance_reaction.d.ts +19 -0
- package/lib/allergyintolerance_reaction.js +3 -0
- package/lib/annotation.d.ts +12 -0
- package/lib/annotation.js +3 -0
- package/lib/appointment.d.ts +50 -0
- package/lib/appointment.js +3 -0
- package/lib/appointment_participant.d.ts +13 -0
- package/lib/appointment_participant.js +3 -0
- package/lib/appointmentresponse.d.ts +24 -0
- package/lib/appointmentresponse.js +3 -0
- package/lib/attachment.d.ts +19 -0
- package/lib/attachment.js +3 -0
- package/lib/auditevent.d.ts +30 -0
- package/lib/auditevent.js +3 -0
- package/lib/auditevent_agent.d.ts +30 -0
- package/lib/auditevent_agent.js +3 -0
- package/lib/auditevent_detail.d.ts +7 -0
- package/lib/auditevent_detail.js +3 -0
- package/lib/auditevent_entity.d.ts +27 -0
- package/lib/auditevent_entity.js +3 -0
- package/lib/auditevent_network.d.ts +7 -0
- package/lib/auditevent_network.js +3 -0
- package/lib/auditevent_source.d.ts +11 -0
- package/lib/auditevent_source.js +3 -0
- package/lib/backboneelement.d.ts +6 -0
- package/lib/backboneelement.js +3 -0
- package/lib/basic.d.ts +18 -0
- package/lib/basic.js +3 -0
- package/lib/binary.d.ts +12 -0
- package/lib/binary.js +3 -0
- package/lib/bodysite.d.ts +23 -0
- package/lib/bodysite.js +3 -0
- package/lib/bundle.d.ts +21 -0
- package/lib/bundle.js +3 -0
- package/lib/bundle_entry.d.ts +22 -0
- package/lib/bundle_entry.js +3 -0
- package/lib/bundle_link.d.ts +7 -0
- package/lib/bundle_link.js +3 -0
- package/lib/bundle_request.d.ts +15 -0
- package/lib/bundle_request.js +3 -0
- package/lib/bundle_response.d.ts +14 -0
- package/lib/bundle_response.js +3 -0
- package/lib/bundle_search.d.ts +7 -0
- package/lib/bundle_search.js +3 -0
- package/lib/capabilitystatement.d.ts +68 -0
- package/lib/capabilitystatement.js +3 -0
- package/lib/capabilitystatement_certificate.d.ts +7 -0
- package/lib/capabilitystatement_certificate.js +3 -0
- package/lib/capabilitystatement_document.d.ts +10 -0
- package/lib/capabilitystatement_document.js +3 -0
- package/lib/capabilitystatement_endpoint.d.ts +8 -0
- package/lib/capabilitystatement_endpoint.js +3 -0
- package/lib/capabilitystatement_event.d.ts +19 -0
- package/lib/capabilitystatement_event.js +3 -0
- package/lib/capabilitystatement_implementation.d.ts +7 -0
- package/lib/capabilitystatement_implementation.js +3 -0
- package/lib/capabilitystatement_interaction.d.ts +7 -0
- package/lib/capabilitystatement_interaction.js +3 -0
- package/lib/capabilitystatement_interaction1.d.ts +7 -0
- package/lib/capabilitystatement_interaction1.js +3 -0
- package/lib/capabilitystatement_messaging.d.ts +16 -0
- package/lib/capabilitystatement_messaging.js +3 -0
- package/lib/capabilitystatement_operation.d.ts +8 -0
- package/lib/capabilitystatement_operation.js +3 -0
- package/lib/capabilitystatement_resource.d.ts +36 -0
- package/lib/capabilitystatement_resource.js +3 -0
- package/lib/capabilitystatement_rest.d.ts +24 -0
- package/lib/capabilitystatement_rest.js +3 -0
- package/lib/capabilitystatement_searchparam.d.ts +11 -0
- package/lib/capabilitystatement_searchparam.js +3 -0
- package/lib/capabilitystatement_security.d.ts +13 -0
- package/lib/capabilitystatement_security.js +3 -0
- package/lib/capabilitystatement_software.d.ts +9 -0
- package/lib/capabilitystatement_software.js +3 -0
- package/lib/capabilitystatement_supportedmessage.d.ts +8 -0
- package/lib/capabilitystatement_supportedmessage.js +3 -0
- package/lib/careplan.d.ts +51 -0
- package/lib/careplan.js +3 -0
- package/lib/careplan_activity.d.ts +17 -0
- package/lib/careplan_activity.js +3 -0
- package/lib/careplan_detail.d.ts +46 -0
- package/lib/careplan_detail.js +3 -0
- package/lib/careteam.d.ts +35 -0
- package/lib/careteam.js +3 -0
- package/lib/careteam_participant.d.ts +14 -0
- package/lib/careteam_participant.js +3 -0
- package/lib/chargeitem.d.ts +64 -0
- package/lib/chargeitem.js +3 -0
- package/lib/chargeitem_participant.d.ts +9 -0
- package/lib/chargeitem_participant.js +3 -0
- package/lib/claim.d.ts +79 -0
- package/lib/claim.js +3 -0
- package/lib/claim_accident.d.ts +14 -0
- package/lib/claim_accident.js +3 -0
- package/lib/claim_careteam.d.ts +15 -0
- package/lib/claim_careteam.js +3 -0
- package/lib/claim_detail.d.ts +32 -0
- package/lib/claim_detail.js +3 -0
- package/lib/claim_diagnosis.d.ts +15 -0
- package/lib/claim_diagnosis.js +3 -0
- package/lib/claim_information.d.ts +28 -0
- package/lib/claim_information.js +3 -0
- package/lib/claim_insurance.d.ts +16 -0
- package/lib/claim_insurance.js +3 -0
- package/lib/claim_item.d.ts +58 -0
- package/lib/claim_item.js +3 -0
- package/lib/claim_payee.d.ts +12 -0
- package/lib/claim_payee.js +3 -0
- package/lib/claim_procedure.d.ts +13 -0
- package/lib/claim_procedure.js +3 -0
- package/lib/claim_related.d.ts +12 -0
- package/lib/claim_related.js +3 -0
- package/lib/claim_subdetail.d.ts +29 -0
- package/lib/claim_subdetail.js +3 -0
- package/lib/claimresponse.d.ts +62 -0
- package/lib/claimresponse.js +3 -0
- package/lib/claimresponse_additem.d.ts +25 -0
- package/lib/claimresponse_additem.js +3 -0
- package/lib/claimresponse_adjudication.d.ts +13 -0
- package/lib/claimresponse_adjudication.js +3 -0
- package/lib/claimresponse_detail.d.ts +13 -0
- package/lib/claimresponse_detail.js +3 -0
- package/lib/claimresponse_detail1.d.ts +20 -0
- package/lib/claimresponse_detail1.js +3 -0
- package/lib/claimresponse_error.d.ts +12 -0
- package/lib/claimresponse_error.js +3 -0
- package/lib/claimresponse_insurance.d.ts +16 -0
- package/lib/claimresponse_insurance.js +3 -0
- package/lib/claimresponse_item.d.ts +13 -0
- package/lib/claimresponse_item.js +3 -0
- package/lib/claimresponse_payment.d.ts +18 -0
- package/lib/claimresponse_payment.js +3 -0
- package/lib/claimresponse_processnote.d.ts +12 -0
- package/lib/claimresponse_processnote.js +3 -0
- package/lib/claimresponse_subdetail.d.ts +10 -0
- package/lib/claimresponse_subdetail.js +3 -0
- package/lib/clinicalimpression.d.ts +52 -0
- package/lib/clinicalimpression.js +3 -0
- package/lib/clinicalimpression_finding.d.ts +11 -0
- package/lib/clinicalimpression_finding.js +3 -0
- package/lib/clinicalimpression_investigation.d.ts +9 -0
- package/lib/clinicalimpression_investigation.js +3 -0
- package/lib/codeableconcept.d.ts +8 -0
- package/lib/codeableconcept.js +3 -0
- package/lib/codesystem.d.ts +62 -0
- package/lib/codesystem.js +3 -0
- package/lib/codesystem_concept.d.ts +17 -0
- package/lib/codesystem_concept.js +3 -0
- package/lib/codesystem_designation.d.ts +10 -0
- package/lib/codesystem_designation.js +3 -0
- package/lib/codesystem_filter.d.ts +11 -0
- package/lib/codesystem_filter.js +3 -0
- package/lib/codesystem_property.d.ts +11 -0
- package/lib/codesystem_property.js +3 -0
- package/lib/codesystem_property1.d.ts +18 -0
- package/lib/codesystem_property1.js +3 -0
- package/lib/coding.d.ts +13 -0
- package/lib/coding.js +3 -0
- package/lib/communication.d.ts +50 -0
- package/lib/communication.js +3 -0
- package/lib/communication_payload.d.ts +11 -0
- package/lib/communication_payload.js +3 -0
- package/lib/communicationrequest.d.ts +54 -0
- package/lib/communicationrequest.js +3 -0
- package/lib/communicationrequest_payload.d.ts +11 -0
- package/lib/communicationrequest_payload.js +3 -0
- package/lib/communicationrequest_requester.d.ts +8 -0
- package/lib/communicationrequest_requester.js +3 -0
- package/lib/compartmentdefinition.d.ts +39 -0
- package/lib/compartmentdefinition.js +3 -0
- package/lib/compartmentdefinition_resource.d.ts +9 -0
- package/lib/compartmentdefinition_resource.js +3 -0
- package/lib/composition.d.ts +42 -0
- package/lib/composition.js +3 -0
- package/lib/composition_attester.d.ts +10 -0
- package/lib/composition_attester.js +3 -0
- package/lib/composition_event.d.ts +12 -0
- package/lib/composition_event.js +3 -0
- package/lib/composition_relatesto.d.ts +11 -0
- package/lib/composition_relatesto.js +3 -0
- package/lib/composition_section.d.ts +22 -0
- package/lib/composition_section.js +3 -0
- package/lib/conceptmap.d.ts +51 -0
- package/lib/conceptmap.js +3 -0
- package/lib/conceptmap_dependson.d.ts +11 -0
- package/lib/conceptmap_dependson.js +3 -0
- package/lib/conceptmap_element.d.ts +10 -0
- package/lib/conceptmap_element.js +3 -0
- package/lib/conceptmap_group.d.ts +17 -0
- package/lib/conceptmap_group.js +3 -0
- package/lib/conceptmap_target.d.ts +16 -0
- package/lib/conceptmap_target.js +3 -0
- package/lib/conceptmap_unmapped.d.ts +11 -0
- package/lib/conceptmap_unmapped.js +3 -0
- package/lib/condition.d.ts +64 -0
- package/lib/condition.js +3 -0
- package/lib/condition_evidence.d.ts +9 -0
- package/lib/condition_evidence.js +3 -0
- package/lib/condition_stage.d.ts +9 -0
- package/lib/condition_stage.js +3 -0
- package/lib/consent.d.ts +55 -0
- package/lib/consent.js +3 -0
- package/lib/consent_actor.d.ts +9 -0
- package/lib/consent_actor.js +3 -0
- package/lib/consent_actor1.d.ts +9 -0
- package/lib/consent_actor1.js +3 -0
- package/lib/consent_data.d.ts +8 -0
- package/lib/consent_data.js +3 -0
- package/lib/consent_data1.d.ts +8 -0
- package/lib/consent_data1.js +3 -0
- package/lib/consent_except.d.ts +28 -0
- package/lib/consent_except.js +3 -0
- package/lib/consent_policy.d.ts +7 -0
- package/lib/consent_policy.js +3 -0
- package/lib/contactdetail.d.ts +8 -0
- package/lib/contactdetail.js +3 -0
- package/lib/contactpoint.d.ts +14 -0
- package/lib/contactpoint.js +3 -0
- package/lib/contract.d.ts +66 -0
- package/lib/contract.js +3 -0
- package/lib/contract_agent.d.ts +9 -0
- package/lib/contract_agent.js +3 -0
- package/lib/contract_agent1.d.ts +9 -0
- package/lib/contract_agent1.js +3 -0
- package/lib/contract_friendly.d.ts +9 -0
- package/lib/contract_friendly.js +3 -0
- package/lib/contract_legal.d.ts +9 -0
- package/lib/contract_legal.js +3 -0
- package/lib/contract_rule.d.ts +9 -0
- package/lib/contract_rule.js +3 -0
- package/lib/contract_signer.d.ts +12 -0
- package/lib/contract_signer.js +3 -0
- package/lib/contract_term.d.ts +36 -0
- package/lib/contract_term.js +3 -0
- package/lib/contract_valueditem.d.ts +26 -0
- package/lib/contract_valueditem.js +3 -0
- package/lib/contract_valueditem1.d.ts +26 -0
- package/lib/contract_valueditem1.js +3 -0
- package/lib/contributor.d.ts +10 -0
- package/lib/contributor.js +3 -0
- package/lib/count.d.ts +3 -0
- package/lib/count.js +3 -0
- package/lib/coverage.d.ts +42 -0
- package/lib/coverage.js +3 -0
- package/lib/coverage_grouping.d.ts +27 -0
- package/lib/coverage_grouping.js +3 -0
- package/lib/dataelement.d.ts +43 -0
- package/lib/dataelement.js +3 -0
- package/lib/dataelement_mapping.d.ts +11 -0
- package/lib/dataelement_mapping.js +3 -0
- package/lib/datarequirement.d.ts +15 -0
- package/lib/datarequirement.js +3 -0
- package/lib/datarequirement_codefilter.d.ts +18 -0
- package/lib/datarequirement_codefilter.js +3 -0
- package/lib/datarequirement_datefilter.d.ts +13 -0
- package/lib/datarequirement_datefilter.js +3 -0
- package/lib/detectedissue.d.ts +31 -0
- package/lib/detectedissue.js +3 -0
- package/lib/detectedissue_mitigation.d.ts +11 -0
- package/lib/detectedissue_mitigation.js +3 -0
- package/lib/device.d.ts +45 -0
- package/lib/device.js +3 -0
- package/lib/device_udi.d.ts +25 -0
- package/lib/device_udi.js +3 -0
- package/lib/devicecomponent.d.ts +29 -0
- package/lib/devicecomponent.js +3 -0
- package/lib/devicecomponent_productionspecification.d.ts +11 -0
- package/lib/devicecomponent_productionspecification.js +3 -0
- package/lib/devicemetric.d.ts +30 -0
- package/lib/devicemetric.js +3 -0
- package/lib/devicemetric_calibration.d.ts +9 -0
- package/lib/devicemetric_calibration.js +3 -0
- package/lib/devicerequest.d.ts +60 -0
- package/lib/devicerequest.js +3 -0
- package/lib/devicerequest_requester.d.ts +8 -0
- package/lib/devicerequest_requester.js +3 -0
- package/lib/deviceusestatement.d.ts +37 -0
- package/lib/deviceusestatement.js +3 -0
- package/lib/diagnosticreport.d.ts +48 -0
- package/lib/diagnosticreport.js +3 -0
- package/lib/diagnosticreport_image.d.ts +8 -0
- package/lib/diagnosticreport_image.js +3 -0
- package/lib/diagnosticreport_performer.d.ts +9 -0
- package/lib/diagnosticreport_performer.js +3 -0
- package/lib/distance.d.ts +3 -0
- package/lib/distance.js +3 -0
- package/lib/documentmanifest.d.ts +34 -0
- package/lib/documentmanifest.js +3 -0
- package/lib/documentmanifest_content.d.ts +9 -0
- package/lib/documentmanifest_content.js +3 -0
- package/lib/documentmanifest_related.d.ts +9 -0
- package/lib/documentmanifest_related.js +3 -0
- package/lib/documentreference.d.ts +45 -0
- package/lib/documentreference.js +3 -0
- package/lib/documentreference_content.d.ts +9 -0
- package/lib/documentreference_content.js +3 -0
- package/lib/documentreference_context.d.ts +21 -0
- package/lib/documentreference_context.js +3 -0
- package/lib/documentreference_related.d.ts +9 -0
- package/lib/documentreference_related.js +3 -0
- package/lib/documentreference_relatesto.d.ts +8 -0
- package/lib/documentreference_relatesto.js +3 -0
- package/lib/domainresource.d.ts +14 -0
- package/lib/domainresource.js +3 -0
- package/lib/dosage.d.ts +44 -0
- package/lib/dosage.js +3 -0
- package/lib/duration.d.ts +3 -0
- package/lib/duration.js +3 -0
- package/lib/element.d.ts +7 -0
- package/lib/element.js +3 -0
- package/lib/elementdefinition.d.ts +451 -0
- package/lib/elementdefinition.js +3 -0
- package/lib/elementdefinition_base.d.ts +9 -0
- package/lib/elementdefinition_base.js +3 -0
- package/lib/elementdefinition_binding.d.ts +12 -0
- package/lib/elementdefinition_binding.js +3 -0
- package/lib/elementdefinition_constraint.d.ts +17 -0
- package/lib/elementdefinition_constraint.js +3 -0
- package/lib/elementdefinition_discriminator.d.ts +7 -0
- package/lib/elementdefinition_discriminator.js +3 -0
- package/lib/elementdefinition_example.d.ts +145 -0
- package/lib/elementdefinition_example.js +3 -0
- package/lib/elementdefinition_mapping.d.ts +11 -0
- package/lib/elementdefinition_mapping.js +3 -0
- package/lib/elementdefinition_slicing.d.ts +12 -0
- package/lib/elementdefinition_slicing.js +3 -0
- package/lib/elementdefinition_type.d.ts +13 -0
- package/lib/elementdefinition_type.js +3 -0
- package/lib/eligibilityrequest.d.ts +41 -0
- package/lib/eligibilityrequest.js +3 -0
- package/lib/eligibilityresponse.d.ts +36 -0
- package/lib/eligibilityresponse.js +3 -0
- package/lib/eligibilityresponse_benefitbalance.d.ts +23 -0
- package/lib/eligibilityresponse_benefitbalance.js +3 -0
- package/lib/eligibilityresponse_error.d.ts +6 -0
- package/lib/eligibilityresponse_error.js +3 -0
- package/lib/eligibilityresponse_financial.d.ts +17 -0
- package/lib/eligibilityresponse_financial.js +3 -0
- package/lib/eligibilityresponse_insurance.d.ts +11 -0
- package/lib/eligibilityresponse_insurance.js +3 -0
- package/lib/encounter.d.ts +61 -0
- package/lib/encounter.js +3 -0
- package/lib/encounter_classhistory.d.ts +9 -0
- package/lib/encounter_classhistory.js +3 -0
- package/lib/encounter_diagnosis.d.ts +11 -0
- package/lib/encounter_diagnosis.js +3 -0
- package/lib/encounter_hospitalization.d.ts +24 -0
- package/lib/encounter_hospitalization.js +3 -0
- package/lib/encounter_location.d.ts +11 -0
- package/lib/encounter_location.js +3 -0
- package/lib/encounter_participant.d.ts +12 -0
- package/lib/encounter_participant.js +3 -0
- package/lib/encounter_statushistory.d.ts +8 -0
- package/lib/encounter_statushistory.js +3 -0
- package/lib/endpoint.d.ts +33 -0
- package/lib/endpoint.js +3 -0
- package/lib/enrollmentrequest.d.ts +23 -0
- package/lib/enrollmentrequest.js +3 -0
- package/lib/enrollmentresponse.d.ts +26 -0
- package/lib/enrollmentresponse.js +3 -0
- package/lib/episodeofcare.d.ts +35 -0
- package/lib/episodeofcare.js +3 -0
- package/lib/episodeofcare_diagnosis.d.ts +11 -0
- package/lib/episodeofcare_diagnosis.js +3 -0
- package/lib/episodeofcare_statushistory.d.ts +8 -0
- package/lib/episodeofcare_statushistory.js +3 -0
- package/lib/expansionprofile.d.ts +58 -0
- package/lib/expansionprofile.js +3 -0
- package/lib/expansionprofile_designation.d.ts +9 -0
- package/lib/expansionprofile_designation.js +3 -0
- package/lib/expansionprofile_designation1.d.ts +8 -0
- package/lib/expansionprofile_designation1.js +3 -0
- package/lib/expansionprofile_designation2.d.ts +8 -0
- package/lib/expansionprofile_designation2.js +3 -0
- package/lib/expansionprofile_exclude.d.ts +6 -0
- package/lib/expansionprofile_exclude.js +3 -0
- package/lib/expansionprofile_excludedsystem.d.ts +7 -0
- package/lib/expansionprofile_excludedsystem.js +3 -0
- package/lib/expansionprofile_fixedversion.d.ts +9 -0
- package/lib/expansionprofile_fixedversion.js +3 -0
- package/lib/expansionprofile_include.d.ts +6 -0
- package/lib/expansionprofile_include.js +3 -0
- package/lib/explanationofbenefit.d.ts +101 -0
- package/lib/explanationofbenefit.js +3 -0
- package/lib/explanationofbenefit_accident.d.ts +14 -0
- package/lib/explanationofbenefit_accident.js +3 -0
- package/lib/explanationofbenefit_additem.d.ts +25 -0
- package/lib/explanationofbenefit_additem.js +3 -0
- package/lib/explanationofbenefit_adjudication.d.ts +13 -0
- package/lib/explanationofbenefit_adjudication.js +3 -0
- package/lib/explanationofbenefit_benefitbalance.d.ts +23 -0
- package/lib/explanationofbenefit_benefitbalance.js +3 -0
- package/lib/explanationofbenefit_careteam.d.ts +15 -0
- package/lib/explanationofbenefit_careteam.js +3 -0
- package/lib/explanationofbenefit_detail.d.ts +39 -0
- package/lib/explanationofbenefit_detail.js +3 -0
- package/lib/explanationofbenefit_detail1.d.ts +20 -0
- package/lib/explanationofbenefit_detail1.js +3 -0
- package/lib/explanationofbenefit_diagnosis.d.ts +15 -0
- package/lib/explanationofbenefit_diagnosis.js +3 -0
- package/lib/explanationofbenefit_financial.d.ts +17 -0
- package/lib/explanationofbenefit_financial.js +3 -0
- package/lib/explanationofbenefit_information.d.ts +29 -0
- package/lib/explanationofbenefit_information.js +3 -0
- package/lib/explanationofbenefit_insurance.d.ts +8 -0
- package/lib/explanationofbenefit_insurance.js +3 -0
- package/lib/explanationofbenefit_item.d.ts +63 -0
- package/lib/explanationofbenefit_item.js +3 -0
- package/lib/explanationofbenefit_payee.d.ts +11 -0
- package/lib/explanationofbenefit_payee.js +3 -0
- package/lib/explanationofbenefit_payment.d.ts +18 -0
- package/lib/explanationofbenefit_payment.js +3 -0
- package/lib/explanationofbenefit_procedure.d.ts +13 -0
- package/lib/explanationofbenefit_procedure.js +3 -0
- package/lib/explanationofbenefit_processnote.d.ts +12 -0
- package/lib/explanationofbenefit_processnote.js +3 -0
- package/lib/explanationofbenefit_related.d.ts +12 -0
- package/lib/explanationofbenefit_related.js +3 -0
- package/lib/explanationofbenefit_subdetail.d.ts +36 -0
- package/lib/explanationofbenefit_subdetail.js +3 -0
- package/lib/extension.d.ts +144 -0
- package/lib/extension.js +3 -0
- package/lib/familymemberhistory.d.ts +65 -0
- package/lib/familymemberhistory.js +3 -0
- package/lib/familymemberhistory_condition.d.ts +22 -0
- package/lib/familymemberhistory_condition.js +3 -0
- package/lib/flag.d.ts +25 -0
- package/lib/flag.js +3 -0
- package/lib/goal.d.ts +42 -0
- package/lib/goal.js +3 -0
- package/lib/goal_target.d.ts +19 -0
- package/lib/goal_target.js +3 -0
- package/lib/graphdefinition.d.ts +39 -0
- package/lib/graphdefinition.js +3 -0
- package/lib/graphdefinition_compartment.d.ts +11 -0
- package/lib/graphdefinition_compartment.js +3 -0
- package/lib/graphdefinition_link.d.ts +16 -0
- package/lib/graphdefinition_link.js +3 -0
- package/lib/graphdefinition_target.d.ts +13 -0
- package/lib/graphdefinition_target.js +3 -0
- package/lib/group.d.ts +27 -0
- package/lib/group.js +3 -0
- package/lib/group_characteristic.d.ts +21 -0
- package/lib/group_characteristic.js +3 -0
- package/lib/group_member.d.ts +11 -0
- package/lib/group_member.js +3 -0
- package/lib/guidanceresponse.d.ts +40 -0
- package/lib/guidanceresponse.js +3 -0
- package/lib/healthcareservice.d.ts +60 -0
- package/lib/healthcareservice.js +3 -0
- package/lib/healthcareservice_availabletime.d.ts +11 -0
- package/lib/healthcareservice_availabletime.js +3 -0
- package/lib/healthcareservice_notavailable.d.ts +8 -0
- package/lib/healthcareservice_notavailable.js +3 -0
- package/lib/humanname.d.ts +18 -0
- package/lib/humanname.js +3 -0
- package/lib/identifier.d.ts +18 -0
- package/lib/identifier.js +3 -0
- package/lib/imagingmanifest.d.ts +21 -0
- package/lib/imagingmanifest.js +3 -0
- package/lib/imagingmanifest_instance.d.ts +7 -0
- package/lib/imagingmanifest_instance.js +3 -0
- package/lib/imagingmanifest_series.d.ts +11 -0
- package/lib/imagingmanifest_series.js +3 -0
- package/lib/imagingmanifest_study.d.ts +13 -0
- package/lib/imagingmanifest_study.js +3 -0
- package/lib/imagingstudy.d.ts +48 -0
- package/lib/imagingstudy.js +3 -0
- package/lib/imagingstudy_instance.d.ts +11 -0
- package/lib/imagingstudy_instance.js +3 -0
- package/lib/imagingstudy_series.d.ts +30 -0
- package/lib/imagingstudy_series.js +3 -0
- package/lib/immunization.d.ts +56 -0
- package/lib/immunization.js +3 -0
- package/lib/immunization_explanation.d.ts +8 -0
- package/lib/immunization_explanation.js +3 -0
- package/lib/immunization_practitioner.d.ts +9 -0
- package/lib/immunization_practitioner.js +3 -0
- package/lib/immunization_reaction.d.ts +10 -0
- package/lib/immunization_reaction.js +3 -0
- package/lib/immunization_vaccinationprotocol.d.ts +21 -0
- package/lib/immunization_vaccinationprotocol.js +3 -0
- package/lib/immunizationrecommendation.d.ts +14 -0
- package/lib/immunizationrecommendation.js +3 -0
- package/lib/immunizationrecommendation_datecriterion.d.ts +8 -0
- package/lib/immunizationrecommendation_datecriterion.js +3 -0
- package/lib/immunizationrecommendation_protocol.d.ts +12 -0
- package/lib/immunizationrecommendation_protocol.js +3 -0
- package/lib/immunizationrecommendation_recommendation.d.ts +25 -0
- package/lib/immunizationrecommendation_recommendation.js +3 -0
- package/lib/implementationguide.d.ts +48 -0
- package/lib/implementationguide.js +3 -0
- package/lib/implementationguide_dependency.d.ts +7 -0
- package/lib/implementationguide_dependency.js +3 -0
- package/lib/implementationguide_global.d.ts +8 -0
- package/lib/implementationguide_global.js +3 -0
- package/lib/implementationguide_package.d.ts +10 -0
- package/lib/implementationguide_package.js +3 -0
- package/lib/implementationguide_page.d.ts +17 -0
- package/lib/implementationguide_page.js +3 -0
- package/lib/implementationguide_resource.d.ts +18 -0
- package/lib/implementationguide_resource.js +3 -0
- package/lib/index.d.ts +490 -5
- package/lib/index.js +491 -6
- package/lib/library.d.ts +67 -0
- package/lib/library.js +3 -0
- package/lib/linkage.d.ts +13 -0
- package/lib/linkage.js +3 -0
- package/lib/linkage_item.d.ts +8 -0
- package/lib/linkage_item.js +3 -0
- package/lib/list.d.ts +36 -0
- package/lib/list.js +3 -0
- package/lib/list_entry.d.ts +13 -0
- package/lib/list_entry.js +3 -0
- package/lib/location.d.ts +42 -0
- package/lib/location.js +3 -0
- package/lib/location_position.d.ts +9 -0
- package/lib/location_position.js +3 -0
- package/lib/measure.d.ts +89 -0
- package/lib/measure.js +3 -0
- package/lib/measure_group.d.ts +16 -0
- package/lib/measure_group.js +3 -0
- package/lib/measure_population.d.ts +15 -0
- package/lib/measure_population.js +3 -0
- package/lib/measure_stratifier.d.ts +10 -0
- package/lib/measure_stratifier.js +3 -0
- package/lib/measure_supplementaldata.d.ts +13 -0
- package/lib/measure_supplementaldata.js +3 -0
- package/lib/measurereport.d.ts +29 -0
- package/lib/measurereport.js +3 -0
- package/lib/measurereport_group.d.ts +14 -0
- package/lib/measurereport_group.js +3 -0
- package/lib/measurereport_population.d.ts +14 -0
- package/lib/measurereport_population.js +3 -0
- package/lib/measurereport_population1.d.ts +14 -0
- package/lib/measurereport_population1.js +3 -0
- package/lib/measurereport_stratifier.d.ts +9 -0
- package/lib/measurereport_stratifier.js +3 -0
- package/lib/measurereport_stratum.d.ts +10 -0
- package/lib/measurereport_stratum.js +3 -0
- package/lib/media.d.ts +49 -0
- package/lib/media.js +3 -0
- package/lib/medication.d.ts +28 -0
- package/lib/medication.js +3 -0
- package/lib/medication_batch.d.ts +7 -0
- package/lib/medication_batch.js +3 -0
- package/lib/medication_content.d.ts +12 -0
- package/lib/medication_content.js +3 -0
- package/lib/medication_ingredient.d.ts +14 -0
- package/lib/medication_ingredient.js +3 -0
- package/lib/medication_package.d.ts +12 -0
- package/lib/medication_package.js +3 -0
- package/lib/medicationadministration.d.ts +56 -0
- package/lib/medicationadministration.js +3 -0
- package/lib/medicationadministration_dosage.d.ts +22 -0
- package/lib/medicationadministration_dosage.js +3 -0
- package/lib/medicationadministration_performer.d.ts +8 -0
- package/lib/medicationadministration_performer.js +3 -0
- package/lib/medicationdispense.d.ts +65 -0
- package/lib/medicationdispense.js +3 -0
- package/lib/medicationdispense_performer.d.ts +8 -0
- package/lib/medicationdispense_performer.js +3 -0
- package/lib/medicationdispense_substitution.d.ts +13 -0
- package/lib/medicationdispense_substitution.js +3 -0
- package/lib/medicationrequest.d.ts +63 -0
- package/lib/medicationrequest.js +3 -0
- package/lib/medicationrequest_dispenserequest.d.ts +17 -0
- package/lib/medicationrequest_dispenserequest.js +3 -0
- package/lib/medicationrequest_requester.d.ts +8 -0
- package/lib/medicationrequest_requester.js +3 -0
- package/lib/medicationrequest_substitution.d.ts +8 -0
- package/lib/medicationrequest_substitution.js +3 -0
- package/lib/medicationstatement.d.ts +51 -0
- package/lib/medicationstatement.js +3 -0
- package/lib/messagedefinition.d.ts +59 -0
- package/lib/messagedefinition.js +3 -0
- package/lib/messagedefinition_allowedresponse.d.ts +8 -0
- package/lib/messagedefinition_allowedresponse.js +3 -0
- package/lib/messagedefinition_focus.d.ts +12 -0
- package/lib/messagedefinition_focus.js +3 -0
- package/lib/messageheader.d.ts +35 -0
- package/lib/messageheader.js +3 -0
- package/lib/messageheader_destination.d.ts +10 -0
- package/lib/messageheader_destination.js +3 -0
- package/lib/messageheader_response.d.ts +10 -0
- package/lib/messageheader_response.js +3 -0
- package/lib/messageheader_source.d.ts +14 -0
- package/lib/messageheader_source.js +3 -0
- package/lib/meta.d.ts +14 -0
- package/lib/meta.js +3 -0
- package/lib/money.d.ts +3 -0
- package/lib/money.js +3 -0
- package/lib/namingsystem.d.ts +38 -0
- package/lib/namingsystem.js +3 -0
- package/lib/namingsystem_uniqueid.d.ts +14 -0
- package/lib/namingsystem_uniqueid.js +3 -0
- package/lib/narrative.d.ts +7 -0
- package/lib/narrative.js +3 -0
- package/lib/nutritionorder.d.ts +35 -0
- package/lib/nutritionorder.js +3 -0
- package/lib/nutritionorder_administration.d.ts +14 -0
- package/lib/nutritionorder_administration.js +3 -0
- package/lib/nutritionorder_enteralformula.d.ts +24 -0
- package/lib/nutritionorder_enteralformula.js +3 -0
- package/lib/nutritionorder_nutrient.d.ts +9 -0
- package/lib/nutritionorder_nutrient.js +3 -0
- package/lib/nutritionorder_oraldiet.d.ts +19 -0
- package/lib/nutritionorder_oraldiet.js +3 -0
- package/lib/nutritionorder_supplement.d.ts +16 -0
- package/lib/nutritionorder_supplement.js +3 -0
- package/lib/nutritionorder_texture.d.ts +8 -0
- package/lib/nutritionorder_texture.js +3 -0
- package/lib/observation.d.ts +81 -0
- package/lib/observation.js +3 -0
- package/lib/observation_component.d.ts +39 -0
- package/lib/observation_component.js +3 -0
- package/lib/observation_referencerange.d.ts +18 -0
- package/lib/observation_referencerange.js +3 -0
- package/lib/observation_related.d.ts +8 -0
- package/lib/observation_related.js +3 -0
- package/lib/operationdefinition.d.ts +57 -0
- package/lib/operationdefinition.js +3 -0
- package/lib/operationdefinition_binding.d.ts +10 -0
- package/lib/operationdefinition_binding.js +3 -0
- package/lib/operationdefinition_overload.d.ts +7 -0
- package/lib/operationdefinition_overload.js +3 -0
- package/lib/operationdefinition_parameter.d.ts +25 -0
- package/lib/operationdefinition_parameter.js +3 -0
- package/lib/operationoutcome.d.ts +8 -0
- package/lib/operationoutcome.js +3 -0
- package/lib/operationoutcome_issue.d.ts +16 -0
- package/lib/operationoutcome_issue.js +3 -0
- package/lib/organization.d.ts +31 -0
- package/lib/organization.js +3 -0
- package/lib/organization_contact.d.ts +15 -0
- package/lib/organization_contact.js +3 -0
- package/lib/parameterdefinition.d.ts +18 -0
- package/lib/parameterdefinition.js +3 -0
- package/lib/parameters.d.ts +6 -0
- package/lib/parameters.js +3 -0
- package/lib/parameters_parameter.d.ts +150 -0
- package/lib/parameters_parameter.js +3 -0
- package/lib/patient.d.ts +54 -0
- package/lib/patient.js +3 -0
- package/lib/patient_animal.d.ts +10 -0
- package/lib/patient_animal.js +3 -0
- package/lib/patient_communication.d.ts +8 -0
- package/lib/patient_communication.js +3 -0
- package/lib/patient_contact.d.ts +23 -0
- package/lib/patient_contact.js +3 -0
- package/lib/patient_link.d.ts +8 -0
- package/lib/patient_link.js +3 -0
- package/lib/paymentnotice.d.ts +28 -0
- package/lib/paymentnotice.js +3 -0
- package/lib/paymentreconciliation.d.ts +40 -0
- package/lib/paymentreconciliation.js +3 -0
- package/lib/paymentreconciliation_detail.d.ts +20 -0
- package/lib/paymentreconciliation_detail.js +3 -0
- package/lib/paymentreconciliation_processnote.d.ts +8 -0
- package/lib/paymentreconciliation_processnote.js +3 -0
- package/lib/period.d.ts +7 -0
- package/lib/period.js +3 -0
- package/lib/person.d.ts +32 -0
- package/lib/person.js +3 -0
- package/lib/person_link.d.ts +8 -0
- package/lib/person_link.js +3 -0
- package/lib/plandefinition.d.ts +67 -0
- package/lib/plandefinition.js +3 -0
- package/lib/plandefinition_action.d.ts +75 -0
- package/lib/plandefinition_action.js +3 -0
- package/lib/plandefinition_condition.d.ts +11 -0
- package/lib/plandefinition_condition.js +3 -0
- package/lib/plandefinition_dynamicvalue.d.ts +11 -0
- package/lib/plandefinition_dynamicvalue.js +3 -0
- package/lib/plandefinition_goal.d.ts +20 -0
- package/lib/plandefinition_goal.js +3 -0
- package/lib/plandefinition_participant.d.ts +8 -0
- package/lib/plandefinition_participant.js +3 -0
- package/lib/plandefinition_relatedaction.d.ts +13 -0
- package/lib/plandefinition_relatedaction.js +3 -0
- package/lib/plandefinition_target.d.ts +17 -0
- package/lib/plandefinition_target.js +3 -0
- package/lib/practitioner.d.ts +33 -0
- package/lib/practitioner.js +3 -0
- package/lib/practitioner_qualification.d.ts +15 -0
- package/lib/practitioner_qualification.js +3 -0
- package/lib/practitionerrole.d.ts +40 -0
- package/lib/practitionerrole.js +3 -0
- package/lib/practitionerrole_availabletime.d.ts +11 -0
- package/lib/practitionerrole_availabletime.js +3 -0
- package/lib/practitionerrole_notavailable.d.ts +8 -0
- package/lib/practitionerrole_notavailable.js +3 -0
- package/lib/procedure.d.ts +66 -0
- package/lib/procedure.js +3 -0
- package/lib/procedure_focaldevice.d.ts +9 -0
- package/lib/procedure_focaldevice.js +3 -0
- package/lib/procedure_performer.d.ts +11 -0
- package/lib/procedure_performer.js +3 -0
- package/lib/procedurerequest.d.ts +70 -0
- package/lib/procedurerequest.js +3 -0
- package/lib/procedurerequest_requester.d.ts +8 -0
- package/lib/procedurerequest_requester.js +3 -0
- package/lib/processrequest.d.ts +39 -0
- package/lib/processrequest.js +3 -0
- package/lib/processrequest_item.d.ts +5 -0
- package/lib/processrequest_item.js +3 -0
- package/lib/processresponse.d.ts +35 -0
- package/lib/processresponse.js +3 -0
- package/lib/processresponse_processnote.d.ts +8 -0
- package/lib/processresponse_processnote.js +3 -0
- package/lib/provenance.d.ts +31 -0
- package/lib/provenance.js +3 -0
- package/lib/provenance_agent.d.ts +17 -0
- package/lib/provenance_agent.js +3 -0
- package/lib/provenance_entity.d.ts +16 -0
- package/lib/provenance_entity.js +3 -0
- package/lib/quantity.d.ts +13 -0
- package/lib/quantity.js +3 -0
- package/lib/questionnaire.d.ts +54 -0
- package/lib/questionnaire.js +3 -0
- package/lib/questionnaire_enablewhen.d.ts +35 -0
- package/lib/questionnaire_enablewhen.js +3 -0
- package/lib/questionnaire_item.d.ts +70 -0
- package/lib/questionnaire_item.js +3 -0
- package/lib/questionnaire_option.d.ts +14 -0
- package/lib/questionnaire_option.js +3 -0
- package/lib/questionnaireresponse.d.ts +30 -0
- package/lib/questionnaireresponse.js +3 -0
- package/lib/questionnaireresponse_answer.d.ts +34 -0
- package/lib/questionnaireresponse_answer.js +3 -0
- package/lib/questionnaireresponse_item.d.ts +17 -0
- package/lib/questionnaireresponse_item.js +3 -0
- package/lib/range.d.ts +8 -0
- package/lib/range.js +3 -0
- package/lib/ratio.d.ts +8 -0
- package/lib/ratio.js +3 -0
- package/lib/reference.d.ts +10 -0
- package/lib/reference.js +3 -0
- package/lib/referralrequest.d.ts +59 -0
- package/lib/referralrequest.js +3 -0
- package/lib/referralrequest_requester.d.ts +8 -0
- package/lib/referralrequest_requester.js +3 -0
- package/lib/relatedartifact.d.ts +17 -0
- package/lib/relatedartifact.js +3 -0
- package/lib/relatedperson.d.ts +35 -0
- package/lib/relatedperson.js +3 -0
- package/lib/requestgroup.d.ts +42 -0
- package/lib/requestgroup.js +3 -0
- package/lib/requestgroup_action.d.ts +57 -0
- package/lib/requestgroup_action.js +3 -0
- package/lib/requestgroup_condition.d.ts +11 -0
- package/lib/requestgroup_condition.js +3 -0
- package/lib/requestgroup_relatedaction.d.ts +13 -0
- package/lib/requestgroup_relatedaction.js +3 -0
- package/lib/researchstudy.d.ts +53 -0
- package/lib/researchstudy.js +3 -0
- package/lib/researchstudy_arm.d.ts +10 -0
- package/lib/researchstudy_arm.js +3 -0
- package/lib/researchsubject.d.ts +24 -0
- package/lib/researchsubject.js +3 -0
- package/lib/resource.js +3 -0
- package/lib/resourcelist.js +4 -0
- package/lib/riskassessment.d.ts +46 -0
- package/lib/riskassessment.js +3 -0
- package/lib/riskassessment_prediction.d.ts +22 -0
- package/lib/riskassessment_prediction.js +3 -0
- package/lib/sampleddata.d.ts +18 -0
- package/lib/sampleddata.js +3 -0
- package/lib/schedule.d.ts +25 -0
- package/lib/schedule.js +3 -0
- package/lib/searchparameter.d.ts +57 -0
- package/lib/searchparameter.js +3 -0
- package/lib/searchparameter_component.d.ts +8 -0
- package/lib/searchparameter_component.js +3 -0
- package/lib/sequence.d.ts +42 -0
- package/lib/sequence.js +3 -0
- package/lib/sequence_quality.d.ts +33 -0
- package/lib/sequence_quality.js +3 -0
- package/lib/sequence_referenceseq.d.ts +21 -0
- package/lib/sequence_referenceseq.js +3 -0
- package/lib/sequence_repository.d.ts +15 -0
- package/lib/sequence_repository.js +3 -0
- package/lib/sequence_variant.d.ts +16 -0
- package/lib/sequence_variant.js +3 -0
- package/lib/servicedefinition.d.ts +65 -0
- package/lib/servicedefinition.js +3 -0
- package/lib/signature.d.ts +21 -0
- package/lib/signature.js +3 -0
- package/lib/slot.d.ts +30 -0
- package/lib/slot.js +3 -0
- package/lib/specimen.d.ts +36 -0
- package/lib/specimen.js +3 -0
- package/lib/specimen_collection.d.ts +19 -0
- package/lib/specimen_collection.js +3 -0
- package/lib/specimen_container.d.ts +21 -0
- package/lib/specimen_container.js +3 -0
- package/lib/specimen_processing.d.ts +16 -0
- package/lib/specimen_processing.js +3 -0
- package/lib/structuredefinition.d.ts +69 -0
- package/lib/structuredefinition.js +3 -0
- package/lib/structuredefinition_differential.d.ts +6 -0
- package/lib/structuredefinition_differential.js +3 -0
- package/lib/structuredefinition_mapping.d.ts +11 -0
- package/lib/structuredefinition_mapping.js +3 -0
- package/lib/structuredefinition_snapshot.d.ts +6 -0
- package/lib/structuredefinition_snapshot.js +3 -0
- package/lib/structuremap.d.ts +47 -0
- package/lib/structuremap.js +3 -0
- package/lib/structuremap_dependent.d.ts +7 -0
- package/lib/structuremap_dependent.js +3 -0
- package/lib/structuremap_group.d.ts +17 -0
- package/lib/structuremap_group.js +3 -0
- package/lib/structuremap_input.d.ts +11 -0
- package/lib/structuremap_input.js +3 -0
- package/lib/structuremap_parameter.d.ts +13 -0
- package/lib/structuremap_parameter.js +3 -0
- package/lib/structuremap_rule.d.ts +18 -0
- package/lib/structuremap_rule.js +3 -0
- package/lib/structuremap_source.d.ts +161 -0
- package/lib/structuremap_source.js +3 -0
- package/lib/structuremap_structure.d.ts +11 -0
- package/lib/structuremap_structure.js +3 -0
- package/lib/structuremap_target.d.ts +20 -0
- package/lib/structuremap_target.js +3 -0
- package/lib/subscription.d.ts +24 -0
- package/lib/subscription.js +3 -0
- package/lib/subscription_channel.d.ts +11 -0
- package/lib/subscription_channel.js +3 -0
- package/lib/substance.d.ts +23 -0
- package/lib/substance.js +3 -0
- package/lib/substance_ingredient.d.ts +12 -0
- package/lib/substance_ingredient.js +3 -0
- package/lib/substance_instance.d.ts +11 -0
- package/lib/substance_instance.js +3 -0
- package/lib/supplydelivery.d.ts +37 -0
- package/lib/supplydelivery.js +3 -0
- package/lib/supplydelivery_supplieditem.d.ts +12 -0
- package/lib/supplydelivery_supplieditem.js +3 -0
- package/lib/supplyrequest.d.ts +42 -0
- package/lib/supplyrequest.js +3 -0
- package/lib/supplyrequest_ordereditem.d.ts +12 -0
- package/lib/supplyrequest_ordereditem.js +3 -0
- package/lib/supplyrequest_requester.d.ts +8 -0
- package/lib/supplyrequest_requester.js +3 -0
- package/lib/task.d.ts +70 -0
- package/lib/task.js +3 -0
- package/lib/task_input.d.ts +145 -0
- package/lib/task_input.js +3 -0
- package/lib/task_output.d.ts +145 -0
- package/lib/task_output.js +3 -0
- package/lib/task_requester.d.ts +8 -0
- package/lib/task_requester.js +3 -0
- package/lib/task_restriction.d.ts +11 -0
- package/lib/task_restriction.js +3 -0
- package/lib/testreport.d.ts +35 -0
- package/lib/testreport.js +3 -0
- package/lib/testreport_action.d.ts +9 -0
- package/lib/testreport_action.js +3 -0
- package/lib/testreport_action1.d.ts +9 -0
- package/lib/testreport_action1.js +3 -0
- package/lib/testreport_action2.d.ts +6 -0
- package/lib/testreport_action2.js +3 -0
- package/lib/testreport_assert.d.ts +9 -0
- package/lib/testreport_assert.js +3 -0
- package/lib/testreport_operation.d.ts +9 -0
- package/lib/testreport_operation.js +3 -0
- package/lib/testreport_participant.d.ts +9 -0
- package/lib/testreport_participant.js +3 -0
- package/lib/testreport_setup.d.ts +6 -0
- package/lib/testreport_setup.js +3 -0
- package/lib/testreport_teardown.d.ts +6 -0
- package/lib/testreport_teardown.js +3 -0
- package/lib/testreport_test.d.ts +10 -0
- package/lib/testreport_test.js +3 -0
- package/lib/testscript.d.ts +72 -0
- package/lib/testscript.js +3 -0
- package/lib/testscript_action.d.ts +9 -0
- package/lib/testscript_action.js +3 -0
- package/lib/testscript_action1.d.ts +9 -0
- package/lib/testscript_action1.js +3 -0
- package/lib/testscript_action2.d.ts +6 -0
- package/lib/testscript_action2.js +3 -0
- package/lib/testscript_assert.d.ts +53 -0
- package/lib/testscript_assert.js +3 -0
- package/lib/testscript_capability.d.ts +18 -0
- package/lib/testscript_capability.js +3 -0
- package/lib/testscript_destination.d.ts +8 -0
- package/lib/testscript_destination.js +3 -0
- package/lib/testscript_fixture.d.ts +10 -0
- package/lib/testscript_fixture.js +3 -0
- package/lib/testscript_link.d.ts +7 -0
- package/lib/testscript_link.js +3 -0
- package/lib/testscript_metadata.d.ts +9 -0
- package/lib/testscript_metadata.js +3 -0
- package/lib/testscript_operation.d.ts +37 -0
- package/lib/testscript_operation.js +3 -0
- package/lib/testscript_origin.d.ts +8 -0
- package/lib/testscript_origin.js +3 -0
- package/lib/testscript_param.d.ts +7 -0
- package/lib/testscript_param.js +3 -0
- package/lib/testscript_param1.d.ts +7 -0
- package/lib/testscript_param1.js +3 -0
- package/lib/testscript_param2.d.ts +7 -0
- package/lib/testscript_param2.js +3 -0
- package/lib/testscript_param3.d.ts +7 -0
- package/lib/testscript_param3.js +3 -0
- package/lib/testscript_requestheader.d.ts +7 -0
- package/lib/testscript_requestheader.js +3 -0
- package/lib/testscript_rule.d.ts +9 -0
- package/lib/testscript_rule.js +3 -0
- package/lib/testscript_rule1.d.ts +8 -0
- package/lib/testscript_rule1.js +3 -0
- package/lib/testscript_rule2.d.ts +8 -0
- package/lib/testscript_rule2.js +3 -0
- package/lib/testscript_rule3.d.ts +8 -0
- package/lib/testscript_rule3.js +3 -0
- package/lib/testscript_ruleset.d.ts +9 -0
- package/lib/testscript_ruleset.js +3 -0
- package/lib/testscript_ruleset1.d.ts +8 -0
- package/lib/testscript_ruleset1.js +3 -0
- package/lib/testscript_setup.d.ts +6 -0
- package/lib/testscript_setup.js +3 -0
- package/lib/testscript_teardown.d.ts +6 -0
- package/lib/testscript_teardown.js +3 -0
- package/lib/testscript_test.d.ts +10 -0
- package/lib/testscript_test.js +3 -0
- package/lib/testscript_variable.d.ts +19 -0
- package/lib/testscript_variable.js +3 -0
- package/lib/timing.d.ts +11 -0
- package/lib/timing.js +3 -0
- package/lib/timing_repeat.d.ts +40 -0
- package/lib/timing_repeat.js +3 -0
- package/lib/triggerdefinition.d.ts +20 -0
- package/lib/triggerdefinition.js +3 -0
- package/lib/usagecontext.d.ts +15 -0
- package/lib/usagecontext.js +3 -0
- package/lib/valueset.d.ts +49 -0
- package/lib/valueset.js +3 -0
- package/lib/valueset_compose.d.ts +12 -0
- package/lib/valueset_compose.js +3 -0
- package/lib/valueset_concept.d.ts +10 -0
- package/lib/valueset_concept.js +3 -0
- package/lib/valueset_contains.d.ts +20 -0
- package/lib/valueset_contains.js +3 -0
- package/lib/valueset_designation.d.ts +10 -0
- package/lib/valueset_designation.js +3 -0
- package/lib/valueset_expansion.d.ts +17 -0
- package/lib/valueset_expansion.js +3 -0
- package/lib/valueset_filter.d.ts +9 -0
- package/lib/valueset_filter.js +3 -0
- package/lib/valueset_include.d.ts +15 -0
- package/lib/valueset_include.js +3 -0
- package/lib/valueset_parameter.d.ts +17 -0
- package/lib/valueset_parameter.js +3 -0
- package/lib/visionprescription.d.ts +27 -0
- package/lib/visionprescription.js +3 -0
- package/lib/visionprescription_dispense.d.ts +36 -0
- package/lib/visionprescription_dispense.js +3 -0
- package/package.json +2 -2
- package/lib/cms/index.d.ts +0 -5
- package/lib/cms/index.js +0 -3
- package/lib/crm/index.d.ts +0 -5
- package/lib/crm/index.js +0 -3
- package/lib/ehr/account.d.ts +0 -36
- package/lib/ehr/account.js +0 -3
- package/lib/ehr/account_coverage.d.ts +0 -9
- package/lib/ehr/account_coverage.js +0 -3
- package/lib/ehr/account_guarantor.d.ts +0 -10
- package/lib/ehr/account_guarantor.js +0 -3
- package/lib/ehr/activitydefinition.d.ts +0 -94
- package/lib/ehr/activitydefinition.js +0 -3
- package/lib/ehr/activitydefinition_dynamicvalue.d.ts +0 -10
- package/lib/ehr/activitydefinition_dynamicvalue.js +0 -4
- package/lib/ehr/activitydefinition_participant.d.ts +0 -7
- package/lib/ehr/activitydefinition_participant.js +0 -3
- package/lib/ehr/address.d.ts +0 -23
- package/lib/ehr/address.js +0 -3
- package/lib/ehr/adverseevent.d.ts +0 -40
- package/lib/ehr/adverseevent.js +0 -3
- package/lib/ehr/adverseevent_suspectentity.d.ts +0 -18
- package/lib/ehr/adverseevent_suspectentity.js +0 -3
- package/lib/ehr/age.d.ts +0 -2
- package/lib/ehr/age.js +0 -4
- package/lib/ehr/allergyintolerance.d.ts +0 -50
- package/lib/ehr/allergyintolerance.js +0 -3
- package/lib/ehr/allergyintolerance_reaction.d.ts +0 -18
- package/lib/ehr/allergyintolerance_reaction.js +0 -3
- package/lib/ehr/annotation.d.ts +0 -11
- package/lib/ehr/annotation.js +0 -3
- package/lib/ehr/appointment.d.ts +0 -49
- package/lib/ehr/appointment.js +0 -3
- package/lib/ehr/appointment_participant.d.ts +0 -12
- package/lib/ehr/appointment_participant.js +0 -3
- package/lib/ehr/appointmentresponse.d.ts +0 -23
- package/lib/ehr/appointmentresponse.js +0 -3
- package/lib/ehr/attachment.d.ts +0 -18
- package/lib/ehr/attachment.js +0 -4
- package/lib/ehr/auditevent.d.ts +0 -29
- package/lib/ehr/auditevent.js +0 -3
- package/lib/ehr/auditevent_agent.d.ts +0 -29
- package/lib/ehr/auditevent_agent.js +0 -3
- package/lib/ehr/auditevent_detail.d.ts +0 -6
- package/lib/ehr/auditevent_detail.js +0 -4
- package/lib/ehr/auditevent_entity.d.ts +0 -26
- package/lib/ehr/auditevent_entity.js +0 -3
- package/lib/ehr/auditevent_network.d.ts +0 -6
- package/lib/ehr/auditevent_network.js +0 -4
- package/lib/ehr/auditevent_source.d.ts +0 -10
- package/lib/ehr/auditevent_source.js +0 -3
- package/lib/ehr/backboneelement.d.ts +0 -5
- package/lib/ehr/backboneelement.js +0 -3
- package/lib/ehr/basic.d.ts +0 -17
- package/lib/ehr/basic.js +0 -3
- package/lib/ehr/binary.d.ts +0 -11
- package/lib/ehr/binary.js +0 -3
- package/lib/ehr/bodysite.d.ts +0 -22
- package/lib/ehr/bodysite.js +0 -3
- package/lib/ehr/bundle.d.ts +0 -20
- package/lib/ehr/bundle.js +0 -3
- package/lib/ehr/bundle_entry.d.ts +0 -21
- package/lib/ehr/bundle_entry.js +0 -3
- package/lib/ehr/bundle_link.d.ts +0 -6
- package/lib/ehr/bundle_link.js +0 -4
- package/lib/ehr/bundle_request.d.ts +0 -14
- package/lib/ehr/bundle_request.js +0 -4
- package/lib/ehr/bundle_response.d.ts +0 -13
- package/lib/ehr/bundle_response.js +0 -3
- package/lib/ehr/bundle_search.d.ts +0 -6
- package/lib/ehr/bundle_search.js +0 -4
- package/lib/ehr/capabilitystatement.d.ts +0 -67
- package/lib/ehr/capabilitystatement.js +0 -3
- package/lib/ehr/capabilitystatement_certificate.d.ts +0 -6
- package/lib/ehr/capabilitystatement_certificate.js +0 -4
- package/lib/ehr/capabilitystatement_document.d.ts +0 -9
- package/lib/ehr/capabilitystatement_document.js +0 -3
- package/lib/ehr/capabilitystatement_endpoint.d.ts +0 -7
- package/lib/ehr/capabilitystatement_endpoint.js +0 -3
- package/lib/ehr/capabilitystatement_event.d.ts +0 -18
- package/lib/ehr/capabilitystatement_event.js +0 -3
- package/lib/ehr/capabilitystatement_implementation.d.ts +0 -6
- package/lib/ehr/capabilitystatement_implementation.js +0 -4
- package/lib/ehr/capabilitystatement_interaction.d.ts +0 -6
- package/lib/ehr/capabilitystatement_interaction.js +0 -4
- package/lib/ehr/capabilitystatement_interaction1.d.ts +0 -6
- package/lib/ehr/capabilitystatement_interaction1.js +0 -4
- package/lib/ehr/capabilitystatement_messaging.d.ts +0 -15
- package/lib/ehr/capabilitystatement_messaging.js +0 -3
- package/lib/ehr/capabilitystatement_operation.d.ts +0 -7
- package/lib/ehr/capabilitystatement_operation.js +0 -3
- package/lib/ehr/capabilitystatement_resource.d.ts +0 -35
- package/lib/ehr/capabilitystatement_resource.js +0 -3
- package/lib/ehr/capabilitystatement_rest.d.ts +0 -23
- package/lib/ehr/capabilitystatement_rest.js +0 -3
- package/lib/ehr/capabilitystatement_searchparam.d.ts +0 -10
- package/lib/ehr/capabilitystatement_searchparam.js +0 -4
- package/lib/ehr/capabilitystatement_security.d.ts +0 -12
- package/lib/ehr/capabilitystatement_security.js +0 -3
- package/lib/ehr/capabilitystatement_software.d.ts +0 -8
- package/lib/ehr/capabilitystatement_software.js +0 -4
- package/lib/ehr/capabilitystatement_supportedmessage.d.ts +0 -7
- package/lib/ehr/capabilitystatement_supportedmessage.js +0 -3
- package/lib/ehr/careplan.d.ts +0 -50
- package/lib/ehr/careplan.js +0 -3
- package/lib/ehr/careplan_activity.d.ts +0 -16
- package/lib/ehr/careplan_activity.js +0 -3
- package/lib/ehr/careplan_detail.d.ts +0 -45
- package/lib/ehr/careplan_detail.js +0 -3
- package/lib/ehr/careteam.d.ts +0 -34
- package/lib/ehr/careteam.js +0 -3
- package/lib/ehr/careteam_participant.d.ts +0 -13
- package/lib/ehr/careteam_participant.js +0 -3
- package/lib/ehr/chargeitem.d.ts +0 -63
- package/lib/ehr/chargeitem.js +0 -3
- package/lib/ehr/chargeitem_participant.d.ts +0 -8
- package/lib/ehr/chargeitem_participant.js +0 -3
- package/lib/ehr/claim.d.ts +0 -78
- package/lib/ehr/claim.js +0 -3
- package/lib/ehr/claim_accident.d.ts +0 -13
- package/lib/ehr/claim_accident.js +0 -3
- package/lib/ehr/claim_careteam.d.ts +0 -14
- package/lib/ehr/claim_careteam.js +0 -3
- package/lib/ehr/claim_detail.d.ts +0 -31
- package/lib/ehr/claim_detail.js +0 -3
- package/lib/ehr/claim_diagnosis.d.ts +0 -14
- package/lib/ehr/claim_diagnosis.js +0 -3
- package/lib/ehr/claim_information.d.ts +0 -27
- package/lib/ehr/claim_information.js +0 -3
- package/lib/ehr/claim_insurance.d.ts +0 -15
- package/lib/ehr/claim_insurance.js +0 -3
- package/lib/ehr/claim_item.d.ts +0 -57
- package/lib/ehr/claim_item.js +0 -3
- package/lib/ehr/claim_payee.d.ts +0 -11
- package/lib/ehr/claim_payee.js +0 -3
- package/lib/ehr/claim_procedure.d.ts +0 -12
- package/lib/ehr/claim_procedure.js +0 -3
- package/lib/ehr/claim_related.d.ts +0 -11
- package/lib/ehr/claim_related.js +0 -3
- package/lib/ehr/claim_subdetail.d.ts +0 -28
- package/lib/ehr/claim_subdetail.js +0 -3
- package/lib/ehr/claimresponse.d.ts +0 -61
- package/lib/ehr/claimresponse.js +0 -3
- package/lib/ehr/claimresponse_additem.d.ts +0 -24
- package/lib/ehr/claimresponse_additem.js +0 -3
- package/lib/ehr/claimresponse_adjudication.d.ts +0 -12
- package/lib/ehr/claimresponse_adjudication.js +0 -3
- package/lib/ehr/claimresponse_detail.d.ts +0 -12
- package/lib/ehr/claimresponse_detail.js +0 -3
- package/lib/ehr/claimresponse_detail1.d.ts +0 -19
- package/lib/ehr/claimresponse_detail1.js +0 -3
- package/lib/ehr/claimresponse_error.d.ts +0 -11
- package/lib/ehr/claimresponse_error.js +0 -3
- package/lib/ehr/claimresponse_insurance.d.ts +0 -15
- package/lib/ehr/claimresponse_insurance.js +0 -3
- package/lib/ehr/claimresponse_item.d.ts +0 -12
- package/lib/ehr/claimresponse_item.js +0 -3
- package/lib/ehr/claimresponse_payment.d.ts +0 -17
- package/lib/ehr/claimresponse_payment.js +0 -3
- package/lib/ehr/claimresponse_processnote.d.ts +0 -11
- package/lib/ehr/claimresponse_processnote.js +0 -3
- package/lib/ehr/claimresponse_subdetail.d.ts +0 -9
- package/lib/ehr/claimresponse_subdetail.js +0 -3
- package/lib/ehr/clinicalimpression.d.ts +0 -51
- package/lib/ehr/clinicalimpression.js +0 -3
- package/lib/ehr/clinicalimpression_finding.d.ts +0 -10
- package/lib/ehr/clinicalimpression_finding.js +0 -3
- package/lib/ehr/clinicalimpression_investigation.d.ts +0 -8
- package/lib/ehr/clinicalimpression_investigation.js +0 -3
- package/lib/ehr/codeableconcept.d.ts +0 -7
- package/lib/ehr/codeableconcept.js +0 -3
- package/lib/ehr/codesystem.d.ts +0 -61
- package/lib/ehr/codesystem.js +0 -3
- package/lib/ehr/codesystem_concept.d.ts +0 -16
- package/lib/ehr/codesystem_concept.js +0 -3
- package/lib/ehr/codesystem_designation.d.ts +0 -9
- package/lib/ehr/codesystem_designation.js +0 -3
- package/lib/ehr/codesystem_filter.d.ts +0 -10
- package/lib/ehr/codesystem_filter.js +0 -4
- package/lib/ehr/codesystem_property.d.ts +0 -10
- package/lib/ehr/codesystem_property.js +0 -4
- package/lib/ehr/codesystem_property1.d.ts +0 -17
- package/lib/ehr/codesystem_property1.js +0 -3
- package/lib/ehr/coding.d.ts +0 -12
- package/lib/ehr/coding.js +0 -4
- package/lib/ehr/communication.d.ts +0 -49
- package/lib/ehr/communication.js +0 -3
- package/lib/ehr/communication_payload.d.ts +0 -10
- package/lib/ehr/communication_payload.js +0 -3
- package/lib/ehr/communicationrequest.d.ts +0 -53
- package/lib/ehr/communicationrequest.js +0 -3
- package/lib/ehr/communicationrequest_payload.d.ts +0 -10
- package/lib/ehr/communicationrequest_payload.js +0 -3
- package/lib/ehr/communicationrequest_requester.d.ts +0 -7
- package/lib/ehr/communicationrequest_requester.js +0 -3
- package/lib/ehr/compartmentdefinition.d.ts +0 -38
- package/lib/ehr/compartmentdefinition.js +0 -3
- package/lib/ehr/compartmentdefinition_resource.d.ts +0 -8
- package/lib/ehr/compartmentdefinition_resource.js +0 -4
- package/lib/ehr/composition.d.ts +0 -41
- package/lib/ehr/composition.js +0 -3
- package/lib/ehr/composition_attester.d.ts +0 -9
- package/lib/ehr/composition_attester.js +0 -3
- package/lib/ehr/composition_event.d.ts +0 -11
- package/lib/ehr/composition_event.js +0 -3
- package/lib/ehr/composition_relatesto.d.ts +0 -10
- package/lib/ehr/composition_relatesto.js +0 -3
- package/lib/ehr/composition_section.d.ts +0 -21
- package/lib/ehr/composition_section.js +0 -3
- package/lib/ehr/conceptmap.d.ts +0 -50
- package/lib/ehr/conceptmap.js +0 -3
- package/lib/ehr/conceptmap_dependson.d.ts +0 -10
- package/lib/ehr/conceptmap_dependson.js +0 -4
- package/lib/ehr/conceptmap_element.d.ts +0 -9
- package/lib/ehr/conceptmap_element.js +0 -3
- package/lib/ehr/conceptmap_group.d.ts +0 -16
- package/lib/ehr/conceptmap_group.js +0 -3
- package/lib/ehr/conceptmap_target.d.ts +0 -15
- package/lib/ehr/conceptmap_target.js +0 -3
- package/lib/ehr/conceptmap_unmapped.d.ts +0 -10
- package/lib/ehr/conceptmap_unmapped.js +0 -4
- package/lib/ehr/condition.d.ts +0 -63
- package/lib/ehr/condition.js +0 -3
- package/lib/ehr/condition_evidence.d.ts +0 -8
- package/lib/ehr/condition_evidence.js +0 -3
- package/lib/ehr/condition_stage.d.ts +0 -8
- package/lib/ehr/condition_stage.js +0 -3
- package/lib/ehr/consent.d.ts +0 -54
- package/lib/ehr/consent.js +0 -3
- package/lib/ehr/consent_actor.d.ts +0 -8
- package/lib/ehr/consent_actor.js +0 -3
- package/lib/ehr/consent_actor1.d.ts +0 -8
- package/lib/ehr/consent_actor1.js +0 -3
- package/lib/ehr/consent_data.d.ts +0 -7
- package/lib/ehr/consent_data.js +0 -3
- package/lib/ehr/consent_data1.d.ts +0 -7
- package/lib/ehr/consent_data1.js +0 -3
- package/lib/ehr/consent_except.d.ts +0 -27
- package/lib/ehr/consent_except.js +0 -3
- package/lib/ehr/consent_policy.d.ts +0 -6
- package/lib/ehr/consent_policy.js +0 -4
- package/lib/ehr/contactdetail.d.ts +0 -7
- package/lib/ehr/contactdetail.js +0 -3
- package/lib/ehr/contactpoint.d.ts +0 -13
- package/lib/ehr/contactpoint.js +0 -3
- package/lib/ehr/contract.d.ts +0 -65
- package/lib/ehr/contract.js +0 -3
- package/lib/ehr/contract_agent.d.ts +0 -8
- package/lib/ehr/contract_agent.js +0 -3
- package/lib/ehr/contract_agent1.d.ts +0 -8
- package/lib/ehr/contract_agent1.js +0 -3
- package/lib/ehr/contract_friendly.d.ts +0 -8
- package/lib/ehr/contract_friendly.js +0 -3
- package/lib/ehr/contract_legal.d.ts +0 -8
- package/lib/ehr/contract_legal.js +0 -3
- package/lib/ehr/contract_rule.d.ts +0 -8
- package/lib/ehr/contract_rule.js +0 -3
- package/lib/ehr/contract_signer.d.ts +0 -11
- package/lib/ehr/contract_signer.js +0 -3
- package/lib/ehr/contract_term.d.ts +0 -35
- package/lib/ehr/contract_term.js +0 -3
- package/lib/ehr/contract_valueditem.d.ts +0 -25
- package/lib/ehr/contract_valueditem.js +0 -3
- package/lib/ehr/contract_valueditem1.d.ts +0 -25
- package/lib/ehr/contract_valueditem1.js +0 -3
- package/lib/ehr/contributor.d.ts +0 -9
- package/lib/ehr/contributor.js +0 -3
- package/lib/ehr/count.d.ts +0 -2
- package/lib/ehr/count.js +0 -4
- package/lib/ehr/coverage.d.ts +0 -41
- package/lib/ehr/coverage.js +0 -3
- package/lib/ehr/coverage_grouping.d.ts +0 -26
- package/lib/ehr/coverage_grouping.js +0 -4
- package/lib/ehr/dataelement.d.ts +0 -42
- package/lib/ehr/dataelement.js +0 -3
- package/lib/ehr/dataelement_mapping.d.ts +0 -10
- package/lib/ehr/dataelement_mapping.js +0 -4
- package/lib/ehr/datarequirement.d.ts +0 -14
- package/lib/ehr/datarequirement.js +0 -3
- package/lib/ehr/datarequirement_codefilter.d.ts +0 -17
- package/lib/ehr/datarequirement_codefilter.js +0 -3
- package/lib/ehr/datarequirement_datefilter.d.ts +0 -12
- package/lib/ehr/datarequirement_datefilter.js +0 -3
- package/lib/ehr/detectedissue.d.ts +0 -30
- package/lib/ehr/detectedissue.js +0 -3
- package/lib/ehr/detectedissue_mitigation.d.ts +0 -10
- package/lib/ehr/detectedissue_mitigation.js +0 -3
- package/lib/ehr/device.d.ts +0 -44
- package/lib/ehr/device.js +0 -3
- package/lib/ehr/device_udi.d.ts +0 -24
- package/lib/ehr/device_udi.js +0 -4
- package/lib/ehr/devicecomponent.d.ts +0 -28
- package/lib/ehr/devicecomponent.js +0 -3
- package/lib/ehr/devicecomponent_productionspecification.d.ts +0 -10
- package/lib/ehr/devicecomponent_productionspecification.js +0 -3
- package/lib/ehr/devicemetric.d.ts +0 -29
- package/lib/ehr/devicemetric.js +0 -3
- package/lib/ehr/devicemetric_calibration.d.ts +0 -8
- package/lib/ehr/devicemetric_calibration.js +0 -4
- package/lib/ehr/devicerequest.d.ts +0 -59
- package/lib/ehr/devicerequest.js +0 -3
- package/lib/ehr/devicerequest_requester.d.ts +0 -7
- package/lib/ehr/devicerequest_requester.js +0 -3
- package/lib/ehr/deviceusestatement.d.ts +0 -36
- package/lib/ehr/deviceusestatement.js +0 -3
- package/lib/ehr/diagnosticreport.d.ts +0 -47
- package/lib/ehr/diagnosticreport.js +0 -3
- package/lib/ehr/diagnosticreport_image.d.ts +0 -7
- package/lib/ehr/diagnosticreport_image.js +0 -3
- package/lib/ehr/diagnosticreport_performer.d.ts +0 -8
- package/lib/ehr/diagnosticreport_performer.js +0 -3
- package/lib/ehr/distance.d.ts +0 -2
- package/lib/ehr/distance.js +0 -4
- package/lib/ehr/documentmanifest.d.ts +0 -33
- package/lib/ehr/documentmanifest.js +0 -3
- package/lib/ehr/documentmanifest_content.d.ts +0 -8
- package/lib/ehr/documentmanifest_content.js +0 -3
- package/lib/ehr/documentmanifest_related.d.ts +0 -8
- package/lib/ehr/documentmanifest_related.js +0 -3
- package/lib/ehr/documentreference.d.ts +0 -44
- package/lib/ehr/documentreference.js +0 -3
- package/lib/ehr/documentreference_content.d.ts +0 -8
- package/lib/ehr/documentreference_content.js +0 -3
- package/lib/ehr/documentreference_context.d.ts +0 -20
- package/lib/ehr/documentreference_context.js +0 -3
- package/lib/ehr/documentreference_related.d.ts +0 -8
- package/lib/ehr/documentreference_related.js +0 -3
- package/lib/ehr/documentreference_relatesto.d.ts +0 -7
- package/lib/ehr/documentreference_relatesto.js +0 -3
- package/lib/ehr/domainresource.d.ts +0 -13
- package/lib/ehr/domainresource.js +0 -3
- package/lib/ehr/dosage.d.ts +0 -43
- package/lib/ehr/dosage.js +0 -3
- package/lib/ehr/duration.d.ts +0 -2
- package/lib/ehr/duration.js +0 -4
- package/lib/ehr/element.d.ts +0 -7
- package/lib/ehr/element.js +0 -3
- package/lib/ehr/elementdefinition.d.ts +0 -451
- package/lib/ehr/elementdefinition.js +0 -3
- package/lib/ehr/elementdefinition_base.d.ts +0 -8
- package/lib/ehr/elementdefinition_base.js +0 -4
- package/lib/ehr/elementdefinition_binding.d.ts +0 -11
- package/lib/ehr/elementdefinition_binding.js +0 -3
- package/lib/ehr/elementdefinition_constraint.d.ts +0 -16
- package/lib/ehr/elementdefinition_constraint.js +0 -4
- package/lib/ehr/elementdefinition_discriminator.d.ts +0 -6
- package/lib/ehr/elementdefinition_discriminator.js +0 -4
- package/lib/ehr/elementdefinition_example.d.ts +0 -145
- package/lib/ehr/elementdefinition_example.js +0 -3
- package/lib/ehr/elementdefinition_mapping.d.ts +0 -10
- package/lib/ehr/elementdefinition_mapping.js +0 -4
- package/lib/ehr/elementdefinition_slicing.d.ts +0 -11
- package/lib/ehr/elementdefinition_slicing.js +0 -3
- package/lib/ehr/elementdefinition_type.d.ts +0 -12
- package/lib/ehr/elementdefinition_type.js +0 -4
- package/lib/ehr/eligibilityrequest.d.ts +0 -40
- package/lib/ehr/eligibilityrequest.js +0 -3
- package/lib/ehr/eligibilityresponse.d.ts +0 -35
- package/lib/ehr/eligibilityresponse.js +0 -3
- package/lib/ehr/eligibilityresponse_benefitbalance.d.ts +0 -22
- package/lib/ehr/eligibilityresponse_benefitbalance.js +0 -3
- package/lib/ehr/eligibilityresponse_error.d.ts +0 -5
- package/lib/ehr/eligibilityresponse_error.js +0 -3
- package/lib/ehr/eligibilityresponse_financial.d.ts +0 -16
- package/lib/ehr/eligibilityresponse_financial.js +0 -3
- package/lib/ehr/eligibilityresponse_insurance.d.ts +0 -10
- package/lib/ehr/eligibilityresponse_insurance.js +0 -3
- package/lib/ehr/encounter.d.ts +0 -60
- package/lib/ehr/encounter.js +0 -3
- package/lib/ehr/encounter_classhistory.d.ts +0 -8
- package/lib/ehr/encounter_classhistory.js +0 -3
- package/lib/ehr/encounter_diagnosis.d.ts +0 -10
- package/lib/ehr/encounter_diagnosis.js +0 -3
- package/lib/ehr/encounter_hospitalization.d.ts +0 -23
- package/lib/ehr/encounter_hospitalization.js +0 -3
- package/lib/ehr/encounter_location.d.ts +0 -10
- package/lib/ehr/encounter_location.js +0 -3
- package/lib/ehr/encounter_participant.d.ts +0 -11
- package/lib/ehr/encounter_participant.js +0 -3
- package/lib/ehr/encounter_statushistory.d.ts +0 -7
- package/lib/ehr/encounter_statushistory.js +0 -3
- package/lib/ehr/endpoint.d.ts +0 -32
- package/lib/ehr/endpoint.js +0 -3
- package/lib/ehr/enrollmentrequest.d.ts +0 -22
- package/lib/ehr/enrollmentrequest.js +0 -3
- package/lib/ehr/enrollmentresponse.d.ts +0 -25
- package/lib/ehr/enrollmentresponse.js +0 -3
- package/lib/ehr/episodeofcare.d.ts +0 -34
- package/lib/ehr/episodeofcare.js +0 -3
- package/lib/ehr/episodeofcare_diagnosis.d.ts +0 -10
- package/lib/ehr/episodeofcare_diagnosis.js +0 -3
- package/lib/ehr/episodeofcare_statushistory.d.ts +0 -7
- package/lib/ehr/episodeofcare_statushistory.js +0 -3
- package/lib/ehr/expansionprofile.d.ts +0 -57
- package/lib/ehr/expansionprofile.js +0 -3
- package/lib/ehr/expansionprofile_designation.d.ts +0 -8
- package/lib/ehr/expansionprofile_designation.js +0 -3
- package/lib/ehr/expansionprofile_designation1.d.ts +0 -7
- package/lib/ehr/expansionprofile_designation1.js +0 -3
- package/lib/ehr/expansionprofile_designation2.d.ts +0 -7
- package/lib/ehr/expansionprofile_designation2.js +0 -3
- package/lib/ehr/expansionprofile_exclude.d.ts +0 -5
- package/lib/ehr/expansionprofile_exclude.js +0 -3
- package/lib/ehr/expansionprofile_excludedsystem.d.ts +0 -6
- package/lib/ehr/expansionprofile_excludedsystem.js +0 -4
- package/lib/ehr/expansionprofile_fixedversion.d.ts +0 -8
- package/lib/ehr/expansionprofile_fixedversion.js +0 -4
- package/lib/ehr/expansionprofile_include.d.ts +0 -5
- package/lib/ehr/expansionprofile_include.js +0 -3
- package/lib/ehr/explanationofbenefit.d.ts +0 -100
- package/lib/ehr/explanationofbenefit.js +0 -3
- package/lib/ehr/explanationofbenefit_accident.d.ts +0 -13
- package/lib/ehr/explanationofbenefit_accident.js +0 -3
- package/lib/ehr/explanationofbenefit_additem.d.ts +0 -24
- package/lib/ehr/explanationofbenefit_additem.js +0 -3
- package/lib/ehr/explanationofbenefit_adjudication.d.ts +0 -12
- package/lib/ehr/explanationofbenefit_adjudication.js +0 -3
- package/lib/ehr/explanationofbenefit_benefitbalance.d.ts +0 -22
- package/lib/ehr/explanationofbenefit_benefitbalance.js +0 -3
- package/lib/ehr/explanationofbenefit_careteam.d.ts +0 -14
- package/lib/ehr/explanationofbenefit_careteam.js +0 -3
- package/lib/ehr/explanationofbenefit_detail.d.ts +0 -38
- package/lib/ehr/explanationofbenefit_detail.js +0 -3
- package/lib/ehr/explanationofbenefit_detail1.d.ts +0 -19
- package/lib/ehr/explanationofbenefit_detail1.js +0 -3
- package/lib/ehr/explanationofbenefit_diagnosis.d.ts +0 -14
- package/lib/ehr/explanationofbenefit_diagnosis.js +0 -3
- package/lib/ehr/explanationofbenefit_financial.d.ts +0 -16
- package/lib/ehr/explanationofbenefit_financial.js +0 -3
- package/lib/ehr/explanationofbenefit_information.d.ts +0 -28
- package/lib/ehr/explanationofbenefit_information.js +0 -3
- package/lib/ehr/explanationofbenefit_insurance.d.ts +0 -7
- package/lib/ehr/explanationofbenefit_insurance.js +0 -3
- package/lib/ehr/explanationofbenefit_item.d.ts +0 -62
- package/lib/ehr/explanationofbenefit_item.js +0 -3
- package/lib/ehr/explanationofbenefit_payee.d.ts +0 -10
- package/lib/ehr/explanationofbenefit_payee.js +0 -3
- package/lib/ehr/explanationofbenefit_payment.d.ts +0 -17
- package/lib/ehr/explanationofbenefit_payment.js +0 -3
- package/lib/ehr/explanationofbenefit_procedure.d.ts +0 -12
- package/lib/ehr/explanationofbenefit_procedure.js +0 -3
- package/lib/ehr/explanationofbenefit_processnote.d.ts +0 -11
- package/lib/ehr/explanationofbenefit_processnote.js +0 -3
- package/lib/ehr/explanationofbenefit_related.d.ts +0 -11
- package/lib/ehr/explanationofbenefit_related.js +0 -3
- package/lib/ehr/explanationofbenefit_subdetail.d.ts +0 -35
- package/lib/ehr/explanationofbenefit_subdetail.js +0 -3
- package/lib/ehr/extension.d.ts +0 -144
- package/lib/ehr/extension.js +0 -3
- package/lib/ehr/familymemberhistory.d.ts +0 -64
- package/lib/ehr/familymemberhistory.js +0 -3
- package/lib/ehr/familymemberhistory_condition.d.ts +0 -21
- package/lib/ehr/familymemberhistory_condition.js +0 -3
- package/lib/ehr/flag.d.ts +0 -24
- package/lib/ehr/flag.js +0 -3
- package/lib/ehr/goal.d.ts +0 -41
- package/lib/ehr/goal.js +0 -3
- package/lib/ehr/goal_target.d.ts +0 -18
- package/lib/ehr/goal_target.js +0 -3
- package/lib/ehr/graphdefinition.d.ts +0 -38
- package/lib/ehr/graphdefinition.js +0 -3
- package/lib/ehr/graphdefinition_compartment.d.ts +0 -10
- package/lib/ehr/graphdefinition_compartment.js +0 -4
- package/lib/ehr/graphdefinition_link.d.ts +0 -15
- package/lib/ehr/graphdefinition_link.js +0 -3
- package/lib/ehr/graphdefinition_target.d.ts +0 -12
- package/lib/ehr/graphdefinition_target.js +0 -3
- package/lib/ehr/group.d.ts +0 -26
- package/lib/ehr/group.js +0 -3
- package/lib/ehr/group_characteristic.d.ts +0 -20
- package/lib/ehr/group_characteristic.js +0 -3
- package/lib/ehr/group_member.d.ts +0 -10
- package/lib/ehr/group_member.js +0 -3
- package/lib/ehr/guidanceresponse.d.ts +0 -39
- package/lib/ehr/guidanceresponse.js +0 -3
- package/lib/ehr/healthcareservice.d.ts +0 -59
- package/lib/ehr/healthcareservice.js +0 -3
- package/lib/ehr/healthcareservice_availabletime.d.ts +0 -10
- package/lib/ehr/healthcareservice_availabletime.js +0 -4
- package/lib/ehr/healthcareservice_notavailable.d.ts +0 -7
- package/lib/ehr/healthcareservice_notavailable.js +0 -3
- package/lib/ehr/humanname.d.ts +0 -17
- package/lib/ehr/humanname.js +0 -3
- package/lib/ehr/identifier.d.ts +0 -17
- package/lib/ehr/identifier.js +0 -3
- package/lib/ehr/imagingmanifest.d.ts +0 -20
- package/lib/ehr/imagingmanifest.js +0 -3
- package/lib/ehr/imagingmanifest_instance.d.ts +0 -6
- package/lib/ehr/imagingmanifest_instance.js +0 -4
- package/lib/ehr/imagingmanifest_series.d.ts +0 -10
- package/lib/ehr/imagingmanifest_series.js +0 -3
- package/lib/ehr/imagingmanifest_study.d.ts +0 -12
- package/lib/ehr/imagingmanifest_study.js +0 -3
- package/lib/ehr/imagingstudy.d.ts +0 -47
- package/lib/ehr/imagingstudy.js +0 -3
- package/lib/ehr/imagingstudy_instance.d.ts +0 -10
- package/lib/ehr/imagingstudy_instance.js +0 -4
- package/lib/ehr/imagingstudy_series.d.ts +0 -29
- package/lib/ehr/imagingstudy_series.js +0 -3
- package/lib/ehr/immunization.d.ts +0 -55
- package/lib/ehr/immunization.js +0 -3
- package/lib/ehr/immunization_explanation.d.ts +0 -7
- package/lib/ehr/immunization_explanation.js +0 -3
- package/lib/ehr/immunization_practitioner.d.ts +0 -8
- package/lib/ehr/immunization_practitioner.js +0 -3
- package/lib/ehr/immunization_reaction.d.ts +0 -9
- package/lib/ehr/immunization_reaction.js +0 -3
- package/lib/ehr/immunization_vaccinationprotocol.d.ts +0 -20
- package/lib/ehr/immunization_vaccinationprotocol.js +0 -3
- package/lib/ehr/immunizationrecommendation.d.ts +0 -13
- package/lib/ehr/immunizationrecommendation.js +0 -3
- package/lib/ehr/immunizationrecommendation_datecriterion.d.ts +0 -7
- package/lib/ehr/immunizationrecommendation_datecriterion.js +0 -3
- package/lib/ehr/immunizationrecommendation_protocol.d.ts +0 -11
- package/lib/ehr/immunizationrecommendation_protocol.js +0 -3
- package/lib/ehr/immunizationrecommendation_recommendation.d.ts +0 -24
- package/lib/ehr/immunizationrecommendation_recommendation.js +0 -3
- package/lib/ehr/implementationguide.d.ts +0 -47
- package/lib/ehr/implementationguide.js +0 -3
- package/lib/ehr/implementationguide_dependency.d.ts +0 -6
- package/lib/ehr/implementationguide_dependency.js +0 -4
- package/lib/ehr/implementationguide_global.d.ts +0 -7
- package/lib/ehr/implementationguide_global.js +0 -3
- package/lib/ehr/implementationguide_package.d.ts +0 -9
- package/lib/ehr/implementationguide_package.js +0 -3
- package/lib/ehr/implementationguide_page.d.ts +0 -16
- package/lib/ehr/implementationguide_page.js +0 -4
- package/lib/ehr/implementationguide_resource.d.ts +0 -17
- package/lib/ehr/implementationguide_resource.js +0 -3
- package/lib/ehr/index.d.ts +0 -490
- package/lib/ehr/index.js +0 -509
- package/lib/ehr/library.d.ts +0 -66
- package/lib/ehr/library.js +0 -3
- package/lib/ehr/linkage.d.ts +0 -12
- package/lib/ehr/linkage.js +0 -3
- package/lib/ehr/linkage_item.d.ts +0 -7
- package/lib/ehr/linkage_item.js +0 -3
- package/lib/ehr/list.d.ts +0 -35
- package/lib/ehr/list.js +0 -3
- package/lib/ehr/list_entry.d.ts +0 -12
- package/lib/ehr/list_entry.js +0 -3
- package/lib/ehr/location.d.ts +0 -41
- package/lib/ehr/location.js +0 -3
- package/lib/ehr/location_position.d.ts +0 -8
- package/lib/ehr/location_position.js +0 -4
- package/lib/ehr/measure.d.ts +0 -88
- package/lib/ehr/measure.js +0 -3
- package/lib/ehr/measure_group.d.ts +0 -15
- package/lib/ehr/measure_group.js +0 -3
- package/lib/ehr/measure_population.d.ts +0 -14
- package/lib/ehr/measure_population.js +0 -3
- package/lib/ehr/measure_stratifier.d.ts +0 -9
- package/lib/ehr/measure_stratifier.js +0 -3
- package/lib/ehr/measure_supplementaldata.d.ts +0 -12
- package/lib/ehr/measure_supplementaldata.js +0 -3
- package/lib/ehr/measurereport.d.ts +0 -28
- package/lib/ehr/measurereport.js +0 -3
- package/lib/ehr/measurereport_group.d.ts +0 -13
- package/lib/ehr/measurereport_group.js +0 -3
- package/lib/ehr/measurereport_population.d.ts +0 -13
- package/lib/ehr/measurereport_population.js +0 -3
- package/lib/ehr/measurereport_population1.d.ts +0 -13
- package/lib/ehr/measurereport_population1.js +0 -3
- package/lib/ehr/measurereport_stratifier.d.ts +0 -8
- package/lib/ehr/measurereport_stratifier.js +0 -3
- package/lib/ehr/measurereport_stratum.d.ts +0 -9
- package/lib/ehr/measurereport_stratum.js +0 -3
- package/lib/ehr/media.d.ts +0 -48
- package/lib/ehr/media.js +0 -3
- package/lib/ehr/medication.d.ts +0 -27
- package/lib/ehr/medication.js +0 -3
- package/lib/ehr/medication_batch.d.ts +0 -6
- package/lib/ehr/medication_batch.js +0 -4
- package/lib/ehr/medication_content.d.ts +0 -11
- package/lib/ehr/medication_content.js +0 -3
- package/lib/ehr/medication_ingredient.d.ts +0 -13
- package/lib/ehr/medication_ingredient.js +0 -3
- package/lib/ehr/medication_package.d.ts +0 -11
- package/lib/ehr/medication_package.js +0 -3
- package/lib/ehr/medicationadministration.d.ts +0 -55
- package/lib/ehr/medicationadministration.js +0 -3
- package/lib/ehr/medicationadministration_dosage.d.ts +0 -21
- package/lib/ehr/medicationadministration_dosage.js +0 -3
- package/lib/ehr/medicationadministration_performer.d.ts +0 -7
- package/lib/ehr/medicationadministration_performer.js +0 -3
- package/lib/ehr/medicationdispense.d.ts +0 -64
- package/lib/ehr/medicationdispense.js +0 -3
- package/lib/ehr/medicationdispense_performer.d.ts +0 -7
- package/lib/ehr/medicationdispense_performer.js +0 -3
- package/lib/ehr/medicationdispense_substitution.d.ts +0 -12
- package/lib/ehr/medicationdispense_substitution.js +0 -3
- package/lib/ehr/medicationrequest.d.ts +0 -62
- package/lib/ehr/medicationrequest.js +0 -3
- package/lib/ehr/medicationrequest_dispenserequest.d.ts +0 -16
- package/lib/ehr/medicationrequest_dispenserequest.js +0 -3
- package/lib/ehr/medicationrequest_requester.d.ts +0 -7
- package/lib/ehr/medicationrequest_requester.js +0 -3
- package/lib/ehr/medicationrequest_substitution.d.ts +0 -7
- package/lib/ehr/medicationrequest_substitution.js +0 -3
- package/lib/ehr/medicationstatement.d.ts +0 -50
- package/lib/ehr/medicationstatement.js +0 -3
- package/lib/ehr/messagedefinition.d.ts +0 -58
- package/lib/ehr/messagedefinition.js +0 -3
- package/lib/ehr/messagedefinition_allowedresponse.d.ts +0 -7
- package/lib/ehr/messagedefinition_allowedresponse.js +0 -3
- package/lib/ehr/messagedefinition_focus.d.ts +0 -11
- package/lib/ehr/messagedefinition_focus.js +0 -3
- package/lib/ehr/messageheader.d.ts +0 -34
- package/lib/ehr/messageheader.js +0 -3
- package/lib/ehr/messageheader_destination.d.ts +0 -9
- package/lib/ehr/messageheader_destination.js +0 -3
- package/lib/ehr/messageheader_response.d.ts +0 -9
- package/lib/ehr/messageheader_response.js +0 -3
- package/lib/ehr/messageheader_source.d.ts +0 -13
- package/lib/ehr/messageheader_source.js +0 -3
- package/lib/ehr/meta.d.ts +0 -13
- package/lib/ehr/meta.js +0 -3
- package/lib/ehr/money.d.ts +0 -2
- package/lib/ehr/money.js +0 -4
- package/lib/ehr/namingsystem.d.ts +0 -37
- package/lib/ehr/namingsystem.js +0 -3
- package/lib/ehr/namingsystem_uniqueid.d.ts +0 -13
- package/lib/ehr/namingsystem_uniqueid.js +0 -3
- package/lib/ehr/narrative.d.ts +0 -6
- package/lib/ehr/narrative.js +0 -4
- package/lib/ehr/nutritionorder.d.ts +0 -34
- package/lib/ehr/nutritionorder.js +0 -3
- package/lib/ehr/nutritionorder_administration.d.ts +0 -13
- package/lib/ehr/nutritionorder_administration.js +0 -3
- package/lib/ehr/nutritionorder_enteralformula.d.ts +0 -23
- package/lib/ehr/nutritionorder_enteralformula.js +0 -3
- package/lib/ehr/nutritionorder_nutrient.d.ts +0 -8
- package/lib/ehr/nutritionorder_nutrient.js +0 -3
- package/lib/ehr/nutritionorder_oraldiet.d.ts +0 -18
- package/lib/ehr/nutritionorder_oraldiet.js +0 -3
- package/lib/ehr/nutritionorder_supplement.d.ts +0 -15
- package/lib/ehr/nutritionorder_supplement.js +0 -3
- package/lib/ehr/nutritionorder_texture.d.ts +0 -7
- package/lib/ehr/nutritionorder_texture.js +0 -3
- package/lib/ehr/observation.d.ts +0 -80
- package/lib/ehr/observation.js +0 -3
- package/lib/ehr/observation_component.d.ts +0 -38
- package/lib/ehr/observation_component.js +0 -3
- package/lib/ehr/observation_referencerange.d.ts +0 -17
- package/lib/ehr/observation_referencerange.js +0 -3
- package/lib/ehr/observation_related.d.ts +0 -7
- package/lib/ehr/observation_related.js +0 -3
- package/lib/ehr/operationdefinition.d.ts +0 -56
- package/lib/ehr/operationdefinition.js +0 -3
- package/lib/ehr/operationdefinition_binding.d.ts +0 -9
- package/lib/ehr/operationdefinition_binding.js +0 -3
- package/lib/ehr/operationdefinition_overload.d.ts +0 -6
- package/lib/ehr/operationdefinition_overload.js +0 -4
- package/lib/ehr/operationdefinition_parameter.d.ts +0 -24
- package/lib/ehr/operationdefinition_parameter.js +0 -3
- package/lib/ehr/operationoutcome.d.ts +0 -7
- package/lib/ehr/operationoutcome.js +0 -3
- package/lib/ehr/operationoutcome_issue.d.ts +0 -15
- package/lib/ehr/operationoutcome_issue.js +0 -3
- package/lib/ehr/organization.d.ts +0 -30
- package/lib/ehr/organization.js +0 -3
- package/lib/ehr/organization_contact.d.ts +0 -14
- package/lib/ehr/organization_contact.js +0 -3
- package/lib/ehr/parameterdefinition.d.ts +0 -17
- package/lib/ehr/parameterdefinition.js +0 -3
- package/lib/ehr/parameters.d.ts +0 -5
- package/lib/ehr/parameters.js +0 -3
- package/lib/ehr/parameters_parameter.d.ts +0 -150
- package/lib/ehr/parameters_parameter.js +0 -3
- package/lib/ehr/patient.d.ts +0 -53
- package/lib/ehr/patient.js +0 -3
- package/lib/ehr/patient_animal.d.ts +0 -9
- package/lib/ehr/patient_animal.js +0 -3
- package/lib/ehr/patient_communication.d.ts +0 -7
- package/lib/ehr/patient_communication.js +0 -3
- package/lib/ehr/patient_contact.d.ts +0 -22
- package/lib/ehr/patient_contact.js +0 -3
- package/lib/ehr/patient_link.d.ts +0 -7
- package/lib/ehr/patient_link.js +0 -3
- package/lib/ehr/paymentnotice.d.ts +0 -27
- package/lib/ehr/paymentnotice.js +0 -3
- package/lib/ehr/paymentreconciliation.d.ts +0 -39
- package/lib/ehr/paymentreconciliation.js +0 -3
- package/lib/ehr/paymentreconciliation_detail.d.ts +0 -19
- package/lib/ehr/paymentreconciliation_detail.js +0 -3
- package/lib/ehr/paymentreconciliation_processnote.d.ts +0 -7
- package/lib/ehr/paymentreconciliation_processnote.js +0 -3
- package/lib/ehr/period.d.ts +0 -6
- package/lib/ehr/period.js +0 -4
- package/lib/ehr/person.d.ts +0 -31
- package/lib/ehr/person.js +0 -3
- package/lib/ehr/person_link.d.ts +0 -7
- package/lib/ehr/person_link.js +0 -3
- package/lib/ehr/plandefinition.d.ts +0 -66
- package/lib/ehr/plandefinition.js +0 -3
- package/lib/ehr/plandefinition_action.d.ts +0 -74
- package/lib/ehr/plandefinition_action.js +0 -3
- package/lib/ehr/plandefinition_condition.d.ts +0 -10
- package/lib/ehr/plandefinition_condition.js +0 -4
- package/lib/ehr/plandefinition_dynamicvalue.d.ts +0 -10
- package/lib/ehr/plandefinition_dynamicvalue.js +0 -4
- package/lib/ehr/plandefinition_goal.d.ts +0 -19
- package/lib/ehr/plandefinition_goal.js +0 -3
- package/lib/ehr/plandefinition_participant.d.ts +0 -7
- package/lib/ehr/plandefinition_participant.js +0 -3
- package/lib/ehr/plandefinition_relatedaction.d.ts +0 -12
- package/lib/ehr/plandefinition_relatedaction.js +0 -3
- package/lib/ehr/plandefinition_target.d.ts +0 -16
- package/lib/ehr/plandefinition_target.js +0 -3
- package/lib/ehr/practitioner.d.ts +0 -32
- package/lib/ehr/practitioner.js +0 -3
- package/lib/ehr/practitioner_qualification.d.ts +0 -14
- package/lib/ehr/practitioner_qualification.js +0 -3
- package/lib/ehr/practitionerrole.d.ts +0 -39
- package/lib/ehr/practitionerrole.js +0 -3
- package/lib/ehr/practitionerrole_availabletime.d.ts +0 -10
- package/lib/ehr/practitionerrole_availabletime.js +0 -4
- package/lib/ehr/practitionerrole_notavailable.d.ts +0 -7
- package/lib/ehr/practitionerrole_notavailable.js +0 -3
- package/lib/ehr/procedure.d.ts +0 -65
- package/lib/ehr/procedure.js +0 -3
- package/lib/ehr/procedure_focaldevice.d.ts +0 -8
- package/lib/ehr/procedure_focaldevice.js +0 -3
- package/lib/ehr/procedure_performer.d.ts +0 -10
- package/lib/ehr/procedure_performer.js +0 -3
- package/lib/ehr/procedurerequest.d.ts +0 -69
- package/lib/ehr/procedurerequest.js +0 -3
- package/lib/ehr/procedurerequest_requester.d.ts +0 -7
- package/lib/ehr/procedurerequest_requester.js +0 -3
- package/lib/ehr/processrequest.d.ts +0 -38
- package/lib/ehr/processrequest.js +0 -3
- package/lib/ehr/processrequest_item.d.ts +0 -4
- package/lib/ehr/processrequest_item.js +0 -4
- package/lib/ehr/processresponse.d.ts +0 -34
- package/lib/ehr/processresponse.js +0 -3
- package/lib/ehr/processresponse_processnote.d.ts +0 -7
- package/lib/ehr/processresponse_processnote.js +0 -3
- package/lib/ehr/provenance.d.ts +0 -30
- package/lib/ehr/provenance.js +0 -3
- package/lib/ehr/provenance_agent.d.ts +0 -16
- package/lib/ehr/provenance_agent.js +0 -3
- package/lib/ehr/provenance_entity.d.ts +0 -15
- package/lib/ehr/provenance_entity.js +0 -3
- package/lib/ehr/quantity.d.ts +0 -12
- package/lib/ehr/quantity.js +0 -4
- package/lib/ehr/questionnaire.d.ts +0 -53
- package/lib/ehr/questionnaire.js +0 -3
- package/lib/ehr/questionnaire_enablewhen.d.ts +0 -34
- package/lib/ehr/questionnaire_enablewhen.js +0 -3
- package/lib/ehr/questionnaire_item.d.ts +0 -69
- package/lib/ehr/questionnaire_item.js +0 -3
- package/lib/ehr/questionnaire_option.d.ts +0 -13
- package/lib/ehr/questionnaire_option.js +0 -3
- package/lib/ehr/questionnaireresponse.d.ts +0 -29
- package/lib/ehr/questionnaireresponse.js +0 -3
- package/lib/ehr/questionnaireresponse_answer.d.ts +0 -33
- package/lib/ehr/questionnaireresponse_answer.js +0 -3
- package/lib/ehr/questionnaireresponse_item.d.ts +0 -16
- package/lib/ehr/questionnaireresponse_item.js +0 -3
- package/lib/ehr/range.d.ts +0 -7
- package/lib/ehr/range.js +0 -3
- package/lib/ehr/ratio.d.ts +0 -7
- package/lib/ehr/ratio.js +0 -3
- package/lib/ehr/reference.d.ts +0 -9
- package/lib/ehr/reference.js +0 -3
- package/lib/ehr/referralrequest.d.ts +0 -58
- package/lib/ehr/referralrequest.js +0 -3
- package/lib/ehr/referralrequest_requester.d.ts +0 -7
- package/lib/ehr/referralrequest_requester.js +0 -3
- package/lib/ehr/relatedartifact.d.ts +0 -16
- package/lib/ehr/relatedartifact.js +0 -3
- package/lib/ehr/relatedperson.d.ts +0 -34
- package/lib/ehr/relatedperson.js +0 -3
- package/lib/ehr/requestgroup.d.ts +0 -41
- package/lib/ehr/requestgroup.js +0 -3
- package/lib/ehr/requestgroup_action.d.ts +0 -56
- package/lib/ehr/requestgroup_action.js +0 -3
- package/lib/ehr/requestgroup_condition.d.ts +0 -10
- package/lib/ehr/requestgroup_condition.js +0 -4
- package/lib/ehr/requestgroup_relatedaction.d.ts +0 -12
- package/lib/ehr/requestgroup_relatedaction.js +0 -3
- package/lib/ehr/researchstudy.d.ts +0 -52
- package/lib/ehr/researchstudy.js +0 -3
- package/lib/ehr/researchstudy_arm.d.ts +0 -9
- package/lib/ehr/researchstudy_arm.js +0 -3
- package/lib/ehr/researchsubject.d.ts +0 -23
- package/lib/ehr/researchsubject.js +0 -3
- package/lib/ehr/resource.js +0 -3
- package/lib/ehr/resourcelist.js +0 -4
- package/lib/ehr/riskassessment.d.ts +0 -45
- package/lib/ehr/riskassessment.js +0 -3
- package/lib/ehr/riskassessment_prediction.d.ts +0 -21
- package/lib/ehr/riskassessment_prediction.js +0 -3
- package/lib/ehr/sampleddata.d.ts +0 -17
- package/lib/ehr/sampleddata.js +0 -3
- package/lib/ehr/schedule.d.ts +0 -24
- package/lib/ehr/schedule.js +0 -3
- package/lib/ehr/searchparameter.d.ts +0 -56
- package/lib/ehr/searchparameter.js +0 -3
- package/lib/ehr/searchparameter_component.d.ts +0 -7
- package/lib/ehr/searchparameter_component.js +0 -3
- package/lib/ehr/sequence.d.ts +0 -41
- package/lib/ehr/sequence.js +0 -3
- package/lib/ehr/sequence_quality.d.ts +0 -32
- package/lib/ehr/sequence_quality.js +0 -3
- package/lib/ehr/sequence_referenceseq.d.ts +0 -20
- package/lib/ehr/sequence_referenceseq.js +0 -3
- package/lib/ehr/sequence_repository.d.ts +0 -14
- package/lib/ehr/sequence_repository.js +0 -4
- package/lib/ehr/sequence_variant.d.ts +0 -15
- package/lib/ehr/sequence_variant.js +0 -3
- package/lib/ehr/servicedefinition.d.ts +0 -64
- package/lib/ehr/servicedefinition.js +0 -3
- package/lib/ehr/signature.d.ts +0 -20
- package/lib/ehr/signature.js +0 -3
- package/lib/ehr/slot.d.ts +0 -29
- package/lib/ehr/slot.js +0 -3
- package/lib/ehr/specimen.d.ts +0 -35
- package/lib/ehr/specimen.js +0 -3
- package/lib/ehr/specimen_collection.d.ts +0 -18
- package/lib/ehr/specimen_collection.js +0 -3
- package/lib/ehr/specimen_container.d.ts +0 -20
- package/lib/ehr/specimen_container.js +0 -3
- package/lib/ehr/specimen_processing.d.ts +0 -15
- package/lib/ehr/specimen_processing.js +0 -3
- package/lib/ehr/structuredefinition.d.ts +0 -68
- package/lib/ehr/structuredefinition.js +0 -3
- package/lib/ehr/structuredefinition_differential.d.ts +0 -5
- package/lib/ehr/structuredefinition_differential.js +0 -3
- package/lib/ehr/structuredefinition_mapping.d.ts +0 -10
- package/lib/ehr/structuredefinition_mapping.js +0 -4
- package/lib/ehr/structuredefinition_snapshot.d.ts +0 -5
- package/lib/ehr/structuredefinition_snapshot.js +0 -3
- package/lib/ehr/structuremap.d.ts +0 -46
- package/lib/ehr/structuremap.js +0 -3
- package/lib/ehr/structuremap_dependent.d.ts +0 -6
- package/lib/ehr/structuremap_dependent.js +0 -4
- package/lib/ehr/structuremap_group.d.ts +0 -16
- package/lib/ehr/structuremap_group.js +0 -3
- package/lib/ehr/structuremap_input.d.ts +0 -10
- package/lib/ehr/structuremap_input.js +0 -4
- package/lib/ehr/structuremap_parameter.d.ts +0 -12
- package/lib/ehr/structuremap_parameter.js +0 -4
- package/lib/ehr/structuremap_rule.d.ts +0 -17
- package/lib/ehr/structuremap_rule.js +0 -3
- package/lib/ehr/structuremap_source.d.ts +0 -161
- package/lib/ehr/structuremap_source.js +0 -3
- package/lib/ehr/structuremap_structure.d.ts +0 -10
- package/lib/ehr/structuremap_structure.js +0 -4
- package/lib/ehr/structuremap_target.d.ts +0 -19
- package/lib/ehr/structuremap_target.js +0 -3
- package/lib/ehr/subscription.d.ts +0 -23
- package/lib/ehr/subscription.js +0 -3
- package/lib/ehr/subscription_channel.d.ts +0 -10
- package/lib/ehr/subscription_channel.js +0 -4
- package/lib/ehr/substance.d.ts +0 -22
- package/lib/ehr/substance.js +0 -3
- package/lib/ehr/substance_ingredient.d.ts +0 -11
- package/lib/ehr/substance_ingredient.js +0 -3
- package/lib/ehr/substance_instance.d.ts +0 -10
- package/lib/ehr/substance_instance.js +0 -3
- package/lib/ehr/supplydelivery.d.ts +0 -36
- package/lib/ehr/supplydelivery.js +0 -3
- package/lib/ehr/supplydelivery_supplieditem.d.ts +0 -11
- package/lib/ehr/supplydelivery_supplieditem.js +0 -3
- package/lib/ehr/supplyrequest.d.ts +0 -41
- package/lib/ehr/supplyrequest.js +0 -3
- package/lib/ehr/supplyrequest_ordereditem.d.ts +0 -11
- package/lib/ehr/supplyrequest_ordereditem.js +0 -3
- package/lib/ehr/supplyrequest_requester.d.ts +0 -7
- package/lib/ehr/supplyrequest_requester.js +0 -3
- package/lib/ehr/task.d.ts +0 -69
- package/lib/ehr/task.js +0 -3
- package/lib/ehr/task_input.d.ts +0 -145
- package/lib/ehr/task_input.js +0 -3
- package/lib/ehr/task_output.d.ts +0 -145
- package/lib/ehr/task_output.js +0 -3
- package/lib/ehr/task_requester.d.ts +0 -7
- package/lib/ehr/task_requester.js +0 -3
- package/lib/ehr/task_restriction.d.ts +0 -10
- package/lib/ehr/task_restriction.js +0 -3
- package/lib/ehr/testreport.d.ts +0 -34
- package/lib/ehr/testreport.js +0 -3
- package/lib/ehr/testreport_action.d.ts +0 -8
- package/lib/ehr/testreport_action.js +0 -3
- package/lib/ehr/testreport_action1.d.ts +0 -8
- package/lib/ehr/testreport_action1.js +0 -3
- package/lib/ehr/testreport_action2.d.ts +0 -5
- package/lib/ehr/testreport_action2.js +0 -3
- package/lib/ehr/testreport_assert.d.ts +0 -8
- package/lib/ehr/testreport_assert.js +0 -4
- package/lib/ehr/testreport_operation.d.ts +0 -8
- package/lib/ehr/testreport_operation.js +0 -4
- package/lib/ehr/testreport_participant.d.ts +0 -8
- package/lib/ehr/testreport_participant.js +0 -4
- package/lib/ehr/testreport_setup.d.ts +0 -5
- package/lib/ehr/testreport_setup.js +0 -3
- package/lib/ehr/testreport_teardown.d.ts +0 -5
- package/lib/ehr/testreport_teardown.js +0 -3
- package/lib/ehr/testreport_test.d.ts +0 -9
- package/lib/ehr/testreport_test.js +0 -3
- package/lib/ehr/testscript.d.ts +0 -71
- package/lib/ehr/testscript.js +0 -3
- package/lib/ehr/testscript_action.d.ts +0 -8
- package/lib/ehr/testscript_action.js +0 -3
- package/lib/ehr/testscript_action1.d.ts +0 -8
- package/lib/ehr/testscript_action1.js +0 -3
- package/lib/ehr/testscript_action2.d.ts +0 -5
- package/lib/ehr/testscript_action2.js +0 -3
- package/lib/ehr/testscript_assert.d.ts +0 -52
- package/lib/ehr/testscript_assert.js +0 -3
- package/lib/ehr/testscript_capability.d.ts +0 -17
- package/lib/ehr/testscript_capability.js +0 -3
- package/lib/ehr/testscript_destination.d.ts +0 -7
- package/lib/ehr/testscript_destination.js +0 -3
- package/lib/ehr/testscript_fixture.d.ts +0 -9
- package/lib/ehr/testscript_fixture.js +0 -3
- package/lib/ehr/testscript_link.d.ts +0 -6
- package/lib/ehr/testscript_link.js +0 -4
- package/lib/ehr/testscript_metadata.d.ts +0 -8
- package/lib/ehr/testscript_metadata.js +0 -3
- package/lib/ehr/testscript_operation.d.ts +0 -36
- package/lib/ehr/testscript_operation.js +0 -3
- package/lib/ehr/testscript_origin.d.ts +0 -7
- package/lib/ehr/testscript_origin.js +0 -3
- package/lib/ehr/testscript_param.d.ts +0 -6
- package/lib/ehr/testscript_param.js +0 -4
- package/lib/ehr/testscript_param1.d.ts +0 -6
- package/lib/ehr/testscript_param1.js +0 -4
- package/lib/ehr/testscript_param2.d.ts +0 -6
- package/lib/ehr/testscript_param2.js +0 -4
- package/lib/ehr/testscript_param3.d.ts +0 -6
- package/lib/ehr/testscript_param3.js +0 -4
- package/lib/ehr/testscript_requestheader.d.ts +0 -6
- package/lib/ehr/testscript_requestheader.js +0 -4
- package/lib/ehr/testscript_rule.d.ts +0 -8
- package/lib/ehr/testscript_rule.js +0 -3
- package/lib/ehr/testscript_rule1.d.ts +0 -7
- package/lib/ehr/testscript_rule1.js +0 -3
- package/lib/ehr/testscript_rule2.d.ts +0 -7
- package/lib/ehr/testscript_rule2.js +0 -3
- package/lib/ehr/testscript_rule3.d.ts +0 -7
- package/lib/ehr/testscript_rule3.js +0 -3
- package/lib/ehr/testscript_ruleset.d.ts +0 -8
- package/lib/ehr/testscript_ruleset.js +0 -3
- package/lib/ehr/testscript_ruleset1.d.ts +0 -7
- package/lib/ehr/testscript_ruleset1.js +0 -3
- package/lib/ehr/testscript_setup.d.ts +0 -5
- package/lib/ehr/testscript_setup.js +0 -3
- package/lib/ehr/testscript_teardown.d.ts +0 -5
- package/lib/ehr/testscript_teardown.js +0 -3
- package/lib/ehr/testscript_test.d.ts +0 -9
- package/lib/ehr/testscript_test.js +0 -3
- package/lib/ehr/testscript_variable.d.ts +0 -18
- package/lib/ehr/testscript_variable.js +0 -4
- package/lib/ehr/timing.d.ts +0 -10
- package/lib/ehr/timing.js +0 -3
- package/lib/ehr/timing_repeat.d.ts +0 -39
- package/lib/ehr/timing_repeat.js +0 -3
- package/lib/ehr/triggerdefinition.d.ts +0 -19
- package/lib/ehr/triggerdefinition.js +0 -3
- package/lib/ehr/usagecontext.d.ts +0 -14
- package/lib/ehr/usagecontext.js +0 -3
- package/lib/ehr/valueset.d.ts +0 -48
- package/lib/ehr/valueset.js +0 -3
- package/lib/ehr/valueset_compose.d.ts +0 -11
- package/lib/ehr/valueset_compose.js +0 -3
- package/lib/ehr/valueset_concept.d.ts +0 -9
- package/lib/ehr/valueset_concept.js +0 -3
- package/lib/ehr/valueset_contains.d.ts +0 -19
- package/lib/ehr/valueset_contains.js +0 -3
- package/lib/ehr/valueset_designation.d.ts +0 -9
- package/lib/ehr/valueset_designation.js +0 -3
- package/lib/ehr/valueset_expansion.d.ts +0 -16
- package/lib/ehr/valueset_expansion.js +0 -3
- package/lib/ehr/valueset_filter.d.ts +0 -8
- package/lib/ehr/valueset_filter.js +0 -4
- package/lib/ehr/valueset_include.d.ts +0 -14
- package/lib/ehr/valueset_include.js +0 -3
- package/lib/ehr/valueset_parameter.d.ts +0 -16
- package/lib/ehr/valueset_parameter.js +0 -4
- package/lib/ehr/visionprescription.d.ts +0 -26
- package/lib/ehr/visionprescription.js +0 -3
- package/lib/ehr/visionprescription_dispense.d.ts +0 -35
- package/lib/ehr/visionprescription_dispense.js +0 -3
- package/lib/erp/index.d.ts +0 -5
- package/lib/erp/index.js +0 -3
- package/lib/ohi/index.d.ts +0 -5
- package/lib/ohi/index.js +0 -3
- /package/lib/{ehr/resource.d.ts → resource.d.ts} +0 -0
- /package/lib/{ehr/resourcelist.d.ts → resourcelist.d.ts} +0 -0
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZGl0aW9uX2V2aWRlbmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9jb25kaXRpb25fZXZpZGVuY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ29uZGl0aW9uX0V2aWRlbmNlIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENvbmRpdGlvbl9FdmlkZW5jZSB7XG4gIC8qKiBBIG1hbmlmZXN0YXRpb24gb3Igc3ltcHRvbSB0aGF0IGxlZCB0byB0aGUgcmVjb3JkaW5nIG9mIHRoaXMgY29uZGl0aW9uLiAqL1xuICBjb2RlPzogQ29kZWFibGVDb25jZXB0W107XG5cbiAgLyoqIExpbmtzIHRvIG90aGVyIHJlbGV2YW50IGluZm9ybWF0aW9uLCBpbmNsdWRpbmcgcGF0aG9sb2d5IHJlcG9ydHMuICovXG4gIGRldGFpbD86IFJlZmVyZW5jZVtdO1xufVxuIl19
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
export interface Condition_Stage {
|
|
4
|
-
/** A simple summary of the stage such as "Stage 3". The determination of the stage is disease-specific. */
|
|
5
|
-
summary?: CodeableConcept;
|
|
6
|
-
/** Reference to a formal record of the evidence on which the staging assessment is based. */
|
|
7
|
-
assessment?: Reference[];
|
|
8
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZGl0aW9uX3N0YWdlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9jb25kaXRpb25fc3RhZ2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ29uZGl0aW9uX1N0YWdlIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENvbmRpdGlvbl9TdGFnZSB7XG4gIC8qKiBBIHNpbXBsZSBzdW1tYXJ5IG9mIHRoZSBzdGFnZSBzdWNoIGFzIFwiU3RhZ2UgM1wiLiBUaGUgZGV0ZXJtaW5hdGlvbiBvZiB0aGUgc3RhZ2UgaXMgZGlzZWFzZS1zcGVjaWZpYy4gKi9cbiAgc3VtbWFyeT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogUmVmZXJlbmNlIHRvIGEgZm9ybWFsIHJlY29yZCBvZiB0aGUgZXZpZGVuY2Ugb24gd2hpY2ggdGhlIHN0YWdpbmcgYXNzZXNzbWVudCBpcyBiYXNlZC4gKi9cbiAgYXNzZXNzbWVudD86IFJlZmVyZW5jZVtdO1xufVxuIl19
|
package/lib/ehr/consent.d.ts
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
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 { Identifier } from "./identifier";
|
|
9
|
-
import type { Period } from "./period";
|
|
10
|
-
import type { Reference } from "./reference";
|
|
11
|
-
export interface Consent {
|
|
12
|
-
/** This is a Consent resource */
|
|
13
|
-
resourceType: "Consent";
|
|
14
|
-
/** Unique identifier for this copy of the Consent Statement. */
|
|
15
|
-
identifier?: Identifier;
|
|
16
|
-
/** Indicates the current state of this consent. */
|
|
17
|
-
status?: "draft" | "proposed" | "active" | "rejected" | "inactive" | "entered-in-error";
|
|
18
|
-
/** A classification of the type of consents found in the statement. This element supports indexing and retrieval of consent statements. */
|
|
19
|
-
category?: CodeableConcept[];
|
|
20
|
-
/** The patient/healthcare consumer to whom this consent applies. */
|
|
21
|
-
patient: Reference;
|
|
22
|
-
/** Relevant time or time-period when this Consent is applicable. */
|
|
23
|
-
period?: Period;
|
|
24
|
-
/** When this Consent was issued / created / indexed. */
|
|
25
|
-
dateTime?: string;
|
|
26
|
-
/** 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. */
|
|
27
|
-
consentingParty?: Reference[];
|
|
28
|
-
/** 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'). */
|
|
29
|
-
actor?: Consent_Actor[];
|
|
30
|
-
/** Actions controlled by this consent. */
|
|
31
|
-
action?: CodeableConcept[];
|
|
32
|
-
/** The organization that manages the consent, and the framework within which it is executed. */
|
|
33
|
-
organization?: Reference[];
|
|
34
|
-
/** 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. */
|
|
35
|
-
sourceAttachment?: Attachment;
|
|
36
|
-
/** 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. */
|
|
37
|
-
sourceIdentifier?: Identifier;
|
|
38
|
-
/** 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. */
|
|
39
|
-
sourceReference?: Reference;
|
|
40
|
-
/** The references to the policies that are included in this consent scope. Policies may be organizational, but are often defined jurisdictionally, or in law. */
|
|
41
|
-
policy?: Consent_Policy[];
|
|
42
|
-
/** A referece to the specific computable policy. */
|
|
43
|
-
policyRule?: string;
|
|
44
|
-
/** 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. */
|
|
45
|
-
securityLabel?: Coding[];
|
|
46
|
-
/** The context of the activities a user is taking - why the user is accessing the data - that are controlled by this consent. */
|
|
47
|
-
purpose?: Coding[];
|
|
48
|
-
/** Clinical or Operational Relevant period of time that bounds the data controlled by this consent. */
|
|
49
|
-
dataPeriod?: Period;
|
|
50
|
-
/** The resources controlled by this consent, if specific resources are referenced. */
|
|
51
|
-
data?: Consent_Data[];
|
|
52
|
-
/** An exception to the base policy of this consent. An exception can be an addition or removal of access permissions. */
|
|
53
|
-
except?: Consent_Except[];
|
|
54
|
-
}
|
package/lib/ehr/consent.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc2VudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvY29uc2VudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBDb25zZW50IFR5cGVcbmltcG9ydCB0eXBlIHsgQXR0YWNobWVudCB9IGZyb20gXCIuL2F0dGFjaG1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IENvZGluZyB9IGZyb20gXCIuL2NvZGluZ1wiO1xuaW1wb3J0IHR5cGUgeyBDb25zZW50X0FjdG9yIH0gZnJvbSBcIi4vY29uc2VudF9hY3RvclwiO1xuaW1wb3J0IHR5cGUgeyBDb25zZW50X0RhdGEgfSBmcm9tIFwiLi9jb25zZW50X2RhdGFcIjtcbmltcG9ydCB0eXBlIHsgQ29uc2VudF9FeGNlcHQgfSBmcm9tIFwiLi9jb25zZW50X2V4Y2VwdFwiO1xuaW1wb3J0IHR5cGUgeyBDb25zZW50X1BvbGljeSB9IGZyb20gXCIuL2NvbnNlbnRfcG9saWN5XCI7XG5pbXBvcnQgdHlwZSB7IElkZW50aWZpZXIgfSBmcm9tIFwiLi9pZGVudGlmaWVyXCI7XG5pbXBvcnQgdHlwZSB7IFBlcmlvZCB9IGZyb20gXCIuL3BlcmlvZFwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDb25zZW50IHtcbiAgLyoqIFRoaXMgaXMgYSBDb25zZW50IHJlc291cmNlICovXG4gIHJlc291cmNlVHlwZTogXCJDb25zZW50XCI7XG5cbiAgLyoqIFVuaXF1ZSBpZGVudGlmaWVyIGZvciB0aGlzIGNvcHkgb2YgdGhlIENvbnNlbnQgU3RhdGVtZW50LiAqL1xuICBpZGVudGlmaWVyPzogSWRlbnRpZmllcjtcblxuICAvKiogSW5kaWNhdGVzIHRoZSBjdXJyZW50IHN0YXRlIG9mIHRoaXMgY29uc2VudC4gKi9cbiAgc3RhdHVzPzpcbiAgICB8IFwiZHJhZnRcIlxuICAgIHwgXCJwcm9wb3NlZFwiXG4gICAgfCBcImFjdGl2ZVwiXG4gICAgfCBcInJlamVjdGVkXCJcbiAgICB8IFwiaW5hY3RpdmVcIlxuICAgIHwgXCJlbnRlcmVkLWluLWVycm9yXCI7XG5cbiAgLyoqIEEgY2xhc3NpZmljYXRpb24gb2YgdGhlIHR5cGUgb2YgY29uc2VudHMgZm91bmQgaW4gdGhlIHN0YXRlbWVudC4gVGhpcyBlbGVtZW50IHN1cHBvcnRzIGluZGV4aW5nIGFuZCByZXRyaWV2YWwgb2YgY29uc2VudCBzdGF0ZW1lbnRzLiAqL1xuICBjYXRlZ29yeT86IENvZGVhYmxlQ29uY2VwdFtdO1xuXG4gIC8qKiBUaGUgcGF0aWVudC9oZWFsdGhjYXJlIGNvbnN1bWVyIHRvIHdob20gdGhpcyBjb25zZW50IGFwcGxpZXMuICovXG4gIHBhdGllbnQ6IFJlZmVyZW5jZTtcblxuICAvKiogUmVsZXZhbnQgdGltZSBvciB0aW1lLXBlcmlvZCB3aGVuIHRoaXMgQ29uc2VudCBpcyBhcHBsaWNhYmxlLiAqL1xuICBwZXJpb2Q/OiBQZXJpb2Q7XG5cbiAgLyoqIFdoZW4gdGhpcyAgQ29uc2VudCB3YXMgaXNzdWVkIC8gY3JlYXRlZCAvIGluZGV4ZWQuICovXG4gIGRhdGVUaW1lPzogc3RyaW5nO1xuXG4gIC8qKiBFaXRoZXIgdGhlIEdyYW50b3IsIHdoaWNoIGlzIHRoZSBlbnRpdHkgcmVzcG9uc2libGUgZm9yIGdyYW50aW5nIHRoZSByaWdodHMgbGlzdGVkIGluIGEgQ29uc2VudCBEaXJlY3RpdmUgb3IgdGhlIEdyYW50ZWUsIHdoaWNoIGlzIHRoZSBlbnRpdHkgcmVzcG9uc2libGUgZm9yIGNvbXBseWluZyB3aXRoIHRoZSBDb25zZW50IERpcmVjdGl2ZSwgaW5jbHVkaW5nIGFueSBvYmxpZ2F0aW9ucyBvciBsaW1pdGF0aW9ucyBvbiBhdXRob3JpemF0aW9ucyBhbmQgZW5mb3JjZW1lbnQgb2YgcHJvaGliaXRpb25zLiAqL1xuICBjb25zZW50aW5nUGFydHk/OiBSZWZlcmVuY2VbXTtcblxuICAvKiogV2hvIG9yIHdoYXQgaXMgY29udHJvbGxlZCBieSB0aGlzIGNvbnNlbnQuIFVzZSBncm91cCB0byBpZGVudGlmeSBhIHNldCBvZiBhY3RvcnMgYnkgc29tZSBwcm9wZXJ0eSB0aGV5IHNoYXJlIChlLmcuICdhZG1pdHRpbmcgb2ZmaWNlcnMnKS4gKi9cbiAgYWN0b3I/OiBDb25zZW50X0FjdG9yW107XG5cbiAgLyoqIEFjdGlvbnMgY29udHJvbGxlZCBieSB0aGlzIGNvbnNlbnQuICovXG4gIGFjdGlvbj86IENvZGVhYmxlQ29uY2VwdFtdO1xuXG4gIC8qKiBUaGUgb3JnYW5pemF0aW9uIHRoYXQgbWFuYWdlcyB0aGUgY29uc2VudCwgYW5kIHRoZSBmcmFtZXdvcmsgd2l0aGluIHdoaWNoIGl0IGlzIGV4ZWN1dGVkLiAqL1xuICBvcmdhbml6YXRpb24/OiBSZWZlcmVuY2VbXTtcblxuICAvKiogVGhlIHNvdXJjZSBvbiB3aGljaCB0aGlzIGNvbnNlbnQgc3RhdGVtZW50IGlzIGJhc2VkLiBUaGUgc291cmNlIG1pZ2h0IGJlIGEgc2Nhbm5lZCBvcmlnaW5hbCBwYXBlciBmb3JtLCBvciBhIHJlZmVyZW5jZSB0byBhIGNvbnNlbnQgdGhhdCBsaW5rcyBiYWNrIHRvIHN1Y2ggYSBzb3VyY2UsIGEgcmVmZXJlbmNlIHRvIGEgZG9jdW1lbnQgcmVwb3NpdG9yeSAoZS5nLiBYRFMpIHRoYXQgc3RvcmVzIHRoZSBvcmlnaW5hbCBjb25zZW50IGRvY3VtZW50LiAqL1xuICBzb3VyY2VBdHRhY2htZW50PzogQXR0YWNobWVudDtcblxuICAvKiogVGhlIHNvdXJjZSBvbiB3aGljaCB0aGlzIGNvbnNlbnQgc3RhdGVtZW50IGlzIGJhc2VkLiBUaGUgc291cmNlIG1pZ2h0IGJlIGEgc2Nhbm5lZCBvcmlnaW5hbCBwYXBlciBmb3JtLCBvciBhIHJlZmVyZW5jZSB0byBhIGNvbnNlbnQgdGhhdCBsaW5rcyBiYWNrIHRvIHN1Y2ggYSBzb3VyY2UsIGEgcmVmZXJlbmNlIHRvIGEgZG9jdW1lbnQgcmVwb3NpdG9yeSAoZS5nLiBYRFMpIHRoYXQgc3RvcmVzIHRoZSBvcmlnaW5hbCBjb25zZW50IGRvY3VtZW50LiAqL1xuICBzb3VyY2VJZGVudGlmaWVyPzogSWRlbnRpZmllcjtcblxuICAvKiogVGhlIHNvdXJjZSBvbiB3aGljaCB0aGlzIGNvbnNlbnQgc3RhdGVtZW50IGlzIGJhc2VkLiBUaGUgc291cmNlIG1pZ2h0IGJlIGEgc2Nhbm5lZCBvcmlnaW5hbCBwYXBlciBmb3JtLCBvciBhIHJlZmVyZW5jZSB0byBhIGNvbnNlbnQgdGhhdCBsaW5rcyBiYWNrIHRvIHN1Y2ggYSBzb3VyY2UsIGEgcmVmZXJlbmNlIHRvIGEgZG9jdW1lbnQgcmVwb3NpdG9yeSAoZS5nLiBYRFMpIHRoYXQgc3RvcmVzIHRoZSBvcmlnaW5hbCBjb25zZW50IGRvY3VtZW50LiAqL1xuICBzb3VyY2VSZWZlcmVuY2U/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIFRoZSByZWZlcmVuY2VzIHRvIHRoZSBwb2xpY2llcyB0aGF0IGFyZSBpbmNsdWRlZCBpbiB0aGlzIGNvbnNlbnQgc2NvcGUuIFBvbGljaWVzIG1heSBiZSBvcmdhbml6YXRpb25hbCwgYnV0IGFyZSBvZnRlbiBkZWZpbmVkIGp1cmlzZGljdGlvbmFsbHksIG9yIGluIGxhdy4gKi9cbiAgcG9saWN5PzogQ29uc2VudF9Qb2xpY3lbXTtcblxuICAvKiogQSByZWZlcmVjZSB0byB0aGUgc3BlY2lmaWMgY29tcHV0YWJsZSBwb2xpY3kuICovXG4gIHBvbGljeVJ1bGU/OiBzdHJpbmc7XG5cbiAgLyoqIEEgc2V0IG9mIHNlY3VyaXR5IGxhYmVscyB0aGF0IGRlZmluZSB3aGljaCByZXNvdXJjZXMgYXJlIGNvbnRyb2xsZWQgYnkgdGhpcyBjb25zZW50LiBJZiBtb3JlIHRoYW4gb25lIGxhYmVsIGlzIHNwZWNpZmllZCwgYWxsIHJlc291cmNlcyBtdXN0IGhhdmUgYWxsIHRoZSBzcGVjaWZpZWQgbGFiZWxzLiAqL1xuICBzZWN1cml0eUxhYmVsPzogQ29kaW5nW107XG5cbiAgLyoqIFRoZSBjb250ZXh0IG9mIHRoZSBhY3Rpdml0aWVzIGEgdXNlciBpcyB0YWtpbmcgLSB3aHkgdGhlIHVzZXIgaXMgYWNjZXNzaW5nIHRoZSBkYXRhIC0gdGhhdCBhcmUgY29udHJvbGxlZCBieSB0aGlzIGNvbnNlbnQuICovXG4gIHB1cnBvc2U/OiBDb2RpbmdbXTtcblxuICAvKiogQ2xpbmljYWwgb3IgT3BlcmF0aW9uYWwgUmVsZXZhbnQgcGVyaW9kIG9mIHRpbWUgdGhhdCBib3VuZHMgdGhlIGRhdGEgY29udHJvbGxlZCBieSB0aGlzIGNvbnNlbnQuICovXG4gIGRhdGFQZXJpb2Q/OiBQZXJpb2Q7XG5cbiAgLyoqIFRoZSByZXNvdXJjZXMgY29udHJvbGxlZCBieSB0aGlzIGNvbnNlbnQsIGlmIHNwZWNpZmljIHJlc291cmNlcyBhcmUgcmVmZXJlbmNlZC4gKi9cbiAgZGF0YT86IENvbnNlbnRfRGF0YVtdO1xuXG4gIC8qKiBBbiBleGNlcHRpb24gdG8gdGhlIGJhc2UgcG9saWN5IG9mIHRoaXMgY29uc2VudC4gQW4gZXhjZXB0aW9uIGNhbiBiZSBhbiBhZGRpdGlvbiBvciByZW1vdmFsIG9mIGFjY2VzcyBwZXJtaXNzaW9ucy4gKi9cbiAgZXhjZXB0PzogQ29uc2VudF9FeGNlcHRbXTtcbn1cbiJdfQ==
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
export interface Consent_Actor {
|
|
4
|
-
/** How the individual is involved in the resources content that is described in the consent. */
|
|
5
|
-
role: CodeableConcept;
|
|
6
|
-
/** 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'). */
|
|
7
|
-
reference: Reference;
|
|
8
|
-
}
|
package/lib/ehr/consent_actor.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc2VudF9hY3Rvci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvY29uc2VudF9hY3Rvci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBDb25zZW50X0FjdG9yIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENvbnNlbnRfQWN0b3Ige1xuICAvKiogSG93IHRoZSBpbmRpdmlkdWFsIGlzIGludm9sdmVkIGluIHRoZSByZXNvdXJjZXMgY29udGVudCB0aGF0IGlzIGRlc2NyaWJlZCBpbiB0aGUgY29uc2VudC4gKi9cbiAgcm9sZTogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBUaGUgcmVzb3VyY2UgdGhhdCBpZGVudGlmaWVzIHRoZSBhY3Rvci4gVG8gaWRlbnRpZnkgYSBhY3RvcnMgYnkgdHlwZSwgdXNlIGdyb3VwIHRvIGlkZW50aWZ5IGEgc2V0IG9mIGFjdG9ycyBieSBzb21lIHByb3BlcnR5IHRoZXkgc2hhcmUgKGUuZy4gJ2FkbWl0dGluZyBvZmZpY2VycycpLiAqL1xuICByZWZlcmVuY2U6IFJlZmVyZW5jZTtcbn1cbiJdfQ==
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
export interface Consent_Actor1 {
|
|
4
|
-
/** How the individual is involved in the resources content that is described in the exception. */
|
|
5
|
-
role: CodeableConcept;
|
|
6
|
-
/** 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'). */
|
|
7
|
-
reference: Reference;
|
|
8
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc2VudF9hY3RvcjEuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2NvbnNlbnRfYWN0b3IxLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENvbnNlbnRfQWN0b3IxIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENvbnNlbnRfQWN0b3IxIHtcbiAgLyoqIEhvdyB0aGUgaW5kaXZpZHVhbCBpcyBpbnZvbHZlZCBpbiB0aGUgcmVzb3VyY2VzIGNvbnRlbnQgdGhhdCBpcyBkZXNjcmliZWQgaW4gdGhlIGV4Y2VwdGlvbi4gKi9cbiAgcm9sZTogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBUaGUgcmVzb3VyY2UgdGhhdCBpZGVudGlmaWVzIHRoZSBhY3Rvci4gVG8gaWRlbnRpZnkgYSBhY3RvcnMgYnkgdHlwZSwgdXNlIGdyb3VwIHRvIGlkZW50aWZ5IGEgc2V0IG9mIGFjdG9ycyBieSBzb21lIHByb3BlcnR5IHRoZXkgc2hhcmUgKGUuZy4gJ2FkbWl0dGluZyBvZmZpY2VycycpLiAqL1xuICByZWZlcmVuY2U6IFJlZmVyZW5jZTtcbn1cbiJdfQ==
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Reference } from "./reference";
|
|
2
|
-
export interface Consent_Data {
|
|
3
|
-
/** How the resource reference is interpreted when testing consent restrictions. */
|
|
4
|
-
meaning?: "instance" | "related" | "dependents" | "authoredby";
|
|
5
|
-
/** A reference to a specific resource that defines which resources are covered by this consent. */
|
|
6
|
-
reference: Reference;
|
|
7
|
-
}
|
package/lib/ehr/consent_data.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc2VudF9kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9jb25zZW50X2RhdGEudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ29uc2VudF9EYXRhIFR5cGVcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ29uc2VudF9EYXRhIHtcbiAgLyoqIEhvdyB0aGUgcmVzb3VyY2UgcmVmZXJlbmNlIGlzIGludGVycHJldGVkIHdoZW4gdGVzdGluZyBjb25zZW50IHJlc3RyaWN0aW9ucy4gKi9cbiAgbWVhbmluZz86IFwiaW5zdGFuY2VcIiB8IFwicmVsYXRlZFwiIHwgXCJkZXBlbmRlbnRzXCIgfCBcImF1dGhvcmVkYnlcIjtcblxuICAvKiogQSByZWZlcmVuY2UgdG8gYSBzcGVjaWZpYyByZXNvdXJjZSB0aGF0IGRlZmluZXMgd2hpY2ggcmVzb3VyY2VzIGFyZSBjb3ZlcmVkIGJ5IHRoaXMgY29uc2VudC4gKi9cbiAgcmVmZXJlbmNlOiBSZWZlcmVuY2U7XG59XG4iXX0=
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Reference } from "./reference";
|
|
2
|
-
export interface Consent_Data1 {
|
|
3
|
-
/** How the resource reference is interpreted when testing consent restrictions. */
|
|
4
|
-
meaning?: "instance" | "related" | "dependents" | "authoredby";
|
|
5
|
-
/** A reference to a specific resource that defines which resources are covered by this consent. */
|
|
6
|
-
reference: Reference;
|
|
7
|
-
}
|
package/lib/ehr/consent_data1.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc2VudF9kYXRhMS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvY29uc2VudF9kYXRhMS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBDb25zZW50X0RhdGExIFR5cGVcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ29uc2VudF9EYXRhMSB7XG4gIC8qKiBIb3cgdGhlIHJlc291cmNlIHJlZmVyZW5jZSBpcyBpbnRlcnByZXRlZCB3aGVuIHRlc3RpbmcgY29uc2VudCByZXN0cmljdGlvbnMuICovXG4gIG1lYW5pbmc/OiBcImluc3RhbmNlXCIgfCBcInJlbGF0ZWRcIiB8IFwiZGVwZW5kZW50c1wiIHwgXCJhdXRob3JlZGJ5XCI7XG5cbiAgLyoqIEEgcmVmZXJlbmNlIHRvIGEgc3BlY2lmaWMgcmVzb3VyY2UgdGhhdCBkZWZpbmVzIHdoaWNoIHJlc291cmNlcyBhcmUgY292ZXJlZCBieSB0aGlzIGNvbnNlbnQuICovXG4gIHJlZmVyZW5jZTogUmVmZXJlbmNlO1xufVxuIl19
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Coding } from "./coding";
|
|
3
|
-
import type { Consent_Actor1 } from "./consent_actor1";
|
|
4
|
-
import type { Consent_Data1 } from "./consent_data1";
|
|
5
|
-
import type { Period } from "./period";
|
|
6
|
-
export interface Consent_Except {
|
|
7
|
-
/** Action to take - permit or deny - when the exception conditions are met. */
|
|
8
|
-
type?: "deny" | "permit";
|
|
9
|
-
/** The timeframe in this exception is valid. */
|
|
10
|
-
period?: Period;
|
|
11
|
-
/** 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'). */
|
|
12
|
-
actor?: Consent_Actor1[];
|
|
13
|
-
/** Actions controlled by this Exception. */
|
|
14
|
-
action?: CodeableConcept[];
|
|
15
|
-
/** 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. */
|
|
16
|
-
securityLabel?: Coding[];
|
|
17
|
-
/** The context of the activities a user is taking - why the user is accessing the data - that are controlled by this exception. */
|
|
18
|
-
purpose?: Coding[];
|
|
19
|
-
/** 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. */
|
|
20
|
-
class?: Coding[];
|
|
21
|
-
/** If this code is found in an instance, then the exception applies. */
|
|
22
|
-
code?: Coding[];
|
|
23
|
-
/** Clinical or Operational Relevant period of time that bounds the data controlled by this exception. */
|
|
24
|
-
dataPeriod?: Period;
|
|
25
|
-
/** The resources controlled by this exception, if specific resources are referenced. */
|
|
26
|
-
data?: Consent_Data1[];
|
|
27
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc2VudF9leGNlcHQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2NvbnNlbnRfZXhjZXB0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENvbnNlbnRfRXhjZXB0IFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IENvZGluZyB9IGZyb20gXCIuL2NvZGluZ1wiO1xuaW1wb3J0IHR5cGUgeyBDb25zZW50X0FjdG9yMSB9IGZyb20gXCIuL2NvbnNlbnRfYWN0b3IxXCI7XG5pbXBvcnQgdHlwZSB7IENvbnNlbnRfRGF0YTEgfSBmcm9tIFwiLi9jb25zZW50X2RhdGExXCI7XG5pbXBvcnQgdHlwZSB7IFBlcmlvZCB9IGZyb20gXCIuL3BlcmlvZFwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENvbnNlbnRfRXhjZXB0IHtcbiAgLyoqIEFjdGlvbiAgdG8gdGFrZSAtIHBlcm1pdCBvciBkZW55IC0gd2hlbiB0aGUgZXhjZXB0aW9uIGNvbmRpdGlvbnMgYXJlIG1ldC4gKi9cbiAgdHlwZT86IFwiZGVueVwiIHwgXCJwZXJtaXRcIjtcblxuICAvKiogVGhlIHRpbWVmcmFtZSBpbiB0aGlzIGV4Y2VwdGlvbiBpcyB2YWxpZC4gKi9cbiAgcGVyaW9kPzogUGVyaW9kO1xuXG4gIC8qKiBXaG8gb3Igd2hhdCBpcyBjb250cm9sbGVkIGJ5IHRoaXMgRXhjZXB0aW9uLiBVc2UgZ3JvdXAgdG8gaWRlbnRpZnkgYSBzZXQgb2YgYWN0b3JzIGJ5IHNvbWUgcHJvcGVydHkgdGhleSBzaGFyZSAoZS5nLiAnYWRtaXR0aW5nIG9mZmljZXJzJykuICovXG4gIGFjdG9yPzogQ29uc2VudF9BY3RvcjFbXTtcblxuICAvKiogQWN0aW9ucyBjb250cm9sbGVkIGJ5IHRoaXMgRXhjZXB0aW9uLiAqL1xuICBhY3Rpb24/OiBDb2RlYWJsZUNvbmNlcHRbXTtcblxuICAvKiogQSBzZXQgb2Ygc2VjdXJpdHkgbGFiZWxzIHRoYXQgZGVmaW5lIHdoaWNoIHJlc291cmNlcyBhcmUgY29udHJvbGxlZCBieSB0aGlzIGV4Y2VwdGlvbi4gSWYgbW9yZSB0aGFuIG9uZSBsYWJlbCBpcyBzcGVjaWZpZWQsIGFsbCByZXNvdXJjZXMgbXVzdCBoYXZlIGFsbCB0aGUgc3BlY2lmaWVkIGxhYmVscy4gKi9cbiAgc2VjdXJpdHlMYWJlbD86IENvZGluZ1tdO1xuXG4gIC8qKiBUaGUgY29udGV4dCBvZiB0aGUgYWN0aXZpdGllcyBhIHVzZXIgaXMgdGFraW5nIC0gd2h5IHRoZSB1c2VyIGlzIGFjY2Vzc2luZyB0aGUgZGF0YSAtIHRoYXQgYXJlIGNvbnRyb2xsZWQgYnkgdGhpcyBleGNlcHRpb24uICovXG4gIHB1cnBvc2U/OiBDb2RpbmdbXTtcblxuICAvKiogVGhlIGNsYXNzIG9mIGluZm9ybWF0aW9uIGNvdmVyZWQgYnkgdGhpcyBleGNlcHRpb24uIFRoZSB0eXBlIGNhbiBiZSBhIEZISVIgcmVzb3VyY2UgdHlwZSwgYSBwcm9maWxlIG9uIGEgdHlwZSwgb3IgYSBDREEgZG9jdW1lbnQsIG9yIHNvbWUgb3RoZXIgdHlwZSB0aGF0IGluZGljYXRlcyB3aGF0IHNvcnQgb2YgaW5mb3JtYXRpb24gdGhlIGNvbnNlbnQgcmVsYXRlcyB0by4gKi9cbiAgY2xhc3M/OiBDb2RpbmdbXTtcblxuICAvKiogSWYgdGhpcyBjb2RlIGlzIGZvdW5kIGluIGFuIGluc3RhbmNlLCB0aGVuIHRoZSBleGNlcHRpb24gYXBwbGllcy4gKi9cbiAgY29kZT86IENvZGluZ1tdO1xuXG4gIC8qKiBDbGluaWNhbCBvciBPcGVyYXRpb25hbCBSZWxldmFudCBwZXJpb2Qgb2YgdGltZSB0aGF0IGJvdW5kcyB0aGUgZGF0YSBjb250cm9sbGVkIGJ5IHRoaXMgZXhjZXB0aW9uLiAqL1xuICBkYXRhUGVyaW9kPzogUGVyaW9kO1xuXG4gIC8qKiBUaGUgcmVzb3VyY2VzIGNvbnRyb2xsZWQgYnkgdGhpcyBleGNlcHRpb24sIGlmIHNwZWNpZmljIHJlc291cmNlcyBhcmUgcmVmZXJlbmNlZC4gKi9cbiAgZGF0YT86IENvbnNlbnRfRGF0YTFbXTtcbn1cbiJdfQ==
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export interface Consent_Policy {
|
|
2
|
-
/** Entity or Organization having regulatory jurisdiction or accountability for enforcing policies pertaining to Consent Directives. */
|
|
3
|
-
authority?: string;
|
|
4
|
-
/** The references to the policies that are included in this consent scope. Policies may be organizational, but are often defined jurisdictionally, or in law. */
|
|
5
|
-
uri?: string;
|
|
6
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// FHIR Consent_Policy Type
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc2VudF9wb2xpY3kuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2NvbnNlbnRfcG9saWN5LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSwyQkFBMkIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENvbnNlbnRfUG9saWN5IFR5cGVcblxuZXhwb3J0IGludGVyZmFjZSBDb25zZW50X1BvbGljeSB7XG4gIC8qKiBFbnRpdHkgb3IgT3JnYW5pemF0aW9uIGhhdmluZyByZWd1bGF0b3J5IGp1cmlzZGljdGlvbiBvciBhY2NvdW50YWJpbGl0eSBmb3IgwqBlbmZvcmNpbmcgcG9saWNpZXMgcGVydGFpbmluZyB0byBDb25zZW50IERpcmVjdGl2ZXMuICovXG4gIGF1dGhvcml0eT86IHN0cmluZztcblxuICAvKiogVGhlIHJlZmVyZW5jZXMgdG8gdGhlIHBvbGljaWVzIHRoYXQgYXJlIGluY2x1ZGVkIGluIHRoaXMgY29uc2VudCBzY29wZS4gUG9saWNpZXMgbWF5IGJlIG9yZ2FuaXphdGlvbmFsLCBidXQgYXJlIG9mdGVuIGRlZmluZWQganVyaXNkaWN0aW9uYWxseSwgb3IgaW4gbGF3LiAqL1xuICB1cmk/OiBzdHJpbmc7XG59XG4iXX0=
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { ContactPoint } from "./contactpoint";
|
|
2
|
-
export interface ContactDetail {
|
|
3
|
-
/** The name of an individual to contact. */
|
|
4
|
-
name?: string;
|
|
5
|
-
/** The contact details for the individual (if a name was provided) or the organization. */
|
|
6
|
-
telecom?: ContactPoint[];
|
|
7
|
-
}
|
package/lib/ehr/contactdetail.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGFjdGRldGFpbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvY29udGFjdGRldGFpbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBDb250YWN0RGV0YWlsIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29udGFjdFBvaW50IH0gZnJvbSBcIi4vY29udGFjdHBvaW50XCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ29udGFjdERldGFpbCB7XG4gIC8qKiBUaGUgbmFtZSBvZiBhbiBpbmRpdmlkdWFsIHRvIGNvbnRhY3QuICovXG4gIG5hbWU/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBjb250YWN0IGRldGFpbHMgZm9yIHRoZSBpbmRpdmlkdWFsIChpZiBhIG5hbWUgd2FzIHByb3ZpZGVkKSBvciB0aGUgb3JnYW5pemF0aW9uLiAqL1xuICB0ZWxlY29tPzogQ29udGFjdFBvaW50W107XG59XG4iXX0=
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { Period } from "./period";
|
|
2
|
-
export interface ContactPoint {
|
|
3
|
-
/** Telecommunications form for contact point - what communications system is required to make use of the contact. */
|
|
4
|
-
system?: "phone" | "fax" | "email" | "pager" | "url" | "sms" | "other";
|
|
5
|
-
/** The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address). */
|
|
6
|
-
value?: string;
|
|
7
|
-
/** Identifies the purpose for the contact point. */
|
|
8
|
-
use?: "home" | "work" | "temp" | "old" | "mobile";
|
|
9
|
-
/** Specifies a preferred order in which to use a set of contacts. Contacts are ranked with lower values coming before higher values. */
|
|
10
|
-
rank?: number;
|
|
11
|
-
/** Time period when the contact point was/is in use. */
|
|
12
|
-
period?: Period;
|
|
13
|
-
}
|
package/lib/ehr/contactpoint.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGFjdHBvaW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9jb250YWN0cG9pbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ29udGFjdFBvaW50IFR5cGVcbmltcG9ydCB0eXBlIHsgUGVyaW9kIH0gZnJvbSBcIi4vcGVyaW9kXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ29udGFjdFBvaW50IHtcbiAgLyoqIFRlbGVjb21tdW5pY2F0aW9ucyBmb3JtIGZvciBjb250YWN0IHBvaW50IC0gd2hhdCBjb21tdW5pY2F0aW9ucyBzeXN0ZW0gaXMgcmVxdWlyZWQgdG8gbWFrZSB1c2Ugb2YgdGhlIGNvbnRhY3QuICovXG4gIHN5c3RlbT86IFwicGhvbmVcIiB8IFwiZmF4XCIgfCBcImVtYWlsXCIgfCBcInBhZ2VyXCIgfCBcInVybFwiIHwgXCJzbXNcIiB8IFwib3RoZXJcIjtcblxuICAvKiogVGhlIGFjdHVhbCBjb250YWN0IHBvaW50IGRldGFpbHMsIGluIGEgZm9ybSB0aGF0IGlzIG1lYW5pbmdmdWwgdG8gdGhlIGRlc2lnbmF0ZWQgY29tbXVuaWNhdGlvbiBzeXN0ZW0gKGkuZS4gcGhvbmUgbnVtYmVyIG9yIGVtYWlsIGFkZHJlc3MpLiAqL1xuICB2YWx1ZT86IHN0cmluZztcblxuICAvKiogSWRlbnRpZmllcyB0aGUgcHVycG9zZSBmb3IgdGhlIGNvbnRhY3QgcG9pbnQuICovXG4gIHVzZT86IFwiaG9tZVwiIHwgXCJ3b3JrXCIgfCBcInRlbXBcIiB8IFwib2xkXCIgfCBcIm1vYmlsZVwiO1xuXG4gIC8qKiBTcGVjaWZpZXMgYSBwcmVmZXJyZWQgb3JkZXIgaW4gd2hpY2ggdG8gdXNlIGEgc2V0IG9mIGNvbnRhY3RzLiBDb250YWN0cyBhcmUgcmFua2VkIHdpdGggbG93ZXIgdmFsdWVzIGNvbWluZyBiZWZvcmUgaGlnaGVyIHZhbHVlcy4gKi9cbiAgcmFuaz86IG51bWJlcjtcblxuICAvKiogVGltZSBwZXJpb2Qgd2hlbiB0aGUgY29udGFjdCBwb2ludCB3YXMvaXMgaW4gdXNlLiAqL1xuICBwZXJpb2Q/OiBQZXJpb2Q7XG59XG4iXX0=
|
package/lib/ehr/contract.d.ts
DELETED
|
@@ -1,65 +0,0 @@
|
|
|
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 { Identifier } from "./identifier";
|
|
12
|
-
import type { Period } from "./period";
|
|
13
|
-
import type { Reference } from "./reference";
|
|
14
|
-
export interface Contract {
|
|
15
|
-
/** This is a Contract resource */
|
|
16
|
-
resourceType: "Contract";
|
|
17
|
-
/** Unique identifier for this Contract. */
|
|
18
|
-
identifier?: Identifier;
|
|
19
|
-
/** The status of the resource instance. */
|
|
20
|
-
status?: string;
|
|
21
|
-
/** When this Contract was issued. */
|
|
22
|
-
issued?: string;
|
|
23
|
-
/** Relevant time or time-period when this Contract is applicable. */
|
|
24
|
-
applies?: Period;
|
|
25
|
-
/** The target entity impacted by or of interest to parties to the agreement. */
|
|
26
|
-
subject?: Reference[];
|
|
27
|
-
/** The matter of concern in the context of this agreement. */
|
|
28
|
-
topic?: Reference[];
|
|
29
|
-
/** 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. */
|
|
30
|
-
authority?: Reference[];
|
|
31
|
-
/** 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. */
|
|
32
|
-
domain?: Reference[];
|
|
33
|
-
/** Type of Contract such as an insurance policy, real estate contract, a will, power of attorny, Privacy or Security policy , trust framework agreement, etc. */
|
|
34
|
-
type?: CodeableConcept;
|
|
35
|
-
/** 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. */
|
|
36
|
-
subType?: CodeableConcept[];
|
|
37
|
-
/** Action stipulated by this Contract. */
|
|
38
|
-
action?: CodeableConcept[];
|
|
39
|
-
/** Reason for action stipulated by this Contract. */
|
|
40
|
-
actionReason?: CodeableConcept[];
|
|
41
|
-
/** The type of decision made by a grantor with respect to an offer made by a grantee. */
|
|
42
|
-
decisionType?: CodeableConcept;
|
|
43
|
-
/** The minimal content derived from the basal information source at a specific stage in its lifecycle. */
|
|
44
|
-
contentDerivative?: CodeableConcept;
|
|
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?: Coding[];
|
|
47
|
-
/** An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place. */
|
|
48
|
-
agent?: Contract_Agent[];
|
|
49
|
-
/** 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. */
|
|
50
|
-
signer?: Contract_Signer[];
|
|
51
|
-
/** Contract Valued Item List. */
|
|
52
|
-
valuedItem?: Contract_ValuedItem[];
|
|
53
|
-
/** One or more Contract Provisions, which may be related and conveyed as a group, and may contain nested groups. */
|
|
54
|
-
term?: Contract_Term[];
|
|
55
|
-
/** 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. */
|
|
56
|
-
bindingAttachment?: Attachment;
|
|
57
|
-
/** 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. */
|
|
58
|
-
bindingReference?: Reference;
|
|
59
|
-
/** 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. */
|
|
60
|
-
friendly?: Contract_Friendly[];
|
|
61
|
-
/** List of Legal expressions or representations of this Contract. */
|
|
62
|
-
legal?: Contract_Legal[];
|
|
63
|
-
/** List of Computable Policy Rule Language Representations of this Contract. */
|
|
64
|
-
rule?: Contract_Rule[];
|
|
65
|
-
}
|
package/lib/ehr/contract.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udHJhY3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2NvbnRyYWN0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENvbnRyYWN0IFR5cGVcbmltcG9ydCB0eXBlIHsgQXR0YWNobWVudCB9IGZyb20gXCIuL2F0dGFjaG1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IENvZGluZyB9IGZyb20gXCIuL2NvZGluZ1wiO1xuaW1wb3J0IHR5cGUgeyBDb250cmFjdF9BZ2VudCB9IGZyb20gXCIuL2NvbnRyYWN0X2FnZW50XCI7XG5pbXBvcnQgdHlwZSB7IENvbnRyYWN0X0ZyaWVuZGx5IH0gZnJvbSBcIi4vY29udHJhY3RfZnJpZW5kbHlcIjtcbmltcG9ydCB0eXBlIHsgQ29udHJhY3RfTGVnYWwgfSBmcm9tIFwiLi9jb250cmFjdF9sZWdhbFwiO1xuaW1wb3J0IHR5cGUgeyBDb250cmFjdF9SdWxlIH0gZnJvbSBcIi4vY29udHJhY3RfcnVsZVwiO1xuaW1wb3J0IHR5cGUgeyBDb250cmFjdF9TaWduZXIgfSBmcm9tIFwiLi9jb250cmFjdF9zaWduZXJcIjtcbmltcG9ydCB0eXBlIHsgQ29udHJhY3RfVGVybSB9IGZyb20gXCIuL2NvbnRyYWN0X3Rlcm1cIjtcbmltcG9ydCB0eXBlIHsgQ29udHJhY3RfVmFsdWVkSXRlbSB9IGZyb20gXCIuL2NvbnRyYWN0X3ZhbHVlZGl0ZW1cIjtcbmltcG9ydCB0eXBlIHsgSWRlbnRpZmllciB9IGZyb20gXCIuL2lkZW50aWZpZXJcIjtcbmltcG9ydCB0eXBlIHsgUGVyaW9kIH0gZnJvbSBcIi4vcGVyaW9kXCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENvbnRyYWN0IHtcbiAgLyoqIFRoaXMgaXMgYSBDb250cmFjdCByZXNvdXJjZSAqL1xuICByZXNvdXJjZVR5cGU6IFwiQ29udHJhY3RcIjtcblxuICAvKiogVW5pcXVlIGlkZW50aWZpZXIgZm9yIHRoaXMgQ29udHJhY3QuICovXG4gIGlkZW50aWZpZXI/OiBJZGVudGlmaWVyO1xuXG4gIC8qKiBUaGUgc3RhdHVzIG9mIHRoZSByZXNvdXJjZSBpbnN0YW5jZS4gKi9cbiAgc3RhdHVzPzogc3RyaW5nO1xuXG4gIC8qKiBXaGVuIHRoaXMgIENvbnRyYWN0IHdhcyBpc3N1ZWQuICovXG4gIGlzc3VlZD86IHN0cmluZztcblxuICAvKiogUmVsZXZhbnQgdGltZSBvciB0aW1lLXBlcmlvZCB3aGVuIHRoaXMgQ29udHJhY3QgaXMgYXBwbGljYWJsZS4gKi9cbiAgYXBwbGllcz86IFBlcmlvZDtcblxuICAvKiogVGhlIHRhcmdldCBlbnRpdHkgaW1wYWN0ZWQgYnkgb3Igb2YgaW50ZXJlc3QgdG8gcGFydGllcyB0byB0aGUgYWdyZWVtZW50LiAqL1xuICBzdWJqZWN0PzogUmVmZXJlbmNlW107XG5cbiAgLyoqIFRoZSBtYXR0ZXIgb2YgY29uY2VybiBpbiB0aGUgY29udGV4dCBvZiB0aGlzIGFncmVlbWVudC4gKi9cbiAgdG9waWM/OiBSZWZlcmVuY2VbXTtcblxuICAvKiogQSBmb3JtYWxseSBvciBpbmZvcm1hbGx5IHJlY29nbml6ZWQgZ3JvdXBpbmcgb2YgcGVvcGxlLCBwcmluY2lwYWxzLCBvcmdhbml6YXRpb25zLCBvciBqdXJpc2RpY3Rpb25zIGZvcm1lZCBmb3IgdGhlIHB1cnBvc2Ugb2YgYWNoaWV2aW5nIHNvbWUgZm9ybSBvZiBjb2xsZWN0aXZlIGFjdGlvbiBzdWNoIGFzIHRoZSBwcm9tdWxnYXRpb24sIGFkbWluaXN0cmF0aW9uIGFuZCBlbmZvcmNlbWVudCBvZiBjb250cmFjdHMgYW5kIHBvbGljaWVzLiAqL1xuICBhdXRob3JpdHk/OiBSZWZlcmVuY2VbXTtcblxuICAvKiogUmVjb2duaXplZCBnb3Zlcm5hbmNlIGZyYW1ld29yayBvciBzeXN0ZW0gb3BlcmF0aW5nIHdpdGggYSBjaXJjdW1zY3JpYmVkIHNjb3BlIGluIGFjY29yZGFuY2Ugd2l0aCBzcGVjaWZpZWQgcHJpbmNpcGxlcywgcG9saWNpZXMsIHByb2Nlc3NlcyBvciBwcm9jZWR1cmVzIGZvciBtYW5hZ2luZyByaWdodHMsIGFjdGlvbnMsIG9yIGJlaGF2aW9ycyBvZiBwYXJ0aWVzIG9yIHByaW5jaXBhbHMgcmVsYXRpdmUgdG8gcmVzb3VyY2VzLiAqL1xuICBkb21haW4/OiBSZWZlcmVuY2VbXTtcblxuICAvKiogVHlwZSBvZiBDb250cmFjdCBzdWNoIGFzIGFuIGluc3VyYW5jZSBwb2xpY3ksIHJlYWwgZXN0YXRlIGNvbnRyYWN0LCBhIHdpbGwsIHBvd2VyIG9mIGF0dG9ybnksIFByaXZhY3kgb3IgU2VjdXJpdHkgcG9saWN5ICwgdHJ1c3QgZnJhbWV3b3JrIGFncmVlbWVudCwgZXRjLiAqL1xuICB0eXBlPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBNb3JlIHNwZWNpZmljIHR5cGUgb3Igc3BlY2lhbGl6YXRpb24gb2YgYW4gb3ZlcmFyY2hpbmcgb3IgbW9yZSBnZW5lcmFsIGNvbnRyYWN0IHN1Y2ggYXMgYXV0byBpbnN1cmFuY2UsIGhvbWUgb3duZXIgIGluc3VyYW5jZSwgcHJlbnVwaWFsIGFncmVlbWVudCwgQWR2YW5jZWQtRGlyZWN0aXZlLCBvciBwcml2YWN5IGNvbnNlbnQuICovXG4gIHN1YlR5cGU/OiBDb2RlYWJsZUNvbmNlcHRbXTtcblxuICAvKiogQWN0aW9uIHN0aXB1bGF0ZWQgYnkgdGhpcyBDb250cmFjdC4gKi9cbiAgYWN0aW9uPzogQ29kZWFibGVDb25jZXB0W107XG5cbiAgLyoqIFJlYXNvbiBmb3IgYWN0aW9uIHN0aXB1bGF0ZWQgYnkgdGhpcyBDb250cmFjdC4gKi9cbiAgYWN0aW9uUmVhc29uPzogQ29kZWFibGVDb25jZXB0W107XG5cbiAgLyoqIFRoZSB0eXBlIG9mIGRlY2lzaW9uIG1hZGUgYnkgYSBncmFudG9yIHdpdGggcmVzcGVjdCB0byBhbiBvZmZlciBtYWRlIGJ5IGEgZ3JhbnRlZS4gKi9cbiAgZGVjaXNpb25UeXBlPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBUaGUgbWluaW1hbCBjb250ZW50IGRlcml2ZWQgZnJvbSB0aGUgYmFzYWwgaW5mb3JtYXRpb24gc291cmNlIGF0IGEgc3BlY2lmaWMgc3RhZ2UgaW4gaXRzIGxpZmVjeWNsZS4gKi9cbiAgY29udGVudERlcml2YXRpdmU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEEgc2V0IG9mIHNlY3VyaXR5IGxhYmVscyB0aGF0IGRlZmluZSB3aGljaCByZXNvdXJjZXMgYXJlIGNvbnRyb2xsZWQgYnkgdGhpcyBjb25zZW50LiBJZiBtb3JlIHRoYW4gb25lIGxhYmVsIGlzIHNwZWNpZmllZCwgYWxsIHJlc291cmNlcyBtdXN0IGhhdmUgYWxsIHRoZSBzcGVjaWZpZWQgbGFiZWxzLiAqL1xuICBzZWN1cml0eUxhYmVsPzogQ29kaW5nW107XG5cbiAgLyoqIEFuIGFjdG9yIHRha2luZyBhIHJvbGUgaW4gYW4gYWN0aXZpdHkgZm9yIHdoaWNoIGl0IGNhbiBiZSBhc3NpZ25lZCBzb21lIGRlZ3JlZSBvZiByZXNwb25zaWJpbGl0eSBmb3IgdGhlIGFjdGl2aXR5IHRha2luZyBwbGFjZS4gKi9cbiAgYWdlbnQ/OiBDb250cmFjdF9BZ2VudFtdO1xuXG4gIC8qKiBQYXJ0aWVzIHdpdGggbGVnYWwgc3RhbmRpbmcgaW4gdGhlIENvbnRyYWN0LCBpbmNsdWRpbmcgdGhlIHByaW5jaXBhbCBwYXJ0aWVzLCB0aGUgZ3JhbnRvcihzKSBhbmQgZ3JhbnRlZShzKSwgd2hpY2ggYXJlIGFueSBwZXJzb24gb3Igb3JnYW5pemF0aW9uIGJvdW5kIGJ5IHRoZSBjb250cmFjdCwgYW5kIGFueSBhbmNpbGxhcnkgcGFydGllcywgd2hpY2ggZmFjaWxpdGF0ZSB0aGUgZXhlY3V0aW9uIG9mIHRoZSBjb250cmFjdCBzdWNoIGFzIGEgbm90YXJ5IG9yIHdpdG5lc3MuICovXG4gIHNpZ25lcj86IENvbnRyYWN0X1NpZ25lcltdO1xuXG4gIC8qKiBDb250cmFjdCBWYWx1ZWQgSXRlbSBMaXN0LiAqL1xuICB2YWx1ZWRJdGVtPzogQ29udHJhY3RfVmFsdWVkSXRlbVtdO1xuXG4gIC8qKiBPbmUgb3IgbW9yZSBDb250cmFjdCBQcm92aXNpb25zLCB3aGljaCBtYXkgYmUgcmVsYXRlZCBhbmQgY29udmV5ZWQgYXMgYSBncm91cCwgYW5kIG1heSBjb250YWluIG5lc3RlZCBncm91cHMuICovXG4gIHRlcm0/OiBDb250cmFjdF9UZXJtW107XG5cbiAgLyoqIExlZ2FsbHkgYmluZGluZyBDb250cmFjdDogVGhpcyBpcyB0aGUgc2lnbmVkIGFuZCBsZWdhbGx5IHJlY29nbml6ZWQgcmVwcmVzZW50YXRpb24gb2YgdGhlIENvbnRyYWN0LCB3aGljaCBpcyBjb25zaWRlcmVkIHRoZSBcInNvdXJjZSBvZiB0cnV0aFwiIGFuZCB3aGljaCB3b3VsZCBiZSB0aGUgYmFzaXMgZm9yIGxlZ2FsIGFjdGlvbiByZWxhdGVkIHRvIGVuZm9yY2VtZW50IG9mIHRoaXMgQ29udHJhY3QuICovXG4gIGJpbmRpbmdBdHRhY2htZW50PzogQXR0YWNobWVudDtcblxuICAvKiogTGVnYWxseSBiaW5kaW5nIENvbnRyYWN0OiBUaGlzIGlzIHRoZSBzaWduZWQgYW5kIGxlZ2FsbHkgcmVjb2duaXplZCByZXByZXNlbnRhdGlvbiBvZiB0aGUgQ29udHJhY3QsIHdoaWNoIGlzIGNvbnNpZGVyZWQgdGhlIFwic291cmNlIG9mIHRydXRoXCIgYW5kIHdoaWNoIHdvdWxkIGJlIHRoZSBiYXNpcyBmb3IgbGVnYWwgYWN0aW9uIHJlbGF0ZWQgdG8gZW5mb3JjZW1lbnQgb2YgdGhpcyBDb250cmFjdC4gKi9cbiAgYmluZGluZ1JlZmVyZW5jZT86IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIFwicGF0aWVudCBmcmllbmRseSBsYW5ndWFnZVwiIHZlcnNpb25vZiB0aGUgQ29udHJhY3QgaW4gd2hvbGUgb3IgaW4gcGFydHMuIFwiUGF0aWVudCBmcmllbmRseSBsYW5ndWFnZVwiIG1lYW5zIHRoZSByZXByZXNlbnRhdGlvbiBvZiB0aGUgQ29udHJhY3QgYW5kIENvbnRyYWN0IFByb3Zpc2lvbnMgaW4gYSBtYW5uZXIgdGhhdCBpcyByZWFkaWx5IGFjY2Vzc2libGUgYW5kIHVuZGVyc3RhbmRhYmxlIGJ5IGEgbGF5cGVyc29uIGluIGFjY29yZGFuY2Ugd2l0aCBiZXN0IHByYWN0aWNlcyBmb3IgY29tbXVuaWNhdGlvbiBzdHlsZXMgdGhhdCBlbnN1cmUgdGhhdCB0aG9zZSBhZ3JlZWluZyB0byBvciBzaWduaW5nIHRoZSBDb250cmFjdCB1bmRlcnN0YW5kIHRoZSByb2xlcywgYWN0aW9ucywgb2JsaWdhdGlvbnMsIHJlc3BvbnNpYmlsaXRpZXMsIGFuZCBpbXBsaWNhdGlvbiBvZiB0aGUgYWdyZWVtZW50LiAqL1xuICBmcmllbmRseT86IENvbnRyYWN0X0ZyaWVuZGx5W107XG5cbiAgLyoqIExpc3Qgb2YgTGVnYWwgZXhwcmVzc2lvbnMgb3IgcmVwcmVzZW50YXRpb25zIG9mIHRoaXMgQ29udHJhY3QuICovXG4gIGxlZ2FsPzogQ29udHJhY3RfTGVnYWxbXTtcblxuICAvKiogTGlzdCBvZiBDb21wdXRhYmxlIFBvbGljeSBSdWxlIExhbmd1YWdlIFJlcHJlc2VudGF0aW9ucyBvZiB0aGlzIENvbnRyYWN0LiAqL1xuICBydWxlPzogQ29udHJhY3RfUnVsZVtdO1xufVxuIl19
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
export interface Contract_Agent {
|
|
4
|
-
/** Who or what parties are assigned roles in this Contract. */
|
|
5
|
-
actor: Reference;
|
|
6
|
-
/** Role type of agent assigned roles in this Contract. */
|
|
7
|
-
role?: CodeableConcept[];
|
|
8
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udHJhY3RfYWdlbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2NvbnRyYWN0X2FnZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENvbnRyYWN0X0FnZW50IFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENvbnRyYWN0X0FnZW50IHtcbiAgLyoqIFdobyBvciB3aGF0IHBhcnRpZXMgYXJlIGFzc2lnbmVkIHJvbGVzIGluIHRoaXMgQ29udHJhY3QuICovXG4gIGFjdG9yOiBSZWZlcmVuY2U7XG5cbiAgLyoqIFJvbGUgdHlwZSBvZiBhZ2VudCBhc3NpZ25lZCByb2xlcyBpbiB0aGlzIENvbnRyYWN0LiAqL1xuICByb2xlPzogQ29kZWFibGVDb25jZXB0W107XG59XG4iXX0=
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
export interface Contract_Agent1 {
|
|
4
|
-
/** The agent assigned a role in this Contract Provision. */
|
|
5
|
-
actor: Reference;
|
|
6
|
-
/** Role played by the agent assigned this role in the execution of this Contract Provision. */
|
|
7
|
-
role?: CodeableConcept[];
|
|
8
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udHJhY3RfYWdlbnQxLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9jb250cmFjdF9hZ2VudDEudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ29udHJhY3RfQWdlbnQxIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENvbnRyYWN0X0FnZW50MSB7XG4gIC8qKiBUaGUgYWdlbnQgYXNzaWduZWQgYSByb2xlIGluIHRoaXMgQ29udHJhY3QgUHJvdmlzaW9uLiAqL1xuICBhY3RvcjogUmVmZXJlbmNlO1xuXG4gIC8qKiBSb2xlIHBsYXllZCBieSB0aGUgYWdlbnQgYXNzaWduZWQgdGhpcyByb2xlIGluIHRoZSBleGVjdXRpb24gb2YgdGhpcyBDb250cmFjdCBQcm92aXNpb24uICovXG4gIHJvbGU/OiBDb2RlYWJsZUNvbmNlcHRbXTtcbn1cbiJdfQ==
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { Attachment } from "./attachment";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
export interface Contract_Friendly {
|
|
4
|
-
/** Human readable rendering of this Contract in a format and representation intended to enhance comprehension and ensure understandability. */
|
|
5
|
-
contentAttachment?: Attachment;
|
|
6
|
-
/** Human readable rendering of this Contract in a format and representation intended to enhance comprehension and ensure understandability. */
|
|
7
|
-
contentReference?: Reference;
|
|
8
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udHJhY3RfZnJpZW5kbHkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2NvbnRyYWN0X2ZyaWVuZGx5LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENvbnRyYWN0X0ZyaWVuZGx5IFR5cGVcbmltcG9ydCB0eXBlIHsgQXR0YWNobWVudCB9IGZyb20gXCIuL2F0dGFjaG1lbnRcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ29udHJhY3RfRnJpZW5kbHkge1xuICAvKiogSHVtYW4gcmVhZGFibGUgcmVuZGVyaW5nIG9mIHRoaXMgQ29udHJhY3QgaW4gYSBmb3JtYXQgYW5kIHJlcHJlc2VudGF0aW9uIGludGVuZGVkIHRvIGVuaGFuY2UgY29tcHJlaGVuc2lvbiBhbmQgZW5zdXJlIHVuZGVyc3RhbmRhYmlsaXR5LiAqL1xuICBjb250ZW50QXR0YWNobWVudD86IEF0dGFjaG1lbnQ7XG5cbiAgLyoqIEh1bWFuIHJlYWRhYmxlIHJlbmRlcmluZyBvZiB0aGlzIENvbnRyYWN0IGluIGEgZm9ybWF0IGFuZCByZXByZXNlbnRhdGlvbiBpbnRlbmRlZCB0byBlbmhhbmNlIGNvbXByZWhlbnNpb24gYW5kIGVuc3VyZSB1bmRlcnN0YW5kYWJpbGl0eS4gKi9cbiAgY29udGVudFJlZmVyZW5jZT86IFJlZmVyZW5jZTtcbn1cbiJdfQ==
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { Attachment } from "./attachment";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
export interface Contract_Legal {
|
|
4
|
-
/** Contract legal text in human renderable form. */
|
|
5
|
-
contentAttachment?: Attachment;
|
|
6
|
-
/** Contract legal text in human renderable form. */
|
|
7
|
-
contentReference?: Reference;
|
|
8
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udHJhY3RfbGVnYWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2NvbnRyYWN0X2xlZ2FsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENvbnRyYWN0X0xlZ2FsIFR5cGVcbmltcG9ydCB0eXBlIHsgQXR0YWNobWVudCB9IGZyb20gXCIuL2F0dGFjaG1lbnRcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ29udHJhY3RfTGVnYWwge1xuICAvKiogQ29udHJhY3QgbGVnYWwgdGV4dCBpbiBodW1hbiByZW5kZXJhYmxlIGZvcm0uICovXG4gIGNvbnRlbnRBdHRhY2htZW50PzogQXR0YWNobWVudDtcblxuICAvKiogQ29udHJhY3QgbGVnYWwgdGV4dCBpbiBodW1hbiByZW5kZXJhYmxlIGZvcm0uICovXG4gIGNvbnRlbnRSZWZlcmVuY2U/OiBSZWZlcmVuY2U7XG59XG4iXX0=
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { Attachment } from "./attachment";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
export interface Contract_Rule {
|
|
4
|
-
/** Computable Contract conveyed using a policy rule language (e.g. XACML, DKAL, SecPal). */
|
|
5
|
-
contentAttachment?: Attachment;
|
|
6
|
-
/** Computable Contract conveyed using a policy rule language (e.g. XACML, DKAL, SecPal). */
|
|
7
|
-
contentReference?: Reference;
|
|
8
|
-
}
|
package/lib/ehr/contract_rule.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udHJhY3RfcnVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvY29udHJhY3RfcnVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBDb250cmFjdF9SdWxlIFR5cGVcbmltcG9ydCB0eXBlIHsgQXR0YWNobWVudCB9IGZyb20gXCIuL2F0dGFjaG1lbnRcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ29udHJhY3RfUnVsZSB7XG4gIC8qKiBDb21wdXRhYmxlIENvbnRyYWN0IGNvbnZleWVkIHVzaW5nIGEgcG9saWN5IHJ1bGUgbGFuZ3VhZ2UgKGUuZy4gWEFDTUwsIERLQUwsIFNlY1BhbCkuICovXG4gIGNvbnRlbnRBdHRhY2htZW50PzogQXR0YWNobWVudDtcblxuICAvKiogQ29tcHV0YWJsZSBDb250cmFjdCBjb252ZXllZCB1c2luZyBhIHBvbGljeSBydWxlIGxhbmd1YWdlIChlLmcuIFhBQ01MLCBES0FMLCBTZWNQYWwpLiAqL1xuICBjb250ZW50UmVmZXJlbmNlPzogUmVmZXJlbmNlO1xufVxuIl19
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { Coding } from "./coding";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
import type { Signature } from "./signature";
|
|
4
|
-
export interface Contract_Signer {
|
|
5
|
-
/** Role of this Contract signer, e.g. notary, grantee. */
|
|
6
|
-
type: Coding;
|
|
7
|
-
/** Party which is a signator to this Contract. */
|
|
8
|
-
party: Reference;
|
|
9
|
-
/** Legally binding Contract DSIG signature contents in Base64. */
|
|
10
|
-
signature: Signature[];
|
|
11
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udHJhY3Rfc2lnbmVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9jb250cmFjdF9zaWduZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ29udHJhY3RfU2lnbmVyIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kaW5nIH0gZnJvbSBcIi4vY29kaW5nXCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuaW1wb3J0IHR5cGUgeyBTaWduYXR1cmUgfSBmcm9tIFwiLi9zaWduYXR1cmVcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDb250cmFjdF9TaWduZXIge1xuICAvKiogUm9sZSBvZiB0aGlzIENvbnRyYWN0IHNpZ25lciwgZS5nLiBub3RhcnksIGdyYW50ZWUuICovXG4gIHR5cGU6IENvZGluZztcblxuICAvKiogUGFydHkgd2hpY2ggaXMgYSBzaWduYXRvciB0byB0aGlzIENvbnRyYWN0LiAqL1xuICBwYXJ0eTogUmVmZXJlbmNlO1xuXG4gIC8qKiBMZWdhbGx5IGJpbmRpbmcgQ29udHJhY3QgRFNJRyBzaWduYXR1cmUgY29udGVudHMgaW4gQmFzZTY0LiAqL1xuICBzaWduYXR1cmU6IFNpZ25hdHVyZVtdO1xufVxuIl19
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Coding } from "./coding";
|
|
3
|
-
import type { Contract_Agent1 } from "./contract_agent1";
|
|
4
|
-
import type { Contract_ValuedItem1 } from "./contract_valueditem1";
|
|
5
|
-
import type { Identifier } from "./identifier";
|
|
6
|
-
import type { Period } from "./period";
|
|
7
|
-
import type { Reference } from "./reference";
|
|
8
|
-
export interface Contract_Term {
|
|
9
|
-
/** Unique identifier for this particular Contract Provision. */
|
|
10
|
-
identifier?: Identifier;
|
|
11
|
-
/** When this Contract Provision was issued. */
|
|
12
|
-
issued?: string;
|
|
13
|
-
/** Relevant time or time-period when this Contract Provision is applicable. */
|
|
14
|
-
applies?: Period;
|
|
15
|
-
/** Type of Contract Provision such as specific requirements, purposes for actions, obligations, prohibitions, e.g. life time maximum benefit. */
|
|
16
|
-
type?: CodeableConcept;
|
|
17
|
-
/** Subtype of this Contract Provision, e.g. life time maximum payment for a contract term for specific valued item, e.g. disability payment. */
|
|
18
|
-
subType?: CodeableConcept;
|
|
19
|
-
/** The matter of concern in the context of this provision of the agrement. */
|
|
20
|
-
topic?: Reference[];
|
|
21
|
-
/** Action stipulated by this Contract Provision. */
|
|
22
|
-
action?: CodeableConcept[];
|
|
23
|
-
/** Reason or purpose for the action stipulated by this Contract Provision. */
|
|
24
|
-
actionReason?: CodeableConcept[];
|
|
25
|
-
/** A set of security labels that define which terms are controlled by this condition. */
|
|
26
|
-
securityLabel?: Coding[];
|
|
27
|
-
/** An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place. */
|
|
28
|
-
agent?: Contract_Agent1[];
|
|
29
|
-
/** Human readable form of this Contract Provision. */
|
|
30
|
-
text?: string;
|
|
31
|
-
/** Contract Provision Valued Item List. */
|
|
32
|
-
valuedItem?: Contract_ValuedItem1[];
|
|
33
|
-
/** Nested group of Contract Provisions. */
|
|
34
|
-
group?: Contract_Term[];
|
|
35
|
-
}
|
package/lib/ehr/contract_term.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udHJhY3RfdGVybS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvY29udHJhY3RfdGVybS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBDb250cmFjdF9UZXJtIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IENvZGluZyB9IGZyb20gXCIuL2NvZGluZ1wiO1xuaW1wb3J0IHR5cGUgeyBDb250cmFjdF9BZ2VudDEgfSBmcm9tIFwiLi9jb250cmFjdF9hZ2VudDFcIjtcbmltcG9ydCB0eXBlIHsgQ29udHJhY3RfVmFsdWVkSXRlbTEgfSBmcm9tIFwiLi9jb250cmFjdF92YWx1ZWRpdGVtMVwiO1xuaW1wb3J0IHR5cGUgeyBJZGVudGlmaWVyIH0gZnJvbSBcIi4vaWRlbnRpZmllclwiO1xuaW1wb3J0IHR5cGUgeyBQZXJpb2QgfSBmcm9tIFwiLi9wZXJpb2RcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ29udHJhY3RfVGVybSB7XG4gIC8qKiBVbmlxdWUgaWRlbnRpZmllciBmb3IgdGhpcyBwYXJ0aWN1bGFyIENvbnRyYWN0IFByb3Zpc2lvbi4gKi9cbiAgaWRlbnRpZmllcj86IElkZW50aWZpZXI7XG5cbiAgLyoqIFdoZW4gdGhpcyBDb250cmFjdCBQcm92aXNpb24gd2FzIGlzc3VlZC4gKi9cbiAgaXNzdWVkPzogc3RyaW5nO1xuXG4gIC8qKiBSZWxldmFudCB0aW1lIG9yIHRpbWUtcGVyaW9kIHdoZW4gdGhpcyBDb250cmFjdCBQcm92aXNpb24gaXMgYXBwbGljYWJsZS4gKi9cbiAgYXBwbGllcz86IFBlcmlvZDtcblxuICAvKiogVHlwZSBvZiBDb250cmFjdCBQcm92aXNpb24gc3VjaCBhcyBzcGVjaWZpYyByZXF1aXJlbWVudHMsIHB1cnBvc2VzIGZvciBhY3Rpb25zLCBvYmxpZ2F0aW9ucywgcHJvaGliaXRpb25zLCBlLmcuIGxpZmUgdGltZSBtYXhpbXVtIGJlbmVmaXQuICovXG4gIHR5cGU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIFN1YnR5cGUgb2YgdGhpcyBDb250cmFjdCBQcm92aXNpb24sIGUuZy4gbGlmZSB0aW1lIG1heGltdW0gcGF5bWVudCBmb3IgYSBjb250cmFjdCB0ZXJtIGZvciBzcGVjaWZpYyB2YWx1ZWQgaXRlbSwgZS5nLiBkaXNhYmlsaXR5IHBheW1lbnQuICovXG4gIHN1YlR5cGU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIFRoZSBtYXR0ZXIgb2YgY29uY2VybiBpbiB0aGUgY29udGV4dCBvZiB0aGlzIHByb3Zpc2lvbiBvZiB0aGUgYWdyZW1lbnQuICovXG4gIHRvcGljPzogUmVmZXJlbmNlW107XG5cbiAgLyoqIEFjdGlvbiBzdGlwdWxhdGVkIGJ5IHRoaXMgQ29udHJhY3QgUHJvdmlzaW9uLiAqL1xuICBhY3Rpb24/OiBDb2RlYWJsZUNvbmNlcHRbXTtcblxuICAvKiogUmVhc29uIG9yIHB1cnBvc2UgZm9yIHRoZSBhY3Rpb24gc3RpcHVsYXRlZCBieSB0aGlzIENvbnRyYWN0IFByb3Zpc2lvbi4gKi9cbiAgYWN0aW9uUmVhc29uPzogQ29kZWFibGVDb25jZXB0W107XG5cbiAgLyoqIEEgc2V0IG9mIHNlY3VyaXR5IGxhYmVscyB0aGF0IGRlZmluZSB3aGljaCB0ZXJtcyBhcmUgY29udHJvbGxlZCBieSB0aGlzIGNvbmRpdGlvbi4gKi9cbiAgc2VjdXJpdHlMYWJlbD86IENvZGluZ1tdO1xuXG4gIC8qKiBBbiBhY3RvciB0YWtpbmcgYSByb2xlIGluIGFuIGFjdGl2aXR5IGZvciB3aGljaCBpdCBjYW4gYmUgYXNzaWduZWQgc29tZSBkZWdyZWUgb2YgcmVzcG9uc2liaWxpdHkgZm9yIHRoZSBhY3Rpdml0eSB0YWtpbmcgcGxhY2UuICovXG4gIGFnZW50PzogQ29udHJhY3RfQWdlbnQxW107XG5cbiAgLyoqIEh1bWFuIHJlYWRhYmxlIGZvcm0gb2YgdGhpcyBDb250cmFjdCBQcm92aXNpb24uICovXG4gIHRleHQ/OiBzdHJpbmc7XG5cbiAgLyoqIENvbnRyYWN0IFByb3Zpc2lvbiBWYWx1ZWQgSXRlbSBMaXN0LiAqL1xuICB2YWx1ZWRJdGVtPzogQ29udHJhY3RfVmFsdWVkSXRlbTFbXTtcblxuICAvKiogTmVzdGVkIGdyb3VwIG9mIENvbnRyYWN0IFByb3Zpc2lvbnMuICovXG4gIGdyb3VwPzogQ29udHJhY3RfVGVybVtdO1xufVxuIl19
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Identifier } from "./identifier";
|
|
3
|
-
import type { Money } from "./money";
|
|
4
|
-
import type { Quantity } from "./quantity";
|
|
5
|
-
import type { Reference } from "./reference";
|
|
6
|
-
export interface Contract_ValuedItem {
|
|
7
|
-
/** Specific type of Contract Valued Item that may be priced. */
|
|
8
|
-
entityCodeableConcept?: CodeableConcept;
|
|
9
|
-
/** Specific type of Contract Valued Item that may be priced. */
|
|
10
|
-
entityReference?: Reference;
|
|
11
|
-
/** Identifies a Contract Valued Item instance. */
|
|
12
|
-
identifier?: Identifier;
|
|
13
|
-
/** Indicates the time during which this Contract ValuedItem information is effective. */
|
|
14
|
-
effectiveTime?: string;
|
|
15
|
-
/** Specifies the units by which the Contract Valued Item is measured or counted, and quantifies the countable or measurable Contract Valued Item instances. */
|
|
16
|
-
quantity?: Quantity;
|
|
17
|
-
/** A Contract Valued Item unit valuation measure. */
|
|
18
|
-
unitPrice?: Money;
|
|
19
|
-
/** A real number that represents a multiplier used in determining the overall value of the Contract Valued Item delivered. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount. */
|
|
20
|
-
factor?: number;
|
|
21
|
-
/** An amount that expresses the weighting (based on difficulty, cost and/or resource intensiveness) associated with the Contract Valued Item delivered. The concept of Points allows for assignment of point values for a Contract Valued Item, such that a monetary amount can be assigned to each point. */
|
|
22
|
-
points?: number;
|
|
23
|
-
/** Expresses the product of the Contract Valued Item unitQuantity and the unitPriceAmt. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number * points = net Amount. Quantity, factor and points are assumed to be 1 if not supplied. */
|
|
24
|
-
net?: Money;
|
|
25
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udHJhY3RfdmFsdWVkaXRlbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvY29udHJhY3RfdmFsdWVkaXRlbS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBDb250cmFjdF9WYWx1ZWRJdGVtIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IElkZW50aWZpZXIgfSBmcm9tIFwiLi9pZGVudGlmaWVyXCI7XG5pbXBvcnQgdHlwZSB7IE1vbmV5IH0gZnJvbSBcIi4vbW9uZXlcIjtcbmltcG9ydCB0eXBlIHsgUXVhbnRpdHkgfSBmcm9tIFwiLi9xdWFudGl0eVwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDb250cmFjdF9WYWx1ZWRJdGVtIHtcbiAgLyoqIFNwZWNpZmljIHR5cGUgb2YgQ29udHJhY3QgVmFsdWVkIEl0ZW0gdGhhdCBtYXkgYmUgcHJpY2VkLiAqL1xuICBlbnRpdHlDb2RlYWJsZUNvbmNlcHQ/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIFNwZWNpZmljIHR5cGUgb2YgQ29udHJhY3QgVmFsdWVkIEl0ZW0gdGhhdCBtYXkgYmUgcHJpY2VkLiAqL1xuICBlbnRpdHlSZWZlcmVuY2U/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIElkZW50aWZpZXMgYSBDb250cmFjdCBWYWx1ZWQgSXRlbSBpbnN0YW5jZS4gKi9cbiAgaWRlbnRpZmllcj86IElkZW50aWZpZXI7XG5cbiAgLyoqIEluZGljYXRlcyB0aGUgdGltZSBkdXJpbmcgd2hpY2ggdGhpcyBDb250cmFjdCBWYWx1ZWRJdGVtIGluZm9ybWF0aW9uIGlzIGVmZmVjdGl2ZS4gKi9cbiAgZWZmZWN0aXZlVGltZT86IHN0cmluZztcblxuICAvKiogU3BlY2lmaWVzIHRoZSB1bml0cyBieSB3aGljaCB0aGUgQ29udHJhY3QgVmFsdWVkIEl0ZW0gaXMgbWVhc3VyZWQgb3IgY291bnRlZCwgYW5kIHF1YW50aWZpZXMgdGhlIGNvdW50YWJsZSBvciBtZWFzdXJhYmxlIENvbnRyYWN0IFZhbHVlZCBJdGVtIGluc3RhbmNlcy4gKi9cbiAgcXVhbnRpdHk/OiBRdWFudGl0eTtcblxuICAvKiogQSBDb250cmFjdCBWYWx1ZWQgSXRlbSB1bml0IHZhbHVhdGlvbiBtZWFzdXJlLiAqL1xuICB1bml0UHJpY2U/OiBNb25leTtcblxuICAvKiogQSByZWFsIG51bWJlciB0aGF0IHJlcHJlc2VudHMgYSBtdWx0aXBsaWVyIHVzZWQgaW4gZGV0ZXJtaW5pbmcgdGhlIG92ZXJhbGwgdmFsdWUgb2YgdGhlIENvbnRyYWN0IFZhbHVlZCBJdGVtIGRlbGl2ZXJlZC4gVGhlIGNvbmNlcHQgb2YgYSBGYWN0b3IgYWxsb3dzIGZvciBhIGRpc2NvdW50IG9yIHN1cmNoYXJnZSBtdWx0aXBsaWVyIHRvIGJlIGFwcGxpZWQgdG8gYSBtb25ldGFyeSBhbW91bnQuICovXG4gIGZhY3Rvcj86IG51bWJlcjtcblxuICAvKiogQW4gYW1vdW50IHRoYXQgZXhwcmVzc2VzIHRoZSB3ZWlnaHRpbmcgKGJhc2VkIG9uIGRpZmZpY3VsdHksIGNvc3QgYW5kL29yIHJlc291cmNlIGludGVuc2l2ZW5lc3MpIGFzc29jaWF0ZWQgd2l0aCB0aGUgQ29udHJhY3QgVmFsdWVkIEl0ZW0gZGVsaXZlcmVkLiBUaGUgY29uY2VwdCBvZiBQb2ludHMgYWxsb3dzIGZvciBhc3NpZ25tZW50IG9mIHBvaW50IHZhbHVlcyBmb3IgYSBDb250cmFjdCBWYWx1ZWQgSXRlbSwgc3VjaCB0aGF0IGEgbW9uZXRhcnkgYW1vdW50IGNhbiBiZSBhc3NpZ25lZCB0byBlYWNoIHBvaW50LiAqL1xuICBwb2ludHM/OiBudW1iZXI7XG5cbiAgLyoqIEV4cHJlc3NlcyB0aGUgcHJvZHVjdCBvZiB0aGUgQ29udHJhY3QgVmFsdWVkIEl0ZW0gdW5pdFF1YW50aXR5IGFuZCB0aGUgdW5pdFByaWNlQW10LiBGb3IgZXhhbXBsZSwgdGhlIGZvcm11bGE6IHVuaXQgUXVhbnRpdHkgKiB1bml0IFByaWNlIChDb3N0IHBlciBQb2ludCkgKiBmYWN0b3IgTnVtYmVyICAqIHBvaW50cyA9IG5ldCBBbW91bnQuIFF1YW50aXR5LCBmYWN0b3IgYW5kIHBvaW50cyBhcmUgYXNzdW1lZCB0byBiZSAxIGlmIG5vdCBzdXBwbGllZC4gKi9cbiAgbmV0PzogTW9uZXk7XG59XG4iXX0=
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Identifier } from "./identifier";
|
|
3
|
-
import type { Money } from "./money";
|
|
4
|
-
import type { Quantity } from "./quantity";
|
|
5
|
-
import type { Reference } from "./reference";
|
|
6
|
-
export interface Contract_ValuedItem1 {
|
|
7
|
-
/** Specific type of Contract Provision Valued Item that may be priced. */
|
|
8
|
-
entityCodeableConcept?: CodeableConcept;
|
|
9
|
-
/** Specific type of Contract Provision Valued Item that may be priced. */
|
|
10
|
-
entityReference?: Reference;
|
|
11
|
-
/** Identifies a Contract Provision Valued Item instance. */
|
|
12
|
-
identifier?: Identifier;
|
|
13
|
-
/** Indicates the time during which this Contract Term ValuedItem information is effective. */
|
|
14
|
-
effectiveTime?: string;
|
|
15
|
-
/** Specifies the units by which the Contract Provision Valued Item is measured or counted, and quantifies the countable or measurable Contract Term Valued Item instances. */
|
|
16
|
-
quantity?: Quantity;
|
|
17
|
-
/** A Contract Provision Valued Item unit valuation measure. */
|
|
18
|
-
unitPrice?: Money;
|
|
19
|
-
/** A real number that represents a multiplier used in determining the overall value of the Contract Provision Valued Item delivered. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount. */
|
|
20
|
-
factor?: number;
|
|
21
|
-
/** An amount that expresses the weighting (based on difficulty, cost and/or resource intensiveness) associated with the Contract Provision Valued Item delivered. The concept of Points allows for assignment of point values for a Contract ProvisionValued Item, such that a monetary amount can be assigned to each point. */
|
|
22
|
-
points?: number;
|
|
23
|
-
/** Expresses the product of the Contract Provision Valued Item unitQuantity and the unitPriceAmt. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number * points = net Amount. Quantity, factor and points are assumed to be 1 if not supplied. */
|
|
24
|
-
net?: Money;
|
|
25
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udHJhY3RfdmFsdWVkaXRlbTEuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2NvbnRyYWN0X3ZhbHVlZGl0ZW0xLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENvbnRyYWN0X1ZhbHVlZEl0ZW0xIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IElkZW50aWZpZXIgfSBmcm9tIFwiLi9pZGVudGlmaWVyXCI7XG5pbXBvcnQgdHlwZSB7IE1vbmV5IH0gZnJvbSBcIi4vbW9uZXlcIjtcbmltcG9ydCB0eXBlIHsgUXVhbnRpdHkgfSBmcm9tIFwiLi9xdWFudGl0eVwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDb250cmFjdF9WYWx1ZWRJdGVtMSB7XG4gIC8qKiBTcGVjaWZpYyB0eXBlIG9mIENvbnRyYWN0IFByb3Zpc2lvbiBWYWx1ZWQgSXRlbSB0aGF0IG1heSBiZSBwcmljZWQuICovXG4gIGVudGl0eUNvZGVhYmxlQ29uY2VwdD86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogU3BlY2lmaWMgdHlwZSBvZiBDb250cmFjdCBQcm92aXNpb24gVmFsdWVkIEl0ZW0gdGhhdCBtYXkgYmUgcHJpY2VkLiAqL1xuICBlbnRpdHlSZWZlcmVuY2U/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIElkZW50aWZpZXMgYSBDb250cmFjdCBQcm92aXNpb24gVmFsdWVkIEl0ZW0gaW5zdGFuY2UuICovXG4gIGlkZW50aWZpZXI/OiBJZGVudGlmaWVyO1xuXG4gIC8qKiBJbmRpY2F0ZXMgdGhlIHRpbWUgZHVyaW5nIHdoaWNoIHRoaXMgQ29udHJhY3QgVGVybSBWYWx1ZWRJdGVtIGluZm9ybWF0aW9uIGlzIGVmZmVjdGl2ZS4gKi9cbiAgZWZmZWN0aXZlVGltZT86IHN0cmluZztcblxuICAvKiogU3BlY2lmaWVzIHRoZSB1bml0cyBieSB3aGljaCB0aGUgQ29udHJhY3QgUHJvdmlzaW9uIFZhbHVlZCBJdGVtIGlzIG1lYXN1cmVkIG9yIGNvdW50ZWQsIGFuZCBxdWFudGlmaWVzIHRoZSBjb3VudGFibGUgb3IgbWVhc3VyYWJsZSBDb250cmFjdCBUZXJtIFZhbHVlZCBJdGVtIGluc3RhbmNlcy4gKi9cbiAgcXVhbnRpdHk/OiBRdWFudGl0eTtcblxuICAvKiogQSBDb250cmFjdCBQcm92aXNpb24gVmFsdWVkIEl0ZW0gdW5pdCB2YWx1YXRpb24gbWVhc3VyZS4gKi9cbiAgdW5pdFByaWNlPzogTW9uZXk7XG5cbiAgLyoqIEEgcmVhbCBudW1iZXIgdGhhdCByZXByZXNlbnRzIGEgbXVsdGlwbGllciB1c2VkIGluIGRldGVybWluaW5nIHRoZSBvdmVyYWxsIHZhbHVlIG9mIHRoZSBDb250cmFjdCBQcm92aXNpb24gVmFsdWVkIEl0ZW0gZGVsaXZlcmVkLiBUaGUgY29uY2VwdCBvZiBhIEZhY3RvciBhbGxvd3MgZm9yIGEgZGlzY291bnQgb3Igc3VyY2hhcmdlIG11bHRpcGxpZXIgdG8gYmUgYXBwbGllZCB0byBhIG1vbmV0YXJ5IGFtb3VudC4gKi9cbiAgZmFjdG9yPzogbnVtYmVyO1xuXG4gIC8qKiBBbiBhbW91bnQgdGhhdCBleHByZXNzZXMgdGhlIHdlaWdodGluZyAoYmFzZWQgb24gZGlmZmljdWx0eSwgY29zdCBhbmQvb3IgcmVzb3VyY2UgaW50ZW5zaXZlbmVzcykgYXNzb2NpYXRlZCB3aXRoIHRoZSBDb250cmFjdCBQcm92aXNpb24gVmFsdWVkIEl0ZW0gZGVsaXZlcmVkLiBUaGUgY29uY2VwdCBvZiBQb2ludHMgYWxsb3dzIGZvciBhc3NpZ25tZW50IG9mIHBvaW50IHZhbHVlcyBmb3IgYSBDb250cmFjdCBQcm92aXNpb25WYWx1ZWQgSXRlbSwgc3VjaCB0aGF0IGEgbW9uZXRhcnkgYW1vdW50IGNhbiBiZSBhc3NpZ25lZCB0byBlYWNoIHBvaW50LiAqL1xuICBwb2ludHM/OiBudW1iZXI7XG5cbiAgLyoqIEV4cHJlc3NlcyB0aGUgcHJvZHVjdCBvZiB0aGUgQ29udHJhY3QgUHJvdmlzaW9uIFZhbHVlZCBJdGVtIHVuaXRRdWFudGl0eSBhbmQgdGhlIHVuaXRQcmljZUFtdC4gRm9yIGV4YW1wbGUsIHRoZSBmb3JtdWxhOiB1bml0IFF1YW50aXR5ICogdW5pdCBQcmljZSAoQ29zdCBwZXIgUG9pbnQpICogZmFjdG9yIE51bWJlciAgKiBwb2ludHMgPSBuZXQgQW1vdW50LiBRdWFudGl0eSwgZmFjdG9yIGFuZCBwb2ludHMgYXJlIGFzc3VtZWQgdG8gYmUgMSBpZiBub3Qgc3VwcGxpZWQuICovXG4gIG5ldD86IE1vbmV5O1xufVxuIl19
|
package/lib/ehr/contributor.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { ContactDetail } from "./contactdetail";
|
|
2
|
-
export interface Contributor {
|
|
3
|
-
/** The type of contributor. */
|
|
4
|
-
type?: "author" | "editor" | "reviewer" | "endorser";
|
|
5
|
-
/** The name of the individual or organization responsible for the contribution. */
|
|
6
|
-
name?: string;
|
|
7
|
-
/** Contact details to assist a user in finding and communicating with the contributor. */
|
|
8
|
-
contact?: ContactDetail[];
|
|
9
|
-
}
|
package/lib/ehr/contributor.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udHJpYnV0b3IuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2NvbnRyaWJ1dG9yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENvbnRyaWJ1dG9yIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29udGFjdERldGFpbCB9IGZyb20gXCIuL2NvbnRhY3RkZXRhaWxcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDb250cmlidXRvciB7XG4gIC8qKiBUaGUgdHlwZSBvZiBjb250cmlidXRvci4gKi9cbiAgdHlwZT86IFwiYXV0aG9yXCIgfCBcImVkaXRvclwiIHwgXCJyZXZpZXdlclwiIHwgXCJlbmRvcnNlclwiO1xuXG4gIC8qKiBUaGUgbmFtZSBvZiB0aGUgaW5kaXZpZHVhbCBvciBvcmdhbml6YXRpb24gcmVzcG9uc2libGUgZm9yIHRoZSBjb250cmlidXRpb24uICovXG4gIG5hbWU/OiBzdHJpbmc7XG5cbiAgLyoqIENvbnRhY3QgZGV0YWlscyB0byBhc3Npc3QgYSB1c2VyIGluIGZpbmRpbmcgYW5kIGNvbW11bmljYXRpbmcgd2l0aCB0aGUgY29udHJpYnV0b3IuICovXG4gIGNvbnRhY3Q/OiBDb250YWN0RGV0YWlsW107XG59XG4iXX0=
|
package/lib/ehr/count.d.ts
DELETED
package/lib/ehr/count.js
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// FHIR Count Type
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY291bnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2NvdW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxrQkFBa0IiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENvdW50IFR5cGVcblxuZXhwb3J0IGludGVyZmFjZSBDb3VudCB7fVxuIl19
|