@openhi/types 0.0.17 → 0.0.18
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 +79 -0
- package/lib/control/constants.d.ts +8 -0
- package/lib/control/constants.js +17 -0
- package/lib/control/index.d.ts +1 -4
- package/lib/control/index.js +4 -5
- package/lib/control/membership.d.ts +3 -14
- package/lib/control/membership.js +17 -1
- package/lib/control/role.d.ts +4 -16
- package/lib/control/role.js +15 -1
- package/lib/control/roleassignment.d.ts +3 -14
- package/lib/control/roleassignment.js +18 -1
- package/lib/control/tenant.d.ts +2 -2
- package/lib/control/tenant.js +38 -1
- package/lib/control/user.d.ts +2 -13
- package/lib/control/user.js +42 -1
- package/lib/control/workspace.d.ts +2 -6
- package/lib/control/workspace.js +39 -1
- package/lib/data/account.d.ts +4 -38
- package/lib/data/account.js +29 -17
- package/lib/data/account_coverage.d.ts +21 -8
- package/lib/data/account_coverage.js +16 -1
- package/lib/data/account_guarantor.d.ts +24 -11
- package/lib/data/account_guarantor.js +18 -1
- package/lib/data/activitydefinition.d.ts +7 -65
- package/lib/data/activitydefinition.js +80 -1
- package/lib/data/activitydefinition_dynamicvalue.d.ts +21 -8
- package/lib/data/activitydefinition_dynamicvalue.js +16 -1
- package/lib/data/activitydefinition_participant.d.ts +21 -20
- package/lib/data/activitydefinition_participant.js +17 -15
- package/lib/data/address.d.ts +4 -35
- package/lib/data/address.js +24 -26
- package/lib/data/adverseevent.d.ts +4 -51
- package/lib/data/adverseevent.js +36 -16
- package/lib/data/adverseevent_suspectentity.d.ts +93 -9
- package/lib/data/adverseevent_suspectentity.js +17 -1
- package/lib/data/adverseevent_suspectentity_causality.d.ts +27 -14
- package/lib/data/adverseevent_suspectentity_causality.js +19 -1
- package/lib/data/age.d.ts +2 -1
- package/lib/data/age.js +18 -1
- package/lib/data/allergyintolerance.d.ts +6 -76
- package/lib/data/allergyintolerance.js +40 -51
- package/lib/data/allergyintolerance_reaction.d.ts +36 -29
- package/lib/data/allergyintolerance_reaction.js +23 -13
- package/lib/data/annotation.d.ts +3 -5
- package/lib/data/annotation.js +17 -1
- package/lib/data/appointment.d.ts +4 -48
- package/lib/data/appointment.js +39 -27
- package/lib/data/appointment_participant.d.ts +30 -38
- package/lib/data/appointment_participant.js +22 -24
- package/lib/data/appointmentresponse.d.ts +5 -25
- package/lib/data/appointmentresponse.js +23 -17
- package/lib/data/attachment.d.ts +3 -9
- package/lib/data/attachment.js +20 -1
- package/lib/data/auditevent.d.ts +4 -40
- package/lib/data/auditevent.js +29 -28
- package/lib/data/auditevent_agent.d.ts +102 -34
- package/lib/data/auditevent_agent.js +28 -1
- package/lib/data/auditevent_agent_network.d.ts +21 -0
- package/lib/data/auditevent_agent_network.js +18 -0
- package/lib/data/auditevent_entity.d.ts +105 -30
- package/lib/data/auditevent_entity.js +25 -1
- package/lib/data/auditevent_entity_detail.d.ts +24 -0
- package/lib/data/auditevent_entity_detail.js +18 -0
- package/lib/data/auditevent_source.d.ts +24 -12
- package/lib/data/auditevent_source.js +18 -1
- package/lib/data/backboneelement.d.ts +7 -0
- package/lib/data/backboneelement.js +15 -0
- package/lib/data/base64binary.d.ts +3 -0
- package/lib/data/base64binary.js +8 -0
- package/lib/data/basic.d.ts +3 -8
- package/lib/data/basic.js +19 -1
- package/lib/data/binary.d.ts +3 -6
- package/lib/data/binary.js +15 -1
- package/lib/data/biologicallyderivedproduct.d.ts +12 -41
- package/lib/data/biologicallyderivedproduct.js +32 -24
- package/lib/data/biologicallyderivedproduct_collection.d.ts +27 -0
- package/lib/data/biologicallyderivedproduct_collection.js +21 -0
- package/lib/data/biologicallyderivedproduct_manipulation.d.ts +24 -0
- package/lib/data/biologicallyderivedproduct_manipulation.js +19 -0
- package/lib/data/biologicallyderivedproduct_processing.d.ts +30 -0
- package/lib/data/biologicallyderivedproduct_processing.js +23 -0
- package/lib/data/biologicallyderivedproduct_storage.d.ts +27 -0
- package/lib/data/biologicallyderivedproduct_storage.js +21 -0
- package/lib/data/bodystructure.d.ts +3 -11
- package/lib/data/bodystructure.js +23 -1
- package/lib/data/bundle.d.ts +4 -32
- package/lib/data/bundle.js +23 -25
- package/lib/data/bundle_entry.d.ts +492 -21
- package/lib/data/bundle_entry.js +24 -1
- package/lib/data/bundle_entry_request.d.ts +33 -0
- package/lib/data/bundle_entry_request.js +22 -0
- package/lib/data/bundle_entry_response.d.ts +75 -0
- package/lib/data/bundle_entry_response.js +21 -0
- package/lib/data/bundle_entry_search.d.ts +21 -0
- package/lib/data/bundle_entry_search.js +18 -0
- package/lib/data/bundle_link.d.ts +21 -8
- package/lib/data/bundle_link.js +15 -1
- package/lib/data/canonical.d.ts +3 -0
- package/lib/data/canonical.js +8 -0
- package/lib/data/capabilitystatement.d.ts +5 -52
- package/lib/data/capabilitystatement.js +46 -24
- package/lib/data/capabilitystatement_document.d.ts +24 -18
- package/lib/data/capabilitystatement_document.js +17 -11
- package/lib/data/capabilitystatement_implementation.d.ts +24 -11
- package/lib/data/capabilitystatement_implementation.js +17 -1
- package/lib/data/capabilitystatement_messaging.d.ts +135 -20
- package/lib/data/capabilitystatement_messaging.js +21 -1
- package/lib/data/capabilitystatement_messaging_endpoint.d.ts +21 -0
- package/lib/data/capabilitystatement_messaging_endpoint.js +18 -0
- package/lib/data/capabilitystatement_messaging_supportedmessage.d.ts +21 -0
- package/lib/data/capabilitystatement_messaging_supportedmessage.js +18 -0
- package/lib/data/capabilitystatement_rest.d.ts +1047 -33
- package/lib/data/capabilitystatement_rest.js +31 -11
- package/lib/data/capabilitystatement_rest_interaction.d.ts +21 -0
- package/lib/data/capabilitystatement_rest_interaction.js +18 -0
- package/lib/data/capabilitystatement_rest_resource.d.ts +255 -0
- package/lib/data/capabilitystatement_rest_resource.js +42 -0
- package/lib/data/capabilitystatement_rest_resource_interaction.d.ts +21 -0
- package/lib/data/capabilitystatement_rest_resource_interaction.js +18 -0
- package/lib/data/capabilitystatement_rest_resource_operation.d.ts +24 -0
- package/lib/data/capabilitystatement_rest_resource_operation.js +18 -0
- package/lib/data/capabilitystatement_rest_resource_searchparam.d.ts +27 -0
- package/lib/data/capabilitystatement_rest_resource_searchparam.js +20 -0
- package/lib/data/capabilitystatement_rest_security.d.ts +24 -0
- package/lib/data/capabilitystatement_rest_security.js +19 -0
- package/lib/data/capabilitystatement_software.d.ts +24 -10
- package/lib/data/capabilitystatement_software.js +16 -1
- package/lib/data/careplan.d.ts +5 -62
- package/lib/data/careplan.js +41 -36
- package/lib/data/careplan_activity.d.ts +246 -21
- package/lib/data/careplan_activity.js +22 -1
- package/lib/data/careplan_activity_detail.d.ts +75 -0
- package/lib/data/careplan_activity_detail.js +41 -0
- package/lib/data/careteam.d.ts +4 -29
- package/lib/data/careteam.js +32 -17
- package/lib/data/careteam_participant.d.ts +27 -14
- package/lib/data/careteam_participant.js +20 -1
- package/lib/data/catalogentry.d.ts +3 -15
- package/lib/data/catalogentry.js +30 -1
- package/lib/data/catalogentry_relatedentry.d.ts +21 -16
- package/lib/data/catalogentry_relatedentry.js +17 -11
- package/lib/data/chargeitem.d.ts +4 -49
- package/lib/data/chargeitem.js +50 -21
- package/lib/data/chargeitem_performer.d.ts +21 -9
- package/lib/data/chargeitem_performer.js +17 -1
- package/lib/data/chargeitemdefinition.d.ts +3 -25
- package/lib/data/chargeitemdefinition.js +47 -1
- package/lib/data/chargeitemdefinition_applicability.d.ts +24 -9
- package/lib/data/chargeitemdefinition_applicability.js +16 -1
- package/lib/data/chargeitemdefinition_propertygroup.d.ts +156 -9
- package/lib/data/chargeitemdefinition_propertygroup.js +19 -1
- package/lib/data/chargeitemdefinition_propertygroup_pricecomponent.d.ts +27 -30
- package/lib/data/chargeitemdefinition_propertygroup_pricecomponent.js +20 -19
- package/lib/data/claim.d.ts +7 -46
- package/lib/data/claim.js +53 -13
- package/lib/data/claim_accident.d.ts +27 -14
- package/lib/data/claim_accident.js +20 -1
- package/lib/data/claim_careteam.d.ts +30 -15
- package/lib/data/claim_careteam.js +20 -1
- package/lib/data/claim_diagnosis.d.ts +33 -17
- package/lib/data/claim_diagnosis.js +21 -1
- package/lib/data/claim_insurance.d.ts +36 -19
- package/lib/data/claim_insurance.js +22 -1
- package/lib/data/claim_item.d.ts +636 -58
- package/lib/data/claim_item.js +44 -1
- package/lib/data/claim_item_detail.d.ts +186 -0
- package/lib/data/claim_item_detail.js +32 -0
- package/lib/data/claim_item_detail_subdetail.d.ts +48 -0
- package/lib/data/claim_item_detail_subdetail.js +30 -0
- package/lib/data/claim_payee.d.ts +21 -9
- package/lib/data/claim_payee.js +17 -1
- package/lib/data/claim_procedure.d.ts +33 -17
- package/lib/data/claim_procedure.js +21 -1
- package/lib/data/claim_related.d.ts +24 -12
- package/lib/data/claim_related.js +19 -1
- package/lib/data/claim_supportinginfo.d.ts +48 -30
- package/lib/data/claim_supportinginfo.js +29 -1
- package/lib/data/claimresponse.d.ts +13 -65
- package/lib/data/claimresponse.js +52 -26
- package/lib/data/claimresponse_additem.d.ts +1455 -53
- package/lib/data/claimresponse_additem.js +42 -1
- package/lib/data/claimresponse_additem_detail.d.ts +438 -0
- package/lib/data/claimresponse_additem_detail.js +29 -0
- package/lib/data/claimresponse_additem_detail_subdetail.d.ts +111 -0
- package/lib/data/claimresponse_additem_detail_subdetail.js +27 -0
- package/lib/data/claimresponse_error.d.ts +27 -12
- package/lib/data/claimresponse_error.js +18 -1
- package/lib/data/claimresponse_insurance.d.ts +30 -15
- package/lib/data/claimresponse_insurance.js +19 -1
- package/lib/data/claimresponse_item.d.ts +1224 -14
- package/lib/data/claimresponse_item.js +19 -1
- package/lib/data/claimresponse_item_adjudication.d.ts +27 -0
- package/lib/data/claimresponse_item_adjudication.js +21 -0
- package/lib/data/claimresponse_item_detail.d.ts +378 -0
- package/lib/data/claimresponse_item_detail.js +21 -0
- package/lib/data/claimresponse_item_detail_subdetail.d.ts +96 -0
- package/lib/data/claimresponse_item_detail_subdetail.js +19 -0
- package/lib/data/claimresponse_payment.d.ts +33 -18
- package/lib/data/claimresponse_payment.js +22 -1
- package/lib/data/claimresponse_processnote.d.ts +27 -12
- package/lib/data/claimresponse_processnote.js +19 -1
- package/lib/data/claimresponse_total.d.ts +21 -9
- package/lib/data/claimresponse_total.js +17 -1
- package/lib/data/clinicalimpression.d.ts +4 -35
- package/lib/data/clinicalimpression.js +40 -15
- package/lib/data/clinicalimpression_finding.d.ts +24 -11
- package/lib/data/clinicalimpression_finding.js +18 -1
- package/lib/data/clinicalimpression_investigation.d.ts +21 -9
- package/lib/data/clinicalimpression_investigation.js +17 -1
- package/lib/data/code.d.ts +3 -0
- package/lib/data/code.js +8 -0
- package/lib/data/codeableconcept.d.ts +3 -3
- package/lib/data/codeableconcept.js +15 -1
- package/lib/data/codesystem.d.ts +5 -56
- package/lib/data/codesystem.js +45 -28
- package/lib/data/codesystem_concept.d.ts +7 -11
- package/lib/data/codesystem_concept.js +21 -1
- package/lib/data/codesystem_concept_designation.d.ts +24 -0
- package/lib/data/codesystem_concept_designation.js +19 -0
- package/lib/data/codesystem_concept_property.d.ts +39 -0
- package/lib/data/codesystem_concept_property.js +24 -0
- package/lib/data/codesystem_filter.d.ts +27 -11
- package/lib/data/codesystem_filter.js +18 -1
- package/lib/data/codesystem_property.d.ts +27 -29
- package/lib/data/codesystem_property.js +18 -21
- package/lib/data/coding.d.ts +3 -6
- package/lib/data/coding.js +17 -1
- package/lib/data/communication.d.ts +6 -57
- package/lib/data/communication.js +40 -32
- package/lib/data/communication_payload.d.ts +24 -11
- package/lib/data/communication_payload.js +18 -1
- package/lib/data/communicationrequest.d.ts +6 -56
- package/lib/data/communicationrequest.js +41 -31
- package/lib/data/communicationrequest_payload.d.ts +24 -11
- package/lib/data/communicationrequest_payload.js +18 -1
- package/lib/data/compartmentdefinition.d.ts +5 -32
- package/lib/data/compartmentdefinition.js +29 -17
- package/lib/data/compartmentdefinition_resource.d.ts +24 -9
- package/lib/data/compartmentdefinition_resource.js +17 -1
- package/lib/data/composition.d.ts +5 -30
- package/lib/data/composition.js +34 -15
- package/lib/data/composition_attester.d.ts +24 -22
- package/lib/data/composition_attester.js +18 -15
- package/lib/data/composition_event.d.ts +24 -12
- package/lib/data/composition_event.js +19 -1
- package/lib/data/composition_relatesto.d.ts +24 -23
- package/lib/data/composition_relatesto.js +19 -15
- package/lib/data/composition_section.d.ts +4 -12
- package/lib/data/composition_section.js +27 -1
- package/lib/data/conceptmap.d.ts +3 -22
- package/lib/data/conceptmap.js +37 -1
- package/lib/data/conceptmap_group.d.ts +1734 -17
- package/lib/data/conceptmap_group.js +21 -1
- package/lib/data/conceptmap_group_element.d.ts +546 -0
- package/lib/data/conceptmap_group_element.js +19 -0
- package/lib/data/conceptmap_group_element_target.d.ts +177 -0
- package/lib/data/conceptmap_group_element_target.js +23 -0
- package/lib/data/conceptmap_group_element_target_dependson.d.ts +27 -0
- package/lib/data/conceptmap_group_element_target_dependson.js +19 -0
- package/lib/data/conceptmap_group_unmapped.d.ts +27 -0
- package/lib/data/conceptmap_group_unmapped.js +20 -0
- package/lib/data/condition.d.ts +3 -61
- package/lib/data/condition.js +45 -36
- package/lib/data/condition_evidence.d.ts +21 -9
- package/lib/data/condition_evidence.js +17 -1
- package/lib/data/condition_stage.d.ts +24 -11
- package/lib/data/condition_stage.js +18 -1
- package/lib/data/consent.d.ts +5 -33
- package/lib/data/consent.js +33 -19
- package/lib/data/consent_policy.d.ts +21 -7
- package/lib/data/consent_policy.js +15 -1
- package/lib/data/consent_provision.d.ts +8 -24
- package/lib/data/consent_provision.js +30 -11
- package/lib/data/consent_provision_actor.d.ts +21 -0
- package/lib/data/consent_provision_actor.js +19 -0
- package/lib/data/consent_provision_data.d.ts +21 -0
- package/lib/data/consent_provision_data.js +19 -0
- package/lib/data/consent_verification.d.ts +24 -10
- package/lib/data/consent_verification.js +17 -1
- package/lib/data/constants.d.ts +4042 -68
- package/lib/data/constants.js +6847 -58
- package/lib/data/contactdetail.d.ts +3 -3
- package/lib/data/contactdetail.js +15 -1
- package/lib/data/contactpoint.d.ts +4 -38
- package/lib/data/contactpoint.js +19 -34
- package/lib/data/contract.d.ts +7 -55
- package/lib/data/contract.js +58 -1
- package/lib/data/contract_contentdefinition.d.ts +33 -17
- package/lib/data/contract_contentdefinition.js +22 -1
- package/lib/data/contract_friendly.d.ts +21 -9
- package/lib/data/contract_friendly.js +17 -1
- package/lib/data/contract_legal.d.ts +21 -9
- package/lib/data/contract_legal.js +17 -1
- package/lib/data/contract_rule.d.ts +21 -9
- package/lib/data/contract_rule.js +17 -1
- package/lib/data/contract_signer.d.ts +24 -12
- package/lib/data/contract_signer.js +19 -1
- package/lib/data/contract_term.d.ts +11 -23
- package/lib/data/contract_term.js +34 -1
- package/lib/data/contract_term_action.d.ts +138 -0
- package/lib/data/contract_term_action.js +44 -0
- package/lib/data/contract_term_action_subject.d.ts +21 -0
- package/lib/data/contract_term_action_subject.js +19 -0
- package/lib/data/contract_term_asset.d.ts +438 -0
- package/lib/data/contract_term_asset.js +37 -0
- package/lib/data/contract_term_asset_context.d.ts +24 -0
- package/lib/data/contract_term_asset_context.js +20 -0
- package/lib/data/contract_term_asset_valueditem.d.ts +60 -0
- package/lib/data/contract_term_asset_valueditem.js +35 -0
- package/lib/data/contract_term_offer.d.ts +243 -0
- package/lib/data/contract_term_offer.js +30 -0
- package/lib/data/contract_term_offer_answer.d.ts +51 -0
- package/lib/data/contract_term_offer_answer.js +31 -0
- package/lib/data/contract_term_offer_party.d.ts +21 -0
- package/lib/data/contract_term_offer_party.js +19 -0
- package/lib/data/contract_term_securitylabel.d.ts +27 -0
- package/lib/data/contract_term_securitylabel.js +20 -0
- package/lib/data/contributor.d.ts +4 -16
- package/lib/data/contributor.js +17 -15
- package/lib/data/count.d.ts +2 -1
- package/lib/data/count.js +18 -1
- package/lib/data/coverage.d.ts +5 -43
- package/lib/data/coverage.js +35 -15
- package/lib/data/coverage_class.d.ts +24 -10
- package/lib/data/coverage_class.js +17 -1
- package/lib/data/coverage_costtobeneficiary.d.ts +81 -15
- package/lib/data/coverage_costtobeneficiary.js +21 -1
- package/lib/data/coverage_costtobeneficiary_exception.d.ts +21 -9
- package/lib/data/coverage_costtobeneficiary_exception.js +17 -1
- package/lib/data/coverageeligibilityrequest.d.ts +12 -41
- package/lib/data/coverageeligibilityrequest.js +36 -1
- package/lib/data/coverageeligibilityrequest_insurance.d.ts +24 -0
- package/lib/data/coverageeligibilityrequest_insurance.js +19 -0
- package/lib/data/coverageeligibilityrequest_item.d.ts +99 -0
- package/lib/data/coverageeligibilityrequest_item.js +32 -0
- package/lib/data/coverageeligibilityrequest_item_diagnosis.d.ts +21 -0
- package/lib/data/coverageeligibilityrequest_item_diagnosis.js +19 -0
- package/lib/data/coverageeligibilityrequest_supportinginfo.d.ts +24 -0
- package/lib/data/coverageeligibilityrequest_supportinginfo.js +19 -0
- package/lib/data/coverageeligibilityresponse.d.ts +8 -35
- package/lib/data/coverageeligibilityresponse.js +34 -1
- package/lib/data/coverageeligibilityresponse_error.d.ts +18 -7
- package/lib/data/coverageeligibilityresponse_error.js +15 -1
- package/lib/data/coverageeligibilityresponse_insurance.d.ts +486 -17
- package/lib/data/coverageeligibilityresponse_insurance.js +20 -1
- package/lib/data/coverageeligibilityresponse_insurance_item.d.ts +156 -0
- package/lib/data/coverageeligibilityresponse_insurance_item.js +34 -0
- package/lib/data/coverageeligibilityresponse_insurance_item_benefit.d.ts +36 -0
- package/lib/data/coverageeligibilityresponse_insurance_item_benefit.js +24 -0
- package/lib/data/datarequirement.d.ts +5 -11
- package/lib/data/datarequirement.js +27 -1
- package/lib/data/datarequirement_codefilter.d.ts +4 -6
- package/lib/data/datarequirement_codefilter.js +17 -1
- package/lib/data/datarequirement_datefilter.d.ts +4 -7
- package/lib/data/datarequirement_datefilter.js +19 -1
- package/lib/data/datarequirement_sort.d.ts +4 -11
- package/lib/data/datarequirement_sort.js +15 -11
- package/lib/data/date.d.ts +3 -0
- package/lib/data/date.js +8 -0
- package/lib/data/datetime.d.ts +3 -0
- package/lib/data/datetime.js +8 -0
- package/lib/data/definition.d.ts +78 -0
- package/lib/data/definition.js +42 -0
- package/lib/data/detectedissue.d.ts +5 -46
- package/lib/data/detectedissue.js +31 -32
- package/lib/data/detectedissue_evidence.d.ts +21 -10
- package/lib/data/detectedissue_evidence.js +17 -1
- package/lib/data/detectedissue_mitigation.d.ts +24 -12
- package/lib/data/detectedissue_mitigation.js +18 -1
- package/lib/data/device.d.ts +15 -34
- package/lib/data/device.js +48 -1
- package/lib/data/device_devicename.d.ts +21 -0
- package/lib/data/device_devicename.js +18 -0
- package/lib/data/device_property.d.ts +24 -0
- package/lib/data/device_property.js +20 -0
- package/lib/data/device_specialization.d.ts +21 -0
- package/lib/data/device_specialization.js +18 -0
- package/lib/data/device_udicarrier.d.ts +33 -0
- package/lib/data/device_udicarrier.js +22 -0
- package/lib/data/device_version.d.ts +24 -0
- package/lib/data/device_version.js +20 -0
- package/lib/data/devicedefinition.d.ts +19 -37
- package/lib/data/devicedefinition.js +50 -1
- package/lib/data/devicedefinition_capability.d.ts +21 -0
- package/lib/data/devicedefinition_capability.js +18 -0
- package/lib/data/devicedefinition_devicename.d.ts +21 -0
- package/lib/data/devicedefinition_devicename.js +18 -0
- package/lib/data/devicedefinition_material.d.ts +24 -0
- package/lib/data/devicedefinition_material.js +19 -0
- package/lib/data/devicedefinition_property.d.ts +24 -0
- package/lib/data/devicedefinition_property.js +20 -0
- package/lib/data/devicedefinition_specialization.d.ts +21 -0
- package/lib/data/devicedefinition_specialization.js +17 -0
- package/lib/data/devicedefinition_udideviceidentifier.d.ts +24 -0
- package/lib/data/devicedefinition_udideviceidentifier.js +18 -0
- package/lib/data/devicemetric.d.ts +4 -60
- package/lib/data/devicemetric.js +27 -45
- package/lib/data/devicemetric_calibration.d.ts +24 -36
- package/lib/data/devicemetric_calibration.js +17 -26
- package/lib/data/devicerequest.d.ts +11 -39
- package/lib/data/devicerequest.js +46 -1
- package/lib/data/devicerequest_parameter.d.ts +30 -0
- package/lib/data/devicerequest_parameter.js +23 -0
- package/lib/data/deviceusestatement.d.ts +4 -37
- package/lib/data/deviceusestatement.js +33 -19
- package/lib/data/diagnosticreport.d.ts +4 -49
- package/lib/data/diagnosticreport.js +37 -27
- package/lib/data/diagnosticreport_media.d.ts +21 -12
- package/lib/data/diagnosticreport_media.js +16 -1
- package/lib/data/distance.d.ts +2 -0
- package/lib/data/distance.js +18 -1
- package/lib/data/documentmanifest.d.ts +6 -18
- package/lib/data/documentmanifest.js +28 -1
- package/lib/data/documentmanifest_related.d.ts +21 -9
- package/lib/data/documentmanifest_related.js +17 -1
- package/lib/data/documentreference.d.ts +6 -21
- package/lib/data/documentreference.js +34 -1
- package/lib/data/documentreference_content.d.ts +21 -9
- package/lib/data/documentreference_content.js +17 -1
- package/lib/data/documentreference_context.d.ts +36 -21
- package/lib/data/documentreference_context.js +23 -1
- package/lib/data/documentreference_relatesto.d.ts +21 -20
- package/lib/data/documentreference_relatesto.js +17 -15
- package/lib/data/domainresource.d.ts +123 -0
- package/lib/data/domainresource.js +18 -0
- package/lib/data/dosage.d.ts +3 -15
- package/lib/data/dosage.js +32 -1
- package/lib/data/dosage_doseandrate.d.ts +3 -8
- package/lib/data/dosage_doseandrate.js +22 -1
- package/lib/data/duration.d.ts +2 -1
- package/lib/data/duration.js +18 -1
- package/lib/data/effectevidencesynthesis.d.ts +11 -39
- package/lib/data/effectevidencesynthesis.js +61 -1
- package/lib/data/effectevidencesynthesis_certainty.d.ts +87 -0
- package/lib/data/effectevidencesynthesis_certainty.js +23 -0
- package/lib/data/effectevidencesynthesis_certainty_certaintysubcomponent.d.ts +24 -0
- package/lib/data/effectevidencesynthesis_certainty_certaintysubcomponent.js +20 -0
- package/lib/data/effectevidencesynthesis_effectestimate.d.ts +105 -0
- package/lib/data/effectevidencesynthesis_effectestimate.js +25 -0
- package/lib/data/effectevidencesynthesis_effectestimate_precisionestimate.d.ts +27 -0
- package/lib/data/effectevidencesynthesis_effectestimate_precisionestimate.js +20 -0
- package/lib/data/effectevidencesynthesis_resultsbyexposure.d.ts +27 -0
- package/lib/data/effectevidencesynthesis_resultsbyexposure.js +22 -0
- package/lib/data/effectevidencesynthesis_samplesize.d.ts +24 -0
- package/lib/data/effectevidencesynthesis_samplesize.js +18 -0
- package/lib/data/element.d.ts +7 -0
- package/lib/data/element.js +14 -0
- package/lib/data/elementdefinition.d.ts +1623 -464
- package/lib/data/elementdefinition.js +249 -12
- package/lib/data/elementdefinition_base.d.ts +21 -9
- package/lib/data/elementdefinition_base.js +15 -1
- package/lib/data/elementdefinition_binding.d.ts +21 -21
- package/lib/data/elementdefinition_binding.js +16 -15
- package/lib/data/elementdefinition_constraint.d.ts +33 -25
- package/lib/data/elementdefinition_constraint.js +20 -11
- package/lib/data/elementdefinition_example.d.ts +165 -145
- package/lib/data/elementdefinition_example.js +94 -1
- package/lib/data/elementdefinition_mapping.d.ts +24 -11
- package/lib/data/elementdefinition_mapping.js +16 -1
- package/lib/data/elementdefinition_slicing.d.ts +69 -22
- package/lib/data/elementdefinition_slicing.js +20 -13
- package/lib/data/elementdefinition_slicing_discriminator.d.ts +18 -0
- package/lib/data/elementdefinition_slicing_discriminator.js +17 -0
- package/lib/data/elementdefinition_type.d.ts +27 -33
- package/lib/data/elementdefinition_type.js +18 -22
- package/lib/data/encounter.d.ts +8 -30
- package/lib/data/encounter.js +47 -1
- package/lib/data/encounter_classhistory.d.ts +21 -9
- package/lib/data/encounter_classhistory.js +17 -1
- package/lib/data/encounter_diagnosis.d.ts +24 -11
- package/lib/data/encounter_diagnosis.js +18 -1
- package/lib/data/encounter_hospitalization.d.ts +42 -24
- package/lib/data/encounter_hospitalization.js +25 -1
- package/lib/data/encounter_location.d.ts +27 -23
- package/lib/data/encounter_location.js +21 -15
- package/lib/data/encounter_participant.d.ts +24 -12
- package/lib/data/encounter_participant.js +19 -1
- package/lib/data/encounter_statushistory.d.ts +21 -30
- package/lib/data/encounter_statushistory.js +17 -25
- package/lib/data/endpoint.d.ts +4 -29
- package/lib/data/endpoint.js +29 -19
- package/lib/data/enrollmentrequest.d.ts +5 -12
- package/lib/data/enrollmentrequest.js +21 -1
- package/lib/data/enrollmentresponse.d.ts +6 -14
- package/lib/data/enrollmentresponse.js +22 -1
- package/lib/data/episodeofcare.d.ts +5 -16
- package/lib/data/episodeofcare.js +30 -1
- package/lib/data/episodeofcare_diagnosis.d.ts +24 -11
- package/lib/data/episodeofcare_diagnosis.js +18 -1
- package/lib/data/episodeofcare_statushistory.d.ts +21 -26
- package/lib/data/episodeofcare_statushistory.js +17 -21
- package/lib/data/event.d.ts +117 -0
- package/lib/data/event.js +41 -0
- package/lib/data/event_performer.d.ts +18 -0
- package/lib/data/event_performer.js +18 -0
- package/lib/data/eventdefinition.d.ts +3 -31
- package/lib/data/eventdefinition.js +49 -1
- package/lib/data/evidence.d.ts +3 -30
- package/lib/data/evidence.js +48 -1
- package/lib/data/evidencevariable.d.ts +4 -40
- package/lib/data/evidencevariable.js +47 -13
- package/lib/data/evidencevariable_characteristic.d.ts +60 -58
- package/lib/data/evidencevariable_characteristic.js +38 -19
- package/lib/data/examplescenario.d.ts +3 -19
- package/lib/data/examplescenario.js +36 -1
- package/lib/data/examplescenario_actor.d.ts +27 -19
- package/lib/data/examplescenario_actor.js +18 -11
- package/lib/data/examplescenario_instance.d.ts +141 -17
- package/lib/data/examplescenario_instance.js +24 -1
- package/lib/data/examplescenario_instance_containedinstance.d.ts +21 -7
- package/lib/data/examplescenario_instance_containedinstance.js +15 -1
- package/lib/data/examplescenario_instance_version.d.ts +21 -7
- package/lib/data/examplescenario_instance_version.js +15 -1
- package/lib/data/examplescenario_process.d.ts +4 -47
- package/lib/data/examplescenario_process.js +19 -1
- package/lib/data/examplescenario_process_step.d.ts +12 -0
- package/lib/data/examplescenario_process_step.js +24 -0
- package/lib/data/examplescenario_process_step_alternative.d.ts +9 -0
- package/lib/data/examplescenario_process_step_alternative.js +19 -0
- package/lib/data/examplescenario_process_step_operation.d.ts +153 -0
- package/lib/data/examplescenario_process_step_operation.js +26 -0
- package/lib/data/explanationofbenefit.d.ts +19 -77
- package/lib/data/explanationofbenefit.js +81 -20
- package/lib/data/explanationofbenefit_accident.d.ts +27 -14
- package/lib/data/explanationofbenefit_accident.js +20 -1
- package/lib/data/explanationofbenefit_additem.d.ts +1455 -53
- package/lib/data/explanationofbenefit_additem.js +44 -1
- package/lib/data/explanationofbenefit_additem_detail.d.ts +438 -0
- package/lib/data/explanationofbenefit_additem_detail.js +33 -0
- package/lib/data/explanationofbenefit_additem_detail_subdetail.d.ts +111 -0
- package/lib/data/explanationofbenefit_additem_detail_subdetail.js +29 -0
- package/lib/data/explanationofbenefit_benefitbalance.d.ts +129 -21
- package/lib/data/explanationofbenefit_benefitbalance.js +25 -1
- package/lib/data/explanationofbenefit_benefitbalance_financial.d.ts +33 -0
- package/lib/data/explanationofbenefit_benefitbalance_financial.js +23 -0
- package/lib/data/explanationofbenefit_careteam.d.ts +30 -15
- package/lib/data/explanationofbenefit_careteam.js +20 -1
- package/lib/data/explanationofbenefit_diagnosis.d.ts +33 -17
- package/lib/data/explanationofbenefit_diagnosis.js +21 -1
- package/lib/data/explanationofbenefit_insurance.d.ts +24 -10
- package/lib/data/explanationofbenefit_insurance.js +17 -1
- package/lib/data/explanationofbenefit_item.d.ts +1650 -63
- package/lib/data/explanationofbenefit_item.js +49 -1
- package/lib/data/explanationofbenefit_item_adjudication.d.ts +27 -0
- package/lib/data/explanationofbenefit_item_adjudication.js +21 -0
- package/lib/data/explanationofbenefit_item_detail.d.ts +498 -0
- package/lib/data/explanationofbenefit_item_detail.js +39 -0
- package/lib/data/explanationofbenefit_item_detail_subdetail.d.ts +126 -0
- package/lib/data/explanationofbenefit_item_detail_subdetail.js +35 -0
- package/lib/data/explanationofbenefit_payee.d.ts +21 -9
- package/lib/data/explanationofbenefit_payee.js +17 -1
- package/lib/data/explanationofbenefit_payment.d.ts +33 -18
- package/lib/data/explanationofbenefit_payment.js +22 -1
- package/lib/data/explanationofbenefit_procedure.d.ts +33 -17
- package/lib/data/explanationofbenefit_procedure.js +21 -1
- package/lib/data/explanationofbenefit_processnote.d.ts +27 -12
- package/lib/data/explanationofbenefit_processnote.js +19 -1
- package/lib/data/explanationofbenefit_related.d.ts +24 -12
- package/lib/data/explanationofbenefit_related.js +19 -1
- package/lib/data/explanationofbenefit_supportinginfo.d.ts +48 -0
- package/lib/data/explanationofbenefit_supportinginfo.js +32 -0
- package/lib/data/explanationofbenefit_total.d.ts +21 -9
- package/lib/data/explanationofbenefit_total.js +17 -1
- package/lib/data/expression.d.ts +5 -7
- package/lib/data/expression.js +18 -1
- package/lib/data/extension.d.ts +3 -52
- package/lib/data/extension.js +93 -1
- package/lib/data/extensions/openhi/preferred-pronouns.d.ts +23 -0
- package/lib/data/extensions/openhi/preferred-pronouns.js +37 -0
- package/lib/data/familymemberhistory.d.ts +5 -41
- package/lib/data/familymemberhistory.js +46 -15
- package/lib/data/familymemberhistory_condition.d.ts +39 -21
- package/lib/data/familymemberhistory_condition.js +26 -1
- package/lib/data/fivews.d.ts +78 -0
- package/lib/data/fivews.js +41 -0
- package/lib/data/flag.d.ts +5 -12
- package/lib/data/flag.js +24 -1
- package/lib/data/goal.d.ts +4 -63
- package/lib/data/goal.js +34 -46
- package/lib/data/goal_target.d.ts +45 -28
- package/lib/data/goal_target.js +28 -1
- package/lib/data/graphdefinition.d.ts +5 -19
- package/lib/data/graphdefinition.js +31 -1
- package/lib/data/graphdefinition_link.d.ts +5 -9
- package/lib/data/graphdefinition_link.js +20 -1
- package/lib/data/graphdefinition_link_target.d.ts +13 -0
- package/lib/data/graphdefinition_link_target.js +25 -0
- package/lib/data/graphdefinition_link_target_compartment.d.ts +30 -0
- package/lib/data/graphdefinition_link_target_compartment.js +21 -0
- package/lib/data/group.d.ts +4 -28
- package/lib/data/group.js +27 -19
- package/lib/data/group_characteristic.d.ts +39 -24
- package/lib/data/group_characteristic.js +26 -1
- package/lib/data/group_member.d.ts +24 -11
- package/lib/data/group_member.js +18 -1
- package/lib/data/guidanceresponse.d.ts +7 -38
- package/lib/data/guidanceresponse.js +34 -19
- package/lib/data/healthcareservice.d.ts +4 -27
- package/lib/data/healthcareservice.js +43 -1
- package/lib/data/healthcareservice_availabletime.d.ts +27 -29
- package/lib/data/healthcareservice_availabletime.js +18 -21
- package/lib/data/healthcareservice_eligibility.d.ts +21 -8
- package/lib/data/healthcareservice_eligibility.js +16 -1
- package/lib/data/healthcareservice_notavailable.d.ts +21 -8
- package/lib/data/healthcareservice_notavailable.js +16 -1
- package/lib/data/humanname.d.ts +5 -27
- package/lib/data/humanname.js +21 -21
- package/lib/data/id.d.ts +3 -0
- package/lib/data/id.js +8 -0
- package/lib/data/identifier.d.ts +4 -21
- package/lib/data/identifier.js +22 -17
- package/lib/data/imagingstudy.d.ts +4 -23
- package/lib/data/imagingstudy.js +38 -1
- package/lib/data/imagingstudy_series.d.ts +177 -31
- package/lib/data/imagingstudy_series.js +29 -1
- package/lib/data/imagingstudy_series_instance.d.ts +27 -0
- package/lib/data/imagingstudy_series_instance.js +20 -0
- package/lib/data/imagingstudy_series_performer.d.ts +21 -9
- package/lib/data/imagingstudy_series_performer.js +17 -1
- package/lib/data/immunization.d.ts +7 -44
- package/lib/data/immunization.js +50 -13
- package/lib/data/immunization_education.d.ts +27 -11
- package/lib/data/immunization_education.js +17 -1
- package/lib/data/immunization_performer.d.ts +21 -9
- package/lib/data/immunization_performer.js +17 -1
- package/lib/data/immunization_protocolapplied.d.ts +36 -20
- package/lib/data/immunization_protocolapplied.js +22 -1
- package/lib/data/immunization_reaction.d.ts +24 -10
- package/lib/data/immunization_reaction.js +17 -1
- package/lib/data/immunizationevaluation.d.ts +5 -24
- package/lib/data/immunizationevaluation.js +30 -9
- package/lib/data/immunizationrecommendation.d.ts +3 -7
- package/lib/data/immunizationrecommendation.js +19 -1
- package/lib/data/immunizationrecommendation_recommendation.d.ts +111 -34
- package/lib/data/immunizationrecommendation_recommendation.js +32 -1
- package/lib/data/immunizationrecommendation_recommendation_datecriterion.d.ts +21 -0
- package/lib/data/immunizationrecommendation_recommendation_datecriterion.js +18 -0
- package/lib/data/implementationguide.d.ts +15 -44
- package/lib/data/implementationguide.js +39 -1
- package/lib/data/implementationguide_definition.d.ts +300 -0
- package/lib/data/implementationguide_definition.js +25 -0
- package/lib/data/implementationguide_definition_grouping.d.ts +21 -0
- package/lib/data/implementationguide_definition_grouping.js +17 -0
- package/lib/data/implementationguide_definition_page.d.ts +12 -0
- package/lib/data/implementationguide_definition_page.js +22 -0
- package/lib/data/implementationguide_definition_parameter.d.ts +21 -0
- package/lib/data/implementationguide_definition_parameter.js +18 -0
- package/lib/data/implementationguide_definition_resource.d.ts +36 -0
- package/lib/data/implementationguide_definition_resource.js +24 -0
- package/lib/data/implementationguide_definition_template.d.ts +24 -0
- package/lib/data/implementationguide_definition_template.js +18 -0
- package/lib/data/implementationguide_dependson.d.ts +24 -0
- package/lib/data/implementationguide_dependson.js +18 -0
- package/lib/data/implementationguide_global.d.ts +21 -7
- package/lib/data/implementationguide_global.js +16 -1
- package/lib/data/implementationguide_manifest.d.ts +165 -0
- package/lib/data/implementationguide_manifest.js +22 -0
- package/lib/data/implementationguide_manifest_page.d.ts +24 -0
- package/lib/data/implementationguide_manifest_page.js +18 -0
- package/lib/data/implementationguide_manifest_resource.d.ts +27 -0
- package/lib/data/implementationguide_manifest_resource.js +20 -0
- package/lib/data/index.d.ts +299 -188
- package/lib/data/index.js +302 -189
- package/lib/data/instant.d.ts +3 -0
- package/lib/data/instant.js +8 -0
- package/lib/data/insuranceplan.d.ts +9 -19
- package/lib/data/insuranceplan.js +33 -1
- package/lib/data/insuranceplan_contact.d.ts +27 -0
- package/lib/data/insuranceplan_contact.js +23 -0
- package/lib/data/insuranceplan_coverage.d.ts +249 -0
- package/lib/data/insuranceplan_coverage.js +21 -0
- package/lib/data/insuranceplan_coverage_benefit.d.ts +78 -0
- package/lib/data/insuranceplan_coverage_benefit.js +20 -0
- package/lib/data/insuranceplan_coverage_benefit_limit.d.ts +21 -0
- package/lib/data/insuranceplan_coverage_benefit_limit.js +19 -0
- package/lib/data/insuranceplan_plan.d.ts +969 -0
- package/lib/data/insuranceplan_plan.js +26 -0
- package/lib/data/insuranceplan_plan_generalcost.d.ts +27 -0
- package/lib/data/insuranceplan_plan_generalcost.js +21 -0
- package/lib/data/insuranceplan_plan_specificcost.d.ts +291 -0
- package/lib/data/insuranceplan_plan_specificcost.js +19 -0
- package/lib/data/insuranceplan_plan_specificcost_benefit.d.ts +93 -0
- package/lib/data/insuranceplan_plan_specificcost_benefit.js +19 -0
- package/lib/data/insuranceplan_plan_specificcost_benefit_cost.d.ts +27 -0
- package/lib/data/insuranceplan_plan_specificcost_benefit_cost.js +21 -0
- package/lib/data/invoice.d.ts +10 -35
- package/lib/data/invoice.js +38 -17
- package/lib/data/invoice_lineitem.d.ts +99 -0
- package/lib/data/invoice_lineitem.js +22 -0
- package/lib/data/invoice_lineitem_pricecomponent.d.ts +27 -0
- package/lib/data/invoice_lineitem_pricecomponent.js +22 -0
- package/lib/data/invoice_participant.d.ts +21 -0
- package/lib/data/invoice_participant.js +19 -0
- package/lib/data/library.d.ts +7 -33
- package/lib/data/library.js +54 -1
- package/lib/data/linkage.d.ts +3 -5
- package/lib/data/linkage.js +16 -1
- package/lib/data/linkage_item.d.ts +21 -18
- package/lib/data/linkage_item.js +17 -13
- package/lib/data/list.d.ts +6 -37
- package/lib/data/list.js +30 -22
- package/lib/data/list_entry.d.ts +27 -13
- package/lib/data/list_entry.js +19 -1
- package/lib/data/location.d.ts +5 -38
- package/lib/data/location.js +37 -20
- package/lib/data/location_hoursofoperation.d.ts +27 -11
- package/lib/data/location_hoursofoperation.js +18 -1
- package/lib/data/location_position.d.ts +24 -9
- package/lib/data/location_position.js +16 -1
- package/lib/data/markdown.d.ts +3 -0
- package/lib/data/markdown.js +8 -0
- package/lib/data/marketingstatus.d.ts +30 -16
- package/lib/data/marketingstatus.js +20 -1
- package/lib/data/measure.d.ts +5 -46
- package/lib/data/measure.js +63 -1
- package/lib/data/measure_group.d.ts +351 -14
- package/lib/data/measure_group.js +20 -1
- package/lib/data/measure_group_population.d.ts +24 -0
- package/lib/data/measure_group_population.js +20 -0
- package/lib/data/measure_group_stratifier.d.ts +90 -0
- package/lib/data/measure_group_stratifier.js +22 -0
- package/lib/data/measure_group_stratifier_component.d.ts +24 -0
- package/lib/data/measure_group_stratifier_component.js +20 -0
- package/lib/data/measure_supplementaldata.d.ts +27 -13
- package/lib/data/measure_supplementaldata.js +19 -1
- package/lib/data/measurereport.d.ts +5 -44
- package/lib/data/measurereport.js +28 -31
- package/lib/data/measurereport_group.d.ts +1413 -15
- package/lib/data/measurereport_group.js +21 -1
- package/lib/data/measurereport_group_population.d.ts +24 -0
- package/lib/data/measurereport_group_population.js +20 -0
- package/lib/data/measurereport_group_stratifier.d.ts +444 -0
- package/lib/data/measurereport_group_stratifier.js +19 -0
- package/lib/data/measurereport_group_stratifier_stratum.d.ts +144 -0
- package/lib/data/measurereport_group_stratifier_stratum.js +27 -0
- package/lib/data/measurereport_group_stratifier_stratum_component.d.ts +21 -0
- package/lib/data/measurereport_group_stratifier_stratum_component.js +18 -0
- package/lib/data/measurereport_group_stratifier_stratum_population.d.ts +24 -0
- package/lib/data/measurereport_group_stratifier_stratum_population.js +20 -0
- package/lib/data/media.d.ts +5 -53
- package/lib/data/media.js +41 -29
- package/lib/data/medication.d.ts +5 -34
- package/lib/data/medication.js +26 -1
- package/lib/data/medication_batch.d.ts +21 -7
- package/lib/data/medication_batch.js +15 -1
- package/lib/data/medication_ingredient.d.ts +27 -14
- package/lib/data/medication_ingredient.js +20 -1
- package/lib/data/medicationadministration.d.ts +9 -46
- package/lib/data/medicationadministration.js +40 -21
- package/lib/data/medicationadministration_dosage.d.ts +36 -21
- package/lib/data/medicationadministration_dosage.js +23 -1
- package/lib/data/medicationadministration_performer.d.ts +21 -10
- package/lib/data/medicationadministration_performer.js +17 -1
- package/lib/data/medicationdispense.d.ts +7 -53
- package/lib/data/medicationdispense.js +46 -25
- package/lib/data/medicationdispense_performer.d.ts +21 -10
- package/lib/data/medicationdispense_performer.js +17 -1
- package/lib/data/medicationdispense_substitution.d.ts +27 -14
- package/lib/data/medicationdispense_substitution.js +19 -1
- package/lib/data/medicationknowledge.d.ts +27 -37
- package/lib/data/medicationknowledge.js +58 -1
- package/lib/data/medicationknowledge_administrationguidelines.d.ts +144 -0
- package/lib/data/medicationknowledge_administrationguidelines.js +27 -0
- package/lib/data/medicationknowledge_administrationguidelines_dosage.d.ts +21 -0
- package/lib/data/medicationknowledge_administrationguidelines_dosage.js +19 -0
- package/lib/data/medicationknowledge_administrationguidelines_patientcharacteristics.d.ts +24 -0
- package/lib/data/medicationknowledge_administrationguidelines_patientcharacteristics.js +20 -0
- package/lib/data/medicationknowledge_cost.d.ts +24 -0
- package/lib/data/medicationknowledge_cost.js +20 -0
- package/lib/data/medicationknowledge_drugcharacteristic.d.ts +30 -0
- package/lib/data/medicationknowledge_drugcharacteristic.js +22 -0
- package/lib/data/medicationknowledge_ingredient.d.ts +27 -0
- package/lib/data/medicationknowledge_ingredient.js +22 -0
- package/lib/data/medicationknowledge_kinetics.d.ts +24 -0
- package/lib/data/medicationknowledge_kinetics.js +20 -0
- package/lib/data/medicationknowledge_medicineclassification.d.ts +21 -0
- package/lib/data/medicationknowledge_medicineclassification.js +18 -0
- package/lib/data/medicationknowledge_monitoringprogram.d.ts +21 -0
- package/lib/data/medicationknowledge_monitoringprogram.js +18 -0
- package/lib/data/medicationknowledge_monograph.d.ts +21 -0
- package/lib/data/medicationknowledge_monograph.js +19 -0
- package/lib/data/medicationknowledge_packaging.d.ts +21 -0
- package/lib/data/medicationknowledge_packaging.js +19 -0
- package/lib/data/medicationknowledge_regulatory.d.ts +180 -0
- package/lib/data/medicationknowledge_regulatory.js +25 -0
- package/lib/data/medicationknowledge_regulatory_maxdispense.d.ts +21 -0
- package/lib/data/medicationknowledge_regulatory_maxdispense.js +19 -0
- package/lib/data/medicationknowledge_regulatory_schedule.d.ts +18 -0
- package/lib/data/medicationknowledge_regulatory_schedule.js +17 -0
- package/lib/data/medicationknowledge_regulatory_substitution.d.ts +21 -0
- package/lib/data/medicationknowledge_regulatory_substitution.js +18 -0
- package/lib/data/medicationknowledge_relatedmedicationknowledge.d.ts +21 -0
- package/lib/data/medicationknowledge_relatedmedicationknowledge.js +19 -0
- package/lib/data/medicationrequest.d.ts +9 -93
- package/lib/data/medicationrequest.js +53 -53
- package/lib/data/medicationrequest_dispenserequest.d.ts +90 -22
- package/lib/data/medicationrequest_dispenserequest.js +25 -1
- package/lib/data/medicationrequest_dispenserequest_initialfill.d.ts +21 -10
- package/lib/data/medicationrequest_dispenserequest_initialfill.js +17 -1
- package/lib/data/medicationrequest_substitution.d.ts +24 -11
- package/lib/data/medicationrequest_substitution.js +17 -1
- package/lib/data/medicationstatement.d.ts +7 -44
- package/lib/data/medicationstatement.js +37 -23
- package/lib/data/medicinalproduct.d.ts +3 -22
- package/lib/data/medicinalproduct.js +43 -1
- package/lib/data/medicinalproduct_manufacturingbusinessoperation.d.ts +33 -19
- package/lib/data/medicinalproduct_manufacturingbusinessoperation.js +22 -1
- package/lib/data/medicinalproduct_name.d.ts +141 -12
- package/lib/data/medicinalproduct_name.js +20 -1
- package/lib/data/medicinalproduct_name_countrylanguage.d.ts +24 -11
- package/lib/data/medicinalproduct_name_countrylanguage.js +17 -1
- package/lib/data/medicinalproduct_name_namepart.d.ts +21 -9
- package/lib/data/medicinalproduct_name_namepart.js +16 -1
- package/lib/data/medicinalproduct_specialdesignation.d.ts +39 -23
- package/lib/data/medicinalproduct_specialdesignation.js +24 -1
- package/lib/data/medicinalproductauthorization.d.ts +3 -18
- package/lib/data/medicinalproductauthorization.js +35 -1
- package/lib/data/medicinalproductauthorization_jurisdictionalauthorization.d.ts +30 -17
- package/lib/data/medicinalproductauthorization_jurisdictionalauthorization.js +21 -1
- package/lib/data/medicinalproductauthorization_procedure.d.ts +3 -7
- package/lib/data/medicinalproductauthorization_procedure.js +23 -1
- package/lib/data/medicinalproductcontraindication.d.ts +5 -11
- package/lib/data/medicinalproductcontraindication.js +24 -1
- package/lib/data/medicinalproductcontraindication_othertherapy.d.ts +24 -0
- package/lib/data/medicinalproductcontraindication_othertherapy.js +20 -0
- package/lib/data/medicinalproductindication.d.ts +3 -11
- package/lib/data/medicinalproductindication.js +27 -1
- package/lib/data/medicinalproductindication_othertherapy.d.ts +24 -12
- package/lib/data/medicinalproductindication_othertherapy.js +18 -1
- package/lib/data/medicinalproductingredient.d.ts +3 -8
- package/lib/data/medicinalproductingredient.js +24 -1
- package/lib/data/medicinalproductingredient_specifiedsubstance.d.ts +369 -14
- package/lib/data/medicinalproductingredient_specifiedsubstance.js +21 -1
- package/lib/data/medicinalproductingredient_specifiedsubstance_strength.d.ts +117 -21
- package/lib/data/medicinalproductingredient_specifiedsubstance_strength.js +25 -1
- package/lib/data/medicinalproductingredient_specifiedsubstance_strength_referencestrength.d.ts +30 -16
- package/lib/data/medicinalproductingredient_specifiedsubstance_strength_referencestrength.js +20 -1
- package/lib/data/medicinalproductingredient_substance.d.ts +363 -10
- package/lib/data/medicinalproductingredient_substance.js +19 -1
- package/lib/data/medicinalproductinteraction.d.ts +3 -9
- package/lib/data/medicinalproductinteraction.js +23 -1
- package/lib/data/medicinalproductinteraction_interactant.d.ts +21 -10
- package/lib/data/medicinalproductinteraction_interactant.js +17 -1
- package/lib/data/medicinalproductmanufactured.d.ts +3 -9
- package/lib/data/medicinalproductmanufactured.js +22 -1
- package/lib/data/medicinalproductpackaged.d.ts +3 -11
- package/lib/data/medicinalproductpackaged.js +28 -1
- package/lib/data/medicinalproductpackaged_batchidentifier.d.ts +21 -9
- package/lib/data/medicinalproductpackaged_batchidentifier.js +16 -1
- package/lib/data/medicinalproductpackaged_packageitem.d.ts +3 -14
- package/lib/data/medicinalproductpackaged_packageitem.js +33 -1
- package/lib/data/medicinalproductpharmaceutical.d.ts +3 -9
- package/lib/data/medicinalproductpharmaceutical.js +25 -1
- package/lib/data/medicinalproductpharmaceutical_characteristics.d.ts +21 -9
- package/lib/data/medicinalproductpharmaceutical_characteristics.js +16 -1
- package/lib/data/medicinalproductpharmaceutical_routeofadministration.d.ts +279 -23
- package/lib/data/medicinalproductpharmaceutical_routeofadministration.js +27 -1
- package/lib/data/medicinalproductpharmaceutical_routeofadministration_targetspecies.d.ts +84 -10
- package/lib/data/medicinalproductpharmaceutical_routeofadministration_targetspecies.js +19 -1
- package/lib/data/medicinalproductpharmaceutical_routeofadministration_targetspecies_withdrawalperiod.d.ts +24 -12
- package/lib/data/medicinalproductpharmaceutical_routeofadministration_targetspecies_withdrawalperiod.js +18 -1
- package/lib/data/medicinalproductundesirableeffect.d.ts +3 -7
- package/lib/data/medicinalproductundesirableeffect.js +19 -1
- package/lib/data/messagedefinition.d.ts +10 -46
- package/lib/data/messagedefinition.js +46 -15
- package/lib/data/messagedefinition_allowedresponse.d.ts +21 -7
- package/lib/data/messagedefinition_allowedresponse.js +15 -1
- package/lib/data/messagedefinition_focus.d.ts +27 -11
- package/lib/data/messagedefinition_focus.js +18 -1
- package/lib/data/messageheader.d.ts +5 -16
- package/lib/data/messageheader.js +29 -1
- package/lib/data/messageheader_destination.d.ts +27 -12
- package/lib/data/messageheader_destination.js +18 -1
- package/lib/data/messageheader_response.d.ts +24 -20
- package/lib/data/messageheader_response.js +18 -13
- package/lib/data/messageheader_source.d.ts +30 -14
- package/lib/data/messageheader_source.js +19 -1
- package/lib/data/meta.d.ts +3 -7
- package/lib/data/meta.js +19 -1
- package/lib/data/metadataresource.d.ts +162 -0
- package/lib/data/metadataresource.js +28 -0
- package/lib/data/molecularsequence.d.ts +5 -29
- package/lib/data/molecularsequence.js +38 -13
- package/lib/data/molecularsequence_quality.d.ts +159 -46
- package/lib/data/molecularsequence_quality.js +32 -13
- package/lib/data/molecularsequence_quality_roc.d.ts +36 -17
- package/lib/data/molecularsequence_quality_roc.js +20 -1
- package/lib/data/molecularsequence_referenceseq.d.ts +42 -39
- package/lib/data/molecularsequence_referenceseq.js +25 -18
- package/lib/data/molecularsequence_repository.d.ts +33 -29
- package/lib/data/molecularsequence_repository.js +20 -17
- package/lib/data/molecularsequence_structurevariant.d.ts +138 -29
- package/lib/data/molecularsequence_structurevariant.js +21 -1
- package/lib/data/molecularsequence_structurevariant_inner.d.ts +21 -0
- package/lib/data/molecularsequence_structurevariant_inner.js +17 -0
- package/lib/data/molecularsequence_structurevariant_outer.d.ts +21 -0
- package/lib/data/molecularsequence_structurevariant_outer.js +17 -0
- package/lib/data/molecularsequence_variant.d.ts +33 -16
- package/lib/data/molecularsequence_variant.js +20 -1
- package/lib/data/money.d.ts +3 -3
- package/lib/data/money.js +14 -1
- package/lib/data/namingsystem.d.ts +5 -27
- package/lib/data/namingsystem.js +29 -13
- package/lib/data/namingsystem_uniqueid.d.ts +30 -26
- package/lib/data/namingsystem_uniqueid.js +20 -15
- package/lib/data/narrative.d.ts +18 -19
- package/lib/data/narrative.js +15 -15
- package/lib/data/nutritionorder.d.ts +6 -65
- package/lib/data/nutritionorder.js +36 -46
- package/lib/data/nutritionorder_enteralformula.d.ts +114 -24
- package/lib/data/nutritionorder_enteralformula.js +27 -1
- package/lib/data/nutritionorder_enteralformula_administration.d.ts +27 -0
- package/lib/data/nutritionorder_enteralformula_administration.js +22 -0
- package/lib/data/nutritionorder_oraldiet.d.ts +141 -19
- package/lib/data/nutritionorder_oraldiet.js +23 -1
- package/lib/data/nutritionorder_oraldiet_nutrient.d.ts +21 -0
- package/lib/data/nutritionorder_oraldiet_nutrient.js +19 -0
- package/lib/data/nutritionorder_oraldiet_texture.d.ts +21 -0
- package/lib/data/nutritionorder_oraldiet_texture.js +18 -0
- package/lib/data/nutritionorder_supplement.d.ts +30 -16
- package/lib/data/nutritionorder_supplement.js +21 -1
- package/lib/data/observation.d.ts +4 -59
- package/lib/data/observation.js +61 -23
- package/lib/data/observation_component.d.ts +150 -40
- package/lib/data/observation_component.js +35 -1
- package/lib/data/observation_referencerange.d.ts +33 -18
- package/lib/data/observation_referencerange.js +22 -1
- package/lib/data/observationdefinition.d.ts +9 -44
- package/lib/data/observationdefinition.js +32 -29
- package/lib/data/observationdefinition_qualifiedinterval.d.ts +39 -0
- package/lib/data/observationdefinition_qualifiedinterval.js +26 -0
- package/lib/data/observationdefinition_quantitativedetails.d.ts +27 -0
- package/lib/data/observationdefinition_quantitativedetails.js +20 -0
- package/lib/data/oid.d.ts +3 -0
- package/lib/data/oid.js +8 -0
- package/lib/data/operationdefinition.d.ts +6 -39
- package/lib/data/operationdefinition.js +43 -11
- package/lib/data/operationdefinition_overload.d.ts +21 -7
- package/lib/data/operationdefinition_overload.js +15 -1
- package/lib/data/operationdefinition_parameter.d.ts +11 -49
- package/lib/data/operationdefinition_parameter.js +29 -32
- package/lib/data/operationdefinition_parameter_binding.d.ts +21 -0
- package/lib/data/operationdefinition_parameter_binding.js +18 -0
- package/lib/data/operationdefinition_parameter_referencedfrom.d.ts +21 -0
- package/lib/data/operationdefinition_parameter_referencedfrom.js +17 -0
- package/lib/data/operationoutcome.d.ts +3 -3
- package/lib/data/operationoutcome.js +13 -1
- package/lib/data/operationoutcome_issue.d.ts +33 -94
- package/lib/data/operationoutcome_issue.js +21 -80
- package/lib/data/organization.d.ts +3 -12
- package/lib/data/organization.js +27 -1
- package/lib/data/organization_contact.d.ts +27 -15
- package/lib/data/organization_contact.js +21 -1
- package/lib/data/organizationaffiliation.d.ts +3 -14
- package/lib/data/organizationaffiliation.js +28 -1
- package/lib/data/parameterdefinition.d.ts +6 -18
- package/lib/data/parameterdefinition.js +20 -11
- package/lib/data/parameters.d.ts +3 -3
- package/lib/data/parameters.js +13 -1
- package/lib/data/parameters_parameter.d.ts +30 -97
- package/lib/data/parameters_parameter.js +98 -1
- package/lib/data/patient.d.ts +3 -23
- package/lib/data/patient.js +40 -1
- package/lib/data/patient_communication.d.ts +21 -8
- package/lib/data/patient_communication.js +16 -1
- package/lib/data/patient_contact.d.ts +36 -24
- package/lib/data/patient_contact.js +27 -1
- package/lib/data/patient_link.d.ts +21 -20
- package/lib/data/patient_link.js +17 -15
- package/lib/data/paymentnotice.d.ts +5 -27
- package/lib/data/paymentnotice.js +28 -15
- package/lib/data/paymentreconciliation.d.ts +6 -34
- package/lib/data/paymentreconciliation.js +34 -15
- package/lib/data/paymentreconciliation_detail.d.ts +45 -27
- package/lib/data/paymentreconciliation_detail.js +27 -1
- package/lib/data/paymentreconciliation_processnote.d.ts +21 -17
- package/lib/data/paymentreconciliation_processnote.js +16 -13
- package/lib/data/period.d.ts +3 -3
- package/lib/data/period.js +14 -1
- package/lib/data/person.d.ts +3 -12
- package/lib/data/person.js +29 -1
- package/lib/data/person_link.d.ts +21 -20
- package/lib/data/person_link.js +17 -15
- package/lib/data/plandefinition.d.ts +7 -34
- package/lib/data/plandefinition.js +53 -1
- package/lib/data/plandefinition_action.d.ts +21 -111
- package/lib/data/plandefinition_action.js +66 -62
- package/lib/data/plandefinition_action_condition.d.ts +21 -0
- package/lib/data/plandefinition_action_condition.js +19 -0
- package/lib/data/plandefinition_action_dynamicvalue.d.ts +21 -0
- package/lib/data/plandefinition_action_dynamicvalue.js +18 -0
- package/lib/data/plandefinition_action_participant.d.ts +21 -0
- package/lib/data/plandefinition_action_participant.js +19 -0
- package/lib/data/plandefinition_action_relatedaction.d.ts +27 -0
- package/lib/data/plandefinition_action_relatedaction.js +22 -0
- package/lib/data/plandefinition_goal.d.ts +117 -20
- package/lib/data/plandefinition_goal.js +23 -1
- package/lib/data/plandefinition_goal_target.d.ts +30 -0
- package/lib/data/plandefinition_goal_target.js +24 -0
- package/lib/data/population.d.ts +30 -16
- package/lib/data/population.js +20 -1
- package/lib/data/practitioner.d.ts +3 -12
- package/lib/data/practitioner.js +29 -1
- package/lib/data/practitioner_qualification.d.ts +27 -15
- package/lib/data/practitioner_qualification.js +21 -1
- package/lib/data/practitionerrole.d.ts +3 -16
- package/lib/data/practitionerrole.js +32 -1
- package/lib/data/practitionerrole_availabletime.d.ts +27 -29
- package/lib/data/practitionerrole_availabletime.js +18 -21
- package/lib/data/practitionerrole_notavailable.d.ts +21 -8
- package/lib/data/practitionerrole_notavailable.js +16 -1
- package/lib/data/procedure.d.ts +5 -55
- package/lib/data/procedure.js +53 -23
- package/lib/data/procedure_focaldevice.d.ts +21 -9
- package/lib/data/procedure_focaldevice.js +17 -1
- package/lib/data/procedure_performer.d.ts +24 -11
- package/lib/data/procedure_performer.js +18 -1
- package/lib/data/prodcharacteristic.d.ts +48 -29
- package/lib/data/prodcharacteristic.js +27 -1
- package/lib/data/productshelflife.d.ts +27 -15
- package/lib/data/productshelflife.js +20 -1
- package/lib/data/provenance.d.ts +3 -13
- package/lib/data/provenance.js +28 -1
- package/lib/data/provenance_agent.d.ts +27 -13
- package/lib/data/provenance_agent.js +19 -1
- package/lib/data/provenance_entity.d.ts +96 -25
- package/lib/data/provenance_entity.js +19 -17
- package/lib/data/quantity.d.ts +4 -18
- package/lib/data/quantity.js +18 -15
- package/lib/data/questionnaire.d.ts +6 -27
- package/lib/data/questionnaire.js +41 -1
- package/lib/data/questionnaire_item.d.ts +13 -54
- package/lib/data/questionnaire_item.js +34 -30
- package/lib/data/questionnaire_item_answeroption.d.ts +36 -0
- package/lib/data/questionnaire_item_answeroption.js +24 -0
- package/lib/data/questionnaire_item_enablewhen.d.ts +51 -0
- package/lib/data/questionnaire_item_enablewhen.js +31 -0
- package/lib/data/questionnaire_item_initial.d.ts +51 -0
- package/lib/data/questionnaire_item_initial.js +31 -0
- package/lib/data/questionnaireresponse.d.ts +4 -27
- package/lib/data/questionnaireresponse.js +26 -17
- package/lib/data/questionnaireresponse_item.d.ts +5 -8
- package/lib/data/questionnaireresponse_item.js +19 -1
- package/lib/data/{questionnaireresponse_answer.d.ts → questionnaireresponse_item_answer.d.ts} +4 -4
- package/lib/data/questionnaireresponse_item_answer.js +33 -0
- package/lib/data/range.d.ts +3 -4
- package/lib/data/range.js +15 -1
- package/lib/data/ratio.d.ts +3 -4
- package/lib/data/ratio.js +15 -1
- package/lib/data/reference.d.ts +3 -5
- package/lib/data/reference.js +17 -1
- package/lib/data/relatedartifact.d.ts +4 -28
- package/lib/data/relatedartifact.js +21 -23
- package/lib/data/relatedperson.d.ts +3 -14
- package/lib/data/relatedperson.js +33 -1
- package/lib/data/relatedperson_communication.d.ts +21 -9
- package/lib/data/relatedperson_communication.js +16 -1
- package/lib/data/request.d.ts +93 -0
- package/lib/data/request.js +47 -0
- package/lib/data/requestgroup.d.ts +7 -75
- package/lib/data/requestgroup.js +35 -53
- package/lib/data/requestgroup_action.d.ts +15 -37
- package/lib/data/requestgroup_action.js +50 -1
- package/lib/data/requestgroup_action_condition.d.ts +21 -0
- package/lib/data/requestgroup_action_condition.js +19 -0
- package/lib/data/requestgroup_action_relatedaction.d.ts +27 -0
- package/lib/data/requestgroup_action_relatedaction.js +22 -0
- package/lib/data/researchdefinition.d.ts +5 -35
- package/lib/data/researchdefinition.js +54 -1
- package/lib/data/researchelementdefinition.d.ts +11 -58
- package/lib/data/researchelementdefinition.js +54 -22
- package/lib/data/researchelementdefinition_characteristic.d.ts +78 -0
- package/lib/data/researchelementdefinition_characteristic.js +44 -0
- package/lib/data/researchstudy.d.ts +7 -52
- package/lib/data/researchstudy.js +45 -29
- package/lib/data/researchstudy_arm.d.ts +24 -10
- package/lib/data/researchstudy_arm.js +17 -1
- package/lib/data/researchstudy_objective.d.ts +21 -0
- package/lib/data/researchstudy_objective.js +18 -0
- package/lib/data/researchsubject.d.ts +4 -40
- package/lib/data/researchsubject.js +23 -33
- package/lib/data/resource.d.ts +18 -0
- package/lib/data/resource.js +16 -0
- package/lib/data/riskassessment.d.ts +4 -21
- package/lib/data/riskassessment.js +36 -1
- package/lib/data/riskassessment_prediction.d.ts +39 -22
- package/lib/data/riskassessment_prediction.js +24 -1
- package/lib/data/riskevidencesynthesis.d.ts +9 -37
- package/lib/data/riskevidencesynthesis.js +54 -1
- package/lib/data/riskevidencesynthesis_certainty.d.ts +87 -0
- package/lib/data/riskevidencesynthesis_certainty.js +23 -0
- package/lib/data/riskevidencesynthesis_certainty_certaintysubcomponent.d.ts +24 -0
- package/lib/data/riskevidencesynthesis_certainty_certaintysubcomponent.js +20 -0
- package/lib/data/riskevidencesynthesis_riskestimate.d.ts +108 -0
- package/lib/data/riskevidencesynthesis_riskestimate.js +26 -0
- package/lib/data/riskevidencesynthesis_riskestimate_precisionestimate.d.ts +27 -0
- package/lib/data/riskevidencesynthesis_riskestimate_precisionestimate.js +20 -0
- package/lib/data/riskevidencesynthesis_samplesize.d.ts +24 -0
- package/lib/data/riskevidencesynthesis_samplesize.js +18 -0
- package/lib/data/sampleddata.d.ts +3 -8
- package/lib/data/sampleddata.js +20 -1
- package/lib/data/schedule.d.ts +3 -10
- package/lib/data/schedule.js +23 -1
- package/lib/data/searchparameter.d.ts +10 -103
- package/lib/data/searchparameter.js +42 -68
- package/lib/data/searchparameter_component.d.ts +21 -7
- package/lib/data/searchparameter_component.js +15 -1
- package/lib/data/servicerequest.d.ts +7 -81
- package/lib/data/servicerequest.js +59 -44
- package/lib/data/signature.d.ts +3 -8
- package/lib/data/signature.js +21 -1
- package/lib/data/slot.d.ts +4 -27
- package/lib/data/slot.js +26 -17
- package/lib/data/specimen.d.ts +4 -27
- package/lib/data/specimen.js +32 -15
- package/lib/data/specimen_collection.d.ts +42 -19
- package/lib/data/specimen_collection.js +27 -1
- package/lib/data/specimen_container.d.ts +36 -21
- package/lib/data/specimen_container.js +24 -1
- package/lib/data/specimen_processing.d.ts +30 -16
- package/lib/data/specimen_processing.js +21 -1
- package/lib/data/specimendefinition.d.ts +4 -60
- package/lib/data/specimendefinition.js +20 -11
- package/lib/data/specimendefinition_typetested.d.ts +390 -0
- package/lib/data/specimendefinition_typetested.js +28 -0
- package/lib/data/specimendefinition_typetested_container.d.ts +96 -0
- package/lib/data/specimendefinition_typetested_container.js +29 -0
- package/lib/data/specimendefinition_typetested_container_additive.d.ts +21 -0
- package/lib/data/specimendefinition_typetested_container_additive.js +19 -0
- package/lib/data/specimendefinition_typetested_handling.d.ts +27 -0
- package/lib/data/specimendefinition_typetested_handling.js +22 -0
- package/lib/data/structuredefinition.d.ts +12 -52
- package/lib/data/structuredefinition.js +48 -16
- package/lib/data/structuredefinition_context.d.ts +21 -17
- package/lib/data/structuredefinition_context.js +16 -13
- package/lib/data/structuredefinition_differential.d.ts +4878 -6
- package/lib/data/structuredefinition_differential.js +15 -1
- package/lib/data/structuredefinition_mapping.d.ts +27 -11
- package/lib/data/structuredefinition_mapping.js +17 -1
- package/lib/data/structuredefinition_snapshot.d.ts +4878 -10
- package/lib/data/structuredefinition_snapshot.js +15 -1
- package/lib/data/structuremap.d.ts +3 -24
- package/lib/data/structuremap.js +36 -1
- package/lib/data/structuremap_group.d.ts +105 -27
- package/lib/data/structuremap_group.js +22 -13
- package/lib/data/structuremap_group_input.d.ts +27 -0
- package/lib/data/structuremap_group_input.js +20 -0
- package/lib/data/structuremap_group_rule.d.ts +14 -0
- package/lib/data/structuremap_group_rule.js +24 -0
- package/lib/data/structuremap_group_rule_dependent.d.ts +21 -0
- package/lib/data/structuremap_group_rule_dependent.js +17 -0
- package/lib/data/structuremap_group_rule_source.d.ts +195 -0
- package/lib/data/structuremap_group_rule_source.js +107 -0
- package/lib/data/structuremap_group_rule_target.d.ts +120 -0
- package/lib/data/structuremap_group_rule_target.js +25 -0
- package/lib/data/structuremap_group_rule_target_parameter.d.ts +30 -0
- package/lib/data/structuremap_group_rule_target_parameter.js +20 -0
- package/lib/data/structuremap_structure.d.ts +27 -23
- package/lib/data/structuremap_structure.js +18 -15
- package/lib/data/subscription.d.ts +5 -22
- package/lib/data/subscription.js +21 -15
- package/lib/data/subscription_channel.d.ts +27 -25
- package/lib/data/subscription_channel.js +18 -17
- package/lib/data/substance.d.ts +5 -11
- package/lib/data/substance.js +23 -1
- package/lib/data/substance_ingredient.d.ts +24 -12
- package/lib/data/substance_ingredient.js +19 -1
- package/lib/data/substance_instance.d.ts +24 -11
- package/lib/data/substance_instance.js +18 -1
- package/lib/data/substanceamount.d.ts +78 -0
- package/lib/data/substanceamount.js +25 -0
- package/lib/data/substanceamount_referencerange.d.ts +18 -0
- package/lib/data/substanceamount_referencerange.js +17 -0
- package/lib/data/substancenucleicacid.d.ts +5 -12
- package/lib/data/substancenucleicacid.js +18 -1
- package/lib/data/substancenucleicacid_subunit.d.ts +174 -0
- package/lib/data/substancenucleicacid_subunit.js +27 -0
- package/lib/data/substancenucleicacid_subunit_linkage.d.ts +27 -0
- package/lib/data/substancenucleicacid_subunit_linkage.js +20 -0
- package/lib/data/substancenucleicacid_subunit_sugar.d.ts +24 -0
- package/lib/data/substancenucleicacid_subunit_sugar.js +19 -0
- package/lib/data/substancepolymer.d.ts +7 -10
- package/lib/data/substancepolymer.js +20 -1
- package/lib/data/substancepolymer_monomerset.d.ts +768 -0
- package/lib/data/substancepolymer_monomerset.js +21 -0
- package/lib/data/substancepolymer_monomerset_startingmaterial.d.ts +252 -0
- package/lib/data/substancepolymer_monomerset_startingmaterial.js +21 -0
- package/lib/data/substancepolymer_repeat.d.ts +3159 -0
- package/lib/data/substancepolymer_repeat.js +21 -0
- package/lib/data/substancepolymer_repeat_repeatunit.d.ts +1047 -0
- package/lib/data/substancepolymer_repeat_repeatunit.js +28 -0
- package/lib/data/substancepolymer_repeat_repeatunit_degreeofpolymerisation.d.ts +246 -0
- package/lib/data/substancepolymer_repeat_repeatunit_degreeofpolymerisation.js +19 -0
- package/lib/data/substancepolymer_repeat_repeatunit_structuralrepresentation.d.ts +24 -0
- package/lib/data/substancepolymer_repeat_repeatunit_structuralrepresentation.js +20 -0
- package/lib/data/substanceprotein.d.ts +5 -7
- package/lib/data/substanceprotein.js +17 -1
- package/lib/data/substanceprotein_subunit.d.ts +39 -0
- package/lib/data/substanceprotein_subunit.js +25 -0
- package/lib/data/substancereferenceinformation.d.ts +11 -11
- package/lib/data/substancereferenceinformation.js +24 -1
- package/lib/data/substancereferenceinformation_classification.d.ts +27 -0
- package/lib/data/substancereferenceinformation_classification.js +21 -0
- package/lib/data/substancereferenceinformation_gene.d.ts +24 -0
- package/lib/data/substancereferenceinformation_gene.js +20 -0
- package/lib/data/substancereferenceinformation_geneelement.d.ts +24 -0
- package/lib/data/substancereferenceinformation_geneelement.js +21 -0
- package/lib/data/substancereferenceinformation_target.d.ts +45 -0
- package/lib/data/substancereferenceinformation_target.js +30 -0
- package/lib/data/substancesourcematerial.d.ts +9 -18
- package/lib/data/substancesourcematerial.js +33 -1
- package/lib/data/substancesourcematerial_fractiondescription.d.ts +21 -0
- package/lib/data/substancesourcematerial_fractiondescription.js +18 -0
- package/lib/data/substancesourcematerial_organism.d.ts +246 -0
- package/lib/data/substancesourcematerial_organism.js +27 -0
- package/lib/data/substancesourcematerial_organism_author.d.ts +21 -0
- package/lib/data/substancesourcematerial_organism_author.js +18 -0
- package/lib/data/substancesourcematerial_organism_hybrid.d.ts +30 -0
- package/lib/data/substancesourcematerial_organism_hybrid.js +21 -0
- package/lib/data/substancesourcematerial_organism_organismgeneral.d.ts +27 -0
- package/lib/data/substancesourcematerial_organism_organismgeneral.js +20 -0
- package/lib/data/substancesourcematerial_partdescription.d.ts +21 -0
- package/lib/data/substancesourcematerial_partdescription.js +18 -0
- package/lib/data/substancespecification.d.ts +17 -28
- package/lib/data/substancespecification.js +44 -1
- package/lib/data/substancespecification_code.d.ts +30 -0
- package/lib/data/substancespecification_code.js +22 -0
- package/lib/data/substancespecification_moiety.d.ts +39 -0
- package/lib/data/substancespecification_moiety.js +26 -0
- package/lib/data/substancespecification_name.d.ts +19 -0
- package/lib/data/substancespecification_name.js +29 -0
- package/lib/data/substancespecification_name_official.d.ts +24 -0
- package/lib/data/substancespecification_name_official.js +19 -0
- package/lib/data/substancespecification_property.d.ts +36 -0
- package/lib/data/substancespecification_property.js +25 -0
- package/lib/data/substancespecification_relationship.d.ts +48 -0
- package/lib/data/substancespecification_relationship.js +31 -0
- package/lib/data/substancespecification_structure.d.ts +435 -0
- package/lib/data/substancespecification_structure.js +30 -0
- package/lib/data/substancespecification_structure_isotope.d.ts +93 -0
- package/lib/data/substancespecification_structure_isotope.js +24 -0
- package/lib/data/substancespecification_structure_isotope_molecularweight.d.ts +24 -0
- package/lib/data/substancespecification_structure_isotope_molecularweight.js +20 -0
- package/lib/data/substancespecification_structure_representation.d.ts +24 -0
- package/lib/data/substancespecification_structure_representation.js +20 -0
- package/lib/data/supplydelivery.d.ts +4 -27
- package/lib/data/supplydelivery.js +31 -15
- package/lib/data/supplydelivery_supplieditem.d.ts +24 -12
- package/lib/data/supplydelivery_supplieditem.js +19 -1
- package/lib/data/supplyrequest.d.ts +12 -40
- package/lib/data/supplyrequest.js +37 -21
- package/lib/data/supplyrequest_parameter.d.ts +30 -0
- package/lib/data/supplyrequest_parameter.js +23 -0
- package/lib/data/task.d.ts +7 -69
- package/lib/data/task.js +51 -31
- package/lib/data/task_input.d.ts +168 -149
- package/lib/data/task_input.js +95 -1
- package/lib/data/task_output.d.ts +168 -152
- package/lib/data/task_output.js +95 -1
- package/lib/data/task_restriction.d.ts +24 -15
- package/lib/data/task_restriction.js +18 -1
- package/lib/data/terminologycapabilities.d.ts +20 -58
- package/lib/data/terminologycapabilities.js +46 -20
- package/lib/data/terminologycapabilities_closure.d.ts +18 -0
- package/lib/data/terminologycapabilities_closure.js +16 -0
- package/lib/data/terminologycapabilities_codesystem.d.ts +276 -0
- package/lib/data/terminologycapabilities_codesystem.js +19 -0
- package/lib/data/terminologycapabilities_codesystem_version.d.ts +87 -0
- package/lib/data/terminologycapabilities_codesystem_version.js +24 -0
- package/lib/data/terminologycapabilities_codesystem_version_filter.d.ts +21 -0
- package/lib/data/terminologycapabilities_codesystem_version_filter.js +17 -0
- package/lib/data/terminologycapabilities_expansion.d.ts +84 -0
- package/lib/data/terminologycapabilities_expansion.js +23 -0
- package/lib/data/terminologycapabilities_expansion_parameter.d.ts +21 -0
- package/lib/data/terminologycapabilities_expansion_parameter.js +17 -0
- package/lib/data/terminologycapabilities_implementation.d.ts +21 -0
- package/lib/data/terminologycapabilities_implementation.js +17 -0
- package/lib/data/terminologycapabilities_software.d.ts +21 -0
- package/lib/data/terminologycapabilities_software.js +17 -0
- package/lib/data/terminologycapabilities_translation.d.ts +18 -0
- package/lib/data/terminologycapabilities_translation.js +16 -0
- package/lib/data/terminologycapabilities_validatecode.d.ts +18 -0
- package/lib/data/terminologycapabilities_validatecode.js +16 -0
- package/lib/data/testreport.d.ts +4 -33
- package/lib/data/testreport.js +30 -17
- package/lib/data/testreport_participant.d.ts +24 -19
- package/lib/data/testreport_participant.js +17 -13
- package/lib/data/testreport_setup.d.ts +450 -6
- package/lib/data/testreport_setup.js +15 -1
- package/lib/data/testreport_setup_action.d.ts +147 -0
- package/lib/data/testreport_setup_action.js +19 -0
- package/lib/data/testreport_setup_action_assert.d.ts +24 -0
- package/lib/data/testreport_setup_action_assert.js +19 -0
- package/lib/data/testreport_setup_action_operation.d.ts +24 -0
- package/lib/data/testreport_setup_action_operation.js +19 -0
- package/lib/data/testreport_teardown.d.ts +252 -6
- package/lib/data/testreport_teardown.js +15 -1
- package/lib/data/testreport_teardown_action.d.ts +81 -0
- package/lib/data/testreport_teardown_action.js +17 -0
- package/lib/data/testreport_test.d.ts +456 -10
- package/lib/data/testreport_test.js +17 -1
- package/lib/data/testreport_test_action.d.ts +147 -0
- package/lib/data/testreport_test_action.js +19 -0
- package/lib/data/testscript.d.ts +3 -26
- package/lib/data/testscript.js +49 -1
- package/lib/data/testscript_destination.d.ts +21 -8
- package/lib/data/testscript_destination.js +16 -1
- package/lib/data/testscript_fixture.d.ts +24 -10
- package/lib/data/testscript_fixture.js +17 -1
- package/lib/data/testscript_metadata.d.ts +174 -9
- package/lib/data/testscript_metadata.js +17 -1
- package/lib/data/testscript_metadata_capability.d.ts +36 -0
- package/lib/data/testscript_metadata_capability.js +22 -0
- package/lib/data/testscript_metadata_link.d.ts +21 -0
- package/lib/data/testscript_metadata_link.js +17 -0
- package/lib/data/testscript_origin.d.ts +21 -8
- package/lib/data/testscript_origin.js +16 -1
- package/lib/data/testscript_setup.d.ts +1827 -6
- package/lib/data/testscript_setup.js +15 -1
- package/lib/data/testscript_setup_action.d.ts +606 -0
- package/lib/data/testscript_setup_action.js +19 -0
- package/lib/data/testscript_setup_action_assert.d.ts +81 -0
- package/lib/data/testscript_setup_action_assert.js +38 -0
- package/lib/data/testscript_setup_action_operation.d.ts +120 -0
- package/lib/data/testscript_setup_action_operation.js +37 -0
- package/lib/data/testscript_setup_action_operation_requestheader.d.ts +21 -0
- package/lib/data/testscript_setup_action_operation_requestheader.js +17 -0
- package/lib/data/testscript_teardown.d.ts +1116 -6
- package/lib/data/testscript_teardown.js +15 -1
- package/lib/data/testscript_teardown_action.d.ts +369 -0
- package/lib/data/testscript_teardown_action.js +17 -0
- package/lib/data/testscript_test.d.ts +1833 -10
- package/lib/data/testscript_test.js +17 -1
- package/lib/data/testscript_test_action.d.ts +606 -0
- package/lib/data/testscript_test_action.js +19 -0
- package/lib/data/testscript_variable.d.ts +39 -19
- package/lib/data/testscript_variable.js +21 -1
- package/lib/data/time.d.ts +3 -0
- package/lib/data/time.js +8 -0
- package/lib/data/timing.d.ts +3 -4
- package/lib/data/timing.js +18 -1
- package/lib/data/timing_repeat.d.ts +9 -47
- package/lib/data/timing_repeat.js +33 -26
- package/lib/data/triggerdefinition.d.ts +5 -30
- package/lib/data/triggerdefinition.js +25 -23
- package/lib/data/uri.d.ts +3 -0
- package/lib/data/uri.js +8 -0
- package/lib/data/url.d.ts +3 -0
- package/lib/data/url.js +8 -0
- package/lib/data/usagecontext.d.ts +7 -10
- package/lib/data/usagecontext.js +22 -1
- package/lib/data/uuid.d.ts +3 -0
- package/lib/data/uuid.js +8 -0
- package/lib/data/valueset.d.ts +3 -20
- package/lib/data/valueset.js +36 -1
- package/lib/data/valueset_compose.d.ts +2079 -12
- package/lib/data/valueset_compose.js +18 -1
- package/lib/data/valueset_compose_include.d.ts +345 -0
- package/lib/data/valueset_compose_include.js +22 -0
- package/lib/data/valueset_compose_include_concept.d.ts +87 -0
- package/lib/data/valueset_compose_include_concept.js +21 -0
- package/lib/data/valueset_compose_include_concept_designation.d.ts +24 -0
- package/lib/data/valueset_compose_include_concept_designation.js +19 -0
- package/lib/data/valueset_compose_include_filter.d.ts +24 -0
- package/lib/data/valueset_compose_include_filter.js +19 -0
- package/lib/data/valueset_expansion.d.ts +141 -17
- package/lib/data/valueset_expansion.js +21 -1
- package/lib/data/valueset_expansion_contains.d.ts +14 -0
- package/lib/data/valueset_expansion_contains.js +26 -0
- package/lib/data/valueset_expansion_parameter.d.ts +39 -0
- package/lib/data/valueset_expansion_parameter.js +23 -0
- package/lib/data/verificationresult.d.ts +5 -33
- package/lib/data/verificationresult.js +32 -19
- package/lib/data/verificationresult_attestation.d.ts +39 -22
- package/lib/data/verificationresult_attestation.js +24 -1
- package/lib/data/verificationresult_primarysource.d.ts +36 -19
- package/lib/data/verificationresult_primarysource.js +22 -1
- package/lib/data/verificationresult_validator.d.ts +24 -11
- package/lib/data/verificationresult_validator.js +18 -1
- package/lib/data/visionprescription.d.ts +7 -36
- package/lib/data/visionprescription.js +23 -15
- package/lib/data/visionprescription_lensspecification.d.ts +111 -0
- package/lib/data/visionprescription_lensspecification.js +34 -0
- package/lib/data/visionprescription_lensspecification_prism.d.ts +21 -0
- package/lib/data/visionprescription_lensspecification_prism.js +18 -0
- package/lib/data/xhtml.d.ts +3 -0
- package/lib/data/xhtml.js +8 -0
- package/lib/index.d.ts +11 -7
- package/lib/index.js +12 -8
- package/package.json +9 -2
- package/fhir-r4-types.md +0 -558
- package/lib/backboneelement.d.ts +0 -7
- package/lib/backboneelement.js +0 -3
- package/lib/control/role-codes.d.ts +0 -26
- package/lib/control/role-codes.js +0 -59
- package/lib/data/auditevent_detail.d.ts +0 -9
- package/lib/data/auditevent_detail.js +0 -3
- package/lib/data/auditevent_network.d.ts +0 -22
- package/lib/data/auditevent_network.js +0 -19
- package/lib/data/bundle_request.d.ts +0 -32
- package/lib/data/bundle_request.js +0 -21
- package/lib/data/bundle_response.d.ts +0 -15
- package/lib/data/bundle_response.js +0 -3
- package/lib/data/bundle_search.d.ts +0 -18
- package/lib/data/bundle_search.js +0 -15
- package/lib/data/capabilitystatement_certificate.d.ts +0 -8
- package/lib/data/capabilitystatement_certificate.js +0 -3
- package/lib/data/capabilitystatement_endpoint.d.ts +0 -9
- package/lib/data/capabilitystatement_endpoint.js +0 -3
- package/lib/data/capabilitystatement_event.d.ts +0 -38
- package/lib/data/capabilitystatement_event.js +0 -22
- package/lib/data/capabilitystatement_interaction.d.ts +0 -30
- package/lib/data/capabilitystatement_interaction.js +0 -27
- package/lib/data/capabilitystatement_interaction1.d.ts +0 -20
- package/lib/data/capabilitystatement_interaction1.js +0 -17
- package/lib/data/capabilitystatement_operation.d.ts +0 -10
- package/lib/data/capabilitystatement_operation.js +0 -3
- package/lib/data/capabilitystatement_resource.d.ts +0 -87
- package/lib/data/capabilitystatement_resource.js +0 -48
- package/lib/data/capabilitystatement_searchparam.d.ts +0 -34
- package/lib/data/capabilitystatement_searchparam.js +0 -27
- package/lib/data/capabilitystatement_security.d.ts +0 -14
- package/lib/data/capabilitystatement_security.js +0 -3
- package/lib/data/capabilitystatement_supportedmessage.d.ts +0 -15
- package/lib/data/capabilitystatement_supportedmessage.js +0 -13
- package/lib/data/careplan_detail.d.ts +0 -74
- package/lib/data/careplan_detail.js +0 -27
- package/lib/data/claim_detail.d.ts +0 -32
- package/lib/data/claim_detail.js +0 -3
- package/lib/data/claim_subdetail.d.ts +0 -29
- package/lib/data/claim_subdetail.js +0 -3
- package/lib/data/claimresponse_adjudication.d.ts +0 -13
- package/lib/data/claimresponse_adjudication.js +0 -3
- package/lib/data/claimresponse_detail.d.ts +0 -13
- package/lib/data/claimresponse_detail.js +0 -3
- package/lib/data/claimresponse_detail1.d.ts +0 -25
- package/lib/data/claimresponse_detail1.js +0 -3
- package/lib/data/claimresponse_subdetail.d.ts +0 -10
- package/lib/data/claimresponse_subdetail.js +0 -3
- package/lib/data/codesystem_designation.d.ts +0 -10
- package/lib/data/codesystem_designation.js +0 -3
- package/lib/data/codesystem_property1.d.ts +0 -20
- package/lib/data/codesystem_property1.js +0 -3
- package/lib/data/communicationrequest_requester.d.ts +0 -8
- package/lib/data/communicationrequest_requester.js +0 -3
- package/lib/data/conceptmap_dependson.d.ts +0 -11
- package/lib/data/conceptmap_dependson.js +0 -3
- package/lib/data/conceptmap_element.d.ts +0 -10
- package/lib/data/conceptmap_element.js +0 -3
- package/lib/data/conceptmap_target.d.ts +0 -40
- package/lib/data/conceptmap_target.js +0 -29
- package/lib/data/conceptmap_unmapped.d.ts +0 -21
- package/lib/data/conceptmap_unmapped.js +0 -15
- package/lib/data/consent_actor.d.ts +0 -9
- package/lib/data/consent_actor.js +0 -3
- package/lib/data/consent_actor1.d.ts +0 -9
- package/lib/data/consent_actor1.js +0 -3
- package/lib/data/consent_data.d.ts +0 -9
- package/lib/data/consent_data.js +0 -3
- package/lib/data/consent_data1.d.ts +0 -9
- package/lib/data/consent_data1.js +0 -3
- package/lib/data/consent_except.d.ts +0 -38
- package/lib/data/consent_except.js +0 -13
- package/lib/data/contract_agent.d.ts +0 -9
- package/lib/data/contract_agent.js +0 -3
- package/lib/data/contract_agent1.d.ts +0 -9
- package/lib/data/contract_agent1.js +0 -3
- package/lib/data/contract_valueditem.d.ts +0 -38
- package/lib/data/contract_valueditem.js +0 -3
- package/lib/data/contract_valueditem1.d.ts +0 -35
- package/lib/data/contract_valueditem1.js +0 -3
- package/lib/data/coverage_grouping.d.ts +0 -31
- package/lib/data/coverage_grouping.js +0 -3
- package/lib/data/coverageeligibilityresponse_benefitbalance.d.ts +0 -34
- package/lib/data/coverageeligibilityresponse_benefitbalance.js +0 -3
- package/lib/data/coverageeligibilityresponse_financial.d.ts +0 -20
- package/lib/data/coverageeligibilityresponse_financial.js +0 -3
- package/lib/data/device_udi.d.ts +0 -35
- package/lib/data/device_udi.js +0 -19
- package/lib/data/devicerequest_requester.d.ts +0 -8
- package/lib/data/devicerequest_requester.js +0 -3
- package/lib/data/diagnosticreport_performer.d.ts +0 -9
- package/lib/data/diagnosticreport_performer.js +0 -3
- package/lib/data/documentmanifest_content.d.ts +0 -10
- package/lib/data/documentmanifest_content.js +0 -3
- package/lib/data/documentreference_related.d.ts +0 -9
- package/lib/data/documentreference_related.js +0 -3
- package/lib/data/elementdefinition_discriminator.d.ts +0 -21
- package/lib/data/elementdefinition_discriminator.js +0 -19
- package/lib/data/explanationofbenefit_adjudication.d.ts +0 -13
- package/lib/data/explanationofbenefit_adjudication.js +0 -3
- package/lib/data/explanationofbenefit_detail.d.ts +0 -37
- package/lib/data/explanationofbenefit_detail.js +0 -3
- package/lib/data/explanationofbenefit_detail1.d.ts +0 -23
- package/lib/data/explanationofbenefit_detail1.js +0 -3
- package/lib/data/explanationofbenefit_financial.d.ts +0 -17
- package/lib/data/explanationofbenefit_financial.js +0 -3
- package/lib/data/explanationofbenefit_information.d.ts +0 -31
- package/lib/data/explanationofbenefit_information.js +0 -3
- package/lib/data/explanationofbenefit_subdetail.d.ts +0 -34
- package/lib/data/explanationofbenefit_subdetail.js +0 -3
- package/lib/data/graphdefinition_compartment.d.ts +0 -33
- package/lib/data/graphdefinition_compartment.js +0 -24
- package/lib/data/graphdefinition_target.d.ts +0 -15
- package/lib/data/graphdefinition_target.js +0 -3
- package/lib/data/imagingstudy_instance.d.ts +0 -12
- package/lib/data/imagingstudy_instance.js +0 -3
- package/lib/data/immunization_explanation.d.ts +0 -11
- package/lib/data/immunization_explanation.js +0 -3
- package/lib/data/immunization_practitioner.d.ts +0 -9
- package/lib/data/immunization_practitioner.js +0 -3
- package/lib/data/immunization_vaccinationprotocol.d.ts +0 -20
- package/lib/data/immunization_vaccinationprotocol.js +0 -3
- package/lib/data/immunizationrecommendation_datecriterion.d.ts +0 -8
- package/lib/data/immunizationrecommendation_datecriterion.js +0 -3
- package/lib/data/immunizationrecommendation_protocol.d.ts +0 -24
- package/lib/data/immunizationrecommendation_protocol.js +0 -3
- package/lib/data/implementationguide_dependency.d.ts +0 -9
- package/lib/data/implementationguide_dependency.js +0 -3
- package/lib/data/implementationguide_package.d.ts +0 -7
- package/lib/data/implementationguide_package.js +0 -3
- package/lib/data/implementationguide_page.d.ts +0 -26
- package/lib/data/implementationguide_page.js +0 -17
- package/lib/data/implementationguide_resource.d.ts +0 -18
- package/lib/data/implementationguide_resource.js +0 -3
- package/lib/data/measure_population.d.ts +0 -11
- package/lib/data/measure_population.js +0 -3
- package/lib/data/measure_stratifier.d.ts +0 -14
- package/lib/data/measure_stratifier.js +0 -3
- package/lib/data/measure_stratifier_component.d.ts +0 -11
- package/lib/data/measure_stratifier_component.js +0 -3
- package/lib/data/measurereport_population.d.ts +0 -11
- package/lib/data/measurereport_population.js +0 -3
- package/lib/data/measurereport_population1.d.ts +0 -11
- package/lib/data/measurereport_population1.js +0 -3
- package/lib/data/measurereport_stratifier.d.ts +0 -9
- package/lib/data/measurereport_stratifier.js +0 -3
- package/lib/data/measurereport_stratum.d.ts +0 -15
- package/lib/data/measurereport_stratum.js +0 -3
- package/lib/data/measurereport_stratum_component.d.ts +0 -8
- package/lib/data/measurereport_stratum_component.js +0 -3
- package/lib/data/medication_content.d.ts +0 -12
- package/lib/data/medication_content.js +0 -3
- package/lib/data/medication_package.d.ts +0 -12
- package/lib/data/medication_package.js +0 -3
- package/lib/data/medicationrequest_requester.d.ts +0 -12
- package/lib/data/medicationrequest_requester.js +0 -3
- package/lib/data/nutritionorder_administration.d.ts +0 -14
- package/lib/data/nutritionorder_administration.js +0 -3
- package/lib/data/nutritionorder_nutrient.d.ts +0 -9
- package/lib/data/nutritionorder_nutrient.js +0 -3
- package/lib/data/nutritionorder_texture.d.ts +0 -8
- package/lib/data/nutritionorder_texture.js +0 -3
- package/lib/data/observation_related.d.ts +0 -24
- package/lib/data/observation_related.js +0 -24
- package/lib/data/operationdefinition_binding.d.ts +0 -19
- package/lib/data/operationdefinition_binding.js +0 -17
- package/lib/data/operationdefinition_referencedfrom.d.ts +0 -7
- package/lib/data/operationdefinition_referencedfrom.js +0 -3
- package/lib/data/patient_animal.d.ts +0 -10
- package/lib/data/patient_animal.js +0 -3
- package/lib/data/plandefinition_condition.d.ts +0 -18
- package/lib/data/plandefinition_condition.js +0 -15
- package/lib/data/plandefinition_dynamicvalue.d.ts +0 -8
- package/lib/data/plandefinition_dynamicvalue.js +0 -3
- package/lib/data/plandefinition_participant.d.ts +0 -20
- package/lib/data/plandefinition_participant.js +0 -17
- package/lib/data/plandefinition_relatedaction.d.ts +0 -35
- package/lib/data/plandefinition_relatedaction.js +0 -27
- package/lib/data/plandefinition_target.d.ts +0 -17
- package/lib/data/plandefinition_target.js +0 -3
- package/lib/data/questionnaire_enablewhen.d.ts +0 -40
- package/lib/data/questionnaire_enablewhen.js +0 -23
- package/lib/data/questionnaire_initial.d.ts +0 -20
- package/lib/data/questionnaire_initial.js +0 -3
- package/lib/data/questionnaire_option.d.ts +0 -14
- package/lib/data/questionnaire_option.js +0 -3
- package/lib/data/questionnaireresponse_answer.js +0 -3
- package/lib/data/requestgroup_condition.d.ts +0 -8
- package/lib/data/requestgroup_condition.js +0 -3
- package/lib/data/requestgroup_relatedaction.d.ts +0 -35
- package/lib/data/requestgroup_relatedaction.js +0 -27
- package/lib/data/resourcelist.d.ts +0 -6
- package/lib/data/resourcelist.js +0 -4
- package/lib/data/structuremap_dependent.d.ts +0 -10
- package/lib/data/structuremap_dependent.js +0 -3
- package/lib/data/structuremap_input.d.ts +0 -19
- package/lib/data/structuremap_input.js +0 -13
- package/lib/data/structuremap_parameter.d.ts +0 -13
- package/lib/data/structuremap_parameter.js +0 -3
- package/lib/data/structuremap_rule.d.ts +0 -18
- package/lib/data/structuremap_rule.js +0 -3
- package/lib/data/structuremap_source.d.ts +0 -180
- package/lib/data/structuremap_source.js +0 -19
- package/lib/data/structuremap_target.d.ts +0 -78
- package/lib/data/structuremap_target.js +0 -61
- package/lib/data/supplyrequest_ordereditem.d.ts +0 -12
- package/lib/data/supplyrequest_ordereditem.js +0 -3
- package/lib/data/supplyrequest_requester.d.ts +0 -12
- package/lib/data/supplyrequest_requester.js +0 -3
- package/lib/data/task_requester.d.ts +0 -8
- package/lib/data/task_requester.js +0 -3
- package/lib/data/testreport_action.d.ts +0 -14
- package/lib/data/testreport_action.js +0 -3
- package/lib/data/testreport_action1.d.ts +0 -14
- package/lib/data/testreport_action1.js +0 -3
- package/lib/data/testreport_action2.d.ts +0 -10
- package/lib/data/testreport_action2.js +0 -3
- package/lib/data/testreport_assert.d.ts +0 -10
- package/lib/data/testreport_assert.js +0 -3
- package/lib/data/testreport_operation.d.ts +0 -10
- package/lib/data/testreport_operation.js +0 -3
- package/lib/data/testscript_action.d.ts +0 -9
- package/lib/data/testscript_action.js +0 -3
- package/lib/data/testscript_action1.d.ts +0 -9
- package/lib/data/testscript_action1.js +0 -3
- package/lib/data/testscript_action2.d.ts +0 -9
- package/lib/data/testscript_action2.js +0 -3
- package/lib/data/testscript_assert.d.ts +0 -101
- package/lib/data/testscript_assert.js +0 -49
- package/lib/data/testscript_capability.d.ts +0 -18
- package/lib/data/testscript_capability.js +0 -3
- package/lib/data/testscript_link.d.ts +0 -7
- package/lib/data/testscript_link.js +0 -3
- package/lib/data/testscript_operation.d.ts +0 -40
- package/lib/data/testscript_operation.js +0 -3
- package/lib/data/testscript_param.d.ts +0 -7
- package/lib/data/testscript_param.js +0 -3
- package/lib/data/testscript_param1.d.ts +0 -7
- package/lib/data/testscript_param1.js +0 -3
- package/lib/data/testscript_param2.d.ts +0 -7
- package/lib/data/testscript_param2.js +0 -3
- package/lib/data/testscript_param3.d.ts +0 -7
- package/lib/data/testscript_param3.js +0 -3
- package/lib/data/testscript_requestheader.d.ts +0 -7
- package/lib/data/testscript_requestheader.js +0 -3
- package/lib/data/testscript_rule.d.ts +0 -9
- package/lib/data/testscript_rule.js +0 -3
- package/lib/data/testscript_rule1.d.ts +0 -8
- package/lib/data/testscript_rule1.js +0 -3
- package/lib/data/testscript_rule2.d.ts +0 -8
- package/lib/data/testscript_rule2.js +0 -3
- package/lib/data/testscript_rule3.d.ts +0 -8
- package/lib/data/testscript_rule3.js +0 -3
- package/lib/data/testscript_ruleset.d.ts +0 -9
- package/lib/data/testscript_ruleset.js +0 -3
- package/lib/data/testscript_ruleset1.d.ts +0 -8
- package/lib/data/testscript_ruleset1.js +0 -3
- package/lib/data/valueset_concept.d.ts +0 -10
- package/lib/data/valueset_concept.js +0 -3
- package/lib/data/valueset_contains.d.ts +0 -20
- package/lib/data/valueset_contains.js +0 -3
- package/lib/data/valueset_designation.d.ts +0 -10
- package/lib/data/valueset_designation.js +0 -3
- package/lib/data/valueset_filter.d.ts +0 -31
- package/lib/data/valueset_filter.js +0 -27
- package/lib/data/valueset_include.d.ts +0 -15
- package/lib/data/valueset_include.js +0 -3
- package/lib/data/valueset_parameter.d.ts +0 -13
- package/lib/data/valueset_parameter.js +0 -3
- package/lib/data/visionprescription_dispense.d.ts +0 -61
- package/lib/data/visionprescription_dispense.js +0 -24
- package/lib/domainresource.d.ts +0 -14
- package/lib/domainresource.js +0 -3
- package/lib/element.d.ts +0 -7
- package/lib/element.js +0 -3
- package/lib/resource.d.ts +0 -11
- package/lib/resource.js +0 -3
- package/scripts/fix-imports-after-merge.mjs +0 -51
- package/scripts/fix-imports-pass2.mjs +0 -53
- package/scripts/generate-fixtures.js +0 -116
- package/scripts/verify-types.mjs +0 -139
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CONTROL_PLANE_ROLE_CONCEPTS = exports.CONTROL_PLANE_ROLE = exports.CONTROL_PLANE_ROLE_SYSTEM = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* Canonical URL for the OpenHI control plane role code system.
|
|
6
|
-
* Use this as Coding.system when building CodeableConcepts for control plane roles.
|
|
7
|
-
*
|
|
8
|
-
* Roles that exist only within a tenant (e.g. "billing admin", "department lead") are
|
|
9
|
-
* controlled entirely in the data plane, not via control plane Role/RoleAssignment.
|
|
10
|
-
*
|
|
11
|
-
* @see ADR 2026-03-13-02 — Control plane roles and User–Tenant–Workspace linkage
|
|
12
|
-
*/
|
|
13
|
-
exports.CONTROL_PLANE_ROLE_SYSTEM = "https://hl7.openhi.org/fhir/CodeSystem/control-plane-role";
|
|
14
|
-
/**
|
|
15
|
-
* Control plane role code literals. Initial set:
|
|
16
|
-
* - Tenant Admin: admin within a given tenant and optionally workspace; 100% tenant-isolated access.
|
|
17
|
-
* - Tenant User: user within a given tenant and optionally workspace; 100% tenant-isolated access.
|
|
18
|
-
* - System Admin: administrative functions within control plane only; can change tenant/workspace
|
|
19
|
-
* records, assign memberships and role assignments; CANNOT view tenant-isolated data.
|
|
20
|
-
*/
|
|
21
|
-
exports.CONTROL_PLANE_ROLE = {
|
|
22
|
-
TENANT_ADMIN: "tenant-admin",
|
|
23
|
-
TENANT_USER: "tenant-user",
|
|
24
|
-
SYSTEM_ADMIN: "system-admin",
|
|
25
|
-
};
|
|
26
|
-
/** CodeableConcepts for each control plane role (e.g. for display or other contexts). */
|
|
27
|
-
exports.CONTROL_PLANE_ROLE_CONCEPTS = {
|
|
28
|
-
TENANT_ADMIN: {
|
|
29
|
-
coding: [
|
|
30
|
-
{
|
|
31
|
-
system: exports.CONTROL_PLANE_ROLE_SYSTEM,
|
|
32
|
-
code: exports.CONTROL_PLANE_ROLE.TENANT_ADMIN,
|
|
33
|
-
display: "Tenant Admin",
|
|
34
|
-
},
|
|
35
|
-
],
|
|
36
|
-
text: "Tenant Admin",
|
|
37
|
-
},
|
|
38
|
-
TENANT_USER: {
|
|
39
|
-
coding: [
|
|
40
|
-
{
|
|
41
|
-
system: exports.CONTROL_PLANE_ROLE_SYSTEM,
|
|
42
|
-
code: exports.CONTROL_PLANE_ROLE.TENANT_USER,
|
|
43
|
-
display: "Tenant User",
|
|
44
|
-
},
|
|
45
|
-
],
|
|
46
|
-
text: "Tenant User",
|
|
47
|
-
},
|
|
48
|
-
SYSTEM_ADMIN: {
|
|
49
|
-
coding: [
|
|
50
|
-
{
|
|
51
|
-
system: exports.CONTROL_PLANE_ROLE_SYSTEM,
|
|
52
|
-
code: exports.CONTROL_PLANE_ROLE.SYSTEM_ADMIN,
|
|
53
|
-
display: "System Admin",
|
|
54
|
-
},
|
|
55
|
-
],
|
|
56
|
-
text: "System Admin",
|
|
57
|
-
},
|
|
58
|
-
};
|
|
59
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicm9sZS1jb2Rlcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9jb250cm9sL3JvbGUtY29kZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBR0E7Ozs7Ozs7O0dBUUc7QUFDVSxRQUFBLHlCQUF5QixHQUNwQywyREFBb0UsQ0FBQztBQUV2RTs7Ozs7O0dBTUc7QUFDVSxRQUFBLGtCQUFrQixHQUFHO0lBQ2hDLFlBQVksRUFBRSxjQUFjO0lBQzVCLFdBQVcsRUFBRSxhQUFhO0lBQzFCLFlBQVksRUFBRSxjQUFjO0NBQ3BCLENBQUM7QUFLWCx5RkFBeUY7QUFDNUUsUUFBQSwyQkFBMkIsR0FHcEM7SUFDRixZQUFZLEVBQUU7UUFDWixNQUFNLEVBQUU7WUFDTjtnQkFDRSxNQUFNLEVBQUUsaUNBQXlCO2dCQUNqQyxJQUFJLEVBQUUsMEJBQWtCLENBQUMsWUFBWTtnQkFDckMsT0FBTyxFQUFFLGNBQWM7YUFDeEI7U0FDRjtRQUNELElBQUksRUFBRSxjQUFjO0tBQ3JCO0lBQ0QsV0FBVyxFQUFFO1FBQ1gsTUFBTSxFQUFFO1lBQ047Z0JBQ0UsTUFBTSxFQUFFLGlDQUF5QjtnQkFDakMsSUFBSSxFQUFFLDBCQUFrQixDQUFDLFdBQVc7Z0JBQ3BDLE9BQU8sRUFBRSxhQUFhO2FBQ3ZCO1NBQ0Y7UUFDRCxJQUFJLEVBQUUsYUFBYTtLQUNwQjtJQUNELFlBQVksRUFBRTtRQUNaLE1BQU0sRUFBRTtZQUNOO2dCQUNFLE1BQU0sRUFBRSxpQ0FBeUI7Z0JBQ2pDLElBQUksRUFBRSwwQkFBa0IsQ0FBQyxZQUFZO2dCQUNyQyxPQUFPLEVBQUUsY0FBYzthQUN4QjtTQUNGO1FBQ0QsSUFBSSxFQUFFLGNBQWM7S0FDckI7Q0FDTyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gT3BlbkhJIGNvbnRyb2wgcGxhbmUgcm9sZSBjb2RlcyBhbmQgQ29kZWFibGVDb25jZXB0c1xuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi4vZGF0YS9jb2RlYWJsZWNvbmNlcHRcIjtcblxuLyoqXG4gKiBDYW5vbmljYWwgVVJMIGZvciB0aGUgT3BlbkhJIGNvbnRyb2wgcGxhbmUgcm9sZSBjb2RlIHN5c3RlbS5cbiAqIFVzZSB0aGlzIGFzIENvZGluZy5zeXN0ZW0gd2hlbiBidWlsZGluZyBDb2RlYWJsZUNvbmNlcHRzIGZvciBjb250cm9sIHBsYW5lIHJvbGVzLlxuICpcbiAqIFJvbGVzIHRoYXQgZXhpc3Qgb25seSB3aXRoaW4gYSB0ZW5hbnQgKGUuZy4gXCJiaWxsaW5nIGFkbWluXCIsIFwiZGVwYXJ0bWVudCBsZWFkXCIpIGFyZVxuICogY29udHJvbGxlZCBlbnRpcmVseSBpbiB0aGUgZGF0YSBwbGFuZSwgbm90IHZpYSBjb250cm9sIHBsYW5lIFJvbGUvUm9sZUFzc2lnbm1lbnQuXG4gKlxuICogQHNlZSBBRFIgMjAyNi0wMy0xMy0wMiDigJQgQ29udHJvbCBwbGFuZSByb2xlcyBhbmQgVXNlcuKAk1RlbmFudOKAk1dvcmtzcGFjZSBsaW5rYWdlXG4gKi9cbmV4cG9ydCBjb25zdCBDT05UUk9MX1BMQU5FX1JPTEVfU1lTVEVNID1cbiAgXCJodHRwczovL2hsNy5vcGVuaGkub3JnL2ZoaXIvQ29kZVN5c3RlbS9jb250cm9sLXBsYW5lLXJvbGVcIiBhcyBjb25zdDtcblxuLyoqXG4gKiBDb250cm9sIHBsYW5lIHJvbGUgY29kZSBsaXRlcmFscy4gSW5pdGlhbCBzZXQ6XG4gKiAtIFRlbmFudCBBZG1pbjogYWRtaW4gd2l0aGluIGEgZ2l2ZW4gdGVuYW50IGFuZCBvcHRpb25hbGx5IHdvcmtzcGFjZTsgMTAwJSB0ZW5hbnQtaXNvbGF0ZWQgYWNjZXNzLlxuICogLSBUZW5hbnQgVXNlcjogdXNlciB3aXRoaW4gYSBnaXZlbiB0ZW5hbnQgYW5kIG9wdGlvbmFsbHkgd29ya3NwYWNlOyAxMDAlIHRlbmFudC1pc29sYXRlZCBhY2Nlc3MuXG4gKiAtIFN5c3RlbSBBZG1pbjogYWRtaW5pc3RyYXRpdmUgZnVuY3Rpb25zIHdpdGhpbiBjb250cm9sIHBsYW5lIG9ubHk7IGNhbiBjaGFuZ2UgdGVuYW50L3dvcmtzcGFjZVxuICogICByZWNvcmRzLCBhc3NpZ24gbWVtYmVyc2hpcHMgYW5kIHJvbGUgYXNzaWdubWVudHM7IENBTk5PVCB2aWV3IHRlbmFudC1pc29sYXRlZCBkYXRhLlxuICovXG5leHBvcnQgY29uc3QgQ09OVFJPTF9QTEFORV9ST0xFID0ge1xuICBURU5BTlRfQURNSU46IFwidGVuYW50LWFkbWluXCIsXG4gIFRFTkFOVF9VU0VSOiBcInRlbmFudC11c2VyXCIsXG4gIFNZU1RFTV9BRE1JTjogXCJzeXN0ZW0tYWRtaW5cIixcbn0gYXMgY29uc3Q7XG5cbmV4cG9ydCB0eXBlIENvbnRyb2xQbGFuZVJvbGVDb2RlID1cbiAgKHR5cGVvZiBDT05UUk9MX1BMQU5FX1JPTEUpW2tleW9mIHR5cGVvZiBDT05UUk9MX1BMQU5FX1JPTEVdO1xuXG4vKiogQ29kZWFibGVDb25jZXB0cyBmb3IgZWFjaCBjb250cm9sIHBsYW5lIHJvbGUgKGUuZy4gZm9yIGRpc3BsYXkgb3Igb3RoZXIgY29udGV4dHMpLiAqL1xuZXhwb3J0IGNvbnN0IENPTlRST0xfUExBTkVfUk9MRV9DT05DRVBUUzogUmVjb3JkPFxuICBrZXlvZiB0eXBlb2YgQ09OVFJPTF9QTEFORV9ST0xFLFxuICBDb2RlYWJsZUNvbmNlcHRcbj4gPSB7XG4gIFRFTkFOVF9BRE1JTjoge1xuICAgIGNvZGluZzogW1xuICAgICAge1xuICAgICAgICBzeXN0ZW06IENPTlRST0xfUExBTkVfUk9MRV9TWVNURU0sXG4gICAgICAgIGNvZGU6IENPTlRST0xfUExBTkVfUk9MRS5URU5BTlRfQURNSU4sXG4gICAgICAgIGRpc3BsYXk6IFwiVGVuYW50IEFkbWluXCIsXG4gICAgICB9LFxuICAgIF0sXG4gICAgdGV4dDogXCJUZW5hbnQgQWRtaW5cIixcbiAgfSxcbiAgVEVOQU5UX1VTRVI6IHtcbiAgICBjb2Rpbmc6IFtcbiAgICAgIHtcbiAgICAgICAgc3lzdGVtOiBDT05UUk9MX1BMQU5FX1JPTEVfU1lTVEVNLFxuICAgICAgICBjb2RlOiBDT05UUk9MX1BMQU5FX1JPTEUuVEVOQU5UX1VTRVIsXG4gICAgICAgIGRpc3BsYXk6IFwiVGVuYW50IFVzZXJcIixcbiAgICAgIH0sXG4gICAgXSxcbiAgICB0ZXh0OiBcIlRlbmFudCBVc2VyXCIsXG4gIH0sXG4gIFNZU1RFTV9BRE1JTjoge1xuICAgIGNvZGluZzogW1xuICAgICAge1xuICAgICAgICBzeXN0ZW06IENPTlRST0xfUExBTkVfUk9MRV9TWVNURU0sXG4gICAgICAgIGNvZGU6IENPTlRST0xfUExBTkVfUk9MRS5TWVNURU1fQURNSU4sXG4gICAgICAgIGRpc3BsYXk6IFwiU3lzdGVtIEFkbWluXCIsXG4gICAgICB9LFxuICAgIF0sXG4gICAgdGV4dDogXCJTeXN0ZW0gQWRtaW5cIixcbiAgfSxcbn0gYXMgY29uc3Q7XG4iXX0=
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { BackboneElement } from "../backboneelement";
|
|
2
|
-
/** Tagged value pairs for conveying additional information about the entity (AuditEvent.entity.detail). */
|
|
3
|
-
export interface AuditEvent_Detail extends BackboneElement {
|
|
4
|
-
/** Name of the property. The type of extra detail provided in the value (R4: 1..1 required). */
|
|
5
|
-
type: string;
|
|
6
|
-
/** The value of the extra detail (R4: 1..1 value[x] — one of valueString or valueBase64Binary required). Use valueString for text; valueBase64Binary for binary or undefined content. */
|
|
7
|
-
valueString?: string;
|
|
8
|
-
valueBase64Binary?: string;
|
|
9
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXVkaXRldmVudF9kZXRhaWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZGF0YS9hdWRpdGV2ZW50X2RldGFpbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi4vYmFja2JvbmVlbGVtZW50XCI7XG5cbi8vIEZISVIgQXVkaXRFdmVudF9EZXRhaWwgVHlwZVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC9hdWRpdGV2ZW50Lmh0bWwgKEF1ZGl0RXZlbnQuZW50aXR5LmRldGFpbClcblxuLyoqIFRhZ2dlZCB2YWx1ZSBwYWlycyBmb3IgY29udmV5aW5nIGFkZGl0aW9uYWwgaW5mb3JtYXRpb24gYWJvdXQgdGhlIGVudGl0eSAoQXVkaXRFdmVudC5lbnRpdHkuZGV0YWlsKS4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgQXVkaXRFdmVudF9EZXRhaWwgZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogTmFtZSBvZiB0aGUgcHJvcGVydHkuIFRoZSB0eXBlIG9mIGV4dHJhIGRldGFpbCBwcm92aWRlZCBpbiB0aGUgdmFsdWUgKFI0OiAxLi4xIHJlcXVpcmVkKS4gKi9cbiAgdHlwZTogc3RyaW5nO1xuXG4gIC8qKiBUaGUgdmFsdWUgb2YgdGhlIGV4dHJhIGRldGFpbCAoUjQ6IDEuLjEgdmFsdWVbeF0g4oCUIG9uZSBvZiB2YWx1ZVN0cmluZyBvciB2YWx1ZUJhc2U2NEJpbmFyeSByZXF1aXJlZCkuIFVzZSB2YWx1ZVN0cmluZyBmb3IgdGV4dDsgdmFsdWVCYXNlNjRCaW5hcnkgZm9yIGJpbmFyeSBvciB1bmRlZmluZWQgY29udGVudC4gKi9cbiAgdmFsdWVTdHJpbmc/OiBzdHJpbmc7XG4gIHZhbHVlQmFzZTY0QmluYXJ5Pzogc3RyaW5nO1xufVxuIl19
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import type { BackboneElement } from "../backboneelement";
|
|
2
|
-
/** Type of network access point (AuditEventAgentNetworkType). */
|
|
3
|
-
export declare const AUDITEVENT_NETWORK_TYPE: {
|
|
4
|
-
/** Machine name, including DNS name. */
|
|
5
|
-
readonly ONE: "1";
|
|
6
|
-
/** Assigned Internet Protocol (IP) address. */
|
|
7
|
-
readonly TWO: "2";
|
|
8
|
-
/** Assigned telephone number. */
|
|
9
|
-
readonly THREE: "3";
|
|
10
|
-
/** Assigned email address. */
|
|
11
|
-
readonly FOUR: "4";
|
|
12
|
-
/** URI (e.g. user directory, HTTP-PUT, ftp). */
|
|
13
|
-
readonly FIVE: "5";
|
|
14
|
-
};
|
|
15
|
-
export type AuditEventNetworkType = (typeof AUDITEVENT_NETWORK_TYPE)[keyof typeof AUDITEVENT_NETWORK_TYPE];
|
|
16
|
-
/** Logical network location for application activity (AuditEvent.agent.network). */
|
|
17
|
-
export interface AuditEvent_Network extends BackboneElement {
|
|
18
|
-
/** Identifier for the network access point of the user device (e.g. device id, IP address). */
|
|
19
|
-
address?: string;
|
|
20
|
-
/** Type of network access point that originated the audit event. */
|
|
21
|
-
type?: AuditEventNetworkType;
|
|
22
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AUDITEVENT_NETWORK_TYPE = void 0;
|
|
4
|
-
// FHIR AuditEvent_Network Type
|
|
5
|
-
// StructureDefinition: https://hl7.org/fhir/R4/auditevent.html (AuditEvent.agent.network)
|
|
6
|
-
/** Type of network access point (AuditEventAgentNetworkType). */
|
|
7
|
-
exports.AUDITEVENT_NETWORK_TYPE = {
|
|
8
|
-
/** Machine name, including DNS name. */
|
|
9
|
-
ONE: "1",
|
|
10
|
-
/** Assigned Internet Protocol (IP) address. */
|
|
11
|
-
TWO: "2",
|
|
12
|
-
/** Assigned telephone number. */
|
|
13
|
-
THREE: "3",
|
|
14
|
-
/** Assigned email address. */
|
|
15
|
-
FOUR: "4",
|
|
16
|
-
/** URI (e.g. user directory, HTTP-PUT, ftp). */
|
|
17
|
-
FIVE: "5",
|
|
18
|
-
};
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXVkaXRldmVudF9uZXR3b3JrLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2RhdGEvYXVkaXRldmVudF9uZXR3b3JrLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUVBLCtCQUErQjtBQUUvQiwwRkFBMEY7QUFFMUYsaUVBQWlFO0FBQ3BELFFBQUEsdUJBQXVCLEdBQUc7SUFDckMsd0NBQXdDO0lBQ3hDLEdBQUcsRUFBRSxHQUFHO0lBQ1IsK0NBQStDO0lBQy9DLEdBQUcsRUFBRSxHQUFHO0lBQ1IsaUNBQWlDO0lBQ2pDLEtBQUssRUFBRSxHQUFHO0lBQ1YsOEJBQThCO0lBQzlCLElBQUksRUFBRSxHQUFHO0lBQ1QsZ0RBQWdEO0lBQ2hELElBQUksRUFBRSxHQUFHO0NBQ0QsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgQmFja2JvbmVFbGVtZW50IH0gZnJvbSBcIi4uL2JhY2tib25lZWxlbWVudFwiO1xuXG4vLyBGSElSIEF1ZGl0RXZlbnRfTmV0d29yayBUeXBlXG5cbi8vIFN0cnVjdHVyZURlZmluaXRpb246IGh0dHBzOi8vaGw3Lm9yZy9maGlyL1I0L2F1ZGl0ZXZlbnQuaHRtbCAoQXVkaXRFdmVudC5hZ2VudC5uZXR3b3JrKVxuXG4vKiogVHlwZSBvZiBuZXR3b3JrIGFjY2VzcyBwb2ludCAoQXVkaXRFdmVudEFnZW50TmV0d29ya1R5cGUpLiAqL1xuZXhwb3J0IGNvbnN0IEFVRElURVZFTlRfTkVUV09SS19UWVBFID0ge1xuICAvKiogTWFjaGluZSBuYW1lLCBpbmNsdWRpbmcgRE5TIG5hbWUuICovXG4gIE9ORTogXCIxXCIsXG4gIC8qKiBBc3NpZ25lZCBJbnRlcm5ldCBQcm90b2NvbCAoSVApIGFkZHJlc3MuICovXG4gIFRXTzogXCIyXCIsXG4gIC8qKiBBc3NpZ25lZCB0ZWxlcGhvbmUgbnVtYmVyLiAqL1xuICBUSFJFRTogXCIzXCIsXG4gIC8qKiBBc3NpZ25lZCBlbWFpbCBhZGRyZXNzLiAqL1xuICBGT1VSOiBcIjRcIixcbiAgLyoqIFVSSSAoZS5nLiB1c2VyIGRpcmVjdG9yeSwgSFRUUC1QVVQsIGZ0cCkuICovXG4gIEZJVkU6IFwiNVwiLFxufSBhcyBjb25zdDtcblxuZXhwb3J0IHR5cGUgQXVkaXRFdmVudE5ldHdvcmtUeXBlID1cbiAgKHR5cGVvZiBBVURJVEVWRU5UX05FVFdPUktfVFlQRSlba2V5b2YgdHlwZW9mIEFVRElURVZFTlRfTkVUV09SS19UWVBFXTtcblxuLyoqIExvZ2ljYWwgbmV0d29yayBsb2NhdGlvbiBmb3IgYXBwbGljYXRpb24gYWN0aXZpdHkgKEF1ZGl0RXZlbnQuYWdlbnQubmV0d29yaykuICovXG5leHBvcnQgaW50ZXJmYWNlIEF1ZGl0RXZlbnRfTmV0d29yayBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBJZGVudGlmaWVyIGZvciB0aGUgbmV0d29yayBhY2Nlc3MgcG9pbnQgb2YgdGhlIHVzZXIgZGV2aWNlIChlLmcuIGRldmljZSBpZCwgSVAgYWRkcmVzcykuICovXG4gIGFkZHJlc3M/OiBzdHJpbmc7XG5cbiAgLyoqIFR5cGUgb2YgbmV0d29yayBhY2Nlc3MgcG9pbnQgdGhhdCBvcmlnaW5hdGVkIHRoZSBhdWRpdCBldmVudC4gKi9cbiAgdHlwZT86IEF1ZGl0RXZlbnROZXR3b3JrVHlwZTtcbn1cbiJdfQ==
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import type { BackboneElement } from "../backboneelement";
|
|
2
|
-
/** HTTP verbs (in the HTTP command line); required binding for Bundle.entry.request.method (1..1). */
|
|
3
|
-
export declare const BUNDLE_REQUEST_METHOD: {
|
|
4
|
-
/** GET. */
|
|
5
|
-
readonly GET: "GET";
|
|
6
|
-
/** HEAD. */
|
|
7
|
-
readonly HEAD: "HEAD";
|
|
8
|
-
/** POST. */
|
|
9
|
-
readonly POST: "POST";
|
|
10
|
-
/** PUT. */
|
|
11
|
-
readonly PUT: "PUT";
|
|
12
|
-
/** DELETE. */
|
|
13
|
-
readonly DELETE: "DELETE";
|
|
14
|
-
/** PATCH. */
|
|
15
|
-
readonly PATCH: "PATCH";
|
|
16
|
-
};
|
|
17
|
-
export type BundleRequestMethod = (typeof BUNDLE_REQUEST_METHOD)[keyof typeof BUNDLE_REQUEST_METHOD];
|
|
18
|
-
/** Additional information about how this entry should be processed as part of a transaction or batch; for history, how the entry was processed to create the version contained in the entry (Bundle.entry.request). */
|
|
19
|
-
export interface Bundle_Request extends BackboneElement {
|
|
20
|
-
/** In a transaction or batch, the HTTP action to be executed for this entry; in a history bundle, the HTTP action that occurred (1..1 required, HTTPVerb). */
|
|
21
|
-
method: BundleRequestMethod;
|
|
22
|
-
/** The URL for this entry, relative to the root (the address to which the request is posted) (1..1 required, uri). */
|
|
23
|
-
url: string;
|
|
24
|
-
/** If the ETag values match, return a 304 Not Modified status (conditional read). */
|
|
25
|
-
ifNoneMatch?: string;
|
|
26
|
-
/** Only perform the operation if the last updated date matches (conditional read; instant). */
|
|
27
|
-
ifModifiedSince?: string;
|
|
28
|
-
/** Only perform the operation if the Etag value matches (managing update contention). */
|
|
29
|
-
ifMatch?: string;
|
|
30
|
-
/** Instruct the server not to perform the create if a specified resource already exists; the query portion of the URL—what follows the "?" (not including the "?") (conditional create). */
|
|
31
|
-
ifNoneExist?: string;
|
|
32
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BUNDLE_REQUEST_METHOD = void 0;
|
|
4
|
-
// FHIR Bundle_Request Type
|
|
5
|
-
// StructureDefinition: https://hl7.org/fhir/R4/bundle.html (Bundle.entry.request)
|
|
6
|
-
/** HTTP verbs (in the HTTP command line); required binding for Bundle.entry.request.method (1..1). */
|
|
7
|
-
exports.BUNDLE_REQUEST_METHOD = {
|
|
8
|
-
/** GET. */
|
|
9
|
-
GET: "GET",
|
|
10
|
-
/** HEAD. */
|
|
11
|
-
HEAD: "HEAD",
|
|
12
|
-
/** POST. */
|
|
13
|
-
POST: "POST",
|
|
14
|
-
/** PUT. */
|
|
15
|
-
PUT: "PUT",
|
|
16
|
-
/** DELETE. */
|
|
17
|
-
DELETE: "DELETE",
|
|
18
|
-
/** PATCH. */
|
|
19
|
-
PATCH: "PATCH",
|
|
20
|
-
};
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnVuZGxlX3JlcXVlc3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZGF0YS9idW5kbGVfcmVxdWVzdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSwyQkFBMkI7QUFFM0Isa0ZBQWtGO0FBRWxGLHNHQUFzRztBQUN6RixRQUFBLHFCQUFxQixHQUFHO0lBQ25DLFdBQVc7SUFDWCxHQUFHLEVBQUUsS0FBSztJQUNWLFlBQVk7SUFDWixJQUFJLEVBQUUsTUFBTTtJQUNaLFlBQVk7SUFDWixJQUFJLEVBQUUsTUFBTTtJQUNaLFdBQVc7SUFDWCxHQUFHLEVBQUUsS0FBSztJQUNWLGNBQWM7SUFDZCxNQUFNLEVBQUUsUUFBUTtJQUNoQixhQUFhO0lBQ2IsS0FBSyxFQUFFLE9BQU87Q0FDTixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi4vYmFja2JvbmVlbGVtZW50XCI7XG5cbi8vIEZISVIgQnVuZGxlX1JlcXVlc3QgVHlwZVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC9idW5kbGUuaHRtbCAoQnVuZGxlLmVudHJ5LnJlcXVlc3QpXG5cbi8qKiBIVFRQIHZlcmJzIChpbiB0aGUgSFRUUCBjb21tYW5kIGxpbmUpOyByZXF1aXJlZCBiaW5kaW5nIGZvciBCdW5kbGUuZW50cnkucmVxdWVzdC5tZXRob2QgKDEuLjEpLiAqL1xuZXhwb3J0IGNvbnN0IEJVTkRMRV9SRVFVRVNUX01FVEhPRCA9IHtcbiAgLyoqIEdFVC4gKi9cbiAgR0VUOiBcIkdFVFwiLFxuICAvKiogSEVBRC4gKi9cbiAgSEVBRDogXCJIRUFEXCIsXG4gIC8qKiBQT1NULiAqL1xuICBQT1NUOiBcIlBPU1RcIixcbiAgLyoqIFBVVC4gKi9cbiAgUFVUOiBcIlBVVFwiLFxuICAvKiogREVMRVRFLiAqL1xuICBERUxFVEU6IFwiREVMRVRFXCIsXG4gIC8qKiBQQVRDSC4gKi9cbiAgUEFUQ0g6IFwiUEFUQ0hcIixcbn0gYXMgY29uc3Q7XG5cbmV4cG9ydCB0eXBlIEJ1bmRsZVJlcXVlc3RNZXRob2QgPVxuICAodHlwZW9mIEJVTkRMRV9SRVFVRVNUX01FVEhPRClba2V5b2YgdHlwZW9mIEJVTkRMRV9SRVFVRVNUX01FVEhPRF07XG5cbi8qKiBBZGRpdGlvbmFsIGluZm9ybWF0aW9uIGFib3V0IGhvdyB0aGlzIGVudHJ5IHNob3VsZCBiZSBwcm9jZXNzZWQgYXMgcGFydCBvZiBhIHRyYW5zYWN0aW9uIG9yIGJhdGNoOyBmb3IgaGlzdG9yeSwgaG93IHRoZSBlbnRyeSB3YXMgcHJvY2Vzc2VkIHRvIGNyZWF0ZSB0aGUgdmVyc2lvbiBjb250YWluZWQgaW4gdGhlIGVudHJ5IChCdW5kbGUuZW50cnkucmVxdWVzdCkuICovXG5leHBvcnQgaW50ZXJmYWNlIEJ1bmRsZV9SZXF1ZXN0IGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIEluIGEgdHJhbnNhY3Rpb24gb3IgYmF0Y2gsIHRoZSBIVFRQIGFjdGlvbiB0byBiZSBleGVjdXRlZCBmb3IgdGhpcyBlbnRyeTsgaW4gYSBoaXN0b3J5IGJ1bmRsZSwgdGhlIEhUVFAgYWN0aW9uIHRoYXQgb2NjdXJyZWQgKDEuLjEgcmVxdWlyZWQsIEhUVFBWZXJiKS4gKi9cbiAgbWV0aG9kOiBCdW5kbGVSZXF1ZXN0TWV0aG9kO1xuXG4gIC8qKiBUaGUgVVJMIGZvciB0aGlzIGVudHJ5LCByZWxhdGl2ZSB0byB0aGUgcm9vdCAodGhlIGFkZHJlc3MgdG8gd2hpY2ggdGhlIHJlcXVlc3QgaXMgcG9zdGVkKSAoMS4uMSByZXF1aXJlZCwgdXJpKS4gKi9cbiAgdXJsOiBzdHJpbmc7XG5cbiAgLyoqIElmIHRoZSBFVGFnIHZhbHVlcyBtYXRjaCwgcmV0dXJuIGEgMzA0IE5vdCBNb2RpZmllZCBzdGF0dXMgKGNvbmRpdGlvbmFsIHJlYWQpLiAqL1xuICBpZk5vbmVNYXRjaD86IHN0cmluZztcblxuICAvKiogT25seSBwZXJmb3JtIHRoZSBvcGVyYXRpb24gaWYgdGhlIGxhc3QgdXBkYXRlZCBkYXRlIG1hdGNoZXMgKGNvbmRpdGlvbmFsIHJlYWQ7IGluc3RhbnQpLiAqL1xuICBpZk1vZGlmaWVkU2luY2U/OiBzdHJpbmc7XG5cbiAgLyoqIE9ubHkgcGVyZm9ybSB0aGUgb3BlcmF0aW9uIGlmIHRoZSBFdGFnIHZhbHVlIG1hdGNoZXMgKG1hbmFnaW5nIHVwZGF0ZSBjb250ZW50aW9uKS4gKi9cbiAgaWZNYXRjaD86IHN0cmluZztcblxuICAvKiogSW5zdHJ1Y3QgdGhlIHNlcnZlciBub3QgdG8gcGVyZm9ybSB0aGUgY3JlYXRlIGlmIGEgc3BlY2lmaWVkIHJlc291cmNlIGFscmVhZHkgZXhpc3RzOyB0aGUgcXVlcnkgcG9ydGlvbiBvZiB0aGUgVVJM4oCUd2hhdCBmb2xsb3dzIHRoZSBcIj9cIiAobm90IGluY2x1ZGluZyB0aGUgXCI/XCIpIChjb25kaXRpb25hbCBjcmVhdGUpLiAqL1xuICBpZk5vbmVFeGlzdD86IHN0cmluZztcbn1cbiJdfQ==
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { BackboneElement } from "../backboneelement";
|
|
2
|
-
import type { ResourceList } from "./resourcelist";
|
|
3
|
-
/** Results of execution (transaction/batch/history). */
|
|
4
|
-
export interface Bundle_Response extends BackboneElement {
|
|
5
|
-
/** Status response code (text optional). (Required) */
|
|
6
|
-
status: string;
|
|
7
|
-
/** The location (if the operation returns a location). */
|
|
8
|
-
location?: string;
|
|
9
|
-
/** The Etag for the resource (if relevant). */
|
|
10
|
-
etag?: string;
|
|
11
|
-
/** Server's date time modified. */
|
|
12
|
-
lastModified?: string;
|
|
13
|
-
/** OperationOutcome with hints and warnings (for batch/transaction). */
|
|
14
|
-
outcome?: ResourceList;
|
|
15
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnVuZGxlX3Jlc3BvbnNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2RhdGEvYnVuZGxlX3Jlc3BvbnNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IEJhY2tib25lRWxlbWVudCB9IGZyb20gXCIuLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgUmVzb3VyY2VMaXN0IH0gZnJvbSBcIi4vcmVzb3VyY2VsaXN0XCI7XG5cbi8vIEZISVIgQnVuZGxlX1Jlc3BvbnNlIFR5cGVcblxuLy8gU3RydWN0dXJlRGVmaW5pdGlvbjogaHR0cHM6Ly9obDcub3JnL2ZoaXIvUjQvYnVuZGxlLmh0bWwgKEJ1bmRsZS5lbnRyeS5yZXNwb25zZSlcblxuLyoqIFJlc3VsdHMgb2YgZXhlY3V0aW9uICh0cmFuc2FjdGlvbi9iYXRjaC9oaXN0b3J5KS4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgQnVuZGxlX1Jlc3BvbnNlIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIFN0YXR1cyByZXNwb25zZSBjb2RlICh0ZXh0IG9wdGlvbmFsKS4gKFJlcXVpcmVkKSAqL1xuICBzdGF0dXM6IHN0cmluZztcblxuICAvKiogVGhlIGxvY2F0aW9uIChpZiB0aGUgb3BlcmF0aW9uIHJldHVybnMgYSBsb2NhdGlvbikuICovXG4gIGxvY2F0aW9uPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgRXRhZyBmb3IgdGhlIHJlc291cmNlIChpZiByZWxldmFudCkuICovXG4gIGV0YWc/OiBzdHJpbmc7XG5cbiAgLyoqIFNlcnZlcidzIGRhdGUgdGltZSBtb2RpZmllZC4gKi9cbiAgbGFzdE1vZGlmaWVkPzogc3RyaW5nO1xuXG4gIC8qKiBPcGVyYXRpb25PdXRjb21lIHdpdGggaGludHMgYW5kIHdhcm5pbmdzIChmb3IgYmF0Y2gvdHJhbnNhY3Rpb24pLiAqL1xuICBvdXRjb21lPzogUmVzb3VyY2VMaXN0O1xufVxuIl19
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import type { BackboneElement } from "../backboneelement";
|
|
2
|
-
/** Why an entry is in the result set—match, _include, or outcome; required binding for Bundle.entry.search.mode (0..1). */
|
|
3
|
-
export declare const BUNDLE_SEARCH_MODE: {
|
|
4
|
-
/** Included as a match (matched the search parameters). */
|
|
5
|
-
readonly MATCH: "match";
|
|
6
|
-
/** Included because of an _include requirement. */
|
|
7
|
-
readonly INCLUDE: "include";
|
|
8
|
-
/** Convey information or warning about the search process. */
|
|
9
|
-
readonly OUTCOME: "outcome";
|
|
10
|
-
};
|
|
11
|
-
export type BundleSearchMode = (typeof BUNDLE_SEARCH_MODE)[keyof typeof BUNDLE_SEARCH_MODE];
|
|
12
|
-
/** Information about the search process that lead to the creation of this entry (Bundle.entry.search). */
|
|
13
|
-
export interface Bundle_Search extends BackboneElement {
|
|
14
|
-
/** Why this entry is in the result set—whether as a match, because of an _include requirement, or to convey information or warning about the search process (0..1, SearchEntryMode). */
|
|
15
|
-
mode?: BundleSearchMode;
|
|
16
|
-
/** When searching, the server's search ranking score for the entry (0..1 decimal; 1 = most relevant). */
|
|
17
|
-
score?: number;
|
|
18
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BUNDLE_SEARCH_MODE = void 0;
|
|
4
|
-
// FHIR Bundle_Search Type
|
|
5
|
-
// StructureDefinition: https://hl7.org/fhir/R4/bundle.html (Bundle.entry.search)
|
|
6
|
-
/** Why an entry is in the result set—match, _include, or outcome; required binding for Bundle.entry.search.mode (0..1). */
|
|
7
|
-
exports.BUNDLE_SEARCH_MODE = {
|
|
8
|
-
/** Included as a match (matched the search parameters). */
|
|
9
|
-
MATCH: "match",
|
|
10
|
-
/** Included because of an _include requirement. */
|
|
11
|
-
INCLUDE: "include",
|
|
12
|
-
/** Convey information or warning about the search process. */
|
|
13
|
-
OUTCOME: "outcome",
|
|
14
|
-
};
|
|
15
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnVuZGxlX3NlYXJjaC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9kYXRhL2J1bmRsZV9zZWFyY2gudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsMEJBQTBCO0FBRTFCLGlGQUFpRjtBQUVqRiwySEFBMkg7QUFDOUcsUUFBQSxrQkFBa0IsR0FBRztJQUNoQywyREFBMkQ7SUFDM0QsS0FBSyxFQUFFLE9BQU87SUFDZCxtREFBbUQ7SUFDbkQsT0FBTyxFQUFFLFNBQVM7SUFDbEIsOERBQThEO0lBQzlELE9BQU8sRUFBRSxTQUFTO0NBQ1YsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgQmFja2JvbmVFbGVtZW50IH0gZnJvbSBcIi4uL2JhY2tib25lZWxlbWVudFwiO1xuXG4vLyBGSElSIEJ1bmRsZV9TZWFyY2ggVHlwZVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC9idW5kbGUuaHRtbCAoQnVuZGxlLmVudHJ5LnNlYXJjaClcblxuLyoqIFdoeSBhbiBlbnRyeSBpcyBpbiB0aGUgcmVzdWx0IHNldOKAlG1hdGNoLCBfaW5jbHVkZSwgb3Igb3V0Y29tZTsgcmVxdWlyZWQgYmluZGluZyBmb3IgQnVuZGxlLmVudHJ5LnNlYXJjaC5tb2RlICgwLi4xKS4gKi9cbmV4cG9ydCBjb25zdCBCVU5ETEVfU0VBUkNIX01PREUgPSB7XG4gIC8qKiBJbmNsdWRlZCBhcyBhIG1hdGNoIChtYXRjaGVkIHRoZSBzZWFyY2ggcGFyYW1ldGVycykuICovXG4gIE1BVENIOiBcIm1hdGNoXCIsXG4gIC8qKiBJbmNsdWRlZCBiZWNhdXNlIG9mIGFuIF9pbmNsdWRlIHJlcXVpcmVtZW50LiAqL1xuICBJTkNMVURFOiBcImluY2x1ZGVcIixcbiAgLyoqIENvbnZleSBpbmZvcm1hdGlvbiBvciB3YXJuaW5nIGFib3V0IHRoZSBzZWFyY2ggcHJvY2Vzcy4gKi9cbiAgT1VUQ09NRTogXCJvdXRjb21lXCIsXG59IGFzIGNvbnN0O1xuXG5leHBvcnQgdHlwZSBCdW5kbGVTZWFyY2hNb2RlID1cbiAgKHR5cGVvZiBCVU5ETEVfU0VBUkNIX01PREUpW2tleW9mIHR5cGVvZiBCVU5ETEVfU0VBUkNIX01PREVdO1xuXG4vKiogSW5mb3JtYXRpb24gYWJvdXQgdGhlIHNlYXJjaCBwcm9jZXNzIHRoYXQgbGVhZCB0byB0aGUgY3JlYXRpb24gb2YgdGhpcyBlbnRyeSAoQnVuZGxlLmVudHJ5LnNlYXJjaCkuICovXG5leHBvcnQgaW50ZXJmYWNlIEJ1bmRsZV9TZWFyY2ggZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogV2h5IHRoaXMgZW50cnkgaXMgaW4gdGhlIHJlc3VsdCBzZXTigJR3aGV0aGVyIGFzIGEgbWF0Y2gsIGJlY2F1c2Ugb2YgYW4gX2luY2x1ZGUgcmVxdWlyZW1lbnQsIG9yIHRvIGNvbnZleSBpbmZvcm1hdGlvbiBvciB3YXJuaW5nIGFib3V0IHRoZSBzZWFyY2ggcHJvY2VzcyAoMC4uMSwgU2VhcmNoRW50cnlNb2RlKS4gKi9cbiAgbW9kZT86IEJ1bmRsZVNlYXJjaE1vZGU7XG5cbiAgLyoqIFdoZW4gc2VhcmNoaW5nLCB0aGUgc2VydmVyJ3Mgc2VhcmNoIHJhbmtpbmcgc2NvcmUgZm9yIHRoZSBlbnRyeSAoMC4uMSBkZWNpbWFsOyAxID0gbW9zdCByZWxldmFudCkuICovXG4gIHNjb3JlPzogbnVtYmVyO1xufVxuIl19
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { BackboneElement } from "../backboneelement";
|
|
2
|
-
/** Certificate used for TLS or other security. Not in the base R4 CapabilityStatement profile snapshot; provided for implementations that support certificate declaration. */
|
|
3
|
-
export interface CapabilityStatement_Certificate extends BackboneElement {
|
|
4
|
-
/** Mime type for the certificate (e.g. application/x-pem-file, application/pkix-cert). */
|
|
5
|
-
type?: string;
|
|
6
|
-
/** Actual certificate (base64Binary). */
|
|
7
|
-
blob?: string;
|
|
8
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9jZXJ0aWZpY2F0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9kYXRhL2NhcGFiaWxpdHlzdGF0ZW1lbnRfY2VydGlmaWNhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgQmFja2JvbmVFbGVtZW50IH0gZnJvbSBcIi4uL2JhY2tib25lZWxlbWVudFwiO1xuXG4vLyBGSElSIENhcGFiaWxpdHlTdGF0ZW1lbnRfQ2VydGlmaWNhdGUgVHlwZVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC9jYXBhYmlsaXR5c3RhdGVtZW50Lmh0bWwgKENhcGFiaWxpdHlTdGF0ZW1lbnQucmVzdC5zZWN1cml0eS5jZXJ0aWZpY2F0ZTsgbm90IGluIGJhc2UgUjQgcHJvZmlsZSBzbmFwc2hvdCDigJQgdXNlZCBmb3IgVExTL2NlcnRpZmljYXRlIHN1cHBvcnQpXG5cbi8qKiBDZXJ0aWZpY2F0ZSB1c2VkIGZvciBUTFMgb3Igb3RoZXIgc2VjdXJpdHkuIE5vdCBpbiB0aGUgYmFzZSBSNCBDYXBhYmlsaXR5U3RhdGVtZW50IHByb2ZpbGUgc25hcHNob3Q7IHByb3ZpZGVkIGZvciBpbXBsZW1lbnRhdGlvbnMgdGhhdCBzdXBwb3J0IGNlcnRpZmljYXRlIGRlY2xhcmF0aW9uLiAqL1xuZXhwb3J0IGludGVyZmFjZSBDYXBhYmlsaXR5U3RhdGVtZW50X0NlcnRpZmljYXRlIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIE1pbWUgdHlwZSBmb3IgdGhlIGNlcnRpZmljYXRlIChlLmcuIGFwcGxpY2F0aW9uL3gtcGVtLWZpbGUsIGFwcGxpY2F0aW9uL3BraXgtY2VydCkuICovXG4gIHR5cGU/OiBzdHJpbmc7XG5cbiAgLyoqIEFjdHVhbCBjZXJ0aWZpY2F0ZSAoYmFzZTY0QmluYXJ5KS4gKi9cbiAgYmxvYj86IHN0cmluZztcbn1cbiJdfQ==
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { BackboneElement } from "../backboneelement";
|
|
2
|
-
import type { Coding } from "./coding";
|
|
3
|
-
/** An endpoint (network address) to which messages and/or replies are sent (CapabilityStatement.messaging.endpoint). */
|
|
4
|
-
export interface CapabilityStatement_Endpoint extends BackboneElement {
|
|
5
|
-
/** A list of the messaging transport protocol(s) identifiers, supported by this endpoint (R4: 1..1 required). */
|
|
6
|
-
protocol: Coding;
|
|
7
|
-
/** The network address of the endpoint. For solutions that do not use network addresses for routing, it can be just an identifier (R4: 1..1 url). */
|
|
8
|
-
address: string;
|
|
9
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9lbmRwb2ludC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9kYXRhL2NhcGFiaWxpdHlzdGF0ZW1lbnRfZW5kcG9pbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgQmFja2JvbmVFbGVtZW50IH0gZnJvbSBcIi4uL2JhY2tib25lZWxlbWVudFwiO1xuaW1wb3J0IHR5cGUgeyBDb2RpbmcgfSBmcm9tIFwiLi9jb2RpbmdcIjtcblxuLy8gRkhJUiBDYXBhYmlsaXR5U3RhdGVtZW50X0VuZHBvaW50IFR5cGVcblxuLy8gU3RydWN0dXJlRGVmaW5pdGlvbjogaHR0cHM6Ly9obDcub3JnL2ZoaXIvUjQvY2FwYWJpbGl0eXN0YXRlbWVudC5odG1sIChDYXBhYmlsaXR5U3RhdGVtZW50Lm1lc3NhZ2luZy5lbmRwb2ludClcblxuLyoqIEFuIGVuZHBvaW50IChuZXR3b3JrIGFkZHJlc3MpIHRvIHdoaWNoIG1lc3NhZ2VzIGFuZC9vciByZXBsaWVzIGFyZSBzZW50IChDYXBhYmlsaXR5U3RhdGVtZW50Lm1lc3NhZ2luZy5lbmRwb2ludCkuICovXG5leHBvcnQgaW50ZXJmYWNlIENhcGFiaWxpdHlTdGF0ZW1lbnRfRW5kcG9pbnQgZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogQSBsaXN0IG9mIHRoZSBtZXNzYWdpbmcgdHJhbnNwb3J0IHByb3RvY29sKHMpIGlkZW50aWZpZXJzLCBzdXBwb3J0ZWQgYnkgdGhpcyBlbmRwb2ludCAoUjQ6IDEuLjEgcmVxdWlyZWQpLiAqL1xuICBwcm90b2NvbDogQ29kaW5nO1xuXG4gIC8qKiBUaGUgbmV0d29yayBhZGRyZXNzIG9mIHRoZSBlbmRwb2ludC4gRm9yIHNvbHV0aW9ucyB0aGF0IGRvIG5vdCB1c2UgbmV0d29yayBhZGRyZXNzZXMgZm9yIHJvdXRpbmcsIGl0IGNhbiBiZSBqdXN0IGFuIGlkZW50aWZpZXIgKFI0OiAxLi4xIHVybCkuICovXG4gIGFkZHJlc3M6IHN0cmluZztcbn1cbiJdfQ==
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import type { BackboneElement } from "../backboneelement";
|
|
2
|
-
import type { Coding } from "./coding";
|
|
3
|
-
import type { Reference } from "./reference";
|
|
4
|
-
/** Event category: impact of the content of the message (Consequence | Currency | Notification). */
|
|
5
|
-
export declare const CAPABILITY_STATEMENT_EVENT_CATEGORY: {
|
|
6
|
-
/** The content of the message is a consequence of the event. */
|
|
7
|
-
readonly CONSEQUENCE: "Consequence";
|
|
8
|
-
/** The content of the message is currency for the event. */
|
|
9
|
-
readonly CURRENCY: "Currency";
|
|
10
|
-
/** The content of the message is a notification of the event. */
|
|
11
|
-
readonly NOTIFICATION: "Notification";
|
|
12
|
-
};
|
|
13
|
-
export type CapabilityStatementEventCategory = (typeof CAPABILITY_STATEMENT_EVENT_CATEGORY)[keyof typeof CAPABILITY_STATEMENT_EVENT_CATEGORY];
|
|
14
|
-
/** Event mode: whether the application is sender or receiver (sender | receiver). If sender: request is what the application sends, response is what it accepts. If receiver: reversed. */
|
|
15
|
-
export declare const CAPABILITY_STATEMENT_EVENT_MODE: {
|
|
16
|
-
/** Application sends events of this type. */
|
|
17
|
-
readonly SENDER: "sender";
|
|
18
|
-
/** Application receives events of this type. */
|
|
19
|
-
readonly RECEIVER: "receiver";
|
|
20
|
-
};
|
|
21
|
-
export type CapabilityStatementEventMode = (typeof CAPABILITY_STATEMENT_EVENT_MODE)[keyof typeof CAPABILITY_STATEMENT_EVENT_MODE];
|
|
22
|
-
/** A supported messaging event declaration (legacy structure). R4 preferred alternative is CapabilityStatement_Messaging.supportedMessage. */
|
|
23
|
-
export interface CapabilityStatement_Event extends BackboneElement {
|
|
24
|
-
/** Coded identifier of the supported messaging event. */
|
|
25
|
-
code: Coding;
|
|
26
|
-
/** Impact of the content of the message (Consequence | Currency | Notification). */
|
|
27
|
-
category?: CapabilityStatementEventCategory;
|
|
28
|
-
/** Mode of this event declaration - whether the application is a sender or receiver. */
|
|
29
|
-
mode?: CapabilityStatementEventMode;
|
|
30
|
-
/** Resource that defines the event (canonical URL or Reference to MessageDefinition). */
|
|
31
|
-
focus?: string;
|
|
32
|
-
/** Request message definition for this event. If mode is sender: what the application sends. If mode is receiver: what it receives. */
|
|
33
|
-
request: Reference;
|
|
34
|
-
/** Response message definition for this event. If mode is sender: what the application accepts. If mode is receiver: what it sends. */
|
|
35
|
-
response: Reference;
|
|
36
|
-
/** Guidance on how this event is handled (e.g. internal triggers, business rules). */
|
|
37
|
-
documentation?: string;
|
|
38
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CAPABILITY_STATEMENT_EVENT_MODE = exports.CAPABILITY_STATEMENT_EVENT_CATEGORY = void 0;
|
|
4
|
-
// FHIR CapabilityStatement_Event Type
|
|
5
|
-
// StructureDefinition: https://hl7.org/fhir/R4/capabilitystatement.html (CapabilityStatement.messaging.event; legacy — R4 preferred is supportedMessage)
|
|
6
|
-
/** Event category: impact of the content of the message (Consequence | Currency | Notification). */
|
|
7
|
-
exports.CAPABILITY_STATEMENT_EVENT_CATEGORY = {
|
|
8
|
-
/** The content of the message is a consequence of the event. */
|
|
9
|
-
CONSEQUENCE: "Consequence",
|
|
10
|
-
/** The content of the message is currency for the event. */
|
|
11
|
-
CURRENCY: "Currency",
|
|
12
|
-
/** The content of the message is a notification of the event. */
|
|
13
|
-
NOTIFICATION: "Notification",
|
|
14
|
-
};
|
|
15
|
-
/** Event mode: whether the application is sender or receiver (sender | receiver). If sender: request is what the application sends, response is what it accepts. If receiver: reversed. */
|
|
16
|
-
exports.CAPABILITY_STATEMENT_EVENT_MODE = {
|
|
17
|
-
/** Application sends events of this type. */
|
|
18
|
-
SENDER: "sender",
|
|
19
|
-
/** Application receives events of this type. */
|
|
20
|
-
RECEIVER: "receiver",
|
|
21
|
-
};
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9ldmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9kYXRhL2NhcGFiaWxpdHlzdGF0ZW1lbnRfZXZlbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBSUEsc0NBQXNDO0FBRXRDLHlKQUF5SjtBQUV6SixvR0FBb0c7QUFDdkYsUUFBQSxtQ0FBbUMsR0FBRztJQUNqRCxnRUFBZ0U7SUFDaEUsV0FBVyxFQUFFLGFBQWE7SUFDMUIsNERBQTREO0lBQzVELFFBQVEsRUFBRSxVQUFVO0lBQ3BCLGlFQUFpRTtJQUNqRSxZQUFZLEVBQUUsY0FBYztDQUNwQixDQUFDO0FBS1gsMkxBQTJMO0FBQzlLLFFBQUEsK0JBQStCLEdBQUc7SUFDN0MsNkNBQTZDO0lBQzdDLE1BQU0sRUFBRSxRQUFRO0lBQ2hCLGdEQUFnRDtJQUNoRCxRQUFRLEVBQUUsVUFBVTtDQUNaLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IEJhY2tib25lRWxlbWVudCB9IGZyb20gXCIuLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kaW5nIH0gZnJvbSBcIi4vY29kaW5nXCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG4vLyBGSElSIENhcGFiaWxpdHlTdGF0ZW1lbnRfRXZlbnQgVHlwZVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC9jYXBhYmlsaXR5c3RhdGVtZW50Lmh0bWwgKENhcGFiaWxpdHlTdGF0ZW1lbnQubWVzc2FnaW5nLmV2ZW50OyBsZWdhY3kg4oCUIFI0IHByZWZlcnJlZCBpcyBzdXBwb3J0ZWRNZXNzYWdlKVxuXG4vKiogRXZlbnQgY2F0ZWdvcnk6IGltcGFjdCBvZiB0aGUgY29udGVudCBvZiB0aGUgbWVzc2FnZSAoQ29uc2VxdWVuY2UgfCBDdXJyZW5jeSB8IE5vdGlmaWNhdGlvbikuICovXG5leHBvcnQgY29uc3QgQ0FQQUJJTElUWV9TVEFURU1FTlRfRVZFTlRfQ0FURUdPUlkgPSB7XG4gIC8qKiBUaGUgY29udGVudCBvZiB0aGUgbWVzc2FnZSBpcyBhIGNvbnNlcXVlbmNlIG9mIHRoZSBldmVudC4gKi9cbiAgQ09OU0VRVUVOQ0U6IFwiQ29uc2VxdWVuY2VcIixcbiAgLyoqIFRoZSBjb250ZW50IG9mIHRoZSBtZXNzYWdlIGlzIGN1cnJlbmN5IGZvciB0aGUgZXZlbnQuICovXG4gIENVUlJFTkNZOiBcIkN1cnJlbmN5XCIsXG4gIC8qKiBUaGUgY29udGVudCBvZiB0aGUgbWVzc2FnZSBpcyBhIG5vdGlmaWNhdGlvbiBvZiB0aGUgZXZlbnQuICovXG4gIE5PVElGSUNBVElPTjogXCJOb3RpZmljYXRpb25cIixcbn0gYXMgY29uc3Q7XG5cbmV4cG9ydCB0eXBlIENhcGFiaWxpdHlTdGF0ZW1lbnRFdmVudENhdGVnb3J5ID1cbiAgKHR5cGVvZiBDQVBBQklMSVRZX1NUQVRFTUVOVF9FVkVOVF9DQVRFR09SWSlba2V5b2YgdHlwZW9mIENBUEFCSUxJVFlfU1RBVEVNRU5UX0VWRU5UX0NBVEVHT1JZXTtcblxuLyoqIEV2ZW50IG1vZGU6IHdoZXRoZXIgdGhlIGFwcGxpY2F0aW9uIGlzIHNlbmRlciBvciByZWNlaXZlciAoc2VuZGVyIHwgcmVjZWl2ZXIpLiBJZiBzZW5kZXI6IHJlcXVlc3QgaXMgd2hhdCB0aGUgYXBwbGljYXRpb24gc2VuZHMsIHJlc3BvbnNlIGlzIHdoYXQgaXQgYWNjZXB0cy4gSWYgcmVjZWl2ZXI6IHJldmVyc2VkLiAqL1xuZXhwb3J0IGNvbnN0IENBUEFCSUxJVFlfU1RBVEVNRU5UX0VWRU5UX01PREUgPSB7XG4gIC8qKiBBcHBsaWNhdGlvbiBzZW5kcyBldmVudHMgb2YgdGhpcyB0eXBlLiAqL1xuICBTRU5ERVI6IFwic2VuZGVyXCIsXG4gIC8qKiBBcHBsaWNhdGlvbiByZWNlaXZlcyBldmVudHMgb2YgdGhpcyB0eXBlLiAqL1xuICBSRUNFSVZFUjogXCJyZWNlaXZlclwiLFxufSBhcyBjb25zdDtcblxuZXhwb3J0IHR5cGUgQ2FwYWJpbGl0eVN0YXRlbWVudEV2ZW50TW9kZSA9XG4gICh0eXBlb2YgQ0FQQUJJTElUWV9TVEFURU1FTlRfRVZFTlRfTU9ERSlba2V5b2YgdHlwZW9mIENBUEFCSUxJVFlfU1RBVEVNRU5UX0VWRU5UX01PREVdO1xuXG4vKiogQSBzdXBwb3J0ZWQgbWVzc2FnaW5nIGV2ZW50IGRlY2xhcmF0aW9uIChsZWdhY3kgc3RydWN0dXJlKS4gUjQgcHJlZmVycmVkIGFsdGVybmF0aXZlIGlzIENhcGFiaWxpdHlTdGF0ZW1lbnRfTWVzc2FnaW5nLnN1cHBvcnRlZE1lc3NhZ2UuICovXG5leHBvcnQgaW50ZXJmYWNlIENhcGFiaWxpdHlTdGF0ZW1lbnRfRXZlbnQgZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogQ29kZWQgaWRlbnRpZmllciBvZiB0aGUgc3VwcG9ydGVkIG1lc3NhZ2luZyBldmVudC4gKi9cbiAgY29kZTogQ29kaW5nO1xuXG4gIC8qKiBJbXBhY3Qgb2YgdGhlIGNvbnRlbnQgb2YgdGhlIG1lc3NhZ2UgKENvbnNlcXVlbmNlIHwgQ3VycmVuY3kgfCBOb3RpZmljYXRpb24pLiAqL1xuICBjYXRlZ29yeT86IENhcGFiaWxpdHlTdGF0ZW1lbnRFdmVudENhdGVnb3J5O1xuXG4gIC8qKiBNb2RlIG9mIHRoaXMgZXZlbnQgZGVjbGFyYXRpb24gLSB3aGV0aGVyIHRoZSBhcHBsaWNhdGlvbiBpcyBhIHNlbmRlciBvciByZWNlaXZlci4gKi9cbiAgbW9kZT86IENhcGFiaWxpdHlTdGF0ZW1lbnRFdmVudE1vZGU7XG5cbiAgLyoqIFJlc291cmNlIHRoYXQgZGVmaW5lcyB0aGUgZXZlbnQgKGNhbm9uaWNhbCBVUkwgb3IgUmVmZXJlbmNlIHRvIE1lc3NhZ2VEZWZpbml0aW9uKS4gKi9cbiAgZm9jdXM/OiBzdHJpbmc7XG5cbiAgLyoqIFJlcXVlc3QgbWVzc2FnZSBkZWZpbml0aW9uIGZvciB0aGlzIGV2ZW50LiBJZiBtb2RlIGlzIHNlbmRlcjogd2hhdCB0aGUgYXBwbGljYXRpb24gc2VuZHMuIElmIG1vZGUgaXMgcmVjZWl2ZXI6IHdoYXQgaXQgcmVjZWl2ZXMuICovXG4gIHJlcXVlc3Q6IFJlZmVyZW5jZTtcblxuICAvKiogUmVzcG9uc2UgbWVzc2FnZSBkZWZpbml0aW9uIGZvciB0aGlzIGV2ZW50LiBJZiBtb2RlIGlzIHNlbmRlcjogd2hhdCB0aGUgYXBwbGljYXRpb24gYWNjZXB0cy4gSWYgbW9kZSBpcyByZWNlaXZlcjogd2hhdCBpdCBzZW5kcy4gKi9cbiAgcmVzcG9uc2U6IFJlZmVyZW5jZTtcblxuICAvKiogR3VpZGFuY2Ugb24gaG93IHRoaXMgZXZlbnQgaXMgaGFuZGxlZCAoZS5nLiBpbnRlcm5hbCB0cmlnZ2VycywgYnVzaW5lc3MgcnVsZXMpLiAqL1xuICBkb2N1bWVudGF0aW9uPzogc3RyaW5nO1xufVxuIl19
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import type { BackboneElement } from "../backboneelement";
|
|
2
|
-
/** TypeRestfulInteraction: operations supported by REST at the type or instance level (required binding). */
|
|
3
|
-
export declare const CAPABILITY_STATEMENT_INTERACTION_CODE: {
|
|
4
|
-
/** read: Read a resource by id. */
|
|
5
|
-
readonly READ: "read";
|
|
6
|
-
/** vread: Read a version of a resource by id and version. */
|
|
7
|
-
readonly VREAD: "vread";
|
|
8
|
-
/** update: Update an existing resource by id. */
|
|
9
|
-
readonly UPDATE: "update";
|
|
10
|
-
/** patch: Patch an existing resource by id. */
|
|
11
|
-
readonly PATCH: "patch";
|
|
12
|
-
/** delete: Delete a resource by id. */
|
|
13
|
-
readonly DELETE: "delete";
|
|
14
|
-
/** history-instance: Retrieve history of a resource instance. */
|
|
15
|
-
readonly HISTORY_INSTANCE: "history-instance";
|
|
16
|
-
/** history-type: Retrieve history of all resources of a type. */
|
|
17
|
-
readonly HISTORY_TYPE: "history-type";
|
|
18
|
-
/** create: Create a new resource. */
|
|
19
|
-
readonly CREATE: "create";
|
|
20
|
-
/** search-type: Search resources by type. */
|
|
21
|
-
readonly SEARCH_TYPE: "search-type";
|
|
22
|
-
};
|
|
23
|
-
export type CapabilityStatementInteractionCode = (typeof CAPABILITY_STATEMENT_INTERACTION_CODE)[keyof typeof CAPABILITY_STATEMENT_INTERACTION_CODE];
|
|
24
|
-
/** What operations are supported? */
|
|
25
|
-
export interface CapabilityStatement_Interaction extends BackboneElement {
|
|
26
|
-
/** Coded identifier of the operation, supported by the system resource. (Required) */
|
|
27
|
-
code: CapabilityStatementInteractionCode;
|
|
28
|
-
/** Anything special about operation behavior. */
|
|
29
|
-
documentation?: string;
|
|
30
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CAPABILITY_STATEMENT_INTERACTION_CODE = void 0;
|
|
4
|
-
// FHIR CapabilityStatement_Interaction Type
|
|
5
|
-
// StructureDefinition: https://hl7.org/fhir/R4/capabilitystatement.html (CapabilityStatement.rest.resource.interaction)
|
|
6
|
-
/** TypeRestfulInteraction: operations supported by REST at the type or instance level (required binding). */
|
|
7
|
-
exports.CAPABILITY_STATEMENT_INTERACTION_CODE = {
|
|
8
|
-
/** read: Read a resource by id. */
|
|
9
|
-
READ: "read",
|
|
10
|
-
/** vread: Read a version of a resource by id and version. */
|
|
11
|
-
VREAD: "vread",
|
|
12
|
-
/** update: Update an existing resource by id. */
|
|
13
|
-
UPDATE: "update",
|
|
14
|
-
/** patch: Patch an existing resource by id. */
|
|
15
|
-
PATCH: "patch",
|
|
16
|
-
/** delete: Delete a resource by id. */
|
|
17
|
-
DELETE: "delete",
|
|
18
|
-
/** history-instance: Retrieve history of a resource instance. */
|
|
19
|
-
HISTORY_INSTANCE: "history-instance",
|
|
20
|
-
/** history-type: Retrieve history of all resources of a type. */
|
|
21
|
-
HISTORY_TYPE: "history-type",
|
|
22
|
-
/** create: Create a new resource. */
|
|
23
|
-
CREATE: "create",
|
|
24
|
-
/** search-type: Search resources by type. */
|
|
25
|
-
SEARCH_TYPE: "search-type",
|
|
26
|
-
};
|
|
27
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9pbnRlcmFjdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9kYXRhL2NhcGFiaWxpdHlzdGF0ZW1lbnRfaW50ZXJhY3Rpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsNENBQTRDO0FBRTVDLHdIQUF3SDtBQUV4SCw2R0FBNkc7QUFDaEcsUUFBQSxxQ0FBcUMsR0FBRztJQUNuRCxtQ0FBbUM7SUFDbkMsSUFBSSxFQUFFLE1BQU07SUFDWiw2REFBNkQ7SUFDN0QsS0FBSyxFQUFFLE9BQU87SUFDZCxpREFBaUQ7SUFDakQsTUFBTSxFQUFFLFFBQVE7SUFDaEIsK0NBQStDO0lBQy9DLEtBQUssRUFBRSxPQUFPO0lBQ2QsdUNBQXVDO0lBQ3ZDLE1BQU0sRUFBRSxRQUFRO0lBQ2hCLGlFQUFpRTtJQUNqRSxnQkFBZ0IsRUFBRSxrQkFBa0I7SUFDcEMsaUVBQWlFO0lBQ2pFLFlBQVksRUFBRSxjQUFjO0lBQzVCLHFDQUFxQztJQUNyQyxNQUFNLEVBQUUsUUFBUTtJQUNoQiw2Q0FBNkM7SUFDN0MsV0FBVyxFQUFFLGFBQWE7Q0FDbEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgQmFja2JvbmVFbGVtZW50IH0gZnJvbSBcIi4uL2JhY2tib25lZWxlbWVudFwiO1xuXG4vLyBGSElSIENhcGFiaWxpdHlTdGF0ZW1lbnRfSW50ZXJhY3Rpb24gVHlwZVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC9jYXBhYmlsaXR5c3RhdGVtZW50Lmh0bWwgKENhcGFiaWxpdHlTdGF0ZW1lbnQucmVzdC5yZXNvdXJjZS5pbnRlcmFjdGlvbilcblxuLyoqIFR5cGVSZXN0ZnVsSW50ZXJhY3Rpb246IG9wZXJhdGlvbnMgc3VwcG9ydGVkIGJ5IFJFU1QgYXQgdGhlIHR5cGUgb3IgaW5zdGFuY2UgbGV2ZWwgKHJlcXVpcmVkIGJpbmRpbmcpLiAqL1xuZXhwb3J0IGNvbnN0IENBUEFCSUxJVFlfU1RBVEVNRU5UX0lOVEVSQUNUSU9OX0NPREUgPSB7XG4gIC8qKiByZWFkOiBSZWFkIGEgcmVzb3VyY2UgYnkgaWQuICovXG4gIFJFQUQ6IFwicmVhZFwiLFxuICAvKiogdnJlYWQ6IFJlYWQgYSB2ZXJzaW9uIG9mIGEgcmVzb3VyY2UgYnkgaWQgYW5kIHZlcnNpb24uICovXG4gIFZSRUFEOiBcInZyZWFkXCIsXG4gIC8qKiB1cGRhdGU6IFVwZGF0ZSBhbiBleGlzdGluZyByZXNvdXJjZSBieSBpZC4gKi9cbiAgVVBEQVRFOiBcInVwZGF0ZVwiLFxuICAvKiogcGF0Y2g6IFBhdGNoIGFuIGV4aXN0aW5nIHJlc291cmNlIGJ5IGlkLiAqL1xuICBQQVRDSDogXCJwYXRjaFwiLFxuICAvKiogZGVsZXRlOiBEZWxldGUgYSByZXNvdXJjZSBieSBpZC4gKi9cbiAgREVMRVRFOiBcImRlbGV0ZVwiLFxuICAvKiogaGlzdG9yeS1pbnN0YW5jZTogUmV0cmlldmUgaGlzdG9yeSBvZiBhIHJlc291cmNlIGluc3RhbmNlLiAqL1xuICBISVNUT1JZX0lOU1RBTkNFOiBcImhpc3RvcnktaW5zdGFuY2VcIixcbiAgLyoqIGhpc3RvcnktdHlwZTogUmV0cmlldmUgaGlzdG9yeSBvZiBhbGwgcmVzb3VyY2VzIG9mIGEgdHlwZS4gKi9cbiAgSElTVE9SWV9UWVBFOiBcImhpc3RvcnktdHlwZVwiLFxuICAvKiogY3JlYXRlOiBDcmVhdGUgYSBuZXcgcmVzb3VyY2UuICovXG4gIENSRUFURTogXCJjcmVhdGVcIixcbiAgLyoqIHNlYXJjaC10eXBlOiBTZWFyY2ggcmVzb3VyY2VzIGJ5IHR5cGUuICovXG4gIFNFQVJDSF9UWVBFOiBcInNlYXJjaC10eXBlXCIsXG59IGFzIGNvbnN0O1xuXG5leHBvcnQgdHlwZSBDYXBhYmlsaXR5U3RhdGVtZW50SW50ZXJhY3Rpb25Db2RlID1cbiAgKHR5cGVvZiBDQVBBQklMSVRZX1NUQVRFTUVOVF9JTlRFUkFDVElPTl9DT0RFKVtrZXlvZiB0eXBlb2YgQ0FQQUJJTElUWV9TVEFURU1FTlRfSU5URVJBQ1RJT05fQ09ERV07XG5cbi8qKiBXaGF0IG9wZXJhdGlvbnMgYXJlIHN1cHBvcnRlZD8gKi9cbmV4cG9ydCBpbnRlcmZhY2UgQ2FwYWJpbGl0eVN0YXRlbWVudF9JbnRlcmFjdGlvbiBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBDb2RlZCBpZGVudGlmaWVyIG9mIHRoZSBvcGVyYXRpb24sIHN1cHBvcnRlZCBieSB0aGUgc3lzdGVtIHJlc291cmNlLiAoUmVxdWlyZWQpICovXG4gIGNvZGU6IENhcGFiaWxpdHlTdGF0ZW1lbnRJbnRlcmFjdGlvbkNvZGU7XG5cbiAgLyoqIEFueXRoaW5nIHNwZWNpYWwgYWJvdXQgb3BlcmF0aW9uIGJlaGF2aW9yLiAqL1xuICBkb2N1bWVudGF0aW9uPzogc3RyaW5nO1xufVxuIl19
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { BackboneElement } from "../backboneelement";
|
|
2
|
-
/** Operations supported by REST at the system level; required binding for CapabilityStatement.rest.interaction.code (1..1). */
|
|
3
|
-
export declare const CAPABILITY_STATEMENT_INTERACTION1_CODE: {
|
|
4
|
-
/** Execute a transaction. */
|
|
5
|
-
readonly TRANSACTION: "transaction";
|
|
6
|
-
/** Execute a batch. */
|
|
7
|
-
readonly BATCH: "batch";
|
|
8
|
-
/** Search the entire system. */
|
|
9
|
-
readonly SEARCH_SYSTEM: "search-system";
|
|
10
|
-
/** Retrieve the change history for all resources. */
|
|
11
|
-
readonly HISTORY_SYSTEM: "history-system";
|
|
12
|
-
};
|
|
13
|
-
export type CapabilityStatementInteraction1Code = (typeof CAPABILITY_STATEMENT_INTERACTION1_CODE)[keyof typeof CAPABILITY_STATEMENT_INTERACTION1_CODE];
|
|
14
|
-
/** A specification of restful operations supported by the system (CapabilityStatement.rest.interaction). */
|
|
15
|
-
export interface CapabilityStatement_Interaction1 extends BackboneElement {
|
|
16
|
-
/** A coded identifier of the operation, supported by the system (1..1 required, SystemRestfulInteraction). */
|
|
17
|
-
code: CapabilityStatementInteraction1Code;
|
|
18
|
-
/** Guidance specific to the implementation of this operation, such as limitations on the kind of transactions allowed, or information about system wide search is implemented (0..1 markdown). */
|
|
19
|
-
documentation?: string;
|
|
20
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CAPABILITY_STATEMENT_INTERACTION1_CODE = void 0;
|
|
4
|
-
// FHIR CapabilityStatement_Interaction1 Type
|
|
5
|
-
// StructureDefinition: https://hl7.org/fhir/R4/capabilitystatement.html (CapabilityStatement.rest.interaction)
|
|
6
|
-
/** Operations supported by REST at the system level; required binding for CapabilityStatement.rest.interaction.code (1..1). */
|
|
7
|
-
exports.CAPABILITY_STATEMENT_INTERACTION1_CODE = {
|
|
8
|
-
/** Execute a transaction. */
|
|
9
|
-
TRANSACTION: "transaction",
|
|
10
|
-
/** Execute a batch. */
|
|
11
|
-
BATCH: "batch",
|
|
12
|
-
/** Search the entire system. */
|
|
13
|
-
SEARCH_SYSTEM: "search-system",
|
|
14
|
-
/** Retrieve the change history for all resources. */
|
|
15
|
-
HISTORY_SYSTEM: "history-system",
|
|
16
|
-
};
|
|
17
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9pbnRlcmFjdGlvbjEuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZGF0YS9jYXBhYmlsaXR5c3RhdGVtZW50X2ludGVyYWN0aW9uMS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSw2Q0FBNkM7QUFFN0MsK0dBQStHO0FBRS9HLCtIQUErSDtBQUNsSCxRQUFBLHNDQUFzQyxHQUFHO0lBQ3BELDZCQUE2QjtJQUM3QixXQUFXLEVBQUUsYUFBYTtJQUMxQix1QkFBdUI7SUFDdkIsS0FBSyxFQUFFLE9BQU87SUFDZCxnQ0FBZ0M7SUFDaEMsYUFBYSxFQUFFLGVBQWU7SUFDOUIscURBQXFEO0lBQ3JELGNBQWMsRUFBRSxnQkFBZ0I7Q0FDeEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgQmFja2JvbmVFbGVtZW50IH0gZnJvbSBcIi4uL2JhY2tib25lZWxlbWVudFwiO1xuXG4vLyBGSElSIENhcGFiaWxpdHlTdGF0ZW1lbnRfSW50ZXJhY3Rpb24xIFR5cGVcblxuLy8gU3RydWN0dXJlRGVmaW5pdGlvbjogaHR0cHM6Ly9obDcub3JnL2ZoaXIvUjQvY2FwYWJpbGl0eXN0YXRlbWVudC5odG1sIChDYXBhYmlsaXR5U3RhdGVtZW50LnJlc3QuaW50ZXJhY3Rpb24pXG5cbi8qKiBPcGVyYXRpb25zIHN1cHBvcnRlZCBieSBSRVNUIGF0IHRoZSBzeXN0ZW0gbGV2ZWw7IHJlcXVpcmVkIGJpbmRpbmcgZm9yIENhcGFiaWxpdHlTdGF0ZW1lbnQucmVzdC5pbnRlcmFjdGlvbi5jb2RlICgxLi4xKS4gKi9cbmV4cG9ydCBjb25zdCBDQVBBQklMSVRZX1NUQVRFTUVOVF9JTlRFUkFDVElPTjFfQ09ERSA9IHtcbiAgLyoqIEV4ZWN1dGUgYSB0cmFuc2FjdGlvbi4gKi9cbiAgVFJBTlNBQ1RJT046IFwidHJhbnNhY3Rpb25cIixcbiAgLyoqIEV4ZWN1dGUgYSBiYXRjaC4gKi9cbiAgQkFUQ0g6IFwiYmF0Y2hcIixcbiAgLyoqIFNlYXJjaCB0aGUgZW50aXJlIHN5c3RlbS4gKi9cbiAgU0VBUkNIX1NZU1RFTTogXCJzZWFyY2gtc3lzdGVtXCIsXG4gIC8qKiBSZXRyaWV2ZSB0aGUgY2hhbmdlIGhpc3RvcnkgZm9yIGFsbCByZXNvdXJjZXMuICovXG4gIEhJU1RPUllfU1lTVEVNOiBcImhpc3Rvcnktc3lzdGVtXCIsXG59IGFzIGNvbnN0O1xuXG5leHBvcnQgdHlwZSBDYXBhYmlsaXR5U3RhdGVtZW50SW50ZXJhY3Rpb24xQ29kZSA9XG4gICh0eXBlb2YgQ0FQQUJJTElUWV9TVEFURU1FTlRfSU5URVJBQ1RJT04xX0NPREUpW2tleW9mIHR5cGVvZiBDQVBBQklMSVRZX1NUQVRFTUVOVF9JTlRFUkFDVElPTjFfQ09ERV07XG5cbi8qKiBBIHNwZWNpZmljYXRpb24gb2YgcmVzdGZ1bCBvcGVyYXRpb25zIHN1cHBvcnRlZCBieSB0aGUgc3lzdGVtIChDYXBhYmlsaXR5U3RhdGVtZW50LnJlc3QuaW50ZXJhY3Rpb24pLiAqL1xuZXhwb3J0IGludGVyZmFjZSBDYXBhYmlsaXR5U3RhdGVtZW50X0ludGVyYWN0aW9uMSBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBBIGNvZGVkIGlkZW50aWZpZXIgb2YgdGhlIG9wZXJhdGlvbiwgc3VwcG9ydGVkIGJ5IHRoZSBzeXN0ZW0gKDEuLjEgcmVxdWlyZWQsIFN5c3RlbVJlc3RmdWxJbnRlcmFjdGlvbikuICovXG4gIGNvZGU6IENhcGFiaWxpdHlTdGF0ZW1lbnRJbnRlcmFjdGlvbjFDb2RlO1xuXG4gIC8qKiBHdWlkYW5jZSBzcGVjaWZpYyB0byB0aGUgaW1wbGVtZW50YXRpb24gb2YgdGhpcyBvcGVyYXRpb24sIHN1Y2ggYXMgbGltaXRhdGlvbnMgb24gdGhlIGtpbmQgb2YgdHJhbnNhY3Rpb25zIGFsbG93ZWQsIG9yIGluZm9ybWF0aW9uIGFib3V0IHN5c3RlbSB3aWRlIHNlYXJjaCBpcyBpbXBsZW1lbnRlZCAoMC4uMSBtYXJrZG93bikuICovXG4gIGRvY3VtZW50YXRpb24/OiBzdHJpbmc7XG59XG4iXX0=
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { BackboneElement } from "../backboneelement";
|
|
2
|
-
/** Definition of an operation or a named query together with its parameters and their meaning and type. */
|
|
3
|
-
export interface CapabilityStatement_Operation extends BackboneElement {
|
|
4
|
-
/** The name of the operation or query. For an operation, this is the name prefixed with $ and used in the URL. For a query, this is the name used in the _query parameter when the query is called. */
|
|
5
|
-
name: string;
|
|
6
|
-
/** Where the formal definition can be found (canonical URL to OperationDefinition). */
|
|
7
|
-
definition: string;
|
|
8
|
-
/** Documentation that describes anything special about the operation behavior, possibly detailing different behavior for system, type and instance-level invocation of the operation. */
|
|
9
|
-
documentation?: string;
|
|
10
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eXN0YXRlbWVudF9vcGVyYXRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZGF0YS9jYXBhYmlsaXR5c3RhdGVtZW50X29wZXJhdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi4vYmFja2JvbmVlbGVtZW50XCI7XG5cbi8vIEZISVIgQ2FwYWJpbGl0eVN0YXRlbWVudF9PcGVyYXRpb24gVHlwZVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC9jYXBhYmlsaXR5c3RhdGVtZW50Lmh0bWwgKENhcGFiaWxpdHlTdGF0ZW1lbnQucmVzdC5yZXNvdXJjZS5vcGVyYXRpb24pXG5cbi8qKiBEZWZpbml0aW9uIG9mIGFuIG9wZXJhdGlvbiBvciBhIG5hbWVkIHF1ZXJ5IHRvZ2V0aGVyIHdpdGggaXRzIHBhcmFtZXRlcnMgYW5kIHRoZWlyIG1lYW5pbmcgYW5kIHR5cGUuICovXG5leHBvcnQgaW50ZXJmYWNlIENhcGFiaWxpdHlTdGF0ZW1lbnRfT3BlcmF0aW9uIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIFRoZSBuYW1lIG9mIHRoZSBvcGVyYXRpb24gb3IgcXVlcnkuIEZvciBhbiBvcGVyYXRpb24sIHRoaXMgaXMgdGhlIG5hbWUgcHJlZml4ZWQgd2l0aCAkIGFuZCB1c2VkIGluIHRoZSBVUkwuIEZvciBhIHF1ZXJ5LCB0aGlzIGlzIHRoZSBuYW1lIHVzZWQgaW4gdGhlIF9xdWVyeSBwYXJhbWV0ZXIgd2hlbiB0aGUgcXVlcnkgaXMgY2FsbGVkLiAqL1xuICBuYW1lOiBzdHJpbmc7XG5cbiAgLyoqIFdoZXJlIHRoZSBmb3JtYWwgZGVmaW5pdGlvbiBjYW4gYmUgZm91bmQgKGNhbm9uaWNhbCBVUkwgdG8gT3BlcmF0aW9uRGVmaW5pdGlvbikuICovXG4gIGRlZmluaXRpb246IHN0cmluZztcblxuICAvKiogRG9jdW1lbnRhdGlvbiB0aGF0IGRlc2NyaWJlcyBhbnl0aGluZyBzcGVjaWFsIGFib3V0IHRoZSBvcGVyYXRpb24gYmVoYXZpb3IsIHBvc3NpYmx5IGRldGFpbGluZyBkaWZmZXJlbnQgYmVoYXZpb3IgZm9yIHN5c3RlbSwgdHlwZSBhbmQgaW5zdGFuY2UtbGV2ZWwgaW52b2NhdGlvbiBvZiB0aGUgb3BlcmF0aW9uLiAqL1xuICBkb2N1bWVudGF0aW9uPzogc3RyaW5nO1xufVxuIl19
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
import type { BackboneElement } from "../backboneelement";
|
|
2
|
-
import type { CapabilityStatement_Interaction } from "./capabilitystatement_interaction";
|
|
3
|
-
import type { CapabilityStatement_Operation } from "./capabilitystatement_operation";
|
|
4
|
-
import type { CapabilityStatement_SearchParam } from "./capabilitystatement_searchparam";
|
|
5
|
-
/** Versioning support for this resource type: no-version | versioned | versioned-update. */
|
|
6
|
-
export declare const CAPABILITY_STATEMENT_RESOURCE_VERSIONING: {
|
|
7
|
-
/** Server does not support / client does not use versioning. */
|
|
8
|
-
readonly NO_VERSION: "no-version";
|
|
9
|
-
/** Server tracks versionId; may support vread. */
|
|
10
|
-
readonly VERSIONED: "versioned";
|
|
11
|
-
/** Full versioning: e-tags, version-aware updates. */
|
|
12
|
-
readonly VERSIONED_UPDATE: "versioned-update";
|
|
13
|
-
};
|
|
14
|
-
export type CapabilityStatementResourceVersioning = (typeof CAPABILITY_STATEMENT_RESOURCE_VERSIONING)[keyof typeof CAPABILITY_STATEMENT_RESOURCE_VERSIONING];
|
|
15
|
-
/** How the server supports conditional delete: not-supported | single | multiple. */
|
|
16
|
-
export declare const CAPABILITY_STATEMENT_RESOURCE_CONDITIONAL_DELETE: {
|
|
17
|
-
/** Conditional delete not supported. */
|
|
18
|
-
readonly NOT_SUPPORTED: "not-supported";
|
|
19
|
-
/** Single delete (match one resource). */
|
|
20
|
-
readonly SINGLE: "single";
|
|
21
|
-
/** Multiple delete (match multiple resources). */
|
|
22
|
-
readonly MULTIPLE: "multiple";
|
|
23
|
-
};
|
|
24
|
-
export type CapabilityStatementResourceConditionalDelete = (typeof CAPABILITY_STATEMENT_RESOURCE_CONDITIONAL_DELETE)[keyof typeof CAPABILITY_STATEMENT_RESOURCE_CONDITIONAL_DELETE];
|
|
25
|
-
/** How references are supported: literal | logical | resolves | enforced | local. */
|
|
26
|
-
export declare const CAPABILITY_STATEMENT_RESOURCE_REFERENCE_POLICY: {
|
|
27
|
-
/** Literal references. */
|
|
28
|
-
readonly LITERAL: "literal";
|
|
29
|
-
/** Logical references. */
|
|
30
|
-
readonly LOGICAL: "logical";
|
|
31
|
-
/** References are resolved. */
|
|
32
|
-
readonly RESOLVES: "resolves";
|
|
33
|
-
/** Reference integrity enforced. */
|
|
34
|
-
readonly ENFORCED: "enforced";
|
|
35
|
-
/** Local references only. */
|
|
36
|
-
readonly LOCAL: "local";
|
|
37
|
-
};
|
|
38
|
-
export type CapabilityStatementResourceReferencePolicy = (typeof CAPABILITY_STATEMENT_RESOURCE_REFERENCE_POLICY)[keyof typeof CAPABILITY_STATEMENT_RESOURCE_REFERENCE_POLICY];
|
|
39
|
-
/** How the server supports conditional read: not-supported | modified-since | not-match | full-support. */
|
|
40
|
-
export declare const CAPABILITY_STATEMENT_RESOURCE_CONDITIONAL_READ: {
|
|
41
|
-
/** Conditional read not supported. */
|
|
42
|
-
readonly NOT_SUPPORTED: "not-supported";
|
|
43
|
-
/** If-Modified-Since supported. */
|
|
44
|
-
readonly MODIFIED_SINCE: "modified-since";
|
|
45
|
-
/** If-None-Match supported. */
|
|
46
|
-
readonly NOT_MATCH: "not-match";
|
|
47
|
-
/** Full support (If-Modified-Since and If-None-Match). */
|
|
48
|
-
readonly FULL_SUPPORT: "full-support";
|
|
49
|
-
};
|
|
50
|
-
export type CapabilityStatementResourceConditionalRead = (typeof CAPABILITY_STATEMENT_RESOURCE_CONDITIONAL_READ)[keyof typeof CAPABILITY_STATEMENT_RESOURCE_CONDITIONAL_READ];
|
|
51
|
-
/** A resource type supported by the RESTful server (CapabilityStatement.rest.resource). */
|
|
52
|
-
export interface CapabilityStatement_Resource extends BackboneElement {
|
|
53
|
-
/** Resource type exposed via the restful interface (1..1 required, code). */
|
|
54
|
-
type: string;
|
|
55
|
-
/** Base System profile for all uses of resource (0..1 canonical to StructureDefinition). */
|
|
56
|
-
profile?: string;
|
|
57
|
-
/** Profiles for use cases supported (0..* canonical to StructureDefinition). */
|
|
58
|
-
supportedProfile?: Array<string>;
|
|
59
|
-
/** Additional information about the use of the resource type (markdown). */
|
|
60
|
-
documentation?: string;
|
|
61
|
-
/** Restful operations supported for this resource (0..*). */
|
|
62
|
-
interaction: Array<CapabilityStatement_Interaction>;
|
|
63
|
-
/** This field is set to no-version to specify that the system does not support (server) or use (client) versioning for this resource type. If this has some other value, the server must at least correctly track and populate the versionId meta-property on resources. If the value is 'versioned-update', then the server supports all the versioning features, including using e-tags for version integrity in the API. */
|
|
64
|
-
versioning?: CapabilityStatementResourceVersioning;
|
|
65
|
-
/** A flag for whether the server is able to return past versions as part of the vRead operation. */
|
|
66
|
-
readHistory?: boolean;
|
|
67
|
-
/** A flag to indicate that the server allows or needs to allow the client to create new identities on the server (e.g. that is, the client PUTs to a location where there is no existing resource). Allowing this operation means that the server allows the client to create new identities on the server. */
|
|
68
|
-
updateCreate?: boolean;
|
|
69
|
-
/** A flag that indicates that the server supports conditional create. */
|
|
70
|
-
conditionalCreate?: boolean;
|
|
71
|
-
/** A code that indicates how the server supports conditional read. */
|
|
72
|
-
conditionalRead?: CapabilityStatementResourceConditionalRead;
|
|
73
|
-
/** A flag that indicates that the server supports conditional update. */
|
|
74
|
-
conditionalUpdate?: boolean;
|
|
75
|
-
/** A code that indicates how the server supports conditional delete. */
|
|
76
|
-
conditionalDelete?: CapabilityStatementResourceConditionalDelete;
|
|
77
|
-
/** A set of flags that defines how references are supported (0..*). */
|
|
78
|
-
referencePolicy?: Array<CapabilityStatementResourceReferencePolicy>;
|
|
79
|
-
/** A list of _include values supported by the server. */
|
|
80
|
-
searchInclude?: Array<string>;
|
|
81
|
-
/** A list of _revinclude (reverse include) values supported by the server. */
|
|
82
|
-
searchRevInclude?: Array<string>;
|
|
83
|
-
/** Search parameters for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation. */
|
|
84
|
-
searchParam?: Array<CapabilityStatement_SearchParam>;
|
|
85
|
-
/** Definition of custom operations or named queries for this resource (0..*). */
|
|
86
|
-
operation?: Array<CapabilityStatement_Operation>;
|
|
87
|
-
}
|