@openhi/types 0.0.1 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -9
- package/lib/account.d.ts +37 -0
- package/lib/account.js +3 -0
- package/lib/account_coverage.d.ts +10 -0
- package/lib/account_coverage.js +3 -0
- package/lib/account_guarantor.d.ts +11 -0
- package/lib/account_guarantor.js +3 -0
- package/lib/activitydefinition.d.ts +95 -0
- package/lib/activitydefinition.js +3 -0
- package/lib/activitydefinition_dynamicvalue.d.ts +11 -0
- package/lib/activitydefinition_dynamicvalue.js +3 -0
- package/lib/activitydefinition_participant.d.ts +8 -0
- package/lib/activitydefinition_participant.js +3 -0
- package/lib/address.d.ts +24 -0
- package/lib/address.js +3 -0
- package/lib/adverseevent.d.ts +41 -0
- package/lib/adverseevent.js +3 -0
- package/lib/adverseevent_suspectentity.d.ts +19 -0
- package/lib/adverseevent_suspectentity.js +3 -0
- package/lib/age.d.ts +3 -0
- package/lib/age.js +3 -0
- package/lib/allergyintolerance.d.ts +51 -0
- package/lib/allergyintolerance.js +3 -0
- package/lib/allergyintolerance_reaction.d.ts +19 -0
- package/lib/allergyintolerance_reaction.js +3 -0
- package/lib/annotation.d.ts +12 -0
- package/lib/annotation.js +3 -0
- package/lib/appointment.d.ts +50 -0
- package/lib/appointment.js +3 -0
- package/lib/appointment_participant.d.ts +13 -0
- package/lib/appointment_participant.js +3 -0
- package/lib/appointmentresponse.d.ts +24 -0
- package/lib/appointmentresponse.js +3 -0
- package/lib/attachment.d.ts +19 -0
- package/lib/attachment.js +3 -0
- package/lib/auditevent.d.ts +30 -0
- package/lib/auditevent.js +3 -0
- package/lib/auditevent_agent.d.ts +30 -0
- package/lib/auditevent_agent.js +3 -0
- package/lib/auditevent_detail.d.ts +7 -0
- package/lib/auditevent_detail.js +3 -0
- package/lib/auditevent_entity.d.ts +27 -0
- package/lib/auditevent_entity.js +3 -0
- package/lib/auditevent_network.d.ts +7 -0
- package/lib/auditevent_network.js +3 -0
- package/lib/auditevent_source.d.ts +11 -0
- package/lib/auditevent_source.js +3 -0
- package/lib/backboneelement.d.ts +6 -0
- package/lib/backboneelement.js +3 -0
- package/lib/basic.d.ts +18 -0
- package/lib/basic.js +3 -0
- package/lib/binary.d.ts +12 -0
- package/lib/binary.js +3 -0
- package/lib/bodysite.d.ts +23 -0
- package/lib/bodysite.js +3 -0
- package/lib/bundle.d.ts +21 -0
- package/lib/bundle.js +3 -0
- package/lib/bundle_entry.d.ts +22 -0
- package/lib/bundle_entry.js +3 -0
- package/lib/bundle_link.d.ts +7 -0
- package/lib/bundle_link.js +3 -0
- package/lib/bundle_request.d.ts +15 -0
- package/lib/bundle_request.js +3 -0
- package/lib/bundle_response.d.ts +14 -0
- package/lib/bundle_response.js +3 -0
- package/lib/bundle_search.d.ts +7 -0
- package/lib/bundle_search.js +3 -0
- package/lib/capabilitystatement.d.ts +68 -0
- package/lib/capabilitystatement.js +3 -0
- package/lib/capabilitystatement_certificate.d.ts +7 -0
- package/lib/capabilitystatement_certificate.js +3 -0
- package/lib/capabilitystatement_document.d.ts +10 -0
- package/lib/capabilitystatement_document.js +3 -0
- package/lib/capabilitystatement_endpoint.d.ts +8 -0
- package/lib/capabilitystatement_endpoint.js +3 -0
- package/lib/capabilitystatement_event.d.ts +19 -0
- package/lib/capabilitystatement_event.js +3 -0
- package/lib/capabilitystatement_implementation.d.ts +7 -0
- package/lib/capabilitystatement_implementation.js +3 -0
- package/lib/capabilitystatement_interaction.d.ts +7 -0
- package/lib/capabilitystatement_interaction.js +3 -0
- package/lib/capabilitystatement_interaction1.d.ts +7 -0
- package/lib/capabilitystatement_interaction1.js +3 -0
- package/lib/capabilitystatement_messaging.d.ts +16 -0
- package/lib/capabilitystatement_messaging.js +3 -0
- package/lib/capabilitystatement_operation.d.ts +8 -0
- package/lib/capabilitystatement_operation.js +3 -0
- package/lib/capabilitystatement_resource.d.ts +36 -0
- package/lib/capabilitystatement_resource.js +3 -0
- package/lib/capabilitystatement_rest.d.ts +24 -0
- package/lib/capabilitystatement_rest.js +3 -0
- package/lib/capabilitystatement_searchparam.d.ts +11 -0
- package/lib/capabilitystatement_searchparam.js +3 -0
- package/lib/capabilitystatement_security.d.ts +13 -0
- package/lib/capabilitystatement_security.js +3 -0
- package/lib/capabilitystatement_software.d.ts +9 -0
- package/lib/capabilitystatement_software.js +3 -0
- package/lib/capabilitystatement_supportedmessage.d.ts +8 -0
- package/lib/capabilitystatement_supportedmessage.js +3 -0
- package/lib/careplan.d.ts +51 -0
- package/lib/careplan.js +3 -0
- package/lib/careplan_activity.d.ts +17 -0
- package/lib/careplan_activity.js +3 -0
- package/lib/careplan_detail.d.ts +46 -0
- package/lib/careplan_detail.js +3 -0
- package/lib/careteam.d.ts +35 -0
- package/lib/careteam.js +3 -0
- package/lib/careteam_participant.d.ts +14 -0
- package/lib/careteam_participant.js +3 -0
- package/lib/chargeitem.d.ts +64 -0
- package/lib/chargeitem.js +3 -0
- package/lib/chargeitem_participant.d.ts +9 -0
- package/lib/chargeitem_participant.js +3 -0
- package/lib/claim.d.ts +79 -0
- package/lib/claim.js +3 -0
- package/lib/claim_accident.d.ts +14 -0
- package/lib/claim_accident.js +3 -0
- package/lib/claim_careteam.d.ts +15 -0
- package/lib/claim_careteam.js +3 -0
- package/lib/claim_detail.d.ts +32 -0
- package/lib/claim_detail.js +3 -0
- package/lib/claim_diagnosis.d.ts +15 -0
- package/lib/claim_diagnosis.js +3 -0
- package/lib/claim_information.d.ts +28 -0
- package/lib/claim_information.js +3 -0
- package/lib/claim_insurance.d.ts +16 -0
- package/lib/claim_insurance.js +3 -0
- package/lib/claim_item.d.ts +58 -0
- package/lib/claim_item.js +3 -0
- package/lib/claim_payee.d.ts +12 -0
- package/lib/claim_payee.js +3 -0
- package/lib/claim_procedure.d.ts +13 -0
- package/lib/claim_procedure.js +3 -0
- package/lib/claim_related.d.ts +12 -0
- package/lib/claim_related.js +3 -0
- package/lib/claim_subdetail.d.ts +29 -0
- package/lib/claim_subdetail.js +3 -0
- package/lib/claimresponse.d.ts +62 -0
- package/lib/claimresponse.js +3 -0
- package/lib/claimresponse_additem.d.ts +25 -0
- package/lib/claimresponse_additem.js +3 -0
- package/lib/claimresponse_adjudication.d.ts +13 -0
- package/lib/claimresponse_adjudication.js +3 -0
- package/lib/claimresponse_detail.d.ts +13 -0
- package/lib/claimresponse_detail.js +3 -0
- package/lib/claimresponse_detail1.d.ts +20 -0
- package/lib/claimresponse_detail1.js +3 -0
- package/lib/claimresponse_error.d.ts +12 -0
- package/lib/claimresponse_error.js +3 -0
- package/lib/claimresponse_insurance.d.ts +16 -0
- package/lib/claimresponse_insurance.js +3 -0
- package/lib/claimresponse_item.d.ts +13 -0
- package/lib/claimresponse_item.js +3 -0
- package/lib/claimresponse_payment.d.ts +18 -0
- package/lib/claimresponse_payment.js +3 -0
- package/lib/claimresponse_processnote.d.ts +12 -0
- package/lib/claimresponse_processnote.js +3 -0
- package/lib/claimresponse_subdetail.d.ts +10 -0
- package/lib/claimresponse_subdetail.js +3 -0
- package/lib/clinicalimpression.d.ts +52 -0
- package/lib/clinicalimpression.js +3 -0
- package/lib/clinicalimpression_finding.d.ts +11 -0
- package/lib/clinicalimpression_finding.js +3 -0
- package/lib/clinicalimpression_investigation.d.ts +9 -0
- package/lib/clinicalimpression_investigation.js +3 -0
- package/lib/codeableconcept.d.ts +8 -0
- package/lib/codeableconcept.js +3 -0
- package/lib/codesystem.d.ts +62 -0
- package/lib/codesystem.js +3 -0
- package/lib/codesystem_concept.d.ts +17 -0
- package/lib/codesystem_concept.js +3 -0
- package/lib/codesystem_designation.d.ts +10 -0
- package/lib/codesystem_designation.js +3 -0
- package/lib/codesystem_filter.d.ts +11 -0
- package/lib/codesystem_filter.js +3 -0
- package/lib/codesystem_property.d.ts +11 -0
- package/lib/codesystem_property.js +3 -0
- package/lib/codesystem_property1.d.ts +18 -0
- package/lib/codesystem_property1.js +3 -0
- package/lib/coding.d.ts +13 -0
- package/lib/coding.js +3 -0
- package/lib/communication.d.ts +50 -0
- package/lib/communication.js +3 -0
- package/lib/communication_payload.d.ts +11 -0
- package/lib/communication_payload.js +3 -0
- package/lib/communicationrequest.d.ts +54 -0
- package/lib/communicationrequest.js +3 -0
- package/lib/communicationrequest_payload.d.ts +11 -0
- package/lib/communicationrequest_payload.js +3 -0
- package/lib/communicationrequest_requester.d.ts +8 -0
- package/lib/communicationrequest_requester.js +3 -0
- package/lib/compartmentdefinition.d.ts +39 -0
- package/lib/compartmentdefinition.js +3 -0
- package/lib/compartmentdefinition_resource.d.ts +9 -0
- package/lib/compartmentdefinition_resource.js +3 -0
- package/lib/composition.d.ts +42 -0
- package/lib/composition.js +3 -0
- package/lib/composition_attester.d.ts +10 -0
- package/lib/composition_attester.js +3 -0
- package/lib/composition_event.d.ts +12 -0
- package/lib/composition_event.js +3 -0
- package/lib/composition_relatesto.d.ts +11 -0
- package/lib/composition_relatesto.js +3 -0
- package/lib/composition_section.d.ts +22 -0
- package/lib/composition_section.js +3 -0
- package/lib/conceptmap.d.ts +51 -0
- package/lib/conceptmap.js +3 -0
- package/lib/conceptmap_dependson.d.ts +11 -0
- package/lib/conceptmap_dependson.js +3 -0
- package/lib/conceptmap_element.d.ts +10 -0
- package/lib/conceptmap_element.js +3 -0
- package/lib/conceptmap_group.d.ts +17 -0
- package/lib/conceptmap_group.js +3 -0
- package/lib/conceptmap_target.d.ts +16 -0
- package/lib/conceptmap_target.js +3 -0
- package/lib/conceptmap_unmapped.d.ts +11 -0
- package/lib/conceptmap_unmapped.js +3 -0
- package/lib/condition.d.ts +64 -0
- package/lib/condition.js +3 -0
- package/lib/condition_evidence.d.ts +9 -0
- package/lib/condition_evidence.js +3 -0
- package/lib/condition_stage.d.ts +9 -0
- package/lib/condition_stage.js +3 -0
- package/lib/consent.d.ts +55 -0
- package/lib/consent.js +3 -0
- package/lib/consent_actor.d.ts +9 -0
- package/lib/consent_actor.js +3 -0
- package/lib/consent_actor1.d.ts +9 -0
- package/lib/consent_actor1.js +3 -0
- package/lib/consent_data.d.ts +8 -0
- package/lib/consent_data.js +3 -0
- package/lib/consent_data1.d.ts +8 -0
- package/lib/consent_data1.js +3 -0
- package/lib/consent_except.d.ts +28 -0
- package/lib/consent_except.js +3 -0
- package/lib/consent_policy.d.ts +7 -0
- package/lib/consent_policy.js +3 -0
- package/lib/contactdetail.d.ts +8 -0
- package/lib/contactdetail.js +3 -0
- package/lib/contactpoint.d.ts +14 -0
- package/lib/contactpoint.js +3 -0
- package/lib/contract.d.ts +66 -0
- package/lib/contract.js +3 -0
- package/lib/contract_agent.d.ts +9 -0
- package/lib/contract_agent.js +3 -0
- package/lib/contract_agent1.d.ts +9 -0
- package/lib/contract_agent1.js +3 -0
- package/lib/contract_friendly.d.ts +9 -0
- package/lib/contract_friendly.js +3 -0
- package/lib/contract_legal.d.ts +9 -0
- package/lib/contract_legal.js +3 -0
- package/lib/contract_rule.d.ts +9 -0
- package/lib/contract_rule.js +3 -0
- package/lib/contract_signer.d.ts +12 -0
- package/lib/contract_signer.js +3 -0
- package/lib/contract_term.d.ts +36 -0
- package/lib/contract_term.js +3 -0
- package/lib/contract_valueditem.d.ts +26 -0
- package/lib/contract_valueditem.js +3 -0
- package/lib/contract_valueditem1.d.ts +26 -0
- package/lib/contract_valueditem1.js +3 -0
- package/lib/contributor.d.ts +10 -0
- package/lib/contributor.js +3 -0
- package/lib/count.d.ts +3 -0
- package/lib/count.js +3 -0
- package/lib/coverage.d.ts +42 -0
- package/lib/coverage.js +3 -0
- package/lib/coverage_grouping.d.ts +27 -0
- package/lib/coverage_grouping.js +3 -0
- package/lib/dataelement.d.ts +43 -0
- package/lib/dataelement.js +3 -0
- package/lib/dataelement_mapping.d.ts +11 -0
- package/lib/dataelement_mapping.js +3 -0
- package/lib/datarequirement.d.ts +15 -0
- package/lib/datarequirement.js +3 -0
- package/lib/datarequirement_codefilter.d.ts +18 -0
- package/lib/datarequirement_codefilter.js +3 -0
- package/lib/datarequirement_datefilter.d.ts +13 -0
- package/lib/datarequirement_datefilter.js +3 -0
- package/lib/detectedissue.d.ts +31 -0
- package/lib/detectedissue.js +3 -0
- package/lib/detectedissue_mitigation.d.ts +11 -0
- package/lib/detectedissue_mitigation.js +3 -0
- package/lib/device.d.ts +45 -0
- package/lib/device.js +3 -0
- package/lib/device_udi.d.ts +25 -0
- package/lib/device_udi.js +3 -0
- package/lib/devicecomponent.d.ts +29 -0
- package/lib/devicecomponent.js +3 -0
- package/lib/devicecomponent_productionspecification.d.ts +11 -0
- package/lib/devicecomponent_productionspecification.js +3 -0
- package/lib/devicemetric.d.ts +30 -0
- package/lib/devicemetric.js +3 -0
- package/lib/devicemetric_calibration.d.ts +9 -0
- package/lib/devicemetric_calibration.js +3 -0
- package/lib/devicerequest.d.ts +60 -0
- package/lib/devicerequest.js +3 -0
- package/lib/devicerequest_requester.d.ts +8 -0
- package/lib/devicerequest_requester.js +3 -0
- package/lib/deviceusestatement.d.ts +37 -0
- package/lib/deviceusestatement.js +3 -0
- package/lib/diagnosticreport.d.ts +48 -0
- package/lib/diagnosticreport.js +3 -0
- package/lib/diagnosticreport_image.d.ts +8 -0
- package/lib/diagnosticreport_image.js +3 -0
- package/lib/diagnosticreport_performer.d.ts +9 -0
- package/lib/diagnosticreport_performer.js +3 -0
- package/lib/distance.d.ts +3 -0
- package/lib/distance.js +3 -0
- package/lib/documentmanifest.d.ts +34 -0
- package/lib/documentmanifest.js +3 -0
- package/lib/documentmanifest_content.d.ts +9 -0
- package/lib/documentmanifest_content.js +3 -0
- package/lib/documentmanifest_related.d.ts +9 -0
- package/lib/documentmanifest_related.js +3 -0
- package/lib/documentreference.d.ts +45 -0
- package/lib/documentreference.js +3 -0
- package/lib/documentreference_content.d.ts +9 -0
- package/lib/documentreference_content.js +3 -0
- package/lib/documentreference_context.d.ts +21 -0
- package/lib/documentreference_context.js +3 -0
- package/lib/documentreference_related.d.ts +9 -0
- package/lib/documentreference_related.js +3 -0
- package/lib/documentreference_relatesto.d.ts +8 -0
- package/lib/documentreference_relatesto.js +3 -0
- package/lib/domainresource.d.ts +14 -0
- package/lib/domainresource.js +3 -0
- package/lib/dosage.d.ts +44 -0
- package/lib/dosage.js +3 -0
- package/lib/duration.d.ts +3 -0
- package/lib/duration.js +3 -0
- package/lib/element.d.ts +7 -0
- package/lib/element.js +3 -0
- package/lib/elementdefinition.d.ts +451 -0
- package/lib/elementdefinition.js +3 -0
- package/lib/elementdefinition_base.d.ts +9 -0
- package/lib/elementdefinition_base.js +3 -0
- package/lib/elementdefinition_binding.d.ts +12 -0
- package/lib/elementdefinition_binding.js +3 -0
- package/lib/elementdefinition_constraint.d.ts +17 -0
- package/lib/elementdefinition_constraint.js +3 -0
- package/lib/elementdefinition_discriminator.d.ts +7 -0
- package/lib/elementdefinition_discriminator.js +3 -0
- package/lib/elementdefinition_example.d.ts +145 -0
- package/lib/elementdefinition_example.js +3 -0
- package/lib/elementdefinition_mapping.d.ts +11 -0
- package/lib/elementdefinition_mapping.js +3 -0
- package/lib/elementdefinition_slicing.d.ts +12 -0
- package/lib/elementdefinition_slicing.js +3 -0
- package/lib/elementdefinition_type.d.ts +13 -0
- package/lib/elementdefinition_type.js +3 -0
- package/lib/eligibilityrequest.d.ts +41 -0
- package/lib/eligibilityrequest.js +3 -0
- package/lib/eligibilityresponse.d.ts +36 -0
- package/lib/eligibilityresponse.js +3 -0
- package/lib/eligibilityresponse_benefitbalance.d.ts +23 -0
- package/lib/eligibilityresponse_benefitbalance.js +3 -0
- package/lib/eligibilityresponse_error.d.ts +6 -0
- package/lib/eligibilityresponse_error.js +3 -0
- package/lib/eligibilityresponse_financial.d.ts +17 -0
- package/lib/eligibilityresponse_financial.js +3 -0
- package/lib/eligibilityresponse_insurance.d.ts +11 -0
- package/lib/eligibilityresponse_insurance.js +3 -0
- package/lib/encounter.d.ts +61 -0
- package/lib/encounter.js +3 -0
- package/lib/encounter_classhistory.d.ts +9 -0
- package/lib/encounter_classhistory.js +3 -0
- package/lib/encounter_diagnosis.d.ts +11 -0
- package/lib/encounter_diagnosis.js +3 -0
- package/lib/encounter_hospitalization.d.ts +24 -0
- package/lib/encounter_hospitalization.js +3 -0
- package/lib/encounter_location.d.ts +11 -0
- package/lib/encounter_location.js +3 -0
- package/lib/encounter_participant.d.ts +12 -0
- package/lib/encounter_participant.js +3 -0
- package/lib/encounter_statushistory.d.ts +8 -0
- package/lib/encounter_statushistory.js +3 -0
- package/lib/endpoint.d.ts +33 -0
- package/lib/endpoint.js +3 -0
- package/lib/enrollmentrequest.d.ts +23 -0
- package/lib/enrollmentrequest.js +3 -0
- package/lib/enrollmentresponse.d.ts +26 -0
- package/lib/enrollmentresponse.js +3 -0
- package/lib/episodeofcare.d.ts +35 -0
- package/lib/episodeofcare.js +3 -0
- package/lib/episodeofcare_diagnosis.d.ts +11 -0
- package/lib/episodeofcare_diagnosis.js +3 -0
- package/lib/episodeofcare_statushistory.d.ts +8 -0
- package/lib/episodeofcare_statushistory.js +3 -0
- package/lib/expansionprofile.d.ts +58 -0
- package/lib/expansionprofile.js +3 -0
- package/lib/expansionprofile_designation.d.ts +9 -0
- package/lib/expansionprofile_designation.js +3 -0
- package/lib/expansionprofile_designation1.d.ts +8 -0
- package/lib/expansionprofile_designation1.js +3 -0
- package/lib/expansionprofile_designation2.d.ts +8 -0
- package/lib/expansionprofile_designation2.js +3 -0
- package/lib/expansionprofile_exclude.d.ts +6 -0
- package/lib/expansionprofile_exclude.js +3 -0
- package/lib/expansionprofile_excludedsystem.d.ts +7 -0
- package/lib/expansionprofile_excludedsystem.js +3 -0
- package/lib/expansionprofile_fixedversion.d.ts +9 -0
- package/lib/expansionprofile_fixedversion.js +3 -0
- package/lib/expansionprofile_include.d.ts +6 -0
- package/lib/expansionprofile_include.js +3 -0
- package/lib/explanationofbenefit.d.ts +101 -0
- package/lib/explanationofbenefit.js +3 -0
- package/lib/explanationofbenefit_accident.d.ts +14 -0
- package/lib/explanationofbenefit_accident.js +3 -0
- package/lib/explanationofbenefit_additem.d.ts +25 -0
- package/lib/explanationofbenefit_additem.js +3 -0
- package/lib/explanationofbenefit_adjudication.d.ts +13 -0
- package/lib/explanationofbenefit_adjudication.js +3 -0
- package/lib/explanationofbenefit_benefitbalance.d.ts +23 -0
- package/lib/explanationofbenefit_benefitbalance.js +3 -0
- package/lib/explanationofbenefit_careteam.d.ts +15 -0
- package/lib/explanationofbenefit_careteam.js +3 -0
- package/lib/explanationofbenefit_detail.d.ts +39 -0
- package/lib/explanationofbenefit_detail.js +3 -0
- package/lib/explanationofbenefit_detail1.d.ts +20 -0
- package/lib/explanationofbenefit_detail1.js +3 -0
- package/lib/explanationofbenefit_diagnosis.d.ts +15 -0
- package/lib/explanationofbenefit_diagnosis.js +3 -0
- package/lib/explanationofbenefit_financial.d.ts +17 -0
- package/lib/explanationofbenefit_financial.js +3 -0
- package/lib/explanationofbenefit_information.d.ts +29 -0
- package/lib/explanationofbenefit_information.js +3 -0
- package/lib/explanationofbenefit_insurance.d.ts +8 -0
- package/lib/explanationofbenefit_insurance.js +3 -0
- package/lib/explanationofbenefit_item.d.ts +63 -0
- package/lib/explanationofbenefit_item.js +3 -0
- package/lib/explanationofbenefit_payee.d.ts +11 -0
- package/lib/explanationofbenefit_payee.js +3 -0
- package/lib/explanationofbenefit_payment.d.ts +18 -0
- package/lib/explanationofbenefit_payment.js +3 -0
- package/lib/explanationofbenefit_procedure.d.ts +13 -0
- package/lib/explanationofbenefit_procedure.js +3 -0
- package/lib/explanationofbenefit_processnote.d.ts +12 -0
- package/lib/explanationofbenefit_processnote.js +3 -0
- package/lib/explanationofbenefit_related.d.ts +12 -0
- package/lib/explanationofbenefit_related.js +3 -0
- package/lib/explanationofbenefit_subdetail.d.ts +36 -0
- package/lib/explanationofbenefit_subdetail.js +3 -0
- package/lib/extension.d.ts +144 -0
- package/lib/extension.js +3 -0
- package/lib/familymemberhistory.d.ts +65 -0
- package/lib/familymemberhistory.js +3 -0
- package/lib/familymemberhistory_condition.d.ts +22 -0
- package/lib/familymemberhistory_condition.js +3 -0
- package/lib/flag.d.ts +25 -0
- package/lib/flag.js +3 -0
- package/lib/goal.d.ts +42 -0
- package/lib/goal.js +3 -0
- package/lib/goal_target.d.ts +19 -0
- package/lib/goal_target.js +3 -0
- package/lib/graphdefinition.d.ts +39 -0
- package/lib/graphdefinition.js +3 -0
- package/lib/graphdefinition_compartment.d.ts +11 -0
- package/lib/graphdefinition_compartment.js +3 -0
- package/lib/graphdefinition_link.d.ts +16 -0
- package/lib/graphdefinition_link.js +3 -0
- package/lib/graphdefinition_target.d.ts +13 -0
- package/lib/graphdefinition_target.js +3 -0
- package/lib/group.d.ts +27 -0
- package/lib/group.js +3 -0
- package/lib/group_characteristic.d.ts +21 -0
- package/lib/group_characteristic.js +3 -0
- package/lib/group_member.d.ts +11 -0
- package/lib/group_member.js +3 -0
- package/lib/guidanceresponse.d.ts +40 -0
- package/lib/guidanceresponse.js +3 -0
- package/lib/healthcareservice.d.ts +60 -0
- package/lib/healthcareservice.js +3 -0
- package/lib/healthcareservice_availabletime.d.ts +11 -0
- package/lib/healthcareservice_availabletime.js +3 -0
- package/lib/healthcareservice_notavailable.d.ts +8 -0
- package/lib/healthcareservice_notavailable.js +3 -0
- package/lib/humanname.d.ts +18 -0
- package/lib/humanname.js +3 -0
- package/lib/identifier.d.ts +18 -0
- package/lib/identifier.js +3 -0
- package/lib/imagingmanifest.d.ts +21 -0
- package/lib/imagingmanifest.js +3 -0
- package/lib/imagingmanifest_instance.d.ts +7 -0
- package/lib/imagingmanifest_instance.js +3 -0
- package/lib/imagingmanifest_series.d.ts +11 -0
- package/lib/imagingmanifest_series.js +3 -0
- package/lib/imagingmanifest_study.d.ts +13 -0
- package/lib/imagingmanifest_study.js +3 -0
- package/lib/imagingstudy.d.ts +48 -0
- package/lib/imagingstudy.js +3 -0
- package/lib/imagingstudy_instance.d.ts +11 -0
- package/lib/imagingstudy_instance.js +3 -0
- package/lib/imagingstudy_series.d.ts +30 -0
- package/lib/imagingstudy_series.js +3 -0
- package/lib/immunization.d.ts +56 -0
- package/lib/immunization.js +3 -0
- package/lib/immunization_explanation.d.ts +8 -0
- package/lib/immunization_explanation.js +3 -0
- package/lib/immunization_practitioner.d.ts +9 -0
- package/lib/immunization_practitioner.js +3 -0
- package/lib/immunization_reaction.d.ts +10 -0
- package/lib/immunization_reaction.js +3 -0
- package/lib/immunization_vaccinationprotocol.d.ts +21 -0
- package/lib/immunization_vaccinationprotocol.js +3 -0
- package/lib/immunizationrecommendation.d.ts +14 -0
- package/lib/immunizationrecommendation.js +3 -0
- package/lib/immunizationrecommendation_datecriterion.d.ts +8 -0
- package/lib/immunizationrecommendation_datecriterion.js +3 -0
- package/lib/immunizationrecommendation_protocol.d.ts +12 -0
- package/lib/immunizationrecommendation_protocol.js +3 -0
- package/lib/immunizationrecommendation_recommendation.d.ts +25 -0
- package/lib/immunizationrecommendation_recommendation.js +3 -0
- package/lib/implementationguide.d.ts +48 -0
- package/lib/implementationguide.js +3 -0
- package/lib/implementationguide_dependency.d.ts +7 -0
- package/lib/implementationguide_dependency.js +3 -0
- package/lib/implementationguide_global.d.ts +8 -0
- package/lib/implementationguide_global.js +3 -0
- package/lib/implementationguide_package.d.ts +10 -0
- package/lib/implementationguide_package.js +3 -0
- package/lib/implementationguide_page.d.ts +17 -0
- package/lib/implementationguide_page.js +3 -0
- package/lib/implementationguide_resource.d.ts +18 -0
- package/lib/implementationguide_resource.js +3 -0
- package/lib/index.d.ts +490 -5
- package/lib/index.js +491 -6
- package/lib/library.d.ts +67 -0
- package/lib/library.js +3 -0
- package/lib/linkage.d.ts +13 -0
- package/lib/linkage.js +3 -0
- package/lib/linkage_item.d.ts +8 -0
- package/lib/linkage_item.js +3 -0
- package/lib/list.d.ts +36 -0
- package/lib/list.js +3 -0
- package/lib/list_entry.d.ts +13 -0
- package/lib/list_entry.js +3 -0
- package/lib/location.d.ts +42 -0
- package/lib/location.js +3 -0
- package/lib/location_position.d.ts +9 -0
- package/lib/location_position.js +3 -0
- package/lib/measure.d.ts +89 -0
- package/lib/measure.js +3 -0
- package/lib/measure_group.d.ts +16 -0
- package/lib/measure_group.js +3 -0
- package/lib/measure_population.d.ts +15 -0
- package/lib/measure_population.js +3 -0
- package/lib/measure_stratifier.d.ts +10 -0
- package/lib/measure_stratifier.js +3 -0
- package/lib/measure_supplementaldata.d.ts +13 -0
- package/lib/measure_supplementaldata.js +3 -0
- package/lib/measurereport.d.ts +29 -0
- package/lib/measurereport.js +3 -0
- package/lib/measurereport_group.d.ts +14 -0
- package/lib/measurereport_group.js +3 -0
- package/lib/measurereport_population.d.ts +14 -0
- package/lib/measurereport_population.js +3 -0
- package/lib/measurereport_population1.d.ts +14 -0
- package/lib/measurereport_population1.js +3 -0
- package/lib/measurereport_stratifier.d.ts +9 -0
- package/lib/measurereport_stratifier.js +3 -0
- package/lib/measurereport_stratum.d.ts +10 -0
- package/lib/measurereport_stratum.js +3 -0
- package/lib/media.d.ts +49 -0
- package/lib/media.js +3 -0
- package/lib/medication.d.ts +28 -0
- package/lib/medication.js +3 -0
- package/lib/medication_batch.d.ts +7 -0
- package/lib/medication_batch.js +3 -0
- package/lib/medication_content.d.ts +12 -0
- package/lib/medication_content.js +3 -0
- package/lib/medication_ingredient.d.ts +14 -0
- package/lib/medication_ingredient.js +3 -0
- package/lib/medication_package.d.ts +12 -0
- package/lib/medication_package.js +3 -0
- package/lib/medicationadministration.d.ts +56 -0
- package/lib/medicationadministration.js +3 -0
- package/lib/medicationadministration_dosage.d.ts +22 -0
- package/lib/medicationadministration_dosage.js +3 -0
- package/lib/medicationadministration_performer.d.ts +8 -0
- package/lib/medicationadministration_performer.js +3 -0
- package/lib/medicationdispense.d.ts +65 -0
- package/lib/medicationdispense.js +3 -0
- package/lib/medicationdispense_performer.d.ts +8 -0
- package/lib/medicationdispense_performer.js +3 -0
- package/lib/medicationdispense_substitution.d.ts +13 -0
- package/lib/medicationdispense_substitution.js +3 -0
- package/lib/medicationrequest.d.ts +63 -0
- package/lib/medicationrequest.js +3 -0
- package/lib/medicationrequest_dispenserequest.d.ts +17 -0
- package/lib/medicationrequest_dispenserequest.js +3 -0
- package/lib/medicationrequest_requester.d.ts +8 -0
- package/lib/medicationrequest_requester.js +3 -0
- package/lib/medicationrequest_substitution.d.ts +8 -0
- package/lib/medicationrequest_substitution.js +3 -0
- package/lib/medicationstatement.d.ts +51 -0
- package/lib/medicationstatement.js +3 -0
- package/lib/messagedefinition.d.ts +59 -0
- package/lib/messagedefinition.js +3 -0
- package/lib/messagedefinition_allowedresponse.d.ts +8 -0
- package/lib/messagedefinition_allowedresponse.js +3 -0
- package/lib/messagedefinition_focus.d.ts +12 -0
- package/lib/messagedefinition_focus.js +3 -0
- package/lib/messageheader.d.ts +35 -0
- package/lib/messageheader.js +3 -0
- package/lib/messageheader_destination.d.ts +10 -0
- package/lib/messageheader_destination.js +3 -0
- package/lib/messageheader_response.d.ts +10 -0
- package/lib/messageheader_response.js +3 -0
- package/lib/messageheader_source.d.ts +14 -0
- package/lib/messageheader_source.js +3 -0
- package/lib/meta.d.ts +14 -0
- package/lib/meta.js +3 -0
- package/lib/money.d.ts +3 -0
- package/lib/money.js +3 -0
- package/lib/namingsystem.d.ts +38 -0
- package/lib/namingsystem.js +3 -0
- package/lib/namingsystem_uniqueid.d.ts +14 -0
- package/lib/namingsystem_uniqueid.js +3 -0
- package/lib/narrative.d.ts +7 -0
- package/lib/narrative.js +3 -0
- package/lib/nutritionorder.d.ts +35 -0
- package/lib/nutritionorder.js +3 -0
- package/lib/nutritionorder_administration.d.ts +14 -0
- package/lib/nutritionorder_administration.js +3 -0
- package/lib/nutritionorder_enteralformula.d.ts +24 -0
- package/lib/nutritionorder_enteralformula.js +3 -0
- package/lib/nutritionorder_nutrient.d.ts +9 -0
- package/lib/nutritionorder_nutrient.js +3 -0
- package/lib/nutritionorder_oraldiet.d.ts +19 -0
- package/lib/nutritionorder_oraldiet.js +3 -0
- package/lib/nutritionorder_supplement.d.ts +16 -0
- package/lib/nutritionorder_supplement.js +3 -0
- package/lib/nutritionorder_texture.d.ts +8 -0
- package/lib/nutritionorder_texture.js +3 -0
- package/lib/observation.d.ts +81 -0
- package/lib/observation.js +3 -0
- package/lib/observation_component.d.ts +39 -0
- package/lib/observation_component.js +3 -0
- package/lib/observation_referencerange.d.ts +18 -0
- package/lib/observation_referencerange.js +3 -0
- package/lib/observation_related.d.ts +8 -0
- package/lib/observation_related.js +3 -0
- package/lib/operationdefinition.d.ts +57 -0
- package/lib/operationdefinition.js +3 -0
- package/lib/operationdefinition_binding.d.ts +10 -0
- package/lib/operationdefinition_binding.js +3 -0
- package/lib/operationdefinition_overload.d.ts +7 -0
- package/lib/operationdefinition_overload.js +3 -0
- package/lib/operationdefinition_parameter.d.ts +25 -0
- package/lib/operationdefinition_parameter.js +3 -0
- package/lib/operationoutcome.d.ts +8 -0
- package/lib/operationoutcome.js +3 -0
- package/lib/operationoutcome_issue.d.ts +16 -0
- package/lib/operationoutcome_issue.js +3 -0
- package/lib/organization.d.ts +31 -0
- package/lib/organization.js +3 -0
- package/lib/organization_contact.d.ts +15 -0
- package/lib/organization_contact.js +3 -0
- package/lib/parameterdefinition.d.ts +18 -0
- package/lib/parameterdefinition.js +3 -0
- package/lib/parameters.d.ts +6 -0
- package/lib/parameters.js +3 -0
- package/lib/parameters_parameter.d.ts +150 -0
- package/lib/parameters_parameter.js +3 -0
- package/lib/patient.d.ts +54 -0
- package/lib/patient.js +3 -0
- package/lib/patient_animal.d.ts +10 -0
- package/lib/patient_animal.js +3 -0
- package/lib/patient_communication.d.ts +8 -0
- package/lib/patient_communication.js +3 -0
- package/lib/patient_contact.d.ts +23 -0
- package/lib/patient_contact.js +3 -0
- package/lib/patient_link.d.ts +8 -0
- package/lib/patient_link.js +3 -0
- package/lib/paymentnotice.d.ts +28 -0
- package/lib/paymentnotice.js +3 -0
- package/lib/paymentreconciliation.d.ts +40 -0
- package/lib/paymentreconciliation.js +3 -0
- package/lib/paymentreconciliation_detail.d.ts +20 -0
- package/lib/paymentreconciliation_detail.js +3 -0
- package/lib/paymentreconciliation_processnote.d.ts +8 -0
- package/lib/paymentreconciliation_processnote.js +3 -0
- package/lib/period.d.ts +7 -0
- package/lib/period.js +3 -0
- package/lib/person.d.ts +32 -0
- package/lib/person.js +3 -0
- package/lib/person_link.d.ts +8 -0
- package/lib/person_link.js +3 -0
- package/lib/plandefinition.d.ts +67 -0
- package/lib/plandefinition.js +3 -0
- package/lib/plandefinition_action.d.ts +75 -0
- package/lib/plandefinition_action.js +3 -0
- package/lib/plandefinition_condition.d.ts +11 -0
- package/lib/plandefinition_condition.js +3 -0
- package/lib/plandefinition_dynamicvalue.d.ts +11 -0
- package/lib/plandefinition_dynamicvalue.js +3 -0
- package/lib/plandefinition_goal.d.ts +20 -0
- package/lib/plandefinition_goal.js +3 -0
- package/lib/plandefinition_participant.d.ts +8 -0
- package/lib/plandefinition_participant.js +3 -0
- package/lib/plandefinition_relatedaction.d.ts +13 -0
- package/lib/plandefinition_relatedaction.js +3 -0
- package/lib/plandefinition_target.d.ts +17 -0
- package/lib/plandefinition_target.js +3 -0
- package/lib/practitioner.d.ts +33 -0
- package/lib/practitioner.js +3 -0
- package/lib/practitioner_qualification.d.ts +15 -0
- package/lib/practitioner_qualification.js +3 -0
- package/lib/practitionerrole.d.ts +40 -0
- package/lib/practitionerrole.js +3 -0
- package/lib/practitionerrole_availabletime.d.ts +11 -0
- package/lib/practitionerrole_availabletime.js +3 -0
- package/lib/practitionerrole_notavailable.d.ts +8 -0
- package/lib/practitionerrole_notavailable.js +3 -0
- package/lib/procedure.d.ts +66 -0
- package/lib/procedure.js +3 -0
- package/lib/procedure_focaldevice.d.ts +9 -0
- package/lib/procedure_focaldevice.js +3 -0
- package/lib/procedure_performer.d.ts +11 -0
- package/lib/procedure_performer.js +3 -0
- package/lib/procedurerequest.d.ts +70 -0
- package/lib/procedurerequest.js +3 -0
- package/lib/procedurerequest_requester.d.ts +8 -0
- package/lib/procedurerequest_requester.js +3 -0
- package/lib/processrequest.d.ts +39 -0
- package/lib/processrequest.js +3 -0
- package/lib/processrequest_item.d.ts +5 -0
- package/lib/processrequest_item.js +3 -0
- package/lib/processresponse.d.ts +35 -0
- package/lib/processresponse.js +3 -0
- package/lib/processresponse_processnote.d.ts +8 -0
- package/lib/processresponse_processnote.js +3 -0
- package/lib/provenance.d.ts +31 -0
- package/lib/provenance.js +3 -0
- package/lib/provenance_agent.d.ts +17 -0
- package/lib/provenance_agent.js +3 -0
- package/lib/provenance_entity.d.ts +16 -0
- package/lib/provenance_entity.js +3 -0
- package/lib/quantity.d.ts +13 -0
- package/lib/quantity.js +3 -0
- package/lib/questionnaire.d.ts +54 -0
- package/lib/questionnaire.js +3 -0
- package/lib/questionnaire_enablewhen.d.ts +35 -0
- package/lib/questionnaire_enablewhen.js +3 -0
- package/lib/questionnaire_item.d.ts +70 -0
- package/lib/questionnaire_item.js +3 -0
- package/lib/questionnaire_option.d.ts +14 -0
- package/lib/questionnaire_option.js +3 -0
- package/lib/questionnaireresponse.d.ts +30 -0
- package/lib/questionnaireresponse.js +3 -0
- package/lib/questionnaireresponse_answer.d.ts +34 -0
- package/lib/questionnaireresponse_answer.js +3 -0
- package/lib/questionnaireresponse_item.d.ts +17 -0
- package/lib/questionnaireresponse_item.js +3 -0
- package/lib/range.d.ts +8 -0
- package/lib/range.js +3 -0
- package/lib/ratio.d.ts +8 -0
- package/lib/ratio.js +3 -0
- package/lib/reference.d.ts +10 -0
- package/lib/reference.js +3 -0
- package/lib/referralrequest.d.ts +59 -0
- package/lib/referralrequest.js +3 -0
- package/lib/referralrequest_requester.d.ts +8 -0
- package/lib/referralrequest_requester.js +3 -0
- package/lib/relatedartifact.d.ts +17 -0
- package/lib/relatedartifact.js +3 -0
- package/lib/relatedperson.d.ts +35 -0
- package/lib/relatedperson.js +3 -0
- package/lib/requestgroup.d.ts +42 -0
- package/lib/requestgroup.js +3 -0
- package/lib/requestgroup_action.d.ts +57 -0
- package/lib/requestgroup_action.js +3 -0
- package/lib/requestgroup_condition.d.ts +11 -0
- package/lib/requestgroup_condition.js +3 -0
- package/lib/requestgroup_relatedaction.d.ts +13 -0
- package/lib/requestgroup_relatedaction.js +3 -0
- package/lib/researchstudy.d.ts +53 -0
- package/lib/researchstudy.js +3 -0
- package/lib/researchstudy_arm.d.ts +10 -0
- package/lib/researchstudy_arm.js +3 -0
- package/lib/researchsubject.d.ts +24 -0
- package/lib/researchsubject.js +3 -0
- package/lib/resource.js +3 -0
- package/lib/resourcelist.js +4 -0
- package/lib/riskassessment.d.ts +46 -0
- package/lib/riskassessment.js +3 -0
- package/lib/riskassessment_prediction.d.ts +22 -0
- package/lib/riskassessment_prediction.js +3 -0
- package/lib/sampleddata.d.ts +18 -0
- package/lib/sampleddata.js +3 -0
- package/lib/schedule.d.ts +25 -0
- package/lib/schedule.js +3 -0
- package/lib/searchparameter.d.ts +57 -0
- package/lib/searchparameter.js +3 -0
- package/lib/searchparameter_component.d.ts +8 -0
- package/lib/searchparameter_component.js +3 -0
- package/lib/sequence.d.ts +42 -0
- package/lib/sequence.js +3 -0
- package/lib/sequence_quality.d.ts +33 -0
- package/lib/sequence_quality.js +3 -0
- package/lib/sequence_referenceseq.d.ts +21 -0
- package/lib/sequence_referenceseq.js +3 -0
- package/lib/sequence_repository.d.ts +15 -0
- package/lib/sequence_repository.js +3 -0
- package/lib/sequence_variant.d.ts +16 -0
- package/lib/sequence_variant.js +3 -0
- package/lib/servicedefinition.d.ts +65 -0
- package/lib/servicedefinition.js +3 -0
- package/lib/signature.d.ts +21 -0
- package/lib/signature.js +3 -0
- package/lib/slot.d.ts +30 -0
- package/lib/slot.js +3 -0
- package/lib/specimen.d.ts +36 -0
- package/lib/specimen.js +3 -0
- package/lib/specimen_collection.d.ts +19 -0
- package/lib/specimen_collection.js +3 -0
- package/lib/specimen_container.d.ts +21 -0
- package/lib/specimen_container.js +3 -0
- package/lib/specimen_processing.d.ts +16 -0
- package/lib/specimen_processing.js +3 -0
- package/lib/structuredefinition.d.ts +69 -0
- package/lib/structuredefinition.js +3 -0
- package/lib/structuredefinition_differential.d.ts +6 -0
- package/lib/structuredefinition_differential.js +3 -0
- package/lib/structuredefinition_mapping.d.ts +11 -0
- package/lib/structuredefinition_mapping.js +3 -0
- package/lib/structuredefinition_snapshot.d.ts +6 -0
- package/lib/structuredefinition_snapshot.js +3 -0
- package/lib/structuremap.d.ts +47 -0
- package/lib/structuremap.js +3 -0
- package/lib/structuremap_dependent.d.ts +7 -0
- package/lib/structuremap_dependent.js +3 -0
- package/lib/structuremap_group.d.ts +17 -0
- package/lib/structuremap_group.js +3 -0
- package/lib/structuremap_input.d.ts +11 -0
- package/lib/structuremap_input.js +3 -0
- package/lib/structuremap_parameter.d.ts +13 -0
- package/lib/structuremap_parameter.js +3 -0
- package/lib/structuremap_rule.d.ts +18 -0
- package/lib/structuremap_rule.js +3 -0
- package/lib/structuremap_source.d.ts +161 -0
- package/lib/structuremap_source.js +3 -0
- package/lib/structuremap_structure.d.ts +11 -0
- package/lib/structuremap_structure.js +3 -0
- package/lib/structuremap_target.d.ts +20 -0
- package/lib/structuremap_target.js +3 -0
- package/lib/subscription.d.ts +24 -0
- package/lib/subscription.js +3 -0
- package/lib/subscription_channel.d.ts +11 -0
- package/lib/subscription_channel.js +3 -0
- package/lib/substance.d.ts +23 -0
- package/lib/substance.js +3 -0
- package/lib/substance_ingredient.d.ts +12 -0
- package/lib/substance_ingredient.js +3 -0
- package/lib/substance_instance.d.ts +11 -0
- package/lib/substance_instance.js +3 -0
- package/lib/supplydelivery.d.ts +37 -0
- package/lib/supplydelivery.js +3 -0
- package/lib/supplydelivery_supplieditem.d.ts +12 -0
- package/lib/supplydelivery_supplieditem.js +3 -0
- package/lib/supplyrequest.d.ts +42 -0
- package/lib/supplyrequest.js +3 -0
- package/lib/supplyrequest_ordereditem.d.ts +12 -0
- package/lib/supplyrequest_ordereditem.js +3 -0
- package/lib/supplyrequest_requester.d.ts +8 -0
- package/lib/supplyrequest_requester.js +3 -0
- package/lib/task.d.ts +70 -0
- package/lib/task.js +3 -0
- package/lib/task_input.d.ts +145 -0
- package/lib/task_input.js +3 -0
- package/lib/task_output.d.ts +145 -0
- package/lib/task_output.js +3 -0
- package/lib/task_requester.d.ts +8 -0
- package/lib/task_requester.js +3 -0
- package/lib/task_restriction.d.ts +11 -0
- package/lib/task_restriction.js +3 -0
- package/lib/testreport.d.ts +35 -0
- package/lib/testreport.js +3 -0
- package/lib/testreport_action.d.ts +9 -0
- package/lib/testreport_action.js +3 -0
- package/lib/testreport_action1.d.ts +9 -0
- package/lib/testreport_action1.js +3 -0
- package/lib/testreport_action2.d.ts +6 -0
- package/lib/testreport_action2.js +3 -0
- package/lib/testreport_assert.d.ts +9 -0
- package/lib/testreport_assert.js +3 -0
- package/lib/testreport_operation.d.ts +9 -0
- package/lib/testreport_operation.js +3 -0
- package/lib/testreport_participant.d.ts +9 -0
- package/lib/testreport_participant.js +3 -0
- package/lib/testreport_setup.d.ts +6 -0
- package/lib/testreport_setup.js +3 -0
- package/lib/testreport_teardown.d.ts +6 -0
- package/lib/testreport_teardown.js +3 -0
- package/lib/testreport_test.d.ts +10 -0
- package/lib/testreport_test.js +3 -0
- package/lib/testscript.d.ts +72 -0
- package/lib/testscript.js +3 -0
- package/lib/testscript_action.d.ts +9 -0
- package/lib/testscript_action.js +3 -0
- package/lib/testscript_action1.d.ts +9 -0
- package/lib/testscript_action1.js +3 -0
- package/lib/testscript_action2.d.ts +6 -0
- package/lib/testscript_action2.js +3 -0
- package/lib/testscript_assert.d.ts +53 -0
- package/lib/testscript_assert.js +3 -0
- package/lib/testscript_capability.d.ts +18 -0
- package/lib/testscript_capability.js +3 -0
- package/lib/testscript_destination.d.ts +8 -0
- package/lib/testscript_destination.js +3 -0
- package/lib/testscript_fixture.d.ts +10 -0
- package/lib/testscript_fixture.js +3 -0
- package/lib/testscript_link.d.ts +7 -0
- package/lib/testscript_link.js +3 -0
- package/lib/testscript_metadata.d.ts +9 -0
- package/lib/testscript_metadata.js +3 -0
- package/lib/testscript_operation.d.ts +37 -0
- package/lib/testscript_operation.js +3 -0
- package/lib/testscript_origin.d.ts +8 -0
- package/lib/testscript_origin.js +3 -0
- package/lib/testscript_param.d.ts +7 -0
- package/lib/testscript_param.js +3 -0
- package/lib/testscript_param1.d.ts +7 -0
- package/lib/testscript_param1.js +3 -0
- package/lib/testscript_param2.d.ts +7 -0
- package/lib/testscript_param2.js +3 -0
- package/lib/testscript_param3.d.ts +7 -0
- package/lib/testscript_param3.js +3 -0
- package/lib/testscript_requestheader.d.ts +7 -0
- package/lib/testscript_requestheader.js +3 -0
- package/lib/testscript_rule.d.ts +9 -0
- package/lib/testscript_rule.js +3 -0
- package/lib/testscript_rule1.d.ts +8 -0
- package/lib/testscript_rule1.js +3 -0
- package/lib/testscript_rule2.d.ts +8 -0
- package/lib/testscript_rule2.js +3 -0
- package/lib/testscript_rule3.d.ts +8 -0
- package/lib/testscript_rule3.js +3 -0
- package/lib/testscript_ruleset.d.ts +9 -0
- package/lib/testscript_ruleset.js +3 -0
- package/lib/testscript_ruleset1.d.ts +8 -0
- package/lib/testscript_ruleset1.js +3 -0
- package/lib/testscript_setup.d.ts +6 -0
- package/lib/testscript_setup.js +3 -0
- package/lib/testscript_teardown.d.ts +6 -0
- package/lib/testscript_teardown.js +3 -0
- package/lib/testscript_test.d.ts +10 -0
- package/lib/testscript_test.js +3 -0
- package/lib/testscript_variable.d.ts +19 -0
- package/lib/testscript_variable.js +3 -0
- package/lib/timing.d.ts +11 -0
- package/lib/timing.js +3 -0
- package/lib/timing_repeat.d.ts +40 -0
- package/lib/timing_repeat.js +3 -0
- package/lib/triggerdefinition.d.ts +20 -0
- package/lib/triggerdefinition.js +3 -0
- package/lib/usagecontext.d.ts +15 -0
- package/lib/usagecontext.js +3 -0
- package/lib/valueset.d.ts +49 -0
- package/lib/valueset.js +3 -0
- package/lib/valueset_compose.d.ts +12 -0
- package/lib/valueset_compose.js +3 -0
- package/lib/valueset_concept.d.ts +10 -0
- package/lib/valueset_concept.js +3 -0
- package/lib/valueset_contains.d.ts +20 -0
- package/lib/valueset_contains.js +3 -0
- package/lib/valueset_designation.d.ts +10 -0
- package/lib/valueset_designation.js +3 -0
- package/lib/valueset_expansion.d.ts +17 -0
- package/lib/valueset_expansion.js +3 -0
- package/lib/valueset_filter.d.ts +9 -0
- package/lib/valueset_filter.js +3 -0
- package/lib/valueset_include.d.ts +15 -0
- package/lib/valueset_include.js +3 -0
- package/lib/valueset_parameter.d.ts +17 -0
- package/lib/valueset_parameter.js +3 -0
- package/lib/visionprescription.d.ts +27 -0
- package/lib/visionprescription.js +3 -0
- package/lib/visionprescription_dispense.d.ts +36 -0
- package/lib/visionprescription_dispense.js +3 -0
- package/package.json +3 -3
- package/lib/cms/index.d.ts +0 -5
- package/lib/cms/index.js +0 -3
- package/lib/crm/index.d.ts +0 -5
- package/lib/crm/index.js +0 -3
- package/lib/ehr/account.d.ts +0 -36
- package/lib/ehr/account.js +0 -3
- package/lib/ehr/account_coverage.d.ts +0 -9
- package/lib/ehr/account_coverage.js +0 -3
- package/lib/ehr/account_guarantor.d.ts +0 -10
- package/lib/ehr/account_guarantor.js +0 -3
- package/lib/ehr/activitydefinition.d.ts +0 -94
- package/lib/ehr/activitydefinition.js +0 -3
- package/lib/ehr/activitydefinition_dynamicvalue.d.ts +0 -10
- package/lib/ehr/activitydefinition_dynamicvalue.js +0 -4
- package/lib/ehr/activitydefinition_participant.d.ts +0 -7
- package/lib/ehr/activitydefinition_participant.js +0 -3
- package/lib/ehr/address.d.ts +0 -23
- package/lib/ehr/address.js +0 -3
- package/lib/ehr/adverseevent.d.ts +0 -40
- package/lib/ehr/adverseevent.js +0 -3
- package/lib/ehr/adverseevent_suspectentity.d.ts +0 -18
- package/lib/ehr/adverseevent_suspectentity.js +0 -3
- package/lib/ehr/age.d.ts +0 -2
- package/lib/ehr/age.js +0 -4
- package/lib/ehr/allergyintolerance.d.ts +0 -50
- package/lib/ehr/allergyintolerance.js +0 -3
- package/lib/ehr/allergyintolerance_reaction.d.ts +0 -18
- package/lib/ehr/allergyintolerance_reaction.js +0 -3
- package/lib/ehr/annotation.d.ts +0 -11
- package/lib/ehr/annotation.js +0 -3
- package/lib/ehr/appointment.d.ts +0 -49
- package/lib/ehr/appointment.js +0 -3
- package/lib/ehr/appointment_participant.d.ts +0 -12
- package/lib/ehr/appointment_participant.js +0 -3
- package/lib/ehr/appointmentresponse.d.ts +0 -23
- package/lib/ehr/appointmentresponse.js +0 -3
- package/lib/ehr/attachment.d.ts +0 -18
- package/lib/ehr/attachment.js +0 -4
- package/lib/ehr/auditevent.d.ts +0 -29
- package/lib/ehr/auditevent.js +0 -3
- package/lib/ehr/auditevent_agent.d.ts +0 -29
- package/lib/ehr/auditevent_agent.js +0 -3
- package/lib/ehr/auditevent_detail.d.ts +0 -6
- package/lib/ehr/auditevent_detail.js +0 -4
- package/lib/ehr/auditevent_entity.d.ts +0 -26
- package/lib/ehr/auditevent_entity.js +0 -3
- package/lib/ehr/auditevent_network.d.ts +0 -6
- package/lib/ehr/auditevent_network.js +0 -4
- package/lib/ehr/auditevent_source.d.ts +0 -10
- package/lib/ehr/auditevent_source.js +0 -3
- package/lib/ehr/backboneelement.d.ts +0 -5
- package/lib/ehr/backboneelement.js +0 -3
- package/lib/ehr/basic.d.ts +0 -17
- package/lib/ehr/basic.js +0 -3
- package/lib/ehr/binary.d.ts +0 -11
- package/lib/ehr/binary.js +0 -3
- package/lib/ehr/bodysite.d.ts +0 -22
- package/lib/ehr/bodysite.js +0 -3
- package/lib/ehr/bundle.d.ts +0 -20
- package/lib/ehr/bundle.js +0 -3
- package/lib/ehr/bundle_entry.d.ts +0 -21
- package/lib/ehr/bundle_entry.js +0 -3
- package/lib/ehr/bundle_link.d.ts +0 -6
- package/lib/ehr/bundle_link.js +0 -4
- package/lib/ehr/bundle_request.d.ts +0 -14
- package/lib/ehr/bundle_request.js +0 -4
- package/lib/ehr/bundle_response.d.ts +0 -13
- package/lib/ehr/bundle_response.js +0 -3
- package/lib/ehr/bundle_search.d.ts +0 -6
- package/lib/ehr/bundle_search.js +0 -4
- package/lib/ehr/capabilitystatement.d.ts +0 -67
- package/lib/ehr/capabilitystatement.js +0 -3
- package/lib/ehr/capabilitystatement_certificate.d.ts +0 -6
- package/lib/ehr/capabilitystatement_certificate.js +0 -4
- package/lib/ehr/capabilitystatement_document.d.ts +0 -9
- package/lib/ehr/capabilitystatement_document.js +0 -3
- package/lib/ehr/capabilitystatement_endpoint.d.ts +0 -7
- package/lib/ehr/capabilitystatement_endpoint.js +0 -3
- package/lib/ehr/capabilitystatement_event.d.ts +0 -18
- package/lib/ehr/capabilitystatement_event.js +0 -3
- package/lib/ehr/capabilitystatement_implementation.d.ts +0 -6
- package/lib/ehr/capabilitystatement_implementation.js +0 -4
- package/lib/ehr/capabilitystatement_interaction.d.ts +0 -6
- package/lib/ehr/capabilitystatement_interaction.js +0 -4
- package/lib/ehr/capabilitystatement_interaction1.d.ts +0 -6
- package/lib/ehr/capabilitystatement_interaction1.js +0 -4
- package/lib/ehr/capabilitystatement_messaging.d.ts +0 -15
- package/lib/ehr/capabilitystatement_messaging.js +0 -3
- package/lib/ehr/capabilitystatement_operation.d.ts +0 -7
- package/lib/ehr/capabilitystatement_operation.js +0 -3
- package/lib/ehr/capabilitystatement_resource.d.ts +0 -35
- package/lib/ehr/capabilitystatement_resource.js +0 -3
- package/lib/ehr/capabilitystatement_rest.d.ts +0 -23
- package/lib/ehr/capabilitystatement_rest.js +0 -3
- package/lib/ehr/capabilitystatement_searchparam.d.ts +0 -10
- package/lib/ehr/capabilitystatement_searchparam.js +0 -4
- package/lib/ehr/capabilitystatement_security.d.ts +0 -12
- package/lib/ehr/capabilitystatement_security.js +0 -3
- package/lib/ehr/capabilitystatement_software.d.ts +0 -8
- package/lib/ehr/capabilitystatement_software.js +0 -4
- package/lib/ehr/capabilitystatement_supportedmessage.d.ts +0 -7
- package/lib/ehr/capabilitystatement_supportedmessage.js +0 -3
- package/lib/ehr/careplan.d.ts +0 -50
- package/lib/ehr/careplan.js +0 -3
- package/lib/ehr/careplan_activity.d.ts +0 -16
- package/lib/ehr/careplan_activity.js +0 -3
- package/lib/ehr/careplan_detail.d.ts +0 -45
- package/lib/ehr/careplan_detail.js +0 -3
- package/lib/ehr/careteam.d.ts +0 -34
- package/lib/ehr/careteam.js +0 -3
- package/lib/ehr/careteam_participant.d.ts +0 -13
- package/lib/ehr/careteam_participant.js +0 -3
- package/lib/ehr/chargeitem.d.ts +0 -63
- package/lib/ehr/chargeitem.js +0 -3
- package/lib/ehr/chargeitem_participant.d.ts +0 -8
- package/lib/ehr/chargeitem_participant.js +0 -3
- package/lib/ehr/claim.d.ts +0 -78
- package/lib/ehr/claim.js +0 -3
- package/lib/ehr/claim_accident.d.ts +0 -13
- package/lib/ehr/claim_accident.js +0 -3
- package/lib/ehr/claim_careteam.d.ts +0 -14
- package/lib/ehr/claim_careteam.js +0 -3
- package/lib/ehr/claim_detail.d.ts +0 -31
- package/lib/ehr/claim_detail.js +0 -3
- package/lib/ehr/claim_diagnosis.d.ts +0 -14
- package/lib/ehr/claim_diagnosis.js +0 -3
- package/lib/ehr/claim_information.d.ts +0 -27
- package/lib/ehr/claim_information.js +0 -3
- package/lib/ehr/claim_insurance.d.ts +0 -15
- package/lib/ehr/claim_insurance.js +0 -3
- package/lib/ehr/claim_item.d.ts +0 -57
- package/lib/ehr/claim_item.js +0 -3
- package/lib/ehr/claim_payee.d.ts +0 -11
- package/lib/ehr/claim_payee.js +0 -3
- package/lib/ehr/claim_procedure.d.ts +0 -12
- package/lib/ehr/claim_procedure.js +0 -3
- package/lib/ehr/claim_related.d.ts +0 -11
- package/lib/ehr/claim_related.js +0 -3
- package/lib/ehr/claim_subdetail.d.ts +0 -28
- package/lib/ehr/claim_subdetail.js +0 -3
- package/lib/ehr/claimresponse.d.ts +0 -61
- package/lib/ehr/claimresponse.js +0 -3
- package/lib/ehr/claimresponse_additem.d.ts +0 -24
- package/lib/ehr/claimresponse_additem.js +0 -3
- package/lib/ehr/claimresponse_adjudication.d.ts +0 -12
- package/lib/ehr/claimresponse_adjudication.js +0 -3
- package/lib/ehr/claimresponse_detail.d.ts +0 -12
- package/lib/ehr/claimresponse_detail.js +0 -3
- package/lib/ehr/claimresponse_detail1.d.ts +0 -19
- package/lib/ehr/claimresponse_detail1.js +0 -3
- package/lib/ehr/claimresponse_error.d.ts +0 -11
- package/lib/ehr/claimresponse_error.js +0 -3
- package/lib/ehr/claimresponse_insurance.d.ts +0 -15
- package/lib/ehr/claimresponse_insurance.js +0 -3
- package/lib/ehr/claimresponse_item.d.ts +0 -12
- package/lib/ehr/claimresponse_item.js +0 -3
- package/lib/ehr/claimresponse_payment.d.ts +0 -17
- package/lib/ehr/claimresponse_payment.js +0 -3
- package/lib/ehr/claimresponse_processnote.d.ts +0 -11
- package/lib/ehr/claimresponse_processnote.js +0 -3
- package/lib/ehr/claimresponse_subdetail.d.ts +0 -9
- package/lib/ehr/claimresponse_subdetail.js +0 -3
- package/lib/ehr/clinicalimpression.d.ts +0 -51
- package/lib/ehr/clinicalimpression.js +0 -3
- package/lib/ehr/clinicalimpression_finding.d.ts +0 -10
- package/lib/ehr/clinicalimpression_finding.js +0 -3
- package/lib/ehr/clinicalimpression_investigation.d.ts +0 -8
- package/lib/ehr/clinicalimpression_investigation.js +0 -3
- package/lib/ehr/codeableconcept.d.ts +0 -7
- package/lib/ehr/codeableconcept.js +0 -3
- package/lib/ehr/codesystem.d.ts +0 -61
- package/lib/ehr/codesystem.js +0 -3
- package/lib/ehr/codesystem_concept.d.ts +0 -16
- package/lib/ehr/codesystem_concept.js +0 -3
- package/lib/ehr/codesystem_designation.d.ts +0 -9
- package/lib/ehr/codesystem_designation.js +0 -3
- package/lib/ehr/codesystem_filter.d.ts +0 -10
- package/lib/ehr/codesystem_filter.js +0 -4
- package/lib/ehr/codesystem_property.d.ts +0 -10
- package/lib/ehr/codesystem_property.js +0 -4
- package/lib/ehr/codesystem_property1.d.ts +0 -17
- package/lib/ehr/codesystem_property1.js +0 -3
- package/lib/ehr/coding.d.ts +0 -12
- package/lib/ehr/coding.js +0 -4
- package/lib/ehr/communication.d.ts +0 -49
- package/lib/ehr/communication.js +0 -3
- package/lib/ehr/communication_payload.d.ts +0 -10
- package/lib/ehr/communication_payload.js +0 -3
- package/lib/ehr/communicationrequest.d.ts +0 -53
- package/lib/ehr/communicationrequest.js +0 -3
- package/lib/ehr/communicationrequest_payload.d.ts +0 -10
- package/lib/ehr/communicationrequest_payload.js +0 -3
- package/lib/ehr/communicationrequest_requester.d.ts +0 -7
- package/lib/ehr/communicationrequest_requester.js +0 -3
- package/lib/ehr/compartmentdefinition.d.ts +0 -38
- package/lib/ehr/compartmentdefinition.js +0 -3
- package/lib/ehr/compartmentdefinition_resource.d.ts +0 -8
- package/lib/ehr/compartmentdefinition_resource.js +0 -4
- package/lib/ehr/composition.d.ts +0 -41
- package/lib/ehr/composition.js +0 -3
- package/lib/ehr/composition_attester.d.ts +0 -9
- package/lib/ehr/composition_attester.js +0 -3
- package/lib/ehr/composition_event.d.ts +0 -11
- package/lib/ehr/composition_event.js +0 -3
- package/lib/ehr/composition_relatesto.d.ts +0 -10
- package/lib/ehr/composition_relatesto.js +0 -3
- package/lib/ehr/composition_section.d.ts +0 -21
- package/lib/ehr/composition_section.js +0 -3
- package/lib/ehr/conceptmap.d.ts +0 -50
- package/lib/ehr/conceptmap.js +0 -3
- package/lib/ehr/conceptmap_dependson.d.ts +0 -10
- package/lib/ehr/conceptmap_dependson.js +0 -4
- package/lib/ehr/conceptmap_element.d.ts +0 -9
- package/lib/ehr/conceptmap_element.js +0 -3
- package/lib/ehr/conceptmap_group.d.ts +0 -16
- package/lib/ehr/conceptmap_group.js +0 -3
- package/lib/ehr/conceptmap_target.d.ts +0 -15
- package/lib/ehr/conceptmap_target.js +0 -3
- package/lib/ehr/conceptmap_unmapped.d.ts +0 -10
- package/lib/ehr/conceptmap_unmapped.js +0 -4
- package/lib/ehr/condition.d.ts +0 -63
- package/lib/ehr/condition.js +0 -3
- package/lib/ehr/condition_evidence.d.ts +0 -8
- package/lib/ehr/condition_evidence.js +0 -3
- package/lib/ehr/condition_stage.d.ts +0 -8
- package/lib/ehr/condition_stage.js +0 -3
- package/lib/ehr/consent.d.ts +0 -54
- package/lib/ehr/consent.js +0 -3
- package/lib/ehr/consent_actor.d.ts +0 -8
- package/lib/ehr/consent_actor.js +0 -3
- package/lib/ehr/consent_actor1.d.ts +0 -8
- package/lib/ehr/consent_actor1.js +0 -3
- package/lib/ehr/consent_data.d.ts +0 -7
- package/lib/ehr/consent_data.js +0 -3
- package/lib/ehr/consent_data1.d.ts +0 -7
- package/lib/ehr/consent_data1.js +0 -3
- package/lib/ehr/consent_except.d.ts +0 -27
- package/lib/ehr/consent_except.js +0 -3
- package/lib/ehr/consent_policy.d.ts +0 -6
- package/lib/ehr/consent_policy.js +0 -4
- package/lib/ehr/contactdetail.d.ts +0 -7
- package/lib/ehr/contactdetail.js +0 -3
- package/lib/ehr/contactpoint.d.ts +0 -13
- package/lib/ehr/contactpoint.js +0 -3
- package/lib/ehr/contract.d.ts +0 -65
- package/lib/ehr/contract.js +0 -3
- package/lib/ehr/contract_agent.d.ts +0 -8
- package/lib/ehr/contract_agent.js +0 -3
- package/lib/ehr/contract_agent1.d.ts +0 -8
- package/lib/ehr/contract_agent1.js +0 -3
- package/lib/ehr/contract_friendly.d.ts +0 -8
- package/lib/ehr/contract_friendly.js +0 -3
- package/lib/ehr/contract_legal.d.ts +0 -8
- package/lib/ehr/contract_legal.js +0 -3
- package/lib/ehr/contract_rule.d.ts +0 -8
- package/lib/ehr/contract_rule.js +0 -3
- package/lib/ehr/contract_signer.d.ts +0 -11
- package/lib/ehr/contract_signer.js +0 -3
- package/lib/ehr/contract_term.d.ts +0 -35
- package/lib/ehr/contract_term.js +0 -3
- package/lib/ehr/contract_valueditem.d.ts +0 -25
- package/lib/ehr/contract_valueditem.js +0 -3
- package/lib/ehr/contract_valueditem1.d.ts +0 -25
- package/lib/ehr/contract_valueditem1.js +0 -3
- package/lib/ehr/contributor.d.ts +0 -9
- package/lib/ehr/contributor.js +0 -3
- package/lib/ehr/count.d.ts +0 -2
- package/lib/ehr/count.js +0 -4
- package/lib/ehr/coverage.d.ts +0 -41
- package/lib/ehr/coverage.js +0 -3
- package/lib/ehr/coverage_grouping.d.ts +0 -26
- package/lib/ehr/coverage_grouping.js +0 -4
- package/lib/ehr/dataelement.d.ts +0 -42
- package/lib/ehr/dataelement.js +0 -3
- package/lib/ehr/dataelement_mapping.d.ts +0 -10
- package/lib/ehr/dataelement_mapping.js +0 -4
- package/lib/ehr/datarequirement.d.ts +0 -14
- package/lib/ehr/datarequirement.js +0 -3
- package/lib/ehr/datarequirement_codefilter.d.ts +0 -17
- package/lib/ehr/datarequirement_codefilter.js +0 -3
- package/lib/ehr/datarequirement_datefilter.d.ts +0 -12
- package/lib/ehr/datarequirement_datefilter.js +0 -3
- package/lib/ehr/detectedissue.d.ts +0 -30
- package/lib/ehr/detectedissue.js +0 -3
- package/lib/ehr/detectedissue_mitigation.d.ts +0 -10
- package/lib/ehr/detectedissue_mitigation.js +0 -3
- package/lib/ehr/device.d.ts +0 -44
- package/lib/ehr/device.js +0 -3
- package/lib/ehr/device_udi.d.ts +0 -24
- package/lib/ehr/device_udi.js +0 -4
- package/lib/ehr/devicecomponent.d.ts +0 -28
- package/lib/ehr/devicecomponent.js +0 -3
- package/lib/ehr/devicecomponent_productionspecification.d.ts +0 -10
- package/lib/ehr/devicecomponent_productionspecification.js +0 -3
- package/lib/ehr/devicemetric.d.ts +0 -29
- package/lib/ehr/devicemetric.js +0 -3
- package/lib/ehr/devicemetric_calibration.d.ts +0 -8
- package/lib/ehr/devicemetric_calibration.js +0 -4
- package/lib/ehr/devicerequest.d.ts +0 -59
- package/lib/ehr/devicerequest.js +0 -3
- package/lib/ehr/devicerequest_requester.d.ts +0 -7
- package/lib/ehr/devicerequest_requester.js +0 -3
- package/lib/ehr/deviceusestatement.d.ts +0 -36
- package/lib/ehr/deviceusestatement.js +0 -3
- package/lib/ehr/diagnosticreport.d.ts +0 -47
- package/lib/ehr/diagnosticreport.js +0 -3
- package/lib/ehr/diagnosticreport_image.d.ts +0 -7
- package/lib/ehr/diagnosticreport_image.js +0 -3
- package/lib/ehr/diagnosticreport_performer.d.ts +0 -8
- package/lib/ehr/diagnosticreport_performer.js +0 -3
- package/lib/ehr/distance.d.ts +0 -2
- package/lib/ehr/distance.js +0 -4
- package/lib/ehr/documentmanifest.d.ts +0 -33
- package/lib/ehr/documentmanifest.js +0 -3
- package/lib/ehr/documentmanifest_content.d.ts +0 -8
- package/lib/ehr/documentmanifest_content.js +0 -3
- package/lib/ehr/documentmanifest_related.d.ts +0 -8
- package/lib/ehr/documentmanifest_related.js +0 -3
- package/lib/ehr/documentreference.d.ts +0 -44
- package/lib/ehr/documentreference.js +0 -3
- package/lib/ehr/documentreference_content.d.ts +0 -8
- package/lib/ehr/documentreference_content.js +0 -3
- package/lib/ehr/documentreference_context.d.ts +0 -20
- package/lib/ehr/documentreference_context.js +0 -3
- package/lib/ehr/documentreference_related.d.ts +0 -8
- package/lib/ehr/documentreference_related.js +0 -3
- package/lib/ehr/documentreference_relatesto.d.ts +0 -7
- package/lib/ehr/documentreference_relatesto.js +0 -3
- package/lib/ehr/domainresource.d.ts +0 -13
- package/lib/ehr/domainresource.js +0 -3
- package/lib/ehr/dosage.d.ts +0 -43
- package/lib/ehr/dosage.js +0 -3
- package/lib/ehr/duration.d.ts +0 -2
- package/lib/ehr/duration.js +0 -4
- package/lib/ehr/element.d.ts +0 -7
- package/lib/ehr/element.js +0 -3
- package/lib/ehr/elementdefinition.d.ts +0 -451
- package/lib/ehr/elementdefinition.js +0 -3
- package/lib/ehr/elementdefinition_base.d.ts +0 -8
- package/lib/ehr/elementdefinition_base.js +0 -4
- package/lib/ehr/elementdefinition_binding.d.ts +0 -11
- package/lib/ehr/elementdefinition_binding.js +0 -3
- package/lib/ehr/elementdefinition_constraint.d.ts +0 -16
- package/lib/ehr/elementdefinition_constraint.js +0 -4
- package/lib/ehr/elementdefinition_discriminator.d.ts +0 -6
- package/lib/ehr/elementdefinition_discriminator.js +0 -4
- package/lib/ehr/elementdefinition_example.d.ts +0 -145
- package/lib/ehr/elementdefinition_example.js +0 -3
- package/lib/ehr/elementdefinition_mapping.d.ts +0 -10
- package/lib/ehr/elementdefinition_mapping.js +0 -4
- package/lib/ehr/elementdefinition_slicing.d.ts +0 -11
- package/lib/ehr/elementdefinition_slicing.js +0 -3
- package/lib/ehr/elementdefinition_type.d.ts +0 -12
- package/lib/ehr/elementdefinition_type.js +0 -4
- package/lib/ehr/eligibilityrequest.d.ts +0 -40
- package/lib/ehr/eligibilityrequest.js +0 -3
- package/lib/ehr/eligibilityresponse.d.ts +0 -35
- package/lib/ehr/eligibilityresponse.js +0 -3
- package/lib/ehr/eligibilityresponse_benefitbalance.d.ts +0 -22
- package/lib/ehr/eligibilityresponse_benefitbalance.js +0 -3
- package/lib/ehr/eligibilityresponse_error.d.ts +0 -5
- package/lib/ehr/eligibilityresponse_error.js +0 -3
- package/lib/ehr/eligibilityresponse_financial.d.ts +0 -16
- package/lib/ehr/eligibilityresponse_financial.js +0 -3
- package/lib/ehr/eligibilityresponse_insurance.d.ts +0 -10
- package/lib/ehr/eligibilityresponse_insurance.js +0 -3
- package/lib/ehr/encounter.d.ts +0 -60
- package/lib/ehr/encounter.js +0 -3
- package/lib/ehr/encounter_classhistory.d.ts +0 -8
- package/lib/ehr/encounter_classhistory.js +0 -3
- package/lib/ehr/encounter_diagnosis.d.ts +0 -10
- package/lib/ehr/encounter_diagnosis.js +0 -3
- package/lib/ehr/encounter_hospitalization.d.ts +0 -23
- package/lib/ehr/encounter_hospitalization.js +0 -3
- package/lib/ehr/encounter_location.d.ts +0 -10
- package/lib/ehr/encounter_location.js +0 -3
- package/lib/ehr/encounter_participant.d.ts +0 -11
- package/lib/ehr/encounter_participant.js +0 -3
- package/lib/ehr/encounter_statushistory.d.ts +0 -7
- package/lib/ehr/encounter_statushistory.js +0 -3
- package/lib/ehr/endpoint.d.ts +0 -32
- package/lib/ehr/endpoint.js +0 -3
- package/lib/ehr/enrollmentrequest.d.ts +0 -22
- package/lib/ehr/enrollmentrequest.js +0 -3
- package/lib/ehr/enrollmentresponse.d.ts +0 -25
- package/lib/ehr/enrollmentresponse.js +0 -3
- package/lib/ehr/episodeofcare.d.ts +0 -34
- package/lib/ehr/episodeofcare.js +0 -3
- package/lib/ehr/episodeofcare_diagnosis.d.ts +0 -10
- package/lib/ehr/episodeofcare_diagnosis.js +0 -3
- package/lib/ehr/episodeofcare_statushistory.d.ts +0 -7
- package/lib/ehr/episodeofcare_statushistory.js +0 -3
- package/lib/ehr/expansionprofile.d.ts +0 -57
- package/lib/ehr/expansionprofile.js +0 -3
- package/lib/ehr/expansionprofile_designation.d.ts +0 -8
- package/lib/ehr/expansionprofile_designation.js +0 -3
- package/lib/ehr/expansionprofile_designation1.d.ts +0 -7
- package/lib/ehr/expansionprofile_designation1.js +0 -3
- package/lib/ehr/expansionprofile_designation2.d.ts +0 -7
- package/lib/ehr/expansionprofile_designation2.js +0 -3
- package/lib/ehr/expansionprofile_exclude.d.ts +0 -5
- package/lib/ehr/expansionprofile_exclude.js +0 -3
- package/lib/ehr/expansionprofile_excludedsystem.d.ts +0 -6
- package/lib/ehr/expansionprofile_excludedsystem.js +0 -4
- package/lib/ehr/expansionprofile_fixedversion.d.ts +0 -8
- package/lib/ehr/expansionprofile_fixedversion.js +0 -4
- package/lib/ehr/expansionprofile_include.d.ts +0 -5
- package/lib/ehr/expansionprofile_include.js +0 -3
- package/lib/ehr/explanationofbenefit.d.ts +0 -100
- package/lib/ehr/explanationofbenefit.js +0 -3
- package/lib/ehr/explanationofbenefit_accident.d.ts +0 -13
- package/lib/ehr/explanationofbenefit_accident.js +0 -3
- package/lib/ehr/explanationofbenefit_additem.d.ts +0 -24
- package/lib/ehr/explanationofbenefit_additem.js +0 -3
- package/lib/ehr/explanationofbenefit_adjudication.d.ts +0 -12
- package/lib/ehr/explanationofbenefit_adjudication.js +0 -3
- package/lib/ehr/explanationofbenefit_benefitbalance.d.ts +0 -22
- package/lib/ehr/explanationofbenefit_benefitbalance.js +0 -3
- package/lib/ehr/explanationofbenefit_careteam.d.ts +0 -14
- package/lib/ehr/explanationofbenefit_careteam.js +0 -3
- package/lib/ehr/explanationofbenefit_detail.d.ts +0 -38
- package/lib/ehr/explanationofbenefit_detail.js +0 -3
- package/lib/ehr/explanationofbenefit_detail1.d.ts +0 -19
- package/lib/ehr/explanationofbenefit_detail1.js +0 -3
- package/lib/ehr/explanationofbenefit_diagnosis.d.ts +0 -14
- package/lib/ehr/explanationofbenefit_diagnosis.js +0 -3
- package/lib/ehr/explanationofbenefit_financial.d.ts +0 -16
- package/lib/ehr/explanationofbenefit_financial.js +0 -3
- package/lib/ehr/explanationofbenefit_information.d.ts +0 -28
- package/lib/ehr/explanationofbenefit_information.js +0 -3
- package/lib/ehr/explanationofbenefit_insurance.d.ts +0 -7
- package/lib/ehr/explanationofbenefit_insurance.js +0 -3
- package/lib/ehr/explanationofbenefit_item.d.ts +0 -62
- package/lib/ehr/explanationofbenefit_item.js +0 -3
- package/lib/ehr/explanationofbenefit_payee.d.ts +0 -10
- package/lib/ehr/explanationofbenefit_payee.js +0 -3
- package/lib/ehr/explanationofbenefit_payment.d.ts +0 -17
- package/lib/ehr/explanationofbenefit_payment.js +0 -3
- package/lib/ehr/explanationofbenefit_procedure.d.ts +0 -12
- package/lib/ehr/explanationofbenefit_procedure.js +0 -3
- package/lib/ehr/explanationofbenefit_processnote.d.ts +0 -11
- package/lib/ehr/explanationofbenefit_processnote.js +0 -3
- package/lib/ehr/explanationofbenefit_related.d.ts +0 -11
- package/lib/ehr/explanationofbenefit_related.js +0 -3
- package/lib/ehr/explanationofbenefit_subdetail.d.ts +0 -35
- package/lib/ehr/explanationofbenefit_subdetail.js +0 -3
- package/lib/ehr/extension.d.ts +0 -144
- package/lib/ehr/extension.js +0 -3
- package/lib/ehr/familymemberhistory.d.ts +0 -64
- package/lib/ehr/familymemberhistory.js +0 -3
- package/lib/ehr/familymemberhistory_condition.d.ts +0 -21
- package/lib/ehr/familymemberhistory_condition.js +0 -3
- package/lib/ehr/flag.d.ts +0 -24
- package/lib/ehr/flag.js +0 -3
- package/lib/ehr/goal.d.ts +0 -41
- package/lib/ehr/goal.js +0 -3
- package/lib/ehr/goal_target.d.ts +0 -18
- package/lib/ehr/goal_target.js +0 -3
- package/lib/ehr/graphdefinition.d.ts +0 -38
- package/lib/ehr/graphdefinition.js +0 -3
- package/lib/ehr/graphdefinition_compartment.d.ts +0 -10
- package/lib/ehr/graphdefinition_compartment.js +0 -4
- package/lib/ehr/graphdefinition_link.d.ts +0 -15
- package/lib/ehr/graphdefinition_link.js +0 -3
- package/lib/ehr/graphdefinition_target.d.ts +0 -12
- package/lib/ehr/graphdefinition_target.js +0 -3
- package/lib/ehr/group.d.ts +0 -26
- package/lib/ehr/group.js +0 -3
- package/lib/ehr/group_characteristic.d.ts +0 -20
- package/lib/ehr/group_characteristic.js +0 -3
- package/lib/ehr/group_member.d.ts +0 -10
- package/lib/ehr/group_member.js +0 -3
- package/lib/ehr/guidanceresponse.d.ts +0 -39
- package/lib/ehr/guidanceresponse.js +0 -3
- package/lib/ehr/healthcareservice.d.ts +0 -59
- package/lib/ehr/healthcareservice.js +0 -3
- package/lib/ehr/healthcareservice_availabletime.d.ts +0 -10
- package/lib/ehr/healthcareservice_availabletime.js +0 -4
- package/lib/ehr/healthcareservice_notavailable.d.ts +0 -7
- package/lib/ehr/healthcareservice_notavailable.js +0 -3
- package/lib/ehr/humanname.d.ts +0 -17
- package/lib/ehr/humanname.js +0 -3
- package/lib/ehr/identifier.d.ts +0 -17
- package/lib/ehr/identifier.js +0 -3
- package/lib/ehr/imagingmanifest.d.ts +0 -20
- package/lib/ehr/imagingmanifest.js +0 -3
- package/lib/ehr/imagingmanifest_instance.d.ts +0 -6
- package/lib/ehr/imagingmanifest_instance.js +0 -4
- package/lib/ehr/imagingmanifest_series.d.ts +0 -10
- package/lib/ehr/imagingmanifest_series.js +0 -3
- package/lib/ehr/imagingmanifest_study.d.ts +0 -12
- package/lib/ehr/imagingmanifest_study.js +0 -3
- package/lib/ehr/imagingstudy.d.ts +0 -47
- package/lib/ehr/imagingstudy.js +0 -3
- package/lib/ehr/imagingstudy_instance.d.ts +0 -10
- package/lib/ehr/imagingstudy_instance.js +0 -4
- package/lib/ehr/imagingstudy_series.d.ts +0 -29
- package/lib/ehr/imagingstudy_series.js +0 -3
- package/lib/ehr/immunization.d.ts +0 -55
- package/lib/ehr/immunization.js +0 -3
- package/lib/ehr/immunization_explanation.d.ts +0 -7
- package/lib/ehr/immunization_explanation.js +0 -3
- package/lib/ehr/immunization_practitioner.d.ts +0 -8
- package/lib/ehr/immunization_practitioner.js +0 -3
- package/lib/ehr/immunization_reaction.d.ts +0 -9
- package/lib/ehr/immunization_reaction.js +0 -3
- package/lib/ehr/immunization_vaccinationprotocol.d.ts +0 -20
- package/lib/ehr/immunization_vaccinationprotocol.js +0 -3
- package/lib/ehr/immunizationrecommendation.d.ts +0 -13
- package/lib/ehr/immunizationrecommendation.js +0 -3
- package/lib/ehr/immunizationrecommendation_datecriterion.d.ts +0 -7
- package/lib/ehr/immunizationrecommendation_datecriterion.js +0 -3
- package/lib/ehr/immunizationrecommendation_protocol.d.ts +0 -11
- package/lib/ehr/immunizationrecommendation_protocol.js +0 -3
- package/lib/ehr/immunizationrecommendation_recommendation.d.ts +0 -24
- package/lib/ehr/immunizationrecommendation_recommendation.js +0 -3
- package/lib/ehr/implementationguide.d.ts +0 -47
- package/lib/ehr/implementationguide.js +0 -3
- package/lib/ehr/implementationguide_dependency.d.ts +0 -6
- package/lib/ehr/implementationguide_dependency.js +0 -4
- package/lib/ehr/implementationguide_global.d.ts +0 -7
- package/lib/ehr/implementationguide_global.js +0 -3
- package/lib/ehr/implementationguide_package.d.ts +0 -9
- package/lib/ehr/implementationguide_package.js +0 -3
- package/lib/ehr/implementationguide_page.d.ts +0 -16
- package/lib/ehr/implementationguide_page.js +0 -4
- package/lib/ehr/implementationguide_resource.d.ts +0 -17
- package/lib/ehr/implementationguide_resource.js +0 -3
- package/lib/ehr/index.d.ts +0 -490
- package/lib/ehr/index.js +0 -509
- package/lib/ehr/library.d.ts +0 -66
- package/lib/ehr/library.js +0 -3
- package/lib/ehr/linkage.d.ts +0 -12
- package/lib/ehr/linkage.js +0 -3
- package/lib/ehr/linkage_item.d.ts +0 -7
- package/lib/ehr/linkage_item.js +0 -3
- package/lib/ehr/list.d.ts +0 -35
- package/lib/ehr/list.js +0 -3
- package/lib/ehr/list_entry.d.ts +0 -12
- package/lib/ehr/list_entry.js +0 -3
- package/lib/ehr/location.d.ts +0 -41
- package/lib/ehr/location.js +0 -3
- package/lib/ehr/location_position.d.ts +0 -8
- package/lib/ehr/location_position.js +0 -4
- package/lib/ehr/measure.d.ts +0 -88
- package/lib/ehr/measure.js +0 -3
- package/lib/ehr/measure_group.d.ts +0 -15
- package/lib/ehr/measure_group.js +0 -3
- package/lib/ehr/measure_population.d.ts +0 -14
- package/lib/ehr/measure_population.js +0 -3
- package/lib/ehr/measure_stratifier.d.ts +0 -9
- package/lib/ehr/measure_stratifier.js +0 -3
- package/lib/ehr/measure_supplementaldata.d.ts +0 -12
- package/lib/ehr/measure_supplementaldata.js +0 -3
- package/lib/ehr/measurereport.d.ts +0 -28
- package/lib/ehr/measurereport.js +0 -3
- package/lib/ehr/measurereport_group.d.ts +0 -13
- package/lib/ehr/measurereport_group.js +0 -3
- package/lib/ehr/measurereport_population.d.ts +0 -13
- package/lib/ehr/measurereport_population.js +0 -3
- package/lib/ehr/measurereport_population1.d.ts +0 -13
- package/lib/ehr/measurereport_population1.js +0 -3
- package/lib/ehr/measurereport_stratifier.d.ts +0 -8
- package/lib/ehr/measurereport_stratifier.js +0 -3
- package/lib/ehr/measurereport_stratum.d.ts +0 -9
- package/lib/ehr/measurereport_stratum.js +0 -3
- package/lib/ehr/media.d.ts +0 -48
- package/lib/ehr/media.js +0 -3
- package/lib/ehr/medication.d.ts +0 -27
- package/lib/ehr/medication.js +0 -3
- package/lib/ehr/medication_batch.d.ts +0 -6
- package/lib/ehr/medication_batch.js +0 -4
- package/lib/ehr/medication_content.d.ts +0 -11
- package/lib/ehr/medication_content.js +0 -3
- package/lib/ehr/medication_ingredient.d.ts +0 -13
- package/lib/ehr/medication_ingredient.js +0 -3
- package/lib/ehr/medication_package.d.ts +0 -11
- package/lib/ehr/medication_package.js +0 -3
- package/lib/ehr/medicationadministration.d.ts +0 -55
- package/lib/ehr/medicationadministration.js +0 -3
- package/lib/ehr/medicationadministration_dosage.d.ts +0 -21
- package/lib/ehr/medicationadministration_dosage.js +0 -3
- package/lib/ehr/medicationadministration_performer.d.ts +0 -7
- package/lib/ehr/medicationadministration_performer.js +0 -3
- package/lib/ehr/medicationdispense.d.ts +0 -64
- package/lib/ehr/medicationdispense.js +0 -3
- package/lib/ehr/medicationdispense_performer.d.ts +0 -7
- package/lib/ehr/medicationdispense_performer.js +0 -3
- package/lib/ehr/medicationdispense_substitution.d.ts +0 -12
- package/lib/ehr/medicationdispense_substitution.js +0 -3
- package/lib/ehr/medicationrequest.d.ts +0 -62
- package/lib/ehr/medicationrequest.js +0 -3
- package/lib/ehr/medicationrequest_dispenserequest.d.ts +0 -16
- package/lib/ehr/medicationrequest_dispenserequest.js +0 -3
- package/lib/ehr/medicationrequest_requester.d.ts +0 -7
- package/lib/ehr/medicationrequest_requester.js +0 -3
- package/lib/ehr/medicationrequest_substitution.d.ts +0 -7
- package/lib/ehr/medicationrequest_substitution.js +0 -3
- package/lib/ehr/medicationstatement.d.ts +0 -50
- package/lib/ehr/medicationstatement.js +0 -3
- package/lib/ehr/messagedefinition.d.ts +0 -58
- package/lib/ehr/messagedefinition.js +0 -3
- package/lib/ehr/messagedefinition_allowedresponse.d.ts +0 -7
- package/lib/ehr/messagedefinition_allowedresponse.js +0 -3
- package/lib/ehr/messagedefinition_focus.d.ts +0 -11
- package/lib/ehr/messagedefinition_focus.js +0 -3
- package/lib/ehr/messageheader.d.ts +0 -34
- package/lib/ehr/messageheader.js +0 -3
- package/lib/ehr/messageheader_destination.d.ts +0 -9
- package/lib/ehr/messageheader_destination.js +0 -3
- package/lib/ehr/messageheader_response.d.ts +0 -9
- package/lib/ehr/messageheader_response.js +0 -3
- package/lib/ehr/messageheader_source.d.ts +0 -13
- package/lib/ehr/messageheader_source.js +0 -3
- package/lib/ehr/meta.d.ts +0 -13
- package/lib/ehr/meta.js +0 -3
- package/lib/ehr/money.d.ts +0 -2
- package/lib/ehr/money.js +0 -4
- package/lib/ehr/namingsystem.d.ts +0 -37
- package/lib/ehr/namingsystem.js +0 -3
- package/lib/ehr/namingsystem_uniqueid.d.ts +0 -13
- package/lib/ehr/namingsystem_uniqueid.js +0 -3
- package/lib/ehr/narrative.d.ts +0 -6
- package/lib/ehr/narrative.js +0 -4
- package/lib/ehr/nutritionorder.d.ts +0 -34
- package/lib/ehr/nutritionorder.js +0 -3
- package/lib/ehr/nutritionorder_administration.d.ts +0 -13
- package/lib/ehr/nutritionorder_administration.js +0 -3
- package/lib/ehr/nutritionorder_enteralformula.d.ts +0 -23
- package/lib/ehr/nutritionorder_enteralformula.js +0 -3
- package/lib/ehr/nutritionorder_nutrient.d.ts +0 -8
- package/lib/ehr/nutritionorder_nutrient.js +0 -3
- package/lib/ehr/nutritionorder_oraldiet.d.ts +0 -18
- package/lib/ehr/nutritionorder_oraldiet.js +0 -3
- package/lib/ehr/nutritionorder_supplement.d.ts +0 -15
- package/lib/ehr/nutritionorder_supplement.js +0 -3
- package/lib/ehr/nutritionorder_texture.d.ts +0 -7
- package/lib/ehr/nutritionorder_texture.js +0 -3
- package/lib/ehr/observation.d.ts +0 -80
- package/lib/ehr/observation.js +0 -3
- package/lib/ehr/observation_component.d.ts +0 -38
- package/lib/ehr/observation_component.js +0 -3
- package/lib/ehr/observation_referencerange.d.ts +0 -17
- package/lib/ehr/observation_referencerange.js +0 -3
- package/lib/ehr/observation_related.d.ts +0 -7
- package/lib/ehr/observation_related.js +0 -3
- package/lib/ehr/operationdefinition.d.ts +0 -56
- package/lib/ehr/operationdefinition.js +0 -3
- package/lib/ehr/operationdefinition_binding.d.ts +0 -9
- package/lib/ehr/operationdefinition_binding.js +0 -3
- package/lib/ehr/operationdefinition_overload.d.ts +0 -6
- package/lib/ehr/operationdefinition_overload.js +0 -4
- package/lib/ehr/operationdefinition_parameter.d.ts +0 -24
- package/lib/ehr/operationdefinition_parameter.js +0 -3
- package/lib/ehr/operationoutcome.d.ts +0 -7
- package/lib/ehr/operationoutcome.js +0 -3
- package/lib/ehr/operationoutcome_issue.d.ts +0 -15
- package/lib/ehr/operationoutcome_issue.js +0 -3
- package/lib/ehr/organization.d.ts +0 -30
- package/lib/ehr/organization.js +0 -3
- package/lib/ehr/organization_contact.d.ts +0 -14
- package/lib/ehr/organization_contact.js +0 -3
- package/lib/ehr/parameterdefinition.d.ts +0 -17
- package/lib/ehr/parameterdefinition.js +0 -3
- package/lib/ehr/parameters.d.ts +0 -5
- package/lib/ehr/parameters.js +0 -3
- package/lib/ehr/parameters_parameter.d.ts +0 -150
- package/lib/ehr/parameters_parameter.js +0 -3
- package/lib/ehr/patient.d.ts +0 -53
- package/lib/ehr/patient.js +0 -3
- package/lib/ehr/patient_animal.d.ts +0 -9
- package/lib/ehr/patient_animal.js +0 -3
- package/lib/ehr/patient_communication.d.ts +0 -7
- package/lib/ehr/patient_communication.js +0 -3
- package/lib/ehr/patient_contact.d.ts +0 -22
- package/lib/ehr/patient_contact.js +0 -3
- package/lib/ehr/patient_link.d.ts +0 -7
- package/lib/ehr/patient_link.js +0 -3
- package/lib/ehr/paymentnotice.d.ts +0 -27
- package/lib/ehr/paymentnotice.js +0 -3
- package/lib/ehr/paymentreconciliation.d.ts +0 -39
- package/lib/ehr/paymentreconciliation.js +0 -3
- package/lib/ehr/paymentreconciliation_detail.d.ts +0 -19
- package/lib/ehr/paymentreconciliation_detail.js +0 -3
- package/lib/ehr/paymentreconciliation_processnote.d.ts +0 -7
- package/lib/ehr/paymentreconciliation_processnote.js +0 -3
- package/lib/ehr/period.d.ts +0 -6
- package/lib/ehr/period.js +0 -4
- package/lib/ehr/person.d.ts +0 -31
- package/lib/ehr/person.js +0 -3
- package/lib/ehr/person_link.d.ts +0 -7
- package/lib/ehr/person_link.js +0 -3
- package/lib/ehr/plandefinition.d.ts +0 -66
- package/lib/ehr/plandefinition.js +0 -3
- package/lib/ehr/plandefinition_action.d.ts +0 -74
- package/lib/ehr/plandefinition_action.js +0 -3
- package/lib/ehr/plandefinition_condition.d.ts +0 -10
- package/lib/ehr/plandefinition_condition.js +0 -4
- package/lib/ehr/plandefinition_dynamicvalue.d.ts +0 -10
- package/lib/ehr/plandefinition_dynamicvalue.js +0 -4
- package/lib/ehr/plandefinition_goal.d.ts +0 -19
- package/lib/ehr/plandefinition_goal.js +0 -3
- package/lib/ehr/plandefinition_participant.d.ts +0 -7
- package/lib/ehr/plandefinition_participant.js +0 -3
- package/lib/ehr/plandefinition_relatedaction.d.ts +0 -12
- package/lib/ehr/plandefinition_relatedaction.js +0 -3
- package/lib/ehr/plandefinition_target.d.ts +0 -16
- package/lib/ehr/plandefinition_target.js +0 -3
- package/lib/ehr/practitioner.d.ts +0 -32
- package/lib/ehr/practitioner.js +0 -3
- package/lib/ehr/practitioner_qualification.d.ts +0 -14
- package/lib/ehr/practitioner_qualification.js +0 -3
- package/lib/ehr/practitionerrole.d.ts +0 -39
- package/lib/ehr/practitionerrole.js +0 -3
- package/lib/ehr/practitionerrole_availabletime.d.ts +0 -10
- package/lib/ehr/practitionerrole_availabletime.js +0 -4
- package/lib/ehr/practitionerrole_notavailable.d.ts +0 -7
- package/lib/ehr/practitionerrole_notavailable.js +0 -3
- package/lib/ehr/procedure.d.ts +0 -65
- package/lib/ehr/procedure.js +0 -3
- package/lib/ehr/procedure_focaldevice.d.ts +0 -8
- package/lib/ehr/procedure_focaldevice.js +0 -3
- package/lib/ehr/procedure_performer.d.ts +0 -10
- package/lib/ehr/procedure_performer.js +0 -3
- package/lib/ehr/procedurerequest.d.ts +0 -69
- package/lib/ehr/procedurerequest.js +0 -3
- package/lib/ehr/procedurerequest_requester.d.ts +0 -7
- package/lib/ehr/procedurerequest_requester.js +0 -3
- package/lib/ehr/processrequest.d.ts +0 -38
- package/lib/ehr/processrequest.js +0 -3
- package/lib/ehr/processrequest_item.d.ts +0 -4
- package/lib/ehr/processrequest_item.js +0 -4
- package/lib/ehr/processresponse.d.ts +0 -34
- package/lib/ehr/processresponse.js +0 -3
- package/lib/ehr/processresponse_processnote.d.ts +0 -7
- package/lib/ehr/processresponse_processnote.js +0 -3
- package/lib/ehr/provenance.d.ts +0 -30
- package/lib/ehr/provenance.js +0 -3
- package/lib/ehr/provenance_agent.d.ts +0 -16
- package/lib/ehr/provenance_agent.js +0 -3
- package/lib/ehr/provenance_entity.d.ts +0 -15
- package/lib/ehr/provenance_entity.js +0 -3
- package/lib/ehr/quantity.d.ts +0 -12
- package/lib/ehr/quantity.js +0 -4
- package/lib/ehr/questionnaire.d.ts +0 -53
- package/lib/ehr/questionnaire.js +0 -3
- package/lib/ehr/questionnaire_enablewhen.d.ts +0 -34
- package/lib/ehr/questionnaire_enablewhen.js +0 -3
- package/lib/ehr/questionnaire_item.d.ts +0 -69
- package/lib/ehr/questionnaire_item.js +0 -3
- package/lib/ehr/questionnaire_option.d.ts +0 -13
- package/lib/ehr/questionnaire_option.js +0 -3
- package/lib/ehr/questionnaireresponse.d.ts +0 -29
- package/lib/ehr/questionnaireresponse.js +0 -3
- package/lib/ehr/questionnaireresponse_answer.d.ts +0 -33
- package/lib/ehr/questionnaireresponse_answer.js +0 -3
- package/lib/ehr/questionnaireresponse_item.d.ts +0 -16
- package/lib/ehr/questionnaireresponse_item.js +0 -3
- package/lib/ehr/range.d.ts +0 -7
- package/lib/ehr/range.js +0 -3
- package/lib/ehr/ratio.d.ts +0 -7
- package/lib/ehr/ratio.js +0 -3
- package/lib/ehr/reference.d.ts +0 -9
- package/lib/ehr/reference.js +0 -3
- package/lib/ehr/referralrequest.d.ts +0 -58
- package/lib/ehr/referralrequest.js +0 -3
- package/lib/ehr/referralrequest_requester.d.ts +0 -7
- package/lib/ehr/referralrequest_requester.js +0 -3
- package/lib/ehr/relatedartifact.d.ts +0 -16
- package/lib/ehr/relatedartifact.js +0 -3
- package/lib/ehr/relatedperson.d.ts +0 -34
- package/lib/ehr/relatedperson.js +0 -3
- package/lib/ehr/requestgroup.d.ts +0 -41
- package/lib/ehr/requestgroup.js +0 -3
- package/lib/ehr/requestgroup_action.d.ts +0 -56
- package/lib/ehr/requestgroup_action.js +0 -3
- package/lib/ehr/requestgroup_condition.d.ts +0 -10
- package/lib/ehr/requestgroup_condition.js +0 -4
- package/lib/ehr/requestgroup_relatedaction.d.ts +0 -12
- package/lib/ehr/requestgroup_relatedaction.js +0 -3
- package/lib/ehr/researchstudy.d.ts +0 -52
- package/lib/ehr/researchstudy.js +0 -3
- package/lib/ehr/researchstudy_arm.d.ts +0 -9
- package/lib/ehr/researchstudy_arm.js +0 -3
- package/lib/ehr/researchsubject.d.ts +0 -23
- package/lib/ehr/researchsubject.js +0 -3
- package/lib/ehr/resource.js +0 -3
- package/lib/ehr/resourcelist.js +0 -4
- package/lib/ehr/riskassessment.d.ts +0 -45
- package/lib/ehr/riskassessment.js +0 -3
- package/lib/ehr/riskassessment_prediction.d.ts +0 -21
- package/lib/ehr/riskassessment_prediction.js +0 -3
- package/lib/ehr/sampleddata.d.ts +0 -17
- package/lib/ehr/sampleddata.js +0 -3
- package/lib/ehr/schedule.d.ts +0 -24
- package/lib/ehr/schedule.js +0 -3
- package/lib/ehr/searchparameter.d.ts +0 -56
- package/lib/ehr/searchparameter.js +0 -3
- package/lib/ehr/searchparameter_component.d.ts +0 -7
- package/lib/ehr/searchparameter_component.js +0 -3
- package/lib/ehr/sequence.d.ts +0 -41
- package/lib/ehr/sequence.js +0 -3
- package/lib/ehr/sequence_quality.d.ts +0 -32
- package/lib/ehr/sequence_quality.js +0 -3
- package/lib/ehr/sequence_referenceseq.d.ts +0 -20
- package/lib/ehr/sequence_referenceseq.js +0 -3
- package/lib/ehr/sequence_repository.d.ts +0 -14
- package/lib/ehr/sequence_repository.js +0 -4
- package/lib/ehr/sequence_variant.d.ts +0 -15
- package/lib/ehr/sequence_variant.js +0 -3
- package/lib/ehr/servicedefinition.d.ts +0 -64
- package/lib/ehr/servicedefinition.js +0 -3
- package/lib/ehr/signature.d.ts +0 -20
- package/lib/ehr/signature.js +0 -3
- package/lib/ehr/slot.d.ts +0 -29
- package/lib/ehr/slot.js +0 -3
- package/lib/ehr/specimen.d.ts +0 -35
- package/lib/ehr/specimen.js +0 -3
- package/lib/ehr/specimen_collection.d.ts +0 -18
- package/lib/ehr/specimen_collection.js +0 -3
- package/lib/ehr/specimen_container.d.ts +0 -20
- package/lib/ehr/specimen_container.js +0 -3
- package/lib/ehr/specimen_processing.d.ts +0 -15
- package/lib/ehr/specimen_processing.js +0 -3
- package/lib/ehr/structuredefinition.d.ts +0 -68
- package/lib/ehr/structuredefinition.js +0 -3
- package/lib/ehr/structuredefinition_differential.d.ts +0 -5
- package/lib/ehr/structuredefinition_differential.js +0 -3
- package/lib/ehr/structuredefinition_mapping.d.ts +0 -10
- package/lib/ehr/structuredefinition_mapping.js +0 -4
- package/lib/ehr/structuredefinition_snapshot.d.ts +0 -5
- package/lib/ehr/structuredefinition_snapshot.js +0 -3
- package/lib/ehr/structuremap.d.ts +0 -46
- package/lib/ehr/structuremap.js +0 -3
- package/lib/ehr/structuremap_dependent.d.ts +0 -6
- package/lib/ehr/structuremap_dependent.js +0 -4
- package/lib/ehr/structuremap_group.d.ts +0 -16
- package/lib/ehr/structuremap_group.js +0 -3
- package/lib/ehr/structuremap_input.d.ts +0 -10
- package/lib/ehr/structuremap_input.js +0 -4
- package/lib/ehr/structuremap_parameter.d.ts +0 -12
- package/lib/ehr/structuremap_parameter.js +0 -4
- package/lib/ehr/structuremap_rule.d.ts +0 -17
- package/lib/ehr/structuremap_rule.js +0 -3
- package/lib/ehr/structuremap_source.d.ts +0 -161
- package/lib/ehr/structuremap_source.js +0 -3
- package/lib/ehr/structuremap_structure.d.ts +0 -10
- package/lib/ehr/structuremap_structure.js +0 -4
- package/lib/ehr/structuremap_target.d.ts +0 -19
- package/lib/ehr/structuremap_target.js +0 -3
- package/lib/ehr/subscription.d.ts +0 -23
- package/lib/ehr/subscription.js +0 -3
- package/lib/ehr/subscription_channel.d.ts +0 -10
- package/lib/ehr/subscription_channel.js +0 -4
- package/lib/ehr/substance.d.ts +0 -22
- package/lib/ehr/substance.js +0 -3
- package/lib/ehr/substance_ingredient.d.ts +0 -11
- package/lib/ehr/substance_ingredient.js +0 -3
- package/lib/ehr/substance_instance.d.ts +0 -10
- package/lib/ehr/substance_instance.js +0 -3
- package/lib/ehr/supplydelivery.d.ts +0 -36
- package/lib/ehr/supplydelivery.js +0 -3
- package/lib/ehr/supplydelivery_supplieditem.d.ts +0 -11
- package/lib/ehr/supplydelivery_supplieditem.js +0 -3
- package/lib/ehr/supplyrequest.d.ts +0 -41
- package/lib/ehr/supplyrequest.js +0 -3
- package/lib/ehr/supplyrequest_ordereditem.d.ts +0 -11
- package/lib/ehr/supplyrequest_ordereditem.js +0 -3
- package/lib/ehr/supplyrequest_requester.d.ts +0 -7
- package/lib/ehr/supplyrequest_requester.js +0 -3
- package/lib/ehr/task.d.ts +0 -69
- package/lib/ehr/task.js +0 -3
- package/lib/ehr/task_input.d.ts +0 -145
- package/lib/ehr/task_input.js +0 -3
- package/lib/ehr/task_output.d.ts +0 -145
- package/lib/ehr/task_output.js +0 -3
- package/lib/ehr/task_requester.d.ts +0 -7
- package/lib/ehr/task_requester.js +0 -3
- package/lib/ehr/task_restriction.d.ts +0 -10
- package/lib/ehr/task_restriction.js +0 -3
- package/lib/ehr/testreport.d.ts +0 -34
- package/lib/ehr/testreport.js +0 -3
- package/lib/ehr/testreport_action.d.ts +0 -8
- package/lib/ehr/testreport_action.js +0 -3
- package/lib/ehr/testreport_action1.d.ts +0 -8
- package/lib/ehr/testreport_action1.js +0 -3
- package/lib/ehr/testreport_action2.d.ts +0 -5
- package/lib/ehr/testreport_action2.js +0 -3
- package/lib/ehr/testreport_assert.d.ts +0 -8
- package/lib/ehr/testreport_assert.js +0 -4
- package/lib/ehr/testreport_operation.d.ts +0 -8
- package/lib/ehr/testreport_operation.js +0 -4
- package/lib/ehr/testreport_participant.d.ts +0 -8
- package/lib/ehr/testreport_participant.js +0 -4
- package/lib/ehr/testreport_setup.d.ts +0 -5
- package/lib/ehr/testreport_setup.js +0 -3
- package/lib/ehr/testreport_teardown.d.ts +0 -5
- package/lib/ehr/testreport_teardown.js +0 -3
- package/lib/ehr/testreport_test.d.ts +0 -9
- package/lib/ehr/testreport_test.js +0 -3
- package/lib/ehr/testscript.d.ts +0 -71
- package/lib/ehr/testscript.js +0 -3
- package/lib/ehr/testscript_action.d.ts +0 -8
- package/lib/ehr/testscript_action.js +0 -3
- package/lib/ehr/testscript_action1.d.ts +0 -8
- package/lib/ehr/testscript_action1.js +0 -3
- package/lib/ehr/testscript_action2.d.ts +0 -5
- package/lib/ehr/testscript_action2.js +0 -3
- package/lib/ehr/testscript_assert.d.ts +0 -52
- package/lib/ehr/testscript_assert.js +0 -3
- package/lib/ehr/testscript_capability.d.ts +0 -17
- package/lib/ehr/testscript_capability.js +0 -3
- package/lib/ehr/testscript_destination.d.ts +0 -7
- package/lib/ehr/testscript_destination.js +0 -3
- package/lib/ehr/testscript_fixture.d.ts +0 -9
- package/lib/ehr/testscript_fixture.js +0 -3
- package/lib/ehr/testscript_link.d.ts +0 -6
- package/lib/ehr/testscript_link.js +0 -4
- package/lib/ehr/testscript_metadata.d.ts +0 -8
- package/lib/ehr/testscript_metadata.js +0 -3
- package/lib/ehr/testscript_operation.d.ts +0 -36
- package/lib/ehr/testscript_operation.js +0 -3
- package/lib/ehr/testscript_origin.d.ts +0 -7
- package/lib/ehr/testscript_origin.js +0 -3
- package/lib/ehr/testscript_param.d.ts +0 -6
- package/lib/ehr/testscript_param.js +0 -4
- package/lib/ehr/testscript_param1.d.ts +0 -6
- package/lib/ehr/testscript_param1.js +0 -4
- package/lib/ehr/testscript_param2.d.ts +0 -6
- package/lib/ehr/testscript_param2.js +0 -4
- package/lib/ehr/testscript_param3.d.ts +0 -6
- package/lib/ehr/testscript_param3.js +0 -4
- package/lib/ehr/testscript_requestheader.d.ts +0 -6
- package/lib/ehr/testscript_requestheader.js +0 -4
- package/lib/ehr/testscript_rule.d.ts +0 -8
- package/lib/ehr/testscript_rule.js +0 -3
- package/lib/ehr/testscript_rule1.d.ts +0 -7
- package/lib/ehr/testscript_rule1.js +0 -3
- package/lib/ehr/testscript_rule2.d.ts +0 -7
- package/lib/ehr/testscript_rule2.js +0 -3
- package/lib/ehr/testscript_rule3.d.ts +0 -7
- package/lib/ehr/testscript_rule3.js +0 -3
- package/lib/ehr/testscript_ruleset.d.ts +0 -8
- package/lib/ehr/testscript_ruleset.js +0 -3
- package/lib/ehr/testscript_ruleset1.d.ts +0 -7
- package/lib/ehr/testscript_ruleset1.js +0 -3
- package/lib/ehr/testscript_setup.d.ts +0 -5
- package/lib/ehr/testscript_setup.js +0 -3
- package/lib/ehr/testscript_teardown.d.ts +0 -5
- package/lib/ehr/testscript_teardown.js +0 -3
- package/lib/ehr/testscript_test.d.ts +0 -9
- package/lib/ehr/testscript_test.js +0 -3
- package/lib/ehr/testscript_variable.d.ts +0 -18
- package/lib/ehr/testscript_variable.js +0 -4
- package/lib/ehr/timing.d.ts +0 -10
- package/lib/ehr/timing.js +0 -3
- package/lib/ehr/timing_repeat.d.ts +0 -39
- package/lib/ehr/timing_repeat.js +0 -3
- package/lib/ehr/triggerdefinition.d.ts +0 -19
- package/lib/ehr/triggerdefinition.js +0 -3
- package/lib/ehr/usagecontext.d.ts +0 -14
- package/lib/ehr/usagecontext.js +0 -3
- package/lib/ehr/valueset.d.ts +0 -48
- package/lib/ehr/valueset.js +0 -3
- package/lib/ehr/valueset_compose.d.ts +0 -11
- package/lib/ehr/valueset_compose.js +0 -3
- package/lib/ehr/valueset_concept.d.ts +0 -9
- package/lib/ehr/valueset_concept.js +0 -3
- package/lib/ehr/valueset_contains.d.ts +0 -19
- package/lib/ehr/valueset_contains.js +0 -3
- package/lib/ehr/valueset_designation.d.ts +0 -9
- package/lib/ehr/valueset_designation.js +0 -3
- package/lib/ehr/valueset_expansion.d.ts +0 -16
- package/lib/ehr/valueset_expansion.js +0 -3
- package/lib/ehr/valueset_filter.d.ts +0 -8
- package/lib/ehr/valueset_filter.js +0 -4
- package/lib/ehr/valueset_include.d.ts +0 -14
- package/lib/ehr/valueset_include.js +0 -3
- package/lib/ehr/valueset_parameter.d.ts +0 -16
- package/lib/ehr/valueset_parameter.js +0 -4
- package/lib/ehr/visionprescription.d.ts +0 -26
- package/lib/ehr/visionprescription.js +0 -3
- package/lib/ehr/visionprescription_dispense.d.ts +0 -35
- package/lib/ehr/visionprescription_dispense.js +0 -3
- package/lib/erp/index.d.ts +0 -5
- package/lib/erp/index.js +0 -3
- package/lib/ohi/index.d.ts +0 -5
- package/lib/ohi/index.js +0 -3
- /package/lib/{ehr/resource.d.ts → resource.d.ts} +0 -0
- /package/lib/{ehr/resourcelist.d.ts → resourcelist.d.ts} +0 -0
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9jZXJ0aWZpY2F0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9jYXBhYmlsaXR5c3RhdGVtZW50X2NlcnRpZmljYXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENhcGFiaWxpdHlTdGF0ZW1lbnRfQ2VydGlmaWNhdGUgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDYXBhYmlsaXR5U3RhdGVtZW50X0NlcnRpZmljYXRlIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIE1pbWUgdHlwZSBmb3IgYSBjZXJ0aWZpY2F0ZS4gKi9cbiAgdHlwZT86IHN0cmluZztcblxuICAvKiogQWN0dWFsIGNlcnRpZmljYXRlLiAqL1xuICBibG9iPzogc3RyaW5nO1xufVxuIl19
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { Reference } from "./reference";
|
|
3
|
+
export interface CapabilityStatement_Document extends BackboneElement {
|
|
4
|
+
/** Mode of this document declaration - whether an application is a producer or consumer. */
|
|
5
|
+
mode?: "producer" | "consumer";
|
|
6
|
+
/** A description of how the application supports or uses the specified document profile. For example, when documents are created, what action is taken with consumed documents, etc. */
|
|
7
|
+
documentation?: string;
|
|
8
|
+
/** A constraint on a resource used in the document. */
|
|
9
|
+
profile: Reference;
|
|
10
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9kb2N1bWVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9jYXBhYmlsaXR5c3RhdGVtZW50X2RvY3VtZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENhcGFiaWxpdHlTdGF0ZW1lbnRfRG9jdW1lbnQgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ2FwYWJpbGl0eVN0YXRlbWVudF9Eb2N1bWVudCBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBNb2RlIG9mIHRoaXMgZG9jdW1lbnQgZGVjbGFyYXRpb24gLSB3aGV0aGVyIGFuIGFwcGxpY2F0aW9uIGlzIGEgcHJvZHVjZXIgb3IgY29uc3VtZXIuICovXG4gIG1vZGU/OiBcInByb2R1Y2VyXCIgfCBcImNvbnN1bWVyXCI7XG5cbiAgLyoqIEEgZGVzY3JpcHRpb24gb2YgaG93IHRoZSBhcHBsaWNhdGlvbiBzdXBwb3J0cyBvciB1c2VzIHRoZSBzcGVjaWZpZWQgZG9jdW1lbnQgcHJvZmlsZS4gIEZvciBleGFtcGxlLCB3aGVuIGRvY3VtZW50cyBhcmUgY3JlYXRlZCwgd2hhdCBhY3Rpb24gaXMgdGFrZW4gd2l0aCBjb25zdW1lZCBkb2N1bWVudHMsIGV0Yy4gKi9cbiAgZG9jdW1lbnRhdGlvbj86IHN0cmluZztcblxuICAvKiogQSBjb25zdHJhaW50IG9uIGEgcmVzb3VyY2UgdXNlZCBpbiB0aGUgZG9jdW1lbnQuICovXG4gIHByb2ZpbGU6IFJlZmVyZW5jZTtcbn1cbiJdfQ==
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { Coding } from "./coding";
|
|
3
|
+
export interface CapabilityStatement_Endpoint extends BackboneElement {
|
|
4
|
+
/** A list of the messaging transport protocol(s) identifiers, supported by this endpoint. */
|
|
5
|
+
protocol: Coding;
|
|
6
|
+
/** The network address of the end-point. For solutions that do not use network addresses for routing, it can be just an identifier. */
|
|
7
|
+
address?: string;
|
|
8
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9lbmRwb2ludC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9jYXBhYmlsaXR5c3RhdGVtZW50X2VuZHBvaW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENhcGFiaWxpdHlTdGF0ZW1lbnRfRW5kcG9pbnQgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kaW5nIH0gZnJvbSBcIi4vY29kaW5nXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ2FwYWJpbGl0eVN0YXRlbWVudF9FbmRwb2ludCBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBBIGxpc3Qgb2YgdGhlIG1lc3NhZ2luZyB0cmFuc3BvcnQgcHJvdG9jb2wocykgaWRlbnRpZmllcnMsIHN1cHBvcnRlZCBieSB0aGlzIGVuZHBvaW50LiAqL1xuICBwcm90b2NvbDogQ29kaW5nO1xuXG4gIC8qKiBUaGUgbmV0d29yayBhZGRyZXNzIG9mIHRoZSBlbmQtcG9pbnQuIEZvciBzb2x1dGlvbnMgdGhhdCBkbyBub3QgdXNlIG5ldHdvcmsgYWRkcmVzc2VzIGZvciByb3V0aW5nLCBpdCBjYW4gYmUganVzdCBhbiBpZGVudGlmaWVyLiAqL1xuICBhZGRyZXNzPzogc3RyaW5nO1xufVxuIl19
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { Coding } from "./coding";
|
|
3
|
+
import type { Reference } from "./reference";
|
|
4
|
+
export interface CapabilityStatement_Event extends BackboneElement {
|
|
5
|
+
/** A coded identifier of a supported messaging event. */
|
|
6
|
+
code: Coding;
|
|
7
|
+
/** The impact of the content of the message. */
|
|
8
|
+
category?: "Consequence" | "Currency" | "Notification";
|
|
9
|
+
/** The mode of this event declaration - whether an application is a sender or receiver. */
|
|
10
|
+
mode?: "sender" | "receiver";
|
|
11
|
+
/** A resource associated with the event. This is the resource that defines the event. */
|
|
12
|
+
focus?: string;
|
|
13
|
+
/** Information about the request for this event. */
|
|
14
|
+
request: Reference;
|
|
15
|
+
/** Information about the response for this event. */
|
|
16
|
+
response: Reference;
|
|
17
|
+
/** Guidance on how this event is handled, such as internal system trigger points, business rules, etc. */
|
|
18
|
+
documentation?: string;
|
|
19
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9ldmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9jYXBhYmlsaXR5c3RhdGVtZW50X2V2ZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENhcGFiaWxpdHlTdGF0ZW1lbnRfRXZlbnQgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kaW5nIH0gZnJvbSBcIi4vY29kaW5nXCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENhcGFiaWxpdHlTdGF0ZW1lbnRfRXZlbnQgZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogQSBjb2RlZCBpZGVudGlmaWVyIG9mIGEgc3VwcG9ydGVkIG1lc3NhZ2luZyBldmVudC4gKi9cbiAgY29kZTogQ29kaW5nO1xuXG4gIC8qKiBUaGUgaW1wYWN0IG9mIHRoZSBjb250ZW50IG9mIHRoZSBtZXNzYWdlLiAqL1xuICBjYXRlZ29yeT86IFwiQ29uc2VxdWVuY2VcIiB8IFwiQ3VycmVuY3lcIiB8IFwiTm90aWZpY2F0aW9uXCI7XG5cbiAgLyoqIFRoZSBtb2RlIG9mIHRoaXMgZXZlbnQgZGVjbGFyYXRpb24gLSB3aGV0aGVyIGFuIGFwcGxpY2F0aW9uIGlzIGEgc2VuZGVyIG9yIHJlY2VpdmVyLiAqL1xuICBtb2RlPzogXCJzZW5kZXJcIiB8IFwicmVjZWl2ZXJcIjtcblxuICAvKiogQSByZXNvdXJjZSBhc3NvY2lhdGVkIHdpdGggdGhlIGV2ZW50LiAgVGhpcyBpcyB0aGUgcmVzb3VyY2UgdGhhdCBkZWZpbmVzIHRoZSBldmVudC4gKi9cbiAgZm9jdXM/OiBzdHJpbmc7XG5cbiAgLyoqIEluZm9ybWF0aW9uIGFib3V0IHRoZSByZXF1ZXN0IGZvciB0aGlzIGV2ZW50LiAqL1xuICByZXF1ZXN0OiBSZWZlcmVuY2U7XG5cbiAgLyoqIEluZm9ybWF0aW9uIGFib3V0IHRoZSByZXNwb25zZSBmb3IgdGhpcyBldmVudC4gKi9cbiAgcmVzcG9uc2U6IFJlZmVyZW5jZTtcblxuICAvKiogR3VpZGFuY2Ugb24gaG93IHRoaXMgZXZlbnQgaXMgaGFuZGxlZCwgc3VjaCBhcyBpbnRlcm5hbCBzeXN0ZW0gdHJpZ2dlciBwb2ludHMsIGJ1c2luZXNzIHJ1bGVzLCBldGMuICovXG4gIGRvY3VtZW50YXRpb24/OiBzdHJpbmc7XG59XG4iXX0=
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
export interface CapabilityStatement_Implementation extends BackboneElement {
|
|
3
|
+
/** Information about the specific installation that this capability statement relates to. */
|
|
4
|
+
description?: string;
|
|
5
|
+
/** An absolute base URL for the implementation. This forms the base for REST interfaces as well as the mailbox and document interfaces. */
|
|
6
|
+
url?: string;
|
|
7
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9pbXBsZW1lbnRhdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9jYXBhYmlsaXR5c3RhdGVtZW50X2ltcGxlbWVudGF0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENhcGFiaWxpdHlTdGF0ZW1lbnRfSW1wbGVtZW50YXRpb24gVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDYXBhYmlsaXR5U3RhdGVtZW50X0ltcGxlbWVudGF0aW9uIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIEluZm9ybWF0aW9uIGFib3V0IHRoZSBzcGVjaWZpYyBpbnN0YWxsYXRpb24gdGhhdCB0aGlzIGNhcGFiaWxpdHkgc3RhdGVtZW50IHJlbGF0ZXMgdG8uICovXG4gIGRlc2NyaXB0aW9uPzogc3RyaW5nO1xuXG4gIC8qKiBBbiBhYnNvbHV0ZSBiYXNlIFVSTCBmb3IgdGhlIGltcGxlbWVudGF0aW9uLiAgVGhpcyBmb3JtcyB0aGUgYmFzZSBmb3IgUkVTVCBpbnRlcmZhY2VzIGFzIHdlbGwgYXMgdGhlIG1haWxib3ggYW5kIGRvY3VtZW50IGludGVyZmFjZXMuICovXG4gIHVybD86IHN0cmluZztcbn1cbiJdfQ==
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
export interface CapabilityStatement_Interaction extends BackboneElement {
|
|
3
|
+
/** Coded identifier of the operation, supported by the system resource. */
|
|
4
|
+
code?: "read" | "vread" | "update" | "patch" | "delete" | "history-instance" | "history-type" | "create" | "search-type";
|
|
5
|
+
/** 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'. */
|
|
6
|
+
documentation?: string;
|
|
7
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9pbnRlcmFjdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9jYXBhYmlsaXR5c3RhdGVtZW50X2ludGVyYWN0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENhcGFiaWxpdHlTdGF0ZW1lbnRfSW50ZXJhY3Rpb24gVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDYXBhYmlsaXR5U3RhdGVtZW50X0ludGVyYWN0aW9uIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIENvZGVkIGlkZW50aWZpZXIgb2YgdGhlIG9wZXJhdGlvbiwgc3VwcG9ydGVkIGJ5IHRoZSBzeXN0ZW0gcmVzb3VyY2UuICovXG4gIGNvZGU/OlxuICAgIHwgXCJyZWFkXCJcbiAgICB8IFwidnJlYWRcIlxuICAgIHwgXCJ1cGRhdGVcIlxuICAgIHwgXCJwYXRjaFwiXG4gICAgfCBcImRlbGV0ZVwiXG4gICAgfCBcImhpc3RvcnktaW5zdGFuY2VcIlxuICAgIHwgXCJoaXN0b3J5LXR5cGVcIlxuICAgIHwgXCJjcmVhdGVcIlxuICAgIHwgXCJzZWFyY2gtdHlwZVwiO1xuXG4gIC8qKiBHdWlkYW5jZSBzcGVjaWZpYyB0byB0aGUgaW1wbGVtZW50YXRpb24gb2YgdGhpcyBvcGVyYXRpb24sIHN1Y2ggYXMgJ2RlbGV0ZSBpcyBhIGxvZ2ljYWwgZGVsZXRlJyBvciAndXBkYXRlcyBhcmUgb25seSBhbGxvd2VkIHdpdGggdmVyc2lvbiBpZCcgb3IgJ2NyZWF0ZXMgcGVybWl0dGVkIGZyb20gcHJlLWF1dGhvcml6ZWQgY2VydGlmaWNhdGVzIG9ubHknLiAqL1xuICBkb2N1bWVudGF0aW9uPzogc3RyaW5nO1xufVxuIl19
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
export interface CapabilityStatement_Interaction1 extends BackboneElement {
|
|
3
|
+
/** A coded identifier of the operation, supported by the system. */
|
|
4
|
+
code?: "transaction" | "batch" | "search-system" | "history-system";
|
|
5
|
+
/** 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. */
|
|
6
|
+
documentation?: string;
|
|
7
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9pbnRlcmFjdGlvbjEuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvY2FwYWJpbGl0eXN0YXRlbWVudF9pbnRlcmFjdGlvbjEudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ2FwYWJpbGl0eVN0YXRlbWVudF9JbnRlcmFjdGlvbjEgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDYXBhYmlsaXR5U3RhdGVtZW50X0ludGVyYWN0aW9uMSBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBBIGNvZGVkIGlkZW50aWZpZXIgb2YgdGhlIG9wZXJhdGlvbiwgc3VwcG9ydGVkIGJ5IHRoZSBzeXN0ZW0uICovXG4gIGNvZGU/OiBcInRyYW5zYWN0aW9uXCIgfCBcImJhdGNoXCIgfCBcInNlYXJjaC1zeXN0ZW1cIiB8IFwiaGlzdG9yeS1zeXN0ZW1cIjtcblxuICAvKiogR3VpZGFuY2Ugc3BlY2lmaWMgdG8gdGhlIGltcGxlbWVudGF0aW9uIG9mIHRoaXMgb3BlcmF0aW9uLCBzdWNoIGFzIGxpbWl0YXRpb25zIG9uIHRoZSBraW5kIG9mIHRyYW5zYWN0aW9ucyBhbGxvd2VkLCBvciBpbmZvcm1hdGlvbiBhYm91dCBzeXN0ZW0gd2lkZSBzZWFyY2ggaXMgaW1wbGVtZW50ZWQuICovXG4gIGRvY3VtZW50YXRpb24/OiBzdHJpbmc7XG59XG4iXX0=
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { CapabilityStatement_Endpoint } from "./capabilitystatement_endpoint";
|
|
3
|
+
import type { CapabilityStatement_Event } from "./capabilitystatement_event";
|
|
4
|
+
import type { CapabilityStatement_SupportedMessage } from "./capabilitystatement_supportedmessage";
|
|
5
|
+
export interface CapabilityStatement_Messaging extends BackboneElement {
|
|
6
|
+
/** An endpoint (network accessible address) to which messages and/or replies are to be sent. */
|
|
7
|
+
endpoint?: Array<CapabilityStatement_Endpoint>;
|
|
8
|
+
/** 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). */
|
|
9
|
+
reliableCache?: number;
|
|
10
|
+
/** 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. */
|
|
11
|
+
documentation?: string;
|
|
12
|
+
/** References to message definitions for messages this system can send or receive. */
|
|
13
|
+
supportedMessage?: Array<CapabilityStatement_SupportedMessage>;
|
|
14
|
+
/** A description of the solution's support for an event at this end-point. */
|
|
15
|
+
event?: Array<CapabilityStatement_Event>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9tZXNzYWdpbmcuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvY2FwYWJpbGl0eXN0YXRlbWVudF9tZXNzYWdpbmcudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ2FwYWJpbGl0eVN0YXRlbWVudF9NZXNzYWdpbmcgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ2FwYWJpbGl0eVN0YXRlbWVudF9FbmRwb2ludCB9IGZyb20gXCIuL2NhcGFiaWxpdHlzdGF0ZW1lbnRfZW5kcG9pbnRcIjtcbmltcG9ydCB0eXBlIHsgQ2FwYWJpbGl0eVN0YXRlbWVudF9FdmVudCB9IGZyb20gXCIuL2NhcGFiaWxpdHlzdGF0ZW1lbnRfZXZlbnRcIjtcbmltcG9ydCB0eXBlIHsgQ2FwYWJpbGl0eVN0YXRlbWVudF9TdXBwb3J0ZWRNZXNzYWdlIH0gZnJvbSBcIi4vY2FwYWJpbGl0eXN0YXRlbWVudF9zdXBwb3J0ZWRtZXNzYWdlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ2FwYWJpbGl0eVN0YXRlbWVudF9NZXNzYWdpbmcgZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogQW4gZW5kcG9pbnQgKG5ldHdvcmsgYWNjZXNzaWJsZSBhZGRyZXNzKSB0byB3aGljaCBtZXNzYWdlcyBhbmQvb3IgcmVwbGllcyBhcmUgdG8gYmUgc2VudC4gKi9cbiAgZW5kcG9pbnQ/OiBBcnJheTxDYXBhYmlsaXR5U3RhdGVtZW50X0VuZHBvaW50PjtcblxuICAvKiogTGVuZ3RoIGlmIHRoZSByZWNlaXZlcidzIHJlbGlhYmxlIG1lc3NhZ2luZyBjYWNoZSBpbiBtaW51dGVzIChpZiBhIHJlY2VpdmVyKSBvciBob3cgbG9uZyB0aGUgY2FjaGUgbGVuZ3RoIG9uIHRoZSByZWNlaXZlciBzaG91bGQgYmUgKGlmIGEgc2VuZGVyKS4gKi9cbiAgcmVsaWFibGVDYWNoZT86IG51bWJlcjtcblxuICAvKiogRG9jdW1lbnRhdGlvbiBhYm91dCB0aGUgc3lzdGVtJ3MgbWVzc2FnaW5nIGNhcGFiaWxpdGllcyBmb3IgdGhpcyBlbmRwb2ludCBub3Qgb3RoZXJ3aXNlIGRvY3VtZW50ZWQgYnkgdGhlIGNhcGFiaWxpdHkgc3RhdGVtZW50LiAgRm9yIGV4YW1wbGUsIHRoZSBwcm9jZXNzIGZvciBiZWNvbWluZyBhbiBhdXRob3JpemVkIG1lc3NhZ2luZyBleGNoYW5nZSBwYXJ0bmVyLiAqL1xuICBkb2N1bWVudGF0aW9uPzogc3RyaW5nO1xuXG4gIC8qKiBSZWZlcmVuY2VzIHRvIG1lc3NhZ2UgZGVmaW5pdGlvbnMgZm9yIG1lc3NhZ2VzIHRoaXMgc3lzdGVtIGNhbiBzZW5kIG9yIHJlY2VpdmUuICovXG4gIHN1cHBvcnRlZE1lc3NhZ2U/OiBBcnJheTxDYXBhYmlsaXR5U3RhdGVtZW50X1N1cHBvcnRlZE1lc3NhZ2U+O1xuXG4gIC8qKiBBIGRlc2NyaXB0aW9uIG9mIHRoZSBzb2x1dGlvbidzIHN1cHBvcnQgZm9yIGFuIGV2ZW50IGF0IHRoaXMgZW5kLXBvaW50LiAqL1xuICBldmVudD86IEFycmF5PENhcGFiaWxpdHlTdGF0ZW1lbnRfRXZlbnQ+O1xufVxuIl19
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { Reference } from "./reference";
|
|
3
|
+
export interface CapabilityStatement_Operation extends BackboneElement {
|
|
4
|
+
/** 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. */
|
|
5
|
+
name?: string;
|
|
6
|
+
/** Where the formal definition can be found. */
|
|
7
|
+
definition: Reference;
|
|
8
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9vcGVyYXRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvY2FwYWJpbGl0eXN0YXRlbWVudF9vcGVyYXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ2FwYWJpbGl0eVN0YXRlbWVudF9PcGVyYXRpb24gVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ2FwYWJpbGl0eVN0YXRlbWVudF9PcGVyYXRpb24gZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogVGhlIG5hbWUgb2YgdGhlIG9wZXJhdGlvbiBvciBxdWVyeS4gRm9yIGFuIG9wZXJhdGlvbiwgdGhpcyBpcyB0aGUgbmFtZSAgcHJlZml4ZWQgd2l0aCAkIGFuZCB1c2VkIGluIHRoZSBVUkwuIEZvciBhIHF1ZXJ5LCB0aGlzIGlzIHRoZSBuYW1lIHVzZWQgaW4gdGhlIF9xdWVyeSBwYXJhbWV0ZXIgd2hlbiB0aGUgcXVlcnkgaXMgY2FsbGVkLiAqL1xuICBuYW1lPzogc3RyaW5nO1xuXG4gIC8qKiBXaGVyZSB0aGUgZm9ybWFsIGRlZmluaXRpb24gY2FuIGJlIGZvdW5kLiAqL1xuICBkZWZpbml0aW9uOiBSZWZlcmVuY2U7XG59XG4iXX0=
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { CapabilityStatement_Interaction } from "./capabilitystatement_interaction";
|
|
3
|
+
import type { CapabilityStatement_SearchParam } from "./capabilitystatement_searchparam";
|
|
4
|
+
import type { Reference } from "./reference";
|
|
5
|
+
export interface CapabilityStatement_Resource extends BackboneElement {
|
|
6
|
+
/** A type of resource exposed via the restful interface. */
|
|
7
|
+
type?: string;
|
|
8
|
+
/** 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). */
|
|
9
|
+
profile?: Reference;
|
|
10
|
+
/** Additional information about the resource type used by the system. */
|
|
11
|
+
documentation?: string;
|
|
12
|
+
/** Identifies a restful operation supported by the solution. */
|
|
13
|
+
interaction: Array<CapabilityStatement_Interaction>;
|
|
14
|
+
/** 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. */
|
|
15
|
+
versioning?: "no-version" | "versioned" | "versioned-update";
|
|
16
|
+
/** A flag for whether the server is able to return past versions as part of the vRead operation. */
|
|
17
|
+
readHistory?: boolean;
|
|
18
|
+
/** 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. */
|
|
19
|
+
updateCreate?: boolean;
|
|
20
|
+
/** A flag that indicates that the server supports conditional create. */
|
|
21
|
+
conditionalCreate?: boolean;
|
|
22
|
+
/** A code that indicates how the server supports conditional read. */
|
|
23
|
+
conditionalRead?: "not-supported" | "modified-since" | "not-match" | "full-support";
|
|
24
|
+
/** A flag that indicates that the server supports conditional update. */
|
|
25
|
+
conditionalUpdate?: boolean;
|
|
26
|
+
/** A code that indicates how the server supports conditional delete. */
|
|
27
|
+
conditionalDelete?: "not-supported" | "single" | "multiple";
|
|
28
|
+
/** A set of flags that defines how references are supported. */
|
|
29
|
+
referencePolicy?: "literal" | "logical" | "resolves" | "enforced" | "local";
|
|
30
|
+
/** A list of _include values supported by the server. */
|
|
31
|
+
searchInclude?: Array<string>;
|
|
32
|
+
/** A list of _revinclude (reverse include) values supported by the server. */
|
|
33
|
+
searchRevInclude?: Array<string>;
|
|
34
|
+
/** 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. */
|
|
35
|
+
searchParam?: Array<CapabilityStatement_SearchParam>;
|
|
36
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9yZXNvdXJjZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9jYXBhYmlsaXR5c3RhdGVtZW50X3Jlc291cmNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENhcGFiaWxpdHlTdGF0ZW1lbnRfUmVzb3VyY2UgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ2FwYWJpbGl0eVN0YXRlbWVudF9JbnRlcmFjdGlvbiB9IGZyb20gXCIuL2NhcGFiaWxpdHlzdGF0ZW1lbnRfaW50ZXJhY3Rpb25cIjtcbmltcG9ydCB0eXBlIHsgQ2FwYWJpbGl0eVN0YXRlbWVudF9TZWFyY2hQYXJhbSB9IGZyb20gXCIuL2NhcGFiaWxpdHlzdGF0ZW1lbnRfc2VhcmNocGFyYW1cIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ2FwYWJpbGl0eVN0YXRlbWVudF9SZXNvdXJjZSBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBBIHR5cGUgb2YgcmVzb3VyY2UgZXhwb3NlZCB2aWEgdGhlIHJlc3RmdWwgaW50ZXJmYWNlLiAqL1xuICB0eXBlPzogc3RyaW5nO1xuXG4gIC8qKiBBIHNwZWNpZmljYXRpb24gb2YgdGhlIHByb2ZpbGUgdGhhdCBkZXNjcmliZXMgdGhlIHNvbHV0aW9uJ3Mgb3ZlcmFsbCBzdXBwb3J0IGZvciB0aGUgcmVzb3VyY2UsIGluY2x1ZGluZyBhbnkgY29uc3RyYWludHMgb24gY2FyZGluYWxpdHksIGJpbmRpbmdzLCBsZW5ndGhzIG9yIG90aGVyIGxpbWl0YXRpb25zLiBTZWUgZnVydGhlciBkaXNjdXNzaW9uIGluIFtVc2luZyBQcm9maWxlc10ocHJvZmlsaW5nLmh0bWwjcHJvZmlsZS11c2VzKS4gKi9cbiAgcHJvZmlsZT86IFJlZmVyZW5jZTtcblxuICAvKiogQWRkaXRpb25hbCBpbmZvcm1hdGlvbiBhYm91dCB0aGUgcmVzb3VyY2UgdHlwZSB1c2VkIGJ5IHRoZSBzeXN0ZW0uICovXG4gIGRvY3VtZW50YXRpb24/OiBzdHJpbmc7XG5cbiAgLyoqIElkZW50aWZpZXMgYSByZXN0ZnVsIG9wZXJhdGlvbiBzdXBwb3J0ZWQgYnkgdGhlIHNvbHV0aW9uLiAqL1xuICBpbnRlcmFjdGlvbjogQXJyYXk8Q2FwYWJpbGl0eVN0YXRlbWVudF9JbnRlcmFjdGlvbj47XG5cbiAgLyoqIFRoaXMgZmllbGQgaXMgc2V0IHRvIG5vLXZlcnNpb24gdG8gc3BlY2lmeSB0aGF0IHRoZSBzeXN0ZW0gZG9lcyBub3Qgc3VwcG9ydCAoc2VydmVyKSBvciB1c2UgKGNsaWVudCkgdmVyc2lvbmluZyBmb3IgdGhpcyByZXNvdXJjZSB0eXBlLiBJZiB0aGlzIGhhcyBzb21lIG90aGVyIHZhbHVlLCB0aGUgc2VydmVyIG11c3QgYXQgbGVhc3QgY29ycmVjdGx5IHRyYWNrIGFuZCBwb3B1bGF0ZSB0aGUgdmVyc2lvbklkIG1ldGEtcHJvcGVydHkgb24gcmVzb3VyY2VzLiBJZiB0aGUgdmFsdWUgaXMgJ3ZlcnNpb25lZC11cGRhdGUnLCB0aGVuIHRoZSBzZXJ2ZXIgc3VwcG9ydHMgYWxsIHRoZSB2ZXJzaW9uaW5nIGZlYXR1cmVzLCBpbmNsdWRpbmcgdXNpbmcgZS10YWdzIGZvciB2ZXJzaW9uIGludGVncml0eSBpbiB0aGUgQVBJLiAqL1xuICB2ZXJzaW9uaW5nPzogXCJuby12ZXJzaW9uXCIgfCBcInZlcnNpb25lZFwiIHwgXCJ2ZXJzaW9uZWQtdXBkYXRlXCI7XG5cbiAgLyoqIEEgZmxhZyBmb3Igd2hldGhlciB0aGUgc2VydmVyIGlzIGFibGUgdG8gcmV0dXJuIHBhc3QgdmVyc2lvbnMgYXMgcGFydCBvZiB0aGUgdlJlYWQgb3BlcmF0aW9uLiAqL1xuICByZWFkSGlzdG9yeT86IGJvb2xlYW47XG5cbiAgLyoqIEEgZmxhZyB0byBpbmRpY2F0ZSB0aGF0IHRoZSBzZXJ2ZXIgYWxsb3dzIG9yIG5lZWRzIHRvIGFsbG93IHRoZSBjbGllbnQgdG8gY3JlYXRlIG5ldyBpZGVudGl0aWVzIG9uIHRoZSBzZXJ2ZXIgKGUuZy4gdGhhdCBpcywgdGhlIGNsaWVudCBQVVRzIHRvIGEgbG9jYXRpb24gd2hlcmUgdGhlcmUgaXMgbm8gZXhpc3RpbmcgcmVzb3VyY2UpLiBBbGxvd2luZyB0aGlzIG9wZXJhdGlvbiBtZWFucyB0aGF0IHRoZSBzZXJ2ZXIgYWxsb3dzIHRoZSBjbGllbnQgdG8gY3JlYXRlIG5ldyBpZGVudGl0aWVzIG9uIHRoZSBzZXJ2ZXIuICovXG4gIHVwZGF0ZUNyZWF0ZT86IGJvb2xlYW47XG5cbiAgLyoqIEEgZmxhZyB0aGF0IGluZGljYXRlcyB0aGF0IHRoZSBzZXJ2ZXIgc3VwcG9ydHMgY29uZGl0aW9uYWwgY3JlYXRlLiAqL1xuICBjb25kaXRpb25hbENyZWF0ZT86IGJvb2xlYW47XG5cbiAgLyoqIEEgY29kZSB0aGF0IGluZGljYXRlcyBob3cgdGhlIHNlcnZlciBzdXBwb3J0cyBjb25kaXRpb25hbCByZWFkLiAqL1xuICBjb25kaXRpb25hbFJlYWQ/OlxuICAgIHwgXCJub3Qtc3VwcG9ydGVkXCJcbiAgICB8IFwibW9kaWZpZWQtc2luY2VcIlxuICAgIHwgXCJub3QtbWF0Y2hcIlxuICAgIHwgXCJmdWxsLXN1cHBvcnRcIjtcblxuICAvKiogQSBmbGFnIHRoYXQgaW5kaWNhdGVzIHRoYXQgdGhlIHNlcnZlciBzdXBwb3J0cyBjb25kaXRpb25hbCB1cGRhdGUuICovXG4gIGNvbmRpdGlvbmFsVXBkYXRlPzogYm9vbGVhbjtcblxuICAvKiogQSBjb2RlIHRoYXQgaW5kaWNhdGVzIGhvdyB0aGUgc2VydmVyIHN1cHBvcnRzIGNvbmRpdGlvbmFsIGRlbGV0ZS4gKi9cbiAgY29uZGl0aW9uYWxEZWxldGU/OiBcIm5vdC1zdXBwb3J0ZWRcIiB8IFwic2luZ2xlXCIgfCBcIm11bHRpcGxlXCI7XG5cbiAgLyoqIEEgc2V0IG9mIGZsYWdzIHRoYXQgZGVmaW5lcyBob3cgcmVmZXJlbmNlcyBhcmUgc3VwcG9ydGVkLiAqL1xuICByZWZlcmVuY2VQb2xpY3k/OiBcImxpdGVyYWxcIiB8IFwibG9naWNhbFwiIHwgXCJyZXNvbHZlc1wiIHwgXCJlbmZvcmNlZFwiIHwgXCJsb2NhbFwiO1xuXG4gIC8qKiBBIGxpc3Qgb2YgX2luY2x1ZGUgdmFsdWVzIHN1cHBvcnRlZCBieSB0aGUgc2VydmVyLiAqL1xuICBzZWFyY2hJbmNsdWRlPzogQXJyYXk8c3RyaW5nPjtcblxuICAvKiogQSBsaXN0IG9mIF9yZXZpbmNsdWRlIChyZXZlcnNlIGluY2x1ZGUpIHZhbHVlcyBzdXBwb3J0ZWQgYnkgdGhlIHNlcnZlci4gKi9cbiAgc2VhcmNoUmV2SW5jbHVkZT86IEFycmF5PHN0cmluZz47XG5cbiAgLyoqIFNlYXJjaCBwYXJhbWV0ZXJzIGZvciBpbXBsZW1lbnRhdGlvbnMgdG8gc3VwcG9ydCBhbmQvb3IgbWFrZSB1c2Ugb2YgLSBlaXRoZXIgcmVmZXJlbmNlcyB0byBvbmVzIGRlZmluZWQgaW4gdGhlIHNwZWNpZmljYXRpb24sIG9yIGFkZGl0aW9uYWwgb25lcyBkZWZpbmVkIGZvci9ieSB0aGUgaW1wbGVtZW50YXRpb24uICovXG4gIHNlYXJjaFBhcmFtPzogQXJyYXk8Q2FwYWJpbGl0eVN0YXRlbWVudF9TZWFyY2hQYXJhbT47XG59XG4iXX0=
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { CapabilityStatement_Interaction1 } from "./capabilitystatement_interaction1";
|
|
3
|
+
import type { CapabilityStatement_Operation } from "./capabilitystatement_operation";
|
|
4
|
+
import type { CapabilityStatement_Resource } from "./capabilitystatement_resource";
|
|
5
|
+
import type { CapabilityStatement_SearchParam } from "./capabilitystatement_searchparam";
|
|
6
|
+
import type { CapabilityStatement_Security } from "./capabilitystatement_security";
|
|
7
|
+
export interface CapabilityStatement_Rest extends BackboneElement {
|
|
8
|
+
/** Identifies whether this portion of the statement is describing the ability to initiate or receive restful operations. */
|
|
9
|
+
mode?: "client" | "server";
|
|
10
|
+
/** Information about the system's restful capabilities that apply across all applications, such as security. */
|
|
11
|
+
documentation?: string;
|
|
12
|
+
/** Information about security implementation from an interface perspective - what a client needs to know. */
|
|
13
|
+
security?: CapabilityStatement_Security;
|
|
14
|
+
/** A specification of the restful capabilities of the solution for a specific resource type. */
|
|
15
|
+
resource?: Array<CapabilityStatement_Resource>;
|
|
16
|
+
/** A specification of restful operations supported by the system. */
|
|
17
|
+
interaction?: Array<CapabilityStatement_Interaction1>;
|
|
18
|
+
/** 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. */
|
|
19
|
+
searchParam?: Array<CapabilityStatement_SearchParam>;
|
|
20
|
+
/** Definition of an operation or a named query together with its parameters and their meaning and type. */
|
|
21
|
+
operation?: Array<CapabilityStatement_Operation>;
|
|
22
|
+
/** 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 . */
|
|
23
|
+
compartment?: Array<string>;
|
|
24
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9yZXN0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2NhcGFiaWxpdHlzdGF0ZW1lbnRfcmVzdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBDYXBhYmlsaXR5U3RhdGVtZW50X1Jlc3QgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ2FwYWJpbGl0eVN0YXRlbWVudF9JbnRlcmFjdGlvbjEgfSBmcm9tIFwiLi9jYXBhYmlsaXR5c3RhdGVtZW50X2ludGVyYWN0aW9uMVwiO1xuaW1wb3J0IHR5cGUgeyBDYXBhYmlsaXR5U3RhdGVtZW50X09wZXJhdGlvbiB9IGZyb20gXCIuL2NhcGFiaWxpdHlzdGF0ZW1lbnRfb3BlcmF0aW9uXCI7XG5pbXBvcnQgdHlwZSB7IENhcGFiaWxpdHlTdGF0ZW1lbnRfUmVzb3VyY2UgfSBmcm9tIFwiLi9jYXBhYmlsaXR5c3RhdGVtZW50X3Jlc291cmNlXCI7XG5pbXBvcnQgdHlwZSB7IENhcGFiaWxpdHlTdGF0ZW1lbnRfU2VhcmNoUGFyYW0gfSBmcm9tIFwiLi9jYXBhYmlsaXR5c3RhdGVtZW50X3NlYXJjaHBhcmFtXCI7XG5pbXBvcnQgdHlwZSB7IENhcGFiaWxpdHlTdGF0ZW1lbnRfU2VjdXJpdHkgfSBmcm9tIFwiLi9jYXBhYmlsaXR5c3RhdGVtZW50X3NlY3VyaXR5XCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ2FwYWJpbGl0eVN0YXRlbWVudF9SZXN0IGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIElkZW50aWZpZXMgd2hldGhlciB0aGlzIHBvcnRpb24gb2YgdGhlIHN0YXRlbWVudCBpcyBkZXNjcmliaW5nIHRoZSBhYmlsaXR5IHRvIGluaXRpYXRlIG9yIHJlY2VpdmUgcmVzdGZ1bCBvcGVyYXRpb25zLiAqL1xuICBtb2RlPzogXCJjbGllbnRcIiB8IFwic2VydmVyXCI7XG5cbiAgLyoqIEluZm9ybWF0aW9uIGFib3V0IHRoZSBzeXN0ZW0ncyByZXN0ZnVsIGNhcGFiaWxpdGllcyB0aGF0IGFwcGx5IGFjcm9zcyBhbGwgYXBwbGljYXRpb25zLCBzdWNoIGFzIHNlY3VyaXR5LiAqL1xuICBkb2N1bWVudGF0aW9uPzogc3RyaW5nO1xuXG4gIC8qKiBJbmZvcm1hdGlvbiBhYm91dCBzZWN1cml0eSBpbXBsZW1lbnRhdGlvbiBmcm9tIGFuIGludGVyZmFjZSBwZXJzcGVjdGl2ZSAtIHdoYXQgYSBjbGllbnQgbmVlZHMgdG8ga25vdy4gKi9cbiAgc2VjdXJpdHk/OiBDYXBhYmlsaXR5U3RhdGVtZW50X1NlY3VyaXR5O1xuXG4gIC8qKiBBIHNwZWNpZmljYXRpb24gb2YgdGhlIHJlc3RmdWwgY2FwYWJpbGl0aWVzIG9mIHRoZSBzb2x1dGlvbiBmb3IgYSBzcGVjaWZpYyByZXNvdXJjZSB0eXBlLiAqL1xuICByZXNvdXJjZT86IEFycmF5PENhcGFiaWxpdHlTdGF0ZW1lbnRfUmVzb3VyY2U+O1xuXG4gIC8qKiBBIHNwZWNpZmljYXRpb24gb2YgcmVzdGZ1bCBvcGVyYXRpb25zIHN1cHBvcnRlZCBieSB0aGUgc3lzdGVtLiAqL1xuICBpbnRlcmFjdGlvbj86IEFycmF5PENhcGFiaWxpdHlTdGF0ZW1lbnRfSW50ZXJhY3Rpb24xPjtcblxuICAvKiogU2VhcmNoIHBhcmFtZXRlcnMgdGhhdCBhcmUgc3VwcG9ydGVkIGZvciBzZWFyY2hpbmcgYWxsIHJlc291cmNlcyBmb3IgaW1wbGVtZW50YXRpb25zIHRvIHN1cHBvcnQgYW5kL29yIG1ha2UgdXNlIG9mIC0gZWl0aGVyIHJlZmVyZW5jZXMgdG8gb25lcyBkZWZpbmVkIGluIHRoZSBzcGVjaWZpY2F0aW9uLCBvciBhZGRpdGlvbmFsIG9uZXMgZGVmaW5lZCBmb3IvYnkgdGhlIGltcGxlbWVudGF0aW9uLiAqL1xuICBzZWFyY2hQYXJhbT86IEFycmF5PENhcGFiaWxpdHlTdGF0ZW1lbnRfU2VhcmNoUGFyYW0+O1xuXG4gIC8qKiBEZWZpbml0aW9uIG9mIGFuIG9wZXJhdGlvbiBvciBhIG5hbWVkIHF1ZXJ5IHRvZ2V0aGVyIHdpdGggaXRzIHBhcmFtZXRlcnMgYW5kIHRoZWlyIG1lYW5pbmcgYW5kIHR5cGUuICovXG4gIG9wZXJhdGlvbj86IEFycmF5PENhcGFiaWxpdHlTdGF0ZW1lbnRfT3BlcmF0aW9uPjtcblxuICAvKiogQW4gYWJzb2x1dGUgVVJJIHdoaWNoIGlzIGEgcmVmZXJlbmNlIHRvIHRoZSBkZWZpbml0aW9uIG9mIGEgY29tcGFydG1lbnQgdGhhdCB0aGUgc3lzdGVtIHN1cHBvcnRzLiBUaGUgcmVmZXJlbmNlIGlzIHRvIGEgQ29tcGFydG1lbnREZWZpbml0aW9uIHJlc291cmNlIGJ5IGl0cyBjYW5vbmljYWwgVVJMIC4gKi9cbiAgY29tcGFydG1lbnQ/OiBBcnJheTxzdHJpbmc+O1xufVxuIl19
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
export interface CapabilityStatement_SearchParam extends BackboneElement {
|
|
3
|
+
/** The name of the search parameter used in the interface. */
|
|
4
|
+
name?: string;
|
|
5
|
+
/** 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]]]). */
|
|
6
|
+
definition?: string;
|
|
7
|
+
/** The type of value a search parameter refers to, and how the content is interpreted. */
|
|
8
|
+
type?: "number" | "date" | "string" | "token" | "reference" | "composite" | "quantity" | "uri";
|
|
9
|
+
/** This allows documentation of any distinct behaviors about how the search parameter is used. For example, text matching algorithms. */
|
|
10
|
+
documentation?: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9zZWFyY2hwYXJhbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9jYXBhYmlsaXR5c3RhdGVtZW50X3NlYXJjaHBhcmFtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENhcGFiaWxpdHlTdGF0ZW1lbnRfU2VhcmNoUGFyYW0gVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDYXBhYmlsaXR5U3RhdGVtZW50X1NlYXJjaFBhcmFtIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIFRoZSBuYW1lIG9mIHRoZSBzZWFyY2ggcGFyYW1ldGVyIHVzZWQgaW4gdGhlIGludGVyZmFjZS4gKi9cbiAgbmFtZT86IHN0cmluZztcblxuICAvKiogQW4gYWJzb2x1dGUgVVJJIHRoYXQgaXMgYSBmb3JtYWwgcmVmZXJlbmNlIHRvIHdoZXJlIHRoaXMgcGFyYW1ldGVyIHdhcyBmaXJzdCBkZWZpbmVkLCBzbyB0aGF0IGEgY2xpZW50IGNhbiBiZSBjb25maWRlbnQgb2YgdGhlIG1lYW5pbmcgb2YgdGhlIHNlYXJjaCBwYXJhbWV0ZXIgKGEgcmVmZXJlbmNlIHRvIFtbW1NlYXJjaFBhcmFtZXRlci51cmxdXV0pLiAqL1xuICBkZWZpbml0aW9uPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgdHlwZSBvZiB2YWx1ZSBhIHNlYXJjaCBwYXJhbWV0ZXIgcmVmZXJzIHRvLCBhbmQgaG93IHRoZSBjb250ZW50IGlzIGludGVycHJldGVkLiAqL1xuICB0eXBlPzpcbiAgICB8IFwibnVtYmVyXCJcbiAgICB8IFwiZGF0ZVwiXG4gICAgfCBcInN0cmluZ1wiXG4gICAgfCBcInRva2VuXCJcbiAgICB8IFwicmVmZXJlbmNlXCJcbiAgICB8IFwiY29tcG9zaXRlXCJcbiAgICB8IFwicXVhbnRpdHlcIlxuICAgIHwgXCJ1cmlcIjtcblxuICAvKiogVGhpcyBhbGxvd3MgZG9jdW1lbnRhdGlvbiBvZiBhbnkgZGlzdGluY3QgYmVoYXZpb3JzIGFib3V0IGhvdyB0aGUgc2VhcmNoIHBhcmFtZXRlciBpcyB1c2VkLiAgRm9yIGV4YW1wbGUsIHRleHQgbWF0Y2hpbmcgYWxnb3JpdGhtcy4gKi9cbiAgZG9jdW1lbnRhdGlvbj86IHN0cmluZztcbn1cbiJdfQ==
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { CapabilityStatement_Certificate } from "./capabilitystatement_certificate";
|
|
3
|
+
import type { CodeableConcept } from "./codeableconcept";
|
|
4
|
+
export interface CapabilityStatement_Security extends BackboneElement {
|
|
5
|
+
/** Server adds CORS headers when responding to requests - this enables javascript applications to use the server. */
|
|
6
|
+
cors?: boolean;
|
|
7
|
+
/** Types of security services that are supported/required by the system. */
|
|
8
|
+
service?: Array<CodeableConcept>;
|
|
9
|
+
/** General description of how security works. */
|
|
10
|
+
description?: string;
|
|
11
|
+
/** Certificates associated with security profiles. */
|
|
12
|
+
certificate?: Array<CapabilityStatement_Certificate>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9zZWN1cml0eS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9jYXBhYmlsaXR5c3RhdGVtZW50X3NlY3VyaXR5LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENhcGFiaWxpdHlTdGF0ZW1lbnRfU2VjdXJpdHkgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ2FwYWJpbGl0eVN0YXRlbWVudF9DZXJ0aWZpY2F0ZSB9IGZyb20gXCIuL2NhcGFiaWxpdHlzdGF0ZW1lbnRfY2VydGlmaWNhdGVcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ2FwYWJpbGl0eVN0YXRlbWVudF9TZWN1cml0eSBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBTZXJ2ZXIgYWRkcyBDT1JTIGhlYWRlcnMgd2hlbiByZXNwb25kaW5nIHRvIHJlcXVlc3RzIC0gdGhpcyBlbmFibGVzIGphdmFzY3JpcHQgYXBwbGljYXRpb25zIHRvIHVzZSB0aGUgc2VydmVyLiAqL1xuICBjb3JzPzogYm9vbGVhbjtcblxuICAvKiogVHlwZXMgb2Ygc2VjdXJpdHkgc2VydmljZXMgdGhhdCBhcmUgc3VwcG9ydGVkL3JlcXVpcmVkIGJ5IHRoZSBzeXN0ZW0uICovXG4gIHNlcnZpY2U/OiBBcnJheTxDb2RlYWJsZUNvbmNlcHQ+O1xuXG4gIC8qKiBHZW5lcmFsIGRlc2NyaXB0aW9uIG9mIGhvdyBzZWN1cml0eSB3b3Jrcy4gKi9cbiAgZGVzY3JpcHRpb24/OiBzdHJpbmc7XG5cbiAgLyoqIENlcnRpZmljYXRlcyBhc3NvY2lhdGVkIHdpdGggc2VjdXJpdHkgcHJvZmlsZXMuICovXG4gIGNlcnRpZmljYXRlPzogQXJyYXk8Q2FwYWJpbGl0eVN0YXRlbWVudF9DZXJ0aWZpY2F0ZT47XG59XG4iXX0=
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
export interface CapabilityStatement_Software extends BackboneElement {
|
|
3
|
+
/** Name software is known by. */
|
|
4
|
+
name?: string;
|
|
5
|
+
/** The version identifier for the software covered by this statement. */
|
|
6
|
+
version?: string;
|
|
7
|
+
/** Date this version of the software was released. */
|
|
8
|
+
releaseDate?: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9zb2Z0d2FyZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9jYXBhYmlsaXR5c3RhdGVtZW50X3NvZnR3YXJlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENhcGFiaWxpdHlTdGF0ZW1lbnRfU29mdHdhcmUgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDYXBhYmlsaXR5U3RhdGVtZW50X1NvZnR3YXJlIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIE5hbWUgc29mdHdhcmUgaXMga25vd24gYnkuICovXG4gIG5hbWU/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSB2ZXJzaW9uIGlkZW50aWZpZXIgZm9yIHRoZSBzb2Z0d2FyZSBjb3ZlcmVkIGJ5IHRoaXMgc3RhdGVtZW50LiAqL1xuICB2ZXJzaW9uPzogc3RyaW5nO1xuXG4gIC8qKiBEYXRlIHRoaXMgdmVyc2lvbiBvZiB0aGUgc29mdHdhcmUgd2FzIHJlbGVhc2VkLiAqL1xuICByZWxlYXNlRGF0ZT86IHN0cmluZztcbn1cbiJdfQ==
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { Reference } from "./reference";
|
|
3
|
+
export interface CapabilityStatement_SupportedMessage extends BackboneElement {
|
|
4
|
+
/** The mode of this event declaration - whether application is sender or receiver. */
|
|
5
|
+
mode?: "sender" | "receiver";
|
|
6
|
+
/** Points to a message definition that identifies the messaging event, message structure, allowed responses, etc. */
|
|
7
|
+
definition: Reference;
|
|
8
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9zdXBwb3J0ZWRtZXNzYWdlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2NhcGFiaWxpdHlzdGF0ZW1lbnRfc3VwcG9ydGVkbWVzc2FnZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBDYXBhYmlsaXR5U3RhdGVtZW50X1N1cHBvcnRlZE1lc3NhZ2UgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ2FwYWJpbGl0eVN0YXRlbWVudF9TdXBwb3J0ZWRNZXNzYWdlIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIFRoZSBtb2RlIG9mIHRoaXMgZXZlbnQgZGVjbGFyYXRpb24gLSB3aGV0aGVyIGFwcGxpY2F0aW9uIGlzIHNlbmRlciBvciByZWNlaXZlci4gKi9cbiAgbW9kZT86IFwic2VuZGVyXCIgfCBcInJlY2VpdmVyXCI7XG5cbiAgLyoqIFBvaW50cyB0byBhIG1lc3NhZ2UgZGVmaW5pdGlvbiB0aGF0IGlkZW50aWZpZXMgdGhlIG1lc3NhZ2luZyBldmVudCwgbWVzc2FnZSBzdHJ1Y3R1cmUsIGFsbG93ZWQgcmVzcG9uc2VzLCBldGMuICovXG4gIGRlZmluaXRpb246IFJlZmVyZW5jZTtcbn1cbiJdfQ==
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import type { Annotation } from "./annotation";
|
|
2
|
+
import type { CarePlan_Activity } from "./careplan_activity";
|
|
3
|
+
import type { CodeableConcept } from "./codeableconcept";
|
|
4
|
+
import type { DomainResource } from "./domainresource";
|
|
5
|
+
import type { Identifier } from "./identifier";
|
|
6
|
+
import type { Period } from "./period";
|
|
7
|
+
import type { Reference } from "./reference";
|
|
8
|
+
export interface CarePlan extends DomainResource {
|
|
9
|
+
/** This is a CarePlan resource */
|
|
10
|
+
resourceType: "CarePlan";
|
|
11
|
+
/** 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). */
|
|
12
|
+
identifier?: Array<Identifier>;
|
|
13
|
+
/** Identifies the protocol, questionnaire, guideline or other specification the care plan should be conducted in accordance with. */
|
|
14
|
+
definition?: Array<Reference>;
|
|
15
|
+
/** A care plan that is fulfilled in whole or in part by this care plan. */
|
|
16
|
+
basedOn?: Array<Reference>;
|
|
17
|
+
/** Completed or terminated care plan whose function is taken by this new care plan. */
|
|
18
|
+
replaces?: Array<Reference>;
|
|
19
|
+
/** A larger care plan of which this particular care plan is a component or step. */
|
|
20
|
+
partOf?: Array<Reference>;
|
|
21
|
+
/** Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record. */
|
|
22
|
+
status?: "draft" | "active" | "suspended" | "completed" | "entered-in-error" | "cancelled" | "unknown";
|
|
23
|
+
/** Indicates the level of authority/intentionality associated with the care plan and where the care plan fits into the workflow chain. */
|
|
24
|
+
intent?: "proposal" | "plan" | "order" | "option";
|
|
25
|
+
/** 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. */
|
|
26
|
+
category?: Array<CodeableConcept>;
|
|
27
|
+
/** Human-friendly name for the CarePlan. */
|
|
28
|
+
title?: string;
|
|
29
|
+
/** A description of the scope and nature of the plan. */
|
|
30
|
+
description?: string;
|
|
31
|
+
/** Identifies the patient or group whose intended care is described by the plan. */
|
|
32
|
+
subject: Reference;
|
|
33
|
+
/** Identifies the original context in which this particular CarePlan was created. */
|
|
34
|
+
context?: Reference;
|
|
35
|
+
/** Indicates when the plan did (or is intended to) come into effect and end. */
|
|
36
|
+
period?: Period;
|
|
37
|
+
/** Identifies the individual(s) or ogranization who is responsible for the content of the care plan. */
|
|
38
|
+
author?: Array<Reference>;
|
|
39
|
+
/** Identifies all people and organizations who are expected to be involved in the care envisioned by this plan. */
|
|
40
|
+
careTeam?: Array<Reference>;
|
|
41
|
+
/** Identifies the conditions/problems/concerns/diagnoses/etc. whose management and/or mitigation are handled by this plan. */
|
|
42
|
+
addresses?: Array<Reference>;
|
|
43
|
+
/** 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. */
|
|
44
|
+
supportingInfo?: Array<Reference>;
|
|
45
|
+
/** Describes the intended objective(s) of carrying out the care plan. */
|
|
46
|
+
goal?: Array<Reference>;
|
|
47
|
+
/** 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. */
|
|
48
|
+
activity?: Array<CarePlan_Activity>;
|
|
49
|
+
/** General notes about the care plan not covered elsewhere. */
|
|
50
|
+
note?: Array<Annotation>;
|
|
51
|
+
}
|
package/lib/careplan.js
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZXBsYW4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvY2FyZXBsYW4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ2FyZVBsYW4gVHlwZVxuaW1wb3J0IHR5cGUgeyBBbm5vdGF0aW9uIH0gZnJvbSBcIi4vYW5ub3RhdGlvblwiO1xuaW1wb3J0IHR5cGUgeyBDYXJlUGxhbl9BY3Rpdml0eSB9IGZyb20gXCIuL2NhcmVwbGFuX2FjdGl2aXR5XCI7XG5pbXBvcnQgdHlwZSB7IENvZGVhYmxlQ29uY2VwdCB9IGZyb20gXCIuL2NvZGVhYmxlY29uY2VwdFwiO1xuaW1wb3J0IHR5cGUgeyBEb21haW5SZXNvdXJjZSB9IGZyb20gXCIuL2RvbWFpbnJlc291cmNlXCI7XG5pbXBvcnQgdHlwZSB7IElkZW50aWZpZXIgfSBmcm9tIFwiLi9pZGVudGlmaWVyXCI7XG5pbXBvcnQgdHlwZSB7IFBlcmlvZCB9IGZyb20gXCIuL3BlcmlvZFwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDYXJlUGxhbiBleHRlbmRzIERvbWFpblJlc291cmNlIHtcbiAgLyoqIFRoaXMgaXMgYSBDYXJlUGxhbiByZXNvdXJjZSAqL1xuICByZXNvdXJjZVR5cGU6IFwiQ2FyZVBsYW5cIjtcblxuICAvKiogVGhpcyByZWNvcmRzIGlkZW50aWZpZXJzIGFzc29jaWF0ZWQgd2l0aCB0aGlzIGNhcmUgcGxhbiB0aGF0IGFyZSBkZWZpbmVkIGJ5IGJ1c2luZXNzIHByb2Nlc3NlcyBhbmQvb3IgdXNlZCB0byByZWZlciB0byBpdCB3aGVuIGEgZGlyZWN0IFVSTCByZWZlcmVuY2UgdG8gdGhlIHJlc291cmNlIGl0c2VsZiBpcyBub3QgYXBwcm9wcmlhdGUgKGUuZy4gaW4gQ0RBIGRvY3VtZW50cywgb3IgaW4gd3JpdHRlbiAvIHByaW50ZWQgZG9jdW1lbnRhdGlvbikuICovXG4gIGlkZW50aWZpZXI/OiBBcnJheTxJZGVudGlmaWVyPjtcblxuICAvKiogSWRlbnRpZmllcyB0aGUgcHJvdG9jb2wsIHF1ZXN0aW9ubmFpcmUsIGd1aWRlbGluZSBvciBvdGhlciBzcGVjaWZpY2F0aW9uIHRoZSBjYXJlIHBsYW4gc2hvdWxkIGJlIGNvbmR1Y3RlZCBpbiBhY2NvcmRhbmNlIHdpdGguICovXG4gIGRlZmluaXRpb24/OiBBcnJheTxSZWZlcmVuY2U+O1xuXG4gIC8qKiBBIGNhcmUgcGxhbiB0aGF0IGlzIGZ1bGZpbGxlZCBpbiB3aG9sZSBvciBpbiBwYXJ0IGJ5IHRoaXMgY2FyZSBwbGFuLiAqL1xuICBiYXNlZE9uPzogQXJyYXk8UmVmZXJlbmNlPjtcblxuICAvKiogQ29tcGxldGVkIG9yIHRlcm1pbmF0ZWQgY2FyZSBwbGFuIHdob3NlIGZ1bmN0aW9uIGlzIHRha2VuIGJ5IHRoaXMgbmV3IGNhcmUgcGxhbi4gKi9cbiAgcmVwbGFjZXM/OiBBcnJheTxSZWZlcmVuY2U+O1xuXG4gIC8qKiBBIGxhcmdlciBjYXJlIHBsYW4gb2Ygd2hpY2ggdGhpcyBwYXJ0aWN1bGFyIGNhcmUgcGxhbiBpcyBhIGNvbXBvbmVudCBvciBzdGVwLiAqL1xuICBwYXJ0T2Y/OiBBcnJheTxSZWZlcmVuY2U+O1xuXG4gIC8qKiBJbmRpY2F0ZXMgd2hldGhlciB0aGUgcGxhbiBpcyBjdXJyZW50bHkgYmVpbmcgYWN0ZWQgdXBvbiwgcmVwcmVzZW50cyBmdXR1cmUgaW50ZW50aW9ucyBvciBpcyBub3cgYSBoaXN0b3JpY2FsIHJlY29yZC4gKi9cbiAgc3RhdHVzPzpcbiAgICB8IFwiZHJhZnRcIlxuICAgIHwgXCJhY3RpdmVcIlxuICAgIHwgXCJzdXNwZW5kZWRcIlxuICAgIHwgXCJjb21wbGV0ZWRcIlxuICAgIHwgXCJlbnRlcmVkLWluLWVycm9yXCJcbiAgICB8IFwiY2FuY2VsbGVkXCJcbiAgICB8IFwidW5rbm93blwiO1xuXG4gIC8qKiBJbmRpY2F0ZXMgdGhlIGxldmVsIG9mIGF1dGhvcml0eS9pbnRlbnRpb25hbGl0eSBhc3NvY2lhdGVkIHdpdGggdGhlIGNhcmUgcGxhbiBhbmQgd2hlcmUgdGhlIGNhcmUgcGxhbiBmaXRzIGludG8gdGhlIHdvcmtmbG93IGNoYWluLiAqL1xuICBpbnRlbnQ/OiBcInByb3Bvc2FsXCIgfCBcInBsYW5cIiB8IFwib3JkZXJcIiB8IFwib3B0aW9uXCI7XG5cbiAgLyoqIElkZW50aWZpZXMgd2hhdCBcImtpbmRcIiBvZiBwbGFuIHRoaXMgaXMgdG8gc3VwcG9ydCBkaWZmZXJlbnRpYXRpb24gYmV0d2VlbiBtdWx0aXBsZSBjby1leGlzdGluZyBwbGFuczsgZS5nLiBcIkhvbWUgaGVhbHRoXCIsIFwicHN5Y2hpYXRyaWNcIiwgXCJhc3RobWFcIiwgXCJkaXNlYXNlIG1hbmFnZW1lbnRcIiwgXCJ3ZWxsbmVzcyBwbGFuXCIsIGV0Yy4gKi9cbiAgY2F0ZWdvcnk/OiBBcnJheTxDb2RlYWJsZUNvbmNlcHQ+O1xuXG4gIC8qKiBIdW1hbi1mcmllbmRseSBuYW1lIGZvciB0aGUgQ2FyZVBsYW4uICovXG4gIHRpdGxlPzogc3RyaW5nO1xuXG4gIC8qKiBBIGRlc2NyaXB0aW9uIG9mIHRoZSBzY29wZSBhbmQgbmF0dXJlIG9mIHRoZSBwbGFuLiAqL1xuICBkZXNjcmlwdGlvbj86IHN0cmluZztcblxuICAvKiogSWRlbnRpZmllcyB0aGUgcGF0aWVudCBvciBncm91cCB3aG9zZSBpbnRlbmRlZCBjYXJlIGlzIGRlc2NyaWJlZCBieSB0aGUgcGxhbi4gKi9cbiAgc3ViamVjdDogUmVmZXJlbmNlO1xuXG4gIC8qKiBJZGVudGlmaWVzIHRoZSBvcmlnaW5hbCBjb250ZXh0IGluIHdoaWNoIHRoaXMgcGFydGljdWxhciBDYXJlUGxhbiB3YXMgY3JlYXRlZC4gKi9cbiAgY29udGV4dD86IFJlZmVyZW5jZTtcblxuICAvKiogSW5kaWNhdGVzIHdoZW4gdGhlIHBsYW4gZGlkIChvciBpcyBpbnRlbmRlZCB0bykgY29tZSBpbnRvIGVmZmVjdCBhbmQgZW5kLiAqL1xuICBwZXJpb2Q/OiBQZXJpb2Q7XG5cbiAgLyoqIElkZW50aWZpZXMgdGhlIGluZGl2aWR1YWwocykgb3Igb2dyYW5pemF0aW9uIHdobyBpcyByZXNwb25zaWJsZSBmb3IgdGhlIGNvbnRlbnQgb2YgdGhlIGNhcmUgcGxhbi4gKi9cbiAgYXV0aG9yPzogQXJyYXk8UmVmZXJlbmNlPjtcblxuICAvKiogSWRlbnRpZmllcyBhbGwgcGVvcGxlIGFuZCBvcmdhbml6YXRpb25zIHdobyBhcmUgZXhwZWN0ZWQgdG8gYmUgaW52b2x2ZWQgaW4gdGhlIGNhcmUgZW52aXNpb25lZCBieSB0aGlzIHBsYW4uICovXG4gIGNhcmVUZWFtPzogQXJyYXk8UmVmZXJlbmNlPjtcblxuICAvKiogSWRlbnRpZmllcyB0aGUgY29uZGl0aW9ucy9wcm9ibGVtcy9jb25jZXJucy9kaWFnbm9zZXMvZXRjLiB3aG9zZSBtYW5hZ2VtZW50IGFuZC9vciBtaXRpZ2F0aW9uIGFyZSBoYW5kbGVkIGJ5IHRoaXMgcGxhbi4gKi9cbiAgYWRkcmVzc2VzPzogQXJyYXk8UmVmZXJlbmNlPjtcblxuICAvKiogSWRlbnRpZmllcyBwb3J0aW9ucyBvZiB0aGUgcGF0aWVudCdzIHJlY29yZCB0aGF0IHNwZWNpZmljYWxseSBpbmZsdWVuY2VkIHRoZSBmb3JtYXRpb24gb2YgdGhlIHBsYW4uICBUaGVzZSBtaWdodCBpbmNsdWRlIGNvLW1vcmJpZGl0aWVzLCByZWNlbnQgcHJvY2VkdXJlcywgbGltaXRhdGlvbnMsIHJlY2VudCBhc3Nlc3NtZW50cywgZXRjLiAqL1xuICBzdXBwb3J0aW5nSW5mbz86IEFycmF5PFJlZmVyZW5jZT47XG5cbiAgLyoqIERlc2NyaWJlcyB0aGUgaW50ZW5kZWQgb2JqZWN0aXZlKHMpIG9mIGNhcnJ5aW5nIG91dCB0aGUgY2FyZSBwbGFuLiAqL1xuICBnb2FsPzogQXJyYXk8UmVmZXJlbmNlPjtcblxuICAvKiogSWRlbnRpZmllcyBhIHBsYW5uZWQgYWN0aW9uIHRvIG9jY3VyIGFzIHBhcnQgb2YgdGhlIHBsYW4uICBGb3IgZXhhbXBsZSwgYSBtZWRpY2F0aW9uIHRvIGJlIHVzZWQsIGxhYiB0ZXN0cyB0byBwZXJmb3JtLCBzZWxmLW1vbml0b3JpbmcsIGVkdWNhdGlvbiwgZXRjLiAqL1xuICBhY3Rpdml0eT86IEFycmF5PENhcmVQbGFuX0FjdGl2aXR5PjtcblxuICAvKiogR2VuZXJhbCBub3RlcyBhYm91dCB0aGUgY2FyZSBwbGFuIG5vdCBjb3ZlcmVkIGVsc2V3aGVyZS4gKi9cbiAgbm90ZT86IEFycmF5PEFubm90YXRpb24+O1xufVxuIl19
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { Annotation } from "./annotation";
|
|
2
|
+
import type { BackboneElement } from "./backboneelement";
|
|
3
|
+
import type { CarePlan_Detail } from "./careplan_detail";
|
|
4
|
+
import type { CodeableConcept } from "./codeableconcept";
|
|
5
|
+
import type { Reference } from "./reference";
|
|
6
|
+
export interface CarePlan_Activity extends BackboneElement {
|
|
7
|
+
/** 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). */
|
|
8
|
+
outcomeCodeableConcept?: Array<CodeableConcept>;
|
|
9
|
+
/** 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). */
|
|
10
|
+
outcomeReference?: Array<Reference>;
|
|
11
|
+
/** Notes about the adherence/status/progress of the activity. */
|
|
12
|
+
progress?: Array<Annotation>;
|
|
13
|
+
/** The details of the proposed activity represented in a specific resource. */
|
|
14
|
+
reference?: Reference;
|
|
15
|
+
/** 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. */
|
|
16
|
+
detail?: CarePlan_Detail;
|
|
17
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZXBsYW5fYWN0aXZpdHkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvY2FyZXBsYW5fYWN0aXZpdHkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ2FyZVBsYW5fQWN0aXZpdHkgVHlwZVxuaW1wb3J0IHR5cGUgeyBBbm5vdGF0aW9uIH0gZnJvbSBcIi4vYW5ub3RhdGlvblwiO1xuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ2FyZVBsYW5fRGV0YWlsIH0gZnJvbSBcIi4vY2FyZXBsYW5fZGV0YWlsXCI7XG5pbXBvcnQgdHlwZSB7IENvZGVhYmxlQ29uY2VwdCB9IGZyb20gXCIuL2NvZGVhYmxlY29uY2VwdFwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDYXJlUGxhbl9BY3Rpdml0eSBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBJZGVudGlmaWVzIHRoZSBvdXRjb21lIGF0IHRoZSBwb2ludCB3aGVuIHRoZSBzdGF0dXMgb2YgdGhlIGFjdGl2aXR5IGlzIGFzc2Vzc2VkLiAgRm9yIGV4YW1wbGUsIHRoZSBvdXRjb21lIG9mIGFuIGVkdWNhdGlvbiBhY3Rpdml0eSBjb3VsZCBiZSBwYXRpZW50IHVuZGVyc3RhbmRzIChvciBub3QpLiAqL1xuICBvdXRjb21lQ29kZWFibGVDb25jZXB0PzogQXJyYXk8Q29kZWFibGVDb25jZXB0PjtcblxuICAvKiogRGV0YWlscyBvZiB0aGUgb3V0Y29tZSBvciBhY3Rpb24gcmVzdWx0aW5nIGZyb20gdGhlIGFjdGl2aXR5LiAgVGhlIHJlZmVyZW5jZSB0byBhbiBcImV2ZW50XCIgcmVzb3VyY2UsIHN1Y2ggYXMgUHJvY2VkdXJlIG9yIEVuY291bnRlciBvciBPYnNlcnZhdGlvbiwgaXMgdGhlIHJlc3VsdC9vdXRjb21lIG9mIHRoZSBhY3Rpdml0eSBpdHNlbGYuICBUaGUgYWN0aXZpdHkgY2FuIGJlIGNvbnZleWVkIHVzaW5nIENhcmVQbGFuLmFjdGl2aXR5LmRldGFpbCBPUiB1c2luZyB0aGUgQ2FyZVBsYW4uYWN0aXZpdHkucmVmZXJlbmNlIChhIHJlZmVyZW5jZSB0byBhIOKAnHJlcXVlc3TigJ0gcmVzb3VyY2UpLiAqL1xuICBvdXRjb21lUmVmZXJlbmNlPzogQXJyYXk8UmVmZXJlbmNlPjtcblxuICAvKiogTm90ZXMgYWJvdXQgdGhlIGFkaGVyZW5jZS9zdGF0dXMvcHJvZ3Jlc3Mgb2YgdGhlIGFjdGl2aXR5LiAqL1xuICBwcm9ncmVzcz86IEFycmF5PEFubm90YXRpb24+O1xuXG4gIC8qKiBUaGUgZGV0YWlscyBvZiB0aGUgcHJvcG9zZWQgYWN0aXZpdHkgcmVwcmVzZW50ZWQgaW4gYSBzcGVjaWZpYyByZXNvdXJjZS4gKi9cbiAgcmVmZXJlbmNlPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBBIHNpbXBsZSBzdW1tYXJ5IG9mIGEgcGxhbm5lZCBhY3Rpdml0eSBzdWl0YWJsZSBmb3IgYSBnZW5lcmFsIGNhcmUgcGxhbiBzeXN0ZW0gKGUuZy4gZm9ybSBkcml2ZW4pIHRoYXQgZG9lc24ndCBrbm93IGFib3V0IHNwZWNpZmljIHJlc291cmNlcyBzdWNoIGFzIHByb2NlZHVyZSBldGMuICovXG4gIGRldGFpbD86IENhcmVQbGFuX0RldGFpbDtcbn1cbiJdfQ==
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
+
import type { Period } from "./period";
|
|
4
|
+
import type { Quantity } from "./quantity";
|
|
5
|
+
import type { Reference } from "./reference";
|
|
6
|
+
import type { Timing } from "./timing";
|
|
7
|
+
export interface CarePlan_Detail extends BackboneElement {
|
|
8
|
+
/** High-level categorization of the type of activity in a care plan. */
|
|
9
|
+
category?: CodeableConcept;
|
|
10
|
+
/** Identifies the protocol, questionnaire, guideline or other specification the planned activity should be conducted in accordance with. */
|
|
11
|
+
definition?: Reference;
|
|
12
|
+
/** Detailed description of the type of planned activity; e.g. What lab test, what procedure, what kind of encounter. */
|
|
13
|
+
code?: CodeableConcept;
|
|
14
|
+
/** Provides the rationale that drove the inclusion of this particular activity as part of the plan or the reason why the activity was prohibited. */
|
|
15
|
+
reasonCode?: Array<CodeableConcept>;
|
|
16
|
+
/** Provides the health condition(s) that drove the inclusion of this particular activity as part of the plan. */
|
|
17
|
+
reasonReference?: Array<Reference>;
|
|
18
|
+
/** Internal reference that identifies the goals that this activity is intended to contribute towards meeting. */
|
|
19
|
+
goal?: Array<Reference>;
|
|
20
|
+
/** Identifies what progress is being made for the specific activity. */
|
|
21
|
+
status?: "not-started" | "scheduled" | "in-progress" | "on-hold" | "completed" | "cancelled" | "unknown";
|
|
22
|
+
/** Provides reason why the activity isn't yet started, is on hold, was cancelled, etc. */
|
|
23
|
+
statusReason?: string;
|
|
24
|
+
/** 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. */
|
|
25
|
+
prohibited?: boolean;
|
|
26
|
+
/** The period, timing or frequency upon which the described activity is to occur. */
|
|
27
|
+
scheduledTiming?: Timing;
|
|
28
|
+
/** The period, timing or frequency upon which the described activity is to occur. */
|
|
29
|
+
scheduledPeriod?: Period;
|
|
30
|
+
/** The period, timing or frequency upon which the described activity is to occur. */
|
|
31
|
+
scheduledString?: string;
|
|
32
|
+
/** Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc. */
|
|
33
|
+
location?: Reference;
|
|
34
|
+
/** Identifies who's expected to be involved in the activity. */
|
|
35
|
+
performer?: Array<Reference>;
|
|
36
|
+
/** Identifies the food, drug or other product to be consumed or supplied in the activity. */
|
|
37
|
+
productCodeableConcept?: CodeableConcept;
|
|
38
|
+
/** Identifies the food, drug or other product to be consumed or supplied in the activity. */
|
|
39
|
+
productReference?: Reference;
|
|
40
|
+
/** Identifies the quantity expected to be consumed in a given day. */
|
|
41
|
+
dailyAmount?: Quantity;
|
|
42
|
+
/** Identifies the quantity expected to be supplied, administered or consumed by the subject. */
|
|
43
|
+
quantity?: Quantity;
|
|
44
|
+
/** 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. */
|
|
45
|
+
description?: string;
|
|
46
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZXBsYW5fZGV0YWlsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2NhcmVwbGFuX2RldGFpbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBDYXJlUGxhbl9EZXRhaWwgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFBlcmlvZCB9IGZyb20gXCIuL3BlcmlvZFwiO1xuaW1wb3J0IHR5cGUgeyBRdWFudGl0eSB9IGZyb20gXCIuL3F1YW50aXR5XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuaW1wb3J0IHR5cGUgeyBUaW1pbmcgfSBmcm9tIFwiLi90aW1pbmdcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDYXJlUGxhbl9EZXRhaWwgZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogSGlnaC1sZXZlbCBjYXRlZ29yaXphdGlvbiBvZiB0aGUgdHlwZSBvZiBhY3Rpdml0eSBpbiBhIGNhcmUgcGxhbi4gKi9cbiAgY2F0ZWdvcnk/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIElkZW50aWZpZXMgdGhlIHByb3RvY29sLCBxdWVzdGlvbm5haXJlLCBndWlkZWxpbmUgb3Igb3RoZXIgc3BlY2lmaWNhdGlvbiB0aGUgcGxhbm5lZCBhY3Rpdml0eSBzaG91bGQgYmUgY29uZHVjdGVkIGluIGFjY29yZGFuY2Ugd2l0aC4gKi9cbiAgZGVmaW5pdGlvbj86IFJlZmVyZW5jZTtcblxuICAvKiogRGV0YWlsZWQgZGVzY3JpcHRpb24gb2YgdGhlIHR5cGUgb2YgcGxhbm5lZCBhY3Rpdml0eTsgZS5nLiBXaGF0IGxhYiB0ZXN0LCB3aGF0IHByb2NlZHVyZSwgd2hhdCBraW5kIG9mIGVuY291bnRlci4gKi9cbiAgY29kZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogUHJvdmlkZXMgdGhlIHJhdGlvbmFsZSB0aGF0IGRyb3ZlIHRoZSBpbmNsdXNpb24gb2YgdGhpcyBwYXJ0aWN1bGFyIGFjdGl2aXR5IGFzIHBhcnQgb2YgdGhlIHBsYW4gb3IgdGhlIHJlYXNvbiB3aHkgdGhlIGFjdGl2aXR5IHdhcyBwcm9oaWJpdGVkLiAqL1xuICByZWFzb25Db2RlPzogQXJyYXk8Q29kZWFibGVDb25jZXB0PjtcblxuICAvKiogUHJvdmlkZXMgdGhlIGhlYWx0aCBjb25kaXRpb24ocykgdGhhdCBkcm92ZSB0aGUgaW5jbHVzaW9uIG9mIHRoaXMgcGFydGljdWxhciBhY3Rpdml0eSBhcyBwYXJ0IG9mIHRoZSBwbGFuLiAqL1xuICByZWFzb25SZWZlcmVuY2U/OiBBcnJheTxSZWZlcmVuY2U+O1xuXG4gIC8qKiBJbnRlcm5hbCByZWZlcmVuY2UgdGhhdCBpZGVudGlmaWVzIHRoZSBnb2FscyB0aGF0IHRoaXMgYWN0aXZpdHkgaXMgaW50ZW5kZWQgdG8gY29udHJpYnV0ZSB0b3dhcmRzIG1lZXRpbmcuICovXG4gIGdvYWw/OiBBcnJheTxSZWZlcmVuY2U+O1xuXG4gIC8qKiBJZGVudGlmaWVzIHdoYXQgcHJvZ3Jlc3MgaXMgYmVpbmcgbWFkZSBmb3IgdGhlIHNwZWNpZmljIGFjdGl2aXR5LiAqL1xuICBzdGF0dXM/OlxuICAgIHwgXCJub3Qtc3RhcnRlZFwiXG4gICAgfCBcInNjaGVkdWxlZFwiXG4gICAgfCBcImluLXByb2dyZXNzXCJcbiAgICB8IFwib24taG9sZFwiXG4gICAgfCBcImNvbXBsZXRlZFwiXG4gICAgfCBcImNhbmNlbGxlZFwiXG4gICAgfCBcInVua25vd25cIjtcblxuICAvKiogUHJvdmlkZXMgcmVhc29uIHdoeSB0aGUgYWN0aXZpdHkgaXNuJ3QgeWV0IHN0YXJ0ZWQsIGlzIG9uIGhvbGQsIHdhcyBjYW5jZWxsZWQsIGV0Yy4gKi9cbiAgc3RhdHVzUmVhc29uPzogc3RyaW5nO1xuXG4gIC8qKiBJZiB0cnVlLCBpbmRpY2F0ZXMgdGhhdCB0aGUgZGVzY3JpYmVkIGFjdGl2aXR5IGlzIG9uZSB0aGF0IG11c3QgTk9UIGJlIGVuZ2FnZWQgaW4gd2hlbiBmb2xsb3dpbmcgdGhlIHBsYW4uICBJZiBmYWxzZSwgaW5kaWNhdGVzIHRoYXQgdGhlIGRlc2NyaWJlZCBhY3Rpdml0eSBpcyBvbmUgdGhhdCBzaG91bGQgYmUgZW5nYWdlZCBpbiB3aGVuIGZvbGxvd2luZyB0aGUgcGxhbi4gKi9cbiAgcHJvaGliaXRlZD86IGJvb2xlYW47XG5cbiAgLyoqIFRoZSBwZXJpb2QsIHRpbWluZyBvciBmcmVxdWVuY3kgdXBvbiB3aGljaCB0aGUgZGVzY3JpYmVkIGFjdGl2aXR5IGlzIHRvIG9jY3VyLiAqL1xuICBzY2hlZHVsZWRUaW1pbmc/OiBUaW1pbmc7XG5cbiAgLyoqIFRoZSBwZXJpb2QsIHRpbWluZyBvciBmcmVxdWVuY3kgdXBvbiB3aGljaCB0aGUgZGVzY3JpYmVkIGFjdGl2aXR5IGlzIHRvIG9jY3VyLiAqL1xuICBzY2hlZHVsZWRQZXJpb2Q/OiBQZXJpb2Q7XG5cbiAgLyoqIFRoZSBwZXJpb2QsIHRpbWluZyBvciBmcmVxdWVuY3kgdXBvbiB3aGljaCB0aGUgZGVzY3JpYmVkIGFjdGl2aXR5IGlzIHRvIG9jY3VyLiAqL1xuICBzY2hlZHVsZWRTdHJpbmc/OiBzdHJpbmc7XG5cbiAgLyoqIElkZW50aWZpZXMgdGhlIGZhY2lsaXR5IHdoZXJlIHRoZSBhY3Rpdml0eSB3aWxsIG9jY3VyOyBlLmcuIGhvbWUsIGhvc3BpdGFsLCBzcGVjaWZpYyBjbGluaWMsIGV0Yy4gKi9cbiAgbG9jYXRpb24/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIElkZW50aWZpZXMgd2hvJ3MgZXhwZWN0ZWQgdG8gYmUgaW52b2x2ZWQgaW4gdGhlIGFjdGl2aXR5LiAqL1xuICBwZXJmb3JtZXI/OiBBcnJheTxSZWZlcmVuY2U+O1xuXG4gIC8qKiBJZGVudGlmaWVzIHRoZSBmb29kLCBkcnVnIG9yIG90aGVyIHByb2R1Y3QgdG8gYmUgY29uc3VtZWQgb3Igc3VwcGxpZWQgaW4gdGhlIGFjdGl2aXR5LiAqL1xuICBwcm9kdWN0Q29kZWFibGVDb25jZXB0PzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBJZGVudGlmaWVzIHRoZSBmb29kLCBkcnVnIG9yIG90aGVyIHByb2R1Y3QgdG8gYmUgY29uc3VtZWQgb3Igc3VwcGxpZWQgaW4gdGhlIGFjdGl2aXR5LiAqL1xuICBwcm9kdWN0UmVmZXJlbmNlPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBJZGVudGlmaWVzIHRoZSBxdWFudGl0eSBleHBlY3RlZCB0byBiZSBjb25zdW1lZCBpbiBhIGdpdmVuIGRheS4gKi9cbiAgZGFpbHlBbW91bnQ/OiBRdWFudGl0eTtcblxuICAvKiogSWRlbnRpZmllcyB0aGUgcXVhbnRpdHkgZXhwZWN0ZWQgdG8gYmUgc3VwcGxpZWQsIGFkbWluaXN0ZXJlZCBvciBjb25zdW1lZCBieSB0aGUgc3ViamVjdC4gKi9cbiAgcXVhbnRpdHk/OiBRdWFudGl0eTtcblxuICAvKiogVGhpcyBwcm92aWRlcyBhIHRleHR1YWwgZGVzY3JpcHRpb24gb2YgY29uc3RyYWludHMgb24gdGhlIGludGVuZGVkIGFjdGl2aXR5IG9jY3VycmVuY2UsIGluY2x1ZGluZyByZWxhdGlvbiB0byBvdGhlciBhY3Rpdml0aWVzLiAgSXQgbWF5IGFsc28gaW5jbHVkZSBvYmplY3RpdmVzLCBwcmUtY29uZGl0aW9ucyBhbmQgZW5kLWNvbmRpdGlvbnMuICBGaW5hbGx5LCBpdCBtYXkgY29udmV5IHNwZWNpZmljcyBhYm91dCB0aGUgYWN0aXZpdHkgc3VjaCBhcyBib2R5IHNpdGUsIG1ldGhvZCwgcm91dGUsIGV0Yy4gKi9cbiAgZGVzY3JpcHRpb24/OiBzdHJpbmc7XG59XG4iXX0=
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { Annotation } from "./annotation";
|
|
2
|
+
import type { CareTeam_Participant } from "./careteam_participant";
|
|
3
|
+
import type { CodeableConcept } from "./codeableconcept";
|
|
4
|
+
import type { DomainResource } from "./domainresource";
|
|
5
|
+
import type { Identifier } from "./identifier";
|
|
6
|
+
import type { Period } from "./period";
|
|
7
|
+
import type { Reference } from "./reference";
|
|
8
|
+
export interface CareTeam extends DomainResource {
|
|
9
|
+
/** This is a CareTeam resource */
|
|
10
|
+
resourceType: "CareTeam";
|
|
11
|
+
/** 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. */
|
|
12
|
+
identifier?: Array<Identifier>;
|
|
13
|
+
/** Indicates the current state of the care team. */
|
|
14
|
+
status?: "proposed" | "active" | "suspended" | "inactive" | "entered-in-error";
|
|
15
|
+
/** 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. */
|
|
16
|
+
category?: Array<CodeableConcept>;
|
|
17
|
+
/** A label for human use intended to distinguish like teams. E.g. the "red" vs. "green" trauma teams. */
|
|
18
|
+
name?: string;
|
|
19
|
+
/** Identifies the patient or group whose intended care is handled by the team. */
|
|
20
|
+
subject?: Reference;
|
|
21
|
+
/** The encounter or episode of care that establishes the context for this care team. */
|
|
22
|
+
context?: Reference;
|
|
23
|
+
/** Indicates when the team did (or is intended to) come into effect and end. */
|
|
24
|
+
period?: Period;
|
|
25
|
+
/** Identifies all people and organizations who are expected to be involved in the care team. */
|
|
26
|
+
participant?: Array<CareTeam_Participant>;
|
|
27
|
+
/** Describes why the care team exists. */
|
|
28
|
+
reasonCode?: Array<CodeableConcept>;
|
|
29
|
+
/** Condition(s) that this care team addresses. */
|
|
30
|
+
reasonReference?: Array<Reference>;
|
|
31
|
+
/** The organization responsible for the care team. */
|
|
32
|
+
managingOrganization?: Array<Reference>;
|
|
33
|
+
/** Comments made about the CareTeam. */
|
|
34
|
+
note?: Array<Annotation>;
|
|
35
|
+
}
|
package/lib/careteam.js
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZXRlYW0uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvY2FyZXRlYW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ2FyZVRlYW0gVHlwZVxuaW1wb3J0IHR5cGUgeyBBbm5vdGF0aW9uIH0gZnJvbSBcIi4vYW5ub3RhdGlvblwiO1xuaW1wb3J0IHR5cGUgeyBDYXJlVGVhbV9QYXJ0aWNpcGFudCB9IGZyb20gXCIuL2NhcmV0ZWFtX3BhcnRpY2lwYW50XCI7XG5pbXBvcnQgdHlwZSB7IENvZGVhYmxlQ29uY2VwdCB9IGZyb20gXCIuL2NvZGVhYmxlY29uY2VwdFwiO1xuaW1wb3J0IHR5cGUgeyBEb21haW5SZXNvdXJjZSB9IGZyb20gXCIuL2RvbWFpbnJlc291cmNlXCI7XG5pbXBvcnQgdHlwZSB7IElkZW50aWZpZXIgfSBmcm9tIFwiLi9pZGVudGlmaWVyXCI7XG5pbXBvcnQgdHlwZSB7IFBlcmlvZCB9IGZyb20gXCIuL3BlcmlvZFwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDYXJlVGVhbSBleHRlbmRzIERvbWFpblJlc291cmNlIHtcbiAgLyoqIFRoaXMgaXMgYSBDYXJlVGVhbSByZXNvdXJjZSAqL1xuICByZXNvdXJjZVR5cGU6IFwiQ2FyZVRlYW1cIjtcblxuICAvKiogVGhpcyByZWNvcmRzIGlkZW50aWZpZXJzIGFzc29jaWF0ZWQgd2l0aCB0aGlzIGNhcmUgdGVhbSB0aGF0IGFyZSBkZWZpbmVkIGJ5IGJ1c2luZXNzIHByb2Nlc3NlcyBhbmQvb3IgdXNlZCB0byByZWZlciB0byBpdCB3aGVuIGEgZGlyZWN0IFVSTCByZWZlcmVuY2UgdG8gdGhlIHJlc291cmNlIGl0c2VsZiBpcyBub3QgYXBwcm9wcmlhdGUuICovXG4gIGlkZW50aWZpZXI/OiBBcnJheTxJZGVudGlmaWVyPjtcblxuICAvKiogSW5kaWNhdGVzIHRoZSBjdXJyZW50IHN0YXRlIG9mIHRoZSBjYXJlIHRlYW0uICovXG4gIHN0YXR1cz86XG4gICAgfCBcInByb3Bvc2VkXCJcbiAgICB8IFwiYWN0aXZlXCJcbiAgICB8IFwic3VzcGVuZGVkXCJcbiAgICB8IFwiaW5hY3RpdmVcIlxuICAgIHwgXCJlbnRlcmVkLWluLWVycm9yXCI7XG5cbiAgLyoqIElkZW50aWZpZXMgd2hhdCBraW5kIG9mIHRlYW0uICBUaGlzIGlzIHRvIHN1cHBvcnQgZGlmZmVyZW50aWF0aW9uIGJldHdlZW4gbXVsdGlwbGUgY28tZXhpc3RpbmcgdGVhbXMsIHN1Y2ggYXMgY2FyZSBwbGFuIHRlYW0sIGVwaXNvZGUgb2YgY2FyZSB0ZWFtLCBsb25naXR1ZGluYWwgY2FyZSB0ZWFtLiAqL1xuICBjYXRlZ29yeT86IEFycmF5PENvZGVhYmxlQ29uY2VwdD47XG5cbiAgLyoqIEEgbGFiZWwgZm9yIGh1bWFuIHVzZSBpbnRlbmRlZCB0byBkaXN0aW5ndWlzaCBsaWtlIHRlYW1zLiAgRS5nLiB0aGUgXCJyZWRcIiB2cy4gXCJncmVlblwiIHRyYXVtYSB0ZWFtcy4gKi9cbiAgbmFtZT86IHN0cmluZztcblxuICAvKiogSWRlbnRpZmllcyB0aGUgcGF0aWVudCBvciBncm91cCB3aG9zZSBpbnRlbmRlZCBjYXJlIGlzIGhhbmRsZWQgYnkgdGhlIHRlYW0uICovXG4gIHN1YmplY3Q/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIFRoZSBlbmNvdW50ZXIgb3IgZXBpc29kZSBvZiBjYXJlIHRoYXQgZXN0YWJsaXNoZXMgdGhlIGNvbnRleHQgZm9yIHRoaXMgY2FyZSB0ZWFtLiAqL1xuICBjb250ZXh0PzogUmVmZXJlbmNlO1xuXG4gIC8qKiBJbmRpY2F0ZXMgd2hlbiB0aGUgdGVhbSBkaWQgKG9yIGlzIGludGVuZGVkIHRvKSBjb21lIGludG8gZWZmZWN0IGFuZCBlbmQuICovXG4gIHBlcmlvZD86IFBlcmlvZDtcblxuICAvKiogSWRlbnRpZmllcyBhbGwgcGVvcGxlIGFuZCBvcmdhbml6YXRpb25zIHdobyBhcmUgZXhwZWN0ZWQgdG8gYmUgaW52b2x2ZWQgaW4gdGhlIGNhcmUgdGVhbS4gKi9cbiAgcGFydGljaXBhbnQ/OiBBcnJheTxDYXJlVGVhbV9QYXJ0aWNpcGFudD47XG5cbiAgLyoqIERlc2NyaWJlcyB3aHkgdGhlIGNhcmUgdGVhbSBleGlzdHMuICovXG4gIHJlYXNvbkNvZGU/OiBBcnJheTxDb2RlYWJsZUNvbmNlcHQ+O1xuXG4gIC8qKiBDb25kaXRpb24ocykgdGhhdCB0aGlzIGNhcmUgdGVhbSBhZGRyZXNzZXMuICovXG4gIHJlYXNvblJlZmVyZW5jZT86IEFycmF5PFJlZmVyZW5jZT47XG5cbiAgLyoqIFRoZSBvcmdhbml6YXRpb24gcmVzcG9uc2libGUgZm9yIHRoZSBjYXJlIHRlYW0uICovXG4gIG1hbmFnaW5nT3JnYW5pemF0aW9uPzogQXJyYXk8UmVmZXJlbmNlPjtcblxuICAvKiogQ29tbWVudHMgbWFkZSBhYm91dCB0aGUgQ2FyZVRlYW0uICovXG4gIG5vdGU/OiBBcnJheTxBbm5vdGF0aW9uPjtcbn1cbiJdfQ==
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
+
import type { Period } from "./period";
|
|
4
|
+
import type { Reference } from "./reference";
|
|
5
|
+
export interface CareTeam_Participant extends BackboneElement {
|
|
6
|
+
/** Indicates specific responsibility of an individual within the care team, such as "Primary care physician", "Trained social worker counselor", "Caregiver", etc. */
|
|
7
|
+
role?: CodeableConcept;
|
|
8
|
+
/** The specific person or organization who is participating/expected to participate in the care team. */
|
|
9
|
+
member?: Reference;
|
|
10
|
+
/** The organization of the practitioner. */
|
|
11
|
+
onBehalfOf?: Reference;
|
|
12
|
+
/** Indicates when the specific member or organization did (or is intended to) come into effect and end. */
|
|
13
|
+
period?: Period;
|
|
14
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZXRlYW1fcGFydGljaXBhbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvY2FyZXRlYW1fcGFydGljaXBhbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ2FyZVRlYW1fUGFydGljaXBhbnQgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFBlcmlvZCB9IGZyb20gXCIuL3BlcmlvZFwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDYXJlVGVhbV9QYXJ0aWNpcGFudCBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBJbmRpY2F0ZXMgc3BlY2lmaWMgcmVzcG9uc2liaWxpdHkgb2YgYW4gaW5kaXZpZHVhbCB3aXRoaW4gdGhlIGNhcmUgdGVhbSwgc3VjaCBhcyBcIlByaW1hcnkgY2FyZSBwaHlzaWNpYW5cIiwgXCJUcmFpbmVkIHNvY2lhbCB3b3JrZXIgY291bnNlbG9yXCIsIFwiQ2FyZWdpdmVyXCIsIGV0Yy4gKi9cbiAgcm9sZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogVGhlIHNwZWNpZmljIHBlcnNvbiBvciBvcmdhbml6YXRpb24gd2hvIGlzIHBhcnRpY2lwYXRpbmcvZXhwZWN0ZWQgdG8gcGFydGljaXBhdGUgaW4gdGhlIGNhcmUgdGVhbS4gKi9cbiAgbWVtYmVyPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBUaGUgb3JnYW5pemF0aW9uIG9mIHRoZSBwcmFjdGl0aW9uZXIuICovXG4gIG9uQmVoYWxmT2Y/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIEluZGljYXRlcyB3aGVuIHRoZSBzcGVjaWZpYyBtZW1iZXIgb3Igb3JnYW5pemF0aW9uIGRpZCAob3IgaXMgaW50ZW5kZWQgdG8pIGNvbWUgaW50byBlZmZlY3QgYW5kIGVuZC4gKi9cbiAgcGVyaW9kPzogUGVyaW9kO1xufVxuIl19
|