@openhi/types 0.0.1 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -9
- package/lib/account.d.ts +37 -0
- package/lib/account.js +3 -0
- package/lib/account_coverage.d.ts +10 -0
- package/lib/account_coverage.js +3 -0
- package/lib/account_guarantor.d.ts +11 -0
- package/lib/account_guarantor.js +3 -0
- package/lib/activitydefinition.d.ts +95 -0
- package/lib/activitydefinition.js +3 -0
- package/lib/activitydefinition_dynamicvalue.d.ts +11 -0
- package/lib/activitydefinition_dynamicvalue.js +3 -0
- package/lib/activitydefinition_participant.d.ts +8 -0
- package/lib/activitydefinition_participant.js +3 -0
- package/lib/address.d.ts +24 -0
- package/lib/address.js +3 -0
- package/lib/adverseevent.d.ts +41 -0
- package/lib/adverseevent.js +3 -0
- package/lib/adverseevent_suspectentity.d.ts +19 -0
- package/lib/adverseevent_suspectentity.js +3 -0
- package/lib/age.d.ts +3 -0
- package/lib/age.js +3 -0
- package/lib/allergyintolerance.d.ts +51 -0
- package/lib/allergyintolerance.js +3 -0
- package/lib/allergyintolerance_reaction.d.ts +19 -0
- package/lib/allergyintolerance_reaction.js +3 -0
- package/lib/annotation.d.ts +12 -0
- package/lib/annotation.js +3 -0
- package/lib/appointment.d.ts +50 -0
- package/lib/appointment.js +3 -0
- package/lib/appointment_participant.d.ts +13 -0
- package/lib/appointment_participant.js +3 -0
- package/lib/appointmentresponse.d.ts +24 -0
- package/lib/appointmentresponse.js +3 -0
- package/lib/attachment.d.ts +19 -0
- package/lib/attachment.js +3 -0
- package/lib/auditevent.d.ts +30 -0
- package/lib/auditevent.js +3 -0
- package/lib/auditevent_agent.d.ts +30 -0
- package/lib/auditevent_agent.js +3 -0
- package/lib/auditevent_detail.d.ts +7 -0
- package/lib/auditevent_detail.js +3 -0
- package/lib/auditevent_entity.d.ts +27 -0
- package/lib/auditevent_entity.js +3 -0
- package/lib/auditevent_network.d.ts +7 -0
- package/lib/auditevent_network.js +3 -0
- package/lib/auditevent_source.d.ts +11 -0
- package/lib/auditevent_source.js +3 -0
- package/lib/backboneelement.d.ts +6 -0
- package/lib/backboneelement.js +3 -0
- package/lib/basic.d.ts +18 -0
- package/lib/basic.js +3 -0
- package/lib/binary.d.ts +12 -0
- package/lib/binary.js +3 -0
- package/lib/bodysite.d.ts +23 -0
- package/lib/bodysite.js +3 -0
- package/lib/bundle.d.ts +21 -0
- package/lib/bundle.js +3 -0
- package/lib/bundle_entry.d.ts +22 -0
- package/lib/bundle_entry.js +3 -0
- package/lib/bundle_link.d.ts +7 -0
- package/lib/bundle_link.js +3 -0
- package/lib/bundle_request.d.ts +15 -0
- package/lib/bundle_request.js +3 -0
- package/lib/bundle_response.d.ts +14 -0
- package/lib/bundle_response.js +3 -0
- package/lib/bundle_search.d.ts +7 -0
- package/lib/bundle_search.js +3 -0
- package/lib/capabilitystatement.d.ts +68 -0
- package/lib/capabilitystatement.js +3 -0
- package/lib/capabilitystatement_certificate.d.ts +7 -0
- package/lib/capabilitystatement_certificate.js +3 -0
- package/lib/capabilitystatement_document.d.ts +10 -0
- package/lib/capabilitystatement_document.js +3 -0
- package/lib/capabilitystatement_endpoint.d.ts +8 -0
- package/lib/capabilitystatement_endpoint.js +3 -0
- package/lib/capabilitystatement_event.d.ts +19 -0
- package/lib/capabilitystatement_event.js +3 -0
- package/lib/capabilitystatement_implementation.d.ts +7 -0
- package/lib/capabilitystatement_implementation.js +3 -0
- package/lib/capabilitystatement_interaction.d.ts +7 -0
- package/lib/capabilitystatement_interaction.js +3 -0
- package/lib/capabilitystatement_interaction1.d.ts +7 -0
- package/lib/capabilitystatement_interaction1.js +3 -0
- package/lib/capabilitystatement_messaging.d.ts +16 -0
- package/lib/capabilitystatement_messaging.js +3 -0
- package/lib/capabilitystatement_operation.d.ts +8 -0
- package/lib/capabilitystatement_operation.js +3 -0
- package/lib/capabilitystatement_resource.d.ts +36 -0
- package/lib/capabilitystatement_resource.js +3 -0
- package/lib/capabilitystatement_rest.d.ts +24 -0
- package/lib/capabilitystatement_rest.js +3 -0
- package/lib/capabilitystatement_searchparam.d.ts +11 -0
- package/lib/capabilitystatement_searchparam.js +3 -0
- package/lib/capabilitystatement_security.d.ts +13 -0
- package/lib/capabilitystatement_security.js +3 -0
- package/lib/capabilitystatement_software.d.ts +9 -0
- package/lib/capabilitystatement_software.js +3 -0
- package/lib/capabilitystatement_supportedmessage.d.ts +8 -0
- package/lib/capabilitystatement_supportedmessage.js +3 -0
- package/lib/careplan.d.ts +51 -0
- package/lib/careplan.js +3 -0
- package/lib/careplan_activity.d.ts +17 -0
- package/lib/careplan_activity.js +3 -0
- package/lib/careplan_detail.d.ts +46 -0
- package/lib/careplan_detail.js +3 -0
- package/lib/careteam.d.ts +35 -0
- package/lib/careteam.js +3 -0
- package/lib/careteam_participant.d.ts +14 -0
- package/lib/careteam_participant.js +3 -0
- package/lib/chargeitem.d.ts +64 -0
- package/lib/chargeitem.js +3 -0
- package/lib/chargeitem_participant.d.ts +9 -0
- package/lib/chargeitem_participant.js +3 -0
- package/lib/claim.d.ts +79 -0
- package/lib/claim.js +3 -0
- package/lib/claim_accident.d.ts +14 -0
- package/lib/claim_accident.js +3 -0
- package/lib/claim_careteam.d.ts +15 -0
- package/lib/claim_careteam.js +3 -0
- package/lib/claim_detail.d.ts +32 -0
- package/lib/claim_detail.js +3 -0
- package/lib/claim_diagnosis.d.ts +15 -0
- package/lib/claim_diagnosis.js +3 -0
- package/lib/claim_information.d.ts +28 -0
- package/lib/claim_information.js +3 -0
- package/lib/claim_insurance.d.ts +16 -0
- package/lib/claim_insurance.js +3 -0
- package/lib/claim_item.d.ts +58 -0
- package/lib/claim_item.js +3 -0
- package/lib/claim_payee.d.ts +12 -0
- package/lib/claim_payee.js +3 -0
- package/lib/claim_procedure.d.ts +13 -0
- package/lib/claim_procedure.js +3 -0
- package/lib/claim_related.d.ts +12 -0
- package/lib/claim_related.js +3 -0
- package/lib/claim_subdetail.d.ts +29 -0
- package/lib/claim_subdetail.js +3 -0
- package/lib/claimresponse.d.ts +62 -0
- package/lib/claimresponse.js +3 -0
- package/lib/claimresponse_additem.d.ts +25 -0
- package/lib/claimresponse_additem.js +3 -0
- package/lib/claimresponse_adjudication.d.ts +13 -0
- package/lib/claimresponse_adjudication.js +3 -0
- package/lib/claimresponse_detail.d.ts +13 -0
- package/lib/claimresponse_detail.js +3 -0
- package/lib/claimresponse_detail1.d.ts +20 -0
- package/lib/claimresponse_detail1.js +3 -0
- package/lib/claimresponse_error.d.ts +12 -0
- package/lib/claimresponse_error.js +3 -0
- package/lib/claimresponse_insurance.d.ts +16 -0
- package/lib/claimresponse_insurance.js +3 -0
- package/lib/claimresponse_item.d.ts +13 -0
- package/lib/claimresponse_item.js +3 -0
- package/lib/claimresponse_payment.d.ts +18 -0
- package/lib/claimresponse_payment.js +3 -0
- package/lib/claimresponse_processnote.d.ts +12 -0
- package/lib/claimresponse_processnote.js +3 -0
- package/lib/claimresponse_subdetail.d.ts +10 -0
- package/lib/claimresponse_subdetail.js +3 -0
- package/lib/clinicalimpression.d.ts +52 -0
- package/lib/clinicalimpression.js +3 -0
- package/lib/clinicalimpression_finding.d.ts +11 -0
- package/lib/clinicalimpression_finding.js +3 -0
- package/lib/clinicalimpression_investigation.d.ts +9 -0
- package/lib/clinicalimpression_investigation.js +3 -0
- package/lib/codeableconcept.d.ts +8 -0
- package/lib/codeableconcept.js +3 -0
- package/lib/codesystem.d.ts +62 -0
- package/lib/codesystem.js +3 -0
- package/lib/codesystem_concept.d.ts +17 -0
- package/lib/codesystem_concept.js +3 -0
- package/lib/codesystem_designation.d.ts +10 -0
- package/lib/codesystem_designation.js +3 -0
- package/lib/codesystem_filter.d.ts +11 -0
- package/lib/codesystem_filter.js +3 -0
- package/lib/codesystem_property.d.ts +11 -0
- package/lib/codesystem_property.js +3 -0
- package/lib/codesystem_property1.d.ts +18 -0
- package/lib/codesystem_property1.js +3 -0
- package/lib/coding.d.ts +13 -0
- package/lib/coding.js +3 -0
- package/lib/communication.d.ts +50 -0
- package/lib/communication.js +3 -0
- package/lib/communication_payload.d.ts +11 -0
- package/lib/communication_payload.js +3 -0
- package/lib/communicationrequest.d.ts +54 -0
- package/lib/communicationrequest.js +3 -0
- package/lib/communicationrequest_payload.d.ts +11 -0
- package/lib/communicationrequest_payload.js +3 -0
- package/lib/communicationrequest_requester.d.ts +8 -0
- package/lib/communicationrequest_requester.js +3 -0
- package/lib/compartmentdefinition.d.ts +39 -0
- package/lib/compartmentdefinition.js +3 -0
- package/lib/compartmentdefinition_resource.d.ts +9 -0
- package/lib/compartmentdefinition_resource.js +3 -0
- package/lib/composition.d.ts +42 -0
- package/lib/composition.js +3 -0
- package/lib/composition_attester.d.ts +10 -0
- package/lib/composition_attester.js +3 -0
- package/lib/composition_event.d.ts +12 -0
- package/lib/composition_event.js +3 -0
- package/lib/composition_relatesto.d.ts +11 -0
- package/lib/composition_relatesto.js +3 -0
- package/lib/composition_section.d.ts +22 -0
- package/lib/composition_section.js +3 -0
- package/lib/conceptmap.d.ts +51 -0
- package/lib/conceptmap.js +3 -0
- package/lib/conceptmap_dependson.d.ts +11 -0
- package/lib/conceptmap_dependson.js +3 -0
- package/lib/conceptmap_element.d.ts +10 -0
- package/lib/conceptmap_element.js +3 -0
- package/lib/conceptmap_group.d.ts +17 -0
- package/lib/conceptmap_group.js +3 -0
- package/lib/conceptmap_target.d.ts +16 -0
- package/lib/conceptmap_target.js +3 -0
- package/lib/conceptmap_unmapped.d.ts +11 -0
- package/lib/conceptmap_unmapped.js +3 -0
- package/lib/condition.d.ts +64 -0
- package/lib/condition.js +3 -0
- package/lib/condition_evidence.d.ts +9 -0
- package/lib/condition_evidence.js +3 -0
- package/lib/condition_stage.d.ts +9 -0
- package/lib/condition_stage.js +3 -0
- package/lib/consent.d.ts +55 -0
- package/lib/consent.js +3 -0
- package/lib/consent_actor.d.ts +9 -0
- package/lib/consent_actor.js +3 -0
- package/lib/consent_actor1.d.ts +9 -0
- package/lib/consent_actor1.js +3 -0
- package/lib/consent_data.d.ts +8 -0
- package/lib/consent_data.js +3 -0
- package/lib/consent_data1.d.ts +8 -0
- package/lib/consent_data1.js +3 -0
- package/lib/consent_except.d.ts +28 -0
- package/lib/consent_except.js +3 -0
- package/lib/consent_policy.d.ts +7 -0
- package/lib/consent_policy.js +3 -0
- package/lib/contactdetail.d.ts +8 -0
- package/lib/contactdetail.js +3 -0
- package/lib/contactpoint.d.ts +14 -0
- package/lib/contactpoint.js +3 -0
- package/lib/contract.d.ts +66 -0
- package/lib/contract.js +3 -0
- package/lib/contract_agent.d.ts +9 -0
- package/lib/contract_agent.js +3 -0
- package/lib/contract_agent1.d.ts +9 -0
- package/lib/contract_agent1.js +3 -0
- package/lib/contract_friendly.d.ts +9 -0
- package/lib/contract_friendly.js +3 -0
- package/lib/contract_legal.d.ts +9 -0
- package/lib/contract_legal.js +3 -0
- package/lib/contract_rule.d.ts +9 -0
- package/lib/contract_rule.js +3 -0
- package/lib/contract_signer.d.ts +12 -0
- package/lib/contract_signer.js +3 -0
- package/lib/contract_term.d.ts +36 -0
- package/lib/contract_term.js +3 -0
- package/lib/contract_valueditem.d.ts +26 -0
- package/lib/contract_valueditem.js +3 -0
- package/lib/contract_valueditem1.d.ts +26 -0
- package/lib/contract_valueditem1.js +3 -0
- package/lib/contributor.d.ts +10 -0
- package/lib/contributor.js +3 -0
- package/lib/count.d.ts +3 -0
- package/lib/count.js +3 -0
- package/lib/coverage.d.ts +42 -0
- package/lib/coverage.js +3 -0
- package/lib/coverage_grouping.d.ts +27 -0
- package/lib/coverage_grouping.js +3 -0
- package/lib/dataelement.d.ts +43 -0
- package/lib/dataelement.js +3 -0
- package/lib/dataelement_mapping.d.ts +11 -0
- package/lib/dataelement_mapping.js +3 -0
- package/lib/datarequirement.d.ts +15 -0
- package/lib/datarequirement.js +3 -0
- package/lib/datarequirement_codefilter.d.ts +18 -0
- package/lib/datarequirement_codefilter.js +3 -0
- package/lib/datarequirement_datefilter.d.ts +13 -0
- package/lib/datarequirement_datefilter.js +3 -0
- package/lib/detectedissue.d.ts +31 -0
- package/lib/detectedissue.js +3 -0
- package/lib/detectedissue_mitigation.d.ts +11 -0
- package/lib/detectedissue_mitigation.js +3 -0
- package/lib/device.d.ts +45 -0
- package/lib/device.js +3 -0
- package/lib/device_udi.d.ts +25 -0
- package/lib/device_udi.js +3 -0
- package/lib/devicecomponent.d.ts +29 -0
- package/lib/devicecomponent.js +3 -0
- package/lib/devicecomponent_productionspecification.d.ts +11 -0
- package/lib/devicecomponent_productionspecification.js +3 -0
- package/lib/devicemetric.d.ts +30 -0
- package/lib/devicemetric.js +3 -0
- package/lib/devicemetric_calibration.d.ts +9 -0
- package/lib/devicemetric_calibration.js +3 -0
- package/lib/devicerequest.d.ts +60 -0
- package/lib/devicerequest.js +3 -0
- package/lib/devicerequest_requester.d.ts +8 -0
- package/lib/devicerequest_requester.js +3 -0
- package/lib/deviceusestatement.d.ts +37 -0
- package/lib/deviceusestatement.js +3 -0
- package/lib/diagnosticreport.d.ts +48 -0
- package/lib/diagnosticreport.js +3 -0
- package/lib/diagnosticreport_image.d.ts +8 -0
- package/lib/diagnosticreport_image.js +3 -0
- package/lib/diagnosticreport_performer.d.ts +9 -0
- package/lib/diagnosticreport_performer.js +3 -0
- package/lib/distance.d.ts +3 -0
- package/lib/distance.js +3 -0
- package/lib/documentmanifest.d.ts +34 -0
- package/lib/documentmanifest.js +3 -0
- package/lib/documentmanifest_content.d.ts +9 -0
- package/lib/documentmanifest_content.js +3 -0
- package/lib/documentmanifest_related.d.ts +9 -0
- package/lib/documentmanifest_related.js +3 -0
- package/lib/documentreference.d.ts +45 -0
- package/lib/documentreference.js +3 -0
- package/lib/documentreference_content.d.ts +9 -0
- package/lib/documentreference_content.js +3 -0
- package/lib/documentreference_context.d.ts +21 -0
- package/lib/documentreference_context.js +3 -0
- package/lib/documentreference_related.d.ts +9 -0
- package/lib/documentreference_related.js +3 -0
- package/lib/documentreference_relatesto.d.ts +8 -0
- package/lib/documentreference_relatesto.js +3 -0
- package/lib/domainresource.d.ts +14 -0
- package/lib/domainresource.js +3 -0
- package/lib/dosage.d.ts +44 -0
- package/lib/dosage.js +3 -0
- package/lib/duration.d.ts +3 -0
- package/lib/duration.js +3 -0
- package/lib/element.d.ts +7 -0
- package/lib/element.js +3 -0
- package/lib/elementdefinition.d.ts +451 -0
- package/lib/elementdefinition.js +3 -0
- package/lib/elementdefinition_base.d.ts +9 -0
- package/lib/elementdefinition_base.js +3 -0
- package/lib/elementdefinition_binding.d.ts +12 -0
- package/lib/elementdefinition_binding.js +3 -0
- package/lib/elementdefinition_constraint.d.ts +17 -0
- package/lib/elementdefinition_constraint.js +3 -0
- package/lib/elementdefinition_discriminator.d.ts +7 -0
- package/lib/elementdefinition_discriminator.js +3 -0
- package/lib/elementdefinition_example.d.ts +145 -0
- package/lib/elementdefinition_example.js +3 -0
- package/lib/elementdefinition_mapping.d.ts +11 -0
- package/lib/elementdefinition_mapping.js +3 -0
- package/lib/elementdefinition_slicing.d.ts +12 -0
- package/lib/elementdefinition_slicing.js +3 -0
- package/lib/elementdefinition_type.d.ts +13 -0
- package/lib/elementdefinition_type.js +3 -0
- package/lib/eligibilityrequest.d.ts +41 -0
- package/lib/eligibilityrequest.js +3 -0
- package/lib/eligibilityresponse.d.ts +36 -0
- package/lib/eligibilityresponse.js +3 -0
- package/lib/eligibilityresponse_benefitbalance.d.ts +23 -0
- package/lib/eligibilityresponse_benefitbalance.js +3 -0
- package/lib/eligibilityresponse_error.d.ts +6 -0
- package/lib/eligibilityresponse_error.js +3 -0
- package/lib/eligibilityresponse_financial.d.ts +17 -0
- package/lib/eligibilityresponse_financial.js +3 -0
- package/lib/eligibilityresponse_insurance.d.ts +11 -0
- package/lib/eligibilityresponse_insurance.js +3 -0
- package/lib/encounter.d.ts +61 -0
- package/lib/encounter.js +3 -0
- package/lib/encounter_classhistory.d.ts +9 -0
- package/lib/encounter_classhistory.js +3 -0
- package/lib/encounter_diagnosis.d.ts +11 -0
- package/lib/encounter_diagnosis.js +3 -0
- package/lib/encounter_hospitalization.d.ts +24 -0
- package/lib/encounter_hospitalization.js +3 -0
- package/lib/encounter_location.d.ts +11 -0
- package/lib/encounter_location.js +3 -0
- package/lib/encounter_participant.d.ts +12 -0
- package/lib/encounter_participant.js +3 -0
- package/lib/encounter_statushistory.d.ts +8 -0
- package/lib/encounter_statushistory.js +3 -0
- package/lib/endpoint.d.ts +33 -0
- package/lib/endpoint.js +3 -0
- package/lib/enrollmentrequest.d.ts +23 -0
- package/lib/enrollmentrequest.js +3 -0
- package/lib/enrollmentresponse.d.ts +26 -0
- package/lib/enrollmentresponse.js +3 -0
- package/lib/episodeofcare.d.ts +35 -0
- package/lib/episodeofcare.js +3 -0
- package/lib/episodeofcare_diagnosis.d.ts +11 -0
- package/lib/episodeofcare_diagnosis.js +3 -0
- package/lib/episodeofcare_statushistory.d.ts +8 -0
- package/lib/episodeofcare_statushistory.js +3 -0
- package/lib/expansionprofile.d.ts +58 -0
- package/lib/expansionprofile.js +3 -0
- package/lib/expansionprofile_designation.d.ts +9 -0
- package/lib/expansionprofile_designation.js +3 -0
- package/lib/expansionprofile_designation1.d.ts +8 -0
- package/lib/expansionprofile_designation1.js +3 -0
- package/lib/expansionprofile_designation2.d.ts +8 -0
- package/lib/expansionprofile_designation2.js +3 -0
- package/lib/expansionprofile_exclude.d.ts +6 -0
- package/lib/expansionprofile_exclude.js +3 -0
- package/lib/expansionprofile_excludedsystem.d.ts +7 -0
- package/lib/expansionprofile_excludedsystem.js +3 -0
- package/lib/expansionprofile_fixedversion.d.ts +9 -0
- package/lib/expansionprofile_fixedversion.js +3 -0
- package/lib/expansionprofile_include.d.ts +6 -0
- package/lib/expansionprofile_include.js +3 -0
- package/lib/explanationofbenefit.d.ts +101 -0
- package/lib/explanationofbenefit.js +3 -0
- package/lib/explanationofbenefit_accident.d.ts +14 -0
- package/lib/explanationofbenefit_accident.js +3 -0
- package/lib/explanationofbenefit_additem.d.ts +25 -0
- package/lib/explanationofbenefit_additem.js +3 -0
- package/lib/explanationofbenefit_adjudication.d.ts +13 -0
- package/lib/explanationofbenefit_adjudication.js +3 -0
- package/lib/explanationofbenefit_benefitbalance.d.ts +23 -0
- package/lib/explanationofbenefit_benefitbalance.js +3 -0
- package/lib/explanationofbenefit_careteam.d.ts +15 -0
- package/lib/explanationofbenefit_careteam.js +3 -0
- package/lib/explanationofbenefit_detail.d.ts +39 -0
- package/lib/explanationofbenefit_detail.js +3 -0
- package/lib/explanationofbenefit_detail1.d.ts +20 -0
- package/lib/explanationofbenefit_detail1.js +3 -0
- package/lib/explanationofbenefit_diagnosis.d.ts +15 -0
- package/lib/explanationofbenefit_diagnosis.js +3 -0
- package/lib/explanationofbenefit_financial.d.ts +17 -0
- package/lib/explanationofbenefit_financial.js +3 -0
- package/lib/explanationofbenefit_information.d.ts +29 -0
- package/lib/explanationofbenefit_information.js +3 -0
- package/lib/explanationofbenefit_insurance.d.ts +8 -0
- package/lib/explanationofbenefit_insurance.js +3 -0
- package/lib/explanationofbenefit_item.d.ts +63 -0
- package/lib/explanationofbenefit_item.js +3 -0
- package/lib/explanationofbenefit_payee.d.ts +11 -0
- package/lib/explanationofbenefit_payee.js +3 -0
- package/lib/explanationofbenefit_payment.d.ts +18 -0
- package/lib/explanationofbenefit_payment.js +3 -0
- package/lib/explanationofbenefit_procedure.d.ts +13 -0
- package/lib/explanationofbenefit_procedure.js +3 -0
- package/lib/explanationofbenefit_processnote.d.ts +12 -0
- package/lib/explanationofbenefit_processnote.js +3 -0
- package/lib/explanationofbenefit_related.d.ts +12 -0
- package/lib/explanationofbenefit_related.js +3 -0
- package/lib/explanationofbenefit_subdetail.d.ts +36 -0
- package/lib/explanationofbenefit_subdetail.js +3 -0
- package/lib/extension.d.ts +144 -0
- package/lib/extension.js +3 -0
- package/lib/familymemberhistory.d.ts +65 -0
- package/lib/familymemberhistory.js +3 -0
- package/lib/familymemberhistory_condition.d.ts +22 -0
- package/lib/familymemberhistory_condition.js +3 -0
- package/lib/flag.d.ts +25 -0
- package/lib/flag.js +3 -0
- package/lib/goal.d.ts +42 -0
- package/lib/goal.js +3 -0
- package/lib/goal_target.d.ts +19 -0
- package/lib/goal_target.js +3 -0
- package/lib/graphdefinition.d.ts +39 -0
- package/lib/graphdefinition.js +3 -0
- package/lib/graphdefinition_compartment.d.ts +11 -0
- package/lib/graphdefinition_compartment.js +3 -0
- package/lib/graphdefinition_link.d.ts +16 -0
- package/lib/graphdefinition_link.js +3 -0
- package/lib/graphdefinition_target.d.ts +13 -0
- package/lib/graphdefinition_target.js +3 -0
- package/lib/group.d.ts +27 -0
- package/lib/group.js +3 -0
- package/lib/group_characteristic.d.ts +21 -0
- package/lib/group_characteristic.js +3 -0
- package/lib/group_member.d.ts +11 -0
- package/lib/group_member.js +3 -0
- package/lib/guidanceresponse.d.ts +40 -0
- package/lib/guidanceresponse.js +3 -0
- package/lib/healthcareservice.d.ts +60 -0
- package/lib/healthcareservice.js +3 -0
- package/lib/healthcareservice_availabletime.d.ts +11 -0
- package/lib/healthcareservice_availabletime.js +3 -0
- package/lib/healthcareservice_notavailable.d.ts +8 -0
- package/lib/healthcareservice_notavailable.js +3 -0
- package/lib/humanname.d.ts +18 -0
- package/lib/humanname.js +3 -0
- package/lib/identifier.d.ts +18 -0
- package/lib/identifier.js +3 -0
- package/lib/imagingmanifest.d.ts +21 -0
- package/lib/imagingmanifest.js +3 -0
- package/lib/imagingmanifest_instance.d.ts +7 -0
- package/lib/imagingmanifest_instance.js +3 -0
- package/lib/imagingmanifest_series.d.ts +11 -0
- package/lib/imagingmanifest_series.js +3 -0
- package/lib/imagingmanifest_study.d.ts +13 -0
- package/lib/imagingmanifest_study.js +3 -0
- package/lib/imagingstudy.d.ts +48 -0
- package/lib/imagingstudy.js +3 -0
- package/lib/imagingstudy_instance.d.ts +11 -0
- package/lib/imagingstudy_instance.js +3 -0
- package/lib/imagingstudy_series.d.ts +30 -0
- package/lib/imagingstudy_series.js +3 -0
- package/lib/immunization.d.ts +56 -0
- package/lib/immunization.js +3 -0
- package/lib/immunization_explanation.d.ts +8 -0
- package/lib/immunization_explanation.js +3 -0
- package/lib/immunization_practitioner.d.ts +9 -0
- package/lib/immunization_practitioner.js +3 -0
- package/lib/immunization_reaction.d.ts +10 -0
- package/lib/immunization_reaction.js +3 -0
- package/lib/immunization_vaccinationprotocol.d.ts +21 -0
- package/lib/immunization_vaccinationprotocol.js +3 -0
- package/lib/immunizationrecommendation.d.ts +14 -0
- package/lib/immunizationrecommendation.js +3 -0
- package/lib/immunizationrecommendation_datecriterion.d.ts +8 -0
- package/lib/immunizationrecommendation_datecriterion.js +3 -0
- package/lib/immunizationrecommendation_protocol.d.ts +12 -0
- package/lib/immunizationrecommendation_protocol.js +3 -0
- package/lib/immunizationrecommendation_recommendation.d.ts +25 -0
- package/lib/immunizationrecommendation_recommendation.js +3 -0
- package/lib/implementationguide.d.ts +48 -0
- package/lib/implementationguide.js +3 -0
- package/lib/implementationguide_dependency.d.ts +7 -0
- package/lib/implementationguide_dependency.js +3 -0
- package/lib/implementationguide_global.d.ts +8 -0
- package/lib/implementationguide_global.js +3 -0
- package/lib/implementationguide_package.d.ts +10 -0
- package/lib/implementationguide_package.js +3 -0
- package/lib/implementationguide_page.d.ts +17 -0
- package/lib/implementationguide_page.js +3 -0
- package/lib/implementationguide_resource.d.ts +18 -0
- package/lib/implementationguide_resource.js +3 -0
- package/lib/index.d.ts +490 -5
- package/lib/index.js +491 -6
- package/lib/library.d.ts +67 -0
- package/lib/library.js +3 -0
- package/lib/linkage.d.ts +13 -0
- package/lib/linkage.js +3 -0
- package/lib/linkage_item.d.ts +8 -0
- package/lib/linkage_item.js +3 -0
- package/lib/list.d.ts +36 -0
- package/lib/list.js +3 -0
- package/lib/list_entry.d.ts +13 -0
- package/lib/list_entry.js +3 -0
- package/lib/location.d.ts +42 -0
- package/lib/location.js +3 -0
- package/lib/location_position.d.ts +9 -0
- package/lib/location_position.js +3 -0
- package/lib/measure.d.ts +89 -0
- package/lib/measure.js +3 -0
- package/lib/measure_group.d.ts +16 -0
- package/lib/measure_group.js +3 -0
- package/lib/measure_population.d.ts +15 -0
- package/lib/measure_population.js +3 -0
- package/lib/measure_stratifier.d.ts +10 -0
- package/lib/measure_stratifier.js +3 -0
- package/lib/measure_supplementaldata.d.ts +13 -0
- package/lib/measure_supplementaldata.js +3 -0
- package/lib/measurereport.d.ts +29 -0
- package/lib/measurereport.js +3 -0
- package/lib/measurereport_group.d.ts +14 -0
- package/lib/measurereport_group.js +3 -0
- package/lib/measurereport_population.d.ts +14 -0
- package/lib/measurereport_population.js +3 -0
- package/lib/measurereport_population1.d.ts +14 -0
- package/lib/measurereport_population1.js +3 -0
- package/lib/measurereport_stratifier.d.ts +9 -0
- package/lib/measurereport_stratifier.js +3 -0
- package/lib/measurereport_stratum.d.ts +10 -0
- package/lib/measurereport_stratum.js +3 -0
- package/lib/media.d.ts +49 -0
- package/lib/media.js +3 -0
- package/lib/medication.d.ts +28 -0
- package/lib/medication.js +3 -0
- package/lib/medication_batch.d.ts +7 -0
- package/lib/medication_batch.js +3 -0
- package/lib/medication_content.d.ts +12 -0
- package/lib/medication_content.js +3 -0
- package/lib/medication_ingredient.d.ts +14 -0
- package/lib/medication_ingredient.js +3 -0
- package/lib/medication_package.d.ts +12 -0
- package/lib/medication_package.js +3 -0
- package/lib/medicationadministration.d.ts +56 -0
- package/lib/medicationadministration.js +3 -0
- package/lib/medicationadministration_dosage.d.ts +22 -0
- package/lib/medicationadministration_dosage.js +3 -0
- package/lib/medicationadministration_performer.d.ts +8 -0
- package/lib/medicationadministration_performer.js +3 -0
- package/lib/medicationdispense.d.ts +65 -0
- package/lib/medicationdispense.js +3 -0
- package/lib/medicationdispense_performer.d.ts +8 -0
- package/lib/medicationdispense_performer.js +3 -0
- package/lib/medicationdispense_substitution.d.ts +13 -0
- package/lib/medicationdispense_substitution.js +3 -0
- package/lib/medicationrequest.d.ts +63 -0
- package/lib/medicationrequest.js +3 -0
- package/lib/medicationrequest_dispenserequest.d.ts +17 -0
- package/lib/medicationrequest_dispenserequest.js +3 -0
- package/lib/medicationrequest_requester.d.ts +8 -0
- package/lib/medicationrequest_requester.js +3 -0
- package/lib/medicationrequest_substitution.d.ts +8 -0
- package/lib/medicationrequest_substitution.js +3 -0
- package/lib/medicationstatement.d.ts +51 -0
- package/lib/medicationstatement.js +3 -0
- package/lib/messagedefinition.d.ts +59 -0
- package/lib/messagedefinition.js +3 -0
- package/lib/messagedefinition_allowedresponse.d.ts +8 -0
- package/lib/messagedefinition_allowedresponse.js +3 -0
- package/lib/messagedefinition_focus.d.ts +12 -0
- package/lib/messagedefinition_focus.js +3 -0
- package/lib/messageheader.d.ts +35 -0
- package/lib/messageheader.js +3 -0
- package/lib/messageheader_destination.d.ts +10 -0
- package/lib/messageheader_destination.js +3 -0
- package/lib/messageheader_response.d.ts +10 -0
- package/lib/messageheader_response.js +3 -0
- package/lib/messageheader_source.d.ts +14 -0
- package/lib/messageheader_source.js +3 -0
- package/lib/meta.d.ts +14 -0
- package/lib/meta.js +3 -0
- package/lib/money.d.ts +3 -0
- package/lib/money.js +3 -0
- package/lib/namingsystem.d.ts +38 -0
- package/lib/namingsystem.js +3 -0
- package/lib/namingsystem_uniqueid.d.ts +14 -0
- package/lib/namingsystem_uniqueid.js +3 -0
- package/lib/narrative.d.ts +7 -0
- package/lib/narrative.js +3 -0
- package/lib/nutritionorder.d.ts +35 -0
- package/lib/nutritionorder.js +3 -0
- package/lib/nutritionorder_administration.d.ts +14 -0
- package/lib/nutritionorder_administration.js +3 -0
- package/lib/nutritionorder_enteralformula.d.ts +24 -0
- package/lib/nutritionorder_enteralformula.js +3 -0
- package/lib/nutritionorder_nutrient.d.ts +9 -0
- package/lib/nutritionorder_nutrient.js +3 -0
- package/lib/nutritionorder_oraldiet.d.ts +19 -0
- package/lib/nutritionorder_oraldiet.js +3 -0
- package/lib/nutritionorder_supplement.d.ts +16 -0
- package/lib/nutritionorder_supplement.js +3 -0
- package/lib/nutritionorder_texture.d.ts +8 -0
- package/lib/nutritionorder_texture.js +3 -0
- package/lib/observation.d.ts +81 -0
- package/lib/observation.js +3 -0
- package/lib/observation_component.d.ts +39 -0
- package/lib/observation_component.js +3 -0
- package/lib/observation_referencerange.d.ts +18 -0
- package/lib/observation_referencerange.js +3 -0
- package/lib/observation_related.d.ts +8 -0
- package/lib/observation_related.js +3 -0
- package/lib/operationdefinition.d.ts +57 -0
- package/lib/operationdefinition.js +3 -0
- package/lib/operationdefinition_binding.d.ts +10 -0
- package/lib/operationdefinition_binding.js +3 -0
- package/lib/operationdefinition_overload.d.ts +7 -0
- package/lib/operationdefinition_overload.js +3 -0
- package/lib/operationdefinition_parameter.d.ts +25 -0
- package/lib/operationdefinition_parameter.js +3 -0
- package/lib/operationoutcome.d.ts +8 -0
- package/lib/operationoutcome.js +3 -0
- package/lib/operationoutcome_issue.d.ts +16 -0
- package/lib/operationoutcome_issue.js +3 -0
- package/lib/organization.d.ts +31 -0
- package/lib/organization.js +3 -0
- package/lib/organization_contact.d.ts +15 -0
- package/lib/organization_contact.js +3 -0
- package/lib/parameterdefinition.d.ts +18 -0
- package/lib/parameterdefinition.js +3 -0
- package/lib/parameters.d.ts +6 -0
- package/lib/parameters.js +3 -0
- package/lib/parameters_parameter.d.ts +150 -0
- package/lib/parameters_parameter.js +3 -0
- package/lib/patient.d.ts +54 -0
- package/lib/patient.js +3 -0
- package/lib/patient_animal.d.ts +10 -0
- package/lib/patient_animal.js +3 -0
- package/lib/patient_communication.d.ts +8 -0
- package/lib/patient_communication.js +3 -0
- package/lib/patient_contact.d.ts +23 -0
- package/lib/patient_contact.js +3 -0
- package/lib/patient_link.d.ts +8 -0
- package/lib/patient_link.js +3 -0
- package/lib/paymentnotice.d.ts +28 -0
- package/lib/paymentnotice.js +3 -0
- package/lib/paymentreconciliation.d.ts +40 -0
- package/lib/paymentreconciliation.js +3 -0
- package/lib/paymentreconciliation_detail.d.ts +20 -0
- package/lib/paymentreconciliation_detail.js +3 -0
- package/lib/paymentreconciliation_processnote.d.ts +8 -0
- package/lib/paymentreconciliation_processnote.js +3 -0
- package/lib/period.d.ts +7 -0
- package/lib/period.js +3 -0
- package/lib/person.d.ts +32 -0
- package/lib/person.js +3 -0
- package/lib/person_link.d.ts +8 -0
- package/lib/person_link.js +3 -0
- package/lib/plandefinition.d.ts +67 -0
- package/lib/plandefinition.js +3 -0
- package/lib/plandefinition_action.d.ts +75 -0
- package/lib/plandefinition_action.js +3 -0
- package/lib/plandefinition_condition.d.ts +11 -0
- package/lib/plandefinition_condition.js +3 -0
- package/lib/plandefinition_dynamicvalue.d.ts +11 -0
- package/lib/plandefinition_dynamicvalue.js +3 -0
- package/lib/plandefinition_goal.d.ts +20 -0
- package/lib/plandefinition_goal.js +3 -0
- package/lib/plandefinition_participant.d.ts +8 -0
- package/lib/plandefinition_participant.js +3 -0
- package/lib/plandefinition_relatedaction.d.ts +13 -0
- package/lib/plandefinition_relatedaction.js +3 -0
- package/lib/plandefinition_target.d.ts +17 -0
- package/lib/plandefinition_target.js +3 -0
- package/lib/practitioner.d.ts +33 -0
- package/lib/practitioner.js +3 -0
- package/lib/practitioner_qualification.d.ts +15 -0
- package/lib/practitioner_qualification.js +3 -0
- package/lib/practitionerrole.d.ts +40 -0
- package/lib/practitionerrole.js +3 -0
- package/lib/practitionerrole_availabletime.d.ts +11 -0
- package/lib/practitionerrole_availabletime.js +3 -0
- package/lib/practitionerrole_notavailable.d.ts +8 -0
- package/lib/practitionerrole_notavailable.js +3 -0
- package/lib/procedure.d.ts +66 -0
- package/lib/procedure.js +3 -0
- package/lib/procedure_focaldevice.d.ts +9 -0
- package/lib/procedure_focaldevice.js +3 -0
- package/lib/procedure_performer.d.ts +11 -0
- package/lib/procedure_performer.js +3 -0
- package/lib/procedurerequest.d.ts +70 -0
- package/lib/procedurerequest.js +3 -0
- package/lib/procedurerequest_requester.d.ts +8 -0
- package/lib/procedurerequest_requester.js +3 -0
- package/lib/processrequest.d.ts +39 -0
- package/lib/processrequest.js +3 -0
- package/lib/processrequest_item.d.ts +5 -0
- package/lib/processrequest_item.js +3 -0
- package/lib/processresponse.d.ts +35 -0
- package/lib/processresponse.js +3 -0
- package/lib/processresponse_processnote.d.ts +8 -0
- package/lib/processresponse_processnote.js +3 -0
- package/lib/provenance.d.ts +31 -0
- package/lib/provenance.js +3 -0
- package/lib/provenance_agent.d.ts +17 -0
- package/lib/provenance_agent.js +3 -0
- package/lib/provenance_entity.d.ts +16 -0
- package/lib/provenance_entity.js +3 -0
- package/lib/quantity.d.ts +13 -0
- package/lib/quantity.js +3 -0
- package/lib/questionnaire.d.ts +54 -0
- package/lib/questionnaire.js +3 -0
- package/lib/questionnaire_enablewhen.d.ts +35 -0
- package/lib/questionnaire_enablewhen.js +3 -0
- package/lib/questionnaire_item.d.ts +70 -0
- package/lib/questionnaire_item.js +3 -0
- package/lib/questionnaire_option.d.ts +14 -0
- package/lib/questionnaire_option.js +3 -0
- package/lib/questionnaireresponse.d.ts +30 -0
- package/lib/questionnaireresponse.js +3 -0
- package/lib/questionnaireresponse_answer.d.ts +34 -0
- package/lib/questionnaireresponse_answer.js +3 -0
- package/lib/questionnaireresponse_item.d.ts +17 -0
- package/lib/questionnaireresponse_item.js +3 -0
- package/lib/range.d.ts +8 -0
- package/lib/range.js +3 -0
- package/lib/ratio.d.ts +8 -0
- package/lib/ratio.js +3 -0
- package/lib/reference.d.ts +10 -0
- package/lib/reference.js +3 -0
- package/lib/referralrequest.d.ts +59 -0
- package/lib/referralrequest.js +3 -0
- package/lib/referralrequest_requester.d.ts +8 -0
- package/lib/referralrequest_requester.js +3 -0
- package/lib/relatedartifact.d.ts +17 -0
- package/lib/relatedartifact.js +3 -0
- package/lib/relatedperson.d.ts +35 -0
- package/lib/relatedperson.js +3 -0
- package/lib/requestgroup.d.ts +42 -0
- package/lib/requestgroup.js +3 -0
- package/lib/requestgroup_action.d.ts +57 -0
- package/lib/requestgroup_action.js +3 -0
- package/lib/requestgroup_condition.d.ts +11 -0
- package/lib/requestgroup_condition.js +3 -0
- package/lib/requestgroup_relatedaction.d.ts +13 -0
- package/lib/requestgroup_relatedaction.js +3 -0
- package/lib/researchstudy.d.ts +53 -0
- package/lib/researchstudy.js +3 -0
- package/lib/researchstudy_arm.d.ts +10 -0
- package/lib/researchstudy_arm.js +3 -0
- package/lib/researchsubject.d.ts +24 -0
- package/lib/researchsubject.js +3 -0
- package/lib/resource.js +3 -0
- package/lib/resourcelist.js +4 -0
- package/lib/riskassessment.d.ts +46 -0
- package/lib/riskassessment.js +3 -0
- package/lib/riskassessment_prediction.d.ts +22 -0
- package/lib/riskassessment_prediction.js +3 -0
- package/lib/sampleddata.d.ts +18 -0
- package/lib/sampleddata.js +3 -0
- package/lib/schedule.d.ts +25 -0
- package/lib/schedule.js +3 -0
- package/lib/searchparameter.d.ts +57 -0
- package/lib/searchparameter.js +3 -0
- package/lib/searchparameter_component.d.ts +8 -0
- package/lib/searchparameter_component.js +3 -0
- package/lib/sequence.d.ts +42 -0
- package/lib/sequence.js +3 -0
- package/lib/sequence_quality.d.ts +33 -0
- package/lib/sequence_quality.js +3 -0
- package/lib/sequence_referenceseq.d.ts +21 -0
- package/lib/sequence_referenceseq.js +3 -0
- package/lib/sequence_repository.d.ts +15 -0
- package/lib/sequence_repository.js +3 -0
- package/lib/sequence_variant.d.ts +16 -0
- package/lib/sequence_variant.js +3 -0
- package/lib/servicedefinition.d.ts +65 -0
- package/lib/servicedefinition.js +3 -0
- package/lib/signature.d.ts +21 -0
- package/lib/signature.js +3 -0
- package/lib/slot.d.ts +30 -0
- package/lib/slot.js +3 -0
- package/lib/specimen.d.ts +36 -0
- package/lib/specimen.js +3 -0
- package/lib/specimen_collection.d.ts +19 -0
- package/lib/specimen_collection.js +3 -0
- package/lib/specimen_container.d.ts +21 -0
- package/lib/specimen_container.js +3 -0
- package/lib/specimen_processing.d.ts +16 -0
- package/lib/specimen_processing.js +3 -0
- package/lib/structuredefinition.d.ts +69 -0
- package/lib/structuredefinition.js +3 -0
- package/lib/structuredefinition_differential.d.ts +6 -0
- package/lib/structuredefinition_differential.js +3 -0
- package/lib/structuredefinition_mapping.d.ts +11 -0
- package/lib/structuredefinition_mapping.js +3 -0
- package/lib/structuredefinition_snapshot.d.ts +6 -0
- package/lib/structuredefinition_snapshot.js +3 -0
- package/lib/structuremap.d.ts +47 -0
- package/lib/structuremap.js +3 -0
- package/lib/structuremap_dependent.d.ts +7 -0
- package/lib/structuremap_dependent.js +3 -0
- package/lib/structuremap_group.d.ts +17 -0
- package/lib/structuremap_group.js +3 -0
- package/lib/structuremap_input.d.ts +11 -0
- package/lib/structuremap_input.js +3 -0
- package/lib/structuremap_parameter.d.ts +13 -0
- package/lib/structuremap_parameter.js +3 -0
- package/lib/structuremap_rule.d.ts +18 -0
- package/lib/structuremap_rule.js +3 -0
- package/lib/structuremap_source.d.ts +161 -0
- package/lib/structuremap_source.js +3 -0
- package/lib/structuremap_structure.d.ts +11 -0
- package/lib/structuremap_structure.js +3 -0
- package/lib/structuremap_target.d.ts +20 -0
- package/lib/structuremap_target.js +3 -0
- package/lib/subscription.d.ts +24 -0
- package/lib/subscription.js +3 -0
- package/lib/subscription_channel.d.ts +11 -0
- package/lib/subscription_channel.js +3 -0
- package/lib/substance.d.ts +23 -0
- package/lib/substance.js +3 -0
- package/lib/substance_ingredient.d.ts +12 -0
- package/lib/substance_ingredient.js +3 -0
- package/lib/substance_instance.d.ts +11 -0
- package/lib/substance_instance.js +3 -0
- package/lib/supplydelivery.d.ts +37 -0
- package/lib/supplydelivery.js +3 -0
- package/lib/supplydelivery_supplieditem.d.ts +12 -0
- package/lib/supplydelivery_supplieditem.js +3 -0
- package/lib/supplyrequest.d.ts +42 -0
- package/lib/supplyrequest.js +3 -0
- package/lib/supplyrequest_ordereditem.d.ts +12 -0
- package/lib/supplyrequest_ordereditem.js +3 -0
- package/lib/supplyrequest_requester.d.ts +8 -0
- package/lib/supplyrequest_requester.js +3 -0
- package/lib/task.d.ts +70 -0
- package/lib/task.js +3 -0
- package/lib/task_input.d.ts +145 -0
- package/lib/task_input.js +3 -0
- package/lib/task_output.d.ts +145 -0
- package/lib/task_output.js +3 -0
- package/lib/task_requester.d.ts +8 -0
- package/lib/task_requester.js +3 -0
- package/lib/task_restriction.d.ts +11 -0
- package/lib/task_restriction.js +3 -0
- package/lib/testreport.d.ts +35 -0
- package/lib/testreport.js +3 -0
- package/lib/testreport_action.d.ts +9 -0
- package/lib/testreport_action.js +3 -0
- package/lib/testreport_action1.d.ts +9 -0
- package/lib/testreport_action1.js +3 -0
- package/lib/testreport_action2.d.ts +6 -0
- package/lib/testreport_action2.js +3 -0
- package/lib/testreport_assert.d.ts +9 -0
- package/lib/testreport_assert.js +3 -0
- package/lib/testreport_operation.d.ts +9 -0
- package/lib/testreport_operation.js +3 -0
- package/lib/testreport_participant.d.ts +9 -0
- package/lib/testreport_participant.js +3 -0
- package/lib/testreport_setup.d.ts +6 -0
- package/lib/testreport_setup.js +3 -0
- package/lib/testreport_teardown.d.ts +6 -0
- package/lib/testreport_teardown.js +3 -0
- package/lib/testreport_test.d.ts +10 -0
- package/lib/testreport_test.js +3 -0
- package/lib/testscript.d.ts +72 -0
- package/lib/testscript.js +3 -0
- package/lib/testscript_action.d.ts +9 -0
- package/lib/testscript_action.js +3 -0
- package/lib/testscript_action1.d.ts +9 -0
- package/lib/testscript_action1.js +3 -0
- package/lib/testscript_action2.d.ts +6 -0
- package/lib/testscript_action2.js +3 -0
- package/lib/testscript_assert.d.ts +53 -0
- package/lib/testscript_assert.js +3 -0
- package/lib/testscript_capability.d.ts +18 -0
- package/lib/testscript_capability.js +3 -0
- package/lib/testscript_destination.d.ts +8 -0
- package/lib/testscript_destination.js +3 -0
- package/lib/testscript_fixture.d.ts +10 -0
- package/lib/testscript_fixture.js +3 -0
- package/lib/testscript_link.d.ts +7 -0
- package/lib/testscript_link.js +3 -0
- package/lib/testscript_metadata.d.ts +9 -0
- package/lib/testscript_metadata.js +3 -0
- package/lib/testscript_operation.d.ts +37 -0
- package/lib/testscript_operation.js +3 -0
- package/lib/testscript_origin.d.ts +8 -0
- package/lib/testscript_origin.js +3 -0
- package/lib/testscript_param.d.ts +7 -0
- package/lib/testscript_param.js +3 -0
- package/lib/testscript_param1.d.ts +7 -0
- package/lib/testscript_param1.js +3 -0
- package/lib/testscript_param2.d.ts +7 -0
- package/lib/testscript_param2.js +3 -0
- package/lib/testscript_param3.d.ts +7 -0
- package/lib/testscript_param3.js +3 -0
- package/lib/testscript_requestheader.d.ts +7 -0
- package/lib/testscript_requestheader.js +3 -0
- package/lib/testscript_rule.d.ts +9 -0
- package/lib/testscript_rule.js +3 -0
- package/lib/testscript_rule1.d.ts +8 -0
- package/lib/testscript_rule1.js +3 -0
- package/lib/testscript_rule2.d.ts +8 -0
- package/lib/testscript_rule2.js +3 -0
- package/lib/testscript_rule3.d.ts +8 -0
- package/lib/testscript_rule3.js +3 -0
- package/lib/testscript_ruleset.d.ts +9 -0
- package/lib/testscript_ruleset.js +3 -0
- package/lib/testscript_ruleset1.d.ts +8 -0
- package/lib/testscript_ruleset1.js +3 -0
- package/lib/testscript_setup.d.ts +6 -0
- package/lib/testscript_setup.js +3 -0
- package/lib/testscript_teardown.d.ts +6 -0
- package/lib/testscript_teardown.js +3 -0
- package/lib/testscript_test.d.ts +10 -0
- package/lib/testscript_test.js +3 -0
- package/lib/testscript_variable.d.ts +19 -0
- package/lib/testscript_variable.js +3 -0
- package/lib/timing.d.ts +11 -0
- package/lib/timing.js +3 -0
- package/lib/timing_repeat.d.ts +40 -0
- package/lib/timing_repeat.js +3 -0
- package/lib/triggerdefinition.d.ts +20 -0
- package/lib/triggerdefinition.js +3 -0
- package/lib/usagecontext.d.ts +15 -0
- package/lib/usagecontext.js +3 -0
- package/lib/valueset.d.ts +49 -0
- package/lib/valueset.js +3 -0
- package/lib/valueset_compose.d.ts +12 -0
- package/lib/valueset_compose.js +3 -0
- package/lib/valueset_concept.d.ts +10 -0
- package/lib/valueset_concept.js +3 -0
- package/lib/valueset_contains.d.ts +20 -0
- package/lib/valueset_contains.js +3 -0
- package/lib/valueset_designation.d.ts +10 -0
- package/lib/valueset_designation.js +3 -0
- package/lib/valueset_expansion.d.ts +17 -0
- package/lib/valueset_expansion.js +3 -0
- package/lib/valueset_filter.d.ts +9 -0
- package/lib/valueset_filter.js +3 -0
- package/lib/valueset_include.d.ts +15 -0
- package/lib/valueset_include.js +3 -0
- package/lib/valueset_parameter.d.ts +17 -0
- package/lib/valueset_parameter.js +3 -0
- package/lib/visionprescription.d.ts +27 -0
- package/lib/visionprescription.js +3 -0
- package/lib/visionprescription_dispense.d.ts +36 -0
- package/lib/visionprescription_dispense.js +3 -0
- package/package.json +3 -3
- package/lib/cms/index.d.ts +0 -5
- package/lib/cms/index.js +0 -3
- package/lib/crm/index.d.ts +0 -5
- package/lib/crm/index.js +0 -3
- package/lib/ehr/account.d.ts +0 -36
- package/lib/ehr/account.js +0 -3
- package/lib/ehr/account_coverage.d.ts +0 -9
- package/lib/ehr/account_coverage.js +0 -3
- package/lib/ehr/account_guarantor.d.ts +0 -10
- package/lib/ehr/account_guarantor.js +0 -3
- package/lib/ehr/activitydefinition.d.ts +0 -94
- package/lib/ehr/activitydefinition.js +0 -3
- package/lib/ehr/activitydefinition_dynamicvalue.d.ts +0 -10
- package/lib/ehr/activitydefinition_dynamicvalue.js +0 -4
- package/lib/ehr/activitydefinition_participant.d.ts +0 -7
- package/lib/ehr/activitydefinition_participant.js +0 -3
- package/lib/ehr/address.d.ts +0 -23
- package/lib/ehr/address.js +0 -3
- package/lib/ehr/adverseevent.d.ts +0 -40
- package/lib/ehr/adverseevent.js +0 -3
- package/lib/ehr/adverseevent_suspectentity.d.ts +0 -18
- package/lib/ehr/adverseevent_suspectentity.js +0 -3
- package/lib/ehr/age.d.ts +0 -2
- package/lib/ehr/age.js +0 -4
- package/lib/ehr/allergyintolerance.d.ts +0 -50
- package/lib/ehr/allergyintolerance.js +0 -3
- package/lib/ehr/allergyintolerance_reaction.d.ts +0 -18
- package/lib/ehr/allergyintolerance_reaction.js +0 -3
- package/lib/ehr/annotation.d.ts +0 -11
- package/lib/ehr/annotation.js +0 -3
- package/lib/ehr/appointment.d.ts +0 -49
- package/lib/ehr/appointment.js +0 -3
- package/lib/ehr/appointment_participant.d.ts +0 -12
- package/lib/ehr/appointment_participant.js +0 -3
- package/lib/ehr/appointmentresponse.d.ts +0 -23
- package/lib/ehr/appointmentresponse.js +0 -3
- package/lib/ehr/attachment.d.ts +0 -18
- package/lib/ehr/attachment.js +0 -4
- package/lib/ehr/auditevent.d.ts +0 -29
- package/lib/ehr/auditevent.js +0 -3
- package/lib/ehr/auditevent_agent.d.ts +0 -29
- package/lib/ehr/auditevent_agent.js +0 -3
- package/lib/ehr/auditevent_detail.d.ts +0 -6
- package/lib/ehr/auditevent_detail.js +0 -4
- package/lib/ehr/auditevent_entity.d.ts +0 -26
- package/lib/ehr/auditevent_entity.js +0 -3
- package/lib/ehr/auditevent_network.d.ts +0 -6
- package/lib/ehr/auditevent_network.js +0 -4
- package/lib/ehr/auditevent_source.d.ts +0 -10
- package/lib/ehr/auditevent_source.js +0 -3
- package/lib/ehr/backboneelement.d.ts +0 -5
- package/lib/ehr/backboneelement.js +0 -3
- package/lib/ehr/basic.d.ts +0 -17
- package/lib/ehr/basic.js +0 -3
- package/lib/ehr/binary.d.ts +0 -11
- package/lib/ehr/binary.js +0 -3
- package/lib/ehr/bodysite.d.ts +0 -22
- package/lib/ehr/bodysite.js +0 -3
- package/lib/ehr/bundle.d.ts +0 -20
- package/lib/ehr/bundle.js +0 -3
- package/lib/ehr/bundle_entry.d.ts +0 -21
- package/lib/ehr/bundle_entry.js +0 -3
- package/lib/ehr/bundle_link.d.ts +0 -6
- package/lib/ehr/bundle_link.js +0 -4
- package/lib/ehr/bundle_request.d.ts +0 -14
- package/lib/ehr/bundle_request.js +0 -4
- package/lib/ehr/bundle_response.d.ts +0 -13
- package/lib/ehr/bundle_response.js +0 -3
- package/lib/ehr/bundle_search.d.ts +0 -6
- package/lib/ehr/bundle_search.js +0 -4
- package/lib/ehr/capabilitystatement.d.ts +0 -67
- package/lib/ehr/capabilitystatement.js +0 -3
- package/lib/ehr/capabilitystatement_certificate.d.ts +0 -6
- package/lib/ehr/capabilitystatement_certificate.js +0 -4
- package/lib/ehr/capabilitystatement_document.d.ts +0 -9
- package/lib/ehr/capabilitystatement_document.js +0 -3
- package/lib/ehr/capabilitystatement_endpoint.d.ts +0 -7
- package/lib/ehr/capabilitystatement_endpoint.js +0 -3
- package/lib/ehr/capabilitystatement_event.d.ts +0 -18
- package/lib/ehr/capabilitystatement_event.js +0 -3
- package/lib/ehr/capabilitystatement_implementation.d.ts +0 -6
- package/lib/ehr/capabilitystatement_implementation.js +0 -4
- package/lib/ehr/capabilitystatement_interaction.d.ts +0 -6
- package/lib/ehr/capabilitystatement_interaction.js +0 -4
- package/lib/ehr/capabilitystatement_interaction1.d.ts +0 -6
- package/lib/ehr/capabilitystatement_interaction1.js +0 -4
- package/lib/ehr/capabilitystatement_messaging.d.ts +0 -15
- package/lib/ehr/capabilitystatement_messaging.js +0 -3
- package/lib/ehr/capabilitystatement_operation.d.ts +0 -7
- package/lib/ehr/capabilitystatement_operation.js +0 -3
- package/lib/ehr/capabilitystatement_resource.d.ts +0 -35
- package/lib/ehr/capabilitystatement_resource.js +0 -3
- package/lib/ehr/capabilitystatement_rest.d.ts +0 -23
- package/lib/ehr/capabilitystatement_rest.js +0 -3
- package/lib/ehr/capabilitystatement_searchparam.d.ts +0 -10
- package/lib/ehr/capabilitystatement_searchparam.js +0 -4
- package/lib/ehr/capabilitystatement_security.d.ts +0 -12
- package/lib/ehr/capabilitystatement_security.js +0 -3
- package/lib/ehr/capabilitystatement_software.d.ts +0 -8
- package/lib/ehr/capabilitystatement_software.js +0 -4
- package/lib/ehr/capabilitystatement_supportedmessage.d.ts +0 -7
- package/lib/ehr/capabilitystatement_supportedmessage.js +0 -3
- package/lib/ehr/careplan.d.ts +0 -50
- package/lib/ehr/careplan.js +0 -3
- package/lib/ehr/careplan_activity.d.ts +0 -16
- package/lib/ehr/careplan_activity.js +0 -3
- package/lib/ehr/careplan_detail.d.ts +0 -45
- package/lib/ehr/careplan_detail.js +0 -3
- package/lib/ehr/careteam.d.ts +0 -34
- package/lib/ehr/careteam.js +0 -3
- package/lib/ehr/careteam_participant.d.ts +0 -13
- package/lib/ehr/careteam_participant.js +0 -3
- package/lib/ehr/chargeitem.d.ts +0 -63
- package/lib/ehr/chargeitem.js +0 -3
- package/lib/ehr/chargeitem_participant.d.ts +0 -8
- package/lib/ehr/chargeitem_participant.js +0 -3
- package/lib/ehr/claim.d.ts +0 -78
- package/lib/ehr/claim.js +0 -3
- package/lib/ehr/claim_accident.d.ts +0 -13
- package/lib/ehr/claim_accident.js +0 -3
- package/lib/ehr/claim_careteam.d.ts +0 -14
- package/lib/ehr/claim_careteam.js +0 -3
- package/lib/ehr/claim_detail.d.ts +0 -31
- package/lib/ehr/claim_detail.js +0 -3
- package/lib/ehr/claim_diagnosis.d.ts +0 -14
- package/lib/ehr/claim_diagnosis.js +0 -3
- package/lib/ehr/claim_information.d.ts +0 -27
- package/lib/ehr/claim_information.js +0 -3
- package/lib/ehr/claim_insurance.d.ts +0 -15
- package/lib/ehr/claim_insurance.js +0 -3
- package/lib/ehr/claim_item.d.ts +0 -57
- package/lib/ehr/claim_item.js +0 -3
- package/lib/ehr/claim_payee.d.ts +0 -11
- package/lib/ehr/claim_payee.js +0 -3
- package/lib/ehr/claim_procedure.d.ts +0 -12
- package/lib/ehr/claim_procedure.js +0 -3
- package/lib/ehr/claim_related.d.ts +0 -11
- package/lib/ehr/claim_related.js +0 -3
- package/lib/ehr/claim_subdetail.d.ts +0 -28
- package/lib/ehr/claim_subdetail.js +0 -3
- package/lib/ehr/claimresponse.d.ts +0 -61
- package/lib/ehr/claimresponse.js +0 -3
- package/lib/ehr/claimresponse_additem.d.ts +0 -24
- package/lib/ehr/claimresponse_additem.js +0 -3
- package/lib/ehr/claimresponse_adjudication.d.ts +0 -12
- package/lib/ehr/claimresponse_adjudication.js +0 -3
- package/lib/ehr/claimresponse_detail.d.ts +0 -12
- package/lib/ehr/claimresponse_detail.js +0 -3
- package/lib/ehr/claimresponse_detail1.d.ts +0 -19
- package/lib/ehr/claimresponse_detail1.js +0 -3
- package/lib/ehr/claimresponse_error.d.ts +0 -11
- package/lib/ehr/claimresponse_error.js +0 -3
- package/lib/ehr/claimresponse_insurance.d.ts +0 -15
- package/lib/ehr/claimresponse_insurance.js +0 -3
- package/lib/ehr/claimresponse_item.d.ts +0 -12
- package/lib/ehr/claimresponse_item.js +0 -3
- package/lib/ehr/claimresponse_payment.d.ts +0 -17
- package/lib/ehr/claimresponse_payment.js +0 -3
- package/lib/ehr/claimresponse_processnote.d.ts +0 -11
- package/lib/ehr/claimresponse_processnote.js +0 -3
- package/lib/ehr/claimresponse_subdetail.d.ts +0 -9
- package/lib/ehr/claimresponse_subdetail.js +0 -3
- package/lib/ehr/clinicalimpression.d.ts +0 -51
- package/lib/ehr/clinicalimpression.js +0 -3
- package/lib/ehr/clinicalimpression_finding.d.ts +0 -10
- package/lib/ehr/clinicalimpression_finding.js +0 -3
- package/lib/ehr/clinicalimpression_investigation.d.ts +0 -8
- package/lib/ehr/clinicalimpression_investigation.js +0 -3
- package/lib/ehr/codeableconcept.d.ts +0 -7
- package/lib/ehr/codeableconcept.js +0 -3
- package/lib/ehr/codesystem.d.ts +0 -61
- package/lib/ehr/codesystem.js +0 -3
- package/lib/ehr/codesystem_concept.d.ts +0 -16
- package/lib/ehr/codesystem_concept.js +0 -3
- package/lib/ehr/codesystem_designation.d.ts +0 -9
- package/lib/ehr/codesystem_designation.js +0 -3
- package/lib/ehr/codesystem_filter.d.ts +0 -10
- package/lib/ehr/codesystem_filter.js +0 -4
- package/lib/ehr/codesystem_property.d.ts +0 -10
- package/lib/ehr/codesystem_property.js +0 -4
- package/lib/ehr/codesystem_property1.d.ts +0 -17
- package/lib/ehr/codesystem_property1.js +0 -3
- package/lib/ehr/coding.d.ts +0 -12
- package/lib/ehr/coding.js +0 -4
- package/lib/ehr/communication.d.ts +0 -49
- package/lib/ehr/communication.js +0 -3
- package/lib/ehr/communication_payload.d.ts +0 -10
- package/lib/ehr/communication_payload.js +0 -3
- package/lib/ehr/communicationrequest.d.ts +0 -53
- package/lib/ehr/communicationrequest.js +0 -3
- package/lib/ehr/communicationrequest_payload.d.ts +0 -10
- package/lib/ehr/communicationrequest_payload.js +0 -3
- package/lib/ehr/communicationrequest_requester.d.ts +0 -7
- package/lib/ehr/communicationrequest_requester.js +0 -3
- package/lib/ehr/compartmentdefinition.d.ts +0 -38
- package/lib/ehr/compartmentdefinition.js +0 -3
- package/lib/ehr/compartmentdefinition_resource.d.ts +0 -8
- package/lib/ehr/compartmentdefinition_resource.js +0 -4
- package/lib/ehr/composition.d.ts +0 -41
- package/lib/ehr/composition.js +0 -3
- package/lib/ehr/composition_attester.d.ts +0 -9
- package/lib/ehr/composition_attester.js +0 -3
- package/lib/ehr/composition_event.d.ts +0 -11
- package/lib/ehr/composition_event.js +0 -3
- package/lib/ehr/composition_relatesto.d.ts +0 -10
- package/lib/ehr/composition_relatesto.js +0 -3
- package/lib/ehr/composition_section.d.ts +0 -21
- package/lib/ehr/composition_section.js +0 -3
- package/lib/ehr/conceptmap.d.ts +0 -50
- package/lib/ehr/conceptmap.js +0 -3
- package/lib/ehr/conceptmap_dependson.d.ts +0 -10
- package/lib/ehr/conceptmap_dependson.js +0 -4
- package/lib/ehr/conceptmap_element.d.ts +0 -9
- package/lib/ehr/conceptmap_element.js +0 -3
- package/lib/ehr/conceptmap_group.d.ts +0 -16
- package/lib/ehr/conceptmap_group.js +0 -3
- package/lib/ehr/conceptmap_target.d.ts +0 -15
- package/lib/ehr/conceptmap_target.js +0 -3
- package/lib/ehr/conceptmap_unmapped.d.ts +0 -10
- package/lib/ehr/conceptmap_unmapped.js +0 -4
- package/lib/ehr/condition.d.ts +0 -63
- package/lib/ehr/condition.js +0 -3
- package/lib/ehr/condition_evidence.d.ts +0 -8
- package/lib/ehr/condition_evidence.js +0 -3
- package/lib/ehr/condition_stage.d.ts +0 -8
- package/lib/ehr/condition_stage.js +0 -3
- package/lib/ehr/consent.d.ts +0 -54
- package/lib/ehr/consent.js +0 -3
- package/lib/ehr/consent_actor.d.ts +0 -8
- package/lib/ehr/consent_actor.js +0 -3
- package/lib/ehr/consent_actor1.d.ts +0 -8
- package/lib/ehr/consent_actor1.js +0 -3
- package/lib/ehr/consent_data.d.ts +0 -7
- package/lib/ehr/consent_data.js +0 -3
- package/lib/ehr/consent_data1.d.ts +0 -7
- package/lib/ehr/consent_data1.js +0 -3
- package/lib/ehr/consent_except.d.ts +0 -27
- package/lib/ehr/consent_except.js +0 -3
- package/lib/ehr/consent_policy.d.ts +0 -6
- package/lib/ehr/consent_policy.js +0 -4
- package/lib/ehr/contactdetail.d.ts +0 -7
- package/lib/ehr/contactdetail.js +0 -3
- package/lib/ehr/contactpoint.d.ts +0 -13
- package/lib/ehr/contactpoint.js +0 -3
- package/lib/ehr/contract.d.ts +0 -65
- package/lib/ehr/contract.js +0 -3
- package/lib/ehr/contract_agent.d.ts +0 -8
- package/lib/ehr/contract_agent.js +0 -3
- package/lib/ehr/contract_agent1.d.ts +0 -8
- package/lib/ehr/contract_agent1.js +0 -3
- package/lib/ehr/contract_friendly.d.ts +0 -8
- package/lib/ehr/contract_friendly.js +0 -3
- package/lib/ehr/contract_legal.d.ts +0 -8
- package/lib/ehr/contract_legal.js +0 -3
- package/lib/ehr/contract_rule.d.ts +0 -8
- package/lib/ehr/contract_rule.js +0 -3
- package/lib/ehr/contract_signer.d.ts +0 -11
- package/lib/ehr/contract_signer.js +0 -3
- package/lib/ehr/contract_term.d.ts +0 -35
- package/lib/ehr/contract_term.js +0 -3
- package/lib/ehr/contract_valueditem.d.ts +0 -25
- package/lib/ehr/contract_valueditem.js +0 -3
- package/lib/ehr/contract_valueditem1.d.ts +0 -25
- package/lib/ehr/contract_valueditem1.js +0 -3
- package/lib/ehr/contributor.d.ts +0 -9
- package/lib/ehr/contributor.js +0 -3
- package/lib/ehr/count.d.ts +0 -2
- package/lib/ehr/count.js +0 -4
- package/lib/ehr/coverage.d.ts +0 -41
- package/lib/ehr/coverage.js +0 -3
- package/lib/ehr/coverage_grouping.d.ts +0 -26
- package/lib/ehr/coverage_grouping.js +0 -4
- package/lib/ehr/dataelement.d.ts +0 -42
- package/lib/ehr/dataelement.js +0 -3
- package/lib/ehr/dataelement_mapping.d.ts +0 -10
- package/lib/ehr/dataelement_mapping.js +0 -4
- package/lib/ehr/datarequirement.d.ts +0 -14
- package/lib/ehr/datarequirement.js +0 -3
- package/lib/ehr/datarequirement_codefilter.d.ts +0 -17
- package/lib/ehr/datarequirement_codefilter.js +0 -3
- package/lib/ehr/datarequirement_datefilter.d.ts +0 -12
- package/lib/ehr/datarequirement_datefilter.js +0 -3
- package/lib/ehr/detectedissue.d.ts +0 -30
- package/lib/ehr/detectedissue.js +0 -3
- package/lib/ehr/detectedissue_mitigation.d.ts +0 -10
- package/lib/ehr/detectedissue_mitigation.js +0 -3
- package/lib/ehr/device.d.ts +0 -44
- package/lib/ehr/device.js +0 -3
- package/lib/ehr/device_udi.d.ts +0 -24
- package/lib/ehr/device_udi.js +0 -4
- package/lib/ehr/devicecomponent.d.ts +0 -28
- package/lib/ehr/devicecomponent.js +0 -3
- package/lib/ehr/devicecomponent_productionspecification.d.ts +0 -10
- package/lib/ehr/devicecomponent_productionspecification.js +0 -3
- package/lib/ehr/devicemetric.d.ts +0 -29
- package/lib/ehr/devicemetric.js +0 -3
- package/lib/ehr/devicemetric_calibration.d.ts +0 -8
- package/lib/ehr/devicemetric_calibration.js +0 -4
- package/lib/ehr/devicerequest.d.ts +0 -59
- package/lib/ehr/devicerequest.js +0 -3
- package/lib/ehr/devicerequest_requester.d.ts +0 -7
- package/lib/ehr/devicerequest_requester.js +0 -3
- package/lib/ehr/deviceusestatement.d.ts +0 -36
- package/lib/ehr/deviceusestatement.js +0 -3
- package/lib/ehr/diagnosticreport.d.ts +0 -47
- package/lib/ehr/diagnosticreport.js +0 -3
- package/lib/ehr/diagnosticreport_image.d.ts +0 -7
- package/lib/ehr/diagnosticreport_image.js +0 -3
- package/lib/ehr/diagnosticreport_performer.d.ts +0 -8
- package/lib/ehr/diagnosticreport_performer.js +0 -3
- package/lib/ehr/distance.d.ts +0 -2
- package/lib/ehr/distance.js +0 -4
- package/lib/ehr/documentmanifest.d.ts +0 -33
- package/lib/ehr/documentmanifest.js +0 -3
- package/lib/ehr/documentmanifest_content.d.ts +0 -8
- package/lib/ehr/documentmanifest_content.js +0 -3
- package/lib/ehr/documentmanifest_related.d.ts +0 -8
- package/lib/ehr/documentmanifest_related.js +0 -3
- package/lib/ehr/documentreference.d.ts +0 -44
- package/lib/ehr/documentreference.js +0 -3
- package/lib/ehr/documentreference_content.d.ts +0 -8
- package/lib/ehr/documentreference_content.js +0 -3
- package/lib/ehr/documentreference_context.d.ts +0 -20
- package/lib/ehr/documentreference_context.js +0 -3
- package/lib/ehr/documentreference_related.d.ts +0 -8
- package/lib/ehr/documentreference_related.js +0 -3
- package/lib/ehr/documentreference_relatesto.d.ts +0 -7
- package/lib/ehr/documentreference_relatesto.js +0 -3
- package/lib/ehr/domainresource.d.ts +0 -13
- package/lib/ehr/domainresource.js +0 -3
- package/lib/ehr/dosage.d.ts +0 -43
- package/lib/ehr/dosage.js +0 -3
- package/lib/ehr/duration.d.ts +0 -2
- package/lib/ehr/duration.js +0 -4
- package/lib/ehr/element.d.ts +0 -7
- package/lib/ehr/element.js +0 -3
- package/lib/ehr/elementdefinition.d.ts +0 -451
- package/lib/ehr/elementdefinition.js +0 -3
- package/lib/ehr/elementdefinition_base.d.ts +0 -8
- package/lib/ehr/elementdefinition_base.js +0 -4
- package/lib/ehr/elementdefinition_binding.d.ts +0 -11
- package/lib/ehr/elementdefinition_binding.js +0 -3
- package/lib/ehr/elementdefinition_constraint.d.ts +0 -16
- package/lib/ehr/elementdefinition_constraint.js +0 -4
- package/lib/ehr/elementdefinition_discriminator.d.ts +0 -6
- package/lib/ehr/elementdefinition_discriminator.js +0 -4
- package/lib/ehr/elementdefinition_example.d.ts +0 -145
- package/lib/ehr/elementdefinition_example.js +0 -3
- package/lib/ehr/elementdefinition_mapping.d.ts +0 -10
- package/lib/ehr/elementdefinition_mapping.js +0 -4
- package/lib/ehr/elementdefinition_slicing.d.ts +0 -11
- package/lib/ehr/elementdefinition_slicing.js +0 -3
- package/lib/ehr/elementdefinition_type.d.ts +0 -12
- package/lib/ehr/elementdefinition_type.js +0 -4
- package/lib/ehr/eligibilityrequest.d.ts +0 -40
- package/lib/ehr/eligibilityrequest.js +0 -3
- package/lib/ehr/eligibilityresponse.d.ts +0 -35
- package/lib/ehr/eligibilityresponse.js +0 -3
- package/lib/ehr/eligibilityresponse_benefitbalance.d.ts +0 -22
- package/lib/ehr/eligibilityresponse_benefitbalance.js +0 -3
- package/lib/ehr/eligibilityresponse_error.d.ts +0 -5
- package/lib/ehr/eligibilityresponse_error.js +0 -3
- package/lib/ehr/eligibilityresponse_financial.d.ts +0 -16
- package/lib/ehr/eligibilityresponse_financial.js +0 -3
- package/lib/ehr/eligibilityresponse_insurance.d.ts +0 -10
- package/lib/ehr/eligibilityresponse_insurance.js +0 -3
- package/lib/ehr/encounter.d.ts +0 -60
- package/lib/ehr/encounter.js +0 -3
- package/lib/ehr/encounter_classhistory.d.ts +0 -8
- package/lib/ehr/encounter_classhistory.js +0 -3
- package/lib/ehr/encounter_diagnosis.d.ts +0 -10
- package/lib/ehr/encounter_diagnosis.js +0 -3
- package/lib/ehr/encounter_hospitalization.d.ts +0 -23
- package/lib/ehr/encounter_hospitalization.js +0 -3
- package/lib/ehr/encounter_location.d.ts +0 -10
- package/lib/ehr/encounter_location.js +0 -3
- package/lib/ehr/encounter_participant.d.ts +0 -11
- package/lib/ehr/encounter_participant.js +0 -3
- package/lib/ehr/encounter_statushistory.d.ts +0 -7
- package/lib/ehr/encounter_statushistory.js +0 -3
- package/lib/ehr/endpoint.d.ts +0 -32
- package/lib/ehr/endpoint.js +0 -3
- package/lib/ehr/enrollmentrequest.d.ts +0 -22
- package/lib/ehr/enrollmentrequest.js +0 -3
- package/lib/ehr/enrollmentresponse.d.ts +0 -25
- package/lib/ehr/enrollmentresponse.js +0 -3
- package/lib/ehr/episodeofcare.d.ts +0 -34
- package/lib/ehr/episodeofcare.js +0 -3
- package/lib/ehr/episodeofcare_diagnosis.d.ts +0 -10
- package/lib/ehr/episodeofcare_diagnosis.js +0 -3
- package/lib/ehr/episodeofcare_statushistory.d.ts +0 -7
- package/lib/ehr/episodeofcare_statushistory.js +0 -3
- package/lib/ehr/expansionprofile.d.ts +0 -57
- package/lib/ehr/expansionprofile.js +0 -3
- package/lib/ehr/expansionprofile_designation.d.ts +0 -8
- package/lib/ehr/expansionprofile_designation.js +0 -3
- package/lib/ehr/expansionprofile_designation1.d.ts +0 -7
- package/lib/ehr/expansionprofile_designation1.js +0 -3
- package/lib/ehr/expansionprofile_designation2.d.ts +0 -7
- package/lib/ehr/expansionprofile_designation2.js +0 -3
- package/lib/ehr/expansionprofile_exclude.d.ts +0 -5
- package/lib/ehr/expansionprofile_exclude.js +0 -3
- package/lib/ehr/expansionprofile_excludedsystem.d.ts +0 -6
- package/lib/ehr/expansionprofile_excludedsystem.js +0 -4
- package/lib/ehr/expansionprofile_fixedversion.d.ts +0 -8
- package/lib/ehr/expansionprofile_fixedversion.js +0 -4
- package/lib/ehr/expansionprofile_include.d.ts +0 -5
- package/lib/ehr/expansionprofile_include.js +0 -3
- package/lib/ehr/explanationofbenefit.d.ts +0 -100
- package/lib/ehr/explanationofbenefit.js +0 -3
- package/lib/ehr/explanationofbenefit_accident.d.ts +0 -13
- package/lib/ehr/explanationofbenefit_accident.js +0 -3
- package/lib/ehr/explanationofbenefit_additem.d.ts +0 -24
- package/lib/ehr/explanationofbenefit_additem.js +0 -3
- package/lib/ehr/explanationofbenefit_adjudication.d.ts +0 -12
- package/lib/ehr/explanationofbenefit_adjudication.js +0 -3
- package/lib/ehr/explanationofbenefit_benefitbalance.d.ts +0 -22
- package/lib/ehr/explanationofbenefit_benefitbalance.js +0 -3
- package/lib/ehr/explanationofbenefit_careteam.d.ts +0 -14
- package/lib/ehr/explanationofbenefit_careteam.js +0 -3
- package/lib/ehr/explanationofbenefit_detail.d.ts +0 -38
- package/lib/ehr/explanationofbenefit_detail.js +0 -3
- package/lib/ehr/explanationofbenefit_detail1.d.ts +0 -19
- package/lib/ehr/explanationofbenefit_detail1.js +0 -3
- package/lib/ehr/explanationofbenefit_diagnosis.d.ts +0 -14
- package/lib/ehr/explanationofbenefit_diagnosis.js +0 -3
- package/lib/ehr/explanationofbenefit_financial.d.ts +0 -16
- package/lib/ehr/explanationofbenefit_financial.js +0 -3
- package/lib/ehr/explanationofbenefit_information.d.ts +0 -28
- package/lib/ehr/explanationofbenefit_information.js +0 -3
- package/lib/ehr/explanationofbenefit_insurance.d.ts +0 -7
- package/lib/ehr/explanationofbenefit_insurance.js +0 -3
- package/lib/ehr/explanationofbenefit_item.d.ts +0 -62
- package/lib/ehr/explanationofbenefit_item.js +0 -3
- package/lib/ehr/explanationofbenefit_payee.d.ts +0 -10
- package/lib/ehr/explanationofbenefit_payee.js +0 -3
- package/lib/ehr/explanationofbenefit_payment.d.ts +0 -17
- package/lib/ehr/explanationofbenefit_payment.js +0 -3
- package/lib/ehr/explanationofbenefit_procedure.d.ts +0 -12
- package/lib/ehr/explanationofbenefit_procedure.js +0 -3
- package/lib/ehr/explanationofbenefit_processnote.d.ts +0 -11
- package/lib/ehr/explanationofbenefit_processnote.js +0 -3
- package/lib/ehr/explanationofbenefit_related.d.ts +0 -11
- package/lib/ehr/explanationofbenefit_related.js +0 -3
- package/lib/ehr/explanationofbenefit_subdetail.d.ts +0 -35
- package/lib/ehr/explanationofbenefit_subdetail.js +0 -3
- package/lib/ehr/extension.d.ts +0 -144
- package/lib/ehr/extension.js +0 -3
- package/lib/ehr/familymemberhistory.d.ts +0 -64
- package/lib/ehr/familymemberhistory.js +0 -3
- package/lib/ehr/familymemberhistory_condition.d.ts +0 -21
- package/lib/ehr/familymemberhistory_condition.js +0 -3
- package/lib/ehr/flag.d.ts +0 -24
- package/lib/ehr/flag.js +0 -3
- package/lib/ehr/goal.d.ts +0 -41
- package/lib/ehr/goal.js +0 -3
- package/lib/ehr/goal_target.d.ts +0 -18
- package/lib/ehr/goal_target.js +0 -3
- package/lib/ehr/graphdefinition.d.ts +0 -38
- package/lib/ehr/graphdefinition.js +0 -3
- package/lib/ehr/graphdefinition_compartment.d.ts +0 -10
- package/lib/ehr/graphdefinition_compartment.js +0 -4
- package/lib/ehr/graphdefinition_link.d.ts +0 -15
- package/lib/ehr/graphdefinition_link.js +0 -3
- package/lib/ehr/graphdefinition_target.d.ts +0 -12
- package/lib/ehr/graphdefinition_target.js +0 -3
- package/lib/ehr/group.d.ts +0 -26
- package/lib/ehr/group.js +0 -3
- package/lib/ehr/group_characteristic.d.ts +0 -20
- package/lib/ehr/group_characteristic.js +0 -3
- package/lib/ehr/group_member.d.ts +0 -10
- package/lib/ehr/group_member.js +0 -3
- package/lib/ehr/guidanceresponse.d.ts +0 -39
- package/lib/ehr/guidanceresponse.js +0 -3
- package/lib/ehr/healthcareservice.d.ts +0 -59
- package/lib/ehr/healthcareservice.js +0 -3
- package/lib/ehr/healthcareservice_availabletime.d.ts +0 -10
- package/lib/ehr/healthcareservice_availabletime.js +0 -4
- package/lib/ehr/healthcareservice_notavailable.d.ts +0 -7
- package/lib/ehr/healthcareservice_notavailable.js +0 -3
- package/lib/ehr/humanname.d.ts +0 -17
- package/lib/ehr/humanname.js +0 -3
- package/lib/ehr/identifier.d.ts +0 -17
- package/lib/ehr/identifier.js +0 -3
- package/lib/ehr/imagingmanifest.d.ts +0 -20
- package/lib/ehr/imagingmanifest.js +0 -3
- package/lib/ehr/imagingmanifest_instance.d.ts +0 -6
- package/lib/ehr/imagingmanifest_instance.js +0 -4
- package/lib/ehr/imagingmanifest_series.d.ts +0 -10
- package/lib/ehr/imagingmanifest_series.js +0 -3
- package/lib/ehr/imagingmanifest_study.d.ts +0 -12
- package/lib/ehr/imagingmanifest_study.js +0 -3
- package/lib/ehr/imagingstudy.d.ts +0 -47
- package/lib/ehr/imagingstudy.js +0 -3
- package/lib/ehr/imagingstudy_instance.d.ts +0 -10
- package/lib/ehr/imagingstudy_instance.js +0 -4
- package/lib/ehr/imagingstudy_series.d.ts +0 -29
- package/lib/ehr/imagingstudy_series.js +0 -3
- package/lib/ehr/immunization.d.ts +0 -55
- package/lib/ehr/immunization.js +0 -3
- package/lib/ehr/immunization_explanation.d.ts +0 -7
- package/lib/ehr/immunization_explanation.js +0 -3
- package/lib/ehr/immunization_practitioner.d.ts +0 -8
- package/lib/ehr/immunization_practitioner.js +0 -3
- package/lib/ehr/immunization_reaction.d.ts +0 -9
- package/lib/ehr/immunization_reaction.js +0 -3
- package/lib/ehr/immunization_vaccinationprotocol.d.ts +0 -20
- package/lib/ehr/immunization_vaccinationprotocol.js +0 -3
- package/lib/ehr/immunizationrecommendation.d.ts +0 -13
- package/lib/ehr/immunizationrecommendation.js +0 -3
- package/lib/ehr/immunizationrecommendation_datecriterion.d.ts +0 -7
- package/lib/ehr/immunizationrecommendation_datecriterion.js +0 -3
- package/lib/ehr/immunizationrecommendation_protocol.d.ts +0 -11
- package/lib/ehr/immunizationrecommendation_protocol.js +0 -3
- package/lib/ehr/immunizationrecommendation_recommendation.d.ts +0 -24
- package/lib/ehr/immunizationrecommendation_recommendation.js +0 -3
- package/lib/ehr/implementationguide.d.ts +0 -47
- package/lib/ehr/implementationguide.js +0 -3
- package/lib/ehr/implementationguide_dependency.d.ts +0 -6
- package/lib/ehr/implementationguide_dependency.js +0 -4
- package/lib/ehr/implementationguide_global.d.ts +0 -7
- package/lib/ehr/implementationguide_global.js +0 -3
- package/lib/ehr/implementationguide_package.d.ts +0 -9
- package/lib/ehr/implementationguide_package.js +0 -3
- package/lib/ehr/implementationguide_page.d.ts +0 -16
- package/lib/ehr/implementationguide_page.js +0 -4
- package/lib/ehr/implementationguide_resource.d.ts +0 -17
- package/lib/ehr/implementationguide_resource.js +0 -3
- package/lib/ehr/index.d.ts +0 -490
- package/lib/ehr/index.js +0 -509
- package/lib/ehr/library.d.ts +0 -66
- package/lib/ehr/library.js +0 -3
- package/lib/ehr/linkage.d.ts +0 -12
- package/lib/ehr/linkage.js +0 -3
- package/lib/ehr/linkage_item.d.ts +0 -7
- package/lib/ehr/linkage_item.js +0 -3
- package/lib/ehr/list.d.ts +0 -35
- package/lib/ehr/list.js +0 -3
- package/lib/ehr/list_entry.d.ts +0 -12
- package/lib/ehr/list_entry.js +0 -3
- package/lib/ehr/location.d.ts +0 -41
- package/lib/ehr/location.js +0 -3
- package/lib/ehr/location_position.d.ts +0 -8
- package/lib/ehr/location_position.js +0 -4
- package/lib/ehr/measure.d.ts +0 -88
- package/lib/ehr/measure.js +0 -3
- package/lib/ehr/measure_group.d.ts +0 -15
- package/lib/ehr/measure_group.js +0 -3
- package/lib/ehr/measure_population.d.ts +0 -14
- package/lib/ehr/measure_population.js +0 -3
- package/lib/ehr/measure_stratifier.d.ts +0 -9
- package/lib/ehr/measure_stratifier.js +0 -3
- package/lib/ehr/measure_supplementaldata.d.ts +0 -12
- package/lib/ehr/measure_supplementaldata.js +0 -3
- package/lib/ehr/measurereport.d.ts +0 -28
- package/lib/ehr/measurereport.js +0 -3
- package/lib/ehr/measurereport_group.d.ts +0 -13
- package/lib/ehr/measurereport_group.js +0 -3
- package/lib/ehr/measurereport_population.d.ts +0 -13
- package/lib/ehr/measurereport_population.js +0 -3
- package/lib/ehr/measurereport_population1.d.ts +0 -13
- package/lib/ehr/measurereport_population1.js +0 -3
- package/lib/ehr/measurereport_stratifier.d.ts +0 -8
- package/lib/ehr/measurereport_stratifier.js +0 -3
- package/lib/ehr/measurereport_stratum.d.ts +0 -9
- package/lib/ehr/measurereport_stratum.js +0 -3
- package/lib/ehr/media.d.ts +0 -48
- package/lib/ehr/media.js +0 -3
- package/lib/ehr/medication.d.ts +0 -27
- package/lib/ehr/medication.js +0 -3
- package/lib/ehr/medication_batch.d.ts +0 -6
- package/lib/ehr/medication_batch.js +0 -4
- package/lib/ehr/medication_content.d.ts +0 -11
- package/lib/ehr/medication_content.js +0 -3
- package/lib/ehr/medication_ingredient.d.ts +0 -13
- package/lib/ehr/medication_ingredient.js +0 -3
- package/lib/ehr/medication_package.d.ts +0 -11
- package/lib/ehr/medication_package.js +0 -3
- package/lib/ehr/medicationadministration.d.ts +0 -55
- package/lib/ehr/medicationadministration.js +0 -3
- package/lib/ehr/medicationadministration_dosage.d.ts +0 -21
- package/lib/ehr/medicationadministration_dosage.js +0 -3
- package/lib/ehr/medicationadministration_performer.d.ts +0 -7
- package/lib/ehr/medicationadministration_performer.js +0 -3
- package/lib/ehr/medicationdispense.d.ts +0 -64
- package/lib/ehr/medicationdispense.js +0 -3
- package/lib/ehr/medicationdispense_performer.d.ts +0 -7
- package/lib/ehr/medicationdispense_performer.js +0 -3
- package/lib/ehr/medicationdispense_substitution.d.ts +0 -12
- package/lib/ehr/medicationdispense_substitution.js +0 -3
- package/lib/ehr/medicationrequest.d.ts +0 -62
- package/lib/ehr/medicationrequest.js +0 -3
- package/lib/ehr/medicationrequest_dispenserequest.d.ts +0 -16
- package/lib/ehr/medicationrequest_dispenserequest.js +0 -3
- package/lib/ehr/medicationrequest_requester.d.ts +0 -7
- package/lib/ehr/medicationrequest_requester.js +0 -3
- package/lib/ehr/medicationrequest_substitution.d.ts +0 -7
- package/lib/ehr/medicationrequest_substitution.js +0 -3
- package/lib/ehr/medicationstatement.d.ts +0 -50
- package/lib/ehr/medicationstatement.js +0 -3
- package/lib/ehr/messagedefinition.d.ts +0 -58
- package/lib/ehr/messagedefinition.js +0 -3
- package/lib/ehr/messagedefinition_allowedresponse.d.ts +0 -7
- package/lib/ehr/messagedefinition_allowedresponse.js +0 -3
- package/lib/ehr/messagedefinition_focus.d.ts +0 -11
- package/lib/ehr/messagedefinition_focus.js +0 -3
- package/lib/ehr/messageheader.d.ts +0 -34
- package/lib/ehr/messageheader.js +0 -3
- package/lib/ehr/messageheader_destination.d.ts +0 -9
- package/lib/ehr/messageheader_destination.js +0 -3
- package/lib/ehr/messageheader_response.d.ts +0 -9
- package/lib/ehr/messageheader_response.js +0 -3
- package/lib/ehr/messageheader_source.d.ts +0 -13
- package/lib/ehr/messageheader_source.js +0 -3
- package/lib/ehr/meta.d.ts +0 -13
- package/lib/ehr/meta.js +0 -3
- package/lib/ehr/money.d.ts +0 -2
- package/lib/ehr/money.js +0 -4
- package/lib/ehr/namingsystem.d.ts +0 -37
- package/lib/ehr/namingsystem.js +0 -3
- package/lib/ehr/namingsystem_uniqueid.d.ts +0 -13
- package/lib/ehr/namingsystem_uniqueid.js +0 -3
- package/lib/ehr/narrative.d.ts +0 -6
- package/lib/ehr/narrative.js +0 -4
- package/lib/ehr/nutritionorder.d.ts +0 -34
- package/lib/ehr/nutritionorder.js +0 -3
- package/lib/ehr/nutritionorder_administration.d.ts +0 -13
- package/lib/ehr/nutritionorder_administration.js +0 -3
- package/lib/ehr/nutritionorder_enteralformula.d.ts +0 -23
- package/lib/ehr/nutritionorder_enteralformula.js +0 -3
- package/lib/ehr/nutritionorder_nutrient.d.ts +0 -8
- package/lib/ehr/nutritionorder_nutrient.js +0 -3
- package/lib/ehr/nutritionorder_oraldiet.d.ts +0 -18
- package/lib/ehr/nutritionorder_oraldiet.js +0 -3
- package/lib/ehr/nutritionorder_supplement.d.ts +0 -15
- package/lib/ehr/nutritionorder_supplement.js +0 -3
- package/lib/ehr/nutritionorder_texture.d.ts +0 -7
- package/lib/ehr/nutritionorder_texture.js +0 -3
- package/lib/ehr/observation.d.ts +0 -80
- package/lib/ehr/observation.js +0 -3
- package/lib/ehr/observation_component.d.ts +0 -38
- package/lib/ehr/observation_component.js +0 -3
- package/lib/ehr/observation_referencerange.d.ts +0 -17
- package/lib/ehr/observation_referencerange.js +0 -3
- package/lib/ehr/observation_related.d.ts +0 -7
- package/lib/ehr/observation_related.js +0 -3
- package/lib/ehr/operationdefinition.d.ts +0 -56
- package/lib/ehr/operationdefinition.js +0 -3
- package/lib/ehr/operationdefinition_binding.d.ts +0 -9
- package/lib/ehr/operationdefinition_binding.js +0 -3
- package/lib/ehr/operationdefinition_overload.d.ts +0 -6
- package/lib/ehr/operationdefinition_overload.js +0 -4
- package/lib/ehr/operationdefinition_parameter.d.ts +0 -24
- package/lib/ehr/operationdefinition_parameter.js +0 -3
- package/lib/ehr/operationoutcome.d.ts +0 -7
- package/lib/ehr/operationoutcome.js +0 -3
- package/lib/ehr/operationoutcome_issue.d.ts +0 -15
- package/lib/ehr/operationoutcome_issue.js +0 -3
- package/lib/ehr/organization.d.ts +0 -30
- package/lib/ehr/organization.js +0 -3
- package/lib/ehr/organization_contact.d.ts +0 -14
- package/lib/ehr/organization_contact.js +0 -3
- package/lib/ehr/parameterdefinition.d.ts +0 -17
- package/lib/ehr/parameterdefinition.js +0 -3
- package/lib/ehr/parameters.d.ts +0 -5
- package/lib/ehr/parameters.js +0 -3
- package/lib/ehr/parameters_parameter.d.ts +0 -150
- package/lib/ehr/parameters_parameter.js +0 -3
- package/lib/ehr/patient.d.ts +0 -53
- package/lib/ehr/patient.js +0 -3
- package/lib/ehr/patient_animal.d.ts +0 -9
- package/lib/ehr/patient_animal.js +0 -3
- package/lib/ehr/patient_communication.d.ts +0 -7
- package/lib/ehr/patient_communication.js +0 -3
- package/lib/ehr/patient_contact.d.ts +0 -22
- package/lib/ehr/patient_contact.js +0 -3
- package/lib/ehr/patient_link.d.ts +0 -7
- package/lib/ehr/patient_link.js +0 -3
- package/lib/ehr/paymentnotice.d.ts +0 -27
- package/lib/ehr/paymentnotice.js +0 -3
- package/lib/ehr/paymentreconciliation.d.ts +0 -39
- package/lib/ehr/paymentreconciliation.js +0 -3
- package/lib/ehr/paymentreconciliation_detail.d.ts +0 -19
- package/lib/ehr/paymentreconciliation_detail.js +0 -3
- package/lib/ehr/paymentreconciliation_processnote.d.ts +0 -7
- package/lib/ehr/paymentreconciliation_processnote.js +0 -3
- package/lib/ehr/period.d.ts +0 -6
- package/lib/ehr/period.js +0 -4
- package/lib/ehr/person.d.ts +0 -31
- package/lib/ehr/person.js +0 -3
- package/lib/ehr/person_link.d.ts +0 -7
- package/lib/ehr/person_link.js +0 -3
- package/lib/ehr/plandefinition.d.ts +0 -66
- package/lib/ehr/plandefinition.js +0 -3
- package/lib/ehr/plandefinition_action.d.ts +0 -74
- package/lib/ehr/plandefinition_action.js +0 -3
- package/lib/ehr/plandefinition_condition.d.ts +0 -10
- package/lib/ehr/plandefinition_condition.js +0 -4
- package/lib/ehr/plandefinition_dynamicvalue.d.ts +0 -10
- package/lib/ehr/plandefinition_dynamicvalue.js +0 -4
- package/lib/ehr/plandefinition_goal.d.ts +0 -19
- package/lib/ehr/plandefinition_goal.js +0 -3
- package/lib/ehr/plandefinition_participant.d.ts +0 -7
- package/lib/ehr/plandefinition_participant.js +0 -3
- package/lib/ehr/plandefinition_relatedaction.d.ts +0 -12
- package/lib/ehr/plandefinition_relatedaction.js +0 -3
- package/lib/ehr/plandefinition_target.d.ts +0 -16
- package/lib/ehr/plandefinition_target.js +0 -3
- package/lib/ehr/practitioner.d.ts +0 -32
- package/lib/ehr/practitioner.js +0 -3
- package/lib/ehr/practitioner_qualification.d.ts +0 -14
- package/lib/ehr/practitioner_qualification.js +0 -3
- package/lib/ehr/practitionerrole.d.ts +0 -39
- package/lib/ehr/practitionerrole.js +0 -3
- package/lib/ehr/practitionerrole_availabletime.d.ts +0 -10
- package/lib/ehr/practitionerrole_availabletime.js +0 -4
- package/lib/ehr/practitionerrole_notavailable.d.ts +0 -7
- package/lib/ehr/practitionerrole_notavailable.js +0 -3
- package/lib/ehr/procedure.d.ts +0 -65
- package/lib/ehr/procedure.js +0 -3
- package/lib/ehr/procedure_focaldevice.d.ts +0 -8
- package/lib/ehr/procedure_focaldevice.js +0 -3
- package/lib/ehr/procedure_performer.d.ts +0 -10
- package/lib/ehr/procedure_performer.js +0 -3
- package/lib/ehr/procedurerequest.d.ts +0 -69
- package/lib/ehr/procedurerequest.js +0 -3
- package/lib/ehr/procedurerequest_requester.d.ts +0 -7
- package/lib/ehr/procedurerequest_requester.js +0 -3
- package/lib/ehr/processrequest.d.ts +0 -38
- package/lib/ehr/processrequest.js +0 -3
- package/lib/ehr/processrequest_item.d.ts +0 -4
- package/lib/ehr/processrequest_item.js +0 -4
- package/lib/ehr/processresponse.d.ts +0 -34
- package/lib/ehr/processresponse.js +0 -3
- package/lib/ehr/processresponse_processnote.d.ts +0 -7
- package/lib/ehr/processresponse_processnote.js +0 -3
- package/lib/ehr/provenance.d.ts +0 -30
- package/lib/ehr/provenance.js +0 -3
- package/lib/ehr/provenance_agent.d.ts +0 -16
- package/lib/ehr/provenance_agent.js +0 -3
- package/lib/ehr/provenance_entity.d.ts +0 -15
- package/lib/ehr/provenance_entity.js +0 -3
- package/lib/ehr/quantity.d.ts +0 -12
- package/lib/ehr/quantity.js +0 -4
- package/lib/ehr/questionnaire.d.ts +0 -53
- package/lib/ehr/questionnaire.js +0 -3
- package/lib/ehr/questionnaire_enablewhen.d.ts +0 -34
- package/lib/ehr/questionnaire_enablewhen.js +0 -3
- package/lib/ehr/questionnaire_item.d.ts +0 -69
- package/lib/ehr/questionnaire_item.js +0 -3
- package/lib/ehr/questionnaire_option.d.ts +0 -13
- package/lib/ehr/questionnaire_option.js +0 -3
- package/lib/ehr/questionnaireresponse.d.ts +0 -29
- package/lib/ehr/questionnaireresponse.js +0 -3
- package/lib/ehr/questionnaireresponse_answer.d.ts +0 -33
- package/lib/ehr/questionnaireresponse_answer.js +0 -3
- package/lib/ehr/questionnaireresponse_item.d.ts +0 -16
- package/lib/ehr/questionnaireresponse_item.js +0 -3
- package/lib/ehr/range.d.ts +0 -7
- package/lib/ehr/range.js +0 -3
- package/lib/ehr/ratio.d.ts +0 -7
- package/lib/ehr/ratio.js +0 -3
- package/lib/ehr/reference.d.ts +0 -9
- package/lib/ehr/reference.js +0 -3
- package/lib/ehr/referralrequest.d.ts +0 -58
- package/lib/ehr/referralrequest.js +0 -3
- package/lib/ehr/referralrequest_requester.d.ts +0 -7
- package/lib/ehr/referralrequest_requester.js +0 -3
- package/lib/ehr/relatedartifact.d.ts +0 -16
- package/lib/ehr/relatedartifact.js +0 -3
- package/lib/ehr/relatedperson.d.ts +0 -34
- package/lib/ehr/relatedperson.js +0 -3
- package/lib/ehr/requestgroup.d.ts +0 -41
- package/lib/ehr/requestgroup.js +0 -3
- package/lib/ehr/requestgroup_action.d.ts +0 -56
- package/lib/ehr/requestgroup_action.js +0 -3
- package/lib/ehr/requestgroup_condition.d.ts +0 -10
- package/lib/ehr/requestgroup_condition.js +0 -4
- package/lib/ehr/requestgroup_relatedaction.d.ts +0 -12
- package/lib/ehr/requestgroup_relatedaction.js +0 -3
- package/lib/ehr/researchstudy.d.ts +0 -52
- package/lib/ehr/researchstudy.js +0 -3
- package/lib/ehr/researchstudy_arm.d.ts +0 -9
- package/lib/ehr/researchstudy_arm.js +0 -3
- package/lib/ehr/researchsubject.d.ts +0 -23
- package/lib/ehr/researchsubject.js +0 -3
- package/lib/ehr/resource.js +0 -3
- package/lib/ehr/resourcelist.js +0 -4
- package/lib/ehr/riskassessment.d.ts +0 -45
- package/lib/ehr/riskassessment.js +0 -3
- package/lib/ehr/riskassessment_prediction.d.ts +0 -21
- package/lib/ehr/riskassessment_prediction.js +0 -3
- package/lib/ehr/sampleddata.d.ts +0 -17
- package/lib/ehr/sampleddata.js +0 -3
- package/lib/ehr/schedule.d.ts +0 -24
- package/lib/ehr/schedule.js +0 -3
- package/lib/ehr/searchparameter.d.ts +0 -56
- package/lib/ehr/searchparameter.js +0 -3
- package/lib/ehr/searchparameter_component.d.ts +0 -7
- package/lib/ehr/searchparameter_component.js +0 -3
- package/lib/ehr/sequence.d.ts +0 -41
- package/lib/ehr/sequence.js +0 -3
- package/lib/ehr/sequence_quality.d.ts +0 -32
- package/lib/ehr/sequence_quality.js +0 -3
- package/lib/ehr/sequence_referenceseq.d.ts +0 -20
- package/lib/ehr/sequence_referenceseq.js +0 -3
- package/lib/ehr/sequence_repository.d.ts +0 -14
- package/lib/ehr/sequence_repository.js +0 -4
- package/lib/ehr/sequence_variant.d.ts +0 -15
- package/lib/ehr/sequence_variant.js +0 -3
- package/lib/ehr/servicedefinition.d.ts +0 -64
- package/lib/ehr/servicedefinition.js +0 -3
- package/lib/ehr/signature.d.ts +0 -20
- package/lib/ehr/signature.js +0 -3
- package/lib/ehr/slot.d.ts +0 -29
- package/lib/ehr/slot.js +0 -3
- package/lib/ehr/specimen.d.ts +0 -35
- package/lib/ehr/specimen.js +0 -3
- package/lib/ehr/specimen_collection.d.ts +0 -18
- package/lib/ehr/specimen_collection.js +0 -3
- package/lib/ehr/specimen_container.d.ts +0 -20
- package/lib/ehr/specimen_container.js +0 -3
- package/lib/ehr/specimen_processing.d.ts +0 -15
- package/lib/ehr/specimen_processing.js +0 -3
- package/lib/ehr/structuredefinition.d.ts +0 -68
- package/lib/ehr/structuredefinition.js +0 -3
- package/lib/ehr/structuredefinition_differential.d.ts +0 -5
- package/lib/ehr/structuredefinition_differential.js +0 -3
- package/lib/ehr/structuredefinition_mapping.d.ts +0 -10
- package/lib/ehr/structuredefinition_mapping.js +0 -4
- package/lib/ehr/structuredefinition_snapshot.d.ts +0 -5
- package/lib/ehr/structuredefinition_snapshot.js +0 -3
- package/lib/ehr/structuremap.d.ts +0 -46
- package/lib/ehr/structuremap.js +0 -3
- package/lib/ehr/structuremap_dependent.d.ts +0 -6
- package/lib/ehr/structuremap_dependent.js +0 -4
- package/lib/ehr/structuremap_group.d.ts +0 -16
- package/lib/ehr/structuremap_group.js +0 -3
- package/lib/ehr/structuremap_input.d.ts +0 -10
- package/lib/ehr/structuremap_input.js +0 -4
- package/lib/ehr/structuremap_parameter.d.ts +0 -12
- package/lib/ehr/structuremap_parameter.js +0 -4
- package/lib/ehr/structuremap_rule.d.ts +0 -17
- package/lib/ehr/structuremap_rule.js +0 -3
- package/lib/ehr/structuremap_source.d.ts +0 -161
- package/lib/ehr/structuremap_source.js +0 -3
- package/lib/ehr/structuremap_structure.d.ts +0 -10
- package/lib/ehr/structuremap_structure.js +0 -4
- package/lib/ehr/structuremap_target.d.ts +0 -19
- package/lib/ehr/structuremap_target.js +0 -3
- package/lib/ehr/subscription.d.ts +0 -23
- package/lib/ehr/subscription.js +0 -3
- package/lib/ehr/subscription_channel.d.ts +0 -10
- package/lib/ehr/subscription_channel.js +0 -4
- package/lib/ehr/substance.d.ts +0 -22
- package/lib/ehr/substance.js +0 -3
- package/lib/ehr/substance_ingredient.d.ts +0 -11
- package/lib/ehr/substance_ingredient.js +0 -3
- package/lib/ehr/substance_instance.d.ts +0 -10
- package/lib/ehr/substance_instance.js +0 -3
- package/lib/ehr/supplydelivery.d.ts +0 -36
- package/lib/ehr/supplydelivery.js +0 -3
- package/lib/ehr/supplydelivery_supplieditem.d.ts +0 -11
- package/lib/ehr/supplydelivery_supplieditem.js +0 -3
- package/lib/ehr/supplyrequest.d.ts +0 -41
- package/lib/ehr/supplyrequest.js +0 -3
- package/lib/ehr/supplyrequest_ordereditem.d.ts +0 -11
- package/lib/ehr/supplyrequest_ordereditem.js +0 -3
- package/lib/ehr/supplyrequest_requester.d.ts +0 -7
- package/lib/ehr/supplyrequest_requester.js +0 -3
- package/lib/ehr/task.d.ts +0 -69
- package/lib/ehr/task.js +0 -3
- package/lib/ehr/task_input.d.ts +0 -145
- package/lib/ehr/task_input.js +0 -3
- package/lib/ehr/task_output.d.ts +0 -145
- package/lib/ehr/task_output.js +0 -3
- package/lib/ehr/task_requester.d.ts +0 -7
- package/lib/ehr/task_requester.js +0 -3
- package/lib/ehr/task_restriction.d.ts +0 -10
- package/lib/ehr/task_restriction.js +0 -3
- package/lib/ehr/testreport.d.ts +0 -34
- package/lib/ehr/testreport.js +0 -3
- package/lib/ehr/testreport_action.d.ts +0 -8
- package/lib/ehr/testreport_action.js +0 -3
- package/lib/ehr/testreport_action1.d.ts +0 -8
- package/lib/ehr/testreport_action1.js +0 -3
- package/lib/ehr/testreport_action2.d.ts +0 -5
- package/lib/ehr/testreport_action2.js +0 -3
- package/lib/ehr/testreport_assert.d.ts +0 -8
- package/lib/ehr/testreport_assert.js +0 -4
- package/lib/ehr/testreport_operation.d.ts +0 -8
- package/lib/ehr/testreport_operation.js +0 -4
- package/lib/ehr/testreport_participant.d.ts +0 -8
- package/lib/ehr/testreport_participant.js +0 -4
- package/lib/ehr/testreport_setup.d.ts +0 -5
- package/lib/ehr/testreport_setup.js +0 -3
- package/lib/ehr/testreport_teardown.d.ts +0 -5
- package/lib/ehr/testreport_teardown.js +0 -3
- package/lib/ehr/testreport_test.d.ts +0 -9
- package/lib/ehr/testreport_test.js +0 -3
- package/lib/ehr/testscript.d.ts +0 -71
- package/lib/ehr/testscript.js +0 -3
- package/lib/ehr/testscript_action.d.ts +0 -8
- package/lib/ehr/testscript_action.js +0 -3
- package/lib/ehr/testscript_action1.d.ts +0 -8
- package/lib/ehr/testscript_action1.js +0 -3
- package/lib/ehr/testscript_action2.d.ts +0 -5
- package/lib/ehr/testscript_action2.js +0 -3
- package/lib/ehr/testscript_assert.d.ts +0 -52
- package/lib/ehr/testscript_assert.js +0 -3
- package/lib/ehr/testscript_capability.d.ts +0 -17
- package/lib/ehr/testscript_capability.js +0 -3
- package/lib/ehr/testscript_destination.d.ts +0 -7
- package/lib/ehr/testscript_destination.js +0 -3
- package/lib/ehr/testscript_fixture.d.ts +0 -9
- package/lib/ehr/testscript_fixture.js +0 -3
- package/lib/ehr/testscript_link.d.ts +0 -6
- package/lib/ehr/testscript_link.js +0 -4
- package/lib/ehr/testscript_metadata.d.ts +0 -8
- package/lib/ehr/testscript_metadata.js +0 -3
- package/lib/ehr/testscript_operation.d.ts +0 -36
- package/lib/ehr/testscript_operation.js +0 -3
- package/lib/ehr/testscript_origin.d.ts +0 -7
- package/lib/ehr/testscript_origin.js +0 -3
- package/lib/ehr/testscript_param.d.ts +0 -6
- package/lib/ehr/testscript_param.js +0 -4
- package/lib/ehr/testscript_param1.d.ts +0 -6
- package/lib/ehr/testscript_param1.js +0 -4
- package/lib/ehr/testscript_param2.d.ts +0 -6
- package/lib/ehr/testscript_param2.js +0 -4
- package/lib/ehr/testscript_param3.d.ts +0 -6
- package/lib/ehr/testscript_param3.js +0 -4
- package/lib/ehr/testscript_requestheader.d.ts +0 -6
- package/lib/ehr/testscript_requestheader.js +0 -4
- package/lib/ehr/testscript_rule.d.ts +0 -8
- package/lib/ehr/testscript_rule.js +0 -3
- package/lib/ehr/testscript_rule1.d.ts +0 -7
- package/lib/ehr/testscript_rule1.js +0 -3
- package/lib/ehr/testscript_rule2.d.ts +0 -7
- package/lib/ehr/testscript_rule2.js +0 -3
- package/lib/ehr/testscript_rule3.d.ts +0 -7
- package/lib/ehr/testscript_rule3.js +0 -3
- package/lib/ehr/testscript_ruleset.d.ts +0 -8
- package/lib/ehr/testscript_ruleset.js +0 -3
- package/lib/ehr/testscript_ruleset1.d.ts +0 -7
- package/lib/ehr/testscript_ruleset1.js +0 -3
- package/lib/ehr/testscript_setup.d.ts +0 -5
- package/lib/ehr/testscript_setup.js +0 -3
- package/lib/ehr/testscript_teardown.d.ts +0 -5
- package/lib/ehr/testscript_teardown.js +0 -3
- package/lib/ehr/testscript_test.d.ts +0 -9
- package/lib/ehr/testscript_test.js +0 -3
- package/lib/ehr/testscript_variable.d.ts +0 -18
- package/lib/ehr/testscript_variable.js +0 -4
- package/lib/ehr/timing.d.ts +0 -10
- package/lib/ehr/timing.js +0 -3
- package/lib/ehr/timing_repeat.d.ts +0 -39
- package/lib/ehr/timing_repeat.js +0 -3
- package/lib/ehr/triggerdefinition.d.ts +0 -19
- package/lib/ehr/triggerdefinition.js +0 -3
- package/lib/ehr/usagecontext.d.ts +0 -14
- package/lib/ehr/usagecontext.js +0 -3
- package/lib/ehr/valueset.d.ts +0 -48
- package/lib/ehr/valueset.js +0 -3
- package/lib/ehr/valueset_compose.d.ts +0 -11
- package/lib/ehr/valueset_compose.js +0 -3
- package/lib/ehr/valueset_concept.d.ts +0 -9
- package/lib/ehr/valueset_concept.js +0 -3
- package/lib/ehr/valueset_contains.d.ts +0 -19
- package/lib/ehr/valueset_contains.js +0 -3
- package/lib/ehr/valueset_designation.d.ts +0 -9
- package/lib/ehr/valueset_designation.js +0 -3
- package/lib/ehr/valueset_expansion.d.ts +0 -16
- package/lib/ehr/valueset_expansion.js +0 -3
- package/lib/ehr/valueset_filter.d.ts +0 -8
- package/lib/ehr/valueset_filter.js +0 -4
- package/lib/ehr/valueset_include.d.ts +0 -14
- package/lib/ehr/valueset_include.js +0 -3
- package/lib/ehr/valueset_parameter.d.ts +0 -16
- package/lib/ehr/valueset_parameter.js +0 -4
- package/lib/ehr/visionprescription.d.ts +0 -26
- package/lib/ehr/visionprescription.js +0 -3
- package/lib/ehr/visionprescription_dispense.d.ts +0 -35
- package/lib/ehr/visionprescription_dispense.js +0 -3
- package/lib/erp/index.d.ts +0 -5
- package/lib/erp/index.js +0 -3
- package/lib/ohi/index.d.ts +0 -5
- package/lib/ohi/index.js +0 -3
- /package/lib/{ehr/resource.d.ts → resource.d.ts} +0 -0
- /package/lib/{ehr/resourcelist.d.ts → resourcelist.d.ts} +0 -0
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export interface CapabilityStatement_Interaction {
|
|
2
|
-
/** Coded identifier of the operation, supported by the system resource. */
|
|
3
|
-
code?: "read" | "vread" | "update" | "patch" | "delete" | "history-instance" | "history-type" | "create" | "search-type";
|
|
4
|
-
/** Guidance specific to the implementation of this operation, such as 'delete is a logical delete' or 'updates are only allowed with version id' or 'creates permitted from pre-authorized certificates only'. */
|
|
5
|
-
documentation?: string;
|
|
6
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// FHIR CapabilityStatement_Interaction Type
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9pbnRlcmFjdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvY2FwYWJpbGl0eXN0YXRlbWVudF9pbnRlcmFjdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsNENBQTRDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBDYXBhYmlsaXR5U3RhdGVtZW50X0ludGVyYWN0aW9uIFR5cGVcblxuZXhwb3J0IGludGVyZmFjZSBDYXBhYmlsaXR5U3RhdGVtZW50X0ludGVyYWN0aW9uIHtcbiAgLyoqIENvZGVkIGlkZW50aWZpZXIgb2YgdGhlIG9wZXJhdGlvbiwgc3VwcG9ydGVkIGJ5IHRoZSBzeXN0ZW0gcmVzb3VyY2UuICovXG4gIGNvZGU/OlxuICAgIHwgXCJyZWFkXCJcbiAgICB8IFwidnJlYWRcIlxuICAgIHwgXCJ1cGRhdGVcIlxuICAgIHwgXCJwYXRjaFwiXG4gICAgfCBcImRlbGV0ZVwiXG4gICAgfCBcImhpc3RvcnktaW5zdGFuY2VcIlxuICAgIHwgXCJoaXN0b3J5LXR5cGVcIlxuICAgIHwgXCJjcmVhdGVcIlxuICAgIHwgXCJzZWFyY2gtdHlwZVwiO1xuXG4gIC8qKiBHdWlkYW5jZSBzcGVjaWZpYyB0byB0aGUgaW1wbGVtZW50YXRpb24gb2YgdGhpcyBvcGVyYXRpb24sIHN1Y2ggYXMgJ2RlbGV0ZSBpcyBhIGxvZ2ljYWwgZGVsZXRlJyBvciAndXBkYXRlcyBhcmUgb25seSBhbGxvd2VkIHdpdGggdmVyc2lvbiBpZCcgb3IgJ2NyZWF0ZXMgcGVybWl0dGVkIGZyb20gcHJlLWF1dGhvcml6ZWQgY2VydGlmaWNhdGVzIG9ubHknLiAqL1xuICBkb2N1bWVudGF0aW9uPzogc3RyaW5nO1xufVxuIl19
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export interface CapabilityStatement_Interaction1 {
|
|
2
|
-
/** A coded identifier of the operation, supported by the system. */
|
|
3
|
-
code?: "transaction" | "batch" | "search-system" | "history-system";
|
|
4
|
-
/** Guidance specific to the implementation of this operation, such as limitations on the kind of transactions allowed, or information about system wide search is implemented. */
|
|
5
|
-
documentation?: string;
|
|
6
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// FHIR CapabilityStatement_Interaction1 Type
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9pbnRlcmFjdGlvbjEuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2NhcGFiaWxpdHlzdGF0ZW1lbnRfaW50ZXJhY3Rpb24xLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSw2Q0FBNkMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENhcGFiaWxpdHlTdGF0ZW1lbnRfSW50ZXJhY3Rpb24xIFR5cGVcblxuZXhwb3J0IGludGVyZmFjZSBDYXBhYmlsaXR5U3RhdGVtZW50X0ludGVyYWN0aW9uMSB7XG4gIC8qKiBBIGNvZGVkIGlkZW50aWZpZXIgb2YgdGhlIG9wZXJhdGlvbiwgc3VwcG9ydGVkIGJ5IHRoZSBzeXN0ZW0uICovXG4gIGNvZGU/OiBcInRyYW5zYWN0aW9uXCIgfCBcImJhdGNoXCIgfCBcInNlYXJjaC1zeXN0ZW1cIiB8IFwiaGlzdG9yeS1zeXN0ZW1cIjtcblxuICAvKiogR3VpZGFuY2Ugc3BlY2lmaWMgdG8gdGhlIGltcGxlbWVudGF0aW9uIG9mIHRoaXMgb3BlcmF0aW9uLCBzdWNoIGFzIGxpbWl0YXRpb25zIG9uIHRoZSBraW5kIG9mIHRyYW5zYWN0aW9ucyBhbGxvd2VkLCBvciBpbmZvcm1hdGlvbiBhYm91dCBzeXN0ZW0gd2lkZSBzZWFyY2ggaXMgaW1wbGVtZW50ZWQuICovXG4gIGRvY3VtZW50YXRpb24/OiBzdHJpbmc7XG59XG4iXX0=
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { CapabilityStatement_Endpoint } from "./capabilitystatement_endpoint";
|
|
2
|
-
import type { CapabilityStatement_Event } from "./capabilitystatement_event";
|
|
3
|
-
import type { CapabilityStatement_SupportedMessage } from "./capabilitystatement_supportedmessage";
|
|
4
|
-
export interface CapabilityStatement_Messaging {
|
|
5
|
-
/** An endpoint (network accessible address) to which messages and/or replies are to be sent. */
|
|
6
|
-
endpoint?: CapabilityStatement_Endpoint[];
|
|
7
|
-
/** Length if the receiver's reliable messaging cache in minutes (if a receiver) or how long the cache length on the receiver should be (if a sender). */
|
|
8
|
-
reliableCache?: number;
|
|
9
|
-
/** Documentation about the system's messaging capabilities for this endpoint not otherwise documented by the capability statement. For example, the process for becoming an authorized messaging exchange partner. */
|
|
10
|
-
documentation?: string;
|
|
11
|
-
/** References to message definitions for messages this system can send or receive. */
|
|
12
|
-
supportedMessage?: CapabilityStatement_SupportedMessage[];
|
|
13
|
-
/** A description of the solution's support for an event at this end-point. */
|
|
14
|
-
event?: CapabilityStatement_Event[];
|
|
15
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9tZXNzYWdpbmcuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2NhcGFiaWxpdHlzdGF0ZW1lbnRfbWVzc2FnaW5nLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENhcGFiaWxpdHlTdGF0ZW1lbnRfTWVzc2FnaW5nIFR5cGVcbmltcG9ydCB0eXBlIHsgQ2FwYWJpbGl0eVN0YXRlbWVudF9FbmRwb2ludCB9IGZyb20gXCIuL2NhcGFiaWxpdHlzdGF0ZW1lbnRfZW5kcG9pbnRcIjtcbmltcG9ydCB0eXBlIHsgQ2FwYWJpbGl0eVN0YXRlbWVudF9FdmVudCB9IGZyb20gXCIuL2NhcGFiaWxpdHlzdGF0ZW1lbnRfZXZlbnRcIjtcbmltcG9ydCB0eXBlIHsgQ2FwYWJpbGl0eVN0YXRlbWVudF9TdXBwb3J0ZWRNZXNzYWdlIH0gZnJvbSBcIi4vY2FwYWJpbGl0eXN0YXRlbWVudF9zdXBwb3J0ZWRtZXNzYWdlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ2FwYWJpbGl0eVN0YXRlbWVudF9NZXNzYWdpbmcge1xuICAvKiogQW4gZW5kcG9pbnQgKG5ldHdvcmsgYWNjZXNzaWJsZSBhZGRyZXNzKSB0byB3aGljaCBtZXNzYWdlcyBhbmQvb3IgcmVwbGllcyBhcmUgdG8gYmUgc2VudC4gKi9cbiAgZW5kcG9pbnQ/OiBDYXBhYmlsaXR5U3RhdGVtZW50X0VuZHBvaW50W107XG5cbiAgLyoqIExlbmd0aCBpZiB0aGUgcmVjZWl2ZXIncyByZWxpYWJsZSBtZXNzYWdpbmcgY2FjaGUgaW4gbWludXRlcyAoaWYgYSByZWNlaXZlcikgb3IgaG93IGxvbmcgdGhlIGNhY2hlIGxlbmd0aCBvbiB0aGUgcmVjZWl2ZXIgc2hvdWxkIGJlIChpZiBhIHNlbmRlcikuICovXG4gIHJlbGlhYmxlQ2FjaGU/OiBudW1iZXI7XG5cbiAgLyoqIERvY3VtZW50YXRpb24gYWJvdXQgdGhlIHN5c3RlbSdzIG1lc3NhZ2luZyBjYXBhYmlsaXRpZXMgZm9yIHRoaXMgZW5kcG9pbnQgbm90IG90aGVyd2lzZSBkb2N1bWVudGVkIGJ5IHRoZSBjYXBhYmlsaXR5IHN0YXRlbWVudC4gIEZvciBleGFtcGxlLCB0aGUgcHJvY2VzcyBmb3IgYmVjb21pbmcgYW4gYXV0aG9yaXplZCBtZXNzYWdpbmcgZXhjaGFuZ2UgcGFydG5lci4gKi9cbiAgZG9jdW1lbnRhdGlvbj86IHN0cmluZztcblxuICAvKiogUmVmZXJlbmNlcyB0byBtZXNzYWdlIGRlZmluaXRpb25zIGZvciBtZXNzYWdlcyB0aGlzIHN5c3RlbSBjYW4gc2VuZCBvciByZWNlaXZlLiAqL1xuICBzdXBwb3J0ZWRNZXNzYWdlPzogQ2FwYWJpbGl0eVN0YXRlbWVudF9TdXBwb3J0ZWRNZXNzYWdlW107XG5cbiAgLyoqIEEgZGVzY3JpcHRpb24gb2YgdGhlIHNvbHV0aW9uJ3Mgc3VwcG9ydCBmb3IgYW4gZXZlbnQgYXQgdGhpcyBlbmQtcG9pbnQuICovXG4gIGV2ZW50PzogQ2FwYWJpbGl0eVN0YXRlbWVudF9FdmVudFtdO1xufVxuIl19
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Reference } from "./reference";
|
|
2
|
-
export interface CapabilityStatement_Operation {
|
|
3
|
-
/** The name of the operation or query. For an operation, this is the name prefixed with $ and used in the URL. For a query, this is the name used in the _query parameter when the query is called. */
|
|
4
|
-
name?: string;
|
|
5
|
-
/** Where the formal definition can be found. */
|
|
6
|
-
definition: Reference;
|
|
7
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9vcGVyYXRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2NhcGFiaWxpdHlzdGF0ZW1lbnRfb3BlcmF0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENhcGFiaWxpdHlTdGF0ZW1lbnRfT3BlcmF0aW9uIFR5cGVcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ2FwYWJpbGl0eVN0YXRlbWVudF9PcGVyYXRpb24ge1xuICAvKiogVGhlIG5hbWUgb2YgdGhlIG9wZXJhdGlvbiBvciBxdWVyeS4gRm9yIGFuIG9wZXJhdGlvbiwgdGhpcyBpcyB0aGUgbmFtZSAgcHJlZml4ZWQgd2l0aCAkIGFuZCB1c2VkIGluIHRoZSBVUkwuIEZvciBhIHF1ZXJ5LCB0aGlzIGlzIHRoZSBuYW1lIHVzZWQgaW4gdGhlIF9xdWVyeSBwYXJhbWV0ZXIgd2hlbiB0aGUgcXVlcnkgaXMgY2FsbGVkLiAqL1xuICBuYW1lPzogc3RyaW5nO1xuXG4gIC8qKiBXaGVyZSB0aGUgZm9ybWFsIGRlZmluaXRpb24gY2FuIGJlIGZvdW5kLiAqL1xuICBkZWZpbml0aW9uOiBSZWZlcmVuY2U7XG59XG4iXX0=
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import type { CapabilityStatement_Interaction } from "./capabilitystatement_interaction";
|
|
2
|
-
import type { CapabilityStatement_SearchParam } from "./capabilitystatement_searchparam";
|
|
3
|
-
import type { Reference } from "./reference";
|
|
4
|
-
export interface CapabilityStatement_Resource {
|
|
5
|
-
/** A type of resource exposed via the restful interface. */
|
|
6
|
-
type?: string;
|
|
7
|
-
/** A specification of the profile that describes the solution's overall support for the resource, including any constraints on cardinality, bindings, lengths or other limitations. See further discussion in [Using Profiles](profiling.html#profile-uses). */
|
|
8
|
-
profile?: Reference;
|
|
9
|
-
/** Additional information about the resource type used by the system. */
|
|
10
|
-
documentation?: string;
|
|
11
|
-
/** Identifies a restful operation supported by the solution. */
|
|
12
|
-
interaction: CapabilityStatement_Interaction[];
|
|
13
|
-
/** This field is set to no-version to specify that the system does not support (server) or use (client) versioning for this resource type. If this has some other value, the server must at least correctly track and populate the versionId meta-property on resources. If the value is 'versioned-update', then the server supports all the versioning features, including using e-tags for version integrity in the API. */
|
|
14
|
-
versioning?: "no-version" | "versioned" | "versioned-update";
|
|
15
|
-
/** A flag for whether the server is able to return past versions as part of the vRead operation. */
|
|
16
|
-
readHistory?: boolean;
|
|
17
|
-
/** A flag to indicate that the server allows or needs to allow the client to create new identities on the server (e.g. that is, the client PUTs to a location where there is no existing resource). Allowing this operation means that the server allows the client to create new identities on the server. */
|
|
18
|
-
updateCreate?: boolean;
|
|
19
|
-
/** A flag that indicates that the server supports conditional create. */
|
|
20
|
-
conditionalCreate?: boolean;
|
|
21
|
-
/** A code that indicates how the server supports conditional read. */
|
|
22
|
-
conditionalRead?: "not-supported" | "modified-since" | "not-match" | "full-support";
|
|
23
|
-
/** A flag that indicates that the server supports conditional update. */
|
|
24
|
-
conditionalUpdate?: boolean;
|
|
25
|
-
/** A code that indicates how the server supports conditional delete. */
|
|
26
|
-
conditionalDelete?: "not-supported" | "single" | "multiple";
|
|
27
|
-
/** A set of flags that defines how references are supported. */
|
|
28
|
-
referencePolicy?: "literal" | "logical" | "resolves" | "enforced" | "local";
|
|
29
|
-
/** A list of _include values supported by the server. */
|
|
30
|
-
searchInclude?: string[];
|
|
31
|
-
/** A list of _revinclude (reverse include) values supported by the server. */
|
|
32
|
-
searchRevInclude?: string[];
|
|
33
|
-
/** Search parameters for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation. */
|
|
34
|
-
searchParam?: CapabilityStatement_SearchParam[];
|
|
35
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9yZXNvdXJjZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvY2FwYWJpbGl0eXN0YXRlbWVudF9yZXNvdXJjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBDYXBhYmlsaXR5U3RhdGVtZW50X1Jlc291cmNlIFR5cGVcbmltcG9ydCB0eXBlIHsgQ2FwYWJpbGl0eVN0YXRlbWVudF9JbnRlcmFjdGlvbiB9IGZyb20gXCIuL2NhcGFiaWxpdHlzdGF0ZW1lbnRfaW50ZXJhY3Rpb25cIjtcbmltcG9ydCB0eXBlIHsgQ2FwYWJpbGl0eVN0YXRlbWVudF9TZWFyY2hQYXJhbSB9IGZyb20gXCIuL2NhcGFiaWxpdHlzdGF0ZW1lbnRfc2VhcmNocGFyYW1cIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ2FwYWJpbGl0eVN0YXRlbWVudF9SZXNvdXJjZSB7XG4gIC8qKiBBIHR5cGUgb2YgcmVzb3VyY2UgZXhwb3NlZCB2aWEgdGhlIHJlc3RmdWwgaW50ZXJmYWNlLiAqL1xuICB0eXBlPzogc3RyaW5nO1xuXG4gIC8qKiBBIHNwZWNpZmljYXRpb24gb2YgdGhlIHByb2ZpbGUgdGhhdCBkZXNjcmliZXMgdGhlIHNvbHV0aW9uJ3Mgb3ZlcmFsbCBzdXBwb3J0IGZvciB0aGUgcmVzb3VyY2UsIGluY2x1ZGluZyBhbnkgY29uc3RyYWludHMgb24gY2FyZGluYWxpdHksIGJpbmRpbmdzLCBsZW5ndGhzIG9yIG90aGVyIGxpbWl0YXRpb25zLiBTZWUgZnVydGhlciBkaXNjdXNzaW9uIGluIFtVc2luZyBQcm9maWxlc10ocHJvZmlsaW5nLmh0bWwjcHJvZmlsZS11c2VzKS4gKi9cbiAgcHJvZmlsZT86IFJlZmVyZW5jZTtcblxuICAvKiogQWRkaXRpb25hbCBpbmZvcm1hdGlvbiBhYm91dCB0aGUgcmVzb3VyY2UgdHlwZSB1c2VkIGJ5IHRoZSBzeXN0ZW0uICovXG4gIGRvY3VtZW50YXRpb24/OiBzdHJpbmc7XG5cbiAgLyoqIElkZW50aWZpZXMgYSByZXN0ZnVsIG9wZXJhdGlvbiBzdXBwb3J0ZWQgYnkgdGhlIHNvbHV0aW9uLiAqL1xuICBpbnRlcmFjdGlvbjogQ2FwYWJpbGl0eVN0YXRlbWVudF9JbnRlcmFjdGlvbltdO1xuXG4gIC8qKiBUaGlzIGZpZWxkIGlzIHNldCB0byBuby12ZXJzaW9uIHRvIHNwZWNpZnkgdGhhdCB0aGUgc3lzdGVtIGRvZXMgbm90IHN1cHBvcnQgKHNlcnZlcikgb3IgdXNlIChjbGllbnQpIHZlcnNpb25pbmcgZm9yIHRoaXMgcmVzb3VyY2UgdHlwZS4gSWYgdGhpcyBoYXMgc29tZSBvdGhlciB2YWx1ZSwgdGhlIHNlcnZlciBtdXN0IGF0IGxlYXN0IGNvcnJlY3RseSB0cmFjayBhbmQgcG9wdWxhdGUgdGhlIHZlcnNpb25JZCBtZXRhLXByb3BlcnR5IG9uIHJlc291cmNlcy4gSWYgdGhlIHZhbHVlIGlzICd2ZXJzaW9uZWQtdXBkYXRlJywgdGhlbiB0aGUgc2VydmVyIHN1cHBvcnRzIGFsbCB0aGUgdmVyc2lvbmluZyBmZWF0dXJlcywgaW5jbHVkaW5nIHVzaW5nIGUtdGFncyBmb3IgdmVyc2lvbiBpbnRlZ3JpdHkgaW4gdGhlIEFQSS4gKi9cbiAgdmVyc2lvbmluZz86IFwibm8tdmVyc2lvblwiIHwgXCJ2ZXJzaW9uZWRcIiB8IFwidmVyc2lvbmVkLXVwZGF0ZVwiO1xuXG4gIC8qKiBBIGZsYWcgZm9yIHdoZXRoZXIgdGhlIHNlcnZlciBpcyBhYmxlIHRvIHJldHVybiBwYXN0IHZlcnNpb25zIGFzIHBhcnQgb2YgdGhlIHZSZWFkIG9wZXJhdGlvbi4gKi9cbiAgcmVhZEhpc3Rvcnk/OiBib29sZWFuO1xuXG4gIC8qKiBBIGZsYWcgdG8gaW5kaWNhdGUgdGhhdCB0aGUgc2VydmVyIGFsbG93cyBvciBuZWVkcyB0byBhbGxvdyB0aGUgY2xpZW50IHRvIGNyZWF0ZSBuZXcgaWRlbnRpdGllcyBvbiB0aGUgc2VydmVyIChlLmcuIHRoYXQgaXMsIHRoZSBjbGllbnQgUFVUcyB0byBhIGxvY2F0aW9uIHdoZXJlIHRoZXJlIGlzIG5vIGV4aXN0aW5nIHJlc291cmNlKS4gQWxsb3dpbmcgdGhpcyBvcGVyYXRpb24gbWVhbnMgdGhhdCB0aGUgc2VydmVyIGFsbG93cyB0aGUgY2xpZW50IHRvIGNyZWF0ZSBuZXcgaWRlbnRpdGllcyBvbiB0aGUgc2VydmVyLiAqL1xuICB1cGRhdGVDcmVhdGU/OiBib29sZWFuO1xuXG4gIC8qKiBBIGZsYWcgdGhhdCBpbmRpY2F0ZXMgdGhhdCB0aGUgc2VydmVyIHN1cHBvcnRzIGNvbmRpdGlvbmFsIGNyZWF0ZS4gKi9cbiAgY29uZGl0aW9uYWxDcmVhdGU/OiBib29sZWFuO1xuXG4gIC8qKiBBIGNvZGUgdGhhdCBpbmRpY2F0ZXMgaG93IHRoZSBzZXJ2ZXIgc3VwcG9ydHMgY29uZGl0aW9uYWwgcmVhZC4gKi9cbiAgY29uZGl0aW9uYWxSZWFkPzpcbiAgICB8IFwibm90LXN1cHBvcnRlZFwiXG4gICAgfCBcIm1vZGlmaWVkLXNpbmNlXCJcbiAgICB8IFwibm90LW1hdGNoXCJcbiAgICB8IFwiZnVsbC1zdXBwb3J0XCI7XG5cbiAgLyoqIEEgZmxhZyB0aGF0IGluZGljYXRlcyB0aGF0IHRoZSBzZXJ2ZXIgc3VwcG9ydHMgY29uZGl0aW9uYWwgdXBkYXRlLiAqL1xuICBjb25kaXRpb25hbFVwZGF0ZT86IGJvb2xlYW47XG5cbiAgLyoqIEEgY29kZSB0aGF0IGluZGljYXRlcyBob3cgdGhlIHNlcnZlciBzdXBwb3J0cyBjb25kaXRpb25hbCBkZWxldGUuICovXG4gIGNvbmRpdGlvbmFsRGVsZXRlPzogXCJub3Qtc3VwcG9ydGVkXCIgfCBcInNpbmdsZVwiIHwgXCJtdWx0aXBsZVwiO1xuXG4gIC8qKiBBIHNldCBvZiBmbGFncyB0aGF0IGRlZmluZXMgaG93IHJlZmVyZW5jZXMgYXJlIHN1cHBvcnRlZC4gKi9cbiAgcmVmZXJlbmNlUG9saWN5PzogXCJsaXRlcmFsXCIgfCBcImxvZ2ljYWxcIiB8IFwicmVzb2x2ZXNcIiB8IFwiZW5mb3JjZWRcIiB8IFwibG9jYWxcIjtcblxuICAvKiogQSBsaXN0IG9mIF9pbmNsdWRlIHZhbHVlcyBzdXBwb3J0ZWQgYnkgdGhlIHNlcnZlci4gKi9cbiAgc2VhcmNoSW5jbHVkZT86IHN0cmluZ1tdO1xuXG4gIC8qKiBBIGxpc3Qgb2YgX3JldmluY2x1ZGUgKHJldmVyc2UgaW5jbHVkZSkgdmFsdWVzIHN1cHBvcnRlZCBieSB0aGUgc2VydmVyLiAqL1xuICBzZWFyY2hSZXZJbmNsdWRlPzogc3RyaW5nW107XG5cbiAgLyoqIFNlYXJjaCBwYXJhbWV0ZXJzIGZvciBpbXBsZW1lbnRhdGlvbnMgdG8gc3VwcG9ydCBhbmQvb3IgbWFrZSB1c2Ugb2YgLSBlaXRoZXIgcmVmZXJlbmNlcyB0byBvbmVzIGRlZmluZWQgaW4gdGhlIHNwZWNpZmljYXRpb24sIG9yIGFkZGl0aW9uYWwgb25lcyBkZWZpbmVkIGZvci9ieSB0aGUgaW1wbGVtZW50YXRpb24uICovXG4gIHNlYXJjaFBhcmFtPzogQ2FwYWJpbGl0eVN0YXRlbWVudF9TZWFyY2hQYXJhbVtdO1xufVxuIl19
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import type { CapabilityStatement_Interaction1 } from "./capabilitystatement_interaction1";
|
|
2
|
-
import type { CapabilityStatement_Operation } from "./capabilitystatement_operation";
|
|
3
|
-
import type { CapabilityStatement_Resource } from "./capabilitystatement_resource";
|
|
4
|
-
import type { CapabilityStatement_SearchParam } from "./capabilitystatement_searchparam";
|
|
5
|
-
import type { CapabilityStatement_Security } from "./capabilitystatement_security";
|
|
6
|
-
export interface CapabilityStatement_Rest {
|
|
7
|
-
/** Identifies whether this portion of the statement is describing the ability to initiate or receive restful operations. */
|
|
8
|
-
mode?: "client" | "server";
|
|
9
|
-
/** Information about the system's restful capabilities that apply across all applications, such as security. */
|
|
10
|
-
documentation?: string;
|
|
11
|
-
/** Information about security implementation from an interface perspective - what a client needs to know. */
|
|
12
|
-
security?: CapabilityStatement_Security;
|
|
13
|
-
/** A specification of the restful capabilities of the solution for a specific resource type. */
|
|
14
|
-
resource?: CapabilityStatement_Resource[];
|
|
15
|
-
/** A specification of restful operations supported by the system. */
|
|
16
|
-
interaction?: CapabilityStatement_Interaction1[];
|
|
17
|
-
/** Search parameters that are supported for searching all resources for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation. */
|
|
18
|
-
searchParam?: CapabilityStatement_SearchParam[];
|
|
19
|
-
/** Definition of an operation or a named query together with its parameters and their meaning and type. */
|
|
20
|
-
operation?: CapabilityStatement_Operation[];
|
|
21
|
-
/** An absolute URI which is a reference to the definition of a compartment that the system supports. The reference is to a CompartmentDefinition resource by its canonical URL . */
|
|
22
|
-
compartment?: string[];
|
|
23
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9yZXN0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9jYXBhYmlsaXR5c3RhdGVtZW50X3Jlc3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ2FwYWJpbGl0eVN0YXRlbWVudF9SZXN0IFR5cGVcbmltcG9ydCB0eXBlIHsgQ2FwYWJpbGl0eVN0YXRlbWVudF9JbnRlcmFjdGlvbjEgfSBmcm9tIFwiLi9jYXBhYmlsaXR5c3RhdGVtZW50X2ludGVyYWN0aW9uMVwiO1xuaW1wb3J0IHR5cGUgeyBDYXBhYmlsaXR5U3RhdGVtZW50X09wZXJhdGlvbiB9IGZyb20gXCIuL2NhcGFiaWxpdHlzdGF0ZW1lbnRfb3BlcmF0aW9uXCI7XG5pbXBvcnQgdHlwZSB7IENhcGFiaWxpdHlTdGF0ZW1lbnRfUmVzb3VyY2UgfSBmcm9tIFwiLi9jYXBhYmlsaXR5c3RhdGVtZW50X3Jlc291cmNlXCI7XG5pbXBvcnQgdHlwZSB7IENhcGFiaWxpdHlTdGF0ZW1lbnRfU2VhcmNoUGFyYW0gfSBmcm9tIFwiLi9jYXBhYmlsaXR5c3RhdGVtZW50X3NlYXJjaHBhcmFtXCI7XG5pbXBvcnQgdHlwZSB7IENhcGFiaWxpdHlTdGF0ZW1lbnRfU2VjdXJpdHkgfSBmcm9tIFwiLi9jYXBhYmlsaXR5c3RhdGVtZW50X3NlY3VyaXR5XCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ2FwYWJpbGl0eVN0YXRlbWVudF9SZXN0IHtcbiAgLyoqIElkZW50aWZpZXMgd2hldGhlciB0aGlzIHBvcnRpb24gb2YgdGhlIHN0YXRlbWVudCBpcyBkZXNjcmliaW5nIHRoZSBhYmlsaXR5IHRvIGluaXRpYXRlIG9yIHJlY2VpdmUgcmVzdGZ1bCBvcGVyYXRpb25zLiAqL1xuICBtb2RlPzogXCJjbGllbnRcIiB8IFwic2VydmVyXCI7XG5cbiAgLyoqIEluZm9ybWF0aW9uIGFib3V0IHRoZSBzeXN0ZW0ncyByZXN0ZnVsIGNhcGFiaWxpdGllcyB0aGF0IGFwcGx5IGFjcm9zcyBhbGwgYXBwbGljYXRpb25zLCBzdWNoIGFzIHNlY3VyaXR5LiAqL1xuICBkb2N1bWVudGF0aW9uPzogc3RyaW5nO1xuXG4gIC8qKiBJbmZvcm1hdGlvbiBhYm91dCBzZWN1cml0eSBpbXBsZW1lbnRhdGlvbiBmcm9tIGFuIGludGVyZmFjZSBwZXJzcGVjdGl2ZSAtIHdoYXQgYSBjbGllbnQgbmVlZHMgdG8ga25vdy4gKi9cbiAgc2VjdXJpdHk/OiBDYXBhYmlsaXR5U3RhdGVtZW50X1NlY3VyaXR5O1xuXG4gIC8qKiBBIHNwZWNpZmljYXRpb24gb2YgdGhlIHJlc3RmdWwgY2FwYWJpbGl0aWVzIG9mIHRoZSBzb2x1dGlvbiBmb3IgYSBzcGVjaWZpYyByZXNvdXJjZSB0eXBlLiAqL1xuICByZXNvdXJjZT86IENhcGFiaWxpdHlTdGF0ZW1lbnRfUmVzb3VyY2VbXTtcblxuICAvKiogQSBzcGVjaWZpY2F0aW9uIG9mIHJlc3RmdWwgb3BlcmF0aW9ucyBzdXBwb3J0ZWQgYnkgdGhlIHN5c3RlbS4gKi9cbiAgaW50ZXJhY3Rpb24/OiBDYXBhYmlsaXR5U3RhdGVtZW50X0ludGVyYWN0aW9uMVtdO1xuXG4gIC8qKiBTZWFyY2ggcGFyYW1ldGVycyB0aGF0IGFyZSBzdXBwb3J0ZWQgZm9yIHNlYXJjaGluZyBhbGwgcmVzb3VyY2VzIGZvciBpbXBsZW1lbnRhdGlvbnMgdG8gc3VwcG9ydCBhbmQvb3IgbWFrZSB1c2Ugb2YgLSBlaXRoZXIgcmVmZXJlbmNlcyB0byBvbmVzIGRlZmluZWQgaW4gdGhlIHNwZWNpZmljYXRpb24sIG9yIGFkZGl0aW9uYWwgb25lcyBkZWZpbmVkIGZvci9ieSB0aGUgaW1wbGVtZW50YXRpb24uICovXG4gIHNlYXJjaFBhcmFtPzogQ2FwYWJpbGl0eVN0YXRlbWVudF9TZWFyY2hQYXJhbVtdO1xuXG4gIC8qKiBEZWZpbml0aW9uIG9mIGFuIG9wZXJhdGlvbiBvciBhIG5hbWVkIHF1ZXJ5IHRvZ2V0aGVyIHdpdGggaXRzIHBhcmFtZXRlcnMgYW5kIHRoZWlyIG1lYW5pbmcgYW5kIHR5cGUuICovXG4gIG9wZXJhdGlvbj86IENhcGFiaWxpdHlTdGF0ZW1lbnRfT3BlcmF0aW9uW107XG5cbiAgLyoqIEFuIGFic29sdXRlIFVSSSB3aGljaCBpcyBhIHJlZmVyZW5jZSB0byB0aGUgZGVmaW5pdGlvbiBvZiBhIGNvbXBhcnRtZW50IHRoYXQgdGhlIHN5c3RlbSBzdXBwb3J0cy4gVGhlIHJlZmVyZW5jZSBpcyB0byBhIENvbXBhcnRtZW50RGVmaW5pdGlvbiByZXNvdXJjZSBieSBpdHMgY2Fub25pY2FsIFVSTCAuICovXG4gIGNvbXBhcnRtZW50Pzogc3RyaW5nW107XG59XG4iXX0=
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export interface CapabilityStatement_SearchParam {
|
|
2
|
-
/** The name of the search parameter used in the interface. */
|
|
3
|
-
name?: string;
|
|
4
|
-
/** An absolute URI that is a formal reference to where this parameter was first defined, so that a client can be confident of the meaning of the search parameter (a reference to [[[SearchParameter.url]]]). */
|
|
5
|
-
definition?: string;
|
|
6
|
-
/** The type of value a search parameter refers to, and how the content is interpreted. */
|
|
7
|
-
type?: "number" | "date" | "string" | "token" | "reference" | "composite" | "quantity" | "uri";
|
|
8
|
-
/** This allows documentation of any distinct behaviors about how the search parameter is used. For example, text matching algorithms. */
|
|
9
|
-
documentation?: string;
|
|
10
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// FHIR CapabilityStatement_SearchParam Type
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9zZWFyY2hwYXJhbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvY2FwYWJpbGl0eXN0YXRlbWVudF9zZWFyY2hwYXJhbS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsNENBQTRDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBDYXBhYmlsaXR5U3RhdGVtZW50X1NlYXJjaFBhcmFtIFR5cGVcblxuZXhwb3J0IGludGVyZmFjZSBDYXBhYmlsaXR5U3RhdGVtZW50X1NlYXJjaFBhcmFtIHtcbiAgLyoqIFRoZSBuYW1lIG9mIHRoZSBzZWFyY2ggcGFyYW1ldGVyIHVzZWQgaW4gdGhlIGludGVyZmFjZS4gKi9cbiAgbmFtZT86IHN0cmluZztcblxuICAvKiogQW4gYWJzb2x1dGUgVVJJIHRoYXQgaXMgYSBmb3JtYWwgcmVmZXJlbmNlIHRvIHdoZXJlIHRoaXMgcGFyYW1ldGVyIHdhcyBmaXJzdCBkZWZpbmVkLCBzbyB0aGF0IGEgY2xpZW50IGNhbiBiZSBjb25maWRlbnQgb2YgdGhlIG1lYW5pbmcgb2YgdGhlIHNlYXJjaCBwYXJhbWV0ZXIgKGEgcmVmZXJlbmNlIHRvIFtbW1NlYXJjaFBhcmFtZXRlci51cmxdXV0pLiAqL1xuICBkZWZpbml0aW9uPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgdHlwZSBvZiB2YWx1ZSBhIHNlYXJjaCBwYXJhbWV0ZXIgcmVmZXJzIHRvLCBhbmQgaG93IHRoZSBjb250ZW50IGlzIGludGVycHJldGVkLiAqL1xuICB0eXBlPzpcbiAgICB8IFwibnVtYmVyXCJcbiAgICB8IFwiZGF0ZVwiXG4gICAgfCBcInN0cmluZ1wiXG4gICAgfCBcInRva2VuXCJcbiAgICB8IFwicmVmZXJlbmNlXCJcbiAgICB8IFwiY29tcG9zaXRlXCJcbiAgICB8IFwicXVhbnRpdHlcIlxuICAgIHwgXCJ1cmlcIjtcblxuICAvKiogVGhpcyBhbGxvd3MgZG9jdW1lbnRhdGlvbiBvZiBhbnkgZGlzdGluY3QgYmVoYXZpb3JzIGFib3V0IGhvdyB0aGUgc2VhcmNoIHBhcmFtZXRlciBpcyB1c2VkLiAgRm9yIGV4YW1wbGUsIHRleHQgbWF0Y2hpbmcgYWxnb3JpdGhtcy4gKi9cbiAgZG9jdW1lbnRhdGlvbj86IHN0cmluZztcbn1cbiJdfQ==
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { CapabilityStatement_Certificate } from "./capabilitystatement_certificate";
|
|
2
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
-
export interface CapabilityStatement_Security {
|
|
4
|
-
/** Server adds CORS headers when responding to requests - this enables javascript applications to use the server. */
|
|
5
|
-
cors?: boolean;
|
|
6
|
-
/** Types of security services that are supported/required by the system. */
|
|
7
|
-
service?: CodeableConcept[];
|
|
8
|
-
/** General description of how security works. */
|
|
9
|
-
description?: string;
|
|
10
|
-
/** Certificates associated with security profiles. */
|
|
11
|
-
certificate?: CapabilityStatement_Certificate[];
|
|
12
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9zZWN1cml0eS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvY2FwYWJpbGl0eXN0YXRlbWVudF9zZWN1cml0eS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBDYXBhYmlsaXR5U3RhdGVtZW50X1NlY3VyaXR5IFR5cGVcbmltcG9ydCB0eXBlIHsgQ2FwYWJpbGl0eVN0YXRlbWVudF9DZXJ0aWZpY2F0ZSB9IGZyb20gXCIuL2NhcGFiaWxpdHlzdGF0ZW1lbnRfY2VydGlmaWNhdGVcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ2FwYWJpbGl0eVN0YXRlbWVudF9TZWN1cml0eSB7XG4gIC8qKiBTZXJ2ZXIgYWRkcyBDT1JTIGhlYWRlcnMgd2hlbiByZXNwb25kaW5nIHRvIHJlcXVlc3RzIC0gdGhpcyBlbmFibGVzIGphdmFzY3JpcHQgYXBwbGljYXRpb25zIHRvIHVzZSB0aGUgc2VydmVyLiAqL1xuICBjb3JzPzogYm9vbGVhbjtcblxuICAvKiogVHlwZXMgb2Ygc2VjdXJpdHkgc2VydmljZXMgdGhhdCBhcmUgc3VwcG9ydGVkL3JlcXVpcmVkIGJ5IHRoZSBzeXN0ZW0uICovXG4gIHNlcnZpY2U/OiBDb2RlYWJsZUNvbmNlcHRbXTtcblxuICAvKiogR2VuZXJhbCBkZXNjcmlwdGlvbiBvZiBob3cgc2VjdXJpdHkgd29ya3MuICovXG4gIGRlc2NyaXB0aW9uPzogc3RyaW5nO1xuXG4gIC8qKiBDZXJ0aWZpY2F0ZXMgYXNzb2NpYXRlZCB3aXRoIHNlY3VyaXR5IHByb2ZpbGVzLiAqL1xuICBjZXJ0aWZpY2F0ZT86IENhcGFiaWxpdHlTdGF0ZW1lbnRfQ2VydGlmaWNhdGVbXTtcbn1cbiJdfQ==
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export interface CapabilityStatement_Software {
|
|
2
|
-
/** Name software is known by. */
|
|
3
|
-
name?: string;
|
|
4
|
-
/** The version identifier for the software covered by this statement. */
|
|
5
|
-
version?: string;
|
|
6
|
-
/** Date this version of the software was released. */
|
|
7
|
-
releaseDate?: string;
|
|
8
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// FHIR CapabilityStatement_Software Type
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9zb2Z0d2FyZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvY2FwYWJpbGl0eXN0YXRlbWVudF9zb2Z0d2FyZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEseUNBQXlDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBDYXBhYmlsaXR5U3RhdGVtZW50X1NvZnR3YXJlIFR5cGVcblxuZXhwb3J0IGludGVyZmFjZSBDYXBhYmlsaXR5U3RhdGVtZW50X1NvZnR3YXJlIHtcbiAgLyoqIE5hbWUgc29mdHdhcmUgaXMga25vd24gYnkuICovXG4gIG5hbWU/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSB2ZXJzaW9uIGlkZW50aWZpZXIgZm9yIHRoZSBzb2Z0d2FyZSBjb3ZlcmVkIGJ5IHRoaXMgc3RhdGVtZW50LiAqL1xuICB2ZXJzaW9uPzogc3RyaW5nO1xuXG4gIC8qKiBEYXRlIHRoaXMgdmVyc2lvbiBvZiB0aGUgc29mdHdhcmUgd2FzIHJlbGVhc2VkLiAqL1xuICByZWxlYXNlRGF0ZT86IHN0cmluZztcbn1cbiJdfQ==
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Reference } from "./reference";
|
|
2
|
-
export interface CapabilityStatement_SupportedMessage {
|
|
3
|
-
/** The mode of this event declaration - whether application is sender or receiver. */
|
|
4
|
-
mode?: "sender" | "receiver";
|
|
5
|
-
/** Points to a message definition that identifies the messaging event, message structure, allowed responses, etc. */
|
|
6
|
-
definition: Reference;
|
|
7
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9zdXBwb3J0ZWRtZXNzYWdlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9jYXBhYmlsaXR5c3RhdGVtZW50X3N1cHBvcnRlZG1lc3NhZ2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ2FwYWJpbGl0eVN0YXRlbWVudF9TdXBwb3J0ZWRNZXNzYWdlIFR5cGVcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ2FwYWJpbGl0eVN0YXRlbWVudF9TdXBwb3J0ZWRNZXNzYWdlIHtcbiAgLyoqIFRoZSBtb2RlIG9mIHRoaXMgZXZlbnQgZGVjbGFyYXRpb24gLSB3aGV0aGVyIGFwcGxpY2F0aW9uIGlzIHNlbmRlciBvciByZWNlaXZlci4gKi9cbiAgbW9kZT86IFwic2VuZGVyXCIgfCBcInJlY2VpdmVyXCI7XG5cbiAgLyoqIFBvaW50cyB0byBhIG1lc3NhZ2UgZGVmaW5pdGlvbiB0aGF0IGlkZW50aWZpZXMgdGhlIG1lc3NhZ2luZyBldmVudCwgbWVzc2FnZSBzdHJ1Y3R1cmUsIGFsbG93ZWQgcmVzcG9uc2VzLCBldGMuICovXG4gIGRlZmluaXRpb246IFJlZmVyZW5jZTtcbn1cbiJdfQ==
|
package/lib/ehr/careplan.d.ts
DELETED
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import type { Annotation } from "./annotation";
|
|
2
|
-
import type { CarePlan_Activity } from "./careplan_activity";
|
|
3
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
4
|
-
import type { Identifier } from "./identifier";
|
|
5
|
-
import type { Period } from "./period";
|
|
6
|
-
import type { Reference } from "./reference";
|
|
7
|
-
export interface CarePlan {
|
|
8
|
-
/** This is a CarePlan resource */
|
|
9
|
-
resourceType: "CarePlan";
|
|
10
|
-
/** This records identifiers associated with this care plan that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation). */
|
|
11
|
-
identifier?: Identifier[];
|
|
12
|
-
/** Identifies the protocol, questionnaire, guideline or other specification the care plan should be conducted in accordance with. */
|
|
13
|
-
definition?: Reference[];
|
|
14
|
-
/** A care plan that is fulfilled in whole or in part by this care plan. */
|
|
15
|
-
basedOn?: Reference[];
|
|
16
|
-
/** Completed or terminated care plan whose function is taken by this new care plan. */
|
|
17
|
-
replaces?: Reference[];
|
|
18
|
-
/** A larger care plan of which this particular care plan is a component or step. */
|
|
19
|
-
partOf?: Reference[];
|
|
20
|
-
/** Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record. */
|
|
21
|
-
status?: "draft" | "active" | "suspended" | "completed" | "entered-in-error" | "cancelled" | "unknown";
|
|
22
|
-
/** Indicates the level of authority/intentionality associated with the care plan and where the care plan fits into the workflow chain. */
|
|
23
|
-
intent?: "proposal" | "plan" | "order" | "option";
|
|
24
|
-
/** Identifies what "kind" of plan this is to support differentiation between multiple co-existing plans; e.g. "Home health", "psychiatric", "asthma", "disease management", "wellness plan", etc. */
|
|
25
|
-
category?: CodeableConcept[];
|
|
26
|
-
/** Human-friendly name for the CarePlan. */
|
|
27
|
-
title?: string;
|
|
28
|
-
/** A description of the scope and nature of the plan. */
|
|
29
|
-
description?: string;
|
|
30
|
-
/** Identifies the patient or group whose intended care is described by the plan. */
|
|
31
|
-
subject: Reference;
|
|
32
|
-
/** Identifies the original context in which this particular CarePlan was created. */
|
|
33
|
-
context?: Reference;
|
|
34
|
-
/** Indicates when the plan did (or is intended to) come into effect and end. */
|
|
35
|
-
period?: Period;
|
|
36
|
-
/** Identifies the individual(s) or ogranization who is responsible for the content of the care plan. */
|
|
37
|
-
author?: Reference[];
|
|
38
|
-
/** Identifies all people and organizations who are expected to be involved in the care envisioned by this plan. */
|
|
39
|
-
careTeam?: Reference[];
|
|
40
|
-
/** Identifies the conditions/problems/concerns/diagnoses/etc. whose management and/or mitigation are handled by this plan. */
|
|
41
|
-
addresses?: Reference[];
|
|
42
|
-
/** Identifies portions of the patient's record that specifically influenced the formation of the plan. These might include co-morbidities, recent procedures, limitations, recent assessments, etc. */
|
|
43
|
-
supportingInfo?: Reference[];
|
|
44
|
-
/** Describes the intended objective(s) of carrying out the care plan. */
|
|
45
|
-
goal?: Reference[];
|
|
46
|
-
/** Identifies a planned action to occur as part of the plan. For example, a medication to be used, lab tests to perform, self-monitoring, education, etc. */
|
|
47
|
-
activity?: CarePlan_Activity[];
|
|
48
|
-
/** General notes about the care plan not covered elsewhere. */
|
|
49
|
-
note?: Annotation[];
|
|
50
|
-
}
|
package/lib/ehr/careplan.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZXBsYW4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2NhcmVwbGFuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENhcmVQbGFuIFR5cGVcbmltcG9ydCB0eXBlIHsgQW5ub3RhdGlvbiB9IGZyb20gXCIuL2Fubm90YXRpb25cIjtcbmltcG9ydCB0eXBlIHsgQ2FyZVBsYW5fQWN0aXZpdHkgfSBmcm9tIFwiLi9jYXJlcGxhbl9hY3Rpdml0eVwiO1xuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgSWRlbnRpZmllciB9IGZyb20gXCIuL2lkZW50aWZpZXJcIjtcbmltcG9ydCB0eXBlIHsgUGVyaW9kIH0gZnJvbSBcIi4vcGVyaW9kXCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENhcmVQbGFuIHtcbiAgLyoqIFRoaXMgaXMgYSBDYXJlUGxhbiByZXNvdXJjZSAqL1xuICByZXNvdXJjZVR5cGU6IFwiQ2FyZVBsYW5cIjtcblxuICAvKiogVGhpcyByZWNvcmRzIGlkZW50aWZpZXJzIGFzc29jaWF0ZWQgd2l0aCB0aGlzIGNhcmUgcGxhbiB0aGF0IGFyZSBkZWZpbmVkIGJ5IGJ1c2luZXNzIHByb2Nlc3NlcyBhbmQvb3IgdXNlZCB0byByZWZlciB0byBpdCB3aGVuIGEgZGlyZWN0IFVSTCByZWZlcmVuY2UgdG8gdGhlIHJlc291cmNlIGl0c2VsZiBpcyBub3QgYXBwcm9wcmlhdGUgKGUuZy4gaW4gQ0RBIGRvY3VtZW50cywgb3IgaW4gd3JpdHRlbiAvIHByaW50ZWQgZG9jdW1lbnRhdGlvbikuICovXG4gIGlkZW50aWZpZXI/OiBJZGVudGlmaWVyW107XG5cbiAgLyoqIElkZW50aWZpZXMgdGhlIHByb3RvY29sLCBxdWVzdGlvbm5haXJlLCBndWlkZWxpbmUgb3Igb3RoZXIgc3BlY2lmaWNhdGlvbiB0aGUgY2FyZSBwbGFuIHNob3VsZCBiZSBjb25kdWN0ZWQgaW4gYWNjb3JkYW5jZSB3aXRoLiAqL1xuICBkZWZpbml0aW9uPzogUmVmZXJlbmNlW107XG5cbiAgLyoqIEEgY2FyZSBwbGFuIHRoYXQgaXMgZnVsZmlsbGVkIGluIHdob2xlIG9yIGluIHBhcnQgYnkgdGhpcyBjYXJlIHBsYW4uICovXG4gIGJhc2VkT24/OiBSZWZlcmVuY2VbXTtcblxuICAvKiogQ29tcGxldGVkIG9yIHRlcm1pbmF0ZWQgY2FyZSBwbGFuIHdob3NlIGZ1bmN0aW9uIGlzIHRha2VuIGJ5IHRoaXMgbmV3IGNhcmUgcGxhbi4gKi9cbiAgcmVwbGFjZXM/OiBSZWZlcmVuY2VbXTtcblxuICAvKiogQSBsYXJnZXIgY2FyZSBwbGFuIG9mIHdoaWNoIHRoaXMgcGFydGljdWxhciBjYXJlIHBsYW4gaXMgYSBjb21wb25lbnQgb3Igc3RlcC4gKi9cbiAgcGFydE9mPzogUmVmZXJlbmNlW107XG5cbiAgLyoqIEluZGljYXRlcyB3aGV0aGVyIHRoZSBwbGFuIGlzIGN1cnJlbnRseSBiZWluZyBhY3RlZCB1cG9uLCByZXByZXNlbnRzIGZ1dHVyZSBpbnRlbnRpb25zIG9yIGlzIG5vdyBhIGhpc3RvcmljYWwgcmVjb3JkLiAqL1xuICBzdGF0dXM/OlxuICAgIHwgXCJkcmFmdFwiXG4gICAgfCBcImFjdGl2ZVwiXG4gICAgfCBcInN1c3BlbmRlZFwiXG4gICAgfCBcImNvbXBsZXRlZFwiXG4gICAgfCBcImVudGVyZWQtaW4tZXJyb3JcIlxuICAgIHwgXCJjYW5jZWxsZWRcIlxuICAgIHwgXCJ1bmtub3duXCI7XG5cbiAgLyoqIEluZGljYXRlcyB0aGUgbGV2ZWwgb2YgYXV0aG9yaXR5L2ludGVudGlvbmFsaXR5IGFzc29jaWF0ZWQgd2l0aCB0aGUgY2FyZSBwbGFuIGFuZCB3aGVyZSB0aGUgY2FyZSBwbGFuIGZpdHMgaW50byB0aGUgd29ya2Zsb3cgY2hhaW4uICovXG4gIGludGVudD86IFwicHJvcG9zYWxcIiB8IFwicGxhblwiIHwgXCJvcmRlclwiIHwgXCJvcHRpb25cIjtcblxuICAvKiogSWRlbnRpZmllcyB3aGF0IFwia2luZFwiIG9mIHBsYW4gdGhpcyBpcyB0byBzdXBwb3J0IGRpZmZlcmVudGlhdGlvbiBiZXR3ZWVuIG11bHRpcGxlIGNvLWV4aXN0aW5nIHBsYW5zOyBlLmcuIFwiSG9tZSBoZWFsdGhcIiwgXCJwc3ljaGlhdHJpY1wiLCBcImFzdGhtYVwiLCBcImRpc2Vhc2UgbWFuYWdlbWVudFwiLCBcIndlbGxuZXNzIHBsYW5cIiwgZXRjLiAqL1xuICBjYXRlZ29yeT86IENvZGVhYmxlQ29uY2VwdFtdO1xuXG4gIC8qKiBIdW1hbi1mcmllbmRseSBuYW1lIGZvciB0aGUgQ2FyZVBsYW4uICovXG4gIHRpdGxlPzogc3RyaW5nO1xuXG4gIC8qKiBBIGRlc2NyaXB0aW9uIG9mIHRoZSBzY29wZSBhbmQgbmF0dXJlIG9mIHRoZSBwbGFuLiAqL1xuICBkZXNjcmlwdGlvbj86IHN0cmluZztcblxuICAvKiogSWRlbnRpZmllcyB0aGUgcGF0aWVudCBvciBncm91cCB3aG9zZSBpbnRlbmRlZCBjYXJlIGlzIGRlc2NyaWJlZCBieSB0aGUgcGxhbi4gKi9cbiAgc3ViamVjdDogUmVmZXJlbmNlO1xuXG4gIC8qKiBJZGVudGlmaWVzIHRoZSBvcmlnaW5hbCBjb250ZXh0IGluIHdoaWNoIHRoaXMgcGFydGljdWxhciBDYXJlUGxhbiB3YXMgY3JlYXRlZC4gKi9cbiAgY29udGV4dD86IFJlZmVyZW5jZTtcblxuICAvKiogSW5kaWNhdGVzIHdoZW4gdGhlIHBsYW4gZGlkIChvciBpcyBpbnRlbmRlZCB0bykgY29tZSBpbnRvIGVmZmVjdCBhbmQgZW5kLiAqL1xuICBwZXJpb2Q/OiBQZXJpb2Q7XG5cbiAgLyoqIElkZW50aWZpZXMgdGhlIGluZGl2aWR1YWwocykgb3Igb2dyYW5pemF0aW9uIHdobyBpcyByZXNwb25zaWJsZSBmb3IgdGhlIGNvbnRlbnQgb2YgdGhlIGNhcmUgcGxhbi4gKi9cbiAgYXV0aG9yPzogUmVmZXJlbmNlW107XG5cbiAgLyoqIElkZW50aWZpZXMgYWxsIHBlb3BsZSBhbmQgb3JnYW5pemF0aW9ucyB3aG8gYXJlIGV4cGVjdGVkIHRvIGJlIGludm9sdmVkIGluIHRoZSBjYXJlIGVudmlzaW9uZWQgYnkgdGhpcyBwbGFuLiAqL1xuICBjYXJlVGVhbT86IFJlZmVyZW5jZVtdO1xuXG4gIC8qKiBJZGVudGlmaWVzIHRoZSBjb25kaXRpb25zL3Byb2JsZW1zL2NvbmNlcm5zL2RpYWdub3Nlcy9ldGMuIHdob3NlIG1hbmFnZW1lbnQgYW5kL29yIG1pdGlnYXRpb24gYXJlIGhhbmRsZWQgYnkgdGhpcyBwbGFuLiAqL1xuICBhZGRyZXNzZXM/OiBSZWZlcmVuY2VbXTtcblxuICAvKiogSWRlbnRpZmllcyBwb3J0aW9ucyBvZiB0aGUgcGF0aWVudCdzIHJlY29yZCB0aGF0IHNwZWNpZmljYWxseSBpbmZsdWVuY2VkIHRoZSBmb3JtYXRpb24gb2YgdGhlIHBsYW4uICBUaGVzZSBtaWdodCBpbmNsdWRlIGNvLW1vcmJpZGl0aWVzLCByZWNlbnQgcHJvY2VkdXJlcywgbGltaXRhdGlvbnMsIHJlY2VudCBhc3Nlc3NtZW50cywgZXRjLiAqL1xuICBzdXBwb3J0aW5nSW5mbz86IFJlZmVyZW5jZVtdO1xuXG4gIC8qKiBEZXNjcmliZXMgdGhlIGludGVuZGVkIG9iamVjdGl2ZShzKSBvZiBjYXJyeWluZyBvdXQgdGhlIGNhcmUgcGxhbi4gKi9cbiAgZ29hbD86IFJlZmVyZW5jZVtdO1xuXG4gIC8qKiBJZGVudGlmaWVzIGEgcGxhbm5lZCBhY3Rpb24gdG8gb2NjdXIgYXMgcGFydCBvZiB0aGUgcGxhbi4gIEZvciBleGFtcGxlLCBhIG1lZGljYXRpb24gdG8gYmUgdXNlZCwgbGFiIHRlc3RzIHRvIHBlcmZvcm0sIHNlbGYtbW9uaXRvcmluZywgZWR1Y2F0aW9uLCBldGMuICovXG4gIGFjdGl2aXR5PzogQ2FyZVBsYW5fQWN0aXZpdHlbXTtcblxuICAvKiogR2VuZXJhbCBub3RlcyBhYm91dCB0aGUgY2FyZSBwbGFuIG5vdCBjb3ZlcmVkIGVsc2V3aGVyZS4gKi9cbiAgbm90ZT86IEFubm90YXRpb25bXTtcbn1cbiJdfQ==
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { Annotation } from "./annotation";
|
|
2
|
-
import type { CarePlan_Detail } from "./careplan_detail";
|
|
3
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
4
|
-
import type { Reference } from "./reference";
|
|
5
|
-
export interface CarePlan_Activity {
|
|
6
|
-
/** Identifies the outcome at the point when the status of the activity is assessed. For example, the outcome of an education activity could be patient understands (or not). */
|
|
7
|
-
outcomeCodeableConcept?: CodeableConcept[];
|
|
8
|
-
/** Details of the outcome or action resulting from the activity. The reference to an "event" resource, such as Procedure or Encounter or Observation, is the result/outcome of the activity itself. The activity can be conveyed using CarePlan.activity.detail OR using the CarePlan.activity.reference (a reference to a “request” resource). */
|
|
9
|
-
outcomeReference?: Reference[];
|
|
10
|
-
/** Notes about the adherence/status/progress of the activity. */
|
|
11
|
-
progress?: Annotation[];
|
|
12
|
-
/** The details of the proposed activity represented in a specific resource. */
|
|
13
|
-
reference?: Reference;
|
|
14
|
-
/** A simple summary of a planned activity suitable for a general care plan system (e.g. form driven) that doesn't know about specific resources such as procedure etc. */
|
|
15
|
-
detail?: CarePlan_Detail;
|
|
16
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZXBsYW5fYWN0aXZpdHkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2NhcmVwbGFuX2FjdGl2aXR5LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENhcmVQbGFuX0FjdGl2aXR5IFR5cGVcbmltcG9ydCB0eXBlIHsgQW5ub3RhdGlvbiB9IGZyb20gXCIuL2Fubm90YXRpb25cIjtcbmltcG9ydCB0eXBlIHsgQ2FyZVBsYW5fRGV0YWlsIH0gZnJvbSBcIi4vY2FyZXBsYW5fZGV0YWlsXCI7XG5pbXBvcnQgdHlwZSB7IENvZGVhYmxlQ29uY2VwdCB9IGZyb20gXCIuL2NvZGVhYmxlY29uY2VwdFwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDYXJlUGxhbl9BY3Rpdml0eSB7XG4gIC8qKiBJZGVudGlmaWVzIHRoZSBvdXRjb21lIGF0IHRoZSBwb2ludCB3aGVuIHRoZSBzdGF0dXMgb2YgdGhlIGFjdGl2aXR5IGlzIGFzc2Vzc2VkLiAgRm9yIGV4YW1wbGUsIHRoZSBvdXRjb21lIG9mIGFuIGVkdWNhdGlvbiBhY3Rpdml0eSBjb3VsZCBiZSBwYXRpZW50IHVuZGVyc3RhbmRzIChvciBub3QpLiAqL1xuICBvdXRjb21lQ29kZWFibGVDb25jZXB0PzogQ29kZWFibGVDb25jZXB0W107XG5cbiAgLyoqIERldGFpbHMgb2YgdGhlIG91dGNvbWUgb3IgYWN0aW9uIHJlc3VsdGluZyBmcm9tIHRoZSBhY3Rpdml0eS4gIFRoZSByZWZlcmVuY2UgdG8gYW4gXCJldmVudFwiIHJlc291cmNlLCBzdWNoIGFzIFByb2NlZHVyZSBvciBFbmNvdW50ZXIgb3IgT2JzZXJ2YXRpb24sIGlzIHRoZSByZXN1bHQvb3V0Y29tZSBvZiB0aGUgYWN0aXZpdHkgaXRzZWxmLiAgVGhlIGFjdGl2aXR5IGNhbiBiZSBjb252ZXllZCB1c2luZyBDYXJlUGxhbi5hY3Rpdml0eS5kZXRhaWwgT1IgdXNpbmcgdGhlIENhcmVQbGFuLmFjdGl2aXR5LnJlZmVyZW5jZSAoYSByZWZlcmVuY2UgdG8gYSDigJxyZXF1ZXN04oCdIHJlc291cmNlKS4gKi9cbiAgb3V0Y29tZVJlZmVyZW5jZT86IFJlZmVyZW5jZVtdO1xuXG4gIC8qKiBOb3RlcyBhYm91dCB0aGUgYWRoZXJlbmNlL3N0YXR1cy9wcm9ncmVzcyBvZiB0aGUgYWN0aXZpdHkuICovXG4gIHByb2dyZXNzPzogQW5ub3RhdGlvbltdO1xuXG4gIC8qKiBUaGUgZGV0YWlscyBvZiB0aGUgcHJvcG9zZWQgYWN0aXZpdHkgcmVwcmVzZW50ZWQgaW4gYSBzcGVjaWZpYyByZXNvdXJjZS4gKi9cbiAgcmVmZXJlbmNlPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBBIHNpbXBsZSBzdW1tYXJ5IG9mIGEgcGxhbm5lZCBhY3Rpdml0eSBzdWl0YWJsZSBmb3IgYSBnZW5lcmFsIGNhcmUgcGxhbiBzeXN0ZW0gKGUuZy4gZm9ybSBkcml2ZW4pIHRoYXQgZG9lc24ndCBrbm93IGFib3V0IHNwZWNpZmljIHJlc291cmNlcyBzdWNoIGFzIHByb2NlZHVyZSBldGMuICovXG4gIGRldGFpbD86IENhcmVQbGFuX0RldGFpbDtcbn1cbiJdfQ==
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Period } from "./period";
|
|
3
|
-
import type { Quantity } from "./quantity";
|
|
4
|
-
import type { Reference } from "./reference";
|
|
5
|
-
import type { Timing } from "./timing";
|
|
6
|
-
export interface CarePlan_Detail {
|
|
7
|
-
/** High-level categorization of the type of activity in a care plan. */
|
|
8
|
-
category?: CodeableConcept;
|
|
9
|
-
/** Identifies the protocol, questionnaire, guideline or other specification the planned activity should be conducted in accordance with. */
|
|
10
|
-
definition?: Reference;
|
|
11
|
-
/** Detailed description of the type of planned activity; e.g. What lab test, what procedure, what kind of encounter. */
|
|
12
|
-
code?: CodeableConcept;
|
|
13
|
-
/** Provides the rationale that drove the inclusion of this particular activity as part of the plan or the reason why the activity was prohibited. */
|
|
14
|
-
reasonCode?: CodeableConcept[];
|
|
15
|
-
/** Provides the health condition(s) that drove the inclusion of this particular activity as part of the plan. */
|
|
16
|
-
reasonReference?: Reference[];
|
|
17
|
-
/** Internal reference that identifies the goals that this activity is intended to contribute towards meeting. */
|
|
18
|
-
goal?: Reference[];
|
|
19
|
-
/** Identifies what progress is being made for the specific activity. */
|
|
20
|
-
status?: "not-started" | "scheduled" | "in-progress" | "on-hold" | "completed" | "cancelled" | "unknown";
|
|
21
|
-
/** Provides reason why the activity isn't yet started, is on hold, was cancelled, etc. */
|
|
22
|
-
statusReason?: string;
|
|
23
|
-
/** If true, indicates that the described activity is one that must NOT be engaged in when following the plan. If false, indicates that the described activity is one that should be engaged in when following the plan. */
|
|
24
|
-
prohibited?: boolean;
|
|
25
|
-
/** The period, timing or frequency upon which the described activity is to occur. */
|
|
26
|
-
scheduledTiming?: Timing;
|
|
27
|
-
/** The period, timing or frequency upon which the described activity is to occur. */
|
|
28
|
-
scheduledPeriod?: Period;
|
|
29
|
-
/** The period, timing or frequency upon which the described activity is to occur. */
|
|
30
|
-
scheduledString?: string;
|
|
31
|
-
/** Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc. */
|
|
32
|
-
location?: Reference;
|
|
33
|
-
/** Identifies who's expected to be involved in the activity. */
|
|
34
|
-
performer?: Reference[];
|
|
35
|
-
/** Identifies the food, drug or other product to be consumed or supplied in the activity. */
|
|
36
|
-
productCodeableConcept?: CodeableConcept;
|
|
37
|
-
/** Identifies the food, drug or other product to be consumed or supplied in the activity. */
|
|
38
|
-
productReference?: Reference;
|
|
39
|
-
/** Identifies the quantity expected to be consumed in a given day. */
|
|
40
|
-
dailyAmount?: Quantity;
|
|
41
|
-
/** Identifies the quantity expected to be supplied, administered or consumed by the subject. */
|
|
42
|
-
quantity?: Quantity;
|
|
43
|
-
/** This provides a textual description of constraints on the intended activity occurrence, including relation to other activities. It may also include objectives, pre-conditions and end-conditions. Finally, it may convey specifics about the activity such as body site, method, route, etc. */
|
|
44
|
-
description?: string;
|
|
45
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZXBsYW5fZGV0YWlsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9jYXJlcGxhbl9kZXRhaWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ2FyZVBsYW5fRGV0YWlsIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFBlcmlvZCB9IGZyb20gXCIuL3BlcmlvZFwiO1xuaW1wb3J0IHR5cGUgeyBRdWFudGl0eSB9IGZyb20gXCIuL3F1YW50aXR5XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuaW1wb3J0IHR5cGUgeyBUaW1pbmcgfSBmcm9tIFwiLi90aW1pbmdcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDYXJlUGxhbl9EZXRhaWwge1xuICAvKiogSGlnaC1sZXZlbCBjYXRlZ29yaXphdGlvbiBvZiB0aGUgdHlwZSBvZiBhY3Rpdml0eSBpbiBhIGNhcmUgcGxhbi4gKi9cbiAgY2F0ZWdvcnk/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIElkZW50aWZpZXMgdGhlIHByb3RvY29sLCBxdWVzdGlvbm5haXJlLCBndWlkZWxpbmUgb3Igb3RoZXIgc3BlY2lmaWNhdGlvbiB0aGUgcGxhbm5lZCBhY3Rpdml0eSBzaG91bGQgYmUgY29uZHVjdGVkIGluIGFjY29yZGFuY2Ugd2l0aC4gKi9cbiAgZGVmaW5pdGlvbj86IFJlZmVyZW5jZTtcblxuICAvKiogRGV0YWlsZWQgZGVzY3JpcHRpb24gb2YgdGhlIHR5cGUgb2YgcGxhbm5lZCBhY3Rpdml0eTsgZS5nLiBXaGF0IGxhYiB0ZXN0LCB3aGF0IHByb2NlZHVyZSwgd2hhdCBraW5kIG9mIGVuY291bnRlci4gKi9cbiAgY29kZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogUHJvdmlkZXMgdGhlIHJhdGlvbmFsZSB0aGF0IGRyb3ZlIHRoZSBpbmNsdXNpb24gb2YgdGhpcyBwYXJ0aWN1bGFyIGFjdGl2aXR5IGFzIHBhcnQgb2YgdGhlIHBsYW4gb3IgdGhlIHJlYXNvbiB3aHkgdGhlIGFjdGl2aXR5IHdhcyBwcm9oaWJpdGVkLiAqL1xuICByZWFzb25Db2RlPzogQ29kZWFibGVDb25jZXB0W107XG5cbiAgLyoqIFByb3ZpZGVzIHRoZSBoZWFsdGggY29uZGl0aW9uKHMpIHRoYXQgZHJvdmUgdGhlIGluY2x1c2lvbiBvZiB0aGlzIHBhcnRpY3VsYXIgYWN0aXZpdHkgYXMgcGFydCBvZiB0aGUgcGxhbi4gKi9cbiAgcmVhc29uUmVmZXJlbmNlPzogUmVmZXJlbmNlW107XG5cbiAgLyoqIEludGVybmFsIHJlZmVyZW5jZSB0aGF0IGlkZW50aWZpZXMgdGhlIGdvYWxzIHRoYXQgdGhpcyBhY3Rpdml0eSBpcyBpbnRlbmRlZCB0byBjb250cmlidXRlIHRvd2FyZHMgbWVldGluZy4gKi9cbiAgZ29hbD86IFJlZmVyZW5jZVtdO1xuXG4gIC8qKiBJZGVudGlmaWVzIHdoYXQgcHJvZ3Jlc3MgaXMgYmVpbmcgbWFkZSBmb3IgdGhlIHNwZWNpZmljIGFjdGl2aXR5LiAqL1xuICBzdGF0dXM/OlxuICAgIHwgXCJub3Qtc3RhcnRlZFwiXG4gICAgfCBcInNjaGVkdWxlZFwiXG4gICAgfCBcImluLXByb2dyZXNzXCJcbiAgICB8IFwib24taG9sZFwiXG4gICAgfCBcImNvbXBsZXRlZFwiXG4gICAgfCBcImNhbmNlbGxlZFwiXG4gICAgfCBcInVua25vd25cIjtcblxuICAvKiogUHJvdmlkZXMgcmVhc29uIHdoeSB0aGUgYWN0aXZpdHkgaXNuJ3QgeWV0IHN0YXJ0ZWQsIGlzIG9uIGhvbGQsIHdhcyBjYW5jZWxsZWQsIGV0Yy4gKi9cbiAgc3RhdHVzUmVhc29uPzogc3RyaW5nO1xuXG4gIC8qKiBJZiB0cnVlLCBpbmRpY2F0ZXMgdGhhdCB0aGUgZGVzY3JpYmVkIGFjdGl2aXR5IGlzIG9uZSB0aGF0IG11c3QgTk9UIGJlIGVuZ2FnZWQgaW4gd2hlbiBmb2xsb3dpbmcgdGhlIHBsYW4uICBJZiBmYWxzZSwgaW5kaWNhdGVzIHRoYXQgdGhlIGRlc2NyaWJlZCBhY3Rpdml0eSBpcyBvbmUgdGhhdCBzaG91bGQgYmUgZW5nYWdlZCBpbiB3aGVuIGZvbGxvd2luZyB0aGUgcGxhbi4gKi9cbiAgcHJvaGliaXRlZD86IGJvb2xlYW47XG5cbiAgLyoqIFRoZSBwZXJpb2QsIHRpbWluZyBvciBmcmVxdWVuY3kgdXBvbiB3aGljaCB0aGUgZGVzY3JpYmVkIGFjdGl2aXR5IGlzIHRvIG9jY3VyLiAqL1xuICBzY2hlZHVsZWRUaW1pbmc/OiBUaW1pbmc7XG5cbiAgLyoqIFRoZSBwZXJpb2QsIHRpbWluZyBvciBmcmVxdWVuY3kgdXBvbiB3aGljaCB0aGUgZGVzY3JpYmVkIGFjdGl2aXR5IGlzIHRvIG9jY3VyLiAqL1xuICBzY2hlZHVsZWRQZXJpb2Q/OiBQZXJpb2Q7XG5cbiAgLyoqIFRoZSBwZXJpb2QsIHRpbWluZyBvciBmcmVxdWVuY3kgdXBvbiB3aGljaCB0aGUgZGVzY3JpYmVkIGFjdGl2aXR5IGlzIHRvIG9jY3VyLiAqL1xuICBzY2hlZHVsZWRTdHJpbmc/OiBzdHJpbmc7XG5cbiAgLyoqIElkZW50aWZpZXMgdGhlIGZhY2lsaXR5IHdoZXJlIHRoZSBhY3Rpdml0eSB3aWxsIG9jY3VyOyBlLmcuIGhvbWUsIGhvc3BpdGFsLCBzcGVjaWZpYyBjbGluaWMsIGV0Yy4gKi9cbiAgbG9jYXRpb24/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIElkZW50aWZpZXMgd2hvJ3MgZXhwZWN0ZWQgdG8gYmUgaW52b2x2ZWQgaW4gdGhlIGFjdGl2aXR5LiAqL1xuICBwZXJmb3JtZXI/OiBSZWZlcmVuY2VbXTtcblxuICAvKiogSWRlbnRpZmllcyB0aGUgZm9vZCwgZHJ1ZyBvciBvdGhlciBwcm9kdWN0IHRvIGJlIGNvbnN1bWVkIG9yIHN1cHBsaWVkIGluIHRoZSBhY3Rpdml0eS4gKi9cbiAgcHJvZHVjdENvZGVhYmxlQ29uY2VwdD86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogSWRlbnRpZmllcyB0aGUgZm9vZCwgZHJ1ZyBvciBvdGhlciBwcm9kdWN0IHRvIGJlIGNvbnN1bWVkIG9yIHN1cHBsaWVkIGluIHRoZSBhY3Rpdml0eS4gKi9cbiAgcHJvZHVjdFJlZmVyZW5jZT86IFJlZmVyZW5jZTtcblxuICAvKiogSWRlbnRpZmllcyB0aGUgcXVhbnRpdHkgZXhwZWN0ZWQgdG8gYmUgY29uc3VtZWQgaW4gYSBnaXZlbiBkYXkuICovXG4gIGRhaWx5QW1vdW50PzogUXVhbnRpdHk7XG5cbiAgLyoqIElkZW50aWZpZXMgdGhlIHF1YW50aXR5IGV4cGVjdGVkIHRvIGJlIHN1cHBsaWVkLCBhZG1pbmlzdGVyZWQgb3IgY29uc3VtZWQgYnkgdGhlIHN1YmplY3QuICovXG4gIHF1YW50aXR5PzogUXVhbnRpdHk7XG5cbiAgLyoqIFRoaXMgcHJvdmlkZXMgYSB0ZXh0dWFsIGRlc2NyaXB0aW9uIG9mIGNvbnN0cmFpbnRzIG9uIHRoZSBpbnRlbmRlZCBhY3Rpdml0eSBvY2N1cnJlbmNlLCBpbmNsdWRpbmcgcmVsYXRpb24gdG8gb3RoZXIgYWN0aXZpdGllcy4gIEl0IG1heSBhbHNvIGluY2x1ZGUgb2JqZWN0aXZlcywgcHJlLWNvbmRpdGlvbnMgYW5kIGVuZC1jb25kaXRpb25zLiAgRmluYWxseSwgaXQgbWF5IGNvbnZleSBzcGVjaWZpY3MgYWJvdXQgdGhlIGFjdGl2aXR5IHN1Y2ggYXMgYm9keSBzaXRlLCBtZXRob2QsIHJvdXRlLCBldGMuICovXG4gIGRlc2NyaXB0aW9uPzogc3RyaW5nO1xufVxuIl19
|
package/lib/ehr/careteam.d.ts
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import type { Annotation } from "./annotation";
|
|
2
|
-
import type { CareTeam_Participant } from "./careteam_participant";
|
|
3
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
4
|
-
import type { Identifier } from "./identifier";
|
|
5
|
-
import type { Period } from "./period";
|
|
6
|
-
import type { Reference } from "./reference";
|
|
7
|
-
export interface CareTeam {
|
|
8
|
-
/** This is a CareTeam resource */
|
|
9
|
-
resourceType: "CareTeam";
|
|
10
|
-
/** This records identifiers associated with this care team that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate. */
|
|
11
|
-
identifier?: Identifier[];
|
|
12
|
-
/** Indicates the current state of the care team. */
|
|
13
|
-
status?: "proposed" | "active" | "suspended" | "inactive" | "entered-in-error";
|
|
14
|
-
/** Identifies what kind of team. This is to support differentiation between multiple co-existing teams, such as care plan team, episode of care team, longitudinal care team. */
|
|
15
|
-
category?: CodeableConcept[];
|
|
16
|
-
/** A label for human use intended to distinguish like teams. E.g. the "red" vs. "green" trauma teams. */
|
|
17
|
-
name?: string;
|
|
18
|
-
/** Identifies the patient or group whose intended care is handled by the team. */
|
|
19
|
-
subject?: Reference;
|
|
20
|
-
/** The encounter or episode of care that establishes the context for this care team. */
|
|
21
|
-
context?: Reference;
|
|
22
|
-
/** Indicates when the team did (or is intended to) come into effect and end. */
|
|
23
|
-
period?: Period;
|
|
24
|
-
/** Identifies all people and organizations who are expected to be involved in the care team. */
|
|
25
|
-
participant?: CareTeam_Participant[];
|
|
26
|
-
/** Describes why the care team exists. */
|
|
27
|
-
reasonCode?: CodeableConcept[];
|
|
28
|
-
/** Condition(s) that this care team addresses. */
|
|
29
|
-
reasonReference?: Reference[];
|
|
30
|
-
/** The organization responsible for the care team. */
|
|
31
|
-
managingOrganization?: Reference[];
|
|
32
|
-
/** Comments made about the CareTeam. */
|
|
33
|
-
note?: Annotation[];
|
|
34
|
-
}
|
package/lib/ehr/careteam.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZXRlYW0uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2NhcmV0ZWFtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENhcmVUZWFtIFR5cGVcbmltcG9ydCB0eXBlIHsgQW5ub3RhdGlvbiB9IGZyb20gXCIuL2Fubm90YXRpb25cIjtcbmltcG9ydCB0eXBlIHsgQ2FyZVRlYW1fUGFydGljaXBhbnQgfSBmcm9tIFwiLi9jYXJldGVhbV9wYXJ0aWNpcGFudFwiO1xuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgSWRlbnRpZmllciB9IGZyb20gXCIuL2lkZW50aWZpZXJcIjtcbmltcG9ydCB0eXBlIHsgUGVyaW9kIH0gZnJvbSBcIi4vcGVyaW9kXCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENhcmVUZWFtIHtcbiAgLyoqIFRoaXMgaXMgYSBDYXJlVGVhbSByZXNvdXJjZSAqL1xuICByZXNvdXJjZVR5cGU6IFwiQ2FyZVRlYW1cIjtcblxuICAvKiogVGhpcyByZWNvcmRzIGlkZW50aWZpZXJzIGFzc29jaWF0ZWQgd2l0aCB0aGlzIGNhcmUgdGVhbSB0aGF0IGFyZSBkZWZpbmVkIGJ5IGJ1c2luZXNzIHByb2Nlc3NlcyBhbmQvb3IgdXNlZCB0byByZWZlciB0byBpdCB3aGVuIGEgZGlyZWN0IFVSTCByZWZlcmVuY2UgdG8gdGhlIHJlc291cmNlIGl0c2VsZiBpcyBub3QgYXBwcm9wcmlhdGUuICovXG4gIGlkZW50aWZpZXI/OiBJZGVudGlmaWVyW107XG5cbiAgLyoqIEluZGljYXRlcyB0aGUgY3VycmVudCBzdGF0ZSBvZiB0aGUgY2FyZSB0ZWFtLiAqL1xuICBzdGF0dXM/OlxuICAgIHwgXCJwcm9wb3NlZFwiXG4gICAgfCBcImFjdGl2ZVwiXG4gICAgfCBcInN1c3BlbmRlZFwiXG4gICAgfCBcImluYWN0aXZlXCJcbiAgICB8IFwiZW50ZXJlZC1pbi1lcnJvclwiO1xuXG4gIC8qKiBJZGVudGlmaWVzIHdoYXQga2luZCBvZiB0ZWFtLiAgVGhpcyBpcyB0byBzdXBwb3J0IGRpZmZlcmVudGlhdGlvbiBiZXR3ZWVuIG11bHRpcGxlIGNvLWV4aXN0aW5nIHRlYW1zLCBzdWNoIGFzIGNhcmUgcGxhbiB0ZWFtLCBlcGlzb2RlIG9mIGNhcmUgdGVhbSwgbG9uZ2l0dWRpbmFsIGNhcmUgdGVhbS4gKi9cbiAgY2F0ZWdvcnk/OiBDb2RlYWJsZUNvbmNlcHRbXTtcblxuICAvKiogQSBsYWJlbCBmb3IgaHVtYW4gdXNlIGludGVuZGVkIHRvIGRpc3Rpbmd1aXNoIGxpa2UgdGVhbXMuICBFLmcuIHRoZSBcInJlZFwiIHZzLiBcImdyZWVuXCIgdHJhdW1hIHRlYW1zLiAqL1xuICBuYW1lPzogc3RyaW5nO1xuXG4gIC8qKiBJZGVudGlmaWVzIHRoZSBwYXRpZW50IG9yIGdyb3VwIHdob3NlIGludGVuZGVkIGNhcmUgaXMgaGFuZGxlZCBieSB0aGUgdGVhbS4gKi9cbiAgc3ViamVjdD86IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIGVuY291bnRlciBvciBlcGlzb2RlIG9mIGNhcmUgdGhhdCBlc3RhYmxpc2hlcyB0aGUgY29udGV4dCBmb3IgdGhpcyBjYXJlIHRlYW0uICovXG4gIGNvbnRleHQ/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIEluZGljYXRlcyB3aGVuIHRoZSB0ZWFtIGRpZCAob3IgaXMgaW50ZW5kZWQgdG8pIGNvbWUgaW50byBlZmZlY3QgYW5kIGVuZC4gKi9cbiAgcGVyaW9kPzogUGVyaW9kO1xuXG4gIC8qKiBJZGVudGlmaWVzIGFsbCBwZW9wbGUgYW5kIG9yZ2FuaXphdGlvbnMgd2hvIGFyZSBleHBlY3RlZCB0byBiZSBpbnZvbHZlZCBpbiB0aGUgY2FyZSB0ZWFtLiAqL1xuICBwYXJ0aWNpcGFudD86IENhcmVUZWFtX1BhcnRpY2lwYW50W107XG5cbiAgLyoqIERlc2NyaWJlcyB3aHkgdGhlIGNhcmUgdGVhbSBleGlzdHMuICovXG4gIHJlYXNvbkNvZGU/OiBDb2RlYWJsZUNvbmNlcHRbXTtcblxuICAvKiogQ29uZGl0aW9uKHMpIHRoYXQgdGhpcyBjYXJlIHRlYW0gYWRkcmVzc2VzLiAqL1xuICByZWFzb25SZWZlcmVuY2U/OiBSZWZlcmVuY2VbXTtcblxuICAvKiogVGhlIG9yZ2FuaXphdGlvbiByZXNwb25zaWJsZSBmb3IgdGhlIGNhcmUgdGVhbS4gKi9cbiAgbWFuYWdpbmdPcmdhbml6YXRpb24/OiBSZWZlcmVuY2VbXTtcblxuICAvKiogQ29tbWVudHMgbWFkZSBhYm91dCB0aGUgQ2FyZVRlYW0uICovXG4gIG5vdGU/OiBBbm5vdGF0aW9uW107XG59XG4iXX0=
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Period } from "./period";
|
|
3
|
-
import type { Reference } from "./reference";
|
|
4
|
-
export interface CareTeam_Participant {
|
|
5
|
-
/** Indicates specific responsibility of an individual within the care team, such as "Primary care physician", "Trained social worker counselor", "Caregiver", etc. */
|
|
6
|
-
role?: CodeableConcept;
|
|
7
|
-
/** The specific person or organization who is participating/expected to participate in the care team. */
|
|
8
|
-
member?: Reference;
|
|
9
|
-
/** The organization of the practitioner. */
|
|
10
|
-
onBehalfOf?: Reference;
|
|
11
|
-
/** Indicates when the specific member or organization did (or is intended to) come into effect and end. */
|
|
12
|
-
period?: Period;
|
|
13
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZXRlYW1fcGFydGljaXBhbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2NhcmV0ZWFtX3BhcnRpY2lwYW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENhcmVUZWFtX1BhcnRpY2lwYW50IFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFBlcmlvZCB9IGZyb20gXCIuL3BlcmlvZFwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDYXJlVGVhbV9QYXJ0aWNpcGFudCB7XG4gIC8qKiBJbmRpY2F0ZXMgc3BlY2lmaWMgcmVzcG9uc2liaWxpdHkgb2YgYW4gaW5kaXZpZHVhbCB3aXRoaW4gdGhlIGNhcmUgdGVhbSwgc3VjaCBhcyBcIlByaW1hcnkgY2FyZSBwaHlzaWNpYW5cIiwgXCJUcmFpbmVkIHNvY2lhbCB3b3JrZXIgY291bnNlbG9yXCIsIFwiQ2FyZWdpdmVyXCIsIGV0Yy4gKi9cbiAgcm9sZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogVGhlIHNwZWNpZmljIHBlcnNvbiBvciBvcmdhbml6YXRpb24gd2hvIGlzIHBhcnRpY2lwYXRpbmcvZXhwZWN0ZWQgdG8gcGFydGljaXBhdGUgaW4gdGhlIGNhcmUgdGVhbS4gKi9cbiAgbWVtYmVyPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBUaGUgb3JnYW5pemF0aW9uIG9mIHRoZSBwcmFjdGl0aW9uZXIuICovXG4gIG9uQmVoYWxmT2Y/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIEluZGljYXRlcyB3aGVuIHRoZSBzcGVjaWZpYyBtZW1iZXIgb3Igb3JnYW5pemF0aW9uIGRpZCAob3IgaXMgaW50ZW5kZWQgdG8pIGNvbWUgaW50byBlZmZlY3QgYW5kIGVuZC4gKi9cbiAgcGVyaW9kPzogUGVyaW9kO1xufVxuIl19
|
package/lib/ehr/chargeitem.d.ts
DELETED
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import type { Annotation } from "./annotation";
|
|
2
|
-
import type { ChargeItem_Participant } from "./chargeitem_participant";
|
|
3
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
4
|
-
import type { Identifier } from "./identifier";
|
|
5
|
-
import type { Money } from "./money";
|
|
6
|
-
import type { Period } from "./period";
|
|
7
|
-
import type { Quantity } from "./quantity";
|
|
8
|
-
import type { Reference } from "./reference";
|
|
9
|
-
import type { Timing } from "./timing";
|
|
10
|
-
export interface ChargeItem {
|
|
11
|
-
/** This is a ChargeItem resource */
|
|
12
|
-
resourceType: "ChargeItem";
|
|
13
|
-
/** Identifiers assigned to this event performer or other systems. */
|
|
14
|
-
identifier?: Identifier;
|
|
15
|
-
/** References the source of pricing information, rules of application for the code this ChargeItem uses. */
|
|
16
|
-
definition?: string[];
|
|
17
|
-
/** The current state of the ChargeItem. */
|
|
18
|
-
status?: "planned" | "billable" | "not-billable" | "aborted" | "billed" | "entered-in-error" | "unknown";
|
|
19
|
-
/** ChargeItems can be grouped to larger ChargeItems covering the whole set. */
|
|
20
|
-
partOf?: Reference[];
|
|
21
|
-
/** A code that identifies the charge, like a billing code. */
|
|
22
|
-
code: CodeableConcept;
|
|
23
|
-
/** The individual or set of individuals the action is being or was performed on. */
|
|
24
|
-
subject: Reference;
|
|
25
|
-
/** The encounter or episode of care that establishes the context for this event. */
|
|
26
|
-
context?: Reference;
|
|
27
|
-
/** Date/time(s) or duration when the charged service was applied. */
|
|
28
|
-
occurrenceDateTime?: string;
|
|
29
|
-
/** Date/time(s) or duration when the charged service was applied. */
|
|
30
|
-
occurrencePeriod?: Period;
|
|
31
|
-
/** Date/time(s) or duration when the charged service was applied. */
|
|
32
|
-
occurrenceTiming?: Timing;
|
|
33
|
-
/** Indicates who or what performed or participated in the charged service. */
|
|
34
|
-
participant?: ChargeItem_Participant[];
|
|
35
|
-
/** The organization requesting the service. */
|
|
36
|
-
performingOrganization?: Reference;
|
|
37
|
-
/** The organization performing the service. */
|
|
38
|
-
requestingOrganization?: Reference;
|
|
39
|
-
/** Quantity of which the charge item has been serviced. */
|
|
40
|
-
quantity?: Quantity;
|
|
41
|
-
/** The anatomical location where the related service has been applied. */
|
|
42
|
-
bodysite?: CodeableConcept[];
|
|
43
|
-
/** Factor overriding the factor determined by the rules associated with the code. */
|
|
44
|
-
factorOverride?: number;
|
|
45
|
-
/** Total price of the charge overriding the list price associated with the code. */
|
|
46
|
-
priceOverride?: Money;
|
|
47
|
-
/** If the list price or the rule based factor associated with the code is overridden, this attribute can capture a text to indicate the reason for this action. */
|
|
48
|
-
overrideReason?: string;
|
|
49
|
-
/** The device, practitioner, etc. who entered the charge item. */
|
|
50
|
-
enterer?: Reference;
|
|
51
|
-
/** Date the charge item was entered. */
|
|
52
|
-
enteredDate?: string;
|
|
53
|
-
/** Describes why the event occurred in coded or textual form. */
|
|
54
|
-
reason?: CodeableConcept[];
|
|
55
|
-
/** Indicated the rendered service that caused this charge. */
|
|
56
|
-
service?: Reference[];
|
|
57
|
-
/** Account into which this ChargeItems belongs. */
|
|
58
|
-
account?: Reference[];
|
|
59
|
-
/** Comments made about the event by the performer, subject or other participants. */
|
|
60
|
-
note?: Annotation[];
|
|
61
|
-
/** Further information supporting the this charge. */
|
|
62
|
-
supportingInformation?: Reference[];
|
|
63
|
-
}
|
package/lib/ehr/chargeitem.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hhcmdlaXRlbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvY2hhcmdlaXRlbS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBDaGFyZ2VJdGVtIFR5cGVcbmltcG9ydCB0eXBlIHsgQW5ub3RhdGlvbiB9IGZyb20gXCIuL2Fubm90YXRpb25cIjtcbmltcG9ydCB0eXBlIHsgQ2hhcmdlSXRlbV9QYXJ0aWNpcGFudCB9IGZyb20gXCIuL2NoYXJnZWl0ZW1fcGFydGljaXBhbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IElkZW50aWZpZXIgfSBmcm9tIFwiLi9pZGVudGlmaWVyXCI7XG5pbXBvcnQgdHlwZSB7IE1vbmV5IH0gZnJvbSBcIi4vbW9uZXlcIjtcbmltcG9ydCB0eXBlIHsgUGVyaW9kIH0gZnJvbSBcIi4vcGVyaW9kXCI7XG5pbXBvcnQgdHlwZSB7IFF1YW50aXR5IH0gZnJvbSBcIi4vcXVhbnRpdHlcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5pbXBvcnQgdHlwZSB7IFRpbWluZyB9IGZyb20gXCIuL3RpbWluZ1wiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENoYXJnZUl0ZW0ge1xuICAvKiogVGhpcyBpcyBhIENoYXJnZUl0ZW0gcmVzb3VyY2UgKi9cbiAgcmVzb3VyY2VUeXBlOiBcIkNoYXJnZUl0ZW1cIjtcblxuICAvKiogSWRlbnRpZmllcnMgYXNzaWduZWQgdG8gdGhpcyBldmVudCBwZXJmb3JtZXIgb3Igb3RoZXIgc3lzdGVtcy4gKi9cbiAgaWRlbnRpZmllcj86IElkZW50aWZpZXI7XG5cbiAgLyoqIFJlZmVyZW5jZXMgdGhlIHNvdXJjZSBvZiBwcmljaW5nIGluZm9ybWF0aW9uLCBydWxlcyBvZiBhcHBsaWNhdGlvbiBmb3IgdGhlIGNvZGUgdGhpcyBDaGFyZ2VJdGVtIHVzZXMuICovXG4gIGRlZmluaXRpb24/OiBzdHJpbmdbXTtcblxuICAvKiogVGhlIGN1cnJlbnQgc3RhdGUgb2YgdGhlIENoYXJnZUl0ZW0uICovXG4gIHN0YXR1cz86XG4gICAgfCBcInBsYW5uZWRcIlxuICAgIHwgXCJiaWxsYWJsZVwiXG4gICAgfCBcIm5vdC1iaWxsYWJsZVwiXG4gICAgfCBcImFib3J0ZWRcIlxuICAgIHwgXCJiaWxsZWRcIlxuICAgIHwgXCJlbnRlcmVkLWluLWVycm9yXCJcbiAgICB8IFwidW5rbm93blwiO1xuXG4gIC8qKiBDaGFyZ2VJdGVtcyBjYW4gYmUgZ3JvdXBlZCB0byBsYXJnZXIgQ2hhcmdlSXRlbXMgY292ZXJpbmcgdGhlIHdob2xlIHNldC4gKi9cbiAgcGFydE9mPzogUmVmZXJlbmNlW107XG5cbiAgLyoqIEEgY29kZSB0aGF0IGlkZW50aWZpZXMgdGhlIGNoYXJnZSwgbGlrZSBhIGJpbGxpbmcgY29kZS4gKi9cbiAgY29kZTogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBUaGUgaW5kaXZpZHVhbCBvciBzZXQgb2YgaW5kaXZpZHVhbHMgdGhlIGFjdGlvbiBpcyBiZWluZyBvciB3YXMgcGVyZm9ybWVkIG9uLiAqL1xuICBzdWJqZWN0OiBSZWZlcmVuY2U7XG5cbiAgLyoqIFRoZSBlbmNvdW50ZXIgb3IgZXBpc29kZSBvZiBjYXJlIHRoYXQgZXN0YWJsaXNoZXMgdGhlIGNvbnRleHQgZm9yIHRoaXMgZXZlbnQuICovXG4gIGNvbnRleHQ/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIERhdGUvdGltZShzKSBvciBkdXJhdGlvbiB3aGVuIHRoZSBjaGFyZ2VkIHNlcnZpY2Ugd2FzIGFwcGxpZWQuICovXG4gIG9jY3VycmVuY2VEYXRlVGltZT86IHN0cmluZztcblxuICAvKiogRGF0ZS90aW1lKHMpIG9yIGR1cmF0aW9uIHdoZW4gdGhlIGNoYXJnZWQgc2VydmljZSB3YXMgYXBwbGllZC4gKi9cbiAgb2NjdXJyZW5jZVBlcmlvZD86IFBlcmlvZDtcblxuICAvKiogRGF0ZS90aW1lKHMpIG9yIGR1cmF0aW9uIHdoZW4gdGhlIGNoYXJnZWQgc2VydmljZSB3YXMgYXBwbGllZC4gKi9cbiAgb2NjdXJyZW5jZVRpbWluZz86IFRpbWluZztcblxuICAvKiogSW5kaWNhdGVzIHdobyBvciB3aGF0IHBlcmZvcm1lZCBvciBwYXJ0aWNpcGF0ZWQgaW4gdGhlIGNoYXJnZWQgc2VydmljZS4gKi9cbiAgcGFydGljaXBhbnQ/OiBDaGFyZ2VJdGVtX1BhcnRpY2lwYW50W107XG5cbiAgLyoqIFRoZSBvcmdhbml6YXRpb24gcmVxdWVzdGluZyB0aGUgc2VydmljZS4gKi9cbiAgcGVyZm9ybWluZ09yZ2FuaXphdGlvbj86IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIG9yZ2FuaXphdGlvbiBwZXJmb3JtaW5nIHRoZSBzZXJ2aWNlLiAqL1xuICByZXF1ZXN0aW5nT3JnYW5pemF0aW9uPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBRdWFudGl0eSBvZiB3aGljaCB0aGUgY2hhcmdlIGl0ZW0gaGFzIGJlZW4gc2VydmljZWQuICovXG4gIHF1YW50aXR5PzogUXVhbnRpdHk7XG5cbiAgLyoqIFRoZSBhbmF0b21pY2FsIGxvY2F0aW9uIHdoZXJlIHRoZSByZWxhdGVkIHNlcnZpY2UgaGFzIGJlZW4gYXBwbGllZC4gKi9cbiAgYm9keXNpdGU/OiBDb2RlYWJsZUNvbmNlcHRbXTtcblxuICAvKiogRmFjdG9yIG92ZXJyaWRpbmcgdGhlIGZhY3RvciBkZXRlcm1pbmVkIGJ5IHRoZSBydWxlcyBhc3NvY2lhdGVkIHdpdGggdGhlIGNvZGUuICovXG4gIGZhY3Rvck92ZXJyaWRlPzogbnVtYmVyO1xuXG4gIC8qKiBUb3RhbCBwcmljZSBvZiB0aGUgY2hhcmdlIG92ZXJyaWRpbmcgdGhlIGxpc3QgcHJpY2UgYXNzb2NpYXRlZCB3aXRoIHRoZSBjb2RlLiAqL1xuICBwcmljZU92ZXJyaWRlPzogTW9uZXk7XG5cbiAgLyoqIElmIHRoZSBsaXN0IHByaWNlIG9yIHRoZSBydWxlIGJhc2VkIGZhY3RvciBhc3NvY2lhdGVkIHdpdGggdGhlIGNvZGUgaXMgb3ZlcnJpZGRlbiwgdGhpcyBhdHRyaWJ1dGUgY2FuIGNhcHR1cmUgYSB0ZXh0IHRvIGluZGljYXRlIHRoZSAgcmVhc29uIGZvciB0aGlzIGFjdGlvbi4gKi9cbiAgb3ZlcnJpZGVSZWFzb24/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBkZXZpY2UsIHByYWN0aXRpb25lciwgZXRjLiB3aG8gZW50ZXJlZCB0aGUgY2hhcmdlIGl0ZW0uICovXG4gIGVudGVyZXI/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIERhdGUgdGhlIGNoYXJnZSBpdGVtIHdhcyBlbnRlcmVkLiAqL1xuICBlbnRlcmVkRGF0ZT86IHN0cmluZztcblxuICAvKiogRGVzY3JpYmVzIHdoeSB0aGUgZXZlbnQgb2NjdXJyZWQgaW4gY29kZWQgb3IgdGV4dHVhbCBmb3JtLiAqL1xuICByZWFzb24/OiBDb2RlYWJsZUNvbmNlcHRbXTtcblxuICAvKiogSW5kaWNhdGVkIHRoZSByZW5kZXJlZCBzZXJ2aWNlIHRoYXQgY2F1c2VkIHRoaXMgY2hhcmdlLiAqL1xuICBzZXJ2aWNlPzogUmVmZXJlbmNlW107XG5cbiAgLyoqIEFjY291bnQgaW50byB3aGljaCB0aGlzIENoYXJnZUl0ZW1zIGJlbG9uZ3MuICovXG4gIGFjY291bnQ/OiBSZWZlcmVuY2VbXTtcblxuICAvKiogQ29tbWVudHMgbWFkZSBhYm91dCB0aGUgZXZlbnQgYnkgdGhlIHBlcmZvcm1lciwgc3ViamVjdCBvciBvdGhlciBwYXJ0aWNpcGFudHMuICovXG4gIG5vdGU/OiBBbm5vdGF0aW9uW107XG5cbiAgLyoqIEZ1cnRoZXIgaW5mb3JtYXRpb24gc3VwcG9ydGluZyB0aGUgdGhpcyBjaGFyZ2UuICovXG4gIHN1cHBvcnRpbmdJbmZvcm1hdGlvbj86IFJlZmVyZW5jZVtdO1xufVxuIl19
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
export interface ChargeItem_Participant {
|
|
4
|
-
/** Describes the type of performance or participation(e.g. primary surgeon, anaesthesiologiest, etc.). */
|
|
5
|
-
role?: CodeableConcept;
|
|
6
|
-
/** The device, practitioner, etc. who performed or participated in the service. */
|
|
7
|
-
actor: Reference;
|
|
8
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hhcmdlaXRlbV9wYXJ0aWNpcGFudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvY2hhcmdlaXRlbV9wYXJ0aWNpcGFudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBDaGFyZ2VJdGVtX1BhcnRpY2lwYW50IFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENoYXJnZUl0ZW1fUGFydGljaXBhbnQge1xuICAvKiogRGVzY3JpYmVzIHRoZSB0eXBlIG9mIHBlcmZvcm1hbmNlIG9yIHBhcnRpY2lwYXRpb24oZS5nLiBwcmltYXJ5IHN1cmdlb24sIGFuYWVzdGhlc2lvbG9naWVzdCwgZXRjLikuICovXG4gIHJvbGU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIFRoZSBkZXZpY2UsIHByYWN0aXRpb25lciwgZXRjLiB3aG8gcGVyZm9ybWVkIG9yIHBhcnRpY2lwYXRlZCBpbiB0aGUgc2VydmljZS4gKi9cbiAgYWN0b3I6IFJlZmVyZW5jZTtcbn1cbiJdfQ==
|