@openhi/types 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -9
- package/lib/account.d.ts +37 -0
- package/lib/account.js +3 -0
- package/lib/account_coverage.d.ts +10 -0
- package/lib/account_coverage.js +3 -0
- package/lib/account_guarantor.d.ts +11 -0
- package/lib/account_guarantor.js +3 -0
- package/lib/activitydefinition.d.ts +95 -0
- package/lib/activitydefinition.js +3 -0
- package/lib/activitydefinition_dynamicvalue.d.ts +11 -0
- package/lib/activitydefinition_dynamicvalue.js +3 -0
- package/lib/activitydefinition_participant.d.ts +8 -0
- package/lib/activitydefinition_participant.js +3 -0
- package/lib/address.d.ts +24 -0
- package/lib/address.js +3 -0
- package/lib/adverseevent.d.ts +41 -0
- package/lib/adverseevent.js +3 -0
- package/lib/adverseevent_suspectentity.d.ts +19 -0
- package/lib/adverseevent_suspectentity.js +3 -0
- package/lib/age.d.ts +3 -0
- package/lib/age.js +3 -0
- package/lib/allergyintolerance.d.ts +51 -0
- package/lib/allergyintolerance.js +3 -0
- package/lib/allergyintolerance_reaction.d.ts +19 -0
- package/lib/allergyintolerance_reaction.js +3 -0
- package/lib/annotation.d.ts +12 -0
- package/lib/annotation.js +3 -0
- package/lib/appointment.d.ts +50 -0
- package/lib/appointment.js +3 -0
- package/lib/appointment_participant.d.ts +13 -0
- package/lib/appointment_participant.js +3 -0
- package/lib/appointmentresponse.d.ts +24 -0
- package/lib/appointmentresponse.js +3 -0
- package/lib/attachment.d.ts +19 -0
- package/lib/attachment.js +3 -0
- package/lib/auditevent.d.ts +30 -0
- package/lib/auditevent.js +3 -0
- package/lib/auditevent_agent.d.ts +30 -0
- package/lib/auditevent_agent.js +3 -0
- package/lib/auditevent_detail.d.ts +7 -0
- package/lib/auditevent_detail.js +3 -0
- package/lib/auditevent_entity.d.ts +27 -0
- package/lib/auditevent_entity.js +3 -0
- package/lib/auditevent_network.d.ts +7 -0
- package/lib/auditevent_network.js +3 -0
- package/lib/auditevent_source.d.ts +11 -0
- package/lib/auditevent_source.js +3 -0
- package/lib/backboneelement.d.ts +6 -0
- package/lib/backboneelement.js +3 -0
- package/lib/basic.d.ts +18 -0
- package/lib/basic.js +3 -0
- package/lib/binary.d.ts +12 -0
- package/lib/binary.js +3 -0
- package/lib/bodysite.d.ts +23 -0
- package/lib/bodysite.js +3 -0
- package/lib/bundle.d.ts +21 -0
- package/lib/bundle.js +3 -0
- package/lib/bundle_entry.d.ts +22 -0
- package/lib/bundle_entry.js +3 -0
- package/lib/bundle_link.d.ts +7 -0
- package/lib/bundle_link.js +3 -0
- package/lib/bundle_request.d.ts +15 -0
- package/lib/bundle_request.js +3 -0
- package/lib/bundle_response.d.ts +14 -0
- package/lib/bundle_response.js +3 -0
- package/lib/bundle_search.d.ts +7 -0
- package/lib/bundle_search.js +3 -0
- package/lib/capabilitystatement.d.ts +68 -0
- package/lib/capabilitystatement.js +3 -0
- package/lib/capabilitystatement_certificate.d.ts +7 -0
- package/lib/capabilitystatement_certificate.js +3 -0
- package/lib/capabilitystatement_document.d.ts +10 -0
- package/lib/capabilitystatement_document.js +3 -0
- package/lib/capabilitystatement_endpoint.d.ts +8 -0
- package/lib/capabilitystatement_endpoint.js +3 -0
- package/lib/capabilitystatement_event.d.ts +19 -0
- package/lib/capabilitystatement_event.js +3 -0
- package/lib/capabilitystatement_implementation.d.ts +7 -0
- package/lib/capabilitystatement_implementation.js +3 -0
- package/lib/capabilitystatement_interaction.d.ts +7 -0
- package/lib/capabilitystatement_interaction.js +3 -0
- package/lib/capabilitystatement_interaction1.d.ts +7 -0
- package/lib/capabilitystatement_interaction1.js +3 -0
- package/lib/capabilitystatement_messaging.d.ts +16 -0
- package/lib/capabilitystatement_messaging.js +3 -0
- package/lib/capabilitystatement_operation.d.ts +8 -0
- package/lib/capabilitystatement_operation.js +3 -0
- package/lib/capabilitystatement_resource.d.ts +36 -0
- package/lib/capabilitystatement_resource.js +3 -0
- package/lib/capabilitystatement_rest.d.ts +24 -0
- package/lib/capabilitystatement_rest.js +3 -0
- package/lib/capabilitystatement_searchparam.d.ts +11 -0
- package/lib/capabilitystatement_searchparam.js +3 -0
- package/lib/capabilitystatement_security.d.ts +13 -0
- package/lib/capabilitystatement_security.js +3 -0
- package/lib/capabilitystatement_software.d.ts +9 -0
- package/lib/capabilitystatement_software.js +3 -0
- package/lib/capabilitystatement_supportedmessage.d.ts +8 -0
- package/lib/capabilitystatement_supportedmessage.js +3 -0
- package/lib/careplan.d.ts +51 -0
- package/lib/careplan.js +3 -0
- package/lib/careplan_activity.d.ts +17 -0
- package/lib/careplan_activity.js +3 -0
- package/lib/careplan_detail.d.ts +46 -0
- package/lib/careplan_detail.js +3 -0
- package/lib/careteam.d.ts +35 -0
- package/lib/careteam.js +3 -0
- package/lib/careteam_participant.d.ts +14 -0
- package/lib/careteam_participant.js +3 -0
- package/lib/chargeitem.d.ts +64 -0
- package/lib/chargeitem.js +3 -0
- package/lib/chargeitem_participant.d.ts +9 -0
- package/lib/chargeitem_participant.js +3 -0
- package/lib/claim.d.ts +79 -0
- package/lib/claim.js +3 -0
- package/lib/claim_accident.d.ts +14 -0
- package/lib/claim_accident.js +3 -0
- package/lib/claim_careteam.d.ts +15 -0
- package/lib/claim_careteam.js +3 -0
- package/lib/claim_detail.d.ts +32 -0
- package/lib/claim_detail.js +3 -0
- package/lib/claim_diagnosis.d.ts +15 -0
- package/lib/claim_diagnosis.js +3 -0
- package/lib/claim_information.d.ts +28 -0
- package/lib/claim_information.js +3 -0
- package/lib/claim_insurance.d.ts +16 -0
- package/lib/claim_insurance.js +3 -0
- package/lib/claim_item.d.ts +58 -0
- package/lib/claim_item.js +3 -0
- package/lib/claim_payee.d.ts +12 -0
- package/lib/claim_payee.js +3 -0
- package/lib/claim_procedure.d.ts +13 -0
- package/lib/claim_procedure.js +3 -0
- package/lib/claim_related.d.ts +12 -0
- package/lib/claim_related.js +3 -0
- package/lib/claim_subdetail.d.ts +29 -0
- package/lib/claim_subdetail.js +3 -0
- package/lib/claimresponse.d.ts +62 -0
- package/lib/claimresponse.js +3 -0
- package/lib/claimresponse_additem.d.ts +25 -0
- package/lib/claimresponse_additem.js +3 -0
- package/lib/claimresponse_adjudication.d.ts +13 -0
- package/lib/claimresponse_adjudication.js +3 -0
- package/lib/claimresponse_detail.d.ts +13 -0
- package/lib/claimresponse_detail.js +3 -0
- package/lib/claimresponse_detail1.d.ts +20 -0
- package/lib/claimresponse_detail1.js +3 -0
- package/lib/claimresponse_error.d.ts +12 -0
- package/lib/claimresponse_error.js +3 -0
- package/lib/claimresponse_insurance.d.ts +16 -0
- package/lib/claimresponse_insurance.js +3 -0
- package/lib/claimresponse_item.d.ts +13 -0
- package/lib/claimresponse_item.js +3 -0
- package/lib/claimresponse_payment.d.ts +18 -0
- package/lib/claimresponse_payment.js +3 -0
- package/lib/claimresponse_processnote.d.ts +12 -0
- package/lib/claimresponse_processnote.js +3 -0
- package/lib/claimresponse_subdetail.d.ts +10 -0
- package/lib/claimresponse_subdetail.js +3 -0
- package/lib/clinicalimpression.d.ts +52 -0
- package/lib/clinicalimpression.js +3 -0
- package/lib/clinicalimpression_finding.d.ts +11 -0
- package/lib/clinicalimpression_finding.js +3 -0
- package/lib/clinicalimpression_investigation.d.ts +9 -0
- package/lib/clinicalimpression_investigation.js +3 -0
- package/lib/codeableconcept.d.ts +8 -0
- package/lib/codeableconcept.js +3 -0
- package/lib/codesystem.d.ts +62 -0
- package/lib/codesystem.js +3 -0
- package/lib/codesystem_concept.d.ts +17 -0
- package/lib/codesystem_concept.js +3 -0
- package/lib/codesystem_designation.d.ts +10 -0
- package/lib/codesystem_designation.js +3 -0
- package/lib/codesystem_filter.d.ts +11 -0
- package/lib/codesystem_filter.js +3 -0
- package/lib/codesystem_property.d.ts +11 -0
- package/lib/codesystem_property.js +3 -0
- package/lib/codesystem_property1.d.ts +18 -0
- package/lib/codesystem_property1.js +3 -0
- package/lib/coding.d.ts +13 -0
- package/lib/coding.js +3 -0
- package/lib/communication.d.ts +50 -0
- package/lib/communication.js +3 -0
- package/lib/communication_payload.d.ts +11 -0
- package/lib/communication_payload.js +3 -0
- package/lib/communicationrequest.d.ts +54 -0
- package/lib/communicationrequest.js +3 -0
- package/lib/communicationrequest_payload.d.ts +11 -0
- package/lib/communicationrequest_payload.js +3 -0
- package/lib/communicationrequest_requester.d.ts +8 -0
- package/lib/communicationrequest_requester.js +3 -0
- package/lib/compartmentdefinition.d.ts +39 -0
- package/lib/compartmentdefinition.js +3 -0
- package/lib/compartmentdefinition_resource.d.ts +9 -0
- package/lib/compartmentdefinition_resource.js +3 -0
- package/lib/composition.d.ts +42 -0
- package/lib/composition.js +3 -0
- package/lib/composition_attester.d.ts +10 -0
- package/lib/composition_attester.js +3 -0
- package/lib/composition_event.d.ts +12 -0
- package/lib/composition_event.js +3 -0
- package/lib/composition_relatesto.d.ts +11 -0
- package/lib/composition_relatesto.js +3 -0
- package/lib/composition_section.d.ts +22 -0
- package/lib/composition_section.js +3 -0
- package/lib/conceptmap.d.ts +51 -0
- package/lib/conceptmap.js +3 -0
- package/lib/conceptmap_dependson.d.ts +11 -0
- package/lib/conceptmap_dependson.js +3 -0
- package/lib/conceptmap_element.d.ts +10 -0
- package/lib/conceptmap_element.js +3 -0
- package/lib/conceptmap_group.d.ts +17 -0
- package/lib/conceptmap_group.js +3 -0
- package/lib/conceptmap_target.d.ts +16 -0
- package/lib/conceptmap_target.js +3 -0
- package/lib/conceptmap_unmapped.d.ts +11 -0
- package/lib/conceptmap_unmapped.js +3 -0
- package/lib/condition.d.ts +64 -0
- package/lib/condition.js +3 -0
- package/lib/condition_evidence.d.ts +9 -0
- package/lib/condition_evidence.js +3 -0
- package/lib/condition_stage.d.ts +9 -0
- package/lib/condition_stage.js +3 -0
- package/lib/consent.d.ts +55 -0
- package/lib/consent.js +3 -0
- package/lib/consent_actor.d.ts +9 -0
- package/lib/consent_actor.js +3 -0
- package/lib/consent_actor1.d.ts +9 -0
- package/lib/consent_actor1.js +3 -0
- package/lib/consent_data.d.ts +8 -0
- package/lib/consent_data.js +3 -0
- package/lib/consent_data1.d.ts +8 -0
- package/lib/consent_data1.js +3 -0
- package/lib/consent_except.d.ts +28 -0
- package/lib/consent_except.js +3 -0
- package/lib/consent_policy.d.ts +7 -0
- package/lib/consent_policy.js +3 -0
- package/lib/contactdetail.d.ts +8 -0
- package/lib/contactdetail.js +3 -0
- package/lib/contactpoint.d.ts +14 -0
- package/lib/contactpoint.js +3 -0
- package/lib/contract.d.ts +66 -0
- package/lib/contract.js +3 -0
- package/lib/contract_agent.d.ts +9 -0
- package/lib/contract_agent.js +3 -0
- package/lib/contract_agent1.d.ts +9 -0
- package/lib/contract_agent1.js +3 -0
- package/lib/contract_friendly.d.ts +9 -0
- package/lib/contract_friendly.js +3 -0
- package/lib/contract_legal.d.ts +9 -0
- package/lib/contract_legal.js +3 -0
- package/lib/contract_rule.d.ts +9 -0
- package/lib/contract_rule.js +3 -0
- package/lib/contract_signer.d.ts +12 -0
- package/lib/contract_signer.js +3 -0
- package/lib/contract_term.d.ts +36 -0
- package/lib/contract_term.js +3 -0
- package/lib/contract_valueditem.d.ts +26 -0
- package/lib/contract_valueditem.js +3 -0
- package/lib/contract_valueditem1.d.ts +26 -0
- package/lib/contract_valueditem1.js +3 -0
- package/lib/contributor.d.ts +10 -0
- package/lib/contributor.js +3 -0
- package/lib/count.d.ts +3 -0
- package/lib/count.js +3 -0
- package/lib/coverage.d.ts +42 -0
- package/lib/coverage.js +3 -0
- package/lib/coverage_grouping.d.ts +27 -0
- package/lib/coverage_grouping.js +3 -0
- package/lib/dataelement.d.ts +43 -0
- package/lib/dataelement.js +3 -0
- package/lib/dataelement_mapping.d.ts +11 -0
- package/lib/dataelement_mapping.js +3 -0
- package/lib/datarequirement.d.ts +15 -0
- package/lib/datarequirement.js +3 -0
- package/lib/datarequirement_codefilter.d.ts +18 -0
- package/lib/datarequirement_codefilter.js +3 -0
- package/lib/datarequirement_datefilter.d.ts +13 -0
- package/lib/datarequirement_datefilter.js +3 -0
- package/lib/detectedissue.d.ts +31 -0
- package/lib/detectedissue.js +3 -0
- package/lib/detectedissue_mitigation.d.ts +11 -0
- package/lib/detectedissue_mitigation.js +3 -0
- package/lib/device.d.ts +45 -0
- package/lib/device.js +3 -0
- package/lib/device_udi.d.ts +25 -0
- package/lib/device_udi.js +3 -0
- package/lib/devicecomponent.d.ts +29 -0
- package/lib/devicecomponent.js +3 -0
- package/lib/devicecomponent_productionspecification.d.ts +11 -0
- package/lib/devicecomponent_productionspecification.js +3 -0
- package/lib/devicemetric.d.ts +30 -0
- package/lib/devicemetric.js +3 -0
- package/lib/devicemetric_calibration.d.ts +9 -0
- package/lib/devicemetric_calibration.js +3 -0
- package/lib/devicerequest.d.ts +60 -0
- package/lib/devicerequest.js +3 -0
- package/lib/devicerequest_requester.d.ts +8 -0
- package/lib/devicerequest_requester.js +3 -0
- package/lib/deviceusestatement.d.ts +37 -0
- package/lib/deviceusestatement.js +3 -0
- package/lib/diagnosticreport.d.ts +48 -0
- package/lib/diagnosticreport.js +3 -0
- package/lib/diagnosticreport_image.d.ts +8 -0
- package/lib/diagnosticreport_image.js +3 -0
- package/lib/diagnosticreport_performer.d.ts +9 -0
- package/lib/diagnosticreport_performer.js +3 -0
- package/lib/distance.d.ts +3 -0
- package/lib/distance.js +3 -0
- package/lib/documentmanifest.d.ts +34 -0
- package/lib/documentmanifest.js +3 -0
- package/lib/documentmanifest_content.d.ts +9 -0
- package/lib/documentmanifest_content.js +3 -0
- package/lib/documentmanifest_related.d.ts +9 -0
- package/lib/documentmanifest_related.js +3 -0
- package/lib/documentreference.d.ts +45 -0
- package/lib/documentreference.js +3 -0
- package/lib/documentreference_content.d.ts +9 -0
- package/lib/documentreference_content.js +3 -0
- package/lib/documentreference_context.d.ts +21 -0
- package/lib/documentreference_context.js +3 -0
- package/lib/documentreference_related.d.ts +9 -0
- package/lib/documentreference_related.js +3 -0
- package/lib/documentreference_relatesto.d.ts +8 -0
- package/lib/documentreference_relatesto.js +3 -0
- package/lib/domainresource.d.ts +14 -0
- package/lib/domainresource.js +3 -0
- package/lib/dosage.d.ts +44 -0
- package/lib/dosage.js +3 -0
- package/lib/duration.d.ts +3 -0
- package/lib/duration.js +3 -0
- package/lib/element.d.ts +7 -0
- package/lib/element.js +3 -0
- package/lib/elementdefinition.d.ts +451 -0
- package/lib/elementdefinition.js +3 -0
- package/lib/elementdefinition_base.d.ts +9 -0
- package/lib/elementdefinition_base.js +3 -0
- package/lib/elementdefinition_binding.d.ts +12 -0
- package/lib/elementdefinition_binding.js +3 -0
- package/lib/elementdefinition_constraint.d.ts +17 -0
- package/lib/elementdefinition_constraint.js +3 -0
- package/lib/elementdefinition_discriminator.d.ts +7 -0
- package/lib/elementdefinition_discriminator.js +3 -0
- package/lib/elementdefinition_example.d.ts +145 -0
- package/lib/elementdefinition_example.js +3 -0
- package/lib/elementdefinition_mapping.d.ts +11 -0
- package/lib/elementdefinition_mapping.js +3 -0
- package/lib/elementdefinition_slicing.d.ts +12 -0
- package/lib/elementdefinition_slicing.js +3 -0
- package/lib/elementdefinition_type.d.ts +13 -0
- package/lib/elementdefinition_type.js +3 -0
- package/lib/eligibilityrequest.d.ts +41 -0
- package/lib/eligibilityrequest.js +3 -0
- package/lib/eligibilityresponse.d.ts +36 -0
- package/lib/eligibilityresponse.js +3 -0
- package/lib/eligibilityresponse_benefitbalance.d.ts +23 -0
- package/lib/eligibilityresponse_benefitbalance.js +3 -0
- package/lib/eligibilityresponse_error.d.ts +6 -0
- package/lib/eligibilityresponse_error.js +3 -0
- package/lib/eligibilityresponse_financial.d.ts +17 -0
- package/lib/eligibilityresponse_financial.js +3 -0
- package/lib/eligibilityresponse_insurance.d.ts +11 -0
- package/lib/eligibilityresponse_insurance.js +3 -0
- package/lib/encounter.d.ts +61 -0
- package/lib/encounter.js +3 -0
- package/lib/encounter_classhistory.d.ts +9 -0
- package/lib/encounter_classhistory.js +3 -0
- package/lib/encounter_diagnosis.d.ts +11 -0
- package/lib/encounter_diagnosis.js +3 -0
- package/lib/encounter_hospitalization.d.ts +24 -0
- package/lib/encounter_hospitalization.js +3 -0
- package/lib/encounter_location.d.ts +11 -0
- package/lib/encounter_location.js +3 -0
- package/lib/encounter_participant.d.ts +12 -0
- package/lib/encounter_participant.js +3 -0
- package/lib/encounter_statushistory.d.ts +8 -0
- package/lib/encounter_statushistory.js +3 -0
- package/lib/endpoint.d.ts +33 -0
- package/lib/endpoint.js +3 -0
- package/lib/enrollmentrequest.d.ts +23 -0
- package/lib/enrollmentrequest.js +3 -0
- package/lib/enrollmentresponse.d.ts +26 -0
- package/lib/enrollmentresponse.js +3 -0
- package/lib/episodeofcare.d.ts +35 -0
- package/lib/episodeofcare.js +3 -0
- package/lib/episodeofcare_diagnosis.d.ts +11 -0
- package/lib/episodeofcare_diagnosis.js +3 -0
- package/lib/episodeofcare_statushistory.d.ts +8 -0
- package/lib/episodeofcare_statushistory.js +3 -0
- package/lib/expansionprofile.d.ts +58 -0
- package/lib/expansionprofile.js +3 -0
- package/lib/expansionprofile_designation.d.ts +9 -0
- package/lib/expansionprofile_designation.js +3 -0
- package/lib/expansionprofile_designation1.d.ts +8 -0
- package/lib/expansionprofile_designation1.js +3 -0
- package/lib/expansionprofile_designation2.d.ts +8 -0
- package/lib/expansionprofile_designation2.js +3 -0
- package/lib/expansionprofile_exclude.d.ts +6 -0
- package/lib/expansionprofile_exclude.js +3 -0
- package/lib/expansionprofile_excludedsystem.d.ts +7 -0
- package/lib/expansionprofile_excludedsystem.js +3 -0
- package/lib/expansionprofile_fixedversion.d.ts +9 -0
- package/lib/expansionprofile_fixedversion.js +3 -0
- package/lib/expansionprofile_include.d.ts +6 -0
- package/lib/expansionprofile_include.js +3 -0
- package/lib/explanationofbenefit.d.ts +101 -0
- package/lib/explanationofbenefit.js +3 -0
- package/lib/explanationofbenefit_accident.d.ts +14 -0
- package/lib/explanationofbenefit_accident.js +3 -0
- package/lib/explanationofbenefit_additem.d.ts +25 -0
- package/lib/explanationofbenefit_additem.js +3 -0
- package/lib/explanationofbenefit_adjudication.d.ts +13 -0
- package/lib/explanationofbenefit_adjudication.js +3 -0
- package/lib/explanationofbenefit_benefitbalance.d.ts +23 -0
- package/lib/explanationofbenefit_benefitbalance.js +3 -0
- package/lib/explanationofbenefit_careteam.d.ts +15 -0
- package/lib/explanationofbenefit_careteam.js +3 -0
- package/lib/explanationofbenefit_detail.d.ts +39 -0
- package/lib/explanationofbenefit_detail.js +3 -0
- package/lib/explanationofbenefit_detail1.d.ts +20 -0
- package/lib/explanationofbenefit_detail1.js +3 -0
- package/lib/explanationofbenefit_diagnosis.d.ts +15 -0
- package/lib/explanationofbenefit_diagnosis.js +3 -0
- package/lib/explanationofbenefit_financial.d.ts +17 -0
- package/lib/explanationofbenefit_financial.js +3 -0
- package/lib/explanationofbenefit_information.d.ts +29 -0
- package/lib/explanationofbenefit_information.js +3 -0
- package/lib/explanationofbenefit_insurance.d.ts +8 -0
- package/lib/explanationofbenefit_insurance.js +3 -0
- package/lib/explanationofbenefit_item.d.ts +63 -0
- package/lib/explanationofbenefit_item.js +3 -0
- package/lib/explanationofbenefit_payee.d.ts +11 -0
- package/lib/explanationofbenefit_payee.js +3 -0
- package/lib/explanationofbenefit_payment.d.ts +18 -0
- package/lib/explanationofbenefit_payment.js +3 -0
- package/lib/explanationofbenefit_procedure.d.ts +13 -0
- package/lib/explanationofbenefit_procedure.js +3 -0
- package/lib/explanationofbenefit_processnote.d.ts +12 -0
- package/lib/explanationofbenefit_processnote.js +3 -0
- package/lib/explanationofbenefit_related.d.ts +12 -0
- package/lib/explanationofbenefit_related.js +3 -0
- package/lib/explanationofbenefit_subdetail.d.ts +36 -0
- package/lib/explanationofbenefit_subdetail.js +3 -0
- package/lib/extension.d.ts +144 -0
- package/lib/extension.js +3 -0
- package/lib/familymemberhistory.d.ts +65 -0
- package/lib/familymemberhistory.js +3 -0
- package/lib/familymemberhistory_condition.d.ts +22 -0
- package/lib/familymemberhistory_condition.js +3 -0
- package/lib/flag.d.ts +25 -0
- package/lib/flag.js +3 -0
- package/lib/goal.d.ts +42 -0
- package/lib/goal.js +3 -0
- package/lib/goal_target.d.ts +19 -0
- package/lib/goal_target.js +3 -0
- package/lib/graphdefinition.d.ts +39 -0
- package/lib/graphdefinition.js +3 -0
- package/lib/graphdefinition_compartment.d.ts +11 -0
- package/lib/graphdefinition_compartment.js +3 -0
- package/lib/graphdefinition_link.d.ts +16 -0
- package/lib/graphdefinition_link.js +3 -0
- package/lib/graphdefinition_target.d.ts +13 -0
- package/lib/graphdefinition_target.js +3 -0
- package/lib/group.d.ts +27 -0
- package/lib/group.js +3 -0
- package/lib/group_characteristic.d.ts +21 -0
- package/lib/group_characteristic.js +3 -0
- package/lib/group_member.d.ts +11 -0
- package/lib/group_member.js +3 -0
- package/lib/guidanceresponse.d.ts +40 -0
- package/lib/guidanceresponse.js +3 -0
- package/lib/healthcareservice.d.ts +60 -0
- package/lib/healthcareservice.js +3 -0
- package/lib/healthcareservice_availabletime.d.ts +11 -0
- package/lib/healthcareservice_availabletime.js +3 -0
- package/lib/healthcareservice_notavailable.d.ts +8 -0
- package/lib/healthcareservice_notavailable.js +3 -0
- package/lib/humanname.d.ts +18 -0
- package/lib/humanname.js +3 -0
- package/lib/identifier.d.ts +18 -0
- package/lib/identifier.js +3 -0
- package/lib/imagingmanifest.d.ts +21 -0
- package/lib/imagingmanifest.js +3 -0
- package/lib/imagingmanifest_instance.d.ts +7 -0
- package/lib/imagingmanifest_instance.js +3 -0
- package/lib/imagingmanifest_series.d.ts +11 -0
- package/lib/imagingmanifest_series.js +3 -0
- package/lib/imagingmanifest_study.d.ts +13 -0
- package/lib/imagingmanifest_study.js +3 -0
- package/lib/imagingstudy.d.ts +48 -0
- package/lib/imagingstudy.js +3 -0
- package/lib/imagingstudy_instance.d.ts +11 -0
- package/lib/imagingstudy_instance.js +3 -0
- package/lib/imagingstudy_series.d.ts +30 -0
- package/lib/imagingstudy_series.js +3 -0
- package/lib/immunization.d.ts +56 -0
- package/lib/immunization.js +3 -0
- package/lib/immunization_explanation.d.ts +8 -0
- package/lib/immunization_explanation.js +3 -0
- package/lib/immunization_practitioner.d.ts +9 -0
- package/lib/immunization_practitioner.js +3 -0
- package/lib/immunization_reaction.d.ts +10 -0
- package/lib/immunization_reaction.js +3 -0
- package/lib/immunization_vaccinationprotocol.d.ts +21 -0
- package/lib/immunization_vaccinationprotocol.js +3 -0
- package/lib/immunizationrecommendation.d.ts +14 -0
- package/lib/immunizationrecommendation.js +3 -0
- package/lib/immunizationrecommendation_datecriterion.d.ts +8 -0
- package/lib/immunizationrecommendation_datecriterion.js +3 -0
- package/lib/immunizationrecommendation_protocol.d.ts +12 -0
- package/lib/immunizationrecommendation_protocol.js +3 -0
- package/lib/immunizationrecommendation_recommendation.d.ts +25 -0
- package/lib/immunizationrecommendation_recommendation.js +3 -0
- package/lib/implementationguide.d.ts +48 -0
- package/lib/implementationguide.js +3 -0
- package/lib/implementationguide_dependency.d.ts +7 -0
- package/lib/implementationguide_dependency.js +3 -0
- package/lib/implementationguide_global.d.ts +8 -0
- package/lib/implementationguide_global.js +3 -0
- package/lib/implementationguide_package.d.ts +10 -0
- package/lib/implementationguide_package.js +3 -0
- package/lib/implementationguide_page.d.ts +17 -0
- package/lib/implementationguide_page.js +3 -0
- package/lib/implementationguide_resource.d.ts +18 -0
- package/lib/implementationguide_resource.js +3 -0
- package/lib/index.d.ts +490 -5
- package/lib/index.js +491 -6
- package/lib/library.d.ts +67 -0
- package/lib/library.js +3 -0
- package/lib/linkage.d.ts +13 -0
- package/lib/linkage.js +3 -0
- package/lib/linkage_item.d.ts +8 -0
- package/lib/linkage_item.js +3 -0
- package/lib/list.d.ts +36 -0
- package/lib/list.js +3 -0
- package/lib/list_entry.d.ts +13 -0
- package/lib/list_entry.js +3 -0
- package/lib/location.d.ts +42 -0
- package/lib/location.js +3 -0
- package/lib/location_position.d.ts +9 -0
- package/lib/location_position.js +3 -0
- package/lib/measure.d.ts +89 -0
- package/lib/measure.js +3 -0
- package/lib/measure_group.d.ts +16 -0
- package/lib/measure_group.js +3 -0
- package/lib/measure_population.d.ts +15 -0
- package/lib/measure_population.js +3 -0
- package/lib/measure_stratifier.d.ts +10 -0
- package/lib/measure_stratifier.js +3 -0
- package/lib/measure_supplementaldata.d.ts +13 -0
- package/lib/measure_supplementaldata.js +3 -0
- package/lib/measurereport.d.ts +29 -0
- package/lib/measurereport.js +3 -0
- package/lib/measurereport_group.d.ts +14 -0
- package/lib/measurereport_group.js +3 -0
- package/lib/measurereport_population.d.ts +14 -0
- package/lib/measurereport_population.js +3 -0
- package/lib/measurereport_population1.d.ts +14 -0
- package/lib/measurereport_population1.js +3 -0
- package/lib/measurereport_stratifier.d.ts +9 -0
- package/lib/measurereport_stratifier.js +3 -0
- package/lib/measurereport_stratum.d.ts +10 -0
- package/lib/measurereport_stratum.js +3 -0
- package/lib/media.d.ts +49 -0
- package/lib/media.js +3 -0
- package/lib/medication.d.ts +28 -0
- package/lib/medication.js +3 -0
- package/lib/medication_batch.d.ts +7 -0
- package/lib/medication_batch.js +3 -0
- package/lib/medication_content.d.ts +12 -0
- package/lib/medication_content.js +3 -0
- package/lib/medication_ingredient.d.ts +14 -0
- package/lib/medication_ingredient.js +3 -0
- package/lib/medication_package.d.ts +12 -0
- package/lib/medication_package.js +3 -0
- package/lib/medicationadministration.d.ts +56 -0
- package/lib/medicationadministration.js +3 -0
- package/lib/medicationadministration_dosage.d.ts +22 -0
- package/lib/medicationadministration_dosage.js +3 -0
- package/lib/medicationadministration_performer.d.ts +8 -0
- package/lib/medicationadministration_performer.js +3 -0
- package/lib/medicationdispense.d.ts +65 -0
- package/lib/medicationdispense.js +3 -0
- package/lib/medicationdispense_performer.d.ts +8 -0
- package/lib/medicationdispense_performer.js +3 -0
- package/lib/medicationdispense_substitution.d.ts +13 -0
- package/lib/medicationdispense_substitution.js +3 -0
- package/lib/medicationrequest.d.ts +63 -0
- package/lib/medicationrequest.js +3 -0
- package/lib/medicationrequest_dispenserequest.d.ts +17 -0
- package/lib/medicationrequest_dispenserequest.js +3 -0
- package/lib/medicationrequest_requester.d.ts +8 -0
- package/lib/medicationrequest_requester.js +3 -0
- package/lib/medicationrequest_substitution.d.ts +8 -0
- package/lib/medicationrequest_substitution.js +3 -0
- package/lib/medicationstatement.d.ts +51 -0
- package/lib/medicationstatement.js +3 -0
- package/lib/messagedefinition.d.ts +59 -0
- package/lib/messagedefinition.js +3 -0
- package/lib/messagedefinition_allowedresponse.d.ts +8 -0
- package/lib/messagedefinition_allowedresponse.js +3 -0
- package/lib/messagedefinition_focus.d.ts +12 -0
- package/lib/messagedefinition_focus.js +3 -0
- package/lib/messageheader.d.ts +35 -0
- package/lib/messageheader.js +3 -0
- package/lib/messageheader_destination.d.ts +10 -0
- package/lib/messageheader_destination.js +3 -0
- package/lib/messageheader_response.d.ts +10 -0
- package/lib/messageheader_response.js +3 -0
- package/lib/messageheader_source.d.ts +14 -0
- package/lib/messageheader_source.js +3 -0
- package/lib/meta.d.ts +14 -0
- package/lib/meta.js +3 -0
- package/lib/money.d.ts +3 -0
- package/lib/money.js +3 -0
- package/lib/namingsystem.d.ts +38 -0
- package/lib/namingsystem.js +3 -0
- package/lib/namingsystem_uniqueid.d.ts +14 -0
- package/lib/namingsystem_uniqueid.js +3 -0
- package/lib/narrative.d.ts +7 -0
- package/lib/narrative.js +3 -0
- package/lib/nutritionorder.d.ts +35 -0
- package/lib/nutritionorder.js +3 -0
- package/lib/nutritionorder_administration.d.ts +14 -0
- package/lib/nutritionorder_administration.js +3 -0
- package/lib/nutritionorder_enteralformula.d.ts +24 -0
- package/lib/nutritionorder_enteralformula.js +3 -0
- package/lib/nutritionorder_nutrient.d.ts +9 -0
- package/lib/nutritionorder_nutrient.js +3 -0
- package/lib/nutritionorder_oraldiet.d.ts +19 -0
- package/lib/nutritionorder_oraldiet.js +3 -0
- package/lib/nutritionorder_supplement.d.ts +16 -0
- package/lib/nutritionorder_supplement.js +3 -0
- package/lib/nutritionorder_texture.d.ts +8 -0
- package/lib/nutritionorder_texture.js +3 -0
- package/lib/observation.d.ts +81 -0
- package/lib/observation.js +3 -0
- package/lib/observation_component.d.ts +39 -0
- package/lib/observation_component.js +3 -0
- package/lib/observation_referencerange.d.ts +18 -0
- package/lib/observation_referencerange.js +3 -0
- package/lib/observation_related.d.ts +8 -0
- package/lib/observation_related.js +3 -0
- package/lib/operationdefinition.d.ts +57 -0
- package/lib/operationdefinition.js +3 -0
- package/lib/operationdefinition_binding.d.ts +10 -0
- package/lib/operationdefinition_binding.js +3 -0
- package/lib/operationdefinition_overload.d.ts +7 -0
- package/lib/operationdefinition_overload.js +3 -0
- package/lib/operationdefinition_parameter.d.ts +25 -0
- package/lib/operationdefinition_parameter.js +3 -0
- package/lib/operationoutcome.d.ts +8 -0
- package/lib/operationoutcome.js +3 -0
- package/lib/operationoutcome_issue.d.ts +16 -0
- package/lib/operationoutcome_issue.js +3 -0
- package/lib/organization.d.ts +31 -0
- package/lib/organization.js +3 -0
- package/lib/organization_contact.d.ts +15 -0
- package/lib/organization_contact.js +3 -0
- package/lib/parameterdefinition.d.ts +18 -0
- package/lib/parameterdefinition.js +3 -0
- package/lib/parameters.d.ts +6 -0
- package/lib/parameters.js +3 -0
- package/lib/parameters_parameter.d.ts +150 -0
- package/lib/parameters_parameter.js +3 -0
- package/lib/patient.d.ts +54 -0
- package/lib/patient.js +3 -0
- package/lib/patient_animal.d.ts +10 -0
- package/lib/patient_animal.js +3 -0
- package/lib/patient_communication.d.ts +8 -0
- package/lib/patient_communication.js +3 -0
- package/lib/patient_contact.d.ts +23 -0
- package/lib/patient_contact.js +3 -0
- package/lib/patient_link.d.ts +8 -0
- package/lib/patient_link.js +3 -0
- package/lib/paymentnotice.d.ts +28 -0
- package/lib/paymentnotice.js +3 -0
- package/lib/paymentreconciliation.d.ts +40 -0
- package/lib/paymentreconciliation.js +3 -0
- package/lib/paymentreconciliation_detail.d.ts +20 -0
- package/lib/paymentreconciliation_detail.js +3 -0
- package/lib/paymentreconciliation_processnote.d.ts +8 -0
- package/lib/paymentreconciliation_processnote.js +3 -0
- package/lib/period.d.ts +7 -0
- package/lib/period.js +3 -0
- package/lib/person.d.ts +32 -0
- package/lib/person.js +3 -0
- package/lib/person_link.d.ts +8 -0
- package/lib/person_link.js +3 -0
- package/lib/plandefinition.d.ts +67 -0
- package/lib/plandefinition.js +3 -0
- package/lib/plandefinition_action.d.ts +75 -0
- package/lib/plandefinition_action.js +3 -0
- package/lib/plandefinition_condition.d.ts +11 -0
- package/lib/plandefinition_condition.js +3 -0
- package/lib/plandefinition_dynamicvalue.d.ts +11 -0
- package/lib/plandefinition_dynamicvalue.js +3 -0
- package/lib/plandefinition_goal.d.ts +20 -0
- package/lib/plandefinition_goal.js +3 -0
- package/lib/plandefinition_participant.d.ts +8 -0
- package/lib/plandefinition_participant.js +3 -0
- package/lib/plandefinition_relatedaction.d.ts +13 -0
- package/lib/plandefinition_relatedaction.js +3 -0
- package/lib/plandefinition_target.d.ts +17 -0
- package/lib/plandefinition_target.js +3 -0
- package/lib/practitioner.d.ts +33 -0
- package/lib/practitioner.js +3 -0
- package/lib/practitioner_qualification.d.ts +15 -0
- package/lib/practitioner_qualification.js +3 -0
- package/lib/practitionerrole.d.ts +40 -0
- package/lib/practitionerrole.js +3 -0
- package/lib/practitionerrole_availabletime.d.ts +11 -0
- package/lib/practitionerrole_availabletime.js +3 -0
- package/lib/practitionerrole_notavailable.d.ts +8 -0
- package/lib/practitionerrole_notavailable.js +3 -0
- package/lib/procedure.d.ts +66 -0
- package/lib/procedure.js +3 -0
- package/lib/procedure_focaldevice.d.ts +9 -0
- package/lib/procedure_focaldevice.js +3 -0
- package/lib/procedure_performer.d.ts +11 -0
- package/lib/procedure_performer.js +3 -0
- package/lib/procedurerequest.d.ts +70 -0
- package/lib/procedurerequest.js +3 -0
- package/lib/procedurerequest_requester.d.ts +8 -0
- package/lib/procedurerequest_requester.js +3 -0
- package/lib/processrequest.d.ts +39 -0
- package/lib/processrequest.js +3 -0
- package/lib/processrequest_item.d.ts +5 -0
- package/lib/processrequest_item.js +3 -0
- package/lib/processresponse.d.ts +35 -0
- package/lib/processresponse.js +3 -0
- package/lib/processresponse_processnote.d.ts +8 -0
- package/lib/processresponse_processnote.js +3 -0
- package/lib/provenance.d.ts +31 -0
- package/lib/provenance.js +3 -0
- package/lib/provenance_agent.d.ts +17 -0
- package/lib/provenance_agent.js +3 -0
- package/lib/provenance_entity.d.ts +16 -0
- package/lib/provenance_entity.js +3 -0
- package/lib/quantity.d.ts +13 -0
- package/lib/quantity.js +3 -0
- package/lib/questionnaire.d.ts +54 -0
- package/lib/questionnaire.js +3 -0
- package/lib/questionnaire_enablewhen.d.ts +35 -0
- package/lib/questionnaire_enablewhen.js +3 -0
- package/lib/questionnaire_item.d.ts +70 -0
- package/lib/questionnaire_item.js +3 -0
- package/lib/questionnaire_option.d.ts +14 -0
- package/lib/questionnaire_option.js +3 -0
- package/lib/questionnaireresponse.d.ts +30 -0
- package/lib/questionnaireresponse.js +3 -0
- package/lib/questionnaireresponse_answer.d.ts +34 -0
- package/lib/questionnaireresponse_answer.js +3 -0
- package/lib/questionnaireresponse_item.d.ts +17 -0
- package/lib/questionnaireresponse_item.js +3 -0
- package/lib/range.d.ts +8 -0
- package/lib/range.js +3 -0
- package/lib/ratio.d.ts +8 -0
- package/lib/ratio.js +3 -0
- package/lib/reference.d.ts +10 -0
- package/lib/reference.js +3 -0
- package/lib/referralrequest.d.ts +59 -0
- package/lib/referralrequest.js +3 -0
- package/lib/referralrequest_requester.d.ts +8 -0
- package/lib/referralrequest_requester.js +3 -0
- package/lib/relatedartifact.d.ts +17 -0
- package/lib/relatedartifact.js +3 -0
- package/lib/relatedperson.d.ts +35 -0
- package/lib/relatedperson.js +3 -0
- package/lib/requestgroup.d.ts +42 -0
- package/lib/requestgroup.js +3 -0
- package/lib/requestgroup_action.d.ts +57 -0
- package/lib/requestgroup_action.js +3 -0
- package/lib/requestgroup_condition.d.ts +11 -0
- package/lib/requestgroup_condition.js +3 -0
- package/lib/requestgroup_relatedaction.d.ts +13 -0
- package/lib/requestgroup_relatedaction.js +3 -0
- package/lib/researchstudy.d.ts +53 -0
- package/lib/researchstudy.js +3 -0
- package/lib/researchstudy_arm.d.ts +10 -0
- package/lib/researchstudy_arm.js +3 -0
- package/lib/researchsubject.d.ts +24 -0
- package/lib/researchsubject.js +3 -0
- package/lib/resource.js +3 -0
- package/lib/resourcelist.js +4 -0
- package/lib/riskassessment.d.ts +46 -0
- package/lib/riskassessment.js +3 -0
- package/lib/riskassessment_prediction.d.ts +22 -0
- package/lib/riskassessment_prediction.js +3 -0
- package/lib/sampleddata.d.ts +18 -0
- package/lib/sampleddata.js +3 -0
- package/lib/schedule.d.ts +25 -0
- package/lib/schedule.js +3 -0
- package/lib/searchparameter.d.ts +57 -0
- package/lib/searchparameter.js +3 -0
- package/lib/searchparameter_component.d.ts +8 -0
- package/lib/searchparameter_component.js +3 -0
- package/lib/sequence.d.ts +42 -0
- package/lib/sequence.js +3 -0
- package/lib/sequence_quality.d.ts +33 -0
- package/lib/sequence_quality.js +3 -0
- package/lib/sequence_referenceseq.d.ts +21 -0
- package/lib/sequence_referenceseq.js +3 -0
- package/lib/sequence_repository.d.ts +15 -0
- package/lib/sequence_repository.js +3 -0
- package/lib/sequence_variant.d.ts +16 -0
- package/lib/sequence_variant.js +3 -0
- package/lib/servicedefinition.d.ts +65 -0
- package/lib/servicedefinition.js +3 -0
- package/lib/signature.d.ts +21 -0
- package/lib/signature.js +3 -0
- package/lib/slot.d.ts +30 -0
- package/lib/slot.js +3 -0
- package/lib/specimen.d.ts +36 -0
- package/lib/specimen.js +3 -0
- package/lib/specimen_collection.d.ts +19 -0
- package/lib/specimen_collection.js +3 -0
- package/lib/specimen_container.d.ts +21 -0
- package/lib/specimen_container.js +3 -0
- package/lib/specimen_processing.d.ts +16 -0
- package/lib/specimen_processing.js +3 -0
- package/lib/structuredefinition.d.ts +69 -0
- package/lib/structuredefinition.js +3 -0
- package/lib/structuredefinition_differential.d.ts +6 -0
- package/lib/structuredefinition_differential.js +3 -0
- package/lib/structuredefinition_mapping.d.ts +11 -0
- package/lib/structuredefinition_mapping.js +3 -0
- package/lib/structuredefinition_snapshot.d.ts +6 -0
- package/lib/structuredefinition_snapshot.js +3 -0
- package/lib/structuremap.d.ts +47 -0
- package/lib/structuremap.js +3 -0
- package/lib/structuremap_dependent.d.ts +7 -0
- package/lib/structuremap_dependent.js +3 -0
- package/lib/structuremap_group.d.ts +17 -0
- package/lib/structuremap_group.js +3 -0
- package/lib/structuremap_input.d.ts +11 -0
- package/lib/structuremap_input.js +3 -0
- package/lib/structuremap_parameter.d.ts +13 -0
- package/lib/structuremap_parameter.js +3 -0
- package/lib/structuremap_rule.d.ts +18 -0
- package/lib/structuremap_rule.js +3 -0
- package/lib/structuremap_source.d.ts +161 -0
- package/lib/structuremap_source.js +3 -0
- package/lib/structuremap_structure.d.ts +11 -0
- package/lib/structuremap_structure.js +3 -0
- package/lib/structuremap_target.d.ts +20 -0
- package/lib/structuremap_target.js +3 -0
- package/lib/subscription.d.ts +24 -0
- package/lib/subscription.js +3 -0
- package/lib/subscription_channel.d.ts +11 -0
- package/lib/subscription_channel.js +3 -0
- package/lib/substance.d.ts +23 -0
- package/lib/substance.js +3 -0
- package/lib/substance_ingredient.d.ts +12 -0
- package/lib/substance_ingredient.js +3 -0
- package/lib/substance_instance.d.ts +11 -0
- package/lib/substance_instance.js +3 -0
- package/lib/supplydelivery.d.ts +37 -0
- package/lib/supplydelivery.js +3 -0
- package/lib/supplydelivery_supplieditem.d.ts +12 -0
- package/lib/supplydelivery_supplieditem.js +3 -0
- package/lib/supplyrequest.d.ts +42 -0
- package/lib/supplyrequest.js +3 -0
- package/lib/supplyrequest_ordereditem.d.ts +12 -0
- package/lib/supplyrequest_ordereditem.js +3 -0
- package/lib/supplyrequest_requester.d.ts +8 -0
- package/lib/supplyrequest_requester.js +3 -0
- package/lib/task.d.ts +70 -0
- package/lib/task.js +3 -0
- package/lib/task_input.d.ts +145 -0
- package/lib/task_input.js +3 -0
- package/lib/task_output.d.ts +145 -0
- package/lib/task_output.js +3 -0
- package/lib/task_requester.d.ts +8 -0
- package/lib/task_requester.js +3 -0
- package/lib/task_restriction.d.ts +11 -0
- package/lib/task_restriction.js +3 -0
- package/lib/testreport.d.ts +35 -0
- package/lib/testreport.js +3 -0
- package/lib/testreport_action.d.ts +9 -0
- package/lib/testreport_action.js +3 -0
- package/lib/testreport_action1.d.ts +9 -0
- package/lib/testreport_action1.js +3 -0
- package/lib/testreport_action2.d.ts +6 -0
- package/lib/testreport_action2.js +3 -0
- package/lib/testreport_assert.d.ts +9 -0
- package/lib/testreport_assert.js +3 -0
- package/lib/testreport_operation.d.ts +9 -0
- package/lib/testreport_operation.js +3 -0
- package/lib/testreport_participant.d.ts +9 -0
- package/lib/testreport_participant.js +3 -0
- package/lib/testreport_setup.d.ts +6 -0
- package/lib/testreport_setup.js +3 -0
- package/lib/testreport_teardown.d.ts +6 -0
- package/lib/testreport_teardown.js +3 -0
- package/lib/testreport_test.d.ts +10 -0
- package/lib/testreport_test.js +3 -0
- package/lib/testscript.d.ts +72 -0
- package/lib/testscript.js +3 -0
- package/lib/testscript_action.d.ts +9 -0
- package/lib/testscript_action.js +3 -0
- package/lib/testscript_action1.d.ts +9 -0
- package/lib/testscript_action1.js +3 -0
- package/lib/testscript_action2.d.ts +6 -0
- package/lib/testscript_action2.js +3 -0
- package/lib/testscript_assert.d.ts +53 -0
- package/lib/testscript_assert.js +3 -0
- package/lib/testscript_capability.d.ts +18 -0
- package/lib/testscript_capability.js +3 -0
- package/lib/testscript_destination.d.ts +8 -0
- package/lib/testscript_destination.js +3 -0
- package/lib/testscript_fixture.d.ts +10 -0
- package/lib/testscript_fixture.js +3 -0
- package/lib/testscript_link.d.ts +7 -0
- package/lib/testscript_link.js +3 -0
- package/lib/testscript_metadata.d.ts +9 -0
- package/lib/testscript_metadata.js +3 -0
- package/lib/testscript_operation.d.ts +37 -0
- package/lib/testscript_operation.js +3 -0
- package/lib/testscript_origin.d.ts +8 -0
- package/lib/testscript_origin.js +3 -0
- package/lib/testscript_param.d.ts +7 -0
- package/lib/testscript_param.js +3 -0
- package/lib/testscript_param1.d.ts +7 -0
- package/lib/testscript_param1.js +3 -0
- package/lib/testscript_param2.d.ts +7 -0
- package/lib/testscript_param2.js +3 -0
- package/lib/testscript_param3.d.ts +7 -0
- package/lib/testscript_param3.js +3 -0
- package/lib/testscript_requestheader.d.ts +7 -0
- package/lib/testscript_requestheader.js +3 -0
- package/lib/testscript_rule.d.ts +9 -0
- package/lib/testscript_rule.js +3 -0
- package/lib/testscript_rule1.d.ts +8 -0
- package/lib/testscript_rule1.js +3 -0
- package/lib/testscript_rule2.d.ts +8 -0
- package/lib/testscript_rule2.js +3 -0
- package/lib/testscript_rule3.d.ts +8 -0
- package/lib/testscript_rule3.js +3 -0
- package/lib/testscript_ruleset.d.ts +9 -0
- package/lib/testscript_ruleset.js +3 -0
- package/lib/testscript_ruleset1.d.ts +8 -0
- package/lib/testscript_ruleset1.js +3 -0
- package/lib/testscript_setup.d.ts +6 -0
- package/lib/testscript_setup.js +3 -0
- package/lib/testscript_teardown.d.ts +6 -0
- package/lib/testscript_teardown.js +3 -0
- package/lib/testscript_test.d.ts +10 -0
- package/lib/testscript_test.js +3 -0
- package/lib/testscript_variable.d.ts +19 -0
- package/lib/testscript_variable.js +3 -0
- package/lib/timing.d.ts +11 -0
- package/lib/timing.js +3 -0
- package/lib/timing_repeat.d.ts +40 -0
- package/lib/timing_repeat.js +3 -0
- package/lib/triggerdefinition.d.ts +20 -0
- package/lib/triggerdefinition.js +3 -0
- package/lib/usagecontext.d.ts +15 -0
- package/lib/usagecontext.js +3 -0
- package/lib/valueset.d.ts +49 -0
- package/lib/valueset.js +3 -0
- package/lib/valueset_compose.d.ts +12 -0
- package/lib/valueset_compose.js +3 -0
- package/lib/valueset_concept.d.ts +10 -0
- package/lib/valueset_concept.js +3 -0
- package/lib/valueset_contains.d.ts +20 -0
- package/lib/valueset_contains.js +3 -0
- package/lib/valueset_designation.d.ts +10 -0
- package/lib/valueset_designation.js +3 -0
- package/lib/valueset_expansion.d.ts +17 -0
- package/lib/valueset_expansion.js +3 -0
- package/lib/valueset_filter.d.ts +9 -0
- package/lib/valueset_filter.js +3 -0
- package/lib/valueset_include.d.ts +15 -0
- package/lib/valueset_include.js +3 -0
- package/lib/valueset_parameter.d.ts +17 -0
- package/lib/valueset_parameter.js +3 -0
- package/lib/visionprescription.d.ts +27 -0
- package/lib/visionprescription.js +3 -0
- package/lib/visionprescription_dispense.d.ts +36 -0
- package/lib/visionprescription_dispense.js +3 -0
- package/package.json +2 -2
- package/lib/cms/index.d.ts +0 -5
- package/lib/cms/index.js +0 -3
- package/lib/crm/index.d.ts +0 -5
- package/lib/crm/index.js +0 -3
- package/lib/ehr/account.d.ts +0 -36
- package/lib/ehr/account.js +0 -3
- package/lib/ehr/account_coverage.d.ts +0 -9
- package/lib/ehr/account_coverage.js +0 -3
- package/lib/ehr/account_guarantor.d.ts +0 -10
- package/lib/ehr/account_guarantor.js +0 -3
- package/lib/ehr/activitydefinition.d.ts +0 -94
- package/lib/ehr/activitydefinition.js +0 -3
- package/lib/ehr/activitydefinition_dynamicvalue.d.ts +0 -10
- package/lib/ehr/activitydefinition_dynamicvalue.js +0 -4
- package/lib/ehr/activitydefinition_participant.d.ts +0 -7
- package/lib/ehr/activitydefinition_participant.js +0 -3
- package/lib/ehr/address.d.ts +0 -23
- package/lib/ehr/address.js +0 -3
- package/lib/ehr/adverseevent.d.ts +0 -40
- package/lib/ehr/adverseevent.js +0 -3
- package/lib/ehr/adverseevent_suspectentity.d.ts +0 -18
- package/lib/ehr/adverseevent_suspectentity.js +0 -3
- package/lib/ehr/age.d.ts +0 -2
- package/lib/ehr/age.js +0 -4
- package/lib/ehr/allergyintolerance.d.ts +0 -50
- package/lib/ehr/allergyintolerance.js +0 -3
- package/lib/ehr/allergyintolerance_reaction.d.ts +0 -18
- package/lib/ehr/allergyintolerance_reaction.js +0 -3
- package/lib/ehr/annotation.d.ts +0 -11
- package/lib/ehr/annotation.js +0 -3
- package/lib/ehr/appointment.d.ts +0 -49
- package/lib/ehr/appointment.js +0 -3
- package/lib/ehr/appointment_participant.d.ts +0 -12
- package/lib/ehr/appointment_participant.js +0 -3
- package/lib/ehr/appointmentresponse.d.ts +0 -23
- package/lib/ehr/appointmentresponse.js +0 -3
- package/lib/ehr/attachment.d.ts +0 -18
- package/lib/ehr/attachment.js +0 -4
- package/lib/ehr/auditevent.d.ts +0 -29
- package/lib/ehr/auditevent.js +0 -3
- package/lib/ehr/auditevent_agent.d.ts +0 -29
- package/lib/ehr/auditevent_agent.js +0 -3
- package/lib/ehr/auditevent_detail.d.ts +0 -6
- package/lib/ehr/auditevent_detail.js +0 -4
- package/lib/ehr/auditevent_entity.d.ts +0 -26
- package/lib/ehr/auditevent_entity.js +0 -3
- package/lib/ehr/auditevent_network.d.ts +0 -6
- package/lib/ehr/auditevent_network.js +0 -4
- package/lib/ehr/auditevent_source.d.ts +0 -10
- package/lib/ehr/auditevent_source.js +0 -3
- package/lib/ehr/backboneelement.d.ts +0 -5
- package/lib/ehr/backboneelement.js +0 -3
- package/lib/ehr/basic.d.ts +0 -17
- package/lib/ehr/basic.js +0 -3
- package/lib/ehr/binary.d.ts +0 -11
- package/lib/ehr/binary.js +0 -3
- package/lib/ehr/bodysite.d.ts +0 -22
- package/lib/ehr/bodysite.js +0 -3
- package/lib/ehr/bundle.d.ts +0 -20
- package/lib/ehr/bundle.js +0 -3
- package/lib/ehr/bundle_entry.d.ts +0 -21
- package/lib/ehr/bundle_entry.js +0 -3
- package/lib/ehr/bundle_link.d.ts +0 -6
- package/lib/ehr/bundle_link.js +0 -4
- package/lib/ehr/bundle_request.d.ts +0 -14
- package/lib/ehr/bundle_request.js +0 -4
- package/lib/ehr/bundle_response.d.ts +0 -13
- package/lib/ehr/bundle_response.js +0 -3
- package/lib/ehr/bundle_search.d.ts +0 -6
- package/lib/ehr/bundle_search.js +0 -4
- package/lib/ehr/capabilitystatement.d.ts +0 -67
- package/lib/ehr/capabilitystatement.js +0 -3
- package/lib/ehr/capabilitystatement_certificate.d.ts +0 -6
- package/lib/ehr/capabilitystatement_certificate.js +0 -4
- package/lib/ehr/capabilitystatement_document.d.ts +0 -9
- package/lib/ehr/capabilitystatement_document.js +0 -3
- package/lib/ehr/capabilitystatement_endpoint.d.ts +0 -7
- package/lib/ehr/capabilitystatement_endpoint.js +0 -3
- package/lib/ehr/capabilitystatement_event.d.ts +0 -18
- package/lib/ehr/capabilitystatement_event.js +0 -3
- package/lib/ehr/capabilitystatement_implementation.d.ts +0 -6
- package/lib/ehr/capabilitystatement_implementation.js +0 -4
- package/lib/ehr/capabilitystatement_interaction.d.ts +0 -6
- package/lib/ehr/capabilitystatement_interaction.js +0 -4
- package/lib/ehr/capabilitystatement_interaction1.d.ts +0 -6
- package/lib/ehr/capabilitystatement_interaction1.js +0 -4
- package/lib/ehr/capabilitystatement_messaging.d.ts +0 -15
- package/lib/ehr/capabilitystatement_messaging.js +0 -3
- package/lib/ehr/capabilitystatement_operation.d.ts +0 -7
- package/lib/ehr/capabilitystatement_operation.js +0 -3
- package/lib/ehr/capabilitystatement_resource.d.ts +0 -35
- package/lib/ehr/capabilitystatement_resource.js +0 -3
- package/lib/ehr/capabilitystatement_rest.d.ts +0 -23
- package/lib/ehr/capabilitystatement_rest.js +0 -3
- package/lib/ehr/capabilitystatement_searchparam.d.ts +0 -10
- package/lib/ehr/capabilitystatement_searchparam.js +0 -4
- package/lib/ehr/capabilitystatement_security.d.ts +0 -12
- package/lib/ehr/capabilitystatement_security.js +0 -3
- package/lib/ehr/capabilitystatement_software.d.ts +0 -8
- package/lib/ehr/capabilitystatement_software.js +0 -4
- package/lib/ehr/capabilitystatement_supportedmessage.d.ts +0 -7
- package/lib/ehr/capabilitystatement_supportedmessage.js +0 -3
- package/lib/ehr/careplan.d.ts +0 -50
- package/lib/ehr/careplan.js +0 -3
- package/lib/ehr/careplan_activity.d.ts +0 -16
- package/lib/ehr/careplan_activity.js +0 -3
- package/lib/ehr/careplan_detail.d.ts +0 -45
- package/lib/ehr/careplan_detail.js +0 -3
- package/lib/ehr/careteam.d.ts +0 -34
- package/lib/ehr/careteam.js +0 -3
- package/lib/ehr/careteam_participant.d.ts +0 -13
- package/lib/ehr/careteam_participant.js +0 -3
- package/lib/ehr/chargeitem.d.ts +0 -63
- package/lib/ehr/chargeitem.js +0 -3
- package/lib/ehr/chargeitem_participant.d.ts +0 -8
- package/lib/ehr/chargeitem_participant.js +0 -3
- package/lib/ehr/claim.d.ts +0 -78
- package/lib/ehr/claim.js +0 -3
- package/lib/ehr/claim_accident.d.ts +0 -13
- package/lib/ehr/claim_accident.js +0 -3
- package/lib/ehr/claim_careteam.d.ts +0 -14
- package/lib/ehr/claim_careteam.js +0 -3
- package/lib/ehr/claim_detail.d.ts +0 -31
- package/lib/ehr/claim_detail.js +0 -3
- package/lib/ehr/claim_diagnosis.d.ts +0 -14
- package/lib/ehr/claim_diagnosis.js +0 -3
- package/lib/ehr/claim_information.d.ts +0 -27
- package/lib/ehr/claim_information.js +0 -3
- package/lib/ehr/claim_insurance.d.ts +0 -15
- package/lib/ehr/claim_insurance.js +0 -3
- package/lib/ehr/claim_item.d.ts +0 -57
- package/lib/ehr/claim_item.js +0 -3
- package/lib/ehr/claim_payee.d.ts +0 -11
- package/lib/ehr/claim_payee.js +0 -3
- package/lib/ehr/claim_procedure.d.ts +0 -12
- package/lib/ehr/claim_procedure.js +0 -3
- package/lib/ehr/claim_related.d.ts +0 -11
- package/lib/ehr/claim_related.js +0 -3
- package/lib/ehr/claim_subdetail.d.ts +0 -28
- package/lib/ehr/claim_subdetail.js +0 -3
- package/lib/ehr/claimresponse.d.ts +0 -61
- package/lib/ehr/claimresponse.js +0 -3
- package/lib/ehr/claimresponse_additem.d.ts +0 -24
- package/lib/ehr/claimresponse_additem.js +0 -3
- package/lib/ehr/claimresponse_adjudication.d.ts +0 -12
- package/lib/ehr/claimresponse_adjudication.js +0 -3
- package/lib/ehr/claimresponse_detail.d.ts +0 -12
- package/lib/ehr/claimresponse_detail.js +0 -3
- package/lib/ehr/claimresponse_detail1.d.ts +0 -19
- package/lib/ehr/claimresponse_detail1.js +0 -3
- package/lib/ehr/claimresponse_error.d.ts +0 -11
- package/lib/ehr/claimresponse_error.js +0 -3
- package/lib/ehr/claimresponse_insurance.d.ts +0 -15
- package/lib/ehr/claimresponse_insurance.js +0 -3
- package/lib/ehr/claimresponse_item.d.ts +0 -12
- package/lib/ehr/claimresponse_item.js +0 -3
- package/lib/ehr/claimresponse_payment.d.ts +0 -17
- package/lib/ehr/claimresponse_payment.js +0 -3
- package/lib/ehr/claimresponse_processnote.d.ts +0 -11
- package/lib/ehr/claimresponse_processnote.js +0 -3
- package/lib/ehr/claimresponse_subdetail.d.ts +0 -9
- package/lib/ehr/claimresponse_subdetail.js +0 -3
- package/lib/ehr/clinicalimpression.d.ts +0 -51
- package/lib/ehr/clinicalimpression.js +0 -3
- package/lib/ehr/clinicalimpression_finding.d.ts +0 -10
- package/lib/ehr/clinicalimpression_finding.js +0 -3
- package/lib/ehr/clinicalimpression_investigation.d.ts +0 -8
- package/lib/ehr/clinicalimpression_investigation.js +0 -3
- package/lib/ehr/codeableconcept.d.ts +0 -7
- package/lib/ehr/codeableconcept.js +0 -3
- package/lib/ehr/codesystem.d.ts +0 -61
- package/lib/ehr/codesystem.js +0 -3
- package/lib/ehr/codesystem_concept.d.ts +0 -16
- package/lib/ehr/codesystem_concept.js +0 -3
- package/lib/ehr/codesystem_designation.d.ts +0 -9
- package/lib/ehr/codesystem_designation.js +0 -3
- package/lib/ehr/codesystem_filter.d.ts +0 -10
- package/lib/ehr/codesystem_filter.js +0 -4
- package/lib/ehr/codesystem_property.d.ts +0 -10
- package/lib/ehr/codesystem_property.js +0 -4
- package/lib/ehr/codesystem_property1.d.ts +0 -17
- package/lib/ehr/codesystem_property1.js +0 -3
- package/lib/ehr/coding.d.ts +0 -12
- package/lib/ehr/coding.js +0 -4
- package/lib/ehr/communication.d.ts +0 -49
- package/lib/ehr/communication.js +0 -3
- package/lib/ehr/communication_payload.d.ts +0 -10
- package/lib/ehr/communication_payload.js +0 -3
- package/lib/ehr/communicationrequest.d.ts +0 -53
- package/lib/ehr/communicationrequest.js +0 -3
- package/lib/ehr/communicationrequest_payload.d.ts +0 -10
- package/lib/ehr/communicationrequest_payload.js +0 -3
- package/lib/ehr/communicationrequest_requester.d.ts +0 -7
- package/lib/ehr/communicationrequest_requester.js +0 -3
- package/lib/ehr/compartmentdefinition.d.ts +0 -38
- package/lib/ehr/compartmentdefinition.js +0 -3
- package/lib/ehr/compartmentdefinition_resource.d.ts +0 -8
- package/lib/ehr/compartmentdefinition_resource.js +0 -4
- package/lib/ehr/composition.d.ts +0 -41
- package/lib/ehr/composition.js +0 -3
- package/lib/ehr/composition_attester.d.ts +0 -9
- package/lib/ehr/composition_attester.js +0 -3
- package/lib/ehr/composition_event.d.ts +0 -11
- package/lib/ehr/composition_event.js +0 -3
- package/lib/ehr/composition_relatesto.d.ts +0 -10
- package/lib/ehr/composition_relatesto.js +0 -3
- package/lib/ehr/composition_section.d.ts +0 -21
- package/lib/ehr/composition_section.js +0 -3
- package/lib/ehr/conceptmap.d.ts +0 -50
- package/lib/ehr/conceptmap.js +0 -3
- package/lib/ehr/conceptmap_dependson.d.ts +0 -10
- package/lib/ehr/conceptmap_dependson.js +0 -4
- package/lib/ehr/conceptmap_element.d.ts +0 -9
- package/lib/ehr/conceptmap_element.js +0 -3
- package/lib/ehr/conceptmap_group.d.ts +0 -16
- package/lib/ehr/conceptmap_group.js +0 -3
- package/lib/ehr/conceptmap_target.d.ts +0 -15
- package/lib/ehr/conceptmap_target.js +0 -3
- package/lib/ehr/conceptmap_unmapped.d.ts +0 -10
- package/lib/ehr/conceptmap_unmapped.js +0 -4
- package/lib/ehr/condition.d.ts +0 -63
- package/lib/ehr/condition.js +0 -3
- package/lib/ehr/condition_evidence.d.ts +0 -8
- package/lib/ehr/condition_evidence.js +0 -3
- package/lib/ehr/condition_stage.d.ts +0 -8
- package/lib/ehr/condition_stage.js +0 -3
- package/lib/ehr/consent.d.ts +0 -54
- package/lib/ehr/consent.js +0 -3
- package/lib/ehr/consent_actor.d.ts +0 -8
- package/lib/ehr/consent_actor.js +0 -3
- package/lib/ehr/consent_actor1.d.ts +0 -8
- package/lib/ehr/consent_actor1.js +0 -3
- package/lib/ehr/consent_data.d.ts +0 -7
- package/lib/ehr/consent_data.js +0 -3
- package/lib/ehr/consent_data1.d.ts +0 -7
- package/lib/ehr/consent_data1.js +0 -3
- package/lib/ehr/consent_except.d.ts +0 -27
- package/lib/ehr/consent_except.js +0 -3
- package/lib/ehr/consent_policy.d.ts +0 -6
- package/lib/ehr/consent_policy.js +0 -4
- package/lib/ehr/contactdetail.d.ts +0 -7
- package/lib/ehr/contactdetail.js +0 -3
- package/lib/ehr/contactpoint.d.ts +0 -13
- package/lib/ehr/contactpoint.js +0 -3
- package/lib/ehr/contract.d.ts +0 -65
- package/lib/ehr/contract.js +0 -3
- package/lib/ehr/contract_agent.d.ts +0 -8
- package/lib/ehr/contract_agent.js +0 -3
- package/lib/ehr/contract_agent1.d.ts +0 -8
- package/lib/ehr/contract_agent1.js +0 -3
- package/lib/ehr/contract_friendly.d.ts +0 -8
- package/lib/ehr/contract_friendly.js +0 -3
- package/lib/ehr/contract_legal.d.ts +0 -8
- package/lib/ehr/contract_legal.js +0 -3
- package/lib/ehr/contract_rule.d.ts +0 -8
- package/lib/ehr/contract_rule.js +0 -3
- package/lib/ehr/contract_signer.d.ts +0 -11
- package/lib/ehr/contract_signer.js +0 -3
- package/lib/ehr/contract_term.d.ts +0 -35
- package/lib/ehr/contract_term.js +0 -3
- package/lib/ehr/contract_valueditem.d.ts +0 -25
- package/lib/ehr/contract_valueditem.js +0 -3
- package/lib/ehr/contract_valueditem1.d.ts +0 -25
- package/lib/ehr/contract_valueditem1.js +0 -3
- package/lib/ehr/contributor.d.ts +0 -9
- package/lib/ehr/contributor.js +0 -3
- package/lib/ehr/count.d.ts +0 -2
- package/lib/ehr/count.js +0 -4
- package/lib/ehr/coverage.d.ts +0 -41
- package/lib/ehr/coverage.js +0 -3
- package/lib/ehr/coverage_grouping.d.ts +0 -26
- package/lib/ehr/coverage_grouping.js +0 -4
- package/lib/ehr/dataelement.d.ts +0 -42
- package/lib/ehr/dataelement.js +0 -3
- package/lib/ehr/dataelement_mapping.d.ts +0 -10
- package/lib/ehr/dataelement_mapping.js +0 -4
- package/lib/ehr/datarequirement.d.ts +0 -14
- package/lib/ehr/datarequirement.js +0 -3
- package/lib/ehr/datarequirement_codefilter.d.ts +0 -17
- package/lib/ehr/datarequirement_codefilter.js +0 -3
- package/lib/ehr/datarequirement_datefilter.d.ts +0 -12
- package/lib/ehr/datarequirement_datefilter.js +0 -3
- package/lib/ehr/detectedissue.d.ts +0 -30
- package/lib/ehr/detectedissue.js +0 -3
- package/lib/ehr/detectedissue_mitigation.d.ts +0 -10
- package/lib/ehr/detectedissue_mitigation.js +0 -3
- package/lib/ehr/device.d.ts +0 -44
- package/lib/ehr/device.js +0 -3
- package/lib/ehr/device_udi.d.ts +0 -24
- package/lib/ehr/device_udi.js +0 -4
- package/lib/ehr/devicecomponent.d.ts +0 -28
- package/lib/ehr/devicecomponent.js +0 -3
- package/lib/ehr/devicecomponent_productionspecification.d.ts +0 -10
- package/lib/ehr/devicecomponent_productionspecification.js +0 -3
- package/lib/ehr/devicemetric.d.ts +0 -29
- package/lib/ehr/devicemetric.js +0 -3
- package/lib/ehr/devicemetric_calibration.d.ts +0 -8
- package/lib/ehr/devicemetric_calibration.js +0 -4
- package/lib/ehr/devicerequest.d.ts +0 -59
- package/lib/ehr/devicerequest.js +0 -3
- package/lib/ehr/devicerequest_requester.d.ts +0 -7
- package/lib/ehr/devicerequest_requester.js +0 -3
- package/lib/ehr/deviceusestatement.d.ts +0 -36
- package/lib/ehr/deviceusestatement.js +0 -3
- package/lib/ehr/diagnosticreport.d.ts +0 -47
- package/lib/ehr/diagnosticreport.js +0 -3
- package/lib/ehr/diagnosticreport_image.d.ts +0 -7
- package/lib/ehr/diagnosticreport_image.js +0 -3
- package/lib/ehr/diagnosticreport_performer.d.ts +0 -8
- package/lib/ehr/diagnosticreport_performer.js +0 -3
- package/lib/ehr/distance.d.ts +0 -2
- package/lib/ehr/distance.js +0 -4
- package/lib/ehr/documentmanifest.d.ts +0 -33
- package/lib/ehr/documentmanifest.js +0 -3
- package/lib/ehr/documentmanifest_content.d.ts +0 -8
- package/lib/ehr/documentmanifest_content.js +0 -3
- package/lib/ehr/documentmanifest_related.d.ts +0 -8
- package/lib/ehr/documentmanifest_related.js +0 -3
- package/lib/ehr/documentreference.d.ts +0 -44
- package/lib/ehr/documentreference.js +0 -3
- package/lib/ehr/documentreference_content.d.ts +0 -8
- package/lib/ehr/documentreference_content.js +0 -3
- package/lib/ehr/documentreference_context.d.ts +0 -20
- package/lib/ehr/documentreference_context.js +0 -3
- package/lib/ehr/documentreference_related.d.ts +0 -8
- package/lib/ehr/documentreference_related.js +0 -3
- package/lib/ehr/documentreference_relatesto.d.ts +0 -7
- package/lib/ehr/documentreference_relatesto.js +0 -3
- package/lib/ehr/domainresource.d.ts +0 -13
- package/lib/ehr/domainresource.js +0 -3
- package/lib/ehr/dosage.d.ts +0 -43
- package/lib/ehr/dosage.js +0 -3
- package/lib/ehr/duration.d.ts +0 -2
- package/lib/ehr/duration.js +0 -4
- package/lib/ehr/element.d.ts +0 -7
- package/lib/ehr/element.js +0 -3
- package/lib/ehr/elementdefinition.d.ts +0 -451
- package/lib/ehr/elementdefinition.js +0 -3
- package/lib/ehr/elementdefinition_base.d.ts +0 -8
- package/lib/ehr/elementdefinition_base.js +0 -4
- package/lib/ehr/elementdefinition_binding.d.ts +0 -11
- package/lib/ehr/elementdefinition_binding.js +0 -3
- package/lib/ehr/elementdefinition_constraint.d.ts +0 -16
- package/lib/ehr/elementdefinition_constraint.js +0 -4
- package/lib/ehr/elementdefinition_discriminator.d.ts +0 -6
- package/lib/ehr/elementdefinition_discriminator.js +0 -4
- package/lib/ehr/elementdefinition_example.d.ts +0 -145
- package/lib/ehr/elementdefinition_example.js +0 -3
- package/lib/ehr/elementdefinition_mapping.d.ts +0 -10
- package/lib/ehr/elementdefinition_mapping.js +0 -4
- package/lib/ehr/elementdefinition_slicing.d.ts +0 -11
- package/lib/ehr/elementdefinition_slicing.js +0 -3
- package/lib/ehr/elementdefinition_type.d.ts +0 -12
- package/lib/ehr/elementdefinition_type.js +0 -4
- package/lib/ehr/eligibilityrequest.d.ts +0 -40
- package/lib/ehr/eligibilityrequest.js +0 -3
- package/lib/ehr/eligibilityresponse.d.ts +0 -35
- package/lib/ehr/eligibilityresponse.js +0 -3
- package/lib/ehr/eligibilityresponse_benefitbalance.d.ts +0 -22
- package/lib/ehr/eligibilityresponse_benefitbalance.js +0 -3
- package/lib/ehr/eligibilityresponse_error.d.ts +0 -5
- package/lib/ehr/eligibilityresponse_error.js +0 -3
- package/lib/ehr/eligibilityresponse_financial.d.ts +0 -16
- package/lib/ehr/eligibilityresponse_financial.js +0 -3
- package/lib/ehr/eligibilityresponse_insurance.d.ts +0 -10
- package/lib/ehr/eligibilityresponse_insurance.js +0 -3
- package/lib/ehr/encounter.d.ts +0 -60
- package/lib/ehr/encounter.js +0 -3
- package/lib/ehr/encounter_classhistory.d.ts +0 -8
- package/lib/ehr/encounter_classhistory.js +0 -3
- package/lib/ehr/encounter_diagnosis.d.ts +0 -10
- package/lib/ehr/encounter_diagnosis.js +0 -3
- package/lib/ehr/encounter_hospitalization.d.ts +0 -23
- package/lib/ehr/encounter_hospitalization.js +0 -3
- package/lib/ehr/encounter_location.d.ts +0 -10
- package/lib/ehr/encounter_location.js +0 -3
- package/lib/ehr/encounter_participant.d.ts +0 -11
- package/lib/ehr/encounter_participant.js +0 -3
- package/lib/ehr/encounter_statushistory.d.ts +0 -7
- package/lib/ehr/encounter_statushistory.js +0 -3
- package/lib/ehr/endpoint.d.ts +0 -32
- package/lib/ehr/endpoint.js +0 -3
- package/lib/ehr/enrollmentrequest.d.ts +0 -22
- package/lib/ehr/enrollmentrequest.js +0 -3
- package/lib/ehr/enrollmentresponse.d.ts +0 -25
- package/lib/ehr/enrollmentresponse.js +0 -3
- package/lib/ehr/episodeofcare.d.ts +0 -34
- package/lib/ehr/episodeofcare.js +0 -3
- package/lib/ehr/episodeofcare_diagnosis.d.ts +0 -10
- package/lib/ehr/episodeofcare_diagnosis.js +0 -3
- package/lib/ehr/episodeofcare_statushistory.d.ts +0 -7
- package/lib/ehr/episodeofcare_statushistory.js +0 -3
- package/lib/ehr/expansionprofile.d.ts +0 -57
- package/lib/ehr/expansionprofile.js +0 -3
- package/lib/ehr/expansionprofile_designation.d.ts +0 -8
- package/lib/ehr/expansionprofile_designation.js +0 -3
- package/lib/ehr/expansionprofile_designation1.d.ts +0 -7
- package/lib/ehr/expansionprofile_designation1.js +0 -3
- package/lib/ehr/expansionprofile_designation2.d.ts +0 -7
- package/lib/ehr/expansionprofile_designation2.js +0 -3
- package/lib/ehr/expansionprofile_exclude.d.ts +0 -5
- package/lib/ehr/expansionprofile_exclude.js +0 -3
- package/lib/ehr/expansionprofile_excludedsystem.d.ts +0 -6
- package/lib/ehr/expansionprofile_excludedsystem.js +0 -4
- package/lib/ehr/expansionprofile_fixedversion.d.ts +0 -8
- package/lib/ehr/expansionprofile_fixedversion.js +0 -4
- package/lib/ehr/expansionprofile_include.d.ts +0 -5
- package/lib/ehr/expansionprofile_include.js +0 -3
- package/lib/ehr/explanationofbenefit.d.ts +0 -100
- package/lib/ehr/explanationofbenefit.js +0 -3
- package/lib/ehr/explanationofbenefit_accident.d.ts +0 -13
- package/lib/ehr/explanationofbenefit_accident.js +0 -3
- package/lib/ehr/explanationofbenefit_additem.d.ts +0 -24
- package/lib/ehr/explanationofbenefit_additem.js +0 -3
- package/lib/ehr/explanationofbenefit_adjudication.d.ts +0 -12
- package/lib/ehr/explanationofbenefit_adjudication.js +0 -3
- package/lib/ehr/explanationofbenefit_benefitbalance.d.ts +0 -22
- package/lib/ehr/explanationofbenefit_benefitbalance.js +0 -3
- package/lib/ehr/explanationofbenefit_careteam.d.ts +0 -14
- package/lib/ehr/explanationofbenefit_careteam.js +0 -3
- package/lib/ehr/explanationofbenefit_detail.d.ts +0 -38
- package/lib/ehr/explanationofbenefit_detail.js +0 -3
- package/lib/ehr/explanationofbenefit_detail1.d.ts +0 -19
- package/lib/ehr/explanationofbenefit_detail1.js +0 -3
- package/lib/ehr/explanationofbenefit_diagnosis.d.ts +0 -14
- package/lib/ehr/explanationofbenefit_diagnosis.js +0 -3
- package/lib/ehr/explanationofbenefit_financial.d.ts +0 -16
- package/lib/ehr/explanationofbenefit_financial.js +0 -3
- package/lib/ehr/explanationofbenefit_information.d.ts +0 -28
- package/lib/ehr/explanationofbenefit_information.js +0 -3
- package/lib/ehr/explanationofbenefit_insurance.d.ts +0 -7
- package/lib/ehr/explanationofbenefit_insurance.js +0 -3
- package/lib/ehr/explanationofbenefit_item.d.ts +0 -62
- package/lib/ehr/explanationofbenefit_item.js +0 -3
- package/lib/ehr/explanationofbenefit_payee.d.ts +0 -10
- package/lib/ehr/explanationofbenefit_payee.js +0 -3
- package/lib/ehr/explanationofbenefit_payment.d.ts +0 -17
- package/lib/ehr/explanationofbenefit_payment.js +0 -3
- package/lib/ehr/explanationofbenefit_procedure.d.ts +0 -12
- package/lib/ehr/explanationofbenefit_procedure.js +0 -3
- package/lib/ehr/explanationofbenefit_processnote.d.ts +0 -11
- package/lib/ehr/explanationofbenefit_processnote.js +0 -3
- package/lib/ehr/explanationofbenefit_related.d.ts +0 -11
- package/lib/ehr/explanationofbenefit_related.js +0 -3
- package/lib/ehr/explanationofbenefit_subdetail.d.ts +0 -35
- package/lib/ehr/explanationofbenefit_subdetail.js +0 -3
- package/lib/ehr/extension.d.ts +0 -144
- package/lib/ehr/extension.js +0 -3
- package/lib/ehr/familymemberhistory.d.ts +0 -64
- package/lib/ehr/familymemberhistory.js +0 -3
- package/lib/ehr/familymemberhistory_condition.d.ts +0 -21
- package/lib/ehr/familymemberhistory_condition.js +0 -3
- package/lib/ehr/flag.d.ts +0 -24
- package/lib/ehr/flag.js +0 -3
- package/lib/ehr/goal.d.ts +0 -41
- package/lib/ehr/goal.js +0 -3
- package/lib/ehr/goal_target.d.ts +0 -18
- package/lib/ehr/goal_target.js +0 -3
- package/lib/ehr/graphdefinition.d.ts +0 -38
- package/lib/ehr/graphdefinition.js +0 -3
- package/lib/ehr/graphdefinition_compartment.d.ts +0 -10
- package/lib/ehr/graphdefinition_compartment.js +0 -4
- package/lib/ehr/graphdefinition_link.d.ts +0 -15
- package/lib/ehr/graphdefinition_link.js +0 -3
- package/lib/ehr/graphdefinition_target.d.ts +0 -12
- package/lib/ehr/graphdefinition_target.js +0 -3
- package/lib/ehr/group.d.ts +0 -26
- package/lib/ehr/group.js +0 -3
- package/lib/ehr/group_characteristic.d.ts +0 -20
- package/lib/ehr/group_characteristic.js +0 -3
- package/lib/ehr/group_member.d.ts +0 -10
- package/lib/ehr/group_member.js +0 -3
- package/lib/ehr/guidanceresponse.d.ts +0 -39
- package/lib/ehr/guidanceresponse.js +0 -3
- package/lib/ehr/healthcareservice.d.ts +0 -59
- package/lib/ehr/healthcareservice.js +0 -3
- package/lib/ehr/healthcareservice_availabletime.d.ts +0 -10
- package/lib/ehr/healthcareservice_availabletime.js +0 -4
- package/lib/ehr/healthcareservice_notavailable.d.ts +0 -7
- package/lib/ehr/healthcareservice_notavailable.js +0 -3
- package/lib/ehr/humanname.d.ts +0 -17
- package/lib/ehr/humanname.js +0 -3
- package/lib/ehr/identifier.d.ts +0 -17
- package/lib/ehr/identifier.js +0 -3
- package/lib/ehr/imagingmanifest.d.ts +0 -20
- package/lib/ehr/imagingmanifest.js +0 -3
- package/lib/ehr/imagingmanifest_instance.d.ts +0 -6
- package/lib/ehr/imagingmanifest_instance.js +0 -4
- package/lib/ehr/imagingmanifest_series.d.ts +0 -10
- package/lib/ehr/imagingmanifest_series.js +0 -3
- package/lib/ehr/imagingmanifest_study.d.ts +0 -12
- package/lib/ehr/imagingmanifest_study.js +0 -3
- package/lib/ehr/imagingstudy.d.ts +0 -47
- package/lib/ehr/imagingstudy.js +0 -3
- package/lib/ehr/imagingstudy_instance.d.ts +0 -10
- package/lib/ehr/imagingstudy_instance.js +0 -4
- package/lib/ehr/imagingstudy_series.d.ts +0 -29
- package/lib/ehr/imagingstudy_series.js +0 -3
- package/lib/ehr/immunization.d.ts +0 -55
- package/lib/ehr/immunization.js +0 -3
- package/lib/ehr/immunization_explanation.d.ts +0 -7
- package/lib/ehr/immunization_explanation.js +0 -3
- package/lib/ehr/immunization_practitioner.d.ts +0 -8
- package/lib/ehr/immunization_practitioner.js +0 -3
- package/lib/ehr/immunization_reaction.d.ts +0 -9
- package/lib/ehr/immunization_reaction.js +0 -3
- package/lib/ehr/immunization_vaccinationprotocol.d.ts +0 -20
- package/lib/ehr/immunization_vaccinationprotocol.js +0 -3
- package/lib/ehr/immunizationrecommendation.d.ts +0 -13
- package/lib/ehr/immunizationrecommendation.js +0 -3
- package/lib/ehr/immunizationrecommendation_datecriterion.d.ts +0 -7
- package/lib/ehr/immunizationrecommendation_datecriterion.js +0 -3
- package/lib/ehr/immunizationrecommendation_protocol.d.ts +0 -11
- package/lib/ehr/immunizationrecommendation_protocol.js +0 -3
- package/lib/ehr/immunizationrecommendation_recommendation.d.ts +0 -24
- package/lib/ehr/immunizationrecommendation_recommendation.js +0 -3
- package/lib/ehr/implementationguide.d.ts +0 -47
- package/lib/ehr/implementationguide.js +0 -3
- package/lib/ehr/implementationguide_dependency.d.ts +0 -6
- package/lib/ehr/implementationguide_dependency.js +0 -4
- package/lib/ehr/implementationguide_global.d.ts +0 -7
- package/lib/ehr/implementationguide_global.js +0 -3
- package/lib/ehr/implementationguide_package.d.ts +0 -9
- package/lib/ehr/implementationguide_package.js +0 -3
- package/lib/ehr/implementationguide_page.d.ts +0 -16
- package/lib/ehr/implementationguide_page.js +0 -4
- package/lib/ehr/implementationguide_resource.d.ts +0 -17
- package/lib/ehr/implementationguide_resource.js +0 -3
- package/lib/ehr/index.d.ts +0 -490
- package/lib/ehr/index.js +0 -509
- package/lib/ehr/library.d.ts +0 -66
- package/lib/ehr/library.js +0 -3
- package/lib/ehr/linkage.d.ts +0 -12
- package/lib/ehr/linkage.js +0 -3
- package/lib/ehr/linkage_item.d.ts +0 -7
- package/lib/ehr/linkage_item.js +0 -3
- package/lib/ehr/list.d.ts +0 -35
- package/lib/ehr/list.js +0 -3
- package/lib/ehr/list_entry.d.ts +0 -12
- package/lib/ehr/list_entry.js +0 -3
- package/lib/ehr/location.d.ts +0 -41
- package/lib/ehr/location.js +0 -3
- package/lib/ehr/location_position.d.ts +0 -8
- package/lib/ehr/location_position.js +0 -4
- package/lib/ehr/measure.d.ts +0 -88
- package/lib/ehr/measure.js +0 -3
- package/lib/ehr/measure_group.d.ts +0 -15
- package/lib/ehr/measure_group.js +0 -3
- package/lib/ehr/measure_population.d.ts +0 -14
- package/lib/ehr/measure_population.js +0 -3
- package/lib/ehr/measure_stratifier.d.ts +0 -9
- package/lib/ehr/measure_stratifier.js +0 -3
- package/lib/ehr/measure_supplementaldata.d.ts +0 -12
- package/lib/ehr/measure_supplementaldata.js +0 -3
- package/lib/ehr/measurereport.d.ts +0 -28
- package/lib/ehr/measurereport.js +0 -3
- package/lib/ehr/measurereport_group.d.ts +0 -13
- package/lib/ehr/measurereport_group.js +0 -3
- package/lib/ehr/measurereport_population.d.ts +0 -13
- package/lib/ehr/measurereport_population.js +0 -3
- package/lib/ehr/measurereport_population1.d.ts +0 -13
- package/lib/ehr/measurereport_population1.js +0 -3
- package/lib/ehr/measurereport_stratifier.d.ts +0 -8
- package/lib/ehr/measurereport_stratifier.js +0 -3
- package/lib/ehr/measurereport_stratum.d.ts +0 -9
- package/lib/ehr/measurereport_stratum.js +0 -3
- package/lib/ehr/media.d.ts +0 -48
- package/lib/ehr/media.js +0 -3
- package/lib/ehr/medication.d.ts +0 -27
- package/lib/ehr/medication.js +0 -3
- package/lib/ehr/medication_batch.d.ts +0 -6
- package/lib/ehr/medication_batch.js +0 -4
- package/lib/ehr/medication_content.d.ts +0 -11
- package/lib/ehr/medication_content.js +0 -3
- package/lib/ehr/medication_ingredient.d.ts +0 -13
- package/lib/ehr/medication_ingredient.js +0 -3
- package/lib/ehr/medication_package.d.ts +0 -11
- package/lib/ehr/medication_package.js +0 -3
- package/lib/ehr/medicationadministration.d.ts +0 -55
- package/lib/ehr/medicationadministration.js +0 -3
- package/lib/ehr/medicationadministration_dosage.d.ts +0 -21
- package/lib/ehr/medicationadministration_dosage.js +0 -3
- package/lib/ehr/medicationadministration_performer.d.ts +0 -7
- package/lib/ehr/medicationadministration_performer.js +0 -3
- package/lib/ehr/medicationdispense.d.ts +0 -64
- package/lib/ehr/medicationdispense.js +0 -3
- package/lib/ehr/medicationdispense_performer.d.ts +0 -7
- package/lib/ehr/medicationdispense_performer.js +0 -3
- package/lib/ehr/medicationdispense_substitution.d.ts +0 -12
- package/lib/ehr/medicationdispense_substitution.js +0 -3
- package/lib/ehr/medicationrequest.d.ts +0 -62
- package/lib/ehr/medicationrequest.js +0 -3
- package/lib/ehr/medicationrequest_dispenserequest.d.ts +0 -16
- package/lib/ehr/medicationrequest_dispenserequest.js +0 -3
- package/lib/ehr/medicationrequest_requester.d.ts +0 -7
- package/lib/ehr/medicationrequest_requester.js +0 -3
- package/lib/ehr/medicationrequest_substitution.d.ts +0 -7
- package/lib/ehr/medicationrequest_substitution.js +0 -3
- package/lib/ehr/medicationstatement.d.ts +0 -50
- package/lib/ehr/medicationstatement.js +0 -3
- package/lib/ehr/messagedefinition.d.ts +0 -58
- package/lib/ehr/messagedefinition.js +0 -3
- package/lib/ehr/messagedefinition_allowedresponse.d.ts +0 -7
- package/lib/ehr/messagedefinition_allowedresponse.js +0 -3
- package/lib/ehr/messagedefinition_focus.d.ts +0 -11
- package/lib/ehr/messagedefinition_focus.js +0 -3
- package/lib/ehr/messageheader.d.ts +0 -34
- package/lib/ehr/messageheader.js +0 -3
- package/lib/ehr/messageheader_destination.d.ts +0 -9
- package/lib/ehr/messageheader_destination.js +0 -3
- package/lib/ehr/messageheader_response.d.ts +0 -9
- package/lib/ehr/messageheader_response.js +0 -3
- package/lib/ehr/messageheader_source.d.ts +0 -13
- package/lib/ehr/messageheader_source.js +0 -3
- package/lib/ehr/meta.d.ts +0 -13
- package/lib/ehr/meta.js +0 -3
- package/lib/ehr/money.d.ts +0 -2
- package/lib/ehr/money.js +0 -4
- package/lib/ehr/namingsystem.d.ts +0 -37
- package/lib/ehr/namingsystem.js +0 -3
- package/lib/ehr/namingsystem_uniqueid.d.ts +0 -13
- package/lib/ehr/namingsystem_uniqueid.js +0 -3
- package/lib/ehr/narrative.d.ts +0 -6
- package/lib/ehr/narrative.js +0 -4
- package/lib/ehr/nutritionorder.d.ts +0 -34
- package/lib/ehr/nutritionorder.js +0 -3
- package/lib/ehr/nutritionorder_administration.d.ts +0 -13
- package/lib/ehr/nutritionorder_administration.js +0 -3
- package/lib/ehr/nutritionorder_enteralformula.d.ts +0 -23
- package/lib/ehr/nutritionorder_enteralformula.js +0 -3
- package/lib/ehr/nutritionorder_nutrient.d.ts +0 -8
- package/lib/ehr/nutritionorder_nutrient.js +0 -3
- package/lib/ehr/nutritionorder_oraldiet.d.ts +0 -18
- package/lib/ehr/nutritionorder_oraldiet.js +0 -3
- package/lib/ehr/nutritionorder_supplement.d.ts +0 -15
- package/lib/ehr/nutritionorder_supplement.js +0 -3
- package/lib/ehr/nutritionorder_texture.d.ts +0 -7
- package/lib/ehr/nutritionorder_texture.js +0 -3
- package/lib/ehr/observation.d.ts +0 -80
- package/lib/ehr/observation.js +0 -3
- package/lib/ehr/observation_component.d.ts +0 -38
- package/lib/ehr/observation_component.js +0 -3
- package/lib/ehr/observation_referencerange.d.ts +0 -17
- package/lib/ehr/observation_referencerange.js +0 -3
- package/lib/ehr/observation_related.d.ts +0 -7
- package/lib/ehr/observation_related.js +0 -3
- package/lib/ehr/operationdefinition.d.ts +0 -56
- package/lib/ehr/operationdefinition.js +0 -3
- package/lib/ehr/operationdefinition_binding.d.ts +0 -9
- package/lib/ehr/operationdefinition_binding.js +0 -3
- package/lib/ehr/operationdefinition_overload.d.ts +0 -6
- package/lib/ehr/operationdefinition_overload.js +0 -4
- package/lib/ehr/operationdefinition_parameter.d.ts +0 -24
- package/lib/ehr/operationdefinition_parameter.js +0 -3
- package/lib/ehr/operationoutcome.d.ts +0 -7
- package/lib/ehr/operationoutcome.js +0 -3
- package/lib/ehr/operationoutcome_issue.d.ts +0 -15
- package/lib/ehr/operationoutcome_issue.js +0 -3
- package/lib/ehr/organization.d.ts +0 -30
- package/lib/ehr/organization.js +0 -3
- package/lib/ehr/organization_contact.d.ts +0 -14
- package/lib/ehr/organization_contact.js +0 -3
- package/lib/ehr/parameterdefinition.d.ts +0 -17
- package/lib/ehr/parameterdefinition.js +0 -3
- package/lib/ehr/parameters.d.ts +0 -5
- package/lib/ehr/parameters.js +0 -3
- package/lib/ehr/parameters_parameter.d.ts +0 -150
- package/lib/ehr/parameters_parameter.js +0 -3
- package/lib/ehr/patient.d.ts +0 -53
- package/lib/ehr/patient.js +0 -3
- package/lib/ehr/patient_animal.d.ts +0 -9
- package/lib/ehr/patient_animal.js +0 -3
- package/lib/ehr/patient_communication.d.ts +0 -7
- package/lib/ehr/patient_communication.js +0 -3
- package/lib/ehr/patient_contact.d.ts +0 -22
- package/lib/ehr/patient_contact.js +0 -3
- package/lib/ehr/patient_link.d.ts +0 -7
- package/lib/ehr/patient_link.js +0 -3
- package/lib/ehr/paymentnotice.d.ts +0 -27
- package/lib/ehr/paymentnotice.js +0 -3
- package/lib/ehr/paymentreconciliation.d.ts +0 -39
- package/lib/ehr/paymentreconciliation.js +0 -3
- package/lib/ehr/paymentreconciliation_detail.d.ts +0 -19
- package/lib/ehr/paymentreconciliation_detail.js +0 -3
- package/lib/ehr/paymentreconciliation_processnote.d.ts +0 -7
- package/lib/ehr/paymentreconciliation_processnote.js +0 -3
- package/lib/ehr/period.d.ts +0 -6
- package/lib/ehr/period.js +0 -4
- package/lib/ehr/person.d.ts +0 -31
- package/lib/ehr/person.js +0 -3
- package/lib/ehr/person_link.d.ts +0 -7
- package/lib/ehr/person_link.js +0 -3
- package/lib/ehr/plandefinition.d.ts +0 -66
- package/lib/ehr/plandefinition.js +0 -3
- package/lib/ehr/plandefinition_action.d.ts +0 -74
- package/lib/ehr/plandefinition_action.js +0 -3
- package/lib/ehr/plandefinition_condition.d.ts +0 -10
- package/lib/ehr/plandefinition_condition.js +0 -4
- package/lib/ehr/plandefinition_dynamicvalue.d.ts +0 -10
- package/lib/ehr/plandefinition_dynamicvalue.js +0 -4
- package/lib/ehr/plandefinition_goal.d.ts +0 -19
- package/lib/ehr/plandefinition_goal.js +0 -3
- package/lib/ehr/plandefinition_participant.d.ts +0 -7
- package/lib/ehr/plandefinition_participant.js +0 -3
- package/lib/ehr/plandefinition_relatedaction.d.ts +0 -12
- package/lib/ehr/plandefinition_relatedaction.js +0 -3
- package/lib/ehr/plandefinition_target.d.ts +0 -16
- package/lib/ehr/plandefinition_target.js +0 -3
- package/lib/ehr/practitioner.d.ts +0 -32
- package/lib/ehr/practitioner.js +0 -3
- package/lib/ehr/practitioner_qualification.d.ts +0 -14
- package/lib/ehr/practitioner_qualification.js +0 -3
- package/lib/ehr/practitionerrole.d.ts +0 -39
- package/lib/ehr/practitionerrole.js +0 -3
- package/lib/ehr/practitionerrole_availabletime.d.ts +0 -10
- package/lib/ehr/practitionerrole_availabletime.js +0 -4
- package/lib/ehr/practitionerrole_notavailable.d.ts +0 -7
- package/lib/ehr/practitionerrole_notavailable.js +0 -3
- package/lib/ehr/procedure.d.ts +0 -65
- package/lib/ehr/procedure.js +0 -3
- package/lib/ehr/procedure_focaldevice.d.ts +0 -8
- package/lib/ehr/procedure_focaldevice.js +0 -3
- package/lib/ehr/procedure_performer.d.ts +0 -10
- package/lib/ehr/procedure_performer.js +0 -3
- package/lib/ehr/procedurerequest.d.ts +0 -69
- package/lib/ehr/procedurerequest.js +0 -3
- package/lib/ehr/procedurerequest_requester.d.ts +0 -7
- package/lib/ehr/procedurerequest_requester.js +0 -3
- package/lib/ehr/processrequest.d.ts +0 -38
- package/lib/ehr/processrequest.js +0 -3
- package/lib/ehr/processrequest_item.d.ts +0 -4
- package/lib/ehr/processrequest_item.js +0 -4
- package/lib/ehr/processresponse.d.ts +0 -34
- package/lib/ehr/processresponse.js +0 -3
- package/lib/ehr/processresponse_processnote.d.ts +0 -7
- package/lib/ehr/processresponse_processnote.js +0 -3
- package/lib/ehr/provenance.d.ts +0 -30
- package/lib/ehr/provenance.js +0 -3
- package/lib/ehr/provenance_agent.d.ts +0 -16
- package/lib/ehr/provenance_agent.js +0 -3
- package/lib/ehr/provenance_entity.d.ts +0 -15
- package/lib/ehr/provenance_entity.js +0 -3
- package/lib/ehr/quantity.d.ts +0 -12
- package/lib/ehr/quantity.js +0 -4
- package/lib/ehr/questionnaire.d.ts +0 -53
- package/lib/ehr/questionnaire.js +0 -3
- package/lib/ehr/questionnaire_enablewhen.d.ts +0 -34
- package/lib/ehr/questionnaire_enablewhen.js +0 -3
- package/lib/ehr/questionnaire_item.d.ts +0 -69
- package/lib/ehr/questionnaire_item.js +0 -3
- package/lib/ehr/questionnaire_option.d.ts +0 -13
- package/lib/ehr/questionnaire_option.js +0 -3
- package/lib/ehr/questionnaireresponse.d.ts +0 -29
- package/lib/ehr/questionnaireresponse.js +0 -3
- package/lib/ehr/questionnaireresponse_answer.d.ts +0 -33
- package/lib/ehr/questionnaireresponse_answer.js +0 -3
- package/lib/ehr/questionnaireresponse_item.d.ts +0 -16
- package/lib/ehr/questionnaireresponse_item.js +0 -3
- package/lib/ehr/range.d.ts +0 -7
- package/lib/ehr/range.js +0 -3
- package/lib/ehr/ratio.d.ts +0 -7
- package/lib/ehr/ratio.js +0 -3
- package/lib/ehr/reference.d.ts +0 -9
- package/lib/ehr/reference.js +0 -3
- package/lib/ehr/referralrequest.d.ts +0 -58
- package/lib/ehr/referralrequest.js +0 -3
- package/lib/ehr/referralrequest_requester.d.ts +0 -7
- package/lib/ehr/referralrequest_requester.js +0 -3
- package/lib/ehr/relatedartifact.d.ts +0 -16
- package/lib/ehr/relatedartifact.js +0 -3
- package/lib/ehr/relatedperson.d.ts +0 -34
- package/lib/ehr/relatedperson.js +0 -3
- package/lib/ehr/requestgroup.d.ts +0 -41
- package/lib/ehr/requestgroup.js +0 -3
- package/lib/ehr/requestgroup_action.d.ts +0 -56
- package/lib/ehr/requestgroup_action.js +0 -3
- package/lib/ehr/requestgroup_condition.d.ts +0 -10
- package/lib/ehr/requestgroup_condition.js +0 -4
- package/lib/ehr/requestgroup_relatedaction.d.ts +0 -12
- package/lib/ehr/requestgroup_relatedaction.js +0 -3
- package/lib/ehr/researchstudy.d.ts +0 -52
- package/lib/ehr/researchstudy.js +0 -3
- package/lib/ehr/researchstudy_arm.d.ts +0 -9
- package/lib/ehr/researchstudy_arm.js +0 -3
- package/lib/ehr/researchsubject.d.ts +0 -23
- package/lib/ehr/researchsubject.js +0 -3
- package/lib/ehr/resource.js +0 -3
- package/lib/ehr/resourcelist.js +0 -4
- package/lib/ehr/riskassessment.d.ts +0 -45
- package/lib/ehr/riskassessment.js +0 -3
- package/lib/ehr/riskassessment_prediction.d.ts +0 -21
- package/lib/ehr/riskassessment_prediction.js +0 -3
- package/lib/ehr/sampleddata.d.ts +0 -17
- package/lib/ehr/sampleddata.js +0 -3
- package/lib/ehr/schedule.d.ts +0 -24
- package/lib/ehr/schedule.js +0 -3
- package/lib/ehr/searchparameter.d.ts +0 -56
- package/lib/ehr/searchparameter.js +0 -3
- package/lib/ehr/searchparameter_component.d.ts +0 -7
- package/lib/ehr/searchparameter_component.js +0 -3
- package/lib/ehr/sequence.d.ts +0 -41
- package/lib/ehr/sequence.js +0 -3
- package/lib/ehr/sequence_quality.d.ts +0 -32
- package/lib/ehr/sequence_quality.js +0 -3
- package/lib/ehr/sequence_referenceseq.d.ts +0 -20
- package/lib/ehr/sequence_referenceseq.js +0 -3
- package/lib/ehr/sequence_repository.d.ts +0 -14
- package/lib/ehr/sequence_repository.js +0 -4
- package/lib/ehr/sequence_variant.d.ts +0 -15
- package/lib/ehr/sequence_variant.js +0 -3
- package/lib/ehr/servicedefinition.d.ts +0 -64
- package/lib/ehr/servicedefinition.js +0 -3
- package/lib/ehr/signature.d.ts +0 -20
- package/lib/ehr/signature.js +0 -3
- package/lib/ehr/slot.d.ts +0 -29
- package/lib/ehr/slot.js +0 -3
- package/lib/ehr/specimen.d.ts +0 -35
- package/lib/ehr/specimen.js +0 -3
- package/lib/ehr/specimen_collection.d.ts +0 -18
- package/lib/ehr/specimen_collection.js +0 -3
- package/lib/ehr/specimen_container.d.ts +0 -20
- package/lib/ehr/specimen_container.js +0 -3
- package/lib/ehr/specimen_processing.d.ts +0 -15
- package/lib/ehr/specimen_processing.js +0 -3
- package/lib/ehr/structuredefinition.d.ts +0 -68
- package/lib/ehr/structuredefinition.js +0 -3
- package/lib/ehr/structuredefinition_differential.d.ts +0 -5
- package/lib/ehr/structuredefinition_differential.js +0 -3
- package/lib/ehr/structuredefinition_mapping.d.ts +0 -10
- package/lib/ehr/structuredefinition_mapping.js +0 -4
- package/lib/ehr/structuredefinition_snapshot.d.ts +0 -5
- package/lib/ehr/structuredefinition_snapshot.js +0 -3
- package/lib/ehr/structuremap.d.ts +0 -46
- package/lib/ehr/structuremap.js +0 -3
- package/lib/ehr/structuremap_dependent.d.ts +0 -6
- package/lib/ehr/structuremap_dependent.js +0 -4
- package/lib/ehr/structuremap_group.d.ts +0 -16
- package/lib/ehr/structuremap_group.js +0 -3
- package/lib/ehr/structuremap_input.d.ts +0 -10
- package/lib/ehr/structuremap_input.js +0 -4
- package/lib/ehr/structuremap_parameter.d.ts +0 -12
- package/lib/ehr/structuremap_parameter.js +0 -4
- package/lib/ehr/structuremap_rule.d.ts +0 -17
- package/lib/ehr/structuremap_rule.js +0 -3
- package/lib/ehr/structuremap_source.d.ts +0 -161
- package/lib/ehr/structuremap_source.js +0 -3
- package/lib/ehr/structuremap_structure.d.ts +0 -10
- package/lib/ehr/structuremap_structure.js +0 -4
- package/lib/ehr/structuremap_target.d.ts +0 -19
- package/lib/ehr/structuremap_target.js +0 -3
- package/lib/ehr/subscription.d.ts +0 -23
- package/lib/ehr/subscription.js +0 -3
- package/lib/ehr/subscription_channel.d.ts +0 -10
- package/lib/ehr/subscription_channel.js +0 -4
- package/lib/ehr/substance.d.ts +0 -22
- package/lib/ehr/substance.js +0 -3
- package/lib/ehr/substance_ingredient.d.ts +0 -11
- package/lib/ehr/substance_ingredient.js +0 -3
- package/lib/ehr/substance_instance.d.ts +0 -10
- package/lib/ehr/substance_instance.js +0 -3
- package/lib/ehr/supplydelivery.d.ts +0 -36
- package/lib/ehr/supplydelivery.js +0 -3
- package/lib/ehr/supplydelivery_supplieditem.d.ts +0 -11
- package/lib/ehr/supplydelivery_supplieditem.js +0 -3
- package/lib/ehr/supplyrequest.d.ts +0 -41
- package/lib/ehr/supplyrequest.js +0 -3
- package/lib/ehr/supplyrequest_ordereditem.d.ts +0 -11
- package/lib/ehr/supplyrequest_ordereditem.js +0 -3
- package/lib/ehr/supplyrequest_requester.d.ts +0 -7
- package/lib/ehr/supplyrequest_requester.js +0 -3
- package/lib/ehr/task.d.ts +0 -69
- package/lib/ehr/task.js +0 -3
- package/lib/ehr/task_input.d.ts +0 -145
- package/lib/ehr/task_input.js +0 -3
- package/lib/ehr/task_output.d.ts +0 -145
- package/lib/ehr/task_output.js +0 -3
- package/lib/ehr/task_requester.d.ts +0 -7
- package/lib/ehr/task_requester.js +0 -3
- package/lib/ehr/task_restriction.d.ts +0 -10
- package/lib/ehr/task_restriction.js +0 -3
- package/lib/ehr/testreport.d.ts +0 -34
- package/lib/ehr/testreport.js +0 -3
- package/lib/ehr/testreport_action.d.ts +0 -8
- package/lib/ehr/testreport_action.js +0 -3
- package/lib/ehr/testreport_action1.d.ts +0 -8
- package/lib/ehr/testreport_action1.js +0 -3
- package/lib/ehr/testreport_action2.d.ts +0 -5
- package/lib/ehr/testreport_action2.js +0 -3
- package/lib/ehr/testreport_assert.d.ts +0 -8
- package/lib/ehr/testreport_assert.js +0 -4
- package/lib/ehr/testreport_operation.d.ts +0 -8
- package/lib/ehr/testreport_operation.js +0 -4
- package/lib/ehr/testreport_participant.d.ts +0 -8
- package/lib/ehr/testreport_participant.js +0 -4
- package/lib/ehr/testreport_setup.d.ts +0 -5
- package/lib/ehr/testreport_setup.js +0 -3
- package/lib/ehr/testreport_teardown.d.ts +0 -5
- package/lib/ehr/testreport_teardown.js +0 -3
- package/lib/ehr/testreport_test.d.ts +0 -9
- package/lib/ehr/testreport_test.js +0 -3
- package/lib/ehr/testscript.d.ts +0 -71
- package/lib/ehr/testscript.js +0 -3
- package/lib/ehr/testscript_action.d.ts +0 -8
- package/lib/ehr/testscript_action.js +0 -3
- package/lib/ehr/testscript_action1.d.ts +0 -8
- package/lib/ehr/testscript_action1.js +0 -3
- package/lib/ehr/testscript_action2.d.ts +0 -5
- package/lib/ehr/testscript_action2.js +0 -3
- package/lib/ehr/testscript_assert.d.ts +0 -52
- package/lib/ehr/testscript_assert.js +0 -3
- package/lib/ehr/testscript_capability.d.ts +0 -17
- package/lib/ehr/testscript_capability.js +0 -3
- package/lib/ehr/testscript_destination.d.ts +0 -7
- package/lib/ehr/testscript_destination.js +0 -3
- package/lib/ehr/testscript_fixture.d.ts +0 -9
- package/lib/ehr/testscript_fixture.js +0 -3
- package/lib/ehr/testscript_link.d.ts +0 -6
- package/lib/ehr/testscript_link.js +0 -4
- package/lib/ehr/testscript_metadata.d.ts +0 -8
- package/lib/ehr/testscript_metadata.js +0 -3
- package/lib/ehr/testscript_operation.d.ts +0 -36
- package/lib/ehr/testscript_operation.js +0 -3
- package/lib/ehr/testscript_origin.d.ts +0 -7
- package/lib/ehr/testscript_origin.js +0 -3
- package/lib/ehr/testscript_param.d.ts +0 -6
- package/lib/ehr/testscript_param.js +0 -4
- package/lib/ehr/testscript_param1.d.ts +0 -6
- package/lib/ehr/testscript_param1.js +0 -4
- package/lib/ehr/testscript_param2.d.ts +0 -6
- package/lib/ehr/testscript_param2.js +0 -4
- package/lib/ehr/testscript_param3.d.ts +0 -6
- package/lib/ehr/testscript_param3.js +0 -4
- package/lib/ehr/testscript_requestheader.d.ts +0 -6
- package/lib/ehr/testscript_requestheader.js +0 -4
- package/lib/ehr/testscript_rule.d.ts +0 -8
- package/lib/ehr/testscript_rule.js +0 -3
- package/lib/ehr/testscript_rule1.d.ts +0 -7
- package/lib/ehr/testscript_rule1.js +0 -3
- package/lib/ehr/testscript_rule2.d.ts +0 -7
- package/lib/ehr/testscript_rule2.js +0 -3
- package/lib/ehr/testscript_rule3.d.ts +0 -7
- package/lib/ehr/testscript_rule3.js +0 -3
- package/lib/ehr/testscript_ruleset.d.ts +0 -8
- package/lib/ehr/testscript_ruleset.js +0 -3
- package/lib/ehr/testscript_ruleset1.d.ts +0 -7
- package/lib/ehr/testscript_ruleset1.js +0 -3
- package/lib/ehr/testscript_setup.d.ts +0 -5
- package/lib/ehr/testscript_setup.js +0 -3
- package/lib/ehr/testscript_teardown.d.ts +0 -5
- package/lib/ehr/testscript_teardown.js +0 -3
- package/lib/ehr/testscript_test.d.ts +0 -9
- package/lib/ehr/testscript_test.js +0 -3
- package/lib/ehr/testscript_variable.d.ts +0 -18
- package/lib/ehr/testscript_variable.js +0 -4
- package/lib/ehr/timing.d.ts +0 -10
- package/lib/ehr/timing.js +0 -3
- package/lib/ehr/timing_repeat.d.ts +0 -39
- package/lib/ehr/timing_repeat.js +0 -3
- package/lib/ehr/triggerdefinition.d.ts +0 -19
- package/lib/ehr/triggerdefinition.js +0 -3
- package/lib/ehr/usagecontext.d.ts +0 -14
- package/lib/ehr/usagecontext.js +0 -3
- package/lib/ehr/valueset.d.ts +0 -48
- package/lib/ehr/valueset.js +0 -3
- package/lib/ehr/valueset_compose.d.ts +0 -11
- package/lib/ehr/valueset_compose.js +0 -3
- package/lib/ehr/valueset_concept.d.ts +0 -9
- package/lib/ehr/valueset_concept.js +0 -3
- package/lib/ehr/valueset_contains.d.ts +0 -19
- package/lib/ehr/valueset_contains.js +0 -3
- package/lib/ehr/valueset_designation.d.ts +0 -9
- package/lib/ehr/valueset_designation.js +0 -3
- package/lib/ehr/valueset_expansion.d.ts +0 -16
- package/lib/ehr/valueset_expansion.js +0 -3
- package/lib/ehr/valueset_filter.d.ts +0 -8
- package/lib/ehr/valueset_filter.js +0 -4
- package/lib/ehr/valueset_include.d.ts +0 -14
- package/lib/ehr/valueset_include.js +0 -3
- package/lib/ehr/valueset_parameter.d.ts +0 -16
- package/lib/ehr/valueset_parameter.js +0 -4
- package/lib/ehr/visionprescription.d.ts +0 -26
- package/lib/ehr/visionprescription.js +0 -3
- package/lib/ehr/visionprescription_dispense.d.ts +0 -35
- package/lib/ehr/visionprescription_dispense.js +0 -3
- package/lib/erp/index.d.ts +0 -5
- package/lib/erp/index.js +0 -3
- package/lib/ohi/index.d.ts +0 -5
- package/lib/ohi/index.js +0 -3
- /package/lib/{ehr/resource.d.ts → resource.d.ts} +0 -0
- /package/lib/{ehr/resourcelist.d.ts → resourcelist.d.ts} +0 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
+
import type { Reference } from "./reference";
|
|
4
|
+
export interface Appointment_Participant extends BackboneElement {
|
|
5
|
+
/** Role of participant in the appointment. */
|
|
6
|
+
type?: Array<CodeableConcept>;
|
|
7
|
+
/** A Person, Location/HealthcareService or Device that is participating in the appointment. */
|
|
8
|
+
actor?: Reference;
|
|
9
|
+
/** Is this participant required to be present at the meeting. This covers a use-case where 2 doctors need to meet to discuss the results for a specific patient, and the patient is not required to be present. */
|
|
10
|
+
required?: "required" | "optional" | "information-only";
|
|
11
|
+
/** Participation status of the actor. */
|
|
12
|
+
status?: "accepted" | "declined" | "tentative" | "needs-action";
|
|
13
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwb2ludG1lbnRfcGFydGljaXBhbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvYXBwb2ludG1lbnRfcGFydGljaXBhbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQXBwb2ludG1lbnRfUGFydGljaXBhbnQgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIEFwcG9pbnRtZW50X1BhcnRpY2lwYW50IGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIFJvbGUgb2YgcGFydGljaXBhbnQgaW4gdGhlIGFwcG9pbnRtZW50LiAqL1xuICB0eXBlPzogQXJyYXk8Q29kZWFibGVDb25jZXB0PjtcblxuICAvKiogQSBQZXJzb24sIExvY2F0aW9uL0hlYWx0aGNhcmVTZXJ2aWNlIG9yIERldmljZSB0aGF0IGlzIHBhcnRpY2lwYXRpbmcgaW4gdGhlIGFwcG9pbnRtZW50LiAqL1xuICBhY3Rvcj86IFJlZmVyZW5jZTtcblxuICAvKiogSXMgdGhpcyBwYXJ0aWNpcGFudCByZXF1aXJlZCB0byBiZSBwcmVzZW50IGF0IHRoZSBtZWV0aW5nLiBUaGlzIGNvdmVycyBhIHVzZS1jYXNlIHdoZXJlIDIgZG9jdG9ycyBuZWVkIHRvIG1lZXQgdG8gZGlzY3VzcyB0aGUgcmVzdWx0cyBmb3IgYSBzcGVjaWZpYyBwYXRpZW50LCBhbmQgdGhlIHBhdGllbnQgaXMgbm90IHJlcXVpcmVkIHRvIGJlIHByZXNlbnQuICovXG4gIHJlcXVpcmVkPzogXCJyZXF1aXJlZFwiIHwgXCJvcHRpb25hbFwiIHwgXCJpbmZvcm1hdGlvbi1vbmx5XCI7XG5cbiAgLyoqIFBhcnRpY2lwYXRpb24gc3RhdHVzIG9mIHRoZSBhY3Rvci4gKi9cbiAgc3RhdHVzPzogXCJhY2NlcHRlZFwiIHwgXCJkZWNsaW5lZFwiIHwgXCJ0ZW50YXRpdmVcIiB8IFwibmVlZHMtYWN0aW9uXCI7XG59XG4iXX0=
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
+
import type { DomainResource } from "./domainresource";
|
|
3
|
+
import type { Identifier } from "./identifier";
|
|
4
|
+
import type { Reference } from "./reference";
|
|
5
|
+
export interface AppointmentResponse extends DomainResource {
|
|
6
|
+
/** This is a AppointmentResponse resource */
|
|
7
|
+
resourceType: "AppointmentResponse";
|
|
8
|
+
/** This records identifiers associated with this appointment response concern that are defined by business processes and/ or used to refer to it when a direct URL reference to the resource itself is not appropriate. */
|
|
9
|
+
identifier?: Array<Identifier>;
|
|
10
|
+
/** Appointment that this response is replying to. */
|
|
11
|
+
appointment: Reference;
|
|
12
|
+
/** Date/Time that the appointment is to take place, or requested new start time. */
|
|
13
|
+
start?: string;
|
|
14
|
+
/** This may be either the same as the appointment request to confirm the details of the appointment, or alternately a new time to request a re-negotiation of the end time. */
|
|
15
|
+
end?: string;
|
|
16
|
+
/** Role of participant in the appointment. */
|
|
17
|
+
participantType?: Array<CodeableConcept>;
|
|
18
|
+
/** A Person, Location/HealthcareService or Device that is participating in the appointment. */
|
|
19
|
+
actor?: Reference;
|
|
20
|
+
/** Participation status of the participant. When the status is declined or tentative if the start/end times are different to the appointment, then these times should be interpreted as a requested time change. When the status is accepted, the times can either be the time of the appointment (as a confirmation of the time) or can be empty. */
|
|
21
|
+
participantStatus?: string;
|
|
22
|
+
/** Additional comments about the appointment. */
|
|
23
|
+
comment?: string;
|
|
24
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwb2ludG1lbnRyZXNwb25zZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9hcHBvaW50bWVudHJlc3BvbnNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIEFwcG9pbnRtZW50UmVzcG9uc2UgVHlwZVxuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgRG9tYWluUmVzb3VyY2UgfSBmcm9tIFwiLi9kb21haW5yZXNvdXJjZVwiO1xuaW1wb3J0IHR5cGUgeyBJZGVudGlmaWVyIH0gZnJvbSBcIi4vaWRlbnRpZmllclwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuZXhwb3J0IGludGVyZmFjZSBBcHBvaW50bWVudFJlc3BvbnNlIGV4dGVuZHMgRG9tYWluUmVzb3VyY2Uge1xuICAvKiogVGhpcyBpcyBhIEFwcG9pbnRtZW50UmVzcG9uc2UgcmVzb3VyY2UgKi9cbiAgcmVzb3VyY2VUeXBlOiBcIkFwcG9pbnRtZW50UmVzcG9uc2VcIjtcblxuICAvKiogVGhpcyByZWNvcmRzIGlkZW50aWZpZXJzIGFzc29jaWF0ZWQgd2l0aCB0aGlzIGFwcG9pbnRtZW50IHJlc3BvbnNlIGNvbmNlcm4gdGhhdCBhcmUgZGVmaW5lZCBieSBidXNpbmVzcyBwcm9jZXNzZXMgYW5kLyBvciB1c2VkIHRvIHJlZmVyIHRvIGl0IHdoZW4gYSBkaXJlY3QgVVJMIHJlZmVyZW5jZSB0byB0aGUgcmVzb3VyY2UgaXRzZWxmIGlzIG5vdCBhcHByb3ByaWF0ZS4gKi9cbiAgaWRlbnRpZmllcj86IEFycmF5PElkZW50aWZpZXI+O1xuXG4gIC8qKiBBcHBvaW50bWVudCB0aGF0IHRoaXMgcmVzcG9uc2UgaXMgcmVwbHlpbmcgdG8uICovXG4gIGFwcG9pbnRtZW50OiBSZWZlcmVuY2U7XG5cbiAgLyoqIERhdGUvVGltZSB0aGF0IHRoZSBhcHBvaW50bWVudCBpcyB0byB0YWtlIHBsYWNlLCBvciByZXF1ZXN0ZWQgbmV3IHN0YXJ0IHRpbWUuICovXG4gIHN0YXJ0Pzogc3RyaW5nO1xuXG4gIC8qKiBUaGlzIG1heSBiZSBlaXRoZXIgdGhlIHNhbWUgYXMgdGhlIGFwcG9pbnRtZW50IHJlcXVlc3QgdG8gY29uZmlybSB0aGUgZGV0YWlscyBvZiB0aGUgYXBwb2ludG1lbnQsIG9yIGFsdGVybmF0ZWx5IGEgbmV3IHRpbWUgdG8gcmVxdWVzdCBhIHJlLW5lZ290aWF0aW9uIG9mIHRoZSBlbmQgdGltZS4gKi9cbiAgZW5kPzogc3RyaW5nO1xuXG4gIC8qKiBSb2xlIG9mIHBhcnRpY2lwYW50IGluIHRoZSBhcHBvaW50bWVudC4gKi9cbiAgcGFydGljaXBhbnRUeXBlPzogQXJyYXk8Q29kZWFibGVDb25jZXB0PjtcblxuICAvKiogQSBQZXJzb24sIExvY2F0aW9uL0hlYWx0aGNhcmVTZXJ2aWNlIG9yIERldmljZSB0aGF0IGlzIHBhcnRpY2lwYXRpbmcgaW4gdGhlIGFwcG9pbnRtZW50LiAqL1xuICBhY3Rvcj86IFJlZmVyZW5jZTtcblxuICAvKiogUGFydGljaXBhdGlvbiBzdGF0dXMgb2YgdGhlIHBhcnRpY2lwYW50LiBXaGVuIHRoZSBzdGF0dXMgaXMgZGVjbGluZWQgb3IgdGVudGF0aXZlIGlmIHRoZSBzdGFydC9lbmQgdGltZXMgYXJlIGRpZmZlcmVudCB0byB0aGUgYXBwb2ludG1lbnQsIHRoZW4gdGhlc2UgdGltZXMgc2hvdWxkIGJlIGludGVycHJldGVkIGFzIGEgcmVxdWVzdGVkIHRpbWUgY2hhbmdlLiBXaGVuIHRoZSBzdGF0dXMgaXMgYWNjZXB0ZWQsIHRoZSB0aW1lcyBjYW4gZWl0aGVyIGJlIHRoZSB0aW1lIG9mIHRoZSBhcHBvaW50bWVudCAoYXMgYSBjb25maXJtYXRpb24gb2YgdGhlIHRpbWUpIG9yIGNhbiBiZSBlbXB0eS4gKi9cbiAgcGFydGljaXBhbnRTdGF0dXM/OiBzdHJpbmc7XG5cbiAgLyoqIEFkZGl0aW9uYWwgY29tbWVudHMgYWJvdXQgdGhlIGFwcG9pbnRtZW50LiAqL1xuICBjb21tZW50Pzogc3RyaW5nO1xufVxuIl19
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { Element } from "./element";
|
|
2
|
+
export interface Attachment extends Element {
|
|
3
|
+
/** Identifies the type of the data in the attachment and allows a method to be chosen to interpret or render the data. Includes mime type parameters such as charset where appropriate. */
|
|
4
|
+
contentType?: string;
|
|
5
|
+
/** The human language of the content. The value can be any valid value according to BCP 47. */
|
|
6
|
+
language?: string;
|
|
7
|
+
/** The actual data of the attachment - a sequence of bytes. In XML, represented using base64. */
|
|
8
|
+
data?: string;
|
|
9
|
+
/** An alternative location where the data can be accessed. */
|
|
10
|
+
url?: string;
|
|
11
|
+
/** The number of bytes of data that make up this attachment (before base64 encoding, if that is done). */
|
|
12
|
+
size?: number;
|
|
13
|
+
/** The calculated hash of the data using SHA-1. Represented using base64. */
|
|
14
|
+
hash?: string;
|
|
15
|
+
/** A label or set of text to display in place of the data. */
|
|
16
|
+
title?: string;
|
|
17
|
+
/** The date that the attachment was first created. */
|
|
18
|
+
creation?: string;
|
|
19
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXR0YWNobWVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9hdHRhY2htZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIEF0dGFjaG1lbnQgVHlwZVxuaW1wb3J0IHR5cGUgeyBFbGVtZW50IH0gZnJvbSBcIi4vZWxlbWVudFwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIEF0dGFjaG1lbnQgZXh0ZW5kcyBFbGVtZW50IHtcbiAgLyoqIElkZW50aWZpZXMgdGhlIHR5cGUgb2YgdGhlIGRhdGEgaW4gdGhlIGF0dGFjaG1lbnQgYW5kIGFsbG93cyBhIG1ldGhvZCB0byBiZSBjaG9zZW4gdG8gaW50ZXJwcmV0IG9yIHJlbmRlciB0aGUgZGF0YS4gSW5jbHVkZXMgbWltZSB0eXBlIHBhcmFtZXRlcnMgc3VjaCBhcyBjaGFyc2V0IHdoZXJlIGFwcHJvcHJpYXRlLiAqL1xuICBjb250ZW50VHlwZT86IHN0cmluZztcblxuICAvKiogVGhlIGh1bWFuIGxhbmd1YWdlIG9mIHRoZSBjb250ZW50LiBUaGUgdmFsdWUgY2FuIGJlIGFueSB2YWxpZCB2YWx1ZSBhY2NvcmRpbmcgdG8gQkNQIDQ3LiAqL1xuICBsYW5ndWFnZT86IHN0cmluZztcblxuICAvKiogVGhlIGFjdHVhbCBkYXRhIG9mIHRoZSBhdHRhY2htZW50IC0gYSBzZXF1ZW5jZSBvZiBieXRlcy4gSW4gWE1MLCByZXByZXNlbnRlZCB1c2luZyBiYXNlNjQuICovXG4gIGRhdGE/OiBzdHJpbmc7XG5cbiAgLyoqIEFuIGFsdGVybmF0aXZlIGxvY2F0aW9uIHdoZXJlIHRoZSBkYXRhIGNhbiBiZSBhY2Nlc3NlZC4gKi9cbiAgdXJsPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgbnVtYmVyIG9mIGJ5dGVzIG9mIGRhdGEgdGhhdCBtYWtlIHVwIHRoaXMgYXR0YWNobWVudCAoYmVmb3JlIGJhc2U2NCBlbmNvZGluZywgaWYgdGhhdCBpcyBkb25lKS4gKi9cbiAgc2l6ZT86IG51bWJlcjtcblxuICAvKiogVGhlIGNhbGN1bGF0ZWQgaGFzaCBvZiB0aGUgZGF0YSB1c2luZyBTSEEtMS4gUmVwcmVzZW50ZWQgdXNpbmcgYmFzZTY0LiAqL1xuICBoYXNoPzogc3RyaW5nO1xuXG4gIC8qKiBBIGxhYmVsIG9yIHNldCBvZiB0ZXh0IHRvIGRpc3BsYXkgaW4gcGxhY2Ugb2YgdGhlIGRhdGEuICovXG4gIHRpdGxlPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgZGF0ZSB0aGF0IHRoZSBhdHRhY2htZW50IHdhcyBmaXJzdCBjcmVhdGVkLiAqL1xuICBjcmVhdGlvbj86IHN0cmluZztcbn1cbiJdfQ==
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { AuditEvent_Agent } from "./auditevent_agent";
|
|
2
|
+
import type { AuditEvent_Entity } from "./auditevent_entity";
|
|
3
|
+
import type { AuditEvent_Source } from "./auditevent_source";
|
|
4
|
+
import type { CodeableConcept } from "./codeableconcept";
|
|
5
|
+
import type { Coding } from "./coding";
|
|
6
|
+
import type { DomainResource } from "./domainresource";
|
|
7
|
+
export interface AuditEvent extends DomainResource {
|
|
8
|
+
/** This is a AuditEvent resource */
|
|
9
|
+
resourceType: "AuditEvent";
|
|
10
|
+
/** Identifier for a family of the event. For example, a menu item, program, rule, policy, function code, application name or URL. It identifies the performed function. */
|
|
11
|
+
type: Coding;
|
|
12
|
+
/** Identifier for the category of event. */
|
|
13
|
+
subtype?: Array<Coding>;
|
|
14
|
+
/** Indicator for type of action performed during the event that generated the audit. */
|
|
15
|
+
action?: "C" | "R" | "U" | "D" | "E";
|
|
16
|
+
/** The time when the event occurred on the source. */
|
|
17
|
+
recorded?: string;
|
|
18
|
+
/** Indicates whether the event succeeded or failed. */
|
|
19
|
+
outcome?: "0" | "4" | "8" | "12";
|
|
20
|
+
/** A free text description of the outcome of the event. */
|
|
21
|
+
outcomeDesc?: string;
|
|
22
|
+
/** The purposeOfUse (reason) that was used during the event being recorded. */
|
|
23
|
+
purposeOfEvent?: Array<CodeableConcept>;
|
|
24
|
+
/** An actor taking an active role in the event or activity that is logged. */
|
|
25
|
+
agent: Array<AuditEvent_Agent>;
|
|
26
|
+
/** The system that is reporting the event. */
|
|
27
|
+
source: AuditEvent_Source;
|
|
28
|
+
/** Specific instances of data or objects that have been accessed. */
|
|
29
|
+
entity?: Array<AuditEvent_Entity>;
|
|
30
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXVkaXRldmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9hdWRpdGV2ZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIEF1ZGl0RXZlbnQgVHlwZVxuaW1wb3J0IHR5cGUgeyBBdWRpdEV2ZW50X0FnZW50IH0gZnJvbSBcIi4vYXVkaXRldmVudF9hZ2VudFwiO1xuaW1wb3J0IHR5cGUgeyBBdWRpdEV2ZW50X0VudGl0eSB9IGZyb20gXCIuL2F1ZGl0ZXZlbnRfZW50aXR5XCI7XG5pbXBvcnQgdHlwZSB7IEF1ZGl0RXZlbnRfU291cmNlIH0gZnJvbSBcIi4vYXVkaXRldmVudF9zb3VyY2VcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IENvZGluZyB9IGZyb20gXCIuL2NvZGluZ1wiO1xuaW1wb3J0IHR5cGUgeyBEb21haW5SZXNvdXJjZSB9IGZyb20gXCIuL2RvbWFpbnJlc291cmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQXVkaXRFdmVudCBleHRlbmRzIERvbWFpblJlc291cmNlIHtcbiAgLyoqIFRoaXMgaXMgYSBBdWRpdEV2ZW50IHJlc291cmNlICovXG4gIHJlc291cmNlVHlwZTogXCJBdWRpdEV2ZW50XCI7XG5cbiAgLyoqIElkZW50aWZpZXIgZm9yIGEgZmFtaWx5IG9mIHRoZSBldmVudC4gIEZvciBleGFtcGxlLCBhIG1lbnUgaXRlbSwgcHJvZ3JhbSwgcnVsZSwgcG9saWN5LCBmdW5jdGlvbiBjb2RlLCBhcHBsaWNhdGlvbiBuYW1lIG9yIFVSTC4gSXQgaWRlbnRpZmllcyB0aGUgcGVyZm9ybWVkIGZ1bmN0aW9uLiAqL1xuICB0eXBlOiBDb2Rpbmc7XG5cbiAgLyoqIElkZW50aWZpZXIgZm9yIHRoZSBjYXRlZ29yeSBvZiBldmVudC4gKi9cbiAgc3VidHlwZT86IEFycmF5PENvZGluZz47XG5cbiAgLyoqIEluZGljYXRvciBmb3IgdHlwZSBvZiBhY3Rpb24gcGVyZm9ybWVkIGR1cmluZyB0aGUgZXZlbnQgdGhhdCBnZW5lcmF0ZWQgdGhlIGF1ZGl0LiAqL1xuICBhY3Rpb24/OiBcIkNcIiB8IFwiUlwiIHwgXCJVXCIgfCBcIkRcIiB8IFwiRVwiO1xuXG4gIC8qKiBUaGUgdGltZSB3aGVuIHRoZSBldmVudCBvY2N1cnJlZCBvbiB0aGUgc291cmNlLiAqL1xuICByZWNvcmRlZD86IHN0cmluZztcblxuICAvKiogSW5kaWNhdGVzIHdoZXRoZXIgdGhlIGV2ZW50IHN1Y2NlZWRlZCBvciBmYWlsZWQuICovXG4gIG91dGNvbWU/OiBcIjBcIiB8IFwiNFwiIHwgXCI4XCIgfCBcIjEyXCI7XG5cbiAgLyoqIEEgZnJlZSB0ZXh0IGRlc2NyaXB0aW9uIG9mIHRoZSBvdXRjb21lIG9mIHRoZSBldmVudC4gKi9cbiAgb3V0Y29tZURlc2M/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBwdXJwb3NlT2ZVc2UgKHJlYXNvbikgdGhhdCB3YXMgdXNlZCBkdXJpbmcgdGhlIGV2ZW50IGJlaW5nIHJlY29yZGVkLiAqL1xuICBwdXJwb3NlT2ZFdmVudD86IEFycmF5PENvZGVhYmxlQ29uY2VwdD47XG5cbiAgLyoqIEFuIGFjdG9yIHRha2luZyBhbiBhY3RpdmUgcm9sZSBpbiB0aGUgZXZlbnQgb3IgYWN0aXZpdHkgdGhhdCBpcyBsb2dnZWQuICovXG4gIGFnZW50OiBBcnJheTxBdWRpdEV2ZW50X0FnZW50PjtcblxuICAvKiogVGhlIHN5c3RlbSB0aGF0IGlzIHJlcG9ydGluZyB0aGUgZXZlbnQuICovXG4gIHNvdXJjZTogQXVkaXRFdmVudF9Tb3VyY2U7XG5cbiAgLyoqIFNwZWNpZmljIGluc3RhbmNlcyBvZiBkYXRhIG9yIG9iamVjdHMgdGhhdCBoYXZlIGJlZW4gYWNjZXNzZWQuICovXG4gIGVudGl0eT86IEFycmF5PEF1ZGl0RXZlbnRfRW50aXR5Pjtcbn1cbiJdfQ==
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { AuditEvent_Network } from "./auditevent_network";
|
|
2
|
+
import type { BackboneElement } from "./backboneelement";
|
|
3
|
+
import type { CodeableConcept } from "./codeableconcept";
|
|
4
|
+
import type { Coding } from "./coding";
|
|
5
|
+
import type { Identifier } from "./identifier";
|
|
6
|
+
import type { Reference } from "./reference";
|
|
7
|
+
export interface AuditEvent_Agent extends BackboneElement {
|
|
8
|
+
/** The security role that the user was acting under, that come from local codes defined by the access control security system (e.g. RBAC, ABAC) used in the local context. */
|
|
9
|
+
role?: Array<CodeableConcept>;
|
|
10
|
+
/** Direct reference to a resource that identifies the agent. */
|
|
11
|
+
reference?: Reference;
|
|
12
|
+
/** Unique identifier for the user actively participating in the event. */
|
|
13
|
+
userId?: Identifier;
|
|
14
|
+
/** Alternative agent Identifier. For a human, this should be a user identifier text string from authentication system. This identifier would be one known to a common authentication system (e.g. single sign-on), if available. */
|
|
15
|
+
altId?: string;
|
|
16
|
+
/** Human-meaningful name for the agent. */
|
|
17
|
+
name?: string;
|
|
18
|
+
/** Indicator that the user is or is not the requestor, or initiator, for the event being audited. */
|
|
19
|
+
requestor?: boolean;
|
|
20
|
+
/** Where the event occurred. */
|
|
21
|
+
location?: Reference;
|
|
22
|
+
/** The policy or plan that authorized the activity being recorded. Typically, a single activity may have multiple applicable policies, such as patient consent, guarantor funding, etc. The policy would also indicate the security token used. */
|
|
23
|
+
policy?: Array<string>;
|
|
24
|
+
/** Type of media involved. Used when the event is about exporting/importing onto media. */
|
|
25
|
+
media?: Coding;
|
|
26
|
+
/** Logical network location for application activity, if the activity has a network location. */
|
|
27
|
+
network?: AuditEvent_Network;
|
|
28
|
+
/** The reason (purpose of use), specific to this agent, that was used during the event being recorded. */
|
|
29
|
+
purposeOfUse?: Array<CodeableConcept>;
|
|
30
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXVkaXRldmVudF9hZ2VudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9hdWRpdGV2ZW50X2FnZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIEF1ZGl0RXZlbnRfQWdlbnQgVHlwZVxuaW1wb3J0IHR5cGUgeyBBdWRpdEV2ZW50X05ldHdvcmsgfSBmcm9tIFwiLi9hdWRpdGV2ZW50X25ldHdvcmtcIjtcbmltcG9ydCB0eXBlIHsgQmFja2JvbmVFbGVtZW50IH0gZnJvbSBcIi4vYmFja2JvbmVlbGVtZW50XCI7XG5pbXBvcnQgdHlwZSB7IENvZGVhYmxlQ29uY2VwdCB9IGZyb20gXCIuL2NvZGVhYmxlY29uY2VwdFwiO1xuaW1wb3J0IHR5cGUgeyBDb2RpbmcgfSBmcm9tIFwiLi9jb2RpbmdcIjtcbmltcG9ydCB0eXBlIHsgSWRlbnRpZmllciB9IGZyb20gXCIuL2lkZW50aWZpZXJcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQXVkaXRFdmVudF9BZ2VudCBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBUaGUgc2VjdXJpdHkgcm9sZSB0aGF0IHRoZSB1c2VyIHdhcyBhY3RpbmcgdW5kZXIsIHRoYXQgY29tZSBmcm9tIGxvY2FsIGNvZGVzIGRlZmluZWQgYnkgdGhlIGFjY2VzcyBjb250cm9sIHNlY3VyaXR5IHN5c3RlbSAoZS5nLiBSQkFDLCBBQkFDKSB1c2VkIGluIHRoZSBsb2NhbCBjb250ZXh0LiAqL1xuICByb2xlPzogQXJyYXk8Q29kZWFibGVDb25jZXB0PjtcblxuICAvKiogRGlyZWN0IHJlZmVyZW5jZSB0byBhIHJlc291cmNlIHRoYXQgaWRlbnRpZmllcyB0aGUgYWdlbnQuICovXG4gIHJlZmVyZW5jZT86IFJlZmVyZW5jZTtcblxuICAvKiogVW5pcXVlIGlkZW50aWZpZXIgZm9yIHRoZSB1c2VyIGFjdGl2ZWx5IHBhcnRpY2lwYXRpbmcgaW4gdGhlIGV2ZW50LiAqL1xuICB1c2VySWQ/OiBJZGVudGlmaWVyO1xuXG4gIC8qKiBBbHRlcm5hdGl2ZSBhZ2VudCBJZGVudGlmaWVyLiBGb3IgYSBodW1hbiwgdGhpcyBzaG91bGQgYmUgYSB1c2VyIGlkZW50aWZpZXIgdGV4dCBzdHJpbmcgZnJvbSBhdXRoZW50aWNhdGlvbiBzeXN0ZW0uIFRoaXMgaWRlbnRpZmllciB3b3VsZCBiZSBvbmUga25vd24gdG8gYSBjb21tb24gYXV0aGVudGljYXRpb24gc3lzdGVtIChlLmcuIHNpbmdsZSBzaWduLW9uKSwgaWYgYXZhaWxhYmxlLiAqL1xuICBhbHRJZD86IHN0cmluZztcblxuICAvKiogSHVtYW4tbWVhbmluZ2Z1bCBuYW1lIGZvciB0aGUgYWdlbnQuICovXG4gIG5hbWU/OiBzdHJpbmc7XG5cbiAgLyoqIEluZGljYXRvciB0aGF0IHRoZSB1c2VyIGlzIG9yIGlzIG5vdCB0aGUgcmVxdWVzdG9yLCBvciBpbml0aWF0b3IsIGZvciB0aGUgZXZlbnQgYmVpbmcgYXVkaXRlZC4gKi9cbiAgcmVxdWVzdG9yPzogYm9vbGVhbjtcblxuICAvKiogV2hlcmUgdGhlIGV2ZW50IG9jY3VycmVkLiAqL1xuICBsb2NhdGlvbj86IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIHBvbGljeSBvciBwbGFuIHRoYXQgYXV0aG9yaXplZCB0aGUgYWN0aXZpdHkgYmVpbmcgcmVjb3JkZWQuIFR5cGljYWxseSwgYSBzaW5nbGUgYWN0aXZpdHkgbWF5IGhhdmUgbXVsdGlwbGUgYXBwbGljYWJsZSBwb2xpY2llcywgc3VjaCBhcyBwYXRpZW50IGNvbnNlbnQsIGd1YXJhbnRvciBmdW5kaW5nLCBldGMuIFRoZSBwb2xpY3kgd291bGQgYWxzbyBpbmRpY2F0ZSB0aGUgc2VjdXJpdHkgdG9rZW4gdXNlZC4gKi9cbiAgcG9saWN5PzogQXJyYXk8c3RyaW5nPjtcblxuICAvKiogVHlwZSBvZiBtZWRpYSBpbnZvbHZlZC4gVXNlZCB3aGVuIHRoZSBldmVudCBpcyBhYm91dCBleHBvcnRpbmcvaW1wb3J0aW5nIG9udG8gbWVkaWEuICovXG4gIG1lZGlhPzogQ29kaW5nO1xuXG4gIC8qKiBMb2dpY2FsIG5ldHdvcmsgbG9jYXRpb24gZm9yIGFwcGxpY2F0aW9uIGFjdGl2aXR5LCBpZiB0aGUgYWN0aXZpdHkgaGFzIGEgbmV0d29yayBsb2NhdGlvbi4gKi9cbiAgbmV0d29yaz86IEF1ZGl0RXZlbnRfTmV0d29yaztcblxuICAvKiogVGhlIHJlYXNvbiAocHVycG9zZSBvZiB1c2UpLCBzcGVjaWZpYyB0byB0aGlzIGFnZW50LCB0aGF0IHdhcyB1c2VkIGR1cmluZyB0aGUgZXZlbnQgYmVpbmcgcmVjb3JkZWQuICovXG4gIHB1cnBvc2VPZlVzZT86IEFycmF5PENvZGVhYmxlQ29uY2VwdD47XG59XG4iXX0=
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
export interface AuditEvent_Detail extends BackboneElement {
|
|
3
|
+
/** The type of extra detail provided in the value. */
|
|
4
|
+
type?: string;
|
|
5
|
+
/** The details, base64 encoded. Used to carry bulk information. */
|
|
6
|
+
value?: string;
|
|
7
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXVkaXRldmVudF9kZXRhaWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvYXVkaXRldmVudF9kZXRhaWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQXVkaXRFdmVudF9EZXRhaWwgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcblxuZXhwb3J0IGludGVyZmFjZSBBdWRpdEV2ZW50X0RldGFpbCBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBUaGUgdHlwZSBvZiBleHRyYSBkZXRhaWwgcHJvdmlkZWQgaW4gdGhlIHZhbHVlLiAqL1xuICB0eXBlPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgZGV0YWlscywgYmFzZTY0IGVuY29kZWQuIFVzZWQgdG8gY2FycnkgYnVsayBpbmZvcm1hdGlvbi4gKi9cbiAgdmFsdWU/OiBzdHJpbmc7XG59XG4iXX0=
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { AuditEvent_Detail } from "./auditevent_detail";
|
|
2
|
+
import type { BackboneElement } from "./backboneelement";
|
|
3
|
+
import type { Coding } from "./coding";
|
|
4
|
+
import type { Identifier } from "./identifier";
|
|
5
|
+
import type { Reference } from "./reference";
|
|
6
|
+
export interface AuditEvent_Entity extends BackboneElement {
|
|
7
|
+
/** Identifies a specific instance of the entity. The reference should always be version specific. */
|
|
8
|
+
identifier?: Identifier;
|
|
9
|
+
/** Identifies a specific instance of the entity. The reference should be version specific. */
|
|
10
|
+
reference?: Reference;
|
|
11
|
+
/** The type of the object that was involved in this audit event. */
|
|
12
|
+
type?: Coding;
|
|
13
|
+
/** Code representing the role the entity played in the event being audited. */
|
|
14
|
+
role?: Coding;
|
|
15
|
+
/** Identifier for the data life-cycle stage for the entity. */
|
|
16
|
+
lifecycle?: Coding;
|
|
17
|
+
/** Security labels for the identified entity. */
|
|
18
|
+
securityLabel?: Array<Coding>;
|
|
19
|
+
/** A name of the entity in the audit event. */
|
|
20
|
+
name?: string;
|
|
21
|
+
/** Text that describes the entity in more detail. */
|
|
22
|
+
description?: string;
|
|
23
|
+
/** The query parameters for a query-type entities. */
|
|
24
|
+
query?: string;
|
|
25
|
+
/** Tagged value pairs for conveying additional information about the entity. */
|
|
26
|
+
detail?: Array<AuditEvent_Detail>;
|
|
27
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXVkaXRldmVudF9lbnRpdHkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvYXVkaXRldmVudF9lbnRpdHkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQXVkaXRFdmVudF9FbnRpdHkgVHlwZVxuaW1wb3J0IHR5cGUgeyBBdWRpdEV2ZW50X0RldGFpbCB9IGZyb20gXCIuL2F1ZGl0ZXZlbnRfZGV0YWlsXCI7XG5pbXBvcnQgdHlwZSB7IEJhY2tib25lRWxlbWVudCB9IGZyb20gXCIuL2JhY2tib25lZWxlbWVudFwiO1xuaW1wb3J0IHR5cGUgeyBDb2RpbmcgfSBmcm9tIFwiLi9jb2RpbmdcIjtcbmltcG9ydCB0eXBlIHsgSWRlbnRpZmllciB9IGZyb20gXCIuL2lkZW50aWZpZXJcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQXVkaXRFdmVudF9FbnRpdHkgZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogSWRlbnRpZmllcyBhIHNwZWNpZmljIGluc3RhbmNlIG9mIHRoZSBlbnRpdHkuIFRoZSByZWZlcmVuY2Ugc2hvdWxkIGFsd2F5cyBiZSB2ZXJzaW9uIHNwZWNpZmljLiAqL1xuICBpZGVudGlmaWVyPzogSWRlbnRpZmllcjtcblxuICAvKiogSWRlbnRpZmllcyBhIHNwZWNpZmljIGluc3RhbmNlIG9mIHRoZSBlbnRpdHkuIFRoZSByZWZlcmVuY2Ugc2hvdWxkIGJlIHZlcnNpb24gc3BlY2lmaWMuICovXG4gIHJlZmVyZW5jZT86IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIHR5cGUgb2YgdGhlIG9iamVjdCB0aGF0IHdhcyBpbnZvbHZlZCBpbiB0aGlzIGF1ZGl0IGV2ZW50LiAqL1xuICB0eXBlPzogQ29kaW5nO1xuXG4gIC8qKiBDb2RlIHJlcHJlc2VudGluZyB0aGUgcm9sZSB0aGUgZW50aXR5IHBsYXllZCBpbiB0aGUgZXZlbnQgYmVpbmcgYXVkaXRlZC4gKi9cbiAgcm9sZT86IENvZGluZztcblxuICAvKiogSWRlbnRpZmllciBmb3IgdGhlIGRhdGEgbGlmZS1jeWNsZSBzdGFnZSBmb3IgdGhlIGVudGl0eS4gKi9cbiAgbGlmZWN5Y2xlPzogQ29kaW5nO1xuXG4gIC8qKiBTZWN1cml0eSBsYWJlbHMgZm9yIHRoZSBpZGVudGlmaWVkIGVudGl0eS4gKi9cbiAgc2VjdXJpdHlMYWJlbD86IEFycmF5PENvZGluZz47XG5cbiAgLyoqIEEgbmFtZSBvZiB0aGUgZW50aXR5IGluIHRoZSBhdWRpdCBldmVudC4gKi9cbiAgbmFtZT86IHN0cmluZztcblxuICAvKiogVGV4dCB0aGF0IGRlc2NyaWJlcyB0aGUgZW50aXR5IGluIG1vcmUgZGV0YWlsLiAqL1xuICBkZXNjcmlwdGlvbj86IHN0cmluZztcblxuICAvKiogVGhlIHF1ZXJ5IHBhcmFtZXRlcnMgZm9yIGEgcXVlcnktdHlwZSBlbnRpdGllcy4gKi9cbiAgcXVlcnk/OiBzdHJpbmc7XG5cbiAgLyoqIFRhZ2dlZCB2YWx1ZSBwYWlycyBmb3IgY29udmV5aW5nIGFkZGl0aW9uYWwgaW5mb3JtYXRpb24gYWJvdXQgdGhlIGVudGl0eS4gKi9cbiAgZGV0YWlsPzogQXJyYXk8QXVkaXRFdmVudF9EZXRhaWw+O1xufVxuIl19
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
export interface AuditEvent_Network extends BackboneElement {
|
|
3
|
+
/** An identifier for the network access point of the user device for the audit event. */
|
|
4
|
+
address?: string;
|
|
5
|
+
/** An identifier for the type of network access point that originated the audit event. */
|
|
6
|
+
type?: "1" | "2" | "3" | "4" | "5";
|
|
7
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXVkaXRldmVudF9uZXR3b3JrLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2F1ZGl0ZXZlbnRfbmV0d29yay50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBBdWRpdEV2ZW50X05ldHdvcmsgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcblxuZXhwb3J0IGludGVyZmFjZSBBdWRpdEV2ZW50X05ldHdvcmsgZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogQW4gaWRlbnRpZmllciBmb3IgdGhlIG5ldHdvcmsgYWNjZXNzIHBvaW50IG9mIHRoZSB1c2VyIGRldmljZSBmb3IgdGhlIGF1ZGl0IGV2ZW50LiAqL1xuICBhZGRyZXNzPzogc3RyaW5nO1xuXG4gIC8qKiBBbiBpZGVudGlmaWVyIGZvciB0aGUgdHlwZSBvZiBuZXR3b3JrIGFjY2VzcyBwb2ludCB0aGF0IG9yaWdpbmF0ZWQgdGhlIGF1ZGl0IGV2ZW50LiAqL1xuICB0eXBlPzogXCIxXCIgfCBcIjJcIiB8IFwiM1wiIHwgXCI0XCIgfCBcIjVcIjtcbn1cbiJdfQ==
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { Coding } from "./coding";
|
|
3
|
+
import type { Identifier } from "./identifier";
|
|
4
|
+
export interface AuditEvent_Source extends BackboneElement {
|
|
5
|
+
/** Logical source location within the healthcare enterprise network. For example, a hospital or other provider location within a multi-entity provider group. */
|
|
6
|
+
site?: string;
|
|
7
|
+
/** Identifier of the source where the event was detected. */
|
|
8
|
+
identifier: Identifier;
|
|
9
|
+
/** Code specifying the type of source where event originated. */
|
|
10
|
+
type?: Array<Coding>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXVkaXRldmVudF9zb3VyY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvYXVkaXRldmVudF9zb3VyY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQXVkaXRFdmVudF9Tb3VyY2UgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kaW5nIH0gZnJvbSBcIi4vY29kaW5nXCI7XG5pbXBvcnQgdHlwZSB7IElkZW50aWZpZXIgfSBmcm9tIFwiLi9pZGVudGlmaWVyXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQXVkaXRFdmVudF9Tb3VyY2UgZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogTG9naWNhbCBzb3VyY2UgbG9jYXRpb24gd2l0aGluIHRoZSBoZWFsdGhjYXJlIGVudGVycHJpc2UgbmV0d29yay4gIEZvciBleGFtcGxlLCBhIGhvc3BpdGFsIG9yIG90aGVyIHByb3ZpZGVyIGxvY2F0aW9uIHdpdGhpbiBhIG11bHRpLWVudGl0eSBwcm92aWRlciBncm91cC4gKi9cbiAgc2l0ZT86IHN0cmluZztcblxuICAvKiogSWRlbnRpZmllciBvZiB0aGUgc291cmNlIHdoZXJlIHRoZSBldmVudCB3YXMgZGV0ZWN0ZWQuICovXG4gIGlkZW50aWZpZXI6IElkZW50aWZpZXI7XG5cbiAgLyoqIENvZGUgc3BlY2lmeWluZyB0aGUgdHlwZSBvZiBzb3VyY2Ugd2hlcmUgZXZlbnQgb3JpZ2luYXRlZC4gKi9cbiAgdHlwZT86IEFycmF5PENvZGluZz47XG59XG4iXX0=
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { Element } from "./element";
|
|
2
|
+
import type { Extension } from "./extension";
|
|
3
|
+
export interface BackboneElement extends Element {
|
|
4
|
+
/** May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. */
|
|
5
|
+
modifierExtension?: Array<Extension>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFja2JvbmVlbGVtZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2JhY2tib25lZWxlbWVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBCYWNrYm9uZUVsZW1lbnQgVHlwZVxuaW1wb3J0IHR5cGUgeyBFbGVtZW50IH0gZnJvbSBcIi4vZWxlbWVudFwiO1xuaW1wb3J0IHR5cGUgeyBFeHRlbnNpb24gfSBmcm9tIFwiLi9leHRlbnNpb25cIjtcblxuZXhwb3J0IGludGVyZmFjZSBCYWNrYm9uZUVsZW1lbnQgZXh0ZW5kcyBFbGVtZW50IHtcbiAgLyoqIE1heSBiZSB1c2VkIHRvIHJlcHJlc2VudCBhZGRpdGlvbmFsIGluZm9ybWF0aW9uIHRoYXQgaXMgbm90IHBhcnQgb2YgdGhlIGJhc2ljIGRlZmluaXRpb24gb2YgdGhlIGVsZW1lbnQsIGFuZCB0aGF0IG1vZGlmaWVzIHRoZSB1bmRlcnN0YW5kaW5nIG9mIHRoZSBlbGVtZW50IHRoYXQgY29udGFpbnMgaXQuIFVzdWFsbHkgbW9kaWZpZXIgZWxlbWVudHMgcHJvdmlkZSBuZWdhdGlvbiBvciBxdWFsaWZpY2F0aW9uLiBJbiBvcmRlciB0byBtYWtlIHRoZSB1c2Ugb2YgZXh0ZW5zaW9ucyBzYWZlIGFuZCBtYW5hZ2VhYmxlLCB0aGVyZSBpcyBhIHN0cmljdCBzZXQgb2YgZ292ZXJuYW5jZSBhcHBsaWVkIHRvIHRoZSBkZWZpbml0aW9uIGFuZCB1c2Ugb2YgZXh0ZW5zaW9ucy4gVGhvdWdoIGFueSBpbXBsZW1lbnRlciBpcyBhbGxvd2VkIHRvIGRlZmluZSBhbiBleHRlbnNpb24sIHRoZXJlIGlzIGEgc2V0IG9mIHJlcXVpcmVtZW50cyB0aGF0IFNIQUxMIGJlIG1ldCBhcyBwYXJ0IG9mIHRoZSBkZWZpbml0aW9uIG9mIHRoZSBleHRlbnNpb24uIEFwcGxpY2F0aW9ucyBwcm9jZXNzaW5nIGEgcmVzb3VyY2UgYXJlIHJlcXVpcmVkIHRvIGNoZWNrIGZvciBtb2RpZmllciBleHRlbnNpb25zLiAqL1xuICBtb2RpZmllckV4dGVuc2lvbj86IEFycmF5PEV4dGVuc2lvbj47XG59XG4iXX0=
|
package/lib/basic.d.ts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
+
import type { DomainResource } from "./domainresource";
|
|
3
|
+
import type { Identifier } from "./identifier";
|
|
4
|
+
import type { Reference } from "./reference";
|
|
5
|
+
export interface Basic extends DomainResource {
|
|
6
|
+
/** This is a Basic resource */
|
|
7
|
+
resourceType: "Basic";
|
|
8
|
+
/** Identifier assigned to the resource for business purposes, outside the context of FHIR. */
|
|
9
|
+
identifier?: Array<Identifier>;
|
|
10
|
+
/** Identifies the 'type' of resource - equivalent to the resource name for other resources. */
|
|
11
|
+
code: CodeableConcept;
|
|
12
|
+
/** Identifies the patient, practitioner, device or any other resource that is the "focus" of this resource. */
|
|
13
|
+
subject?: Reference;
|
|
14
|
+
/** Identifies when the resource was first created. */
|
|
15
|
+
created?: string;
|
|
16
|
+
/** Indicates who was responsible for creating the resource instance. */
|
|
17
|
+
author?: Reference;
|
|
18
|
+
}
|
package/lib/basic.js
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzaWMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvYmFzaWMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQmFzaWMgVHlwZVxuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgRG9tYWluUmVzb3VyY2UgfSBmcm9tIFwiLi9kb21haW5yZXNvdXJjZVwiO1xuaW1wb3J0IHR5cGUgeyBJZGVudGlmaWVyIH0gZnJvbSBcIi4vaWRlbnRpZmllclwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuZXhwb3J0IGludGVyZmFjZSBCYXNpYyBleHRlbmRzIERvbWFpblJlc291cmNlIHtcbiAgLyoqIFRoaXMgaXMgYSBCYXNpYyByZXNvdXJjZSAqL1xuICByZXNvdXJjZVR5cGU6IFwiQmFzaWNcIjtcblxuICAvKiogSWRlbnRpZmllciBhc3NpZ25lZCB0byB0aGUgcmVzb3VyY2UgZm9yIGJ1c2luZXNzIHB1cnBvc2VzLCBvdXRzaWRlIHRoZSBjb250ZXh0IG9mIEZISVIuICovXG4gIGlkZW50aWZpZXI/OiBBcnJheTxJZGVudGlmaWVyPjtcblxuICAvKiogSWRlbnRpZmllcyB0aGUgJ3R5cGUnIG9mIHJlc291cmNlIC0gZXF1aXZhbGVudCB0byB0aGUgcmVzb3VyY2UgbmFtZSBmb3Igb3RoZXIgcmVzb3VyY2VzLiAqL1xuICBjb2RlOiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIElkZW50aWZpZXMgdGhlIHBhdGllbnQsIHByYWN0aXRpb25lciwgZGV2aWNlIG9yIGFueSBvdGhlciByZXNvdXJjZSB0aGF0IGlzIHRoZSBcImZvY3VzXCIgb2YgdGhpcyByZXNvdXJjZS4gKi9cbiAgc3ViamVjdD86IFJlZmVyZW5jZTtcblxuICAvKiogSWRlbnRpZmllcyB3aGVuIHRoZSByZXNvdXJjZSB3YXMgZmlyc3QgY3JlYXRlZC4gKi9cbiAgY3JlYXRlZD86IHN0cmluZztcblxuICAvKiogSW5kaWNhdGVzIHdobyB3YXMgcmVzcG9uc2libGUgZm9yIGNyZWF0aW5nIHRoZSByZXNvdXJjZSBpbnN0YW5jZS4gKi9cbiAgYXV0aG9yPzogUmVmZXJlbmNlO1xufVxuIl19
|
package/lib/binary.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { Reference } from "./reference";
|
|
2
|
+
import type { Resource } from "./resource";
|
|
3
|
+
export interface Binary extends Resource {
|
|
4
|
+
/** This is a Binary resource */
|
|
5
|
+
resourceType: "Binary";
|
|
6
|
+
/** MimeType of the binary content represented as a standard MimeType (BCP 13). */
|
|
7
|
+
contentType?: string;
|
|
8
|
+
/** Treat this binary as if it was this other resource for access control purposes. */
|
|
9
|
+
securityContext?: Reference;
|
|
10
|
+
/** The actual content, base64 encoded. */
|
|
11
|
+
content?: string;
|
|
12
|
+
}
|
package/lib/binary.js
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmluYXJ5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2JpbmFyeS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBCaW5hcnkgVHlwZVxuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcbmltcG9ydCB0eXBlIHsgUmVzb3VyY2UgfSBmcm9tIFwiLi9yZXNvdXJjZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIEJpbmFyeSBleHRlbmRzIFJlc291cmNlIHtcbiAgLyoqIFRoaXMgaXMgYSBCaW5hcnkgcmVzb3VyY2UgKi9cbiAgcmVzb3VyY2VUeXBlOiBcIkJpbmFyeVwiO1xuXG4gIC8qKiBNaW1lVHlwZSBvZiB0aGUgYmluYXJ5IGNvbnRlbnQgcmVwcmVzZW50ZWQgYXMgYSBzdGFuZGFyZCBNaW1lVHlwZSAoQkNQIDEzKS4gKi9cbiAgY29udGVudFR5cGU/OiBzdHJpbmc7XG5cbiAgLyoqIFRyZWF0IHRoaXMgYmluYXJ5IGFzIGlmIGl0IHdhcyB0aGlzIG90aGVyIHJlc291cmNlIGZvciBhY2Nlc3MgY29udHJvbCBwdXJwb3Nlcy4gKi9cbiAgc2VjdXJpdHlDb250ZXh0PzogUmVmZXJlbmNlO1xuXG4gIC8qKiBUaGUgYWN0dWFsIGNvbnRlbnQsIGJhc2U2NCBlbmNvZGVkLiAqL1xuICBjb250ZW50Pzogc3RyaW5nO1xufVxuIl19
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { Attachment } from "./attachment";
|
|
2
|
+
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
+
import type { DomainResource } from "./domainresource";
|
|
4
|
+
import type { Identifier } from "./identifier";
|
|
5
|
+
import type { Reference } from "./reference";
|
|
6
|
+
export interface BodySite extends DomainResource {
|
|
7
|
+
/** This is a BodySite resource */
|
|
8
|
+
resourceType: "BodySite";
|
|
9
|
+
/** Identifier for this instance of the anatomical location. */
|
|
10
|
+
identifier?: Array<Identifier>;
|
|
11
|
+
/** Whether this body site is in active use. */
|
|
12
|
+
active?: boolean;
|
|
13
|
+
/** Named anatomical location - ideally coded where possible. */
|
|
14
|
+
code?: CodeableConcept;
|
|
15
|
+
/** Qualifier to refine the anatomical location. These include qualifiers for laterality, relative location, directionality, number, and plane. */
|
|
16
|
+
qualifier?: Array<CodeableConcept>;
|
|
17
|
+
/** A summary, charactarization or explanation of the anatomic location. */
|
|
18
|
+
description?: string;
|
|
19
|
+
/** Image or images used to identify a location. */
|
|
20
|
+
image?: Array<Attachment>;
|
|
21
|
+
/** The person to which the body site belongs. */
|
|
22
|
+
patient: Reference;
|
|
23
|
+
}
|
package/lib/bodysite.js
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm9keXNpdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvYm9keXNpdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQm9keVNpdGUgVHlwZVxuaW1wb3J0IHR5cGUgeyBBdHRhY2htZW50IH0gZnJvbSBcIi4vYXR0YWNobWVudFwiO1xuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgRG9tYWluUmVzb3VyY2UgfSBmcm9tIFwiLi9kb21haW5yZXNvdXJjZVwiO1xuaW1wb3J0IHR5cGUgeyBJZGVudGlmaWVyIH0gZnJvbSBcIi4vaWRlbnRpZmllclwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuZXhwb3J0IGludGVyZmFjZSBCb2R5U2l0ZSBleHRlbmRzIERvbWFpblJlc291cmNlIHtcbiAgLyoqIFRoaXMgaXMgYSBCb2R5U2l0ZSByZXNvdXJjZSAqL1xuICByZXNvdXJjZVR5cGU6IFwiQm9keVNpdGVcIjtcblxuICAvKiogSWRlbnRpZmllciBmb3IgdGhpcyBpbnN0YW5jZSBvZiB0aGUgYW5hdG9taWNhbCBsb2NhdGlvbi4gKi9cbiAgaWRlbnRpZmllcj86IEFycmF5PElkZW50aWZpZXI+O1xuXG4gIC8qKiBXaGV0aGVyIHRoaXMgYm9keSBzaXRlIGlzIGluIGFjdGl2ZSB1c2UuICovXG4gIGFjdGl2ZT86IGJvb2xlYW47XG5cbiAgLyoqIE5hbWVkIGFuYXRvbWljYWwgbG9jYXRpb24gLSBpZGVhbGx5IGNvZGVkIHdoZXJlIHBvc3NpYmxlLiAqL1xuICBjb2RlPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBRdWFsaWZpZXIgdG8gcmVmaW5lIHRoZSBhbmF0b21pY2FsIGxvY2F0aW9uLiAgVGhlc2UgaW5jbHVkZSBxdWFsaWZpZXJzIGZvciBsYXRlcmFsaXR5LCByZWxhdGl2ZSBsb2NhdGlvbiwgZGlyZWN0aW9uYWxpdHksIG51bWJlciwgYW5kIHBsYW5lLiAqL1xuICBxdWFsaWZpZXI/OiBBcnJheTxDb2RlYWJsZUNvbmNlcHQ+O1xuXG4gIC8qKiBBIHN1bW1hcnksIGNoYXJhY3Rhcml6YXRpb24gb3IgZXhwbGFuYXRpb24gb2YgdGhlIGFuYXRvbWljIGxvY2F0aW9uLiAqL1xuICBkZXNjcmlwdGlvbj86IHN0cmluZztcblxuICAvKiogSW1hZ2Ugb3IgaW1hZ2VzIHVzZWQgdG8gaWRlbnRpZnkgYSBsb2NhdGlvbi4gKi9cbiAgaW1hZ2U/OiBBcnJheTxBdHRhY2htZW50PjtcblxuICAvKiogVGhlIHBlcnNvbiB0byB3aGljaCB0aGUgYm9keSBzaXRlIGJlbG9uZ3MuICovXG4gIHBhdGllbnQ6IFJlZmVyZW5jZTtcbn1cbiJdfQ==
|
package/lib/bundle.d.ts
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { Bundle_Entry } from "./bundle_entry";
|
|
2
|
+
import type { Bundle_Link } from "./bundle_link";
|
|
3
|
+
import type { Identifier } from "./identifier";
|
|
4
|
+
import type { Resource } from "./resource";
|
|
5
|
+
import type { Signature } from "./signature";
|
|
6
|
+
export interface Bundle extends Resource {
|
|
7
|
+
/** This is a Bundle resource */
|
|
8
|
+
resourceType: "Bundle";
|
|
9
|
+
/** A persistent identifier for the batch that won't change as a batch is copied from server to server. */
|
|
10
|
+
identifier?: Identifier;
|
|
11
|
+
/** Indicates the purpose of this bundle - how it was intended to be used. */
|
|
12
|
+
type?: "document" | "message" | "transaction" | "transaction-response" | "batch" | "batch-response" | "history" | "searchset" | "collection";
|
|
13
|
+
/** If a set of search matches, this is the total number of matches for the search (as opposed to the number of results in this bundle). */
|
|
14
|
+
total?: number;
|
|
15
|
+
/** A series of links that provide context to this bundle. */
|
|
16
|
+
link?: Array<Bundle_Link>;
|
|
17
|
+
/** An entry in a bundle resource - will either contain a resource, or information about a resource (transactions and history only). */
|
|
18
|
+
entry?: Array<Bundle_Entry>;
|
|
19
|
+
/** Digital Signature - base64 encoded. XML-DSIg or a JWT. */
|
|
20
|
+
signature?: Signature;
|
|
21
|
+
}
|
package/lib/bundle.js
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnVuZGxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2J1bmRsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBCdW5kbGUgVHlwZVxuaW1wb3J0IHR5cGUgeyBCdW5kbGVfRW50cnkgfSBmcm9tIFwiLi9idW5kbGVfZW50cnlcIjtcbmltcG9ydCB0eXBlIHsgQnVuZGxlX0xpbmsgfSBmcm9tIFwiLi9idW5kbGVfbGlua1wiO1xuaW1wb3J0IHR5cGUgeyBJZGVudGlmaWVyIH0gZnJvbSBcIi4vaWRlbnRpZmllclwiO1xuaW1wb3J0IHR5cGUgeyBSZXNvdXJjZSB9IGZyb20gXCIuL3Jlc291cmNlXCI7XG5pbXBvcnQgdHlwZSB7IFNpZ25hdHVyZSB9IGZyb20gXCIuL3NpZ25hdHVyZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIEJ1bmRsZSBleHRlbmRzIFJlc291cmNlIHtcbiAgLyoqIFRoaXMgaXMgYSBCdW5kbGUgcmVzb3VyY2UgKi9cbiAgcmVzb3VyY2VUeXBlOiBcIkJ1bmRsZVwiO1xuXG4gIC8qKiBBIHBlcnNpc3RlbnQgaWRlbnRpZmllciBmb3IgdGhlIGJhdGNoIHRoYXQgd29uJ3QgY2hhbmdlIGFzIGEgYmF0Y2ggaXMgY29waWVkIGZyb20gc2VydmVyIHRvIHNlcnZlci4gKi9cbiAgaWRlbnRpZmllcj86IElkZW50aWZpZXI7XG5cbiAgLyoqIEluZGljYXRlcyB0aGUgcHVycG9zZSBvZiB0aGlzIGJ1bmRsZSAtIGhvdyBpdCB3YXMgaW50ZW5kZWQgdG8gYmUgdXNlZC4gKi9cbiAgdHlwZT86XG4gICAgfCBcImRvY3VtZW50XCJcbiAgICB8IFwibWVzc2FnZVwiXG4gICAgfCBcInRyYW5zYWN0aW9uXCJcbiAgICB8IFwidHJhbnNhY3Rpb24tcmVzcG9uc2VcIlxuICAgIHwgXCJiYXRjaFwiXG4gICAgfCBcImJhdGNoLXJlc3BvbnNlXCJcbiAgICB8IFwiaGlzdG9yeVwiXG4gICAgfCBcInNlYXJjaHNldFwiXG4gICAgfCBcImNvbGxlY3Rpb25cIjtcblxuICAvKiogSWYgYSBzZXQgb2Ygc2VhcmNoIG1hdGNoZXMsIHRoaXMgaXMgdGhlIHRvdGFsIG51bWJlciBvZiBtYXRjaGVzIGZvciB0aGUgc2VhcmNoIChhcyBvcHBvc2VkIHRvIHRoZSBudW1iZXIgb2YgcmVzdWx0cyBpbiB0aGlzIGJ1bmRsZSkuICovXG4gIHRvdGFsPzogbnVtYmVyO1xuXG4gIC8qKiBBIHNlcmllcyBvZiBsaW5rcyB0aGF0IHByb3ZpZGUgY29udGV4dCB0byB0aGlzIGJ1bmRsZS4gKi9cbiAgbGluaz86IEFycmF5PEJ1bmRsZV9MaW5rPjtcblxuICAvKiogQW4gZW50cnkgaW4gYSBidW5kbGUgcmVzb3VyY2UgLSB3aWxsIGVpdGhlciBjb250YWluIGEgcmVzb3VyY2UsIG9yIGluZm9ybWF0aW9uIGFib3V0IGEgcmVzb3VyY2UgKHRyYW5zYWN0aW9ucyBhbmQgaGlzdG9yeSBvbmx5KS4gKi9cbiAgZW50cnk/OiBBcnJheTxCdW5kbGVfRW50cnk+O1xuXG4gIC8qKiBEaWdpdGFsIFNpZ25hdHVyZSAtIGJhc2U2NCBlbmNvZGVkLiBYTUwtRFNJZyBvciBhIEpXVC4gKi9cbiAgc2lnbmF0dXJlPzogU2lnbmF0dXJlO1xufVxuIl19
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { Bundle_Link } from "./bundle_link";
|
|
3
|
+
import type { Bundle_Request } from "./bundle_request";
|
|
4
|
+
import type { Bundle_Response } from "./bundle_response";
|
|
5
|
+
import type { Bundle_Search } from "./bundle_search";
|
|
6
|
+
import type { ResourceList } from "./resourcelist";
|
|
7
|
+
export interface Bundle_Entry extends BackboneElement {
|
|
8
|
+
/** A series of links that provide context to this entry. */
|
|
9
|
+
link?: Array<Bundle_Link>;
|
|
10
|
+
/** The Absolute URL for the resource. The fullUrl SHALL not disagree with the id in the resource. The fullUrl is a version independent reference to the resource. The fullUrl element SHALL have a value except that:
|
|
11
|
+
* fullUrl can be empty on a POST (although it does not need to when specifying a temporary id for reference in the bundle)
|
|
12
|
+
* Results from operations might involve resources that are not identified. */
|
|
13
|
+
fullUrl?: string;
|
|
14
|
+
/** The Resources for the entry. */
|
|
15
|
+
resource?: ResourceList;
|
|
16
|
+
/** Information about the search process that lead to the creation of this entry. */
|
|
17
|
+
search?: Bundle_Search;
|
|
18
|
+
/** Additional information about how this entry should be processed as part of a transaction. */
|
|
19
|
+
request?: Bundle_Request;
|
|
20
|
+
/** Additional information about how this entry should be processed as part of a transaction. */
|
|
21
|
+
response?: Bundle_Response;
|
|
22
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnVuZGxlX2VudHJ5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2J1bmRsZV9lbnRyeS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBCdW5kbGVfRW50cnkgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQnVuZGxlX0xpbmsgfSBmcm9tIFwiLi9idW5kbGVfbGlua1wiO1xuaW1wb3J0IHR5cGUgeyBCdW5kbGVfUmVxdWVzdCB9IGZyb20gXCIuL2J1bmRsZV9yZXF1ZXN0XCI7XG5pbXBvcnQgdHlwZSB7IEJ1bmRsZV9SZXNwb25zZSB9IGZyb20gXCIuL2J1bmRsZV9yZXNwb25zZVwiO1xuaW1wb3J0IHR5cGUgeyBCdW5kbGVfU2VhcmNoIH0gZnJvbSBcIi4vYnVuZGxlX3NlYXJjaFwiO1xuaW1wb3J0IHR5cGUgeyBSZXNvdXJjZUxpc3QgfSBmcm9tIFwiLi9yZXNvdXJjZWxpc3RcIjtcblxuZXhwb3J0IGludGVyZmFjZSBCdW5kbGVfRW50cnkgZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogQSBzZXJpZXMgb2YgbGlua3MgdGhhdCBwcm92aWRlIGNvbnRleHQgdG8gdGhpcyBlbnRyeS4gKi9cbiAgbGluaz86IEFycmF5PEJ1bmRsZV9MaW5rPjtcblxuICAvKiogVGhlIEFic29sdXRlIFVSTCBmb3IgdGhlIHJlc291cmNlLiAgVGhlIGZ1bGxVcmwgU0hBTEwgbm90IGRpc2FncmVlIHdpdGggdGhlIGlkIGluIHRoZSByZXNvdXJjZS4gVGhlIGZ1bGxVcmwgaXMgYSB2ZXJzaW9uIGluZGVwZW5kZW50IHJlZmVyZW5jZSB0byB0aGUgcmVzb3VyY2UuIFRoZSBmdWxsVXJsIGVsZW1lbnQgU0hBTEwgaGF2ZSBhIHZhbHVlIGV4Y2VwdCB0aGF0OlxuICAgKiBmdWxsVXJsIGNhbiBiZSBlbXB0eSBvbiBhIFBPU1QgKGFsdGhvdWdoIGl0IGRvZXMgbm90IG5lZWQgdG8gd2hlbiBzcGVjaWZ5aW5nIGEgdGVtcG9yYXJ5IGlkIGZvciByZWZlcmVuY2UgaW4gdGhlIGJ1bmRsZSlcbiAgICogUmVzdWx0cyBmcm9tIG9wZXJhdGlvbnMgbWlnaHQgaW52b2x2ZSByZXNvdXJjZXMgdGhhdCBhcmUgbm90IGlkZW50aWZpZWQuICovXG4gIGZ1bGxVcmw/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBSZXNvdXJjZXMgZm9yIHRoZSBlbnRyeS4gKi9cbiAgcmVzb3VyY2U/OiBSZXNvdXJjZUxpc3Q7XG5cbiAgLyoqIEluZm9ybWF0aW9uIGFib3V0IHRoZSBzZWFyY2ggcHJvY2VzcyB0aGF0IGxlYWQgdG8gdGhlIGNyZWF0aW9uIG9mIHRoaXMgZW50cnkuICovXG4gIHNlYXJjaD86IEJ1bmRsZV9TZWFyY2g7XG5cbiAgLyoqIEFkZGl0aW9uYWwgaW5mb3JtYXRpb24gYWJvdXQgaG93IHRoaXMgZW50cnkgc2hvdWxkIGJlIHByb2Nlc3NlZCBhcyBwYXJ0IG9mIGEgdHJhbnNhY3Rpb24uICovXG4gIHJlcXVlc3Q/OiBCdW5kbGVfUmVxdWVzdDtcblxuICAvKiogQWRkaXRpb25hbCBpbmZvcm1hdGlvbiBhYm91dCBob3cgdGhpcyBlbnRyeSBzaG91bGQgYmUgcHJvY2Vzc2VkIGFzIHBhcnQgb2YgYSB0cmFuc2FjdGlvbi4gKi9cbiAgcmVzcG9uc2U/OiBCdW5kbGVfUmVzcG9uc2U7XG59XG4iXX0=
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
export interface Bundle_Link extends BackboneElement {
|
|
3
|
+
/** A name which details the functional use for this link - see [http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1](http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1). */
|
|
4
|
+
relation?: string;
|
|
5
|
+
/** The reference details for the link. */
|
|
6
|
+
url?: string;
|
|
7
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnVuZGxlX2xpbmsuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvYnVuZGxlX2xpbmsudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQnVuZGxlX0xpbmsgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcblxuZXhwb3J0IGludGVyZmFjZSBCdW5kbGVfTGluayBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBBIG5hbWUgd2hpY2ggZGV0YWlscyB0aGUgZnVuY3Rpb25hbCB1c2UgZm9yIHRoaXMgbGluayAtIHNlZSBbaHR0cDovL3d3dy5pYW5hLm9yZy9hc3NpZ25tZW50cy9saW5rLXJlbGF0aW9ucy9saW5rLXJlbGF0aW9ucy54aHRtbCNsaW5rLXJlbGF0aW9ucy0xXShodHRwOi8vd3d3LmlhbmEub3JnL2Fzc2lnbm1lbnRzL2xpbmstcmVsYXRpb25zL2xpbmstcmVsYXRpb25zLnhodG1sI2xpbmstcmVsYXRpb25zLTEpLiAqL1xuICByZWxhdGlvbj86IHN0cmluZztcblxuICAvKiogVGhlIHJlZmVyZW5jZSBkZXRhaWxzIGZvciB0aGUgbGluay4gKi9cbiAgdXJsPzogc3RyaW5nO1xufVxuIl19
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
export interface Bundle_Request extends BackboneElement {
|
|
3
|
+
/** The HTTP verb for this entry in either a change history, or a transaction/ transaction response. */
|
|
4
|
+
method?: "GET" | "POST" | "PUT" | "DELETE";
|
|
5
|
+
/** The URL for this entry, relative to the root (the address to which the request is posted). */
|
|
6
|
+
url?: string;
|
|
7
|
+
/** If the ETag values match, return a 304 Not Modified status. See the API documentation for ["Conditional Read"](http.html#cread). */
|
|
8
|
+
ifNoneMatch?: string;
|
|
9
|
+
/** Only perform the operation if the last updated date matches. See the API documentation for ["Conditional Read"](http.html#cread). */
|
|
10
|
+
ifModifiedSince?: string;
|
|
11
|
+
/** Only perform the operation if the Etag value matches. For more information, see the API section ["Managing Resource Contention"](http.html#concurrency). */
|
|
12
|
+
ifMatch?: string;
|
|
13
|
+
/** Instruct the server not to perform the create if a specified resource already exists. For further information, see the API documentation for ["Conditional Create"](http.html#ccreate). This is just the query portion of the URL - what follows the "?" (not including the "?"). */
|
|
14
|
+
ifNoneExist?: string;
|
|
15
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnVuZGxlX3JlcXVlc3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvYnVuZGxlX3JlcXVlc3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQnVuZGxlX1JlcXVlc3QgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcblxuZXhwb3J0IGludGVyZmFjZSBCdW5kbGVfUmVxdWVzdCBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBUaGUgSFRUUCB2ZXJiIGZvciB0aGlzIGVudHJ5IGluIGVpdGhlciBhIGNoYW5nZSBoaXN0b3J5LCBvciBhIHRyYW5zYWN0aW9uLyB0cmFuc2FjdGlvbiByZXNwb25zZS4gKi9cbiAgbWV0aG9kPzogXCJHRVRcIiB8IFwiUE9TVFwiIHwgXCJQVVRcIiB8IFwiREVMRVRFXCI7XG5cbiAgLyoqIFRoZSBVUkwgZm9yIHRoaXMgZW50cnksIHJlbGF0aXZlIHRvIHRoZSByb290ICh0aGUgYWRkcmVzcyB0byB3aGljaCB0aGUgcmVxdWVzdCBpcyBwb3N0ZWQpLiAqL1xuICB1cmw/OiBzdHJpbmc7XG5cbiAgLyoqIElmIHRoZSBFVGFnIHZhbHVlcyBtYXRjaCwgcmV0dXJuIGEgMzA0IE5vdCBNb2RpZmllZCBzdGF0dXMuIFNlZSB0aGUgQVBJIGRvY3VtZW50YXRpb24gZm9yIFtcIkNvbmRpdGlvbmFsIFJlYWRcIl0oaHR0cC5odG1sI2NyZWFkKS4gKi9cbiAgaWZOb25lTWF0Y2g/OiBzdHJpbmc7XG5cbiAgLyoqIE9ubHkgcGVyZm9ybSB0aGUgb3BlcmF0aW9uIGlmIHRoZSBsYXN0IHVwZGF0ZWQgZGF0ZSBtYXRjaGVzLiBTZWUgdGhlIEFQSSBkb2N1bWVudGF0aW9uIGZvciBbXCJDb25kaXRpb25hbCBSZWFkXCJdKGh0dHAuaHRtbCNjcmVhZCkuICovXG4gIGlmTW9kaWZpZWRTaW5jZT86IHN0cmluZztcblxuICAvKiogT25seSBwZXJmb3JtIHRoZSBvcGVyYXRpb24gaWYgdGhlIEV0YWcgdmFsdWUgbWF0Y2hlcy4gRm9yIG1vcmUgaW5mb3JtYXRpb24sIHNlZSB0aGUgQVBJIHNlY3Rpb24gW1wiTWFuYWdpbmcgUmVzb3VyY2UgQ29udGVudGlvblwiXShodHRwLmh0bWwjY29uY3VycmVuY3kpLiAqL1xuICBpZk1hdGNoPzogc3RyaW5nO1xuXG4gIC8qKiBJbnN0cnVjdCB0aGUgc2VydmVyIG5vdCB0byBwZXJmb3JtIHRoZSBjcmVhdGUgaWYgYSBzcGVjaWZpZWQgcmVzb3VyY2UgYWxyZWFkeSBleGlzdHMuIEZvciBmdXJ0aGVyIGluZm9ybWF0aW9uLCBzZWUgdGhlIEFQSSBkb2N1bWVudGF0aW9uIGZvciBbXCJDb25kaXRpb25hbCBDcmVhdGVcIl0oaHR0cC5odG1sI2NjcmVhdGUpLiBUaGlzIGlzIGp1c3QgdGhlIHF1ZXJ5IHBvcnRpb24gb2YgdGhlIFVSTCAtIHdoYXQgZm9sbG93cyB0aGUgXCI/XCIgKG5vdCBpbmNsdWRpbmcgdGhlIFwiP1wiKS4gKi9cbiAgaWZOb25lRXhpc3Q/OiBzdHJpbmc7XG59XG4iXX0=
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { ResourceList } from "./resourcelist";
|
|
3
|
+
export interface Bundle_Response extends BackboneElement {
|
|
4
|
+
/** The status code returned by processing this entry. The status SHALL start with a 3 digit HTTP code (e.g. 404) and may contain the standard HTTP description associated with the status code. */
|
|
5
|
+
status?: string;
|
|
6
|
+
/** The location header created by processing this operation. */
|
|
7
|
+
location?: string;
|
|
8
|
+
/** The etag for the resource, it the operation for the entry produced a versioned resource (see [Resource Metadata and Versioning](http.html#versioning) and [Managing Resource Contention](http.html#concurrency)). */
|
|
9
|
+
etag?: string;
|
|
10
|
+
/** The date/time that the resource was modified on the server. */
|
|
11
|
+
lastModified?: string;
|
|
12
|
+
/** An OperationOutcome containing hints and warnings produced as part of processing this entry in a batch or transaction. */
|
|
13
|
+
outcome?: ResourceList;
|
|
14
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnVuZGxlX3Jlc3BvbnNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2J1bmRsZV9yZXNwb25zZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBCdW5kbGVfUmVzcG9uc2UgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgUmVzb3VyY2VMaXN0IH0gZnJvbSBcIi4vcmVzb3VyY2VsaXN0XCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQnVuZGxlX1Jlc3BvbnNlIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIFRoZSBzdGF0dXMgY29kZSByZXR1cm5lZCBieSBwcm9jZXNzaW5nIHRoaXMgZW50cnkuIFRoZSBzdGF0dXMgU0hBTEwgc3RhcnQgd2l0aCBhIDMgZGlnaXQgSFRUUCBjb2RlIChlLmcuIDQwNCkgYW5kIG1heSBjb250YWluIHRoZSBzdGFuZGFyZCBIVFRQIGRlc2NyaXB0aW9uIGFzc29jaWF0ZWQgd2l0aCB0aGUgc3RhdHVzIGNvZGUuICovXG4gIHN0YXR1cz86IHN0cmluZztcblxuICAvKiogVGhlIGxvY2F0aW9uIGhlYWRlciBjcmVhdGVkIGJ5IHByb2Nlc3NpbmcgdGhpcyBvcGVyYXRpb24uICovXG4gIGxvY2F0aW9uPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgZXRhZyBmb3IgdGhlIHJlc291cmNlLCBpdCB0aGUgb3BlcmF0aW9uIGZvciB0aGUgZW50cnkgcHJvZHVjZWQgYSB2ZXJzaW9uZWQgcmVzb3VyY2UgKHNlZSBbUmVzb3VyY2UgTWV0YWRhdGEgYW5kIFZlcnNpb25pbmddKGh0dHAuaHRtbCN2ZXJzaW9uaW5nKSBhbmQgW01hbmFnaW5nIFJlc291cmNlIENvbnRlbnRpb25dKGh0dHAuaHRtbCNjb25jdXJyZW5jeSkpLiAqL1xuICBldGFnPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgZGF0ZS90aW1lIHRoYXQgdGhlIHJlc291cmNlIHdhcyBtb2RpZmllZCBvbiB0aGUgc2VydmVyLiAqL1xuICBsYXN0TW9kaWZpZWQ/OiBzdHJpbmc7XG5cbiAgLyoqIEFuIE9wZXJhdGlvbk91dGNvbWUgY29udGFpbmluZyBoaW50cyBhbmQgd2FybmluZ3MgcHJvZHVjZWQgYXMgcGFydCBvZiBwcm9jZXNzaW5nIHRoaXMgZW50cnkgaW4gYSBiYXRjaCBvciB0cmFuc2FjdGlvbi4gKi9cbiAgb3V0Y29tZT86IFJlc291cmNlTGlzdDtcbn1cbiJdfQ==
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
export interface Bundle_Search extends BackboneElement {
|
|
3
|
+
/** Why this entry is in the result set - whether it's included as a match or because of an _include requirement. */
|
|
4
|
+
mode?: "match" | "include" | "outcome";
|
|
5
|
+
/** When searching, the server's search ranking score for the entry. */
|
|
6
|
+
score?: number;
|
|
7
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnVuZGxlX3NlYXJjaC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9idW5kbGVfc2VhcmNoLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIEJ1bmRsZV9TZWFyY2ggVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcblxuZXhwb3J0IGludGVyZmFjZSBCdW5kbGVfU2VhcmNoIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIFdoeSB0aGlzIGVudHJ5IGlzIGluIHRoZSByZXN1bHQgc2V0IC0gd2hldGhlciBpdCdzIGluY2x1ZGVkIGFzIGEgbWF0Y2ggb3IgYmVjYXVzZSBvZiBhbiBfaW5jbHVkZSByZXF1aXJlbWVudC4gKi9cbiAgbW9kZT86IFwibWF0Y2hcIiB8IFwiaW5jbHVkZVwiIHwgXCJvdXRjb21lXCI7XG5cbiAgLyoqIFdoZW4gc2VhcmNoaW5nLCB0aGUgc2VydmVyJ3Mgc2VhcmNoIHJhbmtpbmcgc2NvcmUgZm9yIHRoZSBlbnRyeS4gKi9cbiAgc2NvcmU/OiBudW1iZXI7XG59XG4iXX0=
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import type { CapabilityStatement_Document } from "./capabilitystatement_document";
|
|
2
|
+
import type { CapabilityStatement_Implementation } from "./capabilitystatement_implementation";
|
|
3
|
+
import type { CapabilityStatement_Messaging } from "./capabilitystatement_messaging";
|
|
4
|
+
import type { CapabilityStatement_Rest } from "./capabilitystatement_rest";
|
|
5
|
+
import type { CapabilityStatement_Software } from "./capabilitystatement_software";
|
|
6
|
+
import type { CodeableConcept } from "./codeableconcept";
|
|
7
|
+
import type { ContactDetail } from "./contactdetail";
|
|
8
|
+
import type { DomainResource } from "./domainresource";
|
|
9
|
+
import type { Reference } from "./reference";
|
|
10
|
+
import type { UsageContext } from "./usagecontext";
|
|
11
|
+
export interface CapabilityStatement extends DomainResource {
|
|
12
|
+
/** This is a CapabilityStatement resource */
|
|
13
|
+
resourceType: "CapabilityStatement";
|
|
14
|
+
/** An absolute URI that is used to identify this capability statement when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this capability statement is (or will be) published. The URL SHOULD include the major version of the capability statement. For more information see [Technical and Business Versions](resource.html#versions). */
|
|
15
|
+
url?: string;
|
|
16
|
+
/** The identifier that is used to identify this version of the capability statement when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the capability statement author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. */
|
|
17
|
+
version?: string;
|
|
18
|
+
/** A natural language name identifying the capability statement. This name should be usable as an identifier for the module by machine processing applications such as code generation. */
|
|
19
|
+
name?: string;
|
|
20
|
+
/** A short, descriptive, user-friendly title for the capability statement. */
|
|
21
|
+
title?: string;
|
|
22
|
+
/** The status of this capability statement. Enables tracking the life-cycle of the content. */
|
|
23
|
+
status?: "draft" | "active" | "retired" | "unknown";
|
|
24
|
+
/** A boolean value to indicate that this capability statement is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage. */
|
|
25
|
+
experimental?: boolean;
|
|
26
|
+
/** The date (and optionally time) when the capability statement was published. The date must change if and when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the capability statement changes. */
|
|
27
|
+
date?: string;
|
|
28
|
+
/** The name of the individual or organization that published the capability statement. */
|
|
29
|
+
publisher?: string;
|
|
30
|
+
/** Contact details to assist a user in finding and communicating with the publisher. */
|
|
31
|
+
contact?: Array<ContactDetail>;
|
|
32
|
+
/** A free text natural language description of the capability statement from a consumer's perspective. Typically, this is used when the capability statement describes a desired rather than an actual solution, for example as a formal expression of requirements as part of an RFP. */
|
|
33
|
+
description?: string;
|
|
34
|
+
/** The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching for appropriate capability statement instances. */
|
|
35
|
+
useContext?: Array<UsageContext>;
|
|
36
|
+
/** A legal or geographic region in which the capability statement is intended to be used. */
|
|
37
|
+
jurisdiction?: Array<CodeableConcept>;
|
|
38
|
+
/** Explaination of why this capability statement is needed and why it has been designed as it has. */
|
|
39
|
+
purpose?: string;
|
|
40
|
+
/** A copyright statement relating to the capability statement and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the capability statement. */
|
|
41
|
+
copyright?: string;
|
|
42
|
+
/** The way that this statement is intended to be used, to describe an actual running instance of software, a particular product (kind not instance of software) or a class of implementation (e.g. a desired purchase). */
|
|
43
|
+
kind?: "instance" | "capability" | "requirements";
|
|
44
|
+
/** Reference to a canonical URL of another CapabilityStatement that this software implements or uses. This capability statement is a published API description that corresponds to a business service. The rest of the capability statement does not need to repeat the details of the referenced resource, but can do so. */
|
|
45
|
+
instantiates?: Array<string>;
|
|
46
|
+
/** Software that is covered by this capability statement. It is used when the capability statement describes the capabilities of a particular software version, independent of an installation. */
|
|
47
|
+
software?: CapabilityStatement_Software;
|
|
48
|
+
/** Identifies a specific implementation instance that is described by the capability statement - i.e. a particular installation, rather than the capabilities of a software program. */
|
|
49
|
+
implementation?: CapabilityStatement_Implementation;
|
|
50
|
+
/** The version of the FHIR specification on which this capability statement is based. */
|
|
51
|
+
fhirVersion?: string;
|
|
52
|
+
/** A code that indicates whether the application accepts unknown elements or extensions when reading resources. */
|
|
53
|
+
acceptUnknown?: "no" | "extensions" | "elements" | "both";
|
|
54
|
+
/** A list of the formats supported by this implementation using their content types. */
|
|
55
|
+
format?: Array<string>;
|
|
56
|
+
/** A list of the patch formats supported by this implementation using their content types. */
|
|
57
|
+
patchFormat?: Array<string>;
|
|
58
|
+
/** A list of implementation guides that the server does (or should) support in their entirety. */
|
|
59
|
+
implementationGuide?: Array<string>;
|
|
60
|
+
/** A list of profiles that represent different use cases supported by the system. For a server, "supported by the system" means the system hosts/produces a set of resources that are conformant to a particular profile, and allows clients that use its services to search using this profile and to find appropriate data. For a client, it means the system will search by this profile and process data according to the guidance implicit in the profile. See further discussion in [Using Profiles](profiling.html#profile-uses). */
|
|
61
|
+
profile?: Array<Reference>;
|
|
62
|
+
/** A definition of the restful capabilities of the solution, if any. */
|
|
63
|
+
rest?: Array<CapabilityStatement_Rest>;
|
|
64
|
+
/** A description of the messaging capabilities of the solution. */
|
|
65
|
+
messaging?: Array<CapabilityStatement_Messaging>;
|
|
66
|
+
/** A document definition. */
|
|
67
|
+
document?: Array<CapabilityStatement_Document>;
|
|
68
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9jYXBhYmlsaXR5c3RhdGVtZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENhcGFiaWxpdHlTdGF0ZW1lbnQgVHlwZVxuaW1wb3J0IHR5cGUgeyBDYXBhYmlsaXR5U3RhdGVtZW50X0RvY3VtZW50IH0gZnJvbSBcIi4vY2FwYWJpbGl0eXN0YXRlbWVudF9kb2N1bWVudFwiO1xuaW1wb3J0IHR5cGUgeyBDYXBhYmlsaXR5U3RhdGVtZW50X0ltcGxlbWVudGF0aW9uIH0gZnJvbSBcIi4vY2FwYWJpbGl0eXN0YXRlbWVudF9pbXBsZW1lbnRhdGlvblwiO1xuaW1wb3J0IHR5cGUgeyBDYXBhYmlsaXR5U3RhdGVtZW50X01lc3NhZ2luZyB9IGZyb20gXCIuL2NhcGFiaWxpdHlzdGF0ZW1lbnRfbWVzc2FnaW5nXCI7XG5pbXBvcnQgdHlwZSB7IENhcGFiaWxpdHlTdGF0ZW1lbnRfUmVzdCB9IGZyb20gXCIuL2NhcGFiaWxpdHlzdGF0ZW1lbnRfcmVzdFwiO1xuaW1wb3J0IHR5cGUgeyBDYXBhYmlsaXR5U3RhdGVtZW50X1NvZnR3YXJlIH0gZnJvbSBcIi4vY2FwYWJpbGl0eXN0YXRlbWVudF9zb2Z0d2FyZVwiO1xuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgQ29udGFjdERldGFpbCB9IGZyb20gXCIuL2NvbnRhY3RkZXRhaWxcIjtcbmltcG9ydCB0eXBlIHsgRG9tYWluUmVzb3VyY2UgfSBmcm9tIFwiLi9kb21haW5yZXNvdXJjZVwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcbmltcG9ydCB0eXBlIHsgVXNhZ2VDb250ZXh0IH0gZnJvbSBcIi4vdXNhZ2Vjb250ZXh0XCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ2FwYWJpbGl0eVN0YXRlbWVudCBleHRlbmRzIERvbWFpblJlc291cmNlIHtcbiAgLyoqIFRoaXMgaXMgYSBDYXBhYmlsaXR5U3RhdGVtZW50IHJlc291cmNlICovXG4gIHJlc291cmNlVHlwZTogXCJDYXBhYmlsaXR5U3RhdGVtZW50XCI7XG5cbiAgLyoqIEFuIGFic29sdXRlIFVSSSB0aGF0IGlzIHVzZWQgdG8gaWRlbnRpZnkgdGhpcyBjYXBhYmlsaXR5IHN0YXRlbWVudCB3aGVuIGl0IGlzIHJlZmVyZW5jZWQgaW4gYSBzcGVjaWZpY2F0aW9uLCBtb2RlbCwgZGVzaWduIG9yIGFuIGluc3RhbmNlLiBUaGlzIFNIQUxMIGJlIGEgVVJMLCBTSE9VTEQgYmUgZ2xvYmFsbHkgdW5pcXVlLCBhbmQgU0hPVUxEIGJlIGFuIGFkZHJlc3MgYXQgd2hpY2ggdGhpcyBjYXBhYmlsaXR5IHN0YXRlbWVudCBpcyAob3Igd2lsbCBiZSkgcHVibGlzaGVkLiBUaGUgVVJMIFNIT1VMRCBpbmNsdWRlIHRoZSBtYWpvciB2ZXJzaW9uIG9mIHRoZSBjYXBhYmlsaXR5IHN0YXRlbWVudC4gRm9yIG1vcmUgaW5mb3JtYXRpb24gc2VlIFtUZWNobmljYWwgYW5kIEJ1c2luZXNzIFZlcnNpb25zXShyZXNvdXJjZS5odG1sI3ZlcnNpb25zKS4gKi9cbiAgdXJsPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgaWRlbnRpZmllciB0aGF0IGlzIHVzZWQgdG8gaWRlbnRpZnkgdGhpcyB2ZXJzaW9uIG9mIHRoZSBjYXBhYmlsaXR5IHN0YXRlbWVudCB3aGVuIGl0IGlzIHJlZmVyZW5jZWQgaW4gYSBzcGVjaWZpY2F0aW9uLCBtb2RlbCwgZGVzaWduIG9yIGluc3RhbmNlLiBUaGlzIGlzIGFuIGFyYml0cmFyeSB2YWx1ZSBtYW5hZ2VkIGJ5IHRoZSBjYXBhYmlsaXR5IHN0YXRlbWVudCBhdXRob3IgYW5kIGlzIG5vdCBleHBlY3RlZCB0byBiZSBnbG9iYWxseSB1bmlxdWUuIEZvciBleGFtcGxlLCBpdCBtaWdodCBiZSBhIHRpbWVzdGFtcCAoZS5nLiB5eXl5bW1kZCkgaWYgYSBtYW5hZ2VkIHZlcnNpb24gaXMgbm90IGF2YWlsYWJsZS4gVGhlcmUgaXMgYWxzbyBubyBleHBlY3RhdGlvbiB0aGF0IHZlcnNpb25zIGNhbiBiZSBwbGFjZWQgaW4gYSBsZXhpY29ncmFwaGljYWwgc2VxdWVuY2UuICovXG4gIHZlcnNpb24/OiBzdHJpbmc7XG5cbiAgLyoqIEEgbmF0dXJhbCBsYW5ndWFnZSBuYW1lIGlkZW50aWZ5aW5nIHRoZSBjYXBhYmlsaXR5IHN0YXRlbWVudC4gVGhpcyBuYW1lIHNob3VsZCBiZSB1c2FibGUgYXMgYW4gaWRlbnRpZmllciBmb3IgdGhlIG1vZHVsZSBieSBtYWNoaW5lIHByb2Nlc3NpbmcgYXBwbGljYXRpb25zIHN1Y2ggYXMgY29kZSBnZW5lcmF0aW9uLiAqL1xuICBuYW1lPzogc3RyaW5nO1xuXG4gIC8qKiBBIHNob3J0LCBkZXNjcmlwdGl2ZSwgdXNlci1mcmllbmRseSB0aXRsZSBmb3IgdGhlIGNhcGFiaWxpdHkgc3RhdGVtZW50LiAqL1xuICB0aXRsZT86IHN0cmluZztcblxuICAvKiogVGhlIHN0YXR1cyBvZiB0aGlzIGNhcGFiaWxpdHkgc3RhdGVtZW50LiBFbmFibGVzIHRyYWNraW5nIHRoZSBsaWZlLWN5Y2xlIG9mIHRoZSBjb250ZW50LiAqL1xuICBzdGF0dXM/OiBcImRyYWZ0XCIgfCBcImFjdGl2ZVwiIHwgXCJyZXRpcmVkXCIgfCBcInVua25vd25cIjtcblxuICAvKiogQSBib29sZWFuIHZhbHVlIHRvIGluZGljYXRlIHRoYXQgdGhpcyBjYXBhYmlsaXR5IHN0YXRlbWVudCBpcyBhdXRob3JlZCBmb3IgdGVzdGluZyBwdXJwb3NlcyAob3IgZWR1Y2F0aW9uL2V2YWx1YXRpb24vbWFya2V0aW5nKSwgYW5kIGlzIG5vdCBpbnRlbmRlZCB0byBiZSB1c2VkIGZvciBnZW51aW5lIHVzYWdlLiAqL1xuICBleHBlcmltZW50YWw/OiBib29sZWFuO1xuXG4gIC8qKiBUaGUgZGF0ZSAgKGFuZCBvcHRpb25hbGx5IHRpbWUpIHdoZW4gdGhlIGNhcGFiaWxpdHkgc3RhdGVtZW50IHdhcyBwdWJsaXNoZWQuIFRoZSBkYXRlIG11c3QgY2hhbmdlIGlmIGFuZCB3aGVuIHRoZSBidXNpbmVzcyB2ZXJzaW9uIGNoYW5nZXMgYW5kIGl0IG11c3QgY2hhbmdlIGlmIHRoZSBzdGF0dXMgY29kZSBjaGFuZ2VzLiBJbiBhZGRpdGlvbiwgaXQgc2hvdWxkIGNoYW5nZSB3aGVuIHRoZSBzdWJzdGFudGl2ZSBjb250ZW50IG9mIHRoZSBjYXBhYmlsaXR5IHN0YXRlbWVudCBjaGFuZ2VzLiAqL1xuICBkYXRlPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgbmFtZSBvZiB0aGUgaW5kaXZpZHVhbCBvciBvcmdhbml6YXRpb24gdGhhdCBwdWJsaXNoZWQgdGhlIGNhcGFiaWxpdHkgc3RhdGVtZW50LiAqL1xuICBwdWJsaXNoZXI/OiBzdHJpbmc7XG5cbiAgLyoqIENvbnRhY3QgZGV0YWlscyB0byBhc3Npc3QgYSB1c2VyIGluIGZpbmRpbmcgYW5kIGNvbW11bmljYXRpbmcgd2l0aCB0aGUgcHVibGlzaGVyLiAqL1xuICBjb250YWN0PzogQXJyYXk8Q29udGFjdERldGFpbD47XG5cbiAgLyoqIEEgZnJlZSB0ZXh0IG5hdHVyYWwgbGFuZ3VhZ2UgZGVzY3JpcHRpb24gb2YgdGhlIGNhcGFiaWxpdHkgc3RhdGVtZW50IGZyb20gYSBjb25zdW1lcidzIHBlcnNwZWN0aXZlLiBUeXBpY2FsbHksIHRoaXMgaXMgdXNlZCB3aGVuIHRoZSBjYXBhYmlsaXR5IHN0YXRlbWVudCBkZXNjcmliZXMgYSBkZXNpcmVkIHJhdGhlciB0aGFuIGFuIGFjdHVhbCBzb2x1dGlvbiwgZm9yIGV4YW1wbGUgYXMgYSBmb3JtYWwgZXhwcmVzc2lvbiBvZiByZXF1aXJlbWVudHMgYXMgcGFydCBvZiBhbiBSRlAuICovXG4gIGRlc2NyaXB0aW9uPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgY29udGVudCB3YXMgZGV2ZWxvcGVkIHdpdGggYSBmb2N1cyBhbmQgaW50ZW50IG9mIHN1cHBvcnRpbmcgdGhlIGNvbnRleHRzIHRoYXQgYXJlIGxpc3RlZC4gVGhlc2UgdGVybXMgbWF5IGJlIHVzZWQgdG8gYXNzaXN0IHdpdGggaW5kZXhpbmcgYW5kIHNlYXJjaGluZyBmb3IgYXBwcm9wcmlhdGUgY2FwYWJpbGl0eSBzdGF0ZW1lbnQgaW5zdGFuY2VzLiAqL1xuICB1c2VDb250ZXh0PzogQXJyYXk8VXNhZ2VDb250ZXh0PjtcblxuICAvKiogQSBsZWdhbCBvciBnZW9ncmFwaGljIHJlZ2lvbiBpbiB3aGljaCB0aGUgY2FwYWJpbGl0eSBzdGF0ZW1lbnQgaXMgaW50ZW5kZWQgdG8gYmUgdXNlZC4gKi9cbiAganVyaXNkaWN0aW9uPzogQXJyYXk8Q29kZWFibGVDb25jZXB0PjtcblxuICAvKiogRXhwbGFpbmF0aW9uIG9mIHdoeSB0aGlzIGNhcGFiaWxpdHkgc3RhdGVtZW50IGlzIG5lZWRlZCBhbmQgd2h5IGl0IGhhcyBiZWVuIGRlc2lnbmVkIGFzIGl0IGhhcy4gKi9cbiAgcHVycG9zZT86IHN0cmluZztcblxuICAvKiogQSBjb3B5cmlnaHQgc3RhdGVtZW50IHJlbGF0aW5nIHRvIHRoZSBjYXBhYmlsaXR5IHN0YXRlbWVudCBhbmQvb3IgaXRzIGNvbnRlbnRzLiBDb3B5cmlnaHQgc3RhdGVtZW50cyBhcmUgZ2VuZXJhbGx5IGxlZ2FsIHJlc3RyaWN0aW9ucyBvbiB0aGUgdXNlIGFuZCBwdWJsaXNoaW5nIG9mIHRoZSBjYXBhYmlsaXR5IHN0YXRlbWVudC4gKi9cbiAgY29weXJpZ2h0Pzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgd2F5IHRoYXQgdGhpcyBzdGF0ZW1lbnQgaXMgaW50ZW5kZWQgdG8gYmUgdXNlZCwgdG8gZGVzY3JpYmUgYW4gYWN0dWFsIHJ1bm5pbmcgaW5zdGFuY2Ugb2Ygc29mdHdhcmUsIGEgcGFydGljdWxhciBwcm9kdWN0IChraW5kIG5vdCBpbnN0YW5jZSBvZiBzb2Z0d2FyZSkgb3IgYSBjbGFzcyBvZiBpbXBsZW1lbnRhdGlvbiAoZS5nLiBhIGRlc2lyZWQgcHVyY2hhc2UpLiAqL1xuICBraW5kPzogXCJpbnN0YW5jZVwiIHwgXCJjYXBhYmlsaXR5XCIgfCBcInJlcXVpcmVtZW50c1wiO1xuXG4gIC8qKiBSZWZlcmVuY2UgdG8gYSBjYW5vbmljYWwgVVJMIG9mIGFub3RoZXIgQ2FwYWJpbGl0eVN0YXRlbWVudCB0aGF0IHRoaXMgc29mdHdhcmUgaW1wbGVtZW50cyBvciB1c2VzLiBUaGlzIGNhcGFiaWxpdHkgc3RhdGVtZW50IGlzIGEgcHVibGlzaGVkIEFQSSBkZXNjcmlwdGlvbiB0aGF0IGNvcnJlc3BvbmRzIHRvIGEgYnVzaW5lc3Mgc2VydmljZS4gVGhlIHJlc3Qgb2YgdGhlIGNhcGFiaWxpdHkgc3RhdGVtZW50IGRvZXMgbm90IG5lZWQgdG8gcmVwZWF0IHRoZSBkZXRhaWxzIG9mIHRoZSByZWZlcmVuY2VkIHJlc291cmNlLCBidXQgY2FuIGRvIHNvLiAqL1xuICBpbnN0YW50aWF0ZXM/OiBBcnJheTxzdHJpbmc+O1xuXG4gIC8qKiBTb2Z0d2FyZSB0aGF0IGlzIGNvdmVyZWQgYnkgdGhpcyBjYXBhYmlsaXR5IHN0YXRlbWVudC4gIEl0IGlzIHVzZWQgd2hlbiB0aGUgY2FwYWJpbGl0eSBzdGF0ZW1lbnQgZGVzY3JpYmVzIHRoZSBjYXBhYmlsaXRpZXMgb2YgYSBwYXJ0aWN1bGFyIHNvZnR3YXJlIHZlcnNpb24sIGluZGVwZW5kZW50IG9mIGFuIGluc3RhbGxhdGlvbi4gKi9cbiAgc29mdHdhcmU/OiBDYXBhYmlsaXR5U3RhdGVtZW50X1NvZnR3YXJlO1xuXG4gIC8qKiBJZGVudGlmaWVzIGEgc3BlY2lmaWMgaW1wbGVtZW50YXRpb24gaW5zdGFuY2UgdGhhdCBpcyBkZXNjcmliZWQgYnkgdGhlIGNhcGFiaWxpdHkgc3RhdGVtZW50IC0gaS5lLiBhIHBhcnRpY3VsYXIgaW5zdGFsbGF0aW9uLCByYXRoZXIgdGhhbiB0aGUgY2FwYWJpbGl0aWVzIG9mIGEgc29mdHdhcmUgcHJvZ3JhbS4gKi9cbiAgaW1wbGVtZW50YXRpb24/OiBDYXBhYmlsaXR5U3RhdGVtZW50X0ltcGxlbWVudGF0aW9uO1xuXG4gIC8qKiBUaGUgdmVyc2lvbiBvZiB0aGUgRkhJUiBzcGVjaWZpY2F0aW9uIG9uIHdoaWNoIHRoaXMgY2FwYWJpbGl0eSBzdGF0ZW1lbnQgaXMgYmFzZWQuICovXG4gIGZoaXJWZXJzaW9uPzogc3RyaW5nO1xuXG4gIC8qKiBBIGNvZGUgdGhhdCBpbmRpY2F0ZXMgd2hldGhlciB0aGUgYXBwbGljYXRpb24gYWNjZXB0cyB1bmtub3duIGVsZW1lbnRzIG9yIGV4dGVuc2lvbnMgd2hlbiByZWFkaW5nIHJlc291cmNlcy4gKi9cbiAgYWNjZXB0VW5rbm93bj86IFwibm9cIiB8IFwiZXh0ZW5zaW9uc1wiIHwgXCJlbGVtZW50c1wiIHwgXCJib3RoXCI7XG5cbiAgLyoqIEEgbGlzdCBvZiB0aGUgZm9ybWF0cyBzdXBwb3J0ZWQgYnkgdGhpcyBpbXBsZW1lbnRhdGlvbiB1c2luZyB0aGVpciBjb250ZW50IHR5cGVzLiAqL1xuICBmb3JtYXQ/OiBBcnJheTxzdHJpbmc+O1xuXG4gIC8qKiBBIGxpc3Qgb2YgdGhlIHBhdGNoIGZvcm1hdHMgc3VwcG9ydGVkIGJ5IHRoaXMgaW1wbGVtZW50YXRpb24gdXNpbmcgdGhlaXIgY29udGVudCB0eXBlcy4gKi9cbiAgcGF0Y2hGb3JtYXQ/OiBBcnJheTxzdHJpbmc+O1xuXG4gIC8qKiBBIGxpc3Qgb2YgaW1wbGVtZW50YXRpb24gZ3VpZGVzIHRoYXQgdGhlIHNlcnZlciBkb2VzIChvciBzaG91bGQpIHN1cHBvcnQgaW4gdGhlaXIgZW50aXJldHkuICovXG4gIGltcGxlbWVudGF0aW9uR3VpZGU/OiBBcnJheTxzdHJpbmc+O1xuXG4gIC8qKiBBIGxpc3Qgb2YgcHJvZmlsZXMgdGhhdCByZXByZXNlbnQgZGlmZmVyZW50IHVzZSBjYXNlcyBzdXBwb3J0ZWQgYnkgdGhlIHN5c3RlbS4gRm9yIGEgc2VydmVyLCBcInN1cHBvcnRlZCBieSB0aGUgc3lzdGVtXCIgbWVhbnMgdGhlIHN5c3RlbSBob3N0cy9wcm9kdWNlcyBhIHNldCBvZiByZXNvdXJjZXMgdGhhdCBhcmUgY29uZm9ybWFudCB0byBhIHBhcnRpY3VsYXIgcHJvZmlsZSwgYW5kIGFsbG93cyBjbGllbnRzIHRoYXQgdXNlIGl0cyBzZXJ2aWNlcyB0byBzZWFyY2ggdXNpbmcgdGhpcyBwcm9maWxlIGFuZCB0byBmaW5kIGFwcHJvcHJpYXRlIGRhdGEuIEZvciBhIGNsaWVudCwgaXQgbWVhbnMgdGhlIHN5c3RlbSB3aWxsIHNlYXJjaCBieSB0aGlzIHByb2ZpbGUgYW5kIHByb2Nlc3MgZGF0YSBhY2NvcmRpbmcgdG8gdGhlIGd1aWRhbmNlIGltcGxpY2l0IGluIHRoZSBwcm9maWxlLiBTZWUgZnVydGhlciBkaXNjdXNzaW9uIGluIFtVc2luZyBQcm9maWxlc10ocHJvZmlsaW5nLmh0bWwjcHJvZmlsZS11c2VzKS4gKi9cbiAgcHJvZmlsZT86IEFycmF5PFJlZmVyZW5jZT47XG5cbiAgLyoqIEEgZGVmaW5pdGlvbiBvZiB0aGUgcmVzdGZ1bCBjYXBhYmlsaXRpZXMgb2YgdGhlIHNvbHV0aW9uLCBpZiBhbnkuICovXG4gIHJlc3Q/OiBBcnJheTxDYXBhYmlsaXR5U3RhdGVtZW50X1Jlc3Q+O1xuXG4gIC8qKiBBIGRlc2NyaXB0aW9uIG9mIHRoZSBtZXNzYWdpbmcgY2FwYWJpbGl0aWVzIG9mIHRoZSBzb2x1dGlvbi4gKi9cbiAgbWVzc2FnaW5nPzogQXJyYXk8Q2FwYWJpbGl0eVN0YXRlbWVudF9NZXNzYWdpbmc+O1xuXG4gIC8qKiBBIGRvY3VtZW50IGRlZmluaXRpb24uICovXG4gIGRvY3VtZW50PzogQXJyYXk8Q2FwYWJpbGl0eVN0YXRlbWVudF9Eb2N1bWVudD47XG59XG4iXX0=
|