@openhi/types 0.0.17 → 0.0.19
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 +300 -188
- package/lib/data/index.js +303 -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/summary-paths.d.ts +2 -0
- package/lib/data/summary-paths.js +3262 -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,8 +1,8 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
1
2
|
import type { ContactPoint } from "./contactpoint";
|
|
2
|
-
import type { Element } from "
|
|
3
|
+
import type { Element } from "./element";
|
|
3
4
|
export interface ContactDetail extends Element {
|
|
4
|
-
/** Name of an individual to contact. If there is no named individual, the telecom information is for the organization as a whole. */
|
|
5
5
|
name?: string;
|
|
6
|
-
/** Contact details for individual or organization. The contact details for the individual (if a name was provided) or the organization. */
|
|
7
6
|
telecom?: Array<ContactPoint>;
|
|
8
7
|
}
|
|
8
|
+
export declare const contactDetailSchema: z.ZodType<ContactDetail>;
|
|
@@ -1,3 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
// THIS FILE IS GENERATED by @openhi/types-generator.
|
|
3
|
+
// Do not edit. Edit sds/ or generator-config.yaml and regenerate.
|
|
2
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
5
|
+
exports.contactDetailSchema = void 0;
|
|
6
|
+
const zod_1 = require("zod");
|
|
7
|
+
const contactpoint_1 = require("./contactpoint");
|
|
8
|
+
const extension_1 = require("./extension");
|
|
9
|
+
exports.contactDetailSchema = zod_1.z.lazy(() => zod_1.z
|
|
10
|
+
.object({
|
|
11
|
+
name: zod_1.z.string().optional(),
|
|
12
|
+
telecom: zod_1.z.array(contactpoint_1.contactPointSchema).optional(),
|
|
13
|
+
id: zod_1.z.string().optional(),
|
|
14
|
+
extension: zod_1.z.array(extension_1.extensionSchema).optional(),
|
|
15
|
+
})
|
|
16
|
+
.passthrough());
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGFjdGRldGFpbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9kYXRhL2NvbnRhY3RkZXRhaWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHFEQUFxRDtBQUNyRCxrRUFBa0U7OztBQUVsRSw2QkFBd0I7QUFFeEIsaURBQW9EO0FBRXBELDJDQUE4QztBQU9qQyxRQUFBLG1CQUFtQixHQUE2QixPQUFDLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRSxDQUN2RSxPQUFDO0tBQ0UsTUFBTSxDQUFDO0lBQ04sSUFBSSxFQUFFLE9BQUMsQ0FBQyxNQUFNLEVBQUUsQ0FBQyxRQUFRLEVBQUU7SUFDM0IsT0FBTyxFQUFFLE9BQUMsQ0FBQyxLQUFLLENBQUMsaUNBQWtCLENBQUMsQ0FBQyxRQUFRLEVBQUU7SUFDL0MsRUFBRSxFQUFFLE9BQUMsQ0FBQyxNQUFNLEVBQUUsQ0FBQyxRQUFRLEVBQUU7SUFDekIsU0FBUyxFQUFFLE9BQUMsQ0FBQyxLQUFLLENBQUMsMkJBQWUsQ0FBQyxDQUFDLFFBQVEsRUFBRTtDQUMvQyxDQUFDO0tBQ0QsV0FBVyxFQUFFLENBQ2pCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBUSElTIEZJTEUgSVMgR0VORVJBVEVEIGJ5IEBvcGVuaGkvdHlwZXMtZ2VuZXJhdG9yLlxuLy8gRG8gbm90IGVkaXQuIEVkaXQgc2RzLyBvciBnZW5lcmF0b3ItY29uZmlnLnlhbWwgYW5kIHJlZ2VuZXJhdGUuXG5cbmltcG9ydCB7IHogfSBmcm9tIFwiem9kXCI7XG5pbXBvcnQgdHlwZSB7IENvbnRhY3RQb2ludCB9IGZyb20gXCIuL2NvbnRhY3Rwb2ludFwiO1xuaW1wb3J0IHsgY29udGFjdFBvaW50U2NoZW1hIH0gZnJvbSBcIi4vY29udGFjdHBvaW50XCI7XG5pbXBvcnQgdHlwZSB7IEVsZW1lbnQgfSBmcm9tIFwiLi9lbGVtZW50XCI7XG5pbXBvcnQgeyBleHRlbnNpb25TY2hlbWEgfSBmcm9tIFwiLi9leHRlbnNpb25cIjtcblxuZXhwb3J0IGludGVyZmFjZSBDb250YWN0RGV0YWlsIGV4dGVuZHMgRWxlbWVudCB7XG4gIG5hbWU/OiBzdHJpbmc7XG4gIHRlbGVjb20/OiBBcnJheTxDb250YWN0UG9pbnQ+O1xufVxuXG5leHBvcnQgY29uc3QgY29udGFjdERldGFpbFNjaGVtYTogei5ab2RUeXBlPENvbnRhY3REZXRhaWw+ID0gei5sYXp5KCgpID0+XG4gIHpcbiAgICAub2JqZWN0KHtcbiAgICAgIG5hbWU6IHouc3RyaW5nKCkub3B0aW9uYWwoKSxcbiAgICAgIHRlbGVjb206IHouYXJyYXkoY29udGFjdFBvaW50U2NoZW1hKS5vcHRpb25hbCgpLFxuICAgICAgaWQ6IHouc3RyaW5nKCkub3B0aW9uYWwoKSxcbiAgICAgIGV4dGVuc2lvbjogei5hcnJheShleHRlbnNpb25TY2hlbWEpLm9wdGlvbmFsKCksXG4gICAgfSlcbiAgICAucGFzc3Rocm91Z2goKSxcbik7XG4iXX0=
|
|
@@ -1,46 +1,12 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
import type { ContactPointSystem, ContactPointUse } from "./constants";
|
|
3
|
+
import type { Element } from "./element";
|
|
2
4
|
import type { Period } from "./period";
|
|
3
|
-
/** ContactPoint system: phone | fax | email | pager | url | sms | other (ContactPointSystem, required). */
|
|
4
|
-
export declare const CONTACT_POINT_SYSTEM: {
|
|
5
|
-
/** Phone: The value is a telephone number used for voice calls. */
|
|
6
|
-
readonly PHONE: "phone";
|
|
7
|
-
/** Fax: The value is a fax machine. */
|
|
8
|
-
readonly FAX: "fax";
|
|
9
|
-
/** Email: The value is an email address. */
|
|
10
|
-
readonly EMAIL: "email";
|
|
11
|
-
/** Pager: The value is a pager number. */
|
|
12
|
-
readonly PAGER: "pager";
|
|
13
|
-
/** Url: The value is a url (e.g. website). */
|
|
14
|
-
readonly URL: "url";
|
|
15
|
-
/** Sms: The value is a contact point for SMS (e.g. mobile). */
|
|
16
|
-
readonly SMS: "sms";
|
|
17
|
-
/** Other: A contact that is not one of the defined types. */
|
|
18
|
-
readonly OTHER: "other";
|
|
19
|
-
};
|
|
20
|
-
export type ContactPointSystem = (typeof CONTACT_POINT_SYSTEM)[keyof typeof CONTACT_POINT_SYSTEM];
|
|
21
|
-
/** ContactPoint use: home | work | temp | old | mobile - purpose of this contact point (ContactPointUse, required). */
|
|
22
|
-
export declare const CONTACT_POINT_USE: {
|
|
23
|
-
/** Home: A communication contact at a home address. */
|
|
24
|
-
readonly HOME: "home";
|
|
25
|
-
/** Work: An office contact. */
|
|
26
|
-
readonly WORK: "work";
|
|
27
|
-
/** Temp: A temporary contact (e.g. while traveling). */
|
|
28
|
-
readonly TEMP: "temp";
|
|
29
|
-
/** Old: This contact is no longer in use (superseded by another). */
|
|
30
|
-
readonly OLD: "old";
|
|
31
|
-
/** Mobile: A cellular or mobile number. */
|
|
32
|
-
readonly MOBILE: "mobile";
|
|
33
|
-
};
|
|
34
|
-
export type ContactPointUse = (typeof CONTACT_POINT_USE)[keyof typeof CONTACT_POINT_USE];
|
|
35
5
|
export interface ContactPoint extends Element {
|
|
36
|
-
/** Telecommunications form for contact point - what communications system is required to make use of the contact. */
|
|
37
6
|
system?: ContactPointSystem;
|
|
38
|
-
/** The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address). */
|
|
39
7
|
value?: string;
|
|
40
|
-
/** Identifies the purpose for the contact point. */
|
|
41
8
|
use?: ContactPointUse;
|
|
42
|
-
/** Specify preferred order of use (1 = highest). ContactPoints with lower rank values are more preferred than those with higher rank values (positiveInt in R4). */
|
|
43
9
|
rank?: number;
|
|
44
|
-
/** Time period when the contact point was/is in use. */
|
|
45
10
|
period?: Period;
|
|
46
11
|
}
|
|
12
|
+
export declare const contactPointSchema: z.ZodType<ContactPoint>;
|
package/lib/data/contactpoint.js
CHANGED
|
@@ -1,36 +1,21 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
// THIS FILE IS GENERATED by @openhi/types-generator.
|
|
3
|
+
// Do not edit. Edit sds/ or generator-config.yaml and regenerate.
|
|
2
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
/** Other: A contact that is not one of the defined types. */
|
|
21
|
-
OTHER: "other",
|
|
22
|
-
};
|
|
23
|
-
/** ContactPoint use: home | work | temp | old | mobile - purpose of this contact point (ContactPointUse, required). */
|
|
24
|
-
exports.CONTACT_POINT_USE = {
|
|
25
|
-
/** Home: A communication contact at a home address. */
|
|
26
|
-
HOME: "home",
|
|
27
|
-
/** Work: An office contact. */
|
|
28
|
-
WORK: "work",
|
|
29
|
-
/** Temp: A temporary contact (e.g. while traveling). */
|
|
30
|
-
TEMP: "temp",
|
|
31
|
-
/** Old: This contact is no longer in use (superseded by another). */
|
|
32
|
-
OLD: "old",
|
|
33
|
-
/** Mobile: A cellular or mobile number. */
|
|
34
|
-
MOBILE: "mobile",
|
|
35
|
-
};
|
|
36
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGFjdHBvaW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2RhdGEvY29udGFjdHBvaW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUdBLHlCQUF5QjtBQUV6QiwyRUFBMkU7QUFFM0UsMkdBQTJHO0FBQzlGLFFBQUEsb0JBQW9CLEdBQUc7SUFDbEMsbUVBQW1FO0lBQ25FLEtBQUssRUFBRSxPQUFPO0lBQ2QsdUNBQXVDO0lBQ3ZDLEdBQUcsRUFBRSxLQUFLO0lBQ1YsNENBQTRDO0lBQzVDLEtBQUssRUFBRSxPQUFPO0lBQ2QsMENBQTBDO0lBQzFDLEtBQUssRUFBRSxPQUFPO0lBQ2QsOENBQThDO0lBQzlDLEdBQUcsRUFBRSxLQUFLO0lBQ1YsK0RBQStEO0lBQy9ELEdBQUcsRUFBRSxLQUFLO0lBQ1YsNkRBQTZEO0lBQzdELEtBQUssRUFBRSxPQUFPO0NBQ04sQ0FBQztBQUtYLHVIQUF1SDtBQUMxRyxRQUFBLGlCQUFpQixHQUFHO0lBQy9CLHVEQUF1RDtJQUN2RCxJQUFJLEVBQUUsTUFBTTtJQUNaLCtCQUErQjtJQUMvQixJQUFJLEVBQUUsTUFBTTtJQUNaLHdEQUF3RDtJQUN4RCxJQUFJLEVBQUUsTUFBTTtJQUNaLHFFQUFxRTtJQUNyRSxHQUFHLEVBQUUsS0FBSztJQUNWLDJDQUEyQztJQUMzQyxNQUFNLEVBQUUsUUFBUTtDQUNSLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IEVsZW1lbnQgfSBmcm9tIFwiLi4vZWxlbWVudFwiO1xuaW1wb3J0IHR5cGUgeyBQZXJpb2QgfSBmcm9tIFwiLi9wZXJpb2RcIjtcblxuLy8gRkhJUiBDb250YWN0UG9pbnQgVHlwZVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC9kYXRhdHlwZXMuaHRtbCNDb250YWN0UG9pbnRcblxuLyoqIENvbnRhY3RQb2ludCBzeXN0ZW06IHBob25lIHwgZmF4IHwgZW1haWwgfCBwYWdlciB8IHVybCB8IHNtcyB8IG90aGVyIChDb250YWN0UG9pbnRTeXN0ZW0sIHJlcXVpcmVkKS4gKi9cbmV4cG9ydCBjb25zdCBDT05UQUNUX1BPSU5UX1NZU1RFTSA9IHtcbiAgLyoqIFBob25lOiBUaGUgdmFsdWUgaXMgYSB0ZWxlcGhvbmUgbnVtYmVyIHVzZWQgZm9yIHZvaWNlIGNhbGxzLiAqL1xuICBQSE9ORTogXCJwaG9uZVwiLFxuICAvKiogRmF4OiBUaGUgdmFsdWUgaXMgYSBmYXggbWFjaGluZS4gKi9cbiAgRkFYOiBcImZheFwiLFxuICAvKiogRW1haWw6IFRoZSB2YWx1ZSBpcyBhbiBlbWFpbCBhZGRyZXNzLiAqL1xuICBFTUFJTDogXCJlbWFpbFwiLFxuICAvKiogUGFnZXI6IFRoZSB2YWx1ZSBpcyBhIHBhZ2VyIG51bWJlci4gKi9cbiAgUEFHRVI6IFwicGFnZXJcIixcbiAgLyoqIFVybDogVGhlIHZhbHVlIGlzIGEgdXJsIChlLmcuIHdlYnNpdGUpLiAqL1xuICBVUkw6IFwidXJsXCIsXG4gIC8qKiBTbXM6IFRoZSB2YWx1ZSBpcyBhIGNvbnRhY3QgcG9pbnQgZm9yIFNNUyAoZS5nLiBtb2JpbGUpLiAqL1xuICBTTVM6IFwic21zXCIsXG4gIC8qKiBPdGhlcjogQSBjb250YWN0IHRoYXQgaXMgbm90IG9uZSBvZiB0aGUgZGVmaW5lZCB0eXBlcy4gKi9cbiAgT1RIRVI6IFwib3RoZXJcIixcbn0gYXMgY29uc3Q7XG5cbmV4cG9ydCB0eXBlIENvbnRhY3RQb2ludFN5c3RlbSA9XG4gICh0eXBlb2YgQ09OVEFDVF9QT0lOVF9TWVNURU0pW2tleW9mIHR5cGVvZiBDT05UQUNUX1BPSU5UX1NZU1RFTV07XG5cbi8qKiBDb250YWN0UG9pbnQgdXNlOiBob21lIHwgd29yayB8IHRlbXAgfCBvbGQgfCBtb2JpbGUgLSBwdXJwb3NlIG9mIHRoaXMgY29udGFjdCBwb2ludCAoQ29udGFjdFBvaW50VXNlLCByZXF1aXJlZCkuICovXG5leHBvcnQgY29uc3QgQ09OVEFDVF9QT0lOVF9VU0UgPSB7XG4gIC8qKiBIb21lOiBBIGNvbW11bmljYXRpb24gY29udGFjdCBhdCBhIGhvbWUgYWRkcmVzcy4gKi9cbiAgSE9NRTogXCJob21lXCIsXG4gIC8qKiBXb3JrOiBBbiBvZmZpY2UgY29udGFjdC4gKi9cbiAgV09SSzogXCJ3b3JrXCIsXG4gIC8qKiBUZW1wOiBBIHRlbXBvcmFyeSBjb250YWN0IChlLmcuIHdoaWxlIHRyYXZlbGluZykuICovXG4gIFRFTVA6IFwidGVtcFwiLFxuICAvKiogT2xkOiBUaGlzIGNvbnRhY3QgaXMgbm8gbG9uZ2VyIGluIHVzZSAoc3VwZXJzZWRlZCBieSBhbm90aGVyKS4gKi9cbiAgT0xEOiBcIm9sZFwiLFxuICAvKiogTW9iaWxlOiBBIGNlbGx1bGFyIG9yIG1vYmlsZSBudW1iZXIuICovXG4gIE1PQklMRTogXCJtb2JpbGVcIixcbn0gYXMgY29uc3Q7XG5cbmV4cG9ydCB0eXBlIENvbnRhY3RQb2ludFVzZSA9XG4gICh0eXBlb2YgQ09OVEFDVF9QT0lOVF9VU0UpW2tleW9mIHR5cGVvZiBDT05UQUNUX1BPSU5UX1VTRV07XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ29udGFjdFBvaW50IGV4dGVuZHMgRWxlbWVudCB7XG4gIC8qKiBUZWxlY29tbXVuaWNhdGlvbnMgZm9ybSBmb3IgY29udGFjdCBwb2ludCAtIHdoYXQgY29tbXVuaWNhdGlvbnMgc3lzdGVtIGlzIHJlcXVpcmVkIHRvIG1ha2UgdXNlIG9mIHRoZSBjb250YWN0LiAqL1xuICBzeXN0ZW0/OiBDb250YWN0UG9pbnRTeXN0ZW07XG5cbiAgLyoqIFRoZSBhY3R1YWwgY29udGFjdCBwb2ludCBkZXRhaWxzLCBpbiBhIGZvcm0gdGhhdCBpcyBtZWFuaW5nZnVsIHRvIHRoZSBkZXNpZ25hdGVkIGNvbW11bmljYXRpb24gc3lzdGVtIChpLmUuIHBob25lIG51bWJlciBvciBlbWFpbCBhZGRyZXNzKS4gKi9cbiAgdmFsdWU/OiBzdHJpbmc7XG5cbiAgLyoqIElkZW50aWZpZXMgdGhlIHB1cnBvc2UgZm9yIHRoZSBjb250YWN0IHBvaW50LiAqL1xuICB1c2U/OiBDb250YWN0UG9pbnRVc2U7XG5cbiAgLyoqIFNwZWNpZnkgcHJlZmVycmVkIG9yZGVyIG9mIHVzZSAoMSA9IGhpZ2hlc3QpLiBDb250YWN0UG9pbnRzIHdpdGggbG93ZXIgcmFuayB2YWx1ZXMgYXJlIG1vcmUgcHJlZmVycmVkIHRoYW4gdGhvc2Ugd2l0aCBoaWdoZXIgcmFuayB2YWx1ZXMgKHBvc2l0aXZlSW50IGluIFI0KS4gKi9cbiAgcmFuaz86IG51bWJlcjtcblxuICAvKiogVGltZSBwZXJpb2Qgd2hlbiB0aGUgY29udGFjdCBwb2ludCB3YXMvaXMgaW4gdXNlLiAqL1xuICBwZXJpb2Q/OiBQZXJpb2Q7XG59XG4iXX0=
|
|
5
|
+
exports.contactPointSchema = void 0;
|
|
6
|
+
const zod_1 = require("zod");
|
|
7
|
+
const constants_1 = require("./constants");
|
|
8
|
+
const extension_1 = require("./extension");
|
|
9
|
+
const period_1 = require("./period");
|
|
10
|
+
exports.contactPointSchema = zod_1.z.lazy(() => zod_1.z
|
|
11
|
+
.object({
|
|
12
|
+
system: constants_1.contactPointSystemSchema.optional(),
|
|
13
|
+
value: zod_1.z.string().optional(),
|
|
14
|
+
use: constants_1.contactPointUseSchema.optional(),
|
|
15
|
+
rank: zod_1.z.number().optional(),
|
|
16
|
+
period: period_1.periodSchema.optional(),
|
|
17
|
+
id: zod_1.z.string().optional(),
|
|
18
|
+
extension: zod_1.z.array(extension_1.extensionSchema).optional(),
|
|
19
|
+
})
|
|
20
|
+
.passthrough());
|
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGFjdHBvaW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2RhdGEvY29udGFjdHBvaW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxxREFBcUQ7QUFDckQsa0VBQWtFOzs7QUFFbEUsNkJBQXdCO0FBRXhCLDJDQUE4RTtBQUU5RSwyQ0FBOEM7QUFFOUMscUNBQXdDO0FBVTNCLFFBQUEsa0JBQWtCLEdBQTRCLE9BQUMsQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFLENBQ3JFLE9BQUM7S0FDRSxNQUFNLENBQUM7SUFDTixNQUFNLEVBQUUsb0NBQXdCLENBQUMsUUFBUSxFQUFFO0lBQzNDLEtBQUssRUFBRSxPQUFDLENBQUMsTUFBTSxFQUFFLENBQUMsUUFBUSxFQUFFO0lBQzVCLEdBQUcsRUFBRSxpQ0FBcUIsQ0FBQyxRQUFRLEVBQUU7SUFDckMsSUFBSSxFQUFFLE9BQUMsQ0FBQyxNQUFNLEVBQUUsQ0FBQyxRQUFRLEVBQUU7SUFDM0IsTUFBTSxFQUFFLHFCQUFZLENBQUMsUUFBUSxFQUFFO0lBQy9CLEVBQUUsRUFBRSxPQUFDLENBQUMsTUFBTSxFQUFFLENBQUMsUUFBUSxFQUFFO0lBQ3pCLFNBQVMsRUFBRSxPQUFDLENBQUMsS0FBSyxDQUFDLDJCQUFlLENBQUMsQ0FBQyxRQUFRLEVBQUU7Q0FDL0MsQ0FBQztLQUNELFdBQVcsRUFBRSxDQUNqQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gVEhJUyBGSUxFIElTIEdFTkVSQVRFRCBieSBAb3BlbmhpL3R5cGVzLWdlbmVyYXRvci5cbi8vIERvIG5vdCBlZGl0LiBFZGl0IHNkcy8gb3IgZ2VuZXJhdG9yLWNvbmZpZy55YW1sIGFuZCByZWdlbmVyYXRlLlxuXG5pbXBvcnQgeyB6IH0gZnJvbSBcInpvZFwiO1xuaW1wb3J0IHR5cGUgeyBDb250YWN0UG9pbnRTeXN0ZW0sIENvbnRhY3RQb2ludFVzZSB9IGZyb20gXCIuL2NvbnN0YW50c1wiO1xuaW1wb3J0IHsgY29udGFjdFBvaW50U3lzdGVtU2NoZW1hLCBjb250YWN0UG9pbnRVc2VTY2hlbWEgfSBmcm9tIFwiLi9jb25zdGFudHNcIjtcbmltcG9ydCB0eXBlIHsgRWxlbWVudCB9IGZyb20gXCIuL2VsZW1lbnRcIjtcbmltcG9ydCB7IGV4dGVuc2lvblNjaGVtYSB9IGZyb20gXCIuL2V4dGVuc2lvblwiO1xuaW1wb3J0IHR5cGUgeyBQZXJpb2QgfSBmcm9tIFwiLi9wZXJpb2RcIjtcbmltcG9ydCB7IHBlcmlvZFNjaGVtYSB9IGZyb20gXCIuL3BlcmlvZFwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENvbnRhY3RQb2ludCBleHRlbmRzIEVsZW1lbnQge1xuICBzeXN0ZW0/OiBDb250YWN0UG9pbnRTeXN0ZW07XG4gIHZhbHVlPzogc3RyaW5nO1xuICB1c2U/OiBDb250YWN0UG9pbnRVc2U7XG4gIHJhbms/OiBudW1iZXI7XG4gIHBlcmlvZD86IFBlcmlvZDtcbn1cblxuZXhwb3J0IGNvbnN0IGNvbnRhY3RQb2ludFNjaGVtYTogei5ab2RUeXBlPENvbnRhY3RQb2ludD4gPSB6LmxhenkoKCkgPT5cbiAgelxuICAgIC5vYmplY3Qoe1xuICAgICAgc3lzdGVtOiBjb250YWN0UG9pbnRTeXN0ZW1TY2hlbWEub3B0aW9uYWwoKSxcbiAgICAgIHZhbHVlOiB6LnN0cmluZygpLm9wdGlvbmFsKCksXG4gICAgICB1c2U6IGNvbnRhY3RQb2ludFVzZVNjaGVtYS5vcHRpb25hbCgpLFxuICAgICAgcmFuazogei5udW1iZXIoKS5vcHRpb25hbCgpLFxuICAgICAgcGVyaW9kOiBwZXJpb2RTY2hlbWEub3B0aW9uYWwoKSxcbiAgICAgIGlkOiB6LnN0cmluZygpLm9wdGlvbmFsKCksXG4gICAgICBleHRlbnNpb246IHouYXJyYXkoZXh0ZW5zaW9uU2NoZW1hKS5vcHRpb25hbCgpLFxuICAgIH0pXG4gICAgLnBhc3N0aHJvdWdoKCksXG4pO1xuIl19
|
package/lib/data/contract.d.ts
CHANGED
|
@@ -1,101 +1,53 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
1
2
|
import type { Attachment } from "./attachment";
|
|
2
3
|
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
-
import type {
|
|
4
|
-
import type { Contract_Agent } from "./contract_agent";
|
|
4
|
+
import type { ContractResourceStatusCodes } from "./constants";
|
|
5
5
|
import type { Contract_ContentDefinition } from "./contract_contentdefinition";
|
|
6
6
|
import type { Contract_Friendly } from "./contract_friendly";
|
|
7
7
|
import type { Contract_Legal } from "./contract_legal";
|
|
8
8
|
import type { Contract_Rule } from "./contract_rule";
|
|
9
9
|
import type { Contract_Signer } from "./contract_signer";
|
|
10
10
|
import type { Contract_Term } from "./contract_term";
|
|
11
|
-
import type {
|
|
12
|
-
import type { DomainResource } from "../domainresource";
|
|
11
|
+
import type { DomainResource } from "./domainresource";
|
|
13
12
|
import type { Identifier } from "./identifier";
|
|
14
13
|
import type { Period } from "./period";
|
|
15
14
|
import type { Reference } from "./reference";
|
|
16
15
|
export interface Contract extends DomainResource {
|
|
17
|
-
/** This is a Contract resource */
|
|
18
16
|
resourceType: "Contract";
|
|
19
|
-
/** Contract number. Unique identifier for this Contract or a derivative that references a Source Contract. */
|
|
20
17
|
identifier?: Array<Identifier>;
|
|
21
|
-
/** Basal definition. Canonical identifier for this contract, represented as a URI (globally unique). */
|
|
22
18
|
url?: string;
|
|
23
|
-
/** Business edition. An edition identifier used for business purposes to label business significant variants. */
|
|
24
19
|
version?: string;
|
|
25
|
-
|
|
26
|
-
status?: string;
|
|
27
|
-
/** Negotiation status. Legal states of the formation of a legal instrument. */
|
|
20
|
+
status?: ContractResourceStatusCodes;
|
|
28
21
|
legalState?: CodeableConcept;
|
|
29
|
-
/** Source Contract Definition. The URL pointing to a FHIR-defined Contract Definition that is adhered to in whole or part by this Contract. */
|
|
30
22
|
instantiatesCanonical?: Reference;
|
|
31
|
-
/** External Contract Definition. The URL pointing to an externally maintained definition that is adhered to in whole or in part by this Contract. */
|
|
32
23
|
instantiatesUri?: string;
|
|
33
|
-
/** Content derived from the basal information. The minimal content derived from the basal information source at a specific stage in its lifecycle. */
|
|
34
24
|
contentDerivative?: CodeableConcept;
|
|
35
|
-
/** When this Contract was issued. */
|
|
36
25
|
issued?: string;
|
|
37
|
-
/** Effective time. Relevant time or time-period when this Contract is applicable. */
|
|
38
26
|
applies?: Period;
|
|
39
|
-
/** Contract cessation cause. Event resulting in discontinuation or termination of this Contract instance by one or more parties to the contract. */
|
|
40
27
|
expirationType?: CodeableConcept;
|
|
41
|
-
/** Contract Target Entity. The target entity impacted by or of interest to parties to the agreement. */
|
|
42
28
|
subject?: Array<Reference>;
|
|
43
|
-
/** A formally or informally recognized grouping of people, principals, organizations, or jurisdictions formed for the purpose of achieving some form of collective action. */
|
|
44
29
|
authority?: Array<Reference>;
|
|
45
|
-
/** Recognized governance framework or system operating with a circumscribed scope in accordance with specified principles, policies, processes or procedures. */
|
|
46
30
|
domain?: Array<Reference>;
|
|
47
|
-
/** Specific Location. Sites in which the contract is complied with, exercised, or in force. */
|
|
48
31
|
site?: Array<Reference>;
|
|
49
|
-
/** Computer friendly designation. A natural language name identifying the Contract. */
|
|
50
32
|
name?: string;
|
|
51
|
-
/** Human friendly designation. A short, descriptive, user-friendly title for this Contract. */
|
|
52
33
|
title?: string;
|
|
53
|
-
/** Subordinate Friendly designation. An explanatory or alternate user-friendly title for this Contract. */
|
|
54
34
|
subtitle?: string;
|
|
55
|
-
/** Acronym or short name. Alternative representation of the title for this Contract definition, derivative, or instance in a legal state. */
|
|
56
35
|
alias?: Array<string>;
|
|
57
|
-
/** Source of Contract. The individual or organization that authored the Contract definition, derivative, or instance in any legal state. */
|
|
58
36
|
author?: Reference;
|
|
59
|
-
/** Range of Legal Concerns. Precusory content developed with a focus and intent of supporting the formation a Contract instance. */
|
|
60
37
|
scope?: CodeableConcept;
|
|
61
|
-
/** Focus of contract interest. Narrows the range of legal concerns (choice: CodeableConcept or Reference; 0..1 in R4). */
|
|
62
38
|
topicCodeableConcept?: CodeableConcept;
|
|
63
|
-
/** Focus of contract interest. Narrows the range of legal concerns (choice: CodeableConcept or Reference; 0..1 in R4). */
|
|
64
39
|
topicReference?: Reference;
|
|
65
|
-
/** Legal instrument category. A high-level category for the legal instrument. */
|
|
66
40
|
type?: CodeableConcept;
|
|
67
|
-
/** Subtype within the context of type. More specific type or specialization of an overarching or more general contract. */
|
|
68
41
|
subType?: Array<CodeableConcept>;
|
|
69
|
-
/** Contract precursor content. Precusory content developed with a focus and intent of supporting the formation a Contract instance. */
|
|
70
42
|
contentDefinition?: Contract_ContentDefinition;
|
|
71
|
-
/** One or more Contract Provisions, which may be related and conveyed as a group, and may contain nested groups. */
|
|
72
43
|
term?: Array<Contract_Term>;
|
|
73
|
-
/** Extra Information. Information that may be needed by/relevant to the performer in their execution of this term action. */
|
|
74
44
|
supportingInfo?: Array<Reference>;
|
|
75
|
-
/** Key event in Contract History. Links to Provenance records for past versions of this Contract definition, derivative, or instance. */
|
|
76
45
|
relevantHistory?: Array<Reference>;
|
|
77
|
-
/** Contract Signatory. Parties with legal standing in the Contract. */
|
|
78
46
|
signer?: Array<Contract_Signer>;
|
|
79
|
-
/** Contract Friendly Language. The "patient friendly language" version of the Contract in whole or in parts. */
|
|
80
47
|
friendly?: Array<Contract_Friendly>;
|
|
81
|
-
/** List of Legal expressions or representations of this Contract. */
|
|
82
48
|
legal?: Array<Contract_Legal>;
|
|
83
|
-
/** List of Computable Policy Rule Language Representations of this Contract. */
|
|
84
49
|
rule?: Array<Contract_Rule>;
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
/** @deprecated Not at resource level in R4; use Contract.term.actionReason. Reason for action stipulated by this Contract. Retained for backward compatibility. */
|
|
88
|
-
actionReason?: Array<CodeableConcept>;
|
|
89
|
-
/** @deprecated Not at resource level in R4. The type of decision made by a grantor with respect to an offer made by a grantee. Retained for backward compatibility. */
|
|
90
|
-
decisionType?: CodeableConcept;
|
|
91
|
-
/** @deprecated Not at resource level in R4; use Contract.term.securityLabel. A set of security labels that define which resources are controlled by this consent. Retained for backward compatibility. */
|
|
92
|
-
securityLabel?: Array<Coding>;
|
|
93
|
-
/** @deprecated Not at resource level in R4; use Contract.term.agent. An actor taking a role in an activity. Retained for backward compatibility. */
|
|
94
|
-
agent?: Array<Contract_Agent>;
|
|
95
|
-
/** @deprecated Not at resource level in R4; use Contract.term.valuedItem. Contract Valued Item List. Retained for backward compatibility. */
|
|
96
|
-
valuedItem?: Array<Contract_ValuedItem>;
|
|
97
|
-
/** @deprecated Not at resource level in R4; legally binding form may be represented in Contract.legal or other R4 elements. Legally binding Contract (Attachment choice). Retained for backward compatibility. */
|
|
98
|
-
bindingAttachment?: Attachment;
|
|
99
|
-
/** @deprecated Not at resource level in R4; legally binding form may be represented in Contract.legal or other R4 elements. Legally binding Contract (Reference choice). Retained for backward compatibility. */
|
|
100
|
-
bindingReference?: Reference;
|
|
50
|
+
legallyBindingAttachment?: Attachment;
|
|
51
|
+
legallyBindingReference?: Reference;
|
|
101
52
|
}
|
|
53
|
+
export declare const contractSchema: z.ZodType<Contract>;
|
package/lib/data/contract.js
CHANGED
|
@@ -1,3 +1,60 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
// THIS FILE IS GENERATED by @openhi/types-generator.
|
|
3
|
+
// Do not edit. Edit sds/ or generator-config.yaml and regenerate.
|
|
2
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udHJhY3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZGF0YS9jb250cmFjdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBBdHRhY2htZW50IH0gZnJvbSBcIi4vYXR0YWNobWVudFwiO1xuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgQ29kaW5nIH0gZnJvbSBcIi4vY29kaW5nXCI7XG5pbXBvcnQgdHlwZSB7IENvbnRyYWN0X0FnZW50IH0gZnJvbSBcIi4vY29udHJhY3RfYWdlbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29udHJhY3RfQ29udGVudERlZmluaXRpb24gfSBmcm9tIFwiLi9jb250cmFjdF9jb250ZW50ZGVmaW5pdGlvblwiO1xuaW1wb3J0IHR5cGUgeyBDb250cmFjdF9GcmllbmRseSB9IGZyb20gXCIuL2NvbnRyYWN0X2ZyaWVuZGx5XCI7XG5pbXBvcnQgdHlwZSB7IENvbnRyYWN0X0xlZ2FsIH0gZnJvbSBcIi4vY29udHJhY3RfbGVnYWxcIjtcbmltcG9ydCB0eXBlIHsgQ29udHJhY3RfUnVsZSB9IGZyb20gXCIuL2NvbnRyYWN0X3J1bGVcIjtcbmltcG9ydCB0eXBlIHsgQ29udHJhY3RfU2lnbmVyIH0gZnJvbSBcIi4vY29udHJhY3Rfc2lnbmVyXCI7XG5pbXBvcnQgdHlwZSB7IENvbnRyYWN0X1Rlcm0gfSBmcm9tIFwiLi9jb250cmFjdF90ZXJtXCI7XG5pbXBvcnQgdHlwZSB7IENvbnRyYWN0X1ZhbHVlZEl0ZW0gfSBmcm9tIFwiLi9jb250cmFjdF92YWx1ZWRpdGVtXCI7XG5pbXBvcnQgdHlwZSB7IERvbWFpblJlc291cmNlIH0gZnJvbSBcIi4uL2RvbWFpbnJlc291cmNlXCI7XG5pbXBvcnQgdHlwZSB7IElkZW50aWZpZXIgfSBmcm9tIFwiLi9pZGVudGlmaWVyXCI7XG5pbXBvcnQgdHlwZSB7IFBlcmlvZCB9IGZyb20gXCIuL3BlcmlvZFwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuLy8gRkhJUiBDb250cmFjdCBUeXBlXG5cbi8vIFN0cnVjdHVyZURlZmluaXRpb246IGh0dHBzOi8vaGw3Lm9yZy9maGlyL1I0L2NvbnRyYWN0Lmh0bWxcblxuZXhwb3J0IGludGVyZmFjZSBDb250cmFjdCBleHRlbmRzIERvbWFpblJlc291cmNlIHtcbiAgLyoqIFRoaXMgaXMgYSBDb250cmFjdCByZXNvdXJjZSAqL1xuICByZXNvdXJjZVR5cGU6IFwiQ29udHJhY3RcIjtcblxuICAvKiogQ29udHJhY3QgbnVtYmVyLiBVbmlxdWUgaWRlbnRpZmllciBmb3IgdGhpcyBDb250cmFjdCBvciBhIGRlcml2YXRpdmUgdGhhdCByZWZlcmVuY2VzIGEgU291cmNlIENvbnRyYWN0LiAqL1xuICBpZGVudGlmaWVyPzogQXJyYXk8SWRlbnRpZmllcj47XG5cbiAgLyoqIEJhc2FsIGRlZmluaXRpb24uIENhbm9uaWNhbCBpZGVudGlmaWVyIGZvciB0aGlzIGNvbnRyYWN0LCByZXByZXNlbnRlZCBhcyBhIFVSSSAoZ2xvYmFsbHkgdW5pcXVlKS4gKi9cbiAgdXJsPzogc3RyaW5nO1xuXG4gIC8qKiBCdXNpbmVzcyBlZGl0aW9uLiBBbiBlZGl0aW9uIGlkZW50aWZpZXIgdXNlZCBmb3IgYnVzaW5lc3MgcHVycG9zZXMgdG8gbGFiZWwgYnVzaW5lc3Mgc2lnbmlmaWNhbnQgdmFyaWFudHMuICovXG4gIHZlcnNpb24/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBzdGF0dXMgb2YgdGhlIHJlc291cmNlIGluc3RhbmNlIChDb250cmFjdCBSZXNvdXJjZSBTdGF0dXMgQ29kZXMsIHJlcXVpcmVkIGJpbmRpbmcpLiAqL1xuICBzdGF0dXM/OiBzdHJpbmc7XG5cbiAgLyoqIE5lZ290aWF0aW9uIHN0YXR1cy4gTGVnYWwgc3RhdGVzIG9mIHRoZSBmb3JtYXRpb24gb2YgYSBsZWdhbCBpbnN0cnVtZW50LiAqL1xuICBsZWdhbFN0YXRlPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBTb3VyY2UgQ29udHJhY3QgRGVmaW5pdGlvbi4gVGhlIFVSTCBwb2ludGluZyB0byBhIEZISVItZGVmaW5lZCBDb250cmFjdCBEZWZpbml0aW9uIHRoYXQgaXMgYWRoZXJlZCB0byBpbiB3aG9sZSBvciBwYXJ0IGJ5IHRoaXMgQ29udHJhY3QuICovXG4gIGluc3RhbnRpYXRlc0Nhbm9uaWNhbD86IFJlZmVyZW5jZTtcblxuICAvKiogRXh0ZXJuYWwgQ29udHJhY3QgRGVmaW5pdGlvbi4gVGhlIFVSTCBwb2ludGluZyB0byBhbiBleHRlcm5hbGx5IG1haW50YWluZWQgZGVmaW5pdGlvbiB0aGF0IGlzIGFkaGVyZWQgdG8gaW4gd2hvbGUgb3IgaW4gcGFydCBieSB0aGlzIENvbnRyYWN0LiAqL1xuICBpbnN0YW50aWF0ZXNVcmk/OiBzdHJpbmc7XG5cbiAgLyoqIENvbnRlbnQgZGVyaXZlZCBmcm9tIHRoZSBiYXNhbCBpbmZvcm1hdGlvbi4gVGhlIG1pbmltYWwgY29udGVudCBkZXJpdmVkIGZyb20gdGhlIGJhc2FsIGluZm9ybWF0aW9uIHNvdXJjZSBhdCBhIHNwZWNpZmljIHN0YWdlIGluIGl0cyBsaWZlY3ljbGUuICovXG4gIGNvbnRlbnREZXJpdmF0aXZlPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBXaGVuIHRoaXMgQ29udHJhY3Qgd2FzIGlzc3VlZC4gKi9cbiAgaXNzdWVkPzogc3RyaW5nO1xuXG4gIC8qKiBFZmZlY3RpdmUgdGltZS4gUmVsZXZhbnQgdGltZSBvciB0aW1lLXBlcmlvZCB3aGVuIHRoaXMgQ29udHJhY3QgaXMgYXBwbGljYWJsZS4gKi9cbiAgYXBwbGllcz86IFBlcmlvZDtcblxuICAvKiogQ29udHJhY3QgY2Vzc2F0aW9uIGNhdXNlLiBFdmVudCByZXN1bHRpbmcgaW4gZGlzY29udGludWF0aW9uIG9yIHRlcm1pbmF0aW9uIG9mIHRoaXMgQ29udHJhY3QgaW5zdGFuY2UgYnkgb25lIG9yIG1vcmUgcGFydGllcyB0byB0aGUgY29udHJhY3QuICovXG4gIGV4cGlyYXRpb25UeXBlPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBDb250cmFjdCBUYXJnZXQgRW50aXR5LiBUaGUgdGFyZ2V0IGVudGl0eSBpbXBhY3RlZCBieSBvciBvZiBpbnRlcmVzdCB0byBwYXJ0aWVzIHRvIHRoZSBhZ3JlZW1lbnQuICovXG4gIHN1YmplY3Q/OiBBcnJheTxSZWZlcmVuY2U+O1xuXG4gIC8qKiBBIGZvcm1hbGx5IG9yIGluZm9ybWFsbHkgcmVjb2duaXplZCBncm91cGluZyBvZiBwZW9wbGUsIHByaW5jaXBhbHMsIG9yZ2FuaXphdGlvbnMsIG9yIGp1cmlzZGljdGlvbnMgZm9ybWVkIGZvciB0aGUgcHVycG9zZSBvZiBhY2hpZXZpbmcgc29tZSBmb3JtIG9mIGNvbGxlY3RpdmUgYWN0aW9uLiAqL1xuICBhdXRob3JpdHk/OiBBcnJheTxSZWZlcmVuY2U+O1xuXG4gIC8qKiBSZWNvZ25pemVkIGdvdmVybmFuY2UgZnJhbWV3b3JrIG9yIHN5c3RlbSBvcGVyYXRpbmcgd2l0aCBhIGNpcmN1bXNjcmliZWQgc2NvcGUgaW4gYWNjb3JkYW5jZSB3aXRoIHNwZWNpZmllZCBwcmluY2lwbGVzLCBwb2xpY2llcywgcHJvY2Vzc2VzIG9yIHByb2NlZHVyZXMuICovXG4gIGRvbWFpbj86IEFycmF5PFJlZmVyZW5jZT47XG5cbiAgLyoqIFNwZWNpZmljIExvY2F0aW9uLiBTaXRlcyBpbiB3aGljaCB0aGUgY29udHJhY3QgaXMgY29tcGxpZWQgd2l0aCwgZXhlcmNpc2VkLCBvciBpbiBmb3JjZS4gKi9cbiAgc2l0ZT86IEFycmF5PFJlZmVyZW5jZT47XG5cbiAgLyoqIENvbXB1dGVyIGZyaWVuZGx5IGRlc2lnbmF0aW9uLiBBIG5hdHVyYWwgbGFuZ3VhZ2UgbmFtZSBpZGVudGlmeWluZyB0aGUgQ29udHJhY3QuICovXG4gIG5hbWU/OiBzdHJpbmc7XG5cbiAgLyoqIEh1bWFuIGZyaWVuZGx5IGRlc2lnbmF0aW9uLiBBIHNob3J0LCBkZXNjcmlwdGl2ZSwgdXNlci1mcmllbmRseSB0aXRsZSBmb3IgdGhpcyBDb250cmFjdC4gKi9cbiAgdGl0bGU/OiBzdHJpbmc7XG5cbiAgLyoqIFN1Ym9yZGluYXRlIEZyaWVuZGx5IGRlc2lnbmF0aW9uLiBBbiBleHBsYW5hdG9yeSBvciBhbHRlcm5hdGUgdXNlci1mcmllbmRseSB0aXRsZSBmb3IgdGhpcyBDb250cmFjdC4gKi9cbiAgc3VidGl0bGU/OiBzdHJpbmc7XG5cbiAgLyoqIEFjcm9ueW0gb3Igc2hvcnQgbmFtZS4gQWx0ZXJuYXRpdmUgcmVwcmVzZW50YXRpb24gb2YgdGhlIHRpdGxlIGZvciB0aGlzIENvbnRyYWN0IGRlZmluaXRpb24sIGRlcml2YXRpdmUsIG9yIGluc3RhbmNlIGluIGEgbGVnYWwgc3RhdGUuICovXG4gIGFsaWFzPzogQXJyYXk8c3RyaW5nPjtcblxuICAvKiogU291cmNlIG9mIENvbnRyYWN0LiBUaGUgaW5kaXZpZHVhbCBvciBvcmdhbml6YXRpb24gdGhhdCBhdXRob3JlZCB0aGUgQ29udHJhY3QgZGVmaW5pdGlvbiwgZGVyaXZhdGl2ZSwgb3IgaW5zdGFuY2UgaW4gYW55IGxlZ2FsIHN0YXRlLiAqL1xuICBhdXRob3I/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIFJhbmdlIG9mIExlZ2FsIENvbmNlcm5zLiBQcmVjdXNvcnkgY29udGVudCBkZXZlbG9wZWQgd2l0aCBhIGZvY3VzIGFuZCBpbnRlbnQgb2Ygc3VwcG9ydGluZyB0aGUgZm9ybWF0aW9uIGEgQ29udHJhY3QgaW5zdGFuY2UuICovXG4gIHNjb3BlPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBGb2N1cyBvZiBjb250cmFjdCBpbnRlcmVzdC4gTmFycm93cyB0aGUgcmFuZ2Ugb2YgbGVnYWwgY29uY2VybnMgKGNob2ljZTogQ29kZWFibGVDb25jZXB0IG9yIFJlZmVyZW5jZTsgMC4uMSBpbiBSNCkuICovXG4gIHRvcGljQ29kZWFibGVDb25jZXB0PzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBGb2N1cyBvZiBjb250cmFjdCBpbnRlcmVzdC4gTmFycm93cyB0aGUgcmFuZ2Ugb2YgbGVnYWwgY29uY2VybnMgKGNob2ljZTogQ29kZWFibGVDb25jZXB0IG9yIFJlZmVyZW5jZTsgMC4uMSBpbiBSNCkuICovXG4gIHRvcGljUmVmZXJlbmNlPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBMZWdhbCBpbnN0cnVtZW50IGNhdGVnb3J5LiBBIGhpZ2gtbGV2ZWwgY2F0ZWdvcnkgZm9yIHRoZSBsZWdhbCBpbnN0cnVtZW50LiAqL1xuICB0eXBlPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBTdWJ0eXBlIHdpdGhpbiB0aGUgY29udGV4dCBvZiB0eXBlLiBNb3JlIHNwZWNpZmljIHR5cGUgb3Igc3BlY2lhbGl6YXRpb24gb2YgYW4gb3ZlcmFyY2hpbmcgb3IgbW9yZSBnZW5lcmFsIGNvbnRyYWN0LiAqL1xuICBzdWJUeXBlPzogQXJyYXk8Q29kZWFibGVDb25jZXB0PjtcblxuICAvKiogQ29udHJhY3QgcHJlY3Vyc29yIGNvbnRlbnQuIFByZWN1c29yeSBjb250ZW50IGRldmVsb3BlZCB3aXRoIGEgZm9jdXMgYW5kIGludGVudCBvZiBzdXBwb3J0aW5nIHRoZSBmb3JtYXRpb24gYSBDb250cmFjdCBpbnN0YW5jZS4gKi9cbiAgY29udGVudERlZmluaXRpb24/OiBDb250cmFjdF9Db250ZW50RGVmaW5pdGlvbjtcblxuICAvKiogT25lIG9yIG1vcmUgQ29udHJhY3QgUHJvdmlzaW9ucywgd2hpY2ggbWF5IGJlIHJlbGF0ZWQgYW5kIGNvbnZleWVkIGFzIGEgZ3JvdXAsIGFuZCBtYXkgY29udGFpbiBuZXN0ZWQgZ3JvdXBzLiAqL1xuICB0ZXJtPzogQXJyYXk8Q29udHJhY3RfVGVybT47XG5cbiAgLyoqIEV4dHJhIEluZm9ybWF0aW9uLiBJbmZvcm1hdGlvbiB0aGF0IG1heSBiZSBuZWVkZWQgYnkvcmVsZXZhbnQgdG8gdGhlIHBlcmZvcm1lciBpbiB0aGVpciBleGVjdXRpb24gb2YgdGhpcyB0ZXJtIGFjdGlvbi4gKi9cbiAgc3VwcG9ydGluZ0luZm8/OiBBcnJheTxSZWZlcmVuY2U+O1xuXG4gIC8qKiBLZXkgZXZlbnQgaW4gQ29udHJhY3QgSGlzdG9yeS4gTGlua3MgdG8gUHJvdmVuYW5jZSByZWNvcmRzIGZvciBwYXN0IHZlcnNpb25zIG9mIHRoaXMgQ29udHJhY3QgZGVmaW5pdGlvbiwgZGVyaXZhdGl2ZSwgb3IgaW5zdGFuY2UuICovXG4gIHJlbGV2YW50SGlzdG9yeT86IEFycmF5PFJlZmVyZW5jZT47XG5cbiAgLyoqIENvbnRyYWN0IFNpZ25hdG9yeS4gUGFydGllcyB3aXRoIGxlZ2FsIHN0YW5kaW5nIGluIHRoZSBDb250cmFjdC4gKi9cbiAgc2lnbmVyPzogQXJyYXk8Q29udHJhY3RfU2lnbmVyPjtcblxuICAvKiogQ29udHJhY3QgRnJpZW5kbHkgTGFuZ3VhZ2UuIFRoZSBcInBhdGllbnQgZnJpZW5kbHkgbGFuZ3VhZ2VcIiB2ZXJzaW9uIG9mIHRoZSBDb250cmFjdCBpbiB3aG9sZSBvciBpbiBwYXJ0cy4gKi9cbiAgZnJpZW5kbHk/OiBBcnJheTxDb250cmFjdF9GcmllbmRseT47XG5cbiAgLyoqIExpc3Qgb2YgTGVnYWwgZXhwcmVzc2lvbnMgb3IgcmVwcmVzZW50YXRpb25zIG9mIHRoaXMgQ29udHJhY3QuICovXG4gIGxlZ2FsPzogQXJyYXk8Q29udHJhY3RfTGVnYWw+O1xuXG4gIC8qKiBMaXN0IG9mIENvbXB1dGFibGUgUG9saWN5IFJ1bGUgTGFuZ3VhZ2UgUmVwcmVzZW50YXRpb25zIG9mIHRoaXMgQ29udHJhY3QuICovXG4gIHJ1bGU/OiBBcnJheTxDb250cmFjdF9SdWxlPjtcblxuICAvKiogQGRlcHJlY2F0ZWQgTm90IGF0IHJlc291cmNlIGxldmVsIGluIFI0OyB1c2UgQ29udHJhY3QudGVybS5hY3Rpb24uIEFjdGlvbiBzdGlwdWxhdGVkIGJ5IHRoaXMgQ29udHJhY3QuIFJldGFpbmVkIGZvciBiYWNrd2FyZCBjb21wYXRpYmlsaXR5LiAqL1xuICBhY3Rpb24/OiBBcnJheTxDb2RlYWJsZUNvbmNlcHQ+O1xuXG4gIC8qKiBAZGVwcmVjYXRlZCBOb3QgYXQgcmVzb3VyY2UgbGV2ZWwgaW4gUjQ7IHVzZSBDb250cmFjdC50ZXJtLmFjdGlvblJlYXNvbi4gUmVhc29uIGZvciBhY3Rpb24gc3RpcHVsYXRlZCBieSB0aGlzIENvbnRyYWN0LiBSZXRhaW5lZCBmb3IgYmFja3dhcmQgY29tcGF0aWJpbGl0eS4gKi9cbiAgYWN0aW9uUmVhc29uPzogQXJyYXk8Q29kZWFibGVDb25jZXB0PjtcblxuICAvKiogQGRlcHJlY2F0ZWQgTm90IGF0IHJlc291cmNlIGxldmVsIGluIFI0LiBUaGUgdHlwZSBvZiBkZWNpc2lvbiBtYWRlIGJ5IGEgZ3JhbnRvciB3aXRoIHJlc3BlY3QgdG8gYW4gb2ZmZXIgbWFkZSBieSBhIGdyYW50ZWUuIFJldGFpbmVkIGZvciBiYWNrd2FyZCBjb21wYXRpYmlsaXR5LiAqL1xuICBkZWNpc2lvblR5cGU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEBkZXByZWNhdGVkIE5vdCBhdCByZXNvdXJjZSBsZXZlbCBpbiBSNDsgdXNlIENvbnRyYWN0LnRlcm0uc2VjdXJpdHlMYWJlbC4gQSBzZXQgb2Ygc2VjdXJpdHkgbGFiZWxzIHRoYXQgZGVmaW5lIHdoaWNoIHJlc291cmNlcyBhcmUgY29udHJvbGxlZCBieSB0aGlzIGNvbnNlbnQuIFJldGFpbmVkIGZvciBiYWNrd2FyZCBjb21wYXRpYmlsaXR5LiAqL1xuICBzZWN1cml0eUxhYmVsPzogQXJyYXk8Q29kaW5nPjtcblxuICAvKiogQGRlcHJlY2F0ZWQgTm90IGF0IHJlc291cmNlIGxldmVsIGluIFI0OyB1c2UgQ29udHJhY3QudGVybS5hZ2VudC4gQW4gYWN0b3IgdGFraW5nIGEgcm9sZSBpbiBhbiBhY3Rpdml0eS4gUmV0YWluZWQgZm9yIGJhY2t3YXJkIGNvbXBhdGliaWxpdHkuICovXG4gIGFnZW50PzogQXJyYXk8Q29udHJhY3RfQWdlbnQ+O1xuXG4gIC8qKiBAZGVwcmVjYXRlZCBOb3QgYXQgcmVzb3VyY2UgbGV2ZWwgaW4gUjQ7IHVzZSBDb250cmFjdC50ZXJtLnZhbHVlZEl0ZW0uIENvbnRyYWN0IFZhbHVlZCBJdGVtIExpc3QuIFJldGFpbmVkIGZvciBiYWNrd2FyZCBjb21wYXRpYmlsaXR5LiAqL1xuICB2YWx1ZWRJdGVtPzogQXJyYXk8Q29udHJhY3RfVmFsdWVkSXRlbT47XG5cbiAgLyoqIEBkZXByZWNhdGVkIE5vdCBhdCByZXNvdXJjZSBsZXZlbCBpbiBSNDsgbGVnYWxseSBiaW5kaW5nIGZvcm0gbWF5IGJlIHJlcHJlc2VudGVkIGluIENvbnRyYWN0LmxlZ2FsIG9yIG90aGVyIFI0IGVsZW1lbnRzLiBMZWdhbGx5IGJpbmRpbmcgQ29udHJhY3QgKEF0dGFjaG1lbnQgY2hvaWNlKS4gUmV0YWluZWQgZm9yIGJhY2t3YXJkIGNvbXBhdGliaWxpdHkuICovXG4gIGJpbmRpbmdBdHRhY2htZW50PzogQXR0YWNobWVudDtcblxuICAvKiogQGRlcHJlY2F0ZWQgTm90IGF0IHJlc291cmNlIGxldmVsIGluIFI0OyBsZWdhbGx5IGJpbmRpbmcgZm9ybSBtYXkgYmUgcmVwcmVzZW50ZWQgaW4gQ29udHJhY3QubGVnYWwgb3Igb3RoZXIgUjQgZWxlbWVudHMuIExlZ2FsbHkgYmluZGluZyBDb250cmFjdCAoUmVmZXJlbmNlIGNob2ljZSkuIFJldGFpbmVkIGZvciBiYWNrd2FyZCBjb21wYXRpYmlsaXR5LiAqL1xuICBiaW5kaW5nUmVmZXJlbmNlPzogUmVmZXJlbmNlO1xufVxuIl19
|
|
5
|
+
exports.contractSchema = void 0;
|
|
6
|
+
const zod_1 = require("zod");
|
|
7
|
+
const attachment_1 = require("./attachment");
|
|
8
|
+
const codeableconcept_1 = require("./codeableconcept");
|
|
9
|
+
const constants_1 = require("./constants");
|
|
10
|
+
const contract_contentdefinition_1 = require("./contract_contentdefinition");
|
|
11
|
+
const contract_friendly_1 = require("./contract_friendly");
|
|
12
|
+
const contract_legal_1 = require("./contract_legal");
|
|
13
|
+
const contract_rule_1 = require("./contract_rule");
|
|
14
|
+
const contract_signer_1 = require("./contract_signer");
|
|
15
|
+
const contract_term_1 = require("./contract_term");
|
|
16
|
+
const domainresource_1 = require("./domainresource");
|
|
17
|
+
const identifier_1 = require("./identifier");
|
|
18
|
+
const period_1 = require("./period");
|
|
19
|
+
const reference_1 = require("./reference");
|
|
20
|
+
exports.contractSchema = domainresource_1.domainResourceSchema
|
|
21
|
+
.extend({
|
|
22
|
+
resourceType: zod_1.z.literal("Contract"),
|
|
23
|
+
identifier: zod_1.z.array(identifier_1.identifierSchema).optional(),
|
|
24
|
+
url: zod_1.z.string().optional(),
|
|
25
|
+
version: zod_1.z.string().optional(),
|
|
26
|
+
status: constants_1.contractResourceStatusCodesSchema.optional(),
|
|
27
|
+
legalState: codeableconcept_1.codeableConceptSchema.optional(),
|
|
28
|
+
instantiatesCanonical: reference_1.referenceSchema.optional(),
|
|
29
|
+
instantiatesUri: zod_1.z.string().optional(),
|
|
30
|
+
contentDerivative: codeableconcept_1.codeableConceptSchema.optional(),
|
|
31
|
+
issued: zod_1.z.string().optional(),
|
|
32
|
+
applies: period_1.periodSchema.optional(),
|
|
33
|
+
expirationType: codeableconcept_1.codeableConceptSchema.optional(),
|
|
34
|
+
subject: zod_1.z.array(reference_1.referenceSchema).optional(),
|
|
35
|
+
authority: zod_1.z.array(reference_1.referenceSchema).optional(),
|
|
36
|
+
domain: zod_1.z.array(reference_1.referenceSchema).optional(),
|
|
37
|
+
site: zod_1.z.array(reference_1.referenceSchema).optional(),
|
|
38
|
+
name: zod_1.z.string().optional(),
|
|
39
|
+
title: zod_1.z.string().optional(),
|
|
40
|
+
subtitle: zod_1.z.string().optional(),
|
|
41
|
+
alias: zod_1.z.array(zod_1.z.string()).optional(),
|
|
42
|
+
author: reference_1.referenceSchema.optional(),
|
|
43
|
+
scope: codeableconcept_1.codeableConceptSchema.optional(),
|
|
44
|
+
topicCodeableConcept: codeableconcept_1.codeableConceptSchema.optional(),
|
|
45
|
+
topicReference: reference_1.referenceSchema.optional(),
|
|
46
|
+
type: codeableconcept_1.codeableConceptSchema.optional(),
|
|
47
|
+
subType: zod_1.z.array(codeableconcept_1.codeableConceptSchema).optional(),
|
|
48
|
+
contentDefinition: contract_contentdefinition_1.contractContentDefinitionSchema.optional(),
|
|
49
|
+
term: zod_1.z.array(contract_term_1.contractTermSchema).optional(),
|
|
50
|
+
supportingInfo: zod_1.z.array(reference_1.referenceSchema).optional(),
|
|
51
|
+
relevantHistory: zod_1.z.array(reference_1.referenceSchema).optional(),
|
|
52
|
+
signer: zod_1.z.array(contract_signer_1.contractSignerSchema).optional(),
|
|
53
|
+
friendly: zod_1.z.array(contract_friendly_1.contractFriendlySchema).optional(),
|
|
54
|
+
legal: zod_1.z.array(contract_legal_1.contractLegalSchema).optional(),
|
|
55
|
+
rule: zod_1.z.array(contract_rule_1.contractRuleSchema).optional(),
|
|
56
|
+
legallyBindingAttachment: attachment_1.attachmentSchema.optional(),
|
|
57
|
+
legallyBindingReference: reference_1.referenceSchema.optional(),
|
|
58
|
+
})
|
|
59
|
+
.passthrough();
|
|
60
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udHJhY3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZGF0YS9jb250cmFjdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEscURBQXFEO0FBQ3JELGtFQUFrRTs7O0FBRWxFLDZCQUF3QjtBQUV4Qiw2Q0FBZ0Q7QUFFaEQsdURBQTBEO0FBRTFELDJDQUFnRTtBQUVoRSw2RUFBK0U7QUFFL0UsMkRBQTZEO0FBRTdELHFEQUF1RDtBQUV2RCxtREFBcUQ7QUFFckQsdURBQXlEO0FBRXpELG1EQUFxRDtBQUVyRCxxREFBd0Q7QUFFeEQsNkNBQWdEO0FBRWhELHFDQUF3QztBQUV4QywyQ0FBOEM7QUF5Q2pDLFFBQUEsY0FBYyxHQUF3QixxQ0FBb0I7S0FDcEUsTUFBTSxDQUFDO0lBQ04sWUFBWSxFQUFFLE9BQUMsQ0FBQyxPQUFPLENBQUMsVUFBVSxDQUFDO0lBQ25DLFVBQVUsRUFBRSxPQUFDLENBQUMsS0FBSyxDQUFDLDZCQUFnQixDQUFDLENBQUMsUUFBUSxFQUFFO0lBQ2hELEdBQUcsRUFBRSxPQUFDLENBQUMsTUFBTSxFQUFFLENBQUMsUUFBUSxFQUFFO0lBQzFCLE9BQU8sRUFBRSxPQUFDLENBQUMsTUFBTSxFQUFFLENBQUMsUUFBUSxFQUFFO0lBQzlCLE1BQU0sRUFBRSw2Q0FBaUMsQ0FBQyxRQUFRLEVBQUU7SUFDcEQsVUFBVSxFQUFFLHVDQUFxQixDQUFDLFFBQVEsRUFBRTtJQUM1QyxxQkFBcUIsRUFBRSwyQkFBZSxDQUFDLFFBQVEsRUFBRTtJQUNqRCxlQUFlLEVBQUUsT0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtJQUN0QyxpQkFBaUIsRUFBRSx1Q0FBcUIsQ0FBQyxRQUFRLEVBQUU7SUFDbkQsTUFBTSxFQUFFLE9BQUMsQ0FBQyxNQUFNLEVBQUUsQ0FBQyxRQUFRLEVBQUU7SUFDN0IsT0FBTyxFQUFFLHFCQUFZLENBQUMsUUFBUSxFQUFFO0lBQ2hDLGNBQWMsRUFBRSx1Q0FBcUIsQ0FBQyxRQUFRLEVBQUU7SUFDaEQsT0FBTyxFQUFFLE9BQUMsQ0FBQyxLQUFLLENBQUMsMkJBQWUsQ0FBQyxDQUFDLFFBQVEsRUFBRTtJQUM1QyxTQUFTLEVBQUUsT0FBQyxDQUFDLEtBQUssQ0FBQywyQkFBZSxDQUFDLENBQUMsUUFBUSxFQUFFO0lBQzlDLE1BQU0sRUFBRSxPQUFDLENBQUMsS0FBSyxDQUFDLDJCQUFlLENBQUMsQ0FBQyxRQUFRLEVBQUU7SUFDM0MsSUFBSSxFQUFFLE9BQUMsQ0FBQyxLQUFLLENBQUMsMkJBQWUsQ0FBQyxDQUFDLFFBQVEsRUFBRTtJQUN6QyxJQUFJLEVBQUUsT0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtJQUMzQixLQUFLLEVBQUUsT0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtJQUM1QixRQUFRLEVBQUUsT0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtJQUMvQixLQUFLLEVBQUUsT0FBQyxDQUFDLEtBQUssQ0FBQyxPQUFDLENBQUMsTUFBTSxFQUFFLENBQUMsQ0FBQyxRQUFRLEVBQUU7SUFDckMsTUFBTSxFQUFFLDJCQUFlLENBQUMsUUFBUSxFQUFFO0lBQ2xDLEtBQUssRUFBRSx1Q0FBcUIsQ0FBQyxRQUFRLEVBQUU7SUFDdkMsb0JBQW9CLEVBQUUsdUNBQXFCLENBQUMsUUFBUSxFQUFFO0lBQ3RELGNBQWMsRUFBRSwyQkFBZSxDQUFDLFFBQVEsRUFBRTtJQUMxQyxJQUFJLEVBQUUsdUNBQXFCLENBQUMsUUFBUSxFQUFFO0lBQ3RDLE9BQU8sRUFBRSxPQUFDLENBQUMsS0FBSyxDQUFDLHVDQUFxQixDQUFDLENBQUMsUUFBUSxFQUFFO0lBQ2xELGlCQUFpQixFQUFFLDREQUErQixDQUFDLFFBQVEsRUFBRTtJQUM3RCxJQUFJLEVBQUUsT0FBQyxDQUFDLEtBQUssQ0FBQyxrQ0FBa0IsQ0FBQyxDQUFDLFFBQVEsRUFBRTtJQUM1QyxjQUFjLEVBQUUsT0FBQyxDQUFDLEtBQUssQ0FBQywyQkFBZSxDQUFDLENBQUMsUUFBUSxFQUFFO0lBQ25ELGVBQWUsRUFBRSxPQUFDLENBQUMsS0FBSyxDQUFDLDJCQUFlLENBQUMsQ0FBQyxRQUFRLEVBQUU7SUFDcEQsTUFBTSxFQUFFLE9BQUMsQ0FBQyxLQUFLLENBQUMsc0NBQW9CLENBQUMsQ0FBQyxRQUFRLEVBQUU7SUFDaEQsUUFBUSxFQUFFLE9BQUMsQ0FBQyxLQUFLLENBQUMsMENBQXNCLENBQUMsQ0FBQyxRQUFRLEVBQUU7SUFDcEQsS0FBSyxFQUFFLE9BQUMsQ0FBQyxLQUFLLENBQUMsb0NBQW1CLENBQUMsQ0FBQyxRQUFRLEVBQUU7SUFDOUMsSUFBSSxFQUFFLE9BQUMsQ0FBQyxLQUFLLENBQUMsa0NBQWtCLENBQUMsQ0FBQyxRQUFRLEVBQUU7SUFDNUMsd0JBQXdCLEVBQUUsNkJBQWdCLENBQUMsUUFBUSxFQUFFO0lBQ3JELHVCQUF1QixFQUFFLDJCQUFlLENBQUMsUUFBUSxFQUFFO0NBQ3BELENBQUM7S0FDRCxXQUFXLEVBQW9DLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBUSElTIEZJTEUgSVMgR0VORVJBVEVEIGJ5IEBvcGVuaGkvdHlwZXMtZ2VuZXJhdG9yLlxuLy8gRG8gbm90IGVkaXQuIEVkaXQgc2RzLyBvciBnZW5lcmF0b3ItY29uZmlnLnlhbWwgYW5kIHJlZ2VuZXJhdGUuXG5cbmltcG9ydCB7IHogfSBmcm9tIFwiem9kXCI7XG5pbXBvcnQgdHlwZSB7IEF0dGFjaG1lbnQgfSBmcm9tIFwiLi9hdHRhY2htZW50XCI7XG5pbXBvcnQgeyBhdHRhY2htZW50U2NoZW1hIH0gZnJvbSBcIi4vYXR0YWNobWVudFwiO1xuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB7IGNvZGVhYmxlQ29uY2VwdFNjaGVtYSB9IGZyb20gXCIuL2NvZGVhYmxlY29uY2VwdFwiO1xuaW1wb3J0IHR5cGUgeyBDb250cmFjdFJlc291cmNlU3RhdHVzQ29kZXMgfSBmcm9tIFwiLi9jb25zdGFudHNcIjtcbmltcG9ydCB7IGNvbnRyYWN0UmVzb3VyY2VTdGF0dXNDb2Rlc1NjaGVtYSB9IGZyb20gXCIuL2NvbnN0YW50c1wiO1xuaW1wb3J0IHR5cGUgeyBDb250cmFjdF9Db250ZW50RGVmaW5pdGlvbiB9IGZyb20gXCIuL2NvbnRyYWN0X2NvbnRlbnRkZWZpbml0aW9uXCI7XG5pbXBvcnQgeyBjb250cmFjdENvbnRlbnREZWZpbml0aW9uU2NoZW1hIH0gZnJvbSBcIi4vY29udHJhY3RfY29udGVudGRlZmluaXRpb25cIjtcbmltcG9ydCB0eXBlIHsgQ29udHJhY3RfRnJpZW5kbHkgfSBmcm9tIFwiLi9jb250cmFjdF9mcmllbmRseVwiO1xuaW1wb3J0IHsgY29udHJhY3RGcmllbmRseVNjaGVtYSB9IGZyb20gXCIuL2NvbnRyYWN0X2ZyaWVuZGx5XCI7XG5pbXBvcnQgdHlwZSB7IENvbnRyYWN0X0xlZ2FsIH0gZnJvbSBcIi4vY29udHJhY3RfbGVnYWxcIjtcbmltcG9ydCB7IGNvbnRyYWN0TGVnYWxTY2hlbWEgfSBmcm9tIFwiLi9jb250cmFjdF9sZWdhbFwiO1xuaW1wb3J0IHR5cGUgeyBDb250cmFjdF9SdWxlIH0gZnJvbSBcIi4vY29udHJhY3RfcnVsZVwiO1xuaW1wb3J0IHsgY29udHJhY3RSdWxlU2NoZW1hIH0gZnJvbSBcIi4vY29udHJhY3RfcnVsZVwiO1xuaW1wb3J0IHR5cGUgeyBDb250cmFjdF9TaWduZXIgfSBmcm9tIFwiLi9jb250cmFjdF9zaWduZXJcIjtcbmltcG9ydCB7IGNvbnRyYWN0U2lnbmVyU2NoZW1hIH0gZnJvbSBcIi4vY29udHJhY3Rfc2lnbmVyXCI7XG5pbXBvcnQgdHlwZSB7IENvbnRyYWN0X1Rlcm0gfSBmcm9tIFwiLi9jb250cmFjdF90ZXJtXCI7XG5pbXBvcnQgeyBjb250cmFjdFRlcm1TY2hlbWEgfSBmcm9tIFwiLi9jb250cmFjdF90ZXJtXCI7XG5pbXBvcnQgdHlwZSB7IERvbWFpblJlc291cmNlIH0gZnJvbSBcIi4vZG9tYWlucmVzb3VyY2VcIjtcbmltcG9ydCB7IGRvbWFpblJlc291cmNlU2NoZW1hIH0gZnJvbSBcIi4vZG9tYWlucmVzb3VyY2VcIjtcbmltcG9ydCB0eXBlIHsgSWRlbnRpZmllciB9IGZyb20gXCIuL2lkZW50aWZpZXJcIjtcbmltcG9ydCB7IGlkZW50aWZpZXJTY2hlbWEgfSBmcm9tIFwiLi9pZGVudGlmaWVyXCI7XG5pbXBvcnQgdHlwZSB7IFBlcmlvZCB9IGZyb20gXCIuL3BlcmlvZFwiO1xuaW1wb3J0IHsgcGVyaW9kU2NoZW1hIH0gZnJvbSBcIi4vcGVyaW9kXCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuaW1wb3J0IHsgcmVmZXJlbmNlU2NoZW1hIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ29udHJhY3QgZXh0ZW5kcyBEb21haW5SZXNvdXJjZSB7XG4gIHJlc291cmNlVHlwZTogXCJDb250cmFjdFwiO1xuICBpZGVudGlmaWVyPzogQXJyYXk8SWRlbnRpZmllcj47XG4gIHVybD86IHN0cmluZztcbiAgdmVyc2lvbj86IHN0cmluZztcbiAgc3RhdHVzPzogQ29udHJhY3RSZXNvdXJjZVN0YXR1c0NvZGVzO1xuICBsZWdhbFN0YXRlPzogQ29kZWFibGVDb25jZXB0O1xuICBpbnN0YW50aWF0ZXNDYW5vbmljYWw/OiBSZWZlcmVuY2U7XG4gIGluc3RhbnRpYXRlc1VyaT86IHN0cmluZztcbiAgY29udGVudERlcml2YXRpdmU/OiBDb2RlYWJsZUNvbmNlcHQ7XG4gIGlzc3VlZD86IHN0cmluZztcbiAgYXBwbGllcz86IFBlcmlvZDtcbiAgZXhwaXJhdGlvblR5cGU/OiBDb2RlYWJsZUNvbmNlcHQ7XG4gIHN1YmplY3Q/OiBBcnJheTxSZWZlcmVuY2U+O1xuICBhdXRob3JpdHk/OiBBcnJheTxSZWZlcmVuY2U+O1xuICBkb21haW4/OiBBcnJheTxSZWZlcmVuY2U+O1xuICBzaXRlPzogQXJyYXk8UmVmZXJlbmNlPjtcbiAgbmFtZT86IHN0cmluZztcbiAgdGl0bGU/OiBzdHJpbmc7XG4gIHN1YnRpdGxlPzogc3RyaW5nO1xuICBhbGlhcz86IEFycmF5PHN0cmluZz47XG4gIGF1dGhvcj86IFJlZmVyZW5jZTtcbiAgc2NvcGU/OiBDb2RlYWJsZUNvbmNlcHQ7XG4gIHRvcGljQ29kZWFibGVDb25jZXB0PzogQ29kZWFibGVDb25jZXB0O1xuICB0b3BpY1JlZmVyZW5jZT86IFJlZmVyZW5jZTtcbiAgdHlwZT86IENvZGVhYmxlQ29uY2VwdDtcbiAgc3ViVHlwZT86IEFycmF5PENvZGVhYmxlQ29uY2VwdD47XG4gIGNvbnRlbnREZWZpbml0aW9uPzogQ29udHJhY3RfQ29udGVudERlZmluaXRpb247XG4gIHRlcm0/OiBBcnJheTxDb250cmFjdF9UZXJtPjtcbiAgc3VwcG9ydGluZ0luZm8/OiBBcnJheTxSZWZlcmVuY2U+O1xuICByZWxldmFudEhpc3Rvcnk/OiBBcnJheTxSZWZlcmVuY2U+O1xuICBzaWduZXI/OiBBcnJheTxDb250cmFjdF9TaWduZXI+O1xuICBmcmllbmRseT86IEFycmF5PENvbnRyYWN0X0ZyaWVuZGx5PjtcbiAgbGVnYWw/OiBBcnJheTxDb250cmFjdF9MZWdhbD47XG4gIHJ1bGU/OiBBcnJheTxDb250cmFjdF9SdWxlPjtcbiAgbGVnYWxseUJpbmRpbmdBdHRhY2htZW50PzogQXR0YWNobWVudDtcbiAgbGVnYWxseUJpbmRpbmdSZWZlcmVuY2U/OiBSZWZlcmVuY2U7XG59XG5cbmV4cG9ydCBjb25zdCBjb250cmFjdFNjaGVtYTogei5ab2RUeXBlPENvbnRyYWN0PiA9IGRvbWFpblJlc291cmNlU2NoZW1hXG4gIC5leHRlbmQoe1xuICAgIHJlc291cmNlVHlwZTogei5saXRlcmFsKFwiQ29udHJhY3RcIiksXG4gICAgaWRlbnRpZmllcjogei5hcnJheShpZGVudGlmaWVyU2NoZW1hKS5vcHRpb25hbCgpLFxuICAgIHVybDogei5zdHJpbmcoKS5vcHRpb25hbCgpLFxuICAgIHZlcnNpb246IHouc3RyaW5nKCkub3B0aW9uYWwoKSxcbiAgICBzdGF0dXM6IGNvbnRyYWN0UmVzb3VyY2VTdGF0dXNDb2Rlc1NjaGVtYS5vcHRpb25hbCgpLFxuICAgIGxlZ2FsU3RhdGU6IGNvZGVhYmxlQ29uY2VwdFNjaGVtYS5vcHRpb25hbCgpLFxuICAgIGluc3RhbnRpYXRlc0Nhbm9uaWNhbDogcmVmZXJlbmNlU2NoZW1hLm9wdGlvbmFsKCksXG4gICAgaW5zdGFudGlhdGVzVXJpOiB6LnN0cmluZygpLm9wdGlvbmFsKCksXG4gICAgY29udGVudERlcml2YXRpdmU6IGNvZGVhYmxlQ29uY2VwdFNjaGVtYS5vcHRpb25hbCgpLFxuICAgIGlzc3VlZDogei5zdHJpbmcoKS5vcHRpb25hbCgpLFxuICAgIGFwcGxpZXM6IHBlcmlvZFNjaGVtYS5vcHRpb25hbCgpLFxuICAgIGV4cGlyYXRpb25UeXBlOiBjb2RlYWJsZUNvbmNlcHRTY2hlbWEub3B0aW9uYWwoKSxcbiAgICBzdWJqZWN0OiB6LmFycmF5KHJlZmVyZW5jZVNjaGVtYSkub3B0aW9uYWwoKSxcbiAgICBhdXRob3JpdHk6IHouYXJyYXkocmVmZXJlbmNlU2NoZW1hKS5vcHRpb25hbCgpLFxuICAgIGRvbWFpbjogei5hcnJheShyZWZlcmVuY2VTY2hlbWEpLm9wdGlvbmFsKCksXG4gICAgc2l0ZTogei5hcnJheShyZWZlcmVuY2VTY2hlbWEpLm9wdGlvbmFsKCksXG4gICAgbmFtZTogei5zdHJpbmcoKS5vcHRpb25hbCgpLFxuICAgIHRpdGxlOiB6LnN0cmluZygpLm9wdGlvbmFsKCksXG4gICAgc3VidGl0bGU6IHouc3RyaW5nKCkub3B0aW9uYWwoKSxcbiAgICBhbGlhczogei5hcnJheSh6LnN0cmluZygpKS5vcHRpb25hbCgpLFxuICAgIGF1dGhvcjogcmVmZXJlbmNlU2NoZW1hLm9wdGlvbmFsKCksXG4gICAgc2NvcGU6IGNvZGVhYmxlQ29uY2VwdFNjaGVtYS5vcHRpb25hbCgpLFxuICAgIHRvcGljQ29kZWFibGVDb25jZXB0OiBjb2RlYWJsZUNvbmNlcHRTY2hlbWEub3B0aW9uYWwoKSxcbiAgICB0b3BpY1JlZmVyZW5jZTogcmVmZXJlbmNlU2NoZW1hLm9wdGlvbmFsKCksXG4gICAgdHlwZTogY29kZWFibGVDb25jZXB0U2NoZW1hLm9wdGlvbmFsKCksXG4gICAgc3ViVHlwZTogei5hcnJheShjb2RlYWJsZUNvbmNlcHRTY2hlbWEpLm9wdGlvbmFsKCksXG4gICAgY29udGVudERlZmluaXRpb246IGNvbnRyYWN0Q29udGVudERlZmluaXRpb25TY2hlbWEub3B0aW9uYWwoKSxcbiAgICB0ZXJtOiB6LmFycmF5KGNvbnRyYWN0VGVybVNjaGVtYSkub3B0aW9uYWwoKSxcbiAgICBzdXBwb3J0aW5nSW5mbzogei5hcnJheShyZWZlcmVuY2VTY2hlbWEpLm9wdGlvbmFsKCksXG4gICAgcmVsZXZhbnRIaXN0b3J5OiB6LmFycmF5KHJlZmVyZW5jZVNjaGVtYSkub3B0aW9uYWwoKSxcbiAgICBzaWduZXI6IHouYXJyYXkoY29udHJhY3RTaWduZXJTY2hlbWEpLm9wdGlvbmFsKCksXG4gICAgZnJpZW5kbHk6IHouYXJyYXkoY29udHJhY3RGcmllbmRseVNjaGVtYSkub3B0aW9uYWwoKSxcbiAgICBsZWdhbDogei5hcnJheShjb250cmFjdExlZ2FsU2NoZW1hKS5vcHRpb25hbCgpLFxuICAgIHJ1bGU6IHouYXJyYXkoY29udHJhY3RSdWxlU2NoZW1hKS5vcHRpb25hbCgpLFxuICAgIGxlZ2FsbHlCaW5kaW5nQXR0YWNobWVudDogYXR0YWNobWVudFNjaGVtYS5vcHRpb25hbCgpLFxuICAgIGxlZ2FsbHlCaW5kaW5nUmVmZXJlbmNlOiByZWZlcmVuY2VTY2hlbWEub3B0aW9uYWwoKSxcbiAgfSlcbiAgLnBhc3N0aHJvdWdoKCkgYXMgdW5rbm93biBhcyB6LlpvZFR5cGU8Q29udHJhY3Q+O1xuIl19
|
|
@@ -1,17 +1,33 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const contractContentDefinitionSchema: z.ZodObject<{
|
|
3
|
+
type: z.ZodType<import("./codeableconcept").CodeableConcept, z.ZodTypeDef, import("./codeableconcept").CodeableConcept>;
|
|
4
|
+
subType: z.ZodOptional<z.ZodType<import("./codeableconcept").CodeableConcept, z.ZodTypeDef, import("./codeableconcept").CodeableConcept>>;
|
|
5
|
+
publisher: z.ZodOptional<z.ZodType<import("./reference").Reference, z.ZodTypeDef, import("./reference").Reference>>;
|
|
6
|
+
publicationDate: z.ZodOptional<z.ZodString>;
|
|
7
|
+
publicationStatus: z.ZodEnum<["amended", "appended", "cancelled", "disputed", "entered-in-error", "executable", "executed", "negotiable", "offered", "policy", "rejected", "renewed", "resolved", "revoked", "terminated"]>;
|
|
8
|
+
copyright: z.ZodOptional<z.ZodString>;
|
|
9
|
+
modifierExtension: z.ZodOptional<z.ZodArray<z.ZodType<import("./extension").Extension, z.ZodTypeDef, import("./extension").Extension>, "many">>;
|
|
10
|
+
id: z.ZodOptional<z.ZodString>;
|
|
11
|
+
extension: z.ZodOptional<z.ZodArray<z.ZodType<import("./extension").Extension, z.ZodTypeDef, import("./extension").Extension>, "many">>;
|
|
12
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13
|
+
type: z.ZodType<import("./codeableconcept").CodeableConcept, z.ZodTypeDef, import("./codeableconcept").CodeableConcept>;
|
|
14
|
+
subType: z.ZodOptional<z.ZodType<import("./codeableconcept").CodeableConcept, z.ZodTypeDef, import("./codeableconcept").CodeableConcept>>;
|
|
15
|
+
publisher: z.ZodOptional<z.ZodType<import("./reference").Reference, z.ZodTypeDef, import("./reference").Reference>>;
|
|
16
|
+
publicationDate: z.ZodOptional<z.ZodString>;
|
|
17
|
+
publicationStatus: z.ZodEnum<["amended", "appended", "cancelled", "disputed", "entered-in-error", "executable", "executed", "negotiable", "offered", "policy", "rejected", "renewed", "resolved", "revoked", "terminated"]>;
|
|
18
|
+
copyright: z.ZodOptional<z.ZodString>;
|
|
19
|
+
modifierExtension: z.ZodOptional<z.ZodArray<z.ZodType<import("./extension").Extension, z.ZodTypeDef, import("./extension").Extension>, "many">>;
|
|
20
|
+
id: z.ZodOptional<z.ZodString>;
|
|
21
|
+
extension: z.ZodOptional<z.ZodArray<z.ZodType<import("./extension").Extension, z.ZodTypeDef, import("./extension").Extension>, "many">>;
|
|
22
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
23
|
+
type: z.ZodType<import("./codeableconcept").CodeableConcept, z.ZodTypeDef, import("./codeableconcept").CodeableConcept>;
|
|
24
|
+
subType: z.ZodOptional<z.ZodType<import("./codeableconcept").CodeableConcept, z.ZodTypeDef, import("./codeableconcept").CodeableConcept>>;
|
|
25
|
+
publisher: z.ZodOptional<z.ZodType<import("./reference").Reference, z.ZodTypeDef, import("./reference").Reference>>;
|
|
26
|
+
publicationDate: z.ZodOptional<z.ZodString>;
|
|
27
|
+
publicationStatus: z.ZodEnum<["amended", "appended", "cancelled", "disputed", "entered-in-error", "executable", "executed", "negotiable", "offered", "policy", "rejected", "renewed", "resolved", "revoked", "terminated"]>;
|
|
28
|
+
copyright: z.ZodOptional<z.ZodString>;
|
|
29
|
+
modifierExtension: z.ZodOptional<z.ZodArray<z.ZodType<import("./extension").Extension, z.ZodTypeDef, import("./extension").Extension>, "many">>;
|
|
30
|
+
id: z.ZodOptional<z.ZodString>;
|
|
31
|
+
extension: z.ZodOptional<z.ZodArray<z.ZodType<import("./extension").Extension, z.ZodTypeDef, import("./extension").Extension>, "many">>;
|
|
32
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
33
|
+
export type Contract_ContentDefinition = z.infer<typeof contractContentDefinitionSchema>;
|
|
@@ -1,3 +1,24 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
// THIS FILE IS GENERATED by @openhi/types-generator.
|
|
3
|
+
// Do not edit. Edit sds/ or generator-config.yaml and regenerate.
|
|
2
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
5
|
+
exports.contractContentDefinitionSchema = void 0;
|
|
6
|
+
const zod_1 = require("zod");
|
|
7
|
+
const codeableconcept_1 = require("./codeableconcept");
|
|
8
|
+
const constants_1 = require("./constants");
|
|
9
|
+
const extension_1 = require("./extension");
|
|
10
|
+
const reference_1 = require("./reference");
|
|
11
|
+
exports.contractContentDefinitionSchema = zod_1.z
|
|
12
|
+
.object({
|
|
13
|
+
type: codeableconcept_1.codeableConceptSchema,
|
|
14
|
+
subType: codeableconcept_1.codeableConceptSchema.optional(),
|
|
15
|
+
publisher: reference_1.referenceSchema.optional(),
|
|
16
|
+
publicationDate: zod_1.z.string().optional(),
|
|
17
|
+
publicationStatus: constants_1.contractResourcePublicationStatusCodesSchema,
|
|
18
|
+
copyright: zod_1.z.string().optional(),
|
|
19
|
+
modifierExtension: zod_1.z.array(extension_1.extensionSchema).optional(),
|
|
20
|
+
id: zod_1.z.string().optional(),
|
|
21
|
+
extension: zod_1.z.array(extension_1.extensionSchema).optional(),
|
|
22
|
+
})
|
|
23
|
+
.passthrough();
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udHJhY3RfY29udGVudGRlZmluaXRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZGF0YS9jb250cmFjdF9jb250ZW50ZGVmaW5pdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEscURBQXFEO0FBQ3JELGtFQUFrRTs7O0FBRWxFLDZCQUF3QjtBQUN4Qix1REFBMEQ7QUFDMUQsMkNBQTJFO0FBQzNFLDJDQUE4QztBQUM5QywyQ0FBOEM7QUFFakMsUUFBQSwrQkFBK0IsR0FBRyxPQUFDO0tBQzdDLE1BQU0sQ0FBQztJQUNOLElBQUksRUFBRSx1Q0FBcUI7SUFDM0IsT0FBTyxFQUFFLHVDQUFxQixDQUFDLFFBQVEsRUFBRTtJQUN6QyxTQUFTLEVBQUUsMkJBQWUsQ0FBQyxRQUFRLEVBQUU7SUFDckMsZUFBZSxFQUFFLE9BQUMsQ0FBQyxNQUFNLEVBQUUsQ0FBQyxRQUFRLEVBQUU7SUFDdEMsaUJBQWlCLEVBQUUsd0RBQTRDO0lBQy9ELFNBQVMsRUFBRSxPQUFDLENBQUMsTUFBTSxFQUFFLENBQUMsUUFBUSxFQUFFO0lBQ2hDLGlCQUFpQixFQUFFLE9BQUMsQ0FBQyxLQUFLLENBQUMsMkJBQWUsQ0FBQyxDQUFDLFFBQVEsRUFBRTtJQUN0RCxFQUFFLEVBQUUsT0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtJQUN6QixTQUFTLEVBQUUsT0FBQyxDQUFDLEtBQUssQ0FBQywyQkFBZSxDQUFDLENBQUMsUUFBUSxFQUFFO0NBQy9DLENBQUM7S0FDRCxXQUFXLEVBQUUsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8vIFRISVMgRklMRSBJUyBHRU5FUkFURUQgYnkgQG9wZW5oaS90eXBlcy1nZW5lcmF0b3IuXG4vLyBEbyBub3QgZWRpdC4gRWRpdCBzZHMvIG9yIGdlbmVyYXRvci1jb25maWcueWFtbCBhbmQgcmVnZW5lcmF0ZS5cblxuaW1wb3J0IHsgeiB9IGZyb20gXCJ6b2RcIjtcbmltcG9ydCB7IGNvZGVhYmxlQ29uY2VwdFNjaGVtYSB9IGZyb20gXCIuL2NvZGVhYmxlY29uY2VwdFwiO1xuaW1wb3J0IHsgY29udHJhY3RSZXNvdXJjZVB1YmxpY2F0aW9uU3RhdHVzQ29kZXNTY2hlbWEgfSBmcm9tIFwiLi9jb25zdGFudHNcIjtcbmltcG9ydCB7IGV4dGVuc2lvblNjaGVtYSB9IGZyb20gXCIuL2V4dGVuc2lvblwiO1xuaW1wb3J0IHsgcmVmZXJlbmNlU2NoZW1hIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBjb25zdCBjb250cmFjdENvbnRlbnREZWZpbml0aW9uU2NoZW1hID0gelxuICAub2JqZWN0KHtcbiAgICB0eXBlOiBjb2RlYWJsZUNvbmNlcHRTY2hlbWEsXG4gICAgc3ViVHlwZTogY29kZWFibGVDb25jZXB0U2NoZW1hLm9wdGlvbmFsKCksXG4gICAgcHVibGlzaGVyOiByZWZlcmVuY2VTY2hlbWEub3B0aW9uYWwoKSxcbiAgICBwdWJsaWNhdGlvbkRhdGU6IHouc3RyaW5nKCkub3B0aW9uYWwoKSxcbiAgICBwdWJsaWNhdGlvblN0YXR1czogY29udHJhY3RSZXNvdXJjZVB1YmxpY2F0aW9uU3RhdHVzQ29kZXNTY2hlbWEsXG4gICAgY29weXJpZ2h0OiB6LnN0cmluZygpLm9wdGlvbmFsKCksXG4gICAgbW9kaWZpZXJFeHRlbnNpb246IHouYXJyYXkoZXh0ZW5zaW9uU2NoZW1hKS5vcHRpb25hbCgpLFxuICAgIGlkOiB6LnN0cmluZygpLm9wdGlvbmFsKCksXG4gICAgZXh0ZW5zaW9uOiB6LmFycmF5KGV4dGVuc2lvblNjaGVtYSkub3B0aW9uYWwoKSxcbiAgfSlcbiAgLnBhc3N0aHJvdWdoKCk7XG5cbmV4cG9ydCB0eXBlIENvbnRyYWN0X0NvbnRlbnREZWZpbml0aW9uID0gei5pbmZlcjxcbiAgdHlwZW9mIGNvbnRyYWN0Q29udGVudERlZmluaXRpb25TY2hlbWFcbj47XG4iXX0=
|
|
@@ -1,9 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const contractFriendlySchema: z.ZodObject<{
|
|
3
|
+
contentAttachment: z.ZodType<import("./attachment").Attachment, z.ZodTypeDef, import("./attachment").Attachment>;
|
|
4
|
+
contentReference: z.ZodType<import("./reference").Reference, z.ZodTypeDef, import("./reference").Reference>;
|
|
5
|
+
modifierExtension: z.ZodOptional<z.ZodArray<z.ZodType<import("./extension").Extension, z.ZodTypeDef, import("./extension").Extension>, "many">>;
|
|
6
|
+
id: z.ZodOptional<z.ZodString>;
|
|
7
|
+
extension: z.ZodOptional<z.ZodArray<z.ZodType<import("./extension").Extension, z.ZodTypeDef, import("./extension").Extension>, "many">>;
|
|
8
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
9
|
+
contentAttachment: z.ZodType<import("./attachment").Attachment, z.ZodTypeDef, import("./attachment").Attachment>;
|
|
10
|
+
contentReference: z.ZodType<import("./reference").Reference, z.ZodTypeDef, import("./reference").Reference>;
|
|
11
|
+
modifierExtension: z.ZodOptional<z.ZodArray<z.ZodType<import("./extension").Extension, z.ZodTypeDef, import("./extension").Extension>, "many">>;
|
|
12
|
+
id: z.ZodOptional<z.ZodString>;
|
|
13
|
+
extension: z.ZodOptional<z.ZodArray<z.ZodType<import("./extension").Extension, z.ZodTypeDef, import("./extension").Extension>, "many">>;
|
|
14
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
15
|
+
contentAttachment: z.ZodType<import("./attachment").Attachment, z.ZodTypeDef, import("./attachment").Attachment>;
|
|
16
|
+
contentReference: z.ZodType<import("./reference").Reference, z.ZodTypeDef, import("./reference").Reference>;
|
|
17
|
+
modifierExtension: z.ZodOptional<z.ZodArray<z.ZodType<import("./extension").Extension, z.ZodTypeDef, import("./extension").Extension>, "many">>;
|
|
18
|
+
id: z.ZodOptional<z.ZodString>;
|
|
19
|
+
extension: z.ZodOptional<z.ZodArray<z.ZodType<import("./extension").Extension, z.ZodTypeDef, import("./extension").Extension>, "many">>;
|
|
20
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
21
|
+
export type Contract_Friendly = z.infer<typeof contractFriendlySchema>;
|
|
@@ -1,3 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
// THIS FILE IS GENERATED by @openhi/types-generator.
|
|
3
|
+
// Do not edit. Edit sds/ or generator-config.yaml and regenerate.
|
|
2
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
5
|
+
exports.contractFriendlySchema = void 0;
|
|
6
|
+
const zod_1 = require("zod");
|
|
7
|
+
const attachment_1 = require("./attachment");
|
|
8
|
+
const extension_1 = require("./extension");
|
|
9
|
+
const reference_1 = require("./reference");
|
|
10
|
+
exports.contractFriendlySchema = zod_1.z
|
|
11
|
+
.object({
|
|
12
|
+
contentAttachment: attachment_1.attachmentSchema,
|
|
13
|
+
contentReference: reference_1.referenceSchema,
|
|
14
|
+
modifierExtension: zod_1.z.array(extension_1.extensionSchema).optional(),
|
|
15
|
+
id: zod_1.z.string().optional(),
|
|
16
|
+
extension: zod_1.z.array(extension_1.extensionSchema).optional(),
|
|
17
|
+
})
|
|
18
|
+
.passthrough();
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udHJhY3RfZnJpZW5kbHkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZGF0YS9jb250cmFjdF9mcmllbmRseS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEscURBQXFEO0FBQ3JELGtFQUFrRTs7O0FBRWxFLDZCQUF3QjtBQUN4Qiw2Q0FBZ0Q7QUFDaEQsMkNBQThDO0FBQzlDLDJDQUE4QztBQUVqQyxRQUFBLHNCQUFzQixHQUFHLE9BQUM7S0FDcEMsTUFBTSxDQUFDO0lBQ04saUJBQWlCLEVBQUUsNkJBQWdCO0lBQ25DLGdCQUFnQixFQUFFLDJCQUFlO0lBQ2pDLGlCQUFpQixFQUFFLE9BQUMsQ0FBQyxLQUFLLENBQUMsMkJBQWUsQ0FBQyxDQUFDLFFBQVEsRUFBRTtJQUN0RCxFQUFFLEVBQUUsT0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtJQUN6QixTQUFTLEVBQUUsT0FBQyxDQUFDLEtBQUssQ0FBQywyQkFBZSxDQUFDLENBQUMsUUFBUSxFQUFFO0NBQy9DLENBQUM7S0FDRCxXQUFXLEVBQUUsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8vIFRISVMgRklMRSBJUyBHRU5FUkFURUQgYnkgQG9wZW5oaS90eXBlcy1nZW5lcmF0b3IuXG4vLyBEbyBub3QgZWRpdC4gRWRpdCBzZHMvIG9yIGdlbmVyYXRvci1jb25maWcueWFtbCBhbmQgcmVnZW5lcmF0ZS5cblxuaW1wb3J0IHsgeiB9IGZyb20gXCJ6b2RcIjtcbmltcG9ydCB7IGF0dGFjaG1lbnRTY2hlbWEgfSBmcm9tIFwiLi9hdHRhY2htZW50XCI7XG5pbXBvcnQgeyBleHRlbnNpb25TY2hlbWEgfSBmcm9tIFwiLi9leHRlbnNpb25cIjtcbmltcG9ydCB7IHJlZmVyZW5jZVNjaGVtYSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgY29uc3QgY29udHJhY3RGcmllbmRseVNjaGVtYSA9IHpcbiAgLm9iamVjdCh7XG4gICAgY29udGVudEF0dGFjaG1lbnQ6IGF0dGFjaG1lbnRTY2hlbWEsXG4gICAgY29udGVudFJlZmVyZW5jZTogcmVmZXJlbmNlU2NoZW1hLFxuICAgIG1vZGlmaWVyRXh0ZW5zaW9uOiB6LmFycmF5KGV4dGVuc2lvblNjaGVtYSkub3B0aW9uYWwoKSxcbiAgICBpZDogei5zdHJpbmcoKS5vcHRpb25hbCgpLFxuICAgIGV4dGVuc2lvbjogei5hcnJheShleHRlbnNpb25TY2hlbWEpLm9wdGlvbmFsKCksXG4gIH0pXG4gIC5wYXNzdGhyb3VnaCgpO1xuXG5leHBvcnQgdHlwZSBDb250cmFjdF9GcmllbmRseSA9IHouaW5mZXI8dHlwZW9mIGNvbnRyYWN0RnJpZW5kbHlTY2hlbWE+O1xuIl19
|
|
@@ -1,9 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const contractLegalSchema: z.ZodObject<{
|
|
3
|
+
contentAttachment: z.ZodType<import("./attachment").Attachment, z.ZodTypeDef, import("./attachment").Attachment>;
|
|
4
|
+
contentReference: z.ZodType<import("./reference").Reference, z.ZodTypeDef, import("./reference").Reference>;
|
|
5
|
+
modifierExtension: z.ZodOptional<z.ZodArray<z.ZodType<import("./extension").Extension, z.ZodTypeDef, import("./extension").Extension>, "many">>;
|
|
6
|
+
id: z.ZodOptional<z.ZodString>;
|
|
7
|
+
extension: z.ZodOptional<z.ZodArray<z.ZodType<import("./extension").Extension, z.ZodTypeDef, import("./extension").Extension>, "many">>;
|
|
8
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
9
|
+
contentAttachment: z.ZodType<import("./attachment").Attachment, z.ZodTypeDef, import("./attachment").Attachment>;
|
|
10
|
+
contentReference: z.ZodType<import("./reference").Reference, z.ZodTypeDef, import("./reference").Reference>;
|
|
11
|
+
modifierExtension: z.ZodOptional<z.ZodArray<z.ZodType<import("./extension").Extension, z.ZodTypeDef, import("./extension").Extension>, "many">>;
|
|
12
|
+
id: z.ZodOptional<z.ZodString>;
|
|
13
|
+
extension: z.ZodOptional<z.ZodArray<z.ZodType<import("./extension").Extension, z.ZodTypeDef, import("./extension").Extension>, "many">>;
|
|
14
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
15
|
+
contentAttachment: z.ZodType<import("./attachment").Attachment, z.ZodTypeDef, import("./attachment").Attachment>;
|
|
16
|
+
contentReference: z.ZodType<import("./reference").Reference, z.ZodTypeDef, import("./reference").Reference>;
|
|
17
|
+
modifierExtension: z.ZodOptional<z.ZodArray<z.ZodType<import("./extension").Extension, z.ZodTypeDef, import("./extension").Extension>, "many">>;
|
|
18
|
+
id: z.ZodOptional<z.ZodString>;
|
|
19
|
+
extension: z.ZodOptional<z.ZodArray<z.ZodType<import("./extension").Extension, z.ZodTypeDef, import("./extension").Extension>, "many">>;
|
|
20
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
21
|
+
export type Contract_Legal = z.infer<typeof contractLegalSchema>;
|
|
@@ -1,3 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
// THIS FILE IS GENERATED by @openhi/types-generator.
|
|
3
|
+
// Do not edit. Edit sds/ or generator-config.yaml and regenerate.
|
|
2
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
5
|
+
exports.contractLegalSchema = void 0;
|
|
6
|
+
const zod_1 = require("zod");
|
|
7
|
+
const attachment_1 = require("./attachment");
|
|
8
|
+
const extension_1 = require("./extension");
|
|
9
|
+
const reference_1 = require("./reference");
|
|
10
|
+
exports.contractLegalSchema = zod_1.z
|
|
11
|
+
.object({
|
|
12
|
+
contentAttachment: attachment_1.attachmentSchema,
|
|
13
|
+
contentReference: reference_1.referenceSchema,
|
|
14
|
+
modifierExtension: zod_1.z.array(extension_1.extensionSchema).optional(),
|
|
15
|
+
id: zod_1.z.string().optional(),
|
|
16
|
+
extension: zod_1.z.array(extension_1.extensionSchema).optional(),
|
|
17
|
+
})
|
|
18
|
+
.passthrough();
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udHJhY3RfbGVnYWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZGF0YS9jb250cmFjdF9sZWdhbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEscURBQXFEO0FBQ3JELGtFQUFrRTs7O0FBRWxFLDZCQUF3QjtBQUN4Qiw2Q0FBZ0Q7QUFDaEQsMkNBQThDO0FBQzlDLDJDQUE4QztBQUVqQyxRQUFBLG1CQUFtQixHQUFHLE9BQUM7S0FDakMsTUFBTSxDQUFDO0lBQ04saUJBQWlCLEVBQUUsNkJBQWdCO0lBQ25DLGdCQUFnQixFQUFFLDJCQUFlO0lBQ2pDLGlCQUFpQixFQUFFLE9BQUMsQ0FBQyxLQUFLLENBQUMsMkJBQWUsQ0FBQyxDQUFDLFFBQVEsRUFBRTtJQUN0RCxFQUFFLEVBQUUsT0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtJQUN6QixTQUFTLEVBQUUsT0FBQyxDQUFDLEtBQUssQ0FBQywyQkFBZSxDQUFDLENBQUMsUUFBUSxFQUFFO0NBQy9DLENBQUM7S0FDRCxXQUFXLEVBQUUsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8vIFRISVMgRklMRSBJUyBHRU5FUkFURUQgYnkgQG9wZW5oaS90eXBlcy1nZW5lcmF0b3IuXG4vLyBEbyBub3QgZWRpdC4gRWRpdCBzZHMvIG9yIGdlbmVyYXRvci1jb25maWcueWFtbCBhbmQgcmVnZW5lcmF0ZS5cblxuaW1wb3J0IHsgeiB9IGZyb20gXCJ6b2RcIjtcbmltcG9ydCB7IGF0dGFjaG1lbnRTY2hlbWEgfSBmcm9tIFwiLi9hdHRhY2htZW50XCI7XG5pbXBvcnQgeyBleHRlbnNpb25TY2hlbWEgfSBmcm9tIFwiLi9leHRlbnNpb25cIjtcbmltcG9ydCB7IHJlZmVyZW5jZVNjaGVtYSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgY29uc3QgY29udHJhY3RMZWdhbFNjaGVtYSA9IHpcbiAgLm9iamVjdCh7XG4gICAgY29udGVudEF0dGFjaG1lbnQ6IGF0dGFjaG1lbnRTY2hlbWEsXG4gICAgY29udGVudFJlZmVyZW5jZTogcmVmZXJlbmNlU2NoZW1hLFxuICAgIG1vZGlmaWVyRXh0ZW5zaW9uOiB6LmFycmF5KGV4dGVuc2lvblNjaGVtYSkub3B0aW9uYWwoKSxcbiAgICBpZDogei5zdHJpbmcoKS5vcHRpb25hbCgpLFxuICAgIGV4dGVuc2lvbjogei5hcnJheShleHRlbnNpb25TY2hlbWEpLm9wdGlvbmFsKCksXG4gIH0pXG4gIC5wYXNzdGhyb3VnaCgpO1xuXG5leHBvcnQgdHlwZSBDb250cmFjdF9MZWdhbCA9IHouaW5mZXI8dHlwZW9mIGNvbnRyYWN0TGVnYWxTY2hlbWE+O1xuIl19
|