@openhi/types 0.0.9 → 0.0.10
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/fhir-r4-types.md +558 -0
- package/lib/account.d.ts +38 -17
- package/lib/account.js +17 -1
- package/lib/account_coverage.d.ts +2 -4
- package/lib/account_coverage.js +1 -1
- package/lib/account_guarantor.js +1 -1
- package/lib/activitydefinition.d.ts +83 -45
- package/lib/activitydefinition.js +1 -1
- package/lib/activitydefinition_dynamicvalue.d.ts +5 -8
- package/lib/activitydefinition_dynamicvalue.js +1 -1
- package/lib/activitydefinition_participant.d.ts +15 -3
- package/lib/activitydefinition_participant.js +15 -1
- package/lib/address.d.ts +35 -11
- package/lib/address.js +26 -1
- package/lib/adverseevent.d.ts +59 -22
- package/lib/adverseevent.js +16 -1
- package/lib/adverseevent_suspectentity.d.ts +4 -14
- package/lib/adverseevent_suspectentity.js +1 -1
- package/lib/adverseevent_suspectentity_causality.d.ts +14 -0
- package/lib/adverseevent_suspectentity_causality.js +3 -0
- package/lib/age.d.ts +3 -2
- package/lib/age.js +1 -1
- package/lib/allergyintolerance.d.ts +63 -9
- package/lib/allergyintolerance.js +51 -1
- package/lib/allergyintolerance_reaction.d.ts +11 -1
- package/lib/allergyintolerance_reaction.js +13 -1
- package/lib/annotation.d.ts +5 -5
- package/lib/annotation.js +1 -1
- package/lib/appointment.d.ts +38 -10
- package/lib/appointment.js +27 -1
- package/lib/appointment_participant.d.ts +31 -6
- package/lib/appointment_participant.js +24 -1
- package/lib/appointmentresponse.d.ts +22 -8
- package/lib/appointmentresponse.js +17 -1
- package/lib/attachment.d.ts +1 -1
- package/lib/attachment.js +1 -1
- package/lib/auditevent.d.ts +43 -13
- package/lib/auditevent.js +28 -1
- package/lib/auditevent_agent.d.ts +16 -12
- package/lib/auditevent_agent.js +1 -1
- package/lib/auditevent_detail.d.ts +6 -4
- package/lib/auditevent_detail.js +1 -1
- package/lib/auditevent_entity.d.ts +15 -12
- package/lib/auditevent_entity.js +1 -1
- package/lib/auditevent_network.d.ts +18 -3
- package/lib/auditevent_network.js +17 -1
- package/lib/auditevent_source.d.ts +6 -5
- package/lib/auditevent_source.js +1 -1
- package/lib/backboneelement.d.ts +2 -1
- package/lib/backboneelement.js +1 -1
- package/lib/basic.d.ts +6 -5
- package/lib/basic.js +1 -1
- package/lib/binary.d.ts +5 -4
- package/lib/binary.js +1 -1
- package/lib/biologicallyderivedproduct.d.ts +54 -0
- package/lib/biologicallyderivedproduct.js +26 -0
- package/lib/bodystructure.d.ts +26 -0
- package/lib/bodystructure.js +3 -0
- package/lib/bundle.d.ts +32 -7
- package/lib/bundle.js +25 -1
- package/lib/bundle_entry.d.ts +6 -7
- package/lib/bundle_entry.js +1 -1
- package/lib/bundle_link.d.ts +4 -3
- package/lib/bundle_link.js +1 -1
- package/lib/bundle_request.d.ts +25 -8
- package/lib/bundle_request.js +19 -1
- package/lib/bundle_response.d.ts +7 -6
- package/lib/bundle_response.js +1 -1
- package/lib/bundle_search.d.ts +14 -3
- package/lib/bundle_search.js +13 -1
- package/lib/capabilitystatement.d.ts +35 -15
- package/lib/capabilitystatement.js +24 -1
- package/lib/capabilitystatement_certificate.d.ts +3 -2
- package/lib/capabilitystatement_certificate.js +1 -1
- package/lib/capabilitystatement_document.d.ts +13 -5
- package/lib/capabilitystatement_document.js +11 -1
- package/lib/capabilitystatement_endpoint.d.ts +4 -3
- package/lib/capabilitystatement_endpoint.js +1 -1
- package/lib/capabilitystatement_event.d.ts +28 -9
- package/lib/capabilitystatement_event.js +20 -1
- package/lib/capabilitystatement_implementation.d.ts +7 -3
- package/lib/capabilitystatement_implementation.js +1 -1
- package/lib/capabilitystatement_interaction.d.ts +26 -3
- package/lib/capabilitystatement_interaction.js +25 -1
- package/lib/capabilitystatement_interaction1.d.ts +16 -3
- package/lib/capabilitystatement_interaction1.js +15 -1
- package/lib/capabilitystatement_messaging.d.ts +6 -2
- package/lib/capabilitystatement_messaging.js +1 -1
- package/lib/capabilitystatement_operation.d.ts +7 -5
- package/lib/capabilitystatement_operation.js +1 -1
- package/lib/capabilitystatement_resource.d.ts +63 -12
- package/lib/capabilitystatement_resource.js +46 -1
- package/lib/capabilitystatement_rest.d.ts +18 -9
- package/lib/capabilitystatement_rest.js +11 -1
- package/lib/capabilitystatement_searchparam.d.ts +29 -6
- package/lib/capabilitystatement_searchparam.js +25 -1
- package/lib/capabilitystatement_security.d.ts +5 -4
- package/lib/capabilitystatement_security.js +1 -1
- package/lib/capabilitystatement_software.d.ts +5 -4
- package/lib/capabilitystatement_software.js +1 -1
- package/lib/capabilitystatement_supportedmessage.d.ts +12 -5
- package/lib/capabilitystatement_supportedmessage.js +11 -1
- package/lib/careplan.d.ts +66 -24
- package/lib/careplan.js +36 -1
- package/lib/careplan_activity.d.ts +9 -5
- package/lib/careplan_activity.js +1 -1
- package/lib/careplan_detail.d.ts +49 -21
- package/lib/careplan_detail.js +25 -1
- package/lib/careteam.d.ts +31 -14
- package/lib/careteam.js +17 -1
- package/lib/careteam_participant.d.ts +5 -5
- package/lib/careteam_participant.js +1 -1
- package/lib/catalogentry.d.ts +37 -0
- package/lib/catalogentry.js +3 -0
- package/lib/catalogentry_relatedentry.d.ts +16 -0
- package/lib/catalogentry_relatedentry.js +13 -0
- package/lib/chargeitem.d.ts +56 -30
- package/lib/chargeitem.js +21 -1
- package/lib/chargeitem_performer.d.ts +9 -0
- package/lib/chargeitem_performer.js +3 -0
- package/lib/chargeitemdefinition.d.ts +60 -0
- package/lib/chargeitemdefinition.js +3 -0
- package/lib/chargeitemdefinition_applicability.d.ts +9 -0
- package/lib/chargeitemdefinition_applicability.js +3 -0
- package/lib/chargeitemdefinition_propertygroup.d.ts +9 -0
- package/lib/chargeitemdefinition_propertygroup.js +3 -0
- package/lib/chargeitemdefinition_propertygroup_pricecomponent.d.ts +30 -0
- package/lib/chargeitemdefinition_propertygroup_pricecomponent.js +21 -0
- package/lib/claim.d.ts +29 -21
- package/lib/claim.js +13 -1
- package/lib/claim_accident.d.ts +5 -5
- package/lib/claim_accident.js +1 -1
- package/lib/claim_careteam.d.ts +6 -6
- package/lib/claim_careteam.js +1 -1
- package/lib/claim_detail.d.ts +14 -14
- package/lib/claim_detail.js +1 -1
- package/lib/claim_diagnosis.d.ts +8 -6
- package/lib/claim_diagnosis.js +1 -1
- package/lib/claim_insurance.d.ts +11 -8
- package/lib/claim_insurance.js +1 -1
- package/lib/claim_item.d.ts +29 -29
- package/lib/claim_item.js +1 -1
- package/lib/claim_payee.d.ts +2 -5
- package/lib/claim_payee.js +1 -1
- package/lib/claim_procedure.d.ts +9 -5
- package/lib/claim_procedure.js +1 -1
- package/lib/claim_related.d.ts +3 -3
- package/lib/claim_related.js +1 -1
- package/lib/claim_subdetail.d.ts +13 -13
- package/lib/claim_subdetail.js +1 -1
- package/lib/claim_supportinginfo.d.ts +30 -0
- package/lib/claim_supportinginfo.js +3 -0
- package/lib/claimresponse.d.ts +72 -35
- package/lib/claimresponse.js +26 -1
- package/lib/claimresponse_additem.d.ts +43 -15
- package/lib/claimresponse_additem.js +1 -1
- package/lib/claimresponse_adjudication.d.ts +4 -4
- package/lib/claimresponse_adjudication.js +1 -1
- package/lib/claimresponse_detail.d.ts +6 -6
- package/lib/claimresponse_detail.js +1 -1
- package/lib/claimresponse_detail1.d.ts +17 -12
- package/lib/claimresponse_detail1.js +1 -1
- package/lib/claimresponse_error.d.ts +7 -7
- package/lib/claimresponse_error.js +1 -1
- package/lib/claimresponse_insurance.d.ts +8 -9
- package/lib/claimresponse_insurance.js +1 -1
- package/lib/claimresponse_item.d.ts +7 -6
- package/lib/claimresponse_item.js +1 -1
- package/lib/claimresponse_payment.d.ts +8 -8
- package/lib/claimresponse_payment.js +1 -1
- package/lib/claimresponse_processnote.d.ts +5 -5
- package/lib/claimresponse_processnote.js +1 -1
- package/lib/claimresponse_subdetail.d.ts +4 -4
- package/lib/claimresponse_subdetail.js +1 -1
- package/lib/claimresponse_total.d.ts +9 -0
- package/lib/claimresponse_total.js +3 -0
- package/lib/clinicalimpression.d.ts +33 -19
- package/lib/clinicalimpression.js +15 -1
- package/lib/clinicalimpression_finding.d.ts +3 -3
- package/lib/clinicalimpression_finding.js +1 -1
- package/lib/clinicalimpression_investigation.d.ts +2 -2
- package/lib/clinicalimpression_investigation.js +1 -1
- package/lib/codeableconcept.js +1 -1
- package/lib/codesystem.d.ts +36 -7
- package/lib/codesystem.js +28 -1
- package/lib/codesystem_concept.d.ts +6 -6
- package/lib/codesystem_concept.js +1 -1
- package/lib/codesystem_designation.d.ts +4 -4
- package/lib/codesystem_designation.js +1 -1
- package/lib/codesystem_filter.d.ts +7 -7
- package/lib/codesystem_filter.js +1 -1
- package/lib/codesystem_property.d.ts +24 -6
- package/lib/codesystem_property.js +21 -1
- package/lib/codesystem_property1.d.ts +10 -8
- package/lib/codesystem_property1.js +1 -1
- package/lib/coding.d.ts +5 -5
- package/lib/coding.js +1 -1
- package/lib/communication.d.ts +50 -14
- package/lib/communication.js +32 -1
- package/lib/communication_payload.d.ts +3 -3
- package/lib/communication_payload.js +1 -1
- package/lib/communicationrequest.d.ts +45 -13
- package/lib/communicationrequest.js +31 -1
- package/lib/communicationrequest_payload.d.ts +3 -3
- package/lib/communicationrequest_payload.js +1 -1
- package/lib/communicationrequest_requester.js +1 -1
- package/lib/compartmentdefinition.d.ts +27 -15
- package/lib/compartmentdefinition.js +17 -1
- package/lib/compartmentdefinition_resource.d.ts +3 -3
- package/lib/compartmentdefinition_resource.js +1 -1
- package/lib/composition.d.ts +28 -16
- package/lib/composition.js +15 -1
- package/lib/composition_attester.d.ts +16 -4
- package/lib/composition_attester.js +15 -1
- package/lib/composition_event.d.ts +3 -3
- package/lib/composition_event.js +1 -1
- package/lib/composition_relatesto.d.ts +16 -4
- package/lib/composition_relatesto.js +15 -1
- package/lib/composition_section.d.ts +14 -9
- package/lib/composition_section.js +1 -1
- package/lib/conceptmap.d.ts +23 -23
- package/lib/conceptmap.js +1 -1
- package/lib/conceptmap_dependson.d.ts +6 -6
- package/lib/conceptmap_dependson.js +1 -1
- package/lib/conceptmap_element.d.ts +3 -3
- package/lib/conceptmap_element.js +1 -1
- package/lib/conceptmap_group.d.ts +6 -6
- package/lib/conceptmap_group.js +1 -1
- package/lib/conceptmap_target.d.ts +26 -2
- package/lib/conceptmap_target.js +27 -1
- package/lib/conceptmap_unmapped.d.ts +12 -2
- package/lib/conceptmap_unmapped.js +13 -1
- package/lib/condition.d.ts +43 -9
- package/lib/condition.js +36 -1
- package/lib/condition_evidence.js +1 -1
- package/lib/condition_stage.d.ts +4 -2
- package/lib/condition_stage.js +1 -1
- package/lib/consent.d.ts +40 -39
- package/lib/consent.js +19 -1
- package/lib/consent_actor.d.ts +2 -2
- package/lib/consent_actor.js +1 -1
- package/lib/consent_actor1.d.ts +2 -2
- package/lib/consent_actor1.js +1 -1
- package/lib/consent_data.d.ts +4 -3
- package/lib/consent_data.js +1 -1
- package/lib/consent_data1.d.ts +3 -2
- package/lib/consent_data1.js +1 -1
- package/lib/consent_except.d.ts +22 -12
- package/lib/consent_except.js +11 -1
- package/lib/consent_policy.d.ts +2 -2
- package/lib/consent_policy.js +1 -1
- package/lib/consent_provision.d.ts +38 -0
- package/lib/consent_provision.js +13 -0
- package/lib/consent_verification.d.ts +10 -0
- package/lib/consent_verification.js +3 -0
- package/lib/constants.d.ts +102 -0
- package/lib/constants.js +94 -0
- package/lib/contactdetail.d.ts +2 -2
- package/lib/contactdetail.js +1 -1
- package/lib/contactpoint.d.ts +35 -3
- package/lib/contactpoint.js +34 -1
- package/lib/contract.d.ts +67 -32
- package/lib/contract.js +1 -1
- package/lib/contract_agent.d.ts +2 -2
- package/lib/contract_agent.js +1 -1
- package/lib/contract_agent1.d.ts +2 -2
- package/lib/contract_agent1.js +1 -1
- package/lib/contract_contentdefinition.d.ts +17 -0
- package/lib/contract_contentdefinition.js +3 -0
- package/lib/contract_friendly.d.ts +2 -2
- package/lib/contract_friendly.js +1 -1
- package/lib/contract_legal.d.ts +2 -2
- package/lib/contract_legal.js +1 -1
- package/lib/contract_rule.d.ts +2 -2
- package/lib/contract_rule.js +1 -1
- package/lib/contract_signer.d.ts +3 -3
- package/lib/contract_signer.js +1 -1
- package/lib/contract_term.d.ts +9 -7
- package/lib/contract_term.js +1 -1
- package/lib/contract_valueditem.d.ts +14 -2
- package/lib/contract_valueditem.js +1 -1
- package/lib/contract_valueditem1.d.ts +18 -9
- package/lib/contract_valueditem1.js +1 -1
- package/lib/contributor.d.ts +17 -5
- package/lib/contributor.js +15 -1
- package/lib/count.d.ts +3 -2
- package/lib/count.js +1 -1
- package/lib/coverage.d.ts +48 -22
- package/lib/coverage.js +15 -1
- package/lib/coverage_class.d.ts +10 -0
- package/lib/coverage_class.js +3 -0
- package/lib/coverage_costtobeneficiary.d.ts +15 -0
- package/lib/coverage_costtobeneficiary.js +3 -0
- package/lib/coverage_costtobeneficiary_exception.d.ts +9 -0
- package/lib/coverage_costtobeneficiary_exception.js +3 -0
- package/lib/coverage_grouping.d.ts +6 -2
- package/lib/coverage_grouping.js +1 -1
- package/lib/coverageeligibilityrequest.d.ts +58 -0
- package/lib/coverageeligibilityrequest.js +3 -0
- package/lib/coverageeligibilityresponse.d.ts +56 -0
- package/lib/coverageeligibilityresponse.js +3 -0
- package/lib/coverageeligibilityresponse_benefitbalance.d.ts +34 -0
- package/lib/coverageeligibilityresponse_benefitbalance.js +3 -0
- package/lib/coverageeligibilityresponse_error.d.ts +7 -0
- package/lib/coverageeligibilityresponse_error.js +3 -0
- package/lib/coverageeligibilityresponse_financial.d.ts +20 -0
- package/lib/coverageeligibilityresponse_financial.js +3 -0
- package/lib/coverageeligibilityresponse_insurance.d.ts +17 -0
- package/lib/coverageeligibilityresponse_insurance.js +3 -0
- package/lib/datarequirement.d.ts +17 -6
- package/lib/datarequirement.js +1 -1
- package/lib/datarequirement_codefilter.d.ts +7 -13
- package/lib/datarequirement_codefilter.js +1 -1
- package/lib/datarequirement_datefilter.d.ts +6 -4
- package/lib/datarequirement_datefilter.js +1 -1
- package/lib/datarequirement_sort.d.ts +15 -0
- package/lib/datarequirement_sort.js +13 -0
- package/lib/detectedissue.d.ts +47 -11
- package/lib/detectedissue.js +32 -1
- package/lib/detectedissue_evidence.d.ts +10 -0
- package/lib/detectedissue_evidence.js +3 -0
- package/lib/detectedissue_mitigation.d.ts +2 -1
- package/lib/detectedissue_mitigation.js +1 -1
- package/lib/device.d.ts +33 -16
- package/lib/device.js +1 -1
- package/lib/device_udi.d.ts +29 -19
- package/lib/device_udi.js +17 -1
- package/lib/devicedefinition.d.ts +61 -0
- package/lib/devicedefinition.js +3 -0
- package/lib/devicemetric.d.ts +61 -13
- package/lib/devicemetric.js +45 -1
- package/lib/devicemetric_calibration.d.ts +32 -5
- package/lib/devicemetric_calibration.js +26 -1
- package/lib/devicerequest.d.ts +37 -28
- package/lib/devicerequest.js +1 -1
- package/lib/devicerequest_requester.js +1 -1
- package/lib/deviceusestatement.d.ts +40 -16
- package/lib/deviceusestatement.js +19 -1
- package/lib/diagnosticreport.d.ts +55 -26
- package/lib/diagnosticreport.js +27 -1
- package/lib/diagnosticreport_media.d.ts +12 -0
- package/lib/diagnosticreport_media.js +3 -0
- package/lib/diagnosticreport_performer.d.ts +2 -2
- package/lib/diagnosticreport_performer.js +1 -1
- package/lib/distance.d.ts +2 -2
- package/lib/distance.js +1 -1
- package/lib/documentmanifest.d.ts +14 -13
- package/lib/documentmanifest.js +1 -1
- package/lib/documentmanifest_content.d.ts +3 -2
- package/lib/documentmanifest_content.js +1 -1
- package/lib/documentmanifest_related.d.ts +2 -2
- package/lib/documentmanifest_related.js +1 -1
- package/lib/documentreference.d.ts +13 -14
- package/lib/documentreference.js +1 -1
- package/lib/documentreference_content.d.ts +2 -2
- package/lib/documentreference_content.js +1 -1
- package/lib/documentreference_context.d.ts +2 -2
- package/lib/documentreference_context.js +1 -1
- package/lib/documentreference_related.d.ts +2 -2
- package/lib/documentreference_related.js +1 -1
- package/lib/documentreference_relatesto.d.ts +14 -2
- package/lib/documentreference_relatesto.js +15 -1
- package/lib/domainresource.js +1 -1
- package/lib/dosage.d.ts +5 -13
- package/lib/dosage.js +1 -1
- package/lib/dosage_doseandrate.d.ts +20 -0
- package/lib/dosage_doseandrate.js +3 -0
- package/lib/duration.d.ts +3 -2
- package/lib/duration.js +1 -1
- package/lib/effectevidencesynthesis.d.ts +80 -0
- package/lib/effectevidencesynthesis.js +3 -0
- package/lib/element.js +1 -1
- package/lib/elementdefinition.d.ts +14 -1
- package/lib/elementdefinition.js +12 -1
- package/lib/elementdefinition_base.d.ts +6 -6
- package/lib/elementdefinition_base.js +1 -1
- package/lib/elementdefinition_binding.d.ts +15 -6
- package/lib/elementdefinition_binding.js +15 -1
- package/lib/elementdefinition_constraint.d.ts +12 -4
- package/lib/elementdefinition_constraint.js +11 -1
- package/lib/elementdefinition_discriminator.d.ts +17 -3
- package/lib/elementdefinition_discriminator.js +17 -1
- package/lib/elementdefinition_example.d.ts +2 -2
- package/lib/elementdefinition_example.js +1 -1
- package/lib/elementdefinition_mapping.d.ts +2 -2
- package/lib/elementdefinition_mapping.js +1 -1
- package/lib/elementdefinition_slicing.d.ts +11 -1
- package/lib/elementdefinition_slicing.js +13 -1
- package/lib/elementdefinition_type.d.ts +29 -9
- package/lib/elementdefinition_type.js +22 -1
- package/lib/encounter.d.ts +17 -14
- package/lib/encounter.js +1 -1
- package/lib/encounter_classhistory.d.ts +1 -1
- package/lib/encounter_classhistory.js +1 -1
- package/lib/encounter_diagnosis.d.ts +2 -2
- package/lib/encounter_diagnosis.js +1 -1
- package/lib/encounter_hospitalization.d.ts +4 -4
- package/lib/encounter_hospitalization.js +1 -1
- package/lib/encounter_location.d.ts +15 -3
- package/lib/encounter_location.js +15 -1
- package/lib/encounter_participant.d.ts +1 -1
- package/lib/encounter_participant.js +1 -1
- package/lib/encounter_statushistory.d.ts +24 -2
- package/lib/encounter_statushistory.js +25 -1
- package/lib/endpoint.d.ts +29 -13
- package/lib/endpoint.js +19 -1
- package/lib/enrollmentrequest.d.ts +10 -10
- package/lib/enrollmentrequest.js +1 -1
- package/lib/enrollmentresponse.d.ts +10 -11
- package/lib/enrollmentresponse.js +1 -1
- package/lib/episodeofcare.d.ts +13 -12
- package/lib/episodeofcare.js +1 -1
- package/lib/episodeofcare_diagnosis.d.ts +2 -2
- package/lib/episodeofcare_diagnosis.js +1 -1
- package/lib/episodeofcare_statushistory.d.ts +21 -3
- package/lib/episodeofcare_statushistory.js +21 -1
- package/lib/eventdefinition.d.ts +72 -0
- package/lib/eventdefinition.js +3 -0
- package/lib/evidence.d.ts +70 -0
- package/lib/evidence.js +3 -0
- package/lib/evidencevariable.d.ts +78 -0
- package/lib/evidencevariable.js +15 -0
- package/lib/evidencevariable_characteristic.d.ts +58 -0
- package/lib/evidencevariable_characteristic.js +21 -0
- package/lib/examplescenario.d.ts +47 -0
- package/lib/examplescenario.js +3 -0
- package/lib/examplescenario_actor.d.ts +19 -0
- package/lib/examplescenario_actor.js +13 -0
- package/lib/examplescenario_instance.d.ts +17 -0
- package/lib/examplescenario_instance.js +3 -0
- package/lib/examplescenario_instance_containedinstance.d.ts +7 -0
- package/lib/examplescenario_instance_containedinstance.js +3 -0
- package/lib/examplescenario_instance_version.d.ts +7 -0
- package/lib/examplescenario_instance_version.js +3 -0
- package/lib/examplescenario_process.d.ts +54 -0
- package/lib/examplescenario_process.js +3 -0
- package/lib/explanationofbenefit.d.ts +60 -33
- package/lib/explanationofbenefit.js +20 -1
- package/lib/explanationofbenefit_accident.d.ts +4 -4
- package/lib/explanationofbenefit_accident.js +1 -1
- package/lib/explanationofbenefit_additem.d.ts +42 -14
- package/lib/explanationofbenefit_additem.js +1 -1
- package/lib/explanationofbenefit_adjudication.d.ts +4 -4
- package/lib/explanationofbenefit_adjudication.js +1 -1
- package/lib/explanationofbenefit_benefitbalance.d.ts +8 -10
- package/lib/explanationofbenefit_benefitbalance.js +1 -1
- package/lib/explanationofbenefit_careteam.d.ts +6 -6
- package/lib/explanationofbenefit_careteam.js +1 -1
- package/lib/explanationofbenefit_detail.d.ts +16 -18
- package/lib/explanationofbenefit_detail.js +1 -1
- package/lib/explanationofbenefit_detail1.d.ts +14 -11
- package/lib/explanationofbenefit_detail1.js +1 -1
- package/lib/explanationofbenefit_diagnosis.d.ts +8 -6
- package/lib/explanationofbenefit_diagnosis.js +1 -1
- package/lib/explanationofbenefit_financial.d.ts +6 -6
- package/lib/explanationofbenefit_financial.js +1 -1
- package/lib/explanationofbenefit_information.d.ts +13 -11
- package/lib/explanationofbenefit_information.js +1 -1
- package/lib/explanationofbenefit_insurance.d.ts +5 -3
- package/lib/explanationofbenefit_insurance.js +1 -1
- package/lib/explanationofbenefit_item.d.ts +28 -28
- package/lib/explanationofbenefit_item.js +1 -1
- package/lib/explanationofbenefit_payee.d.ts +2 -4
- package/lib/explanationofbenefit_payee.js +1 -1
- package/lib/explanationofbenefit_payment.d.ts +5 -5
- package/lib/explanationofbenefit_payment.js +1 -1
- package/lib/explanationofbenefit_procedure.d.ts +9 -5
- package/lib/explanationofbenefit_procedure.js +1 -1
- package/lib/explanationofbenefit_processnote.d.ts +4 -4
- package/lib/explanationofbenefit_processnote.js +1 -1
- package/lib/explanationofbenefit_related.d.ts +3 -3
- package/lib/explanationofbenefit_related.js +1 -1
- package/lib/explanationofbenefit_subdetail.d.ts +14 -16
- package/lib/explanationofbenefit_subdetail.js +1 -1
- package/lib/explanationofbenefit_total.d.ts +9 -0
- package/lib/explanationofbenefit_total.js +3 -0
- package/lib/expression.d.ts +13 -0
- package/lib/expression.js +3 -0
- package/lib/extension.d.ts +80 -88
- package/lib/extension.js +1 -1
- package/lib/familymemberhistory.d.ts +27 -15
- package/lib/familymemberhistory.js +15 -1
- package/lib/familymemberhistory_condition.d.ts +8 -9
- package/lib/familymemberhistory_condition.js +1 -1
- package/lib/flag.d.ts +11 -10
- package/lib/flag.js +1 -1
- package/lib/goal.d.ts +52 -6
- package/lib/goal.js +46 -1
- package/lib/goal_target.d.ts +9 -0
- package/lib/goal_target.js +1 -1
- package/lib/graphdefinition.d.ts +6 -5
- package/lib/graphdefinition.js +1 -1
- package/lib/graphdefinition_compartment.d.ts +25 -3
- package/lib/graphdefinition_compartment.js +22 -1
- package/lib/graphdefinition_link.d.ts +2 -2
- package/lib/graphdefinition_link.js +1 -1
- package/lib/graphdefinition_target.d.ts +3 -1
- package/lib/graphdefinition_target.js +1 -1
- package/lib/group.d.ts +23 -4
- package/lib/group.js +19 -1
- package/lib/group_characteristic.d.ts +6 -3
- package/lib/group_characteristic.js +1 -1
- package/lib/group_member.d.ts +1 -1
- package/lib/group_member.js +1 -1
- package/lib/guidanceresponse.d.ts +32 -12
- package/lib/guidanceresponse.js +19 -1
- package/lib/healthcareservice.d.ts +6 -5
- package/lib/healthcareservice.js +1 -1
- package/lib/healthcareservice_availabletime.d.ts +19 -1
- package/lib/healthcareservice_availabletime.js +21 -1
- package/lib/healthcareservice_eligibility.d.ts +8 -0
- package/lib/healthcareservice_eligibility.js +3 -0
- package/lib/healthcareservice_notavailable.d.ts +1 -1
- package/lib/healthcareservice_notavailable.js +1 -1
- package/lib/humanname.d.ts +21 -3
- package/lib/humanname.js +21 -1
- package/lib/identifier.d.ts +16 -2
- package/lib/identifier.js +17 -1
- package/lib/imagingstudy.d.ts +18 -14
- package/lib/imagingstudy.js +1 -1
- package/lib/imagingstudy_instance.d.ts +5 -4
- package/lib/imagingstudy_instance.js +1 -1
- package/lib/imagingstudy_series.d.ts +8 -7
- package/lib/imagingstudy_series.js +1 -1
- package/lib/imagingstudy_series_performer.d.ts +9 -0
- package/lib/imagingstudy_series_performer.js +3 -0
- package/lib/immunization.d.ts +44 -18
- package/lib/immunization.js +13 -1
- package/lib/immunization_education.d.ts +11 -0
- package/lib/immunization_education.js +3 -0
- package/lib/immunization_explanation.d.ts +7 -4
- package/lib/immunization_explanation.js +1 -1
- package/lib/immunization_performer.d.ts +9 -0
- package/lib/immunization_performer.js +3 -0
- package/lib/immunization_practitioner.d.ts +3 -3
- package/lib/immunization_practitioner.js +1 -1
- package/lib/immunization_protocolapplied.d.ts +20 -0
- package/lib/immunization_protocolapplied.js +3 -0
- package/lib/immunization_reaction.d.ts +3 -3
- package/lib/immunization_reaction.js +1 -1
- package/lib/immunization_vaccinationprotocol.d.ts +14 -15
- package/lib/immunization_vaccinationprotocol.js +1 -1
- package/lib/immunizationevaluation.d.ts +44 -0
- package/lib/immunizationevaluation.js +11 -0
- package/lib/immunizationrecommendation.d.ts +8 -4
- package/lib/immunizationrecommendation.js +1 -1
- package/lib/immunizationrecommendation_datecriterion.d.ts +3 -3
- package/lib/immunizationrecommendation_datecriterion.js +1 -1
- package/lib/immunizationrecommendation_protocol.d.ts +16 -4
- package/lib/immunizationrecommendation_protocol.js +1 -1
- package/lib/immunizationrecommendation_recommendation.d.ts +22 -13
- package/lib/immunizationrecommendation_recommendation.js +1 -1
- package/lib/implementationguide.d.ts +40 -25
- package/lib/implementationguide.js +1 -1
- package/lib/implementationguide_dependency.d.ts +6 -4
- package/lib/implementationguide_dependency.js +1 -1
- package/lib/implementationguide_global.d.ts +4 -5
- package/lib/implementationguide_global.js +1 -1
- package/lib/implementationguide_package.d.ts +2 -5
- package/lib/implementationguide_package.js +1 -1
- package/lib/implementationguide_page.d.ts +22 -13
- package/lib/implementationguide_page.js +15 -1
- package/lib/implementationguide_resource.d.ts +12 -12
- package/lib/implementationguide_resource.js +1 -1
- package/lib/index.d.ts +118 -40
- package/lib/index.js +119 -41
- package/lib/insuranceplan.d.ts +38 -0
- package/lib/insuranceplan.js +3 -0
- package/lib/invoice.d.ts +56 -0
- package/lib/invoice.js +19 -0
- package/lib/library.d.ts +22 -14
- package/lib/library.js +1 -1
- package/lib/linkage.d.ts +3 -3
- package/lib/linkage.js +1 -1
- package/lib/linkage_item.d.ts +11 -1
- package/lib/linkage_item.js +13 -1
- package/lib/list.d.ts +27 -7
- package/lib/list.js +22 -1
- package/lib/list_entry.d.ts +2 -2
- package/lib/list_entry.js +1 -1
- package/lib/location.d.ts +26 -3
- package/lib/location.js +20 -1
- package/lib/location_hoursofoperation.d.ts +11 -0
- package/lib/location_hoursofoperation.js +3 -0
- package/lib/location_position.d.ts +5 -5
- package/lib/location_position.js +1 -1
- package/lib/marketingstatus.d.ts +16 -0
- package/lib/marketingstatus.js +3 -0
- package/lib/measure.d.ts +30 -20
- package/lib/measure.js +1 -1
- package/lib/measure_group.d.ts +4 -6
- package/lib/measure_group.js +1 -1
- package/lib/measure_population.d.ts +3 -7
- package/lib/measure_population.js +1 -1
- package/lib/measure_stratifier.d.ts +11 -7
- package/lib/measure_stratifier.js +1 -1
- package/lib/measure_stratifier_component.d.ts +11 -0
- package/lib/measure_stratifier_component.js +3 -0
- package/lib/measure_supplementaldata.d.ts +8 -8
- package/lib/measure_supplementaldata.js +1 -1
- package/lib/measurereport.d.ts +49 -16
- package/lib/measurereport.js +31 -1
- package/lib/measurereport_group.d.ts +8 -7
- package/lib/measurereport_group.js +1 -1
- package/lib/measurereport_population.d.ts +4 -7
- package/lib/measurereport_population.js +1 -1
- package/lib/measurereport_population1.d.ts +4 -7
- package/lib/measurereport_population1.js +1 -1
- package/lib/measurereport_stratifier.d.ts +4 -4
- package/lib/measurereport_stratifier.js +1 -1
- package/lib/measurereport_stratum.d.ts +10 -5
- package/lib/measurereport_stratum.js +1 -1
- package/lib/measurereport_stratum_component.d.ts +8 -0
- package/lib/measurereport_stratum_component.js +3 -0
- package/lib/media.d.ts +55 -20
- package/lib/media.js +29 -1
- package/lib/medication.d.ts +34 -12
- package/lib/medication.js +1 -1
- package/lib/medication_batch.d.ts +2 -2
- package/lib/medication_batch.js +1 -1
- package/lib/medication_content.d.ts +3 -3
- package/lib/medication_content.js +1 -1
- package/lib/medication_ingredient.d.ts +2 -2
- package/lib/medication_ingredient.js +1 -1
- package/lib/medication_package.d.ts +3 -3
- package/lib/medication_package.js +1 -1
- package/lib/medicationadministration.d.ts +35 -19
- package/lib/medicationadministration.js +21 -1
- package/lib/medicationadministration_dosage.d.ts +8 -9
- package/lib/medicationadministration_dosage.js +1 -1
- package/lib/medicationadministration_performer.d.ts +5 -3
- package/lib/medicationadministration_performer.js +1 -1
- package/lib/medicationdispense.d.ts +41 -19
- package/lib/medicationdispense.js +25 -1
- package/lib/medicationdispense_performer.d.ts +5 -3
- package/lib/medicationdispense_performer.js +1 -1
- package/lib/medicationdispense_substitution.d.ts +4 -3
- package/lib/medicationdispense_substitution.js +1 -1
- package/lib/medicationknowledge.d.ts +53 -0
- package/lib/medicationknowledge.js +3 -0
- package/lib/medicationrequest.d.ts +101 -32
- package/lib/medicationrequest.js +53 -1
- package/lib/medicationrequest_dispenserequest.d.ts +10 -5
- package/lib/medicationrequest_dispenserequest.js +1 -1
- package/lib/medicationrequest_dispenserequest_initialfill.d.ts +10 -0
- package/lib/medicationrequest_dispenserequest_initialfill.js +3 -0
- package/lib/medicationrequest_requester.d.ts +4 -0
- package/lib/medicationrequest_requester.js +1 -1
- package/lib/medicationrequest_substitution.d.ts +6 -3
- package/lib/medicationrequest_substitution.js +1 -1
- package/lib/medicationstatement.d.ts +42 -24
- package/lib/medicationstatement.js +23 -1
- package/lib/medicinalproduct.d.ts +53 -0
- package/lib/medicinalproduct.js +3 -0
- package/lib/medicinalproduct_manufacturingbusinessoperation.d.ts +19 -0
- package/lib/medicinalproduct_manufacturingbusinessoperation.js +3 -0
- package/lib/medicinalproduct_name.d.ts +12 -0
- package/lib/medicinalproduct_name.js +3 -0
- package/lib/medicinalproduct_name_countrylanguage.d.ts +11 -0
- package/lib/medicinalproduct_name_countrylanguage.js +3 -0
- package/lib/medicinalproduct_name_namepart.d.ts +9 -0
- package/lib/medicinalproduct_name_namepart.js +3 -0
- package/lib/medicinalproduct_specialdesignation.d.ts +23 -0
- package/lib/medicinalproduct_specialdesignation.js +3 -0
- package/lib/medicinalproductauthorization.d.ts +43 -0
- package/lib/medicinalproductauthorization.js +3 -0
- package/lib/medicinalproductauthorization_jurisdictionalauthorization.d.ts +17 -0
- package/lib/medicinalproductauthorization_jurisdictionalauthorization.js +3 -0
- package/lib/medicinalproductauthorization_procedure.d.ts +17 -0
- package/lib/medicinalproductauthorization_procedure.js +3 -0
- package/lib/medicinalproductcontraindication.d.ts +23 -0
- package/lib/medicinalproductcontraindication.js +3 -0
- package/lib/medicinalproductindication.d.ts +28 -0
- package/lib/medicinalproductindication.js +3 -0
- package/lib/medicinalproductindication_othertherapy.d.ts +12 -0
- package/lib/medicinalproductindication_othertherapy.js +3 -0
- package/lib/medicinalproductingredient.d.ts +22 -0
- package/lib/medicinalproductingredient.js +3 -0
- package/lib/medicinalproductingredient_specifiedsubstance.d.ts +14 -0
- package/lib/medicinalproductingredient_specifiedsubstance.js +3 -0
- package/lib/medicinalproductingredient_specifiedsubstance_strength.d.ts +21 -0
- package/lib/medicinalproductingredient_specifiedsubstance_strength.js +3 -0
- package/lib/medicinalproductingredient_specifiedsubstance_strength_referencestrength.d.ts +16 -0
- package/lib/medicinalproductingredient_specifiedsubstance_strength_referencestrength.js +3 -0
- package/lib/medicinalproductingredient_substance.d.ts +10 -0
- package/lib/medicinalproductingredient_substance.js +3 -0
- package/lib/medicinalproductinteraction.d.ts +22 -0
- package/lib/medicinalproductinteraction.js +3 -0
- package/lib/medicinalproductinteraction_interactant.d.ts +10 -0
- package/lib/medicinalproductinteraction_interactant.js +3 -0
- package/lib/medicinalproductmanufactured.d.ts +23 -0
- package/lib/medicinalproductmanufactured.js +3 -0
- package/lib/medicinalproductpackaged.d.ts +29 -0
- package/lib/medicinalproductpackaged.js +3 -0
- package/lib/medicinalproductpackaged_batchidentifier.d.ts +9 -0
- package/lib/medicinalproductpackaged_batchidentifier.js +3 -0
- package/lib/medicinalproductpackaged_packageitem.d.ts +34 -0
- package/lib/medicinalproductpackaged_packageitem.js +3 -0
- package/lib/medicinalproductpharmaceutical.d.ts +24 -0
- package/lib/medicinalproductpharmaceutical.js +3 -0
- package/lib/medicinalproductpharmaceutical_characteristics.d.ts +9 -0
- package/lib/medicinalproductpharmaceutical_characteristics.js +3 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration.d.ts +23 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration.js +3 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration_targetspecies.d.ts +10 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration_targetspecies.js +3 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration_targetspecies_withdrawalperiod.d.ts +12 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration_targetspecies_withdrawalperiod.js +3 -0
- package/lib/medicinalproductundesirableeffect.d.ts +18 -0
- package/lib/medicinalproductundesirableeffect.js +3 -0
- package/lib/messagedefinition.d.ts +46 -30
- package/lib/messagedefinition.js +15 -1
- package/lib/messagedefinition_allowedresponse.d.ts +3 -4
- package/lib/messagedefinition_allowedresponse.js +1 -1
- package/lib/messagedefinition_focus.d.ts +7 -8
- package/lib/messagedefinition_focus.js +1 -1
- package/lib/messageheader.d.ts +15 -15
- package/lib/messageheader.js +1 -1
- package/lib/messageheader_destination.d.ts +6 -4
- package/lib/messageheader_destination.js +1 -1
- package/lib/messageheader_response.d.ts +15 -5
- package/lib/messageheader_response.js +13 -1
- package/lib/messageheader_source.d.ts +6 -6
- package/lib/messageheader_source.js +1 -1
- package/lib/meta.d.ts +7 -5
- package/lib/meta.js +1 -1
- package/lib/{sequence.d.ts → molecularsequence.d.ts} +29 -16
- package/lib/molecularsequence.js +15 -0
- package/lib/molecularsequence_quality.d.ts +46 -0
- package/lib/molecularsequence_quality.js +15 -0
- package/lib/molecularsequence_quality_roc.d.ts +17 -0
- package/lib/molecularsequence_quality_roc.js +3 -0
- package/lib/molecularsequence_referenceseq.d.ts +39 -0
- package/lib/molecularsequence_referenceseq.js +20 -0
- package/lib/molecularsequence_repository.d.ts +29 -0
- package/lib/molecularsequence_repository.js +19 -0
- package/lib/molecularsequence_structurevariant.d.ts +29 -0
- package/lib/molecularsequence_structurevariant.js +3 -0
- package/lib/molecularsequence_variant.d.ts +16 -0
- package/lib/molecularsequence_variant.js +3 -0
- package/lib/money.d.ts +4 -0
- package/lib/money.js +1 -1
- package/lib/namingsystem.d.ts +28 -20
- package/lib/namingsystem.js +13 -1
- package/lib/namingsystem_uniqueid.d.ts +19 -7
- package/lib/namingsystem_uniqueid.js +15 -1
- package/lib/narrative.d.ts +15 -3
- package/lib/narrative.js +15 -1
- package/lib/nutritionorder.d.ts +69 -14
- package/lib/nutritionorder.js +46 -1
- package/lib/nutritionorder_administration.d.ts +4 -4
- package/lib/nutritionorder_administration.js +1 -1
- package/lib/nutritionorder_enteralformula.d.ts +9 -9
- package/lib/nutritionorder_enteralformula.js +1 -1
- package/lib/nutritionorder_nutrient.d.ts +2 -2
- package/lib/nutritionorder_nutrient.js +1 -1
- package/lib/nutritionorder_oraldiet.d.ts +6 -6
- package/lib/nutritionorder_oraldiet.js +1 -1
- package/lib/nutritionorder_supplement.d.ts +5 -5
- package/lib/nutritionorder_supplement.js +1 -1
- package/lib/nutritionorder_texture.d.ts +2 -2
- package/lib/nutritionorder_texture.js +1 -1
- package/lib/observation.d.ts +71 -41
- package/lib/observation.js +23 -1
- package/lib/observation_component.d.ts +18 -17
- package/lib/observation_component.js +1 -1
- package/lib/observation_referencerange.d.ts +6 -6
- package/lib/observation_referencerange.js +1 -1
- package/lib/observation_related.d.ts +19 -3
- package/lib/observation_related.js +22 -1
- package/lib/observationdefinition.d.ts +60 -0
- package/lib/observationdefinition.js +31 -0
- package/lib/operationdefinition.d.ts +47 -33
- package/lib/operationdefinition.js +11 -1
- package/lib/operationdefinition_binding.d.ts +16 -7
- package/lib/operationdefinition_binding.js +15 -1
- package/lib/operationdefinition_overload.d.ts +2 -2
- package/lib/operationdefinition_overload.js +1 -1
- package/lib/operationdefinition_parameter.d.ts +49 -17
- package/lib/operationdefinition_parameter.js +32 -1
- package/lib/operationdefinition_referencedfrom.d.ts +7 -0
- package/lib/operationdefinition_referencedfrom.js +3 -0
- package/lib/operationoutcome.d.ts +2 -2
- package/lib/operationoutcome.js +1 -1
- package/lib/operationoutcome_issue.d.ts +86 -8
- package/lib/operationoutcome_issue.js +80 -1
- package/lib/organization.d.ts +11 -11
- package/lib/organization.js +1 -1
- package/lib/organization_contact.d.ts +4 -4
- package/lib/organization_contact.js +1 -1
- package/lib/organizationaffiliation.d.ts +34 -0
- package/lib/organizationaffiliation.js +3 -0
- package/lib/parameterdefinition.d.ts +18 -11
- package/lib/parameterdefinition.js +11 -1
- package/lib/parameters.d.ts +3 -1
- package/lib/parameters.js +1 -1
- package/lib/parameters_parameter.d.ts +11 -4
- package/lib/parameters_parameter.js +1 -1
- package/lib/patient.d.ts +22 -21
- package/lib/patient.js +1 -1
- package/lib/patient_animal.d.ts +3 -3
- package/lib/patient_animal.js +1 -1
- package/lib/patient_communication.d.ts +2 -2
- package/lib/patient_communication.js +1 -1
- package/lib/patient_contact.d.ts +9 -8
- package/lib/patient_contact.js +1 -1
- package/lib/patient_link.d.ts +15 -3
- package/lib/patient_link.js +15 -1
- package/lib/paymentnotice.d.ts +32 -15
- package/lib/paymentnotice.js +15 -1
- package/lib/paymentreconciliation.d.ts +39 -22
- package/lib/paymentreconciliation.js +15 -1
- package/lib/paymentreconciliation_detail.d.ts +16 -9
- package/lib/paymentreconciliation_detail.js +1 -1
- package/lib/paymentreconciliation_processnote.d.ts +13 -4
- package/lib/paymentreconciliation_processnote.js +13 -1
- package/lib/period.d.ts +2 -2
- package/lib/period.js +1 -1
- package/lib/person.d.ts +12 -11
- package/lib/person.js +1 -1
- package/lib/person_link.d.ts +15 -3
- package/lib/person_link.js +15 -1
- package/lib/plandefinition.d.ts +41 -33
- package/lib/plandefinition.js +1 -1
- package/lib/plandefinition_action.d.ts +110 -41
- package/lib/plandefinition_action.js +62 -1
- package/lib/plandefinition_condition.d.ts +15 -8
- package/lib/plandefinition_condition.js +13 -1
- package/lib/plandefinition_dynamicvalue.d.ts +4 -7
- package/lib/plandefinition_dynamicvalue.js +1 -1
- package/lib/plandefinition_goal.d.ts +7 -7
- package/lib/plandefinition_goal.js +1 -1
- package/lib/plandefinition_participant.d.ts +15 -3
- package/lib/plandefinition_participant.js +15 -1
- package/lib/plandefinition_relatedaction.d.ts +28 -6
- package/lib/plandefinition_relatedaction.js +25 -1
- package/lib/plandefinition_target.d.ts +5 -5
- package/lib/plandefinition_target.js +1 -1
- package/lib/population.d.ts +16 -0
- package/lib/population.js +3 -0
- package/lib/practitioner.d.ts +12 -12
- package/lib/practitioner.js +1 -1
- package/lib/practitioner_qualification.d.ts +4 -4
- package/lib/practitioner_qualification.js +1 -1
- package/lib/practitionerrole.d.ts +14 -14
- package/lib/practitionerrole.js +1 -1
- package/lib/practitionerrole_availabletime.d.ts +23 -5
- package/lib/practitionerrole_availabletime.js +21 -1
- package/lib/practitionerrole_notavailable.d.ts +3 -3
- package/lib/practitionerrole_notavailable.js +1 -1
- package/lib/procedure.d.ts +64 -32
- package/lib/procedure.js +23 -1
- package/lib/procedure_focaldevice.d.ts +2 -2
- package/lib/procedure_focaldevice.js +1 -1
- package/lib/procedure_performer.d.ts +4 -4
- package/lib/procedure_performer.js +1 -1
- package/lib/prodcharacteristic.d.ts +29 -0
- package/lib/prodcharacteristic.js +3 -0
- package/lib/productshelflife.d.ts +15 -0
- package/lib/productshelflife.js +3 -0
- package/lib/provenance.d.ts +17 -15
- package/lib/provenance.js +1 -1
- package/lib/provenance_agent.d.ts +7 -11
- package/lib/provenance_agent.js +1 -1
- package/lib/provenance_entity.d.ts +19 -10
- package/lib/provenance_entity.js +17 -1
- package/lib/quantity.d.ts +18 -6
- package/lib/quantity.js +15 -1
- package/lib/questionnaire.d.ts +30 -27
- package/lib/questionnaire.js +1 -1
- package/lib/questionnaire_enablewhen.d.ts +23 -18
- package/lib/questionnaire_enablewhen.js +21 -1
- package/lib/questionnaire_initial.d.ts +20 -0
- package/lib/questionnaire_initial.js +3 -0
- package/lib/questionnaire_item.d.ts +49 -52
- package/lib/questionnaire_item.js +30 -1
- package/lib/questionnaire_option.d.ts +5 -5
- package/lib/questionnaire_option.js +1 -1
- package/lib/questionnaireresponse.d.ts +25 -11
- package/lib/questionnaireresponse.js +17 -1
- package/lib/questionnaireresponse_answer.d.ts +1 -12
- package/lib/questionnaireresponse_answer.js +1 -1
- package/lib/questionnaireresponse_item.d.ts +3 -6
- package/lib/questionnaireresponse_item.js +1 -1
- package/lib/range.d.ts +3 -2
- package/lib/range.js +1 -1
- package/lib/ratio.d.ts +1 -0
- package/lib/ratio.js +1 -1
- package/lib/reference.d.ts +4 -2
- package/lib/reference.js +1 -1
- package/lib/relatedartifact.d.ts +27 -6
- package/lib/relatedartifact.js +23 -1
- package/lib/relatedperson.d.ts +6 -2
- package/lib/relatedperson.js +1 -1
- package/lib/relatedperson_communication.d.ts +9 -0
- package/lib/relatedperson_communication.js +3 -0
- package/lib/requestgroup.d.ts +66 -10
- package/lib/requestgroup.js +53 -1
- package/lib/requestgroup_action.d.ts +20 -15
- package/lib/requestgroup_action.js +1 -1
- package/lib/requestgroup_condition.d.ts +5 -8
- package/lib/requestgroup_condition.js +1 -1
- package/lib/requestgroup_relatedaction.d.ts +28 -6
- package/lib/requestgroup_relatedaction.js +25 -1
- package/lib/researchdefinition.d.ts +79 -0
- package/lib/researchdefinition.js +3 -0
- package/lib/researchelementdefinition.d.ts +96 -0
- package/lib/researchelementdefinition.js +24 -0
- package/lib/researchstudy.d.ts +53 -21
- package/lib/researchstudy.js +29 -1
- package/lib/researchstudy_arm.d.ts +4 -4
- package/lib/researchstudy_arm.js +1 -1
- package/lib/researchsubject.d.ts +40 -10
- package/lib/researchsubject.js +33 -1
- package/lib/resource.js +1 -1
- package/lib/resourcelist.d.ts +4 -0
- package/lib/resourcelist.js +1 -1
- package/lib/riskassessment.d.ts +11 -9
- package/lib/riskassessment.js +1 -1
- package/lib/riskassessment_prediction.d.ts +2 -2
- package/lib/riskassessment_prediction.js +1 -1
- package/lib/riskevidencesynthesis.d.ts +77 -0
- package/lib/riskevidencesynthesis.js +3 -0
- package/lib/sampleddata.d.ts +9 -9
- package/lib/sampleddata.js +1 -1
- package/lib/schedule.d.ts +9 -9
- package/lib/schedule.js +1 -1
- package/lib/searchparameter.d.ts +108 -35
- package/lib/searchparameter.js +68 -1
- package/lib/searchparameter_component.d.ts +4 -5
- package/lib/searchparameter_component.js +1 -1
- package/lib/servicerequest.d.ts +128 -0
- package/lib/servicerequest.js +46 -0
- package/lib/signature.d.ts +13 -15
- package/lib/signature.js +1 -1
- package/lib/slot.d.ts +29 -15
- package/lib/slot.js +17 -1
- package/lib/specimen.d.ts +28 -14
- package/lib/specimen.js +15 -1
- package/lib/specimen_collection.d.ts +6 -6
- package/lib/specimen_collection.js +1 -1
- package/lib/specimen_container.d.ts +6 -6
- package/lib/specimen_container.js +1 -1
- package/lib/specimen_processing.d.ts +3 -3
- package/lib/specimen_processing.js +1 -1
- package/lib/specimendefinition.d.ts +71 -0
- package/lib/specimendefinition.js +13 -0
- package/lib/structuredefinition.d.ts +23 -9
- package/lib/structuredefinition.js +16 -1
- package/lib/structuredefinition_context.d.ts +17 -0
- package/lib/structuredefinition_context.js +15 -0
- package/lib/structuredefinition_differential.d.ts +1 -1
- package/lib/structuredefinition_differential.js +1 -1
- package/lib/structuredefinition_mapping.d.ts +5 -5
- package/lib/structuredefinition_mapping.js +1 -1
- package/lib/structuredefinition_snapshot.d.ts +5 -1
- package/lib/structuredefinition_snapshot.js +1 -1
- package/lib/structuremap.d.ts +24 -19
- package/lib/structuremap.js +1 -1
- package/lib/structuremap_dependent.d.ts +7 -4
- package/lib/structuremap_dependent.js +1 -1
- package/lib/structuremap_group.d.ts +16 -6
- package/lib/structuremap_group.js +13 -1
- package/lib/structuremap_input.d.ts +11 -3
- package/lib/structuremap_input.js +11 -1
- package/lib/structuremap_parameter.d.ts +5 -5
- package/lib/structuremap_parameter.js +1 -1
- package/lib/structuremap_rule.d.ts +2 -2
- package/lib/structuremap_rule.js +1 -1
- package/lib/structuremap_source.d.ts +27 -8
- package/lib/structuremap_source.js +17 -1
- package/lib/structuremap_structure.d.ts +17 -5
- package/lib/structuremap_structure.js +15 -1
- package/lib/structuremap_target.d.ts +64 -6
- package/lib/structuremap_target.js +59 -1
- package/lib/subscription.d.ts +15 -6
- package/lib/subscription.js +15 -1
- package/lib/subscription_channel.d.ts +18 -4
- package/lib/subscription_channel.js +17 -1
- package/lib/substance.d.ts +8 -7
- package/lib/substance.js +1 -1
- package/lib/substance_ingredient.d.ts +3 -3
- package/lib/substance_ingredient.js +1 -1
- package/lib/substance_instance.d.ts +3 -3
- package/lib/substance_instance.js +1 -1
- package/lib/substancenucleicacid.d.ts +20 -0
- package/lib/substancenucleicacid.js +3 -0
- package/lib/substancepolymer.d.ts +18 -0
- package/lib/substancepolymer.js +3 -0
- package/lib/substanceprotein.d.ts +14 -0
- package/lib/substanceprotein.js +3 -0
- package/lib/substancereferenceinformation.d.ts +15 -0
- package/lib/substancereferenceinformation.js +3 -0
- package/lib/substancesourcematerial.d.ts +33 -0
- package/lib/substancesourcematerial.js +3 -0
- package/lib/substancespecification.d.ts +46 -0
- package/lib/substancespecification.js +3 -0
- package/lib/supplydelivery.d.ts +15 -3
- package/lib/supplydelivery.js +15 -1
- package/lib/supplydelivery_supplieditem.js +1 -1
- package/lib/supplyrequest.d.ts +25 -7
- package/lib/supplyrequest.js +21 -1
- package/lib/supplyrequest_ordereditem.d.ts +4 -4
- package/lib/supplyrequest_ordereditem.js +1 -1
- package/lib/supplyrequest_requester.d.ts +6 -2
- package/lib/supplyrequest_requester.js +1 -1
- package/lib/task.d.ts +72 -34
- package/lib/task.js +31 -1
- package/lib/task_input.d.ts +6 -2
- package/lib/task_input.js +1 -1
- package/lib/task_output.d.ts +61 -54
- package/lib/task_output.js +1 -1
- package/lib/task_requester.d.ts +2 -2
- package/lib/task_requester.js +1 -1
- package/lib/task_restriction.d.ts +7 -3
- package/lib/task_restriction.js +1 -1
- package/lib/terminologycapabilities.d.ts +79 -0
- package/lib/terminologycapabilities.js +22 -0
- package/lib/testreport.d.ts +29 -10
- package/lib/testreport.js +17 -1
- package/lib/testreport_action.d.ts +7 -2
- package/lib/testreport_action.js +1 -1
- package/lib/testreport_action1.d.ts +7 -2
- package/lib/testreport_action1.js +1 -1
- package/lib/testreport_action2.d.ts +5 -1
- package/lib/testreport_action2.js +1 -1
- package/lib/testreport_assert.d.ts +5 -4
- package/lib/testreport_assert.js +1 -1
- package/lib/testreport_operation.d.ts +5 -4
- package/lib/testreport_operation.js +1 -1
- package/lib/testreport_participant.d.ts +15 -5
- package/lib/testreport_participant.js +13 -1
- package/lib/testreport_setup.d.ts +1 -1
- package/lib/testreport_setup.js +1 -1
- package/lib/testreport_teardown.d.ts +1 -1
- package/lib/testreport_teardown.js +1 -1
- package/lib/testreport_test.d.ts +3 -3
- package/lib/testreport_test.js +1 -1
- package/lib/testscript.d.ts +4 -9
- package/lib/testscript.js +1 -1
- package/lib/testscript_action.d.ts +2 -2
- package/lib/testscript_action.js +1 -1
- package/lib/testscript_action1.d.ts +2 -2
- package/lib/testscript_action1.js +1 -1
- package/lib/testscript_action2.d.ts +5 -2
- package/lib/testscript_action2.js +1 -1
- package/lib/testscript_assert.d.ts +59 -11
- package/lib/testscript_assert.js +47 -1
- package/lib/testscript_capability.d.ts +6 -6
- package/lib/testscript_capability.js +1 -1
- package/lib/testscript_destination.d.ts +3 -3
- package/lib/testscript_destination.js +1 -1
- package/lib/testscript_fixture.d.ts +3 -3
- package/lib/testscript_fixture.js +1 -1
- package/lib/testscript_link.d.ts +2 -2
- package/lib/testscript_link.js +1 -1
- package/lib/testscript_metadata.d.ts +2 -2
- package/lib/testscript_metadata.js +1 -1
- package/lib/testscript_operation.d.ts +19 -16
- package/lib/testscript_operation.js +1 -1
- package/lib/testscript_origin.d.ts +3 -3
- package/lib/testscript_origin.js +1 -1
- package/lib/testscript_param.js +1 -1
- package/lib/testscript_param1.d.ts +1 -1
- package/lib/testscript_param1.js +1 -1
- package/lib/testscript_param2.js +1 -1
- package/lib/testscript_param3.js +1 -1
- package/lib/testscript_requestheader.d.ts +4 -4
- package/lib/testscript_requestheader.js +1 -1
- package/lib/testscript_rule.d.ts +2 -2
- package/lib/testscript_rule.js +1 -1
- package/lib/testscript_rule1.d.ts +3 -3
- package/lib/testscript_rule1.js +1 -1
- package/lib/testscript_rule2.d.ts +3 -3
- package/lib/testscript_rule2.js +1 -1
- package/lib/testscript_rule3.d.ts +3 -3
- package/lib/testscript_rule3.js +1 -1
- package/lib/testscript_ruleset.d.ts +2 -2
- package/lib/testscript_ruleset.js +1 -1
- package/lib/testscript_ruleset1.d.ts +3 -3
- package/lib/testscript_ruleset1.js +1 -1
- package/lib/testscript_setup.d.ts +1 -1
- package/lib/testscript_setup.js +1 -1
- package/lib/testscript_teardown.d.ts +1 -1
- package/lib/testscript_teardown.js +1 -1
- package/lib/testscript_test.d.ts +3 -3
- package/lib/testscript_test.js +1 -1
- package/lib/testscript_variable.d.ts +9 -9
- package/lib/testscript_variable.js +1 -1
- package/lib/timing.d.ts +3 -3
- package/lib/timing.js +1 -1
- package/lib/timing_repeat.d.ts +44 -20
- package/lib/timing_repeat.js +26 -1
- package/lib/triggerdefinition.d.ts +37 -14
- package/lib/triggerdefinition.js +23 -1
- package/lib/usagecontext.d.ts +5 -2
- package/lib/usagecontext.js +1 -1
- package/lib/valueset.d.ts +5 -6
- package/lib/valueset.js +1 -1
- package/lib/valueset_compose.d.ts +4 -4
- package/lib/valueset_compose.js +1 -1
- package/lib/valueset_concept.d.ts +4 -4
- package/lib/valueset_concept.js +1 -1
- package/lib/valueset_contains.d.ts +8 -8
- package/lib/valueset_contains.js +1 -1
- package/lib/valueset_designation.d.ts +4 -4
- package/lib/valueset_designation.js +1 -1
- package/lib/valueset_expansion.d.ts +7 -7
- package/lib/valueset_expansion.js +1 -1
- package/lib/valueset_filter.d.ts +28 -6
- package/lib/valueset_filter.js +25 -1
- package/lib/valueset_include.d.ts +5 -5
- package/lib/valueset_include.js +1 -1
- package/lib/valueset_parameter.d.ts +4 -8
- package/lib/valueset_parameter.js +1 -1
- package/lib/verificationresult.d.ts +55 -0
- package/lib/verificationresult.js +21 -0
- package/lib/verificationresult_attestation.d.ts +22 -0
- package/lib/verificationresult_attestation.js +3 -0
- package/lib/verificationresult_primarysource.d.ts +19 -0
- package/lib/verificationresult_primarysource.js +3 -0
- package/lib/verificationresult_validator.d.ts +11 -0
- package/lib/verificationresult_validator.js +3 -0
- package/lib/visionprescription.d.ts +34 -14
- package/lib/visionprescription.js +15 -1
- package/lib/visionprescription_dispense.d.ts +44 -19
- package/lib/visionprescription_dispense.js +22 -1
- package/package.json +1 -1
- package/scripts/verify-types.mjs +139 -0
- package/lib/bodysite.d.ts +0 -23
- package/lib/bodysite.js +0 -3
- package/lib/chargeitem_participant.d.ts +0 -9
- package/lib/chargeitem_participant.js +0 -3
- package/lib/claim_information.d.ts +0 -28
- package/lib/claim_information.js +0 -3
- package/lib/dataelement.d.ts +0 -43
- package/lib/dataelement.js +0 -3
- package/lib/dataelement_mapping.d.ts +0 -11
- package/lib/dataelement_mapping.js +0 -3
- package/lib/devicecomponent.d.ts +0 -29
- package/lib/devicecomponent.js +0 -3
- package/lib/devicecomponent_productionspecification.d.ts +0 -11
- package/lib/devicecomponent_productionspecification.js +0 -3
- package/lib/diagnosticreport_image.d.ts +0 -8
- package/lib/diagnosticreport_image.js +0 -3
- package/lib/eligibilityrequest.d.ts +0 -41
- package/lib/eligibilityrequest.js +0 -3
- package/lib/eligibilityresponse.d.ts +0 -36
- package/lib/eligibilityresponse.js +0 -3
- package/lib/eligibilityresponse_benefitbalance.d.ts +0 -23
- package/lib/eligibilityresponse_benefitbalance.js +0 -3
- package/lib/eligibilityresponse_error.d.ts +0 -6
- package/lib/eligibilityresponse_error.js +0 -3
- package/lib/eligibilityresponse_financial.d.ts +0 -17
- package/lib/eligibilityresponse_financial.js +0 -3
- package/lib/eligibilityresponse_insurance.d.ts +0 -11
- package/lib/eligibilityresponse_insurance.js +0 -3
- package/lib/expansionprofile.d.ts +0 -58
- package/lib/expansionprofile.js +0 -3
- package/lib/expansionprofile_designation.d.ts +0 -9
- package/lib/expansionprofile_designation.js +0 -3
- package/lib/expansionprofile_designation1.d.ts +0 -8
- package/lib/expansionprofile_designation1.js +0 -3
- package/lib/expansionprofile_designation2.d.ts +0 -8
- package/lib/expansionprofile_designation2.js +0 -3
- package/lib/expansionprofile_exclude.d.ts +0 -6
- package/lib/expansionprofile_exclude.js +0 -3
- package/lib/expansionprofile_excludedsystem.d.ts +0 -7
- package/lib/expansionprofile_excludedsystem.js +0 -3
- package/lib/expansionprofile_fixedversion.d.ts +0 -9
- package/lib/expansionprofile_fixedversion.js +0 -3
- package/lib/expansionprofile_include.d.ts +0 -6
- package/lib/expansionprofile_include.js +0 -3
- package/lib/imagingmanifest.d.ts +0 -21
- package/lib/imagingmanifest.js +0 -3
- package/lib/imagingmanifest_instance.d.ts +0 -7
- package/lib/imagingmanifest_instance.js +0 -3
- package/lib/imagingmanifest_series.d.ts +0 -11
- package/lib/imagingmanifest_series.js +0 -3
- package/lib/imagingmanifest_study.d.ts +0 -13
- package/lib/imagingmanifest_study.js +0 -3
- package/lib/procedurerequest.d.ts +0 -70
- package/lib/procedurerequest.js +0 -3
- package/lib/procedurerequest_requester.d.ts +0 -8
- package/lib/procedurerequest_requester.js +0 -3
- package/lib/processrequest.d.ts +0 -39
- package/lib/processrequest.js +0 -3
- package/lib/processrequest_item.d.ts +0 -5
- package/lib/processrequest_item.js +0 -3
- package/lib/processresponse.d.ts +0 -35
- package/lib/processresponse.js +0 -3
- package/lib/processresponse_processnote.d.ts +0 -8
- package/lib/processresponse_processnote.js +0 -3
- package/lib/referralrequest.d.ts +0 -59
- package/lib/referralrequest.js +0 -3
- package/lib/referralrequest_requester.d.ts +0 -8
- package/lib/referralrequest_requester.js +0 -3
- package/lib/sequence.js +0 -3
- package/lib/sequence_quality.d.ts +0 -33
- package/lib/sequence_quality.js +0 -3
- package/lib/sequence_referenceseq.d.ts +0 -21
- package/lib/sequence_referenceseq.js +0 -3
- package/lib/sequence_repository.d.ts +0 -15
- package/lib/sequence_repository.js +0 -3
- package/lib/sequence_variant.d.ts +0 -16
- package/lib/sequence_variant.js +0 -3
- package/lib/servicedefinition.d.ts +0 -65
- package/lib/servicedefinition.js +0 -3
- package/missing_types.json +0 -1
package/lib/patient_link.d.ts
CHANGED
|
@@ -1,8 +1,20 @@
|
|
|
1
1
|
import type { BackboneElement } from "./backboneelement";
|
|
2
2
|
import type { Reference } from "./reference";
|
|
3
|
+
/** Patient_Link type: replaced-by | replaces | refer | seealso (LinkType). */
|
|
4
|
+
export declare const PATIENT_LINK_TYPE: {
|
|
5
|
+
/** Replaced-by: the patient record has been replaced with the linked record. */
|
|
6
|
+
readonly REPLACED_BY: "replaced-by";
|
|
7
|
+
/** Replaces: the patient record replaces the linked record. */
|
|
8
|
+
readonly REPLACES: "replaces";
|
|
9
|
+
/** Refer: the patient record refers to the linked record. */
|
|
10
|
+
readonly REFER: "refer";
|
|
11
|
+
/** See also: the patient record has an additional link to the linked record. */
|
|
12
|
+
readonly SEEALSO: "seealso";
|
|
13
|
+
};
|
|
14
|
+
export type PatientLinkType = (typeof PATIENT_LINK_TYPE)[keyof typeof PATIENT_LINK_TYPE];
|
|
3
15
|
export interface Patient_Link extends BackboneElement {
|
|
4
|
-
/** The other patient resource that the link refers to. */
|
|
16
|
+
/** The other patient or related person resource that the link refers to. (1..1) */
|
|
5
17
|
other: Reference;
|
|
6
|
-
/** The type of link between this patient resource and another patient resource. */
|
|
7
|
-
type
|
|
18
|
+
/** The type of link between this patient resource and another patient resource. (1..1) */
|
|
19
|
+
type: PatientLinkType;
|
|
8
20
|
}
|
package/lib/patient_link.js
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
3
|
+
exports.PATIENT_LINK_TYPE = void 0;
|
|
4
|
+
// FHIR Patient_Link Type
|
|
5
|
+
// StructureDefinition: https://hl7.org/fhir/R4/patient.html (Patient.link)
|
|
6
|
+
/** Patient_Link type: replaced-by | replaces | refer | seealso (LinkType). */
|
|
7
|
+
exports.PATIENT_LINK_TYPE = {
|
|
8
|
+
/** Replaced-by: the patient record has been replaced with the linked record. */
|
|
9
|
+
REPLACED_BY: "replaced-by",
|
|
10
|
+
/** Replaces: the patient record replaces the linked record. */
|
|
11
|
+
REPLACES: "replaces",
|
|
12
|
+
/** Refer: the patient record refers to the linked record. */
|
|
13
|
+
REFER: "refer",
|
|
14
|
+
/** See also: the patient record has an additional link to the linked record. */
|
|
15
|
+
SEEALSO: "seealso",
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGF0aWVudF9saW5rLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL3BhdGllbnRfbGluay50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFHQSx5QkFBeUI7QUFFekIsMkVBQTJFO0FBRTNFLDhFQUE4RTtBQUNqRSxRQUFBLGlCQUFpQixHQUFHO0lBQy9CLGdGQUFnRjtJQUNoRixXQUFXLEVBQUUsYUFBYTtJQUMxQiwrREFBK0Q7SUFDL0QsUUFBUSxFQUFFLFVBQVU7SUFDcEIsNkRBQTZEO0lBQzdELEtBQUssRUFBRSxPQUFPO0lBQ2QsZ0ZBQWdGO0lBQ2hGLE9BQU8sRUFBRSxTQUFTO0NBQ1YsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgQmFja2JvbmVFbGVtZW50IH0gZnJvbSBcIi4vYmFja2JvbmVlbGVtZW50XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG4vLyBGSElSIFBhdGllbnRfTGluayBUeXBlXG5cbi8vIFN0cnVjdHVyZURlZmluaXRpb246IGh0dHBzOi8vaGw3Lm9yZy9maGlyL1I0L3BhdGllbnQuaHRtbCAoUGF0aWVudC5saW5rKVxuXG4vKiogUGF0aWVudF9MaW5rIHR5cGU6IHJlcGxhY2VkLWJ5IHwgcmVwbGFjZXMgfCByZWZlciB8IHNlZWFsc28gKExpbmtUeXBlKS4gKi9cbmV4cG9ydCBjb25zdCBQQVRJRU5UX0xJTktfVFlQRSA9IHtcbiAgLyoqIFJlcGxhY2VkLWJ5OiB0aGUgcGF0aWVudCByZWNvcmQgaGFzIGJlZW4gcmVwbGFjZWQgd2l0aCB0aGUgbGlua2VkIHJlY29yZC4gKi9cbiAgUkVQTEFDRURfQlk6IFwicmVwbGFjZWQtYnlcIixcbiAgLyoqIFJlcGxhY2VzOiB0aGUgcGF0aWVudCByZWNvcmQgcmVwbGFjZXMgdGhlIGxpbmtlZCByZWNvcmQuICovXG4gIFJFUExBQ0VTOiBcInJlcGxhY2VzXCIsXG4gIC8qKiBSZWZlcjogdGhlIHBhdGllbnQgcmVjb3JkIHJlZmVycyB0byB0aGUgbGlua2VkIHJlY29yZC4gKi9cbiAgUkVGRVI6IFwicmVmZXJcIixcbiAgLyoqIFNlZSBhbHNvOiB0aGUgcGF0aWVudCByZWNvcmQgaGFzIGFuIGFkZGl0aW9uYWwgbGluayB0byB0aGUgbGlua2VkIHJlY29yZC4gKi9cbiAgU0VFQUxTTzogXCJzZWVhbHNvXCIsXG59IGFzIGNvbnN0O1xuXG5leHBvcnQgdHlwZSBQYXRpZW50TGlua1R5cGUgPVxuICAodHlwZW9mIFBBVElFTlRfTElOS19UWVBFKVtrZXlvZiB0eXBlb2YgUEFUSUVOVF9MSU5LX1RZUEVdO1xuXG5leHBvcnQgaW50ZXJmYWNlIFBhdGllbnRfTGluayBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBUaGUgb3RoZXIgcGF0aWVudCBvciByZWxhdGVkIHBlcnNvbiByZXNvdXJjZSB0aGF0IHRoZSBsaW5rIHJlZmVycyB0by4gKDEuLjEpICovXG4gIG90aGVyOiBSZWZlcmVuY2U7XG5cbiAgLyoqIFRoZSB0eXBlIG9mIGxpbmsgYmV0d2VlbiB0aGlzIHBhdGllbnQgcmVzb3VyY2UgYW5kIGFub3RoZXIgcGF0aWVudCByZXNvdXJjZS4gKDEuLjEpICovXG4gIHR5cGU6IFBhdGllbnRMaW5rVHlwZTtcbn1cbiJdfQ==
|
package/lib/paymentnotice.d.ts
CHANGED
|
@@ -1,28 +1,45 @@
|
|
|
1
1
|
import type { CodeableConcept } from "./codeableconcept";
|
|
2
2
|
import type { DomainResource } from "./domainresource";
|
|
3
3
|
import type { Identifier } from "./identifier";
|
|
4
|
+
import type { Money } from "./money";
|
|
4
5
|
import type { Reference } from "./reference";
|
|
6
|
+
/** PaymentNotice status: active | cancelled | draft | entered-in-error (PaymentNoticeStatus / fm-status). */
|
|
7
|
+
export declare const PAYMENT_NOTICE_STATUS: {
|
|
8
|
+
/** Active: the resource instance is currently active. */
|
|
9
|
+
readonly ACTIVE: "active";
|
|
10
|
+
/** Cancelled: the resource has been withdrawn or superseded. */
|
|
11
|
+
readonly CANCELLED: "cancelled";
|
|
12
|
+
/** Draft: the resource is in draft mode. */
|
|
13
|
+
readonly DRAFT: "draft";
|
|
14
|
+
/** Entered in error: the resource was entered in error. */
|
|
15
|
+
readonly ENTERED_IN_ERROR: "entered-in-error";
|
|
16
|
+
};
|
|
17
|
+
export type PaymentNoticeStatus = (typeof PAYMENT_NOTICE_STATUS)[keyof typeof PAYMENT_NOTICE_STATUS];
|
|
5
18
|
export interface PaymentNotice extends DomainResource {
|
|
6
19
|
/** This is a PaymentNotice resource */
|
|
7
20
|
resourceType: "PaymentNotice";
|
|
8
|
-
/**
|
|
21
|
+
/** Unique identifier for the current payment notice as assigned by the provider. (0..*) */
|
|
9
22
|
identifier?: Array<Identifier>;
|
|
10
|
-
/** The status of the resource instance. */
|
|
11
|
-
status
|
|
12
|
-
/** Reference of resource for which payment is being made. */
|
|
23
|
+
/** The status of the resource instance. (1..1) */
|
|
24
|
+
status: PaymentNoticeStatus;
|
|
25
|
+
/** Reference of resource for which payment is being made. (0..1) */
|
|
13
26
|
request?: Reference;
|
|
14
|
-
/** Reference of response to resource for which payment is being made. */
|
|
27
|
+
/** Reference of response to resource for which payment is being made. (0..1) */
|
|
15
28
|
response?: Reference;
|
|
16
|
-
/** The date when
|
|
17
|
-
|
|
18
|
-
/** The
|
|
19
|
-
created?: string;
|
|
20
|
-
/** The Insurer who is target of the request. */
|
|
21
|
-
target?: Reference;
|
|
22
|
-
/** The practitioner who is responsible for the services rendered to the patient. */
|
|
29
|
+
/** The date when this resource was created. (1..1) */
|
|
30
|
+
created: string;
|
|
31
|
+
/** The practitioner who is responsible for the services rendered to the patient. (0..1) */
|
|
23
32
|
provider?: Reference;
|
|
24
|
-
/**
|
|
25
|
-
|
|
26
|
-
/** The
|
|
33
|
+
/** A reference to the payment which is the subject of this notice. (1..1) */
|
|
34
|
+
payment: Reference;
|
|
35
|
+
/** The date when the above payment action occurred. (0..1) */
|
|
36
|
+
paymentDate?: string;
|
|
37
|
+
/** The party who will receive or has received payment that is the subject of this notification. (0..1) */
|
|
38
|
+
payee?: Reference;
|
|
39
|
+
/** The party who is notified of the payment status. (1..1) */
|
|
40
|
+
recipient: Reference;
|
|
41
|
+
/** The amount sent to the payee. (1..1) */
|
|
42
|
+
amount: Money;
|
|
43
|
+
/** A code indicating whether payment has been sent or cleared (e.g. paid: payment sent, cleared: payment received). (0..1) */
|
|
27
44
|
paymentStatus?: CodeableConcept;
|
|
28
45
|
}
|
package/lib/paymentnotice.js
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
3
|
+
exports.PAYMENT_NOTICE_STATUS = void 0;
|
|
4
|
+
// FHIR PaymentNotice Type
|
|
5
|
+
// StructureDefinition: https://hl7.org/fhir/R4/paymentnotice.html
|
|
6
|
+
/** PaymentNotice status: active | cancelled | draft | entered-in-error (PaymentNoticeStatus / fm-status). */
|
|
7
|
+
exports.PAYMENT_NOTICE_STATUS = {
|
|
8
|
+
/** Active: the resource instance is currently active. */
|
|
9
|
+
ACTIVE: "active",
|
|
10
|
+
/** Cancelled: the resource has been withdrawn or superseded. */
|
|
11
|
+
CANCELLED: "cancelled",
|
|
12
|
+
/** Draft: the resource is in draft mode. */
|
|
13
|
+
DRAFT: "draft",
|
|
14
|
+
/** Entered in error: the resource was entered in error. */
|
|
15
|
+
ENTERED_IN_ERROR: "entered-in-error",
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGF5bWVudG5vdGljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9wYXltZW50bm90aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQU1BLDBCQUEwQjtBQUUxQixrRUFBa0U7QUFFbEUsNkdBQTZHO0FBQ2hHLFFBQUEscUJBQXFCLEdBQUc7SUFDbkMseURBQXlEO0lBQ3pELE1BQU0sRUFBRSxRQUFRO0lBQ2hCLGdFQUFnRTtJQUNoRSxTQUFTLEVBQUUsV0FBVztJQUN0Qiw0Q0FBNEM7SUFDNUMsS0FBSyxFQUFFLE9BQU87SUFDZCwyREFBMkQ7SUFDM0QsZ0JBQWdCLEVBQUUsa0JBQWtCO0NBQzVCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IENvZGVhYmxlQ29uY2VwdCB9IGZyb20gXCIuL2NvZGVhYmxlY29uY2VwdFwiO1xuaW1wb3J0IHR5cGUgeyBEb21haW5SZXNvdXJjZSB9IGZyb20gXCIuL2RvbWFpbnJlc291cmNlXCI7XG5pbXBvcnQgdHlwZSB7IElkZW50aWZpZXIgfSBmcm9tIFwiLi9pZGVudGlmaWVyXCI7XG5pbXBvcnQgdHlwZSB7IE1vbmV5IH0gZnJvbSBcIi4vbW9uZXlcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbi8vIEZISVIgUGF5bWVudE5vdGljZSBUeXBlXG5cbi8vIFN0cnVjdHVyZURlZmluaXRpb246IGh0dHBzOi8vaGw3Lm9yZy9maGlyL1I0L3BheW1lbnRub3RpY2UuaHRtbFxuXG4vKiogUGF5bWVudE5vdGljZSBzdGF0dXM6IGFjdGl2ZSB8IGNhbmNlbGxlZCB8IGRyYWZ0IHwgZW50ZXJlZC1pbi1lcnJvciAoUGF5bWVudE5vdGljZVN0YXR1cyAvIGZtLXN0YXR1cykuICovXG5leHBvcnQgY29uc3QgUEFZTUVOVF9OT1RJQ0VfU1RBVFVTID0ge1xuICAvKiogQWN0aXZlOiB0aGUgcmVzb3VyY2UgaW5zdGFuY2UgaXMgY3VycmVudGx5IGFjdGl2ZS4gKi9cbiAgQUNUSVZFOiBcImFjdGl2ZVwiLFxuICAvKiogQ2FuY2VsbGVkOiB0aGUgcmVzb3VyY2UgaGFzIGJlZW4gd2l0aGRyYXduIG9yIHN1cGVyc2VkZWQuICovXG4gIENBTkNFTExFRDogXCJjYW5jZWxsZWRcIixcbiAgLyoqIERyYWZ0OiB0aGUgcmVzb3VyY2UgaXMgaW4gZHJhZnQgbW9kZS4gKi9cbiAgRFJBRlQ6IFwiZHJhZnRcIixcbiAgLyoqIEVudGVyZWQgaW4gZXJyb3I6IHRoZSByZXNvdXJjZSB3YXMgZW50ZXJlZCBpbiBlcnJvci4gKi9cbiAgRU5URVJFRF9JTl9FUlJPUjogXCJlbnRlcmVkLWluLWVycm9yXCIsXG59IGFzIGNvbnN0O1xuXG5leHBvcnQgdHlwZSBQYXltZW50Tm90aWNlU3RhdHVzID1cbiAgKHR5cGVvZiBQQVlNRU5UX05PVElDRV9TVEFUVVMpW2tleW9mIHR5cGVvZiBQQVlNRU5UX05PVElDRV9TVEFUVVNdO1xuXG5leHBvcnQgaW50ZXJmYWNlIFBheW1lbnROb3RpY2UgZXh0ZW5kcyBEb21haW5SZXNvdXJjZSB7XG4gIC8qKiBUaGlzIGlzIGEgUGF5bWVudE5vdGljZSByZXNvdXJjZSAqL1xuICByZXNvdXJjZVR5cGU6IFwiUGF5bWVudE5vdGljZVwiO1xuXG4gIC8qKiBVbmlxdWUgaWRlbnRpZmllciBmb3IgdGhlIGN1cnJlbnQgcGF5bWVudCBub3RpY2UgYXMgYXNzaWduZWQgYnkgdGhlIHByb3ZpZGVyLiAoMC4uKikgKi9cbiAgaWRlbnRpZmllcj86IEFycmF5PElkZW50aWZpZXI+O1xuXG4gIC8qKiBUaGUgc3RhdHVzIG9mIHRoZSByZXNvdXJjZSBpbnN0YW5jZS4gKDEuLjEpICovXG4gIHN0YXR1czogUGF5bWVudE5vdGljZVN0YXR1cztcblxuICAvKiogUmVmZXJlbmNlIG9mIHJlc291cmNlIGZvciB3aGljaCBwYXltZW50IGlzIGJlaW5nIG1hZGUuICgwLi4xKSAqL1xuICByZXF1ZXN0PzogUmVmZXJlbmNlO1xuXG4gIC8qKiBSZWZlcmVuY2Ugb2YgcmVzcG9uc2UgdG8gcmVzb3VyY2UgZm9yIHdoaWNoIHBheW1lbnQgaXMgYmVpbmcgbWFkZS4gKDAuLjEpICovXG4gIHJlc3BvbnNlPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBUaGUgZGF0ZSB3aGVuIHRoaXMgcmVzb3VyY2Ugd2FzIGNyZWF0ZWQuICgxLi4xKSAqL1xuICBjcmVhdGVkOiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBwcmFjdGl0aW9uZXIgd2hvIGlzIHJlc3BvbnNpYmxlIGZvciB0aGUgc2VydmljZXMgcmVuZGVyZWQgdG8gdGhlIHBhdGllbnQuICgwLi4xKSAqL1xuICBwcm92aWRlcj86IFJlZmVyZW5jZTtcblxuICAvKiogQSByZWZlcmVuY2UgdG8gdGhlIHBheW1lbnQgd2hpY2ggaXMgdGhlIHN1YmplY3Qgb2YgdGhpcyBub3RpY2UuICgxLi4xKSAqL1xuICBwYXltZW50OiBSZWZlcmVuY2U7XG5cbiAgLyoqIFRoZSBkYXRlIHdoZW4gdGhlIGFib3ZlIHBheW1lbnQgYWN0aW9uIG9jY3VycmVkLiAoMC4uMSkgKi9cbiAgcGF5bWVudERhdGU/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBwYXJ0eSB3aG8gd2lsbCByZWNlaXZlIG9yIGhhcyByZWNlaXZlZCBwYXltZW50IHRoYXQgaXMgdGhlIHN1YmplY3Qgb2YgdGhpcyBub3RpZmljYXRpb24uICgwLi4xKSAqL1xuICBwYXllZT86IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIHBhcnR5IHdobyBpcyBub3RpZmllZCBvZiB0aGUgcGF5bWVudCBzdGF0dXMuICgxLi4xKSAqL1xuICByZWNpcGllbnQ6IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIGFtb3VudCBzZW50IHRvIHRoZSBwYXllZS4gKDEuLjEpICovXG4gIGFtb3VudDogTW9uZXk7XG5cbiAgLyoqIEEgY29kZSBpbmRpY2F0aW5nIHdoZXRoZXIgcGF5bWVudCBoYXMgYmVlbiBzZW50IG9yIGNsZWFyZWQgKGUuZy4gcGFpZDogcGF5bWVudCBzZW50LCBjbGVhcmVkOiBwYXltZW50IHJlY2VpdmVkKS4gKDAuLjEpICovXG4gIHBheW1lbnRTdGF0dXM/OiBDb2RlYWJsZUNvbmNlcHQ7XG59XG4iXX0=
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { RemittanceOutcomeCode } from "./claimresponse";
|
|
1
2
|
import type { CodeableConcept } from "./codeableconcept";
|
|
2
3
|
import type { DomainResource } from "./domainresource";
|
|
3
4
|
import type { Identifier } from "./identifier";
|
|
@@ -6,35 +7,51 @@ import type { PaymentReconciliation_Detail } from "./paymentreconciliation_detai
|
|
|
6
7
|
import type { PaymentReconciliation_ProcessNote } from "./paymentreconciliation_processnote";
|
|
7
8
|
import type { Period } from "./period";
|
|
8
9
|
import type { Reference } from "./reference";
|
|
10
|
+
/** PaymentReconciliation status: active | cancelled | draft | entered-in-error (PaymentReconciliationStatus). */
|
|
11
|
+
export declare const PAYMENT_RECONCILIATION_STATUS: {
|
|
12
|
+
/** Active: the resource instance is currently active. */
|
|
13
|
+
readonly ACTIVE: "active";
|
|
14
|
+
/** Cancelled: the resource has been withdrawn or superseded. */
|
|
15
|
+
readonly CANCELLED: "cancelled";
|
|
16
|
+
/** Draft: the resource is in draft mode. */
|
|
17
|
+
readonly DRAFT: "draft";
|
|
18
|
+
/** Entered in error: the resource was entered in error. */
|
|
19
|
+
readonly ENTERED_IN_ERROR: "entered-in-error";
|
|
20
|
+
};
|
|
21
|
+
export type PaymentReconciliationStatus = (typeof PAYMENT_RECONCILIATION_STATUS)[keyof typeof PAYMENT_RECONCILIATION_STATUS];
|
|
22
|
+
/** PaymentReconciliation outcome: queued | complete | error | partial (RemittanceOutcome). Same as ClaimResponse; use RemittanceOutcomeCode from claimresponse. */
|
|
23
|
+
export type RemittanceOutcome = RemittanceOutcomeCode;
|
|
9
24
|
export interface PaymentReconciliation extends DomainResource {
|
|
10
25
|
/** This is a PaymentReconciliation resource */
|
|
11
26
|
resourceType: "PaymentReconciliation";
|
|
12
|
-
/**
|
|
27
|
+
/** Unique identifier for the current payment reconciliation as assigned by the provider. (0..*) */
|
|
13
28
|
identifier?: Array<Identifier>;
|
|
14
|
-
/** The status of the resource instance. */
|
|
15
|
-
status
|
|
16
|
-
/** The period of time for which payments have been gathered into this bulk payment for settlement. */
|
|
29
|
+
/** The status of the resource instance. (1..1) */
|
|
30
|
+
status: PaymentReconciliationStatus;
|
|
31
|
+
/** The period of time for which payments have been gathered into this bulk payment for settlement. (0..1) */
|
|
17
32
|
period?: Period;
|
|
18
|
-
/** The date when the
|
|
19
|
-
created
|
|
20
|
-
/** The
|
|
21
|
-
|
|
22
|
-
/** Original request resource reference. */
|
|
33
|
+
/** The date when the resource was created. (1..1) */
|
|
34
|
+
created: string;
|
|
35
|
+
/** The party who generated the payment. This party is also responsible for the reconciliation. (0..1) */
|
|
36
|
+
paymentIssuer?: Reference;
|
|
37
|
+
/** Original request resource reference (e.g. Task). (0..1) */
|
|
23
38
|
request?: Reference;
|
|
24
|
-
/**
|
|
25
|
-
|
|
26
|
-
/**
|
|
39
|
+
/** The practitioner who is responsible for the services rendered to the patient. (0..1) */
|
|
40
|
+
requestor?: Reference;
|
|
41
|
+
/** The outcome of a request for a reconciliation (queued | complete | error | partial). (0..1) */
|
|
42
|
+
outcome?: RemittanceOutcome;
|
|
43
|
+
/** A human readable description of the status of the request for the reconciliation. (0..1) */
|
|
27
44
|
disposition?: string;
|
|
28
|
-
/** The
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
|
|
32
|
-
/**
|
|
45
|
+
/** The date of payment as indicated on the financial instrument. (1..1) */
|
|
46
|
+
paymentDate: string;
|
|
47
|
+
/** Total payment amount as indicated on the financial instrument. (1..1) */
|
|
48
|
+
paymentAmount: Money;
|
|
49
|
+
/** Issuer's unique identifier for the payment instrument (e.g. EFT number or check number). (0..1) */
|
|
50
|
+
paymentIdentifier?: Identifier;
|
|
51
|
+
/** List of individual settlement amounts and the corresponding transaction. (0..*) */
|
|
33
52
|
detail?: Array<PaymentReconciliation_Detail>;
|
|
34
|
-
/**
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
total?: Money;
|
|
38
|
-
/** Suite of notes. */
|
|
53
|
+
/** A code for the form to be used for printing the content. (0..1) */
|
|
54
|
+
formCode?: CodeableConcept;
|
|
55
|
+
/** A note that describes or explains the processing in a human readable form. (0..*) */
|
|
39
56
|
processNote?: Array<PaymentReconciliation_ProcessNote>;
|
|
40
57
|
}
|
|
@@ -1,3 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
3
|
+
exports.PAYMENT_RECONCILIATION_STATUS = void 0;
|
|
4
|
+
// FHIR PaymentReconciliation Type
|
|
5
|
+
// StructureDefinition: https://hl7.org/fhir/R4/paymentreconciliation.html
|
|
6
|
+
/** PaymentReconciliation status: active | cancelled | draft | entered-in-error (PaymentReconciliationStatus). */
|
|
7
|
+
exports.PAYMENT_RECONCILIATION_STATUS = {
|
|
8
|
+
/** Active: the resource instance is currently active. */
|
|
9
|
+
ACTIVE: "active",
|
|
10
|
+
/** Cancelled: the resource has been withdrawn or superseded. */
|
|
11
|
+
CANCELLED: "cancelled",
|
|
12
|
+
/** Draft: the resource is in draft mode. */
|
|
13
|
+
DRAFT: "draft",
|
|
14
|
+
/** Entered in error: the resource was entered in error. */
|
|
15
|
+
ENTERED_IN_ERROR: "entered-in-error",
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGF5bWVudHJlY29uY2lsaWF0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL3BheW1lbnRyZWNvbmNpbGlhdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFVQSxrQ0FBa0M7QUFFbEMsMEVBQTBFO0FBRTFFLGlIQUFpSDtBQUNwRyxRQUFBLDZCQUE2QixHQUFHO0lBQzNDLHlEQUF5RDtJQUN6RCxNQUFNLEVBQUUsUUFBUTtJQUNoQixnRUFBZ0U7SUFDaEUsU0FBUyxFQUFFLFdBQVc7SUFDdEIsNENBQTRDO0lBQzVDLEtBQUssRUFBRSxPQUFPO0lBQ2QsMkRBQTJEO0lBQzNELGdCQUFnQixFQUFFLGtCQUFrQjtDQUM1QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBSZW1pdHRhbmNlT3V0Y29tZUNvZGUgfSBmcm9tIFwiLi9jbGFpbXJlc3BvbnNlXCI7XG5pbXBvcnQgdHlwZSB7IENvZGVhYmxlQ29uY2VwdCB9IGZyb20gXCIuL2NvZGVhYmxlY29uY2VwdFwiO1xuaW1wb3J0IHR5cGUgeyBEb21haW5SZXNvdXJjZSB9IGZyb20gXCIuL2RvbWFpbnJlc291cmNlXCI7XG5pbXBvcnQgdHlwZSB7IElkZW50aWZpZXIgfSBmcm9tIFwiLi9pZGVudGlmaWVyXCI7XG5pbXBvcnQgdHlwZSB7IE1vbmV5IH0gZnJvbSBcIi4vbW9uZXlcIjtcbmltcG9ydCB0eXBlIHsgUGF5bWVudFJlY29uY2lsaWF0aW9uX0RldGFpbCB9IGZyb20gXCIuL3BheW1lbnRyZWNvbmNpbGlhdGlvbl9kZXRhaWxcIjtcbmltcG9ydCB0eXBlIHsgUGF5bWVudFJlY29uY2lsaWF0aW9uX1Byb2Nlc3NOb3RlIH0gZnJvbSBcIi4vcGF5bWVudHJlY29uY2lsaWF0aW9uX3Byb2Nlc3Nub3RlXCI7XG5pbXBvcnQgdHlwZSB7IFBlcmlvZCB9IGZyb20gXCIuL3BlcmlvZFwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuLy8gRkhJUiBQYXltZW50UmVjb25jaWxpYXRpb24gVHlwZVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC9wYXltZW50cmVjb25jaWxpYXRpb24uaHRtbFxuXG4vKiogUGF5bWVudFJlY29uY2lsaWF0aW9uIHN0YXR1czogYWN0aXZlIHwgY2FuY2VsbGVkIHwgZHJhZnQgfCBlbnRlcmVkLWluLWVycm9yIChQYXltZW50UmVjb25jaWxpYXRpb25TdGF0dXMpLiAqL1xuZXhwb3J0IGNvbnN0IFBBWU1FTlRfUkVDT05DSUxJQVRJT05fU1RBVFVTID0ge1xuICAvKiogQWN0aXZlOiB0aGUgcmVzb3VyY2UgaW5zdGFuY2UgaXMgY3VycmVudGx5IGFjdGl2ZS4gKi9cbiAgQUNUSVZFOiBcImFjdGl2ZVwiLFxuICAvKiogQ2FuY2VsbGVkOiB0aGUgcmVzb3VyY2UgaGFzIGJlZW4gd2l0aGRyYXduIG9yIHN1cGVyc2VkZWQuICovXG4gIENBTkNFTExFRDogXCJjYW5jZWxsZWRcIixcbiAgLyoqIERyYWZ0OiB0aGUgcmVzb3VyY2UgaXMgaW4gZHJhZnQgbW9kZS4gKi9cbiAgRFJBRlQ6IFwiZHJhZnRcIixcbiAgLyoqIEVudGVyZWQgaW4gZXJyb3I6IHRoZSByZXNvdXJjZSB3YXMgZW50ZXJlZCBpbiBlcnJvci4gKi9cbiAgRU5URVJFRF9JTl9FUlJPUjogXCJlbnRlcmVkLWluLWVycm9yXCIsXG59IGFzIGNvbnN0O1xuXG5leHBvcnQgdHlwZSBQYXltZW50UmVjb25jaWxpYXRpb25TdGF0dXMgPVxuICAodHlwZW9mIFBBWU1FTlRfUkVDT05DSUxJQVRJT05fU1RBVFVTKVtrZXlvZiB0eXBlb2YgUEFZTUVOVF9SRUNPTkNJTElBVElPTl9TVEFUVVNdO1xuXG4vKiogUGF5bWVudFJlY29uY2lsaWF0aW9uIG91dGNvbWU6IHF1ZXVlZCB8IGNvbXBsZXRlIHwgZXJyb3IgfCBwYXJ0aWFsIChSZW1pdHRhbmNlT3V0Y29tZSkuIFNhbWUgYXMgQ2xhaW1SZXNwb25zZTsgdXNlIFJlbWl0dGFuY2VPdXRjb21lQ29kZSBmcm9tIGNsYWltcmVzcG9uc2UuICovXG5leHBvcnQgdHlwZSBSZW1pdHRhbmNlT3V0Y29tZSA9IFJlbWl0dGFuY2VPdXRjb21lQ29kZTtcblxuZXhwb3J0IGludGVyZmFjZSBQYXltZW50UmVjb25jaWxpYXRpb24gZXh0ZW5kcyBEb21haW5SZXNvdXJjZSB7XG4gIC8qKiBUaGlzIGlzIGEgUGF5bWVudFJlY29uY2lsaWF0aW9uIHJlc291cmNlICovXG4gIHJlc291cmNlVHlwZTogXCJQYXltZW50UmVjb25jaWxpYXRpb25cIjtcblxuICAvKiogVW5pcXVlIGlkZW50aWZpZXIgZm9yIHRoZSBjdXJyZW50IHBheW1lbnQgcmVjb25jaWxpYXRpb24gYXMgYXNzaWduZWQgYnkgdGhlIHByb3ZpZGVyLiAoMC4uKikgKi9cbiAgaWRlbnRpZmllcj86IEFycmF5PElkZW50aWZpZXI+O1xuXG4gIC8qKiBUaGUgc3RhdHVzIG9mIHRoZSByZXNvdXJjZSBpbnN0YW5jZS4gKDEuLjEpICovXG4gIHN0YXR1czogUGF5bWVudFJlY29uY2lsaWF0aW9uU3RhdHVzO1xuXG4gIC8qKiBUaGUgcGVyaW9kIG9mIHRpbWUgZm9yIHdoaWNoIHBheW1lbnRzIGhhdmUgYmVlbiBnYXRoZXJlZCBpbnRvIHRoaXMgYnVsayBwYXltZW50IGZvciBzZXR0bGVtZW50LiAoMC4uMSkgKi9cbiAgcGVyaW9kPzogUGVyaW9kO1xuXG4gIC8qKiBUaGUgZGF0ZSB3aGVuIHRoZSByZXNvdXJjZSB3YXMgY3JlYXRlZC4gKDEuLjEpICovXG4gIGNyZWF0ZWQ6IHN0cmluZztcblxuICAvKiogVGhlIHBhcnR5IHdobyBnZW5lcmF0ZWQgdGhlIHBheW1lbnQuIFRoaXMgcGFydHkgaXMgYWxzbyByZXNwb25zaWJsZSBmb3IgdGhlIHJlY29uY2lsaWF0aW9uLiAoMC4uMSkgKi9cbiAgcGF5bWVudElzc3Vlcj86IFJlZmVyZW5jZTtcblxuICAvKiogT3JpZ2luYWwgcmVxdWVzdCByZXNvdXJjZSByZWZlcmVuY2UgKGUuZy4gVGFzaykuICgwLi4xKSAqL1xuICByZXF1ZXN0PzogUmVmZXJlbmNlO1xuXG4gIC8qKiBUaGUgcHJhY3RpdGlvbmVyIHdobyBpcyByZXNwb25zaWJsZSBmb3IgdGhlIHNlcnZpY2VzIHJlbmRlcmVkIHRvIHRoZSBwYXRpZW50LiAoMC4uMSkgKi9cbiAgcmVxdWVzdG9yPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBUaGUgb3V0Y29tZSBvZiBhIHJlcXVlc3QgZm9yIGEgcmVjb25jaWxpYXRpb24gKHF1ZXVlZCB8IGNvbXBsZXRlIHwgZXJyb3IgfCBwYXJ0aWFsKS4gKDAuLjEpICovXG4gIG91dGNvbWU/OiBSZW1pdHRhbmNlT3V0Y29tZTtcblxuICAvKiogQSBodW1hbiByZWFkYWJsZSBkZXNjcmlwdGlvbiBvZiB0aGUgc3RhdHVzIG9mIHRoZSByZXF1ZXN0IGZvciB0aGUgcmVjb25jaWxpYXRpb24uICgwLi4xKSAqL1xuICBkaXNwb3NpdGlvbj86IHN0cmluZztcblxuICAvKiogVGhlIGRhdGUgb2YgcGF5bWVudCBhcyBpbmRpY2F0ZWQgb24gdGhlIGZpbmFuY2lhbCBpbnN0cnVtZW50LiAoMS4uMSkgKi9cbiAgcGF5bWVudERhdGU6IHN0cmluZztcblxuICAvKiogVG90YWwgcGF5bWVudCBhbW91bnQgYXMgaW5kaWNhdGVkIG9uIHRoZSBmaW5hbmNpYWwgaW5zdHJ1bWVudC4gKDEuLjEpICovXG4gIHBheW1lbnRBbW91bnQ6IE1vbmV5O1xuXG4gIC8qKiBJc3N1ZXIncyB1bmlxdWUgaWRlbnRpZmllciBmb3IgdGhlIHBheW1lbnQgaW5zdHJ1bWVudCAoZS5nLiBFRlQgbnVtYmVyIG9yIGNoZWNrIG51bWJlcikuICgwLi4xKSAqL1xuICBwYXltZW50SWRlbnRpZmllcj86IElkZW50aWZpZXI7XG5cbiAgLyoqIExpc3Qgb2YgaW5kaXZpZHVhbCBzZXR0bGVtZW50IGFtb3VudHMgYW5kIHRoZSBjb3JyZXNwb25kaW5nIHRyYW5zYWN0aW9uLiAoMC4uKikgKi9cbiAgZGV0YWlsPzogQXJyYXk8UGF5bWVudFJlY29uY2lsaWF0aW9uX0RldGFpbD47XG5cbiAgLyoqIEEgY29kZSBmb3IgdGhlIGZvcm0gdG8gYmUgdXNlZCBmb3IgcHJpbnRpbmcgdGhlIGNvbnRlbnQuICgwLi4xKSAqL1xuICBmb3JtQ29kZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogQSBub3RlIHRoYXQgZGVzY3JpYmVzIG9yIGV4cGxhaW5zIHRoZSBwcm9jZXNzaW5nIGluIGEgaHVtYW4gcmVhZGFibGUgZm9ybS4gKDAuLiopICovXG4gIHByb2Nlc3NOb3RlPzogQXJyYXk8UGF5bWVudFJlY29uY2lsaWF0aW9uX1Byb2Nlc3NOb3RlPjtcbn1cbiJdfQ==
|
|
@@ -1,20 +1,27 @@
|
|
|
1
1
|
import type { BackboneElement } from "./backboneelement";
|
|
2
2
|
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
+
import type { Identifier } from "./identifier";
|
|
3
4
|
import type { Money } from "./money";
|
|
4
5
|
import type { Reference } from "./reference";
|
|
5
6
|
export interface PaymentReconciliation_Detail extends BackboneElement {
|
|
6
|
-
/**
|
|
7
|
+
/** Unique identifier for the current payment item for the referenced payable. (0..1) */
|
|
8
|
+
identifier?: Identifier;
|
|
9
|
+
/** Unique identifier for the prior payment item for the referenced payable. (0..1) */
|
|
10
|
+
predecessor?: Identifier;
|
|
11
|
+
/** Code to indicate the nature of the payment (e.g. payment, adjustment, funds advance). (1..1) */
|
|
7
12
|
type: CodeableConcept;
|
|
8
|
-
/**
|
|
13
|
+
/** A resource, such as a Claim, the evaluation of which could lead to payment. (0..1) */
|
|
9
14
|
request?: Reference;
|
|
10
|
-
/** The claim
|
|
11
|
-
response?: Reference;
|
|
12
|
-
/** The Organization which submitted the claim or financial transaction. */
|
|
15
|
+
/** The party which submitted the claim or financial transaction. (0..1) */
|
|
13
16
|
submitter?: Reference;
|
|
14
|
-
/**
|
|
15
|
-
|
|
16
|
-
/** The date
|
|
17
|
+
/** A resource, such as a ClaimResponse, which contains a commitment to payment. (0..1) */
|
|
18
|
+
response?: Reference;
|
|
19
|
+
/** The date from the response resource containing a commitment to pay. (0..1) */
|
|
17
20
|
date?: string;
|
|
18
|
-
/**
|
|
21
|
+
/** A reference to the individual who is responsible for inquiries regarding the response and its payment. (0..1) */
|
|
22
|
+
responsible?: Reference;
|
|
23
|
+
/** The party which is receiving the payment. (0..1) */
|
|
24
|
+
payee?: Reference;
|
|
25
|
+
/** The monetary amount allocated from the total payment to the payable. (0..1) */
|
|
19
26
|
amount?: Money;
|
|
20
27
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGF5bWVudHJlY29uY2lsaWF0aW9uX2RldGFpbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9wYXltZW50cmVjb25jaWxpYXRpb25fZGV0YWlsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IEJhY2tib25lRWxlbWVudCB9IGZyb20gXCIuL2JhY2tib25lZWxlbWVudFwiO1xuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgSWRlbnRpZmllciB9IGZyb20gXCIuL2lkZW50aWZpZXJcIjtcbmltcG9ydCB0eXBlIHsgTW9uZXkgfSBmcm9tIFwiLi9tb25leVwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuLy8gRkhJUiBQYXltZW50UmVjb25jaWxpYXRpb25fRGV0YWlsIFR5cGVcblxuLy8gU3RydWN0dXJlRGVmaW5pdGlvbjogaHR0cHM6Ly9obDcub3JnL2ZoaXIvUjQvcGF5bWVudHJlY29uY2lsaWF0aW9uLmh0bWwgKFBheW1lbnRSZWNvbmNpbGlhdGlvbi5kZXRhaWwpXG5cbmV4cG9ydCBpbnRlcmZhY2UgUGF5bWVudFJlY29uY2lsaWF0aW9uX0RldGFpbCBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBVbmlxdWUgaWRlbnRpZmllciBmb3IgdGhlIGN1cnJlbnQgcGF5bWVudCBpdGVtIGZvciB0aGUgcmVmZXJlbmNlZCBwYXlhYmxlLiAoMC4uMSkgKi9cbiAgaWRlbnRpZmllcj86IElkZW50aWZpZXI7XG5cbiAgLyoqIFVuaXF1ZSBpZGVudGlmaWVyIGZvciB0aGUgcHJpb3IgcGF5bWVudCBpdGVtIGZvciB0aGUgcmVmZXJlbmNlZCBwYXlhYmxlLiAoMC4uMSkgKi9cbiAgcHJlZGVjZXNzb3I/OiBJZGVudGlmaWVyO1xuXG4gIC8qKiBDb2RlIHRvIGluZGljYXRlIHRoZSBuYXR1cmUgb2YgdGhlIHBheW1lbnQgKGUuZy4gcGF5bWVudCwgYWRqdXN0bWVudCwgZnVuZHMgYWR2YW5jZSkuICgxLi4xKSAqL1xuICB0eXBlOiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEEgcmVzb3VyY2UsIHN1Y2ggYXMgYSBDbGFpbSwgdGhlIGV2YWx1YXRpb24gb2Ygd2hpY2ggY291bGQgbGVhZCB0byBwYXltZW50LiAoMC4uMSkgKi9cbiAgcmVxdWVzdD86IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIHBhcnR5IHdoaWNoIHN1Ym1pdHRlZCB0aGUgY2xhaW0gb3IgZmluYW5jaWFsIHRyYW5zYWN0aW9uLiAoMC4uMSkgKi9cbiAgc3VibWl0dGVyPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBBIHJlc291cmNlLCBzdWNoIGFzIGEgQ2xhaW1SZXNwb25zZSwgd2hpY2ggY29udGFpbnMgYSBjb21taXRtZW50IHRvIHBheW1lbnQuICgwLi4xKSAqL1xuICByZXNwb25zZT86IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIGRhdGUgZnJvbSB0aGUgcmVzcG9uc2UgcmVzb3VyY2UgY29udGFpbmluZyBhIGNvbW1pdG1lbnQgdG8gcGF5LiAoMC4uMSkgKi9cbiAgZGF0ZT86IHN0cmluZztcblxuICAvKiogQSByZWZlcmVuY2UgdG8gdGhlIGluZGl2aWR1YWwgd2hvIGlzIHJlc3BvbnNpYmxlIGZvciBpbnF1aXJpZXMgcmVnYXJkaW5nIHRoZSByZXNwb25zZSBhbmQgaXRzIHBheW1lbnQuICgwLi4xKSAqL1xuICByZXNwb25zaWJsZT86IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIHBhcnR5IHdoaWNoIGlzIHJlY2VpdmluZyB0aGUgcGF5bWVudC4gKDAuLjEpICovXG4gIHBheWVlPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBUaGUgbW9uZXRhcnkgYW1vdW50IGFsbG9jYXRlZCBmcm9tIHRoZSB0b3RhbCBwYXltZW50IHRvIHRoZSBwYXlhYmxlLiAoMC4uMSkgKi9cbiAgYW1vdW50PzogTW9uZXk7XG59XG4iXX0=
|
|
@@ -1,8 +1,17 @@
|
|
|
1
1
|
import type { BackboneElement } from "./backboneelement";
|
|
2
|
-
|
|
2
|
+
/** PaymentReconciliation.processNote type: display | print | printoper (NoteType). */
|
|
3
|
+
export declare const PAYMENT_RECONCILIATION_PROCESS_NOTE_TYPE: {
|
|
4
|
+
/** Display the note. */
|
|
5
|
+
readonly DISPLAY: "display";
|
|
6
|
+
/** Print the note on the form. */
|
|
7
|
+
readonly PRINT: "print";
|
|
8
|
+
/** Print the note for the operator. */
|
|
9
|
+
readonly PRINTOPER: "printoper";
|
|
10
|
+
};
|
|
11
|
+
export type PaymentReconciliationProcessNoteType = (typeof PAYMENT_RECONCILIATION_PROCESS_NOTE_TYPE)[keyof typeof PAYMENT_RECONCILIATION_PROCESS_NOTE_TYPE];
|
|
3
12
|
export interface PaymentReconciliation_ProcessNote extends BackboneElement {
|
|
4
|
-
/** The
|
|
5
|
-
type?:
|
|
6
|
-
/** The
|
|
13
|
+
/** The business purpose of the note text. (0..1) */
|
|
14
|
+
type?: PaymentReconciliationProcessNoteType;
|
|
15
|
+
/** The explanation or description associated with the processing. (0..1) */
|
|
7
16
|
text?: string;
|
|
8
17
|
}
|
|
@@ -1,3 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
3
|
+
exports.PAYMENT_RECONCILIATION_PROCESS_NOTE_TYPE = void 0;
|
|
4
|
+
// FHIR PaymentReconciliation_ProcessNote Type
|
|
5
|
+
// StructureDefinition: https://hl7.org/fhir/R4/paymentreconciliation.html (PaymentReconciliation.processNote)
|
|
6
|
+
/** PaymentReconciliation.processNote type: display | print | printoper (NoteType). */
|
|
7
|
+
exports.PAYMENT_RECONCILIATION_PROCESS_NOTE_TYPE = {
|
|
8
|
+
/** Display the note. */
|
|
9
|
+
DISPLAY: "display",
|
|
10
|
+
/** Print the note on the form. */
|
|
11
|
+
PRINT: "print",
|
|
12
|
+
/** Print the note for the operator. */
|
|
13
|
+
PRINTOPER: "printoper",
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGF5bWVudHJlY29uY2lsaWF0aW9uX3Byb2Nlc3Nub3RlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL3BheW1lbnRyZWNvbmNpbGlhdGlvbl9wcm9jZXNzbm90ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSw4Q0FBOEM7QUFFOUMsOEdBQThHO0FBRTlHLHNGQUFzRjtBQUN6RSxRQUFBLHdDQUF3QyxHQUFHO0lBQ3RELHdCQUF3QjtJQUN4QixPQUFPLEVBQUUsU0FBUztJQUNsQixrQ0FBa0M7SUFDbEMsS0FBSyxFQUFFLE9BQU87SUFDZCx1Q0FBdUM7SUFDdkMsU0FBUyxFQUFFLFdBQVc7Q0FDZCxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcblxuLy8gRkhJUiBQYXltZW50UmVjb25jaWxpYXRpb25fUHJvY2Vzc05vdGUgVHlwZVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC9wYXltZW50cmVjb25jaWxpYXRpb24uaHRtbCAoUGF5bWVudFJlY29uY2lsaWF0aW9uLnByb2Nlc3NOb3RlKVxuXG4vKiogUGF5bWVudFJlY29uY2lsaWF0aW9uLnByb2Nlc3NOb3RlIHR5cGU6IGRpc3BsYXkgfCBwcmludCB8IHByaW50b3BlciAoTm90ZVR5cGUpLiAqL1xuZXhwb3J0IGNvbnN0IFBBWU1FTlRfUkVDT05DSUxJQVRJT05fUFJPQ0VTU19OT1RFX1RZUEUgPSB7XG4gIC8qKiBEaXNwbGF5IHRoZSBub3RlLiAqL1xuICBESVNQTEFZOiBcImRpc3BsYXlcIixcbiAgLyoqIFByaW50IHRoZSBub3RlIG9uIHRoZSBmb3JtLiAqL1xuICBQUklOVDogXCJwcmludFwiLFxuICAvKiogUHJpbnQgdGhlIG5vdGUgZm9yIHRoZSBvcGVyYXRvci4gKi9cbiAgUFJJTlRPUEVSOiBcInByaW50b3BlclwiLFxufSBhcyBjb25zdDtcblxuZXhwb3J0IHR5cGUgUGF5bWVudFJlY29uY2lsaWF0aW9uUHJvY2Vzc05vdGVUeXBlID1cbiAgKHR5cGVvZiBQQVlNRU5UX1JFQ09OQ0lMSUFUSU9OX1BST0NFU1NfTk9URV9UWVBFKVtrZXlvZiB0eXBlb2YgUEFZTUVOVF9SRUNPTkNJTElBVElPTl9QUk9DRVNTX05PVEVfVFlQRV07XG5cbmV4cG9ydCBpbnRlcmZhY2UgUGF5bWVudFJlY29uY2lsaWF0aW9uX1Byb2Nlc3NOb3RlIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIFRoZSBidXNpbmVzcyBwdXJwb3NlIG9mIHRoZSBub3RlIHRleHQuICgwLi4xKSAqL1xuICB0eXBlPzogUGF5bWVudFJlY29uY2lsaWF0aW9uUHJvY2Vzc05vdGVUeXBlO1xuXG4gIC8qKiBUaGUgZXhwbGFuYXRpb24gb3IgZGVzY3JpcHRpb24gYXNzb2NpYXRlZCB3aXRoIHRoZSBwcm9jZXNzaW5nLiAoMC4uMSkgKi9cbiAgdGV4dD86IHN0cmluZztcbn1cbiJdfQ==
|
package/lib/period.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Element } from "./element";
|
|
2
2
|
export interface Period extends Element {
|
|
3
|
-
/** The start of the period. The boundary is inclusive. */
|
|
3
|
+
/** The start of the period. The boundary is inclusive. (0..1) */
|
|
4
4
|
start?: string;
|
|
5
|
-
/** The end of the period. If the end of the period is missing, it means that the period is ongoing. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time. */
|
|
5
|
+
/** The end of the period. If the end of the period is missing, it means that the period is ongoing. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time. If present, start SHALL have a lower value than end (per-1). (0..1) */
|
|
6
6
|
end?: string;
|
|
7
7
|
}
|
package/lib/period.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGVyaW9kLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL3BlcmlvZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBFbGVtZW50IH0gZnJvbSBcIi4vZWxlbWVudFwiO1xuXG4vLyBGSElSIFBlcmlvZCBUeXBlXG5cbi8vIFN0cnVjdHVyZURlZmluaXRpb246IGh0dHBzOi8vaGw3Lm9yZy9maGlyL1I0L2RhdGF0eXBlcy5odG1sI1BlcmlvZFxuXG5leHBvcnQgaW50ZXJmYWNlIFBlcmlvZCBleHRlbmRzIEVsZW1lbnQge1xuICAvKiogVGhlIHN0YXJ0IG9mIHRoZSBwZXJpb2QuIFRoZSBib3VuZGFyeSBpcyBpbmNsdXNpdmUuICgwLi4xKSAqL1xuICBzdGFydD86IHN0cmluZztcblxuICAvKiogVGhlIGVuZCBvZiB0aGUgcGVyaW9kLiBJZiB0aGUgZW5kIG9mIHRoZSBwZXJpb2QgaXMgbWlzc2luZywgaXQgbWVhbnMgdGhhdCB0aGUgcGVyaW9kIGlzIG9uZ29pbmcuIFRoZSBzdGFydCBtYXkgYmUgaW4gdGhlIHBhc3QsIGFuZCB0aGUgZW5kIGRhdGUgaW4gdGhlIGZ1dHVyZSwgd2hpY2ggbWVhbnMgdGhhdCBwZXJpb2QgaXMgZXhwZWN0ZWQvcGxhbm5lZCB0byBlbmQgYXQgdGhhdCB0aW1lLiBJZiBwcmVzZW50LCBzdGFydCBTSEFMTCBoYXZlIGEgbG93ZXIgdmFsdWUgdGhhbiBlbmQgKHBlci0xKS4gKDAuLjEpICovXG4gIGVuZD86IHN0cmluZztcbn1cbiJdfQ==
|
package/lib/person.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Address } from "./address";
|
|
2
2
|
import type { Attachment } from "./attachment";
|
|
3
|
+
import type { AdministrativeGender } from "./constants";
|
|
3
4
|
import type { ContactPoint } from "./contactpoint";
|
|
4
5
|
import type { DomainResource } from "./domainresource";
|
|
5
6
|
import type { HumanName } from "./humanname";
|
|
@@ -9,24 +10,24 @@ import type { Reference } from "./reference";
|
|
|
9
10
|
export interface Person extends DomainResource {
|
|
10
11
|
/** This is a Person resource */
|
|
11
12
|
resourceType: "Person";
|
|
12
|
-
/** Identifier for a person within a particular scope. */
|
|
13
|
+
/** Identifier for a person within a particular scope. (0..*) */
|
|
13
14
|
identifier?: Array<Identifier>;
|
|
14
|
-
/** A name associated with the person. */
|
|
15
|
+
/** A name associated with the person. (0..*) */
|
|
15
16
|
name?: Array<HumanName>;
|
|
16
|
-
/** A contact detail for the person, e.g. a telephone number or an email address. */
|
|
17
|
+
/** A contact detail for the person, e.g. a telephone number or an email address. (0..*) */
|
|
17
18
|
telecom?: Array<ContactPoint>;
|
|
18
|
-
/** Administrative Gender. */
|
|
19
|
-
gender?:
|
|
20
|
-
/** The birth date for the person. */
|
|
19
|
+
/** Administrative Gender. (0..1) */
|
|
20
|
+
gender?: AdministrativeGender;
|
|
21
|
+
/** The birth date for the person. (0..1) */
|
|
21
22
|
birthDate?: string;
|
|
22
|
-
/** One or more addresses for the person. */
|
|
23
|
+
/** One or more addresses for the person. (0..*) */
|
|
23
24
|
address?: Array<Address>;
|
|
24
|
-
/** An image that can be displayed as a thumbnail of the person to enhance the identification of the individual. */
|
|
25
|
+
/** An image that can be displayed as a thumbnail of the person to enhance the identification of the individual. (0..1) */
|
|
25
26
|
photo?: Attachment;
|
|
26
|
-
/** The organization that is the custodian of the person record. */
|
|
27
|
+
/** The organization that is the custodian of the person record. (0..1) */
|
|
27
28
|
managingOrganization?: Reference;
|
|
28
|
-
/** Whether this person's record is in active use. */
|
|
29
|
+
/** Whether this person's record is in active use. (0..1) */
|
|
29
30
|
active?: boolean;
|
|
30
|
-
/** Link to a resource that concerns the same actual person. */
|
|
31
|
+
/** Link to a resource that concerns the same actual person. (0..*) */
|
|
31
32
|
link?: Array<Person_Link>;
|
|
32
33
|
}
|
package/lib/person.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGVyc29uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL3BlcnNvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBBZGRyZXNzIH0gZnJvbSBcIi4vYWRkcmVzc1wiO1xuaW1wb3J0IHR5cGUgeyBBdHRhY2htZW50IH0gZnJvbSBcIi4vYXR0YWNobWVudFwiO1xuaW1wb3J0IHR5cGUgeyBBZG1pbmlzdHJhdGl2ZUdlbmRlciB9IGZyb20gXCIuL2NvbnN0YW50c1wiO1xuaW1wb3J0IHR5cGUgeyBDb250YWN0UG9pbnQgfSBmcm9tIFwiLi9jb250YWN0cG9pbnRcIjtcbmltcG9ydCB0eXBlIHsgRG9tYWluUmVzb3VyY2UgfSBmcm9tIFwiLi9kb21haW5yZXNvdXJjZVwiO1xuaW1wb3J0IHR5cGUgeyBIdW1hbk5hbWUgfSBmcm9tIFwiLi9odW1hbm5hbWVcIjtcbmltcG9ydCB0eXBlIHsgSWRlbnRpZmllciB9IGZyb20gXCIuL2lkZW50aWZpZXJcIjtcbmltcG9ydCB0eXBlIHsgUGVyc29uX0xpbmsgfSBmcm9tIFwiLi9wZXJzb25fbGlua1wiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuLy8gRkhJUiBQZXJzb24gVHlwZVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC9wZXJzb24uaHRtbFxuXG5leHBvcnQgaW50ZXJmYWNlIFBlcnNvbiBleHRlbmRzIERvbWFpblJlc291cmNlIHtcbiAgLyoqIFRoaXMgaXMgYSBQZXJzb24gcmVzb3VyY2UgKi9cbiAgcmVzb3VyY2VUeXBlOiBcIlBlcnNvblwiO1xuXG4gIC8qKiBJZGVudGlmaWVyIGZvciBhIHBlcnNvbiB3aXRoaW4gYSBwYXJ0aWN1bGFyIHNjb3BlLiAoMC4uKikgKi9cbiAgaWRlbnRpZmllcj86IEFycmF5PElkZW50aWZpZXI+O1xuXG4gIC8qKiBBIG5hbWUgYXNzb2NpYXRlZCB3aXRoIHRoZSBwZXJzb24uICgwLi4qKSAqL1xuICBuYW1lPzogQXJyYXk8SHVtYW5OYW1lPjtcblxuICAvKiogQSBjb250YWN0IGRldGFpbCBmb3IgdGhlIHBlcnNvbiwgZS5nLiBhIHRlbGVwaG9uZSBudW1iZXIgb3IgYW4gZW1haWwgYWRkcmVzcy4gKDAuLiopICovXG4gIHRlbGVjb20/OiBBcnJheTxDb250YWN0UG9pbnQ+O1xuXG4gIC8qKiBBZG1pbmlzdHJhdGl2ZSBHZW5kZXIuICgwLi4xKSAqL1xuICBnZW5kZXI/OiBBZG1pbmlzdHJhdGl2ZUdlbmRlcjtcblxuICAvKiogVGhlIGJpcnRoIGRhdGUgZm9yIHRoZSBwZXJzb24uICgwLi4xKSAqL1xuICBiaXJ0aERhdGU/OiBzdHJpbmc7XG5cbiAgLyoqIE9uZSBvciBtb3JlIGFkZHJlc3NlcyBmb3IgdGhlIHBlcnNvbi4gKDAuLiopICovXG4gIGFkZHJlc3M/OiBBcnJheTxBZGRyZXNzPjtcblxuICAvKiogQW4gaW1hZ2UgdGhhdCBjYW4gYmUgZGlzcGxheWVkIGFzIGEgdGh1bWJuYWlsIG9mIHRoZSBwZXJzb24gdG8gZW5oYW5jZSB0aGUgaWRlbnRpZmljYXRpb24gb2YgdGhlIGluZGl2aWR1YWwuICgwLi4xKSAqL1xuICBwaG90bz86IEF0dGFjaG1lbnQ7XG5cbiAgLyoqIFRoZSBvcmdhbml6YXRpb24gdGhhdCBpcyB0aGUgY3VzdG9kaWFuIG9mIHRoZSBwZXJzb24gcmVjb3JkLiAoMC4uMSkgKi9cbiAgbWFuYWdpbmdPcmdhbml6YXRpb24/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIFdoZXRoZXIgdGhpcyBwZXJzb24ncyByZWNvcmQgaXMgaW4gYWN0aXZlIHVzZS4gKDAuLjEpICovXG4gIGFjdGl2ZT86IGJvb2xlYW47XG5cbiAgLyoqIExpbmsgdG8gYSByZXNvdXJjZSB0aGF0IGNvbmNlcm5zIHRoZSBzYW1lIGFjdHVhbCBwZXJzb24uICgwLi4qKSAqL1xuICBsaW5rPzogQXJyYXk8UGVyc29uX0xpbms+O1xufVxuIl19
|
package/lib/person_link.d.ts
CHANGED
|
@@ -1,8 +1,20 @@
|
|
|
1
1
|
import type { BackboneElement } from "./backboneelement";
|
|
2
2
|
import type { Reference } from "./reference";
|
|
3
|
+
/** Person_Link assurance: level1 | level2 | level3 | level4 (IdentityAssuranceLevel; NIST Authentication Levels). */
|
|
4
|
+
export declare const PERSON_LINK_ASSURANCE: {
|
|
5
|
+
/** Level 1: Little or no confidence that the link represents the same actual person. */
|
|
6
|
+
readonly LEVEL1: "level1";
|
|
7
|
+
/** Level 2: Some confidence that the link represents the same actual person. */
|
|
8
|
+
readonly LEVEL2: "level2";
|
|
9
|
+
/** Level 3: High confidence that the link represents the same actual person. */
|
|
10
|
+
readonly LEVEL3: "level3";
|
|
11
|
+
/** Level 4: Very high confidence that the link represents the same actual person. */
|
|
12
|
+
readonly LEVEL4: "level4";
|
|
13
|
+
};
|
|
14
|
+
export type PersonLinkAssurance = (typeof PERSON_LINK_ASSURANCE)[keyof typeof PERSON_LINK_ASSURANCE];
|
|
3
15
|
export interface Person_Link extends BackboneElement {
|
|
4
|
-
/** The resource to which this actual person is associated. */
|
|
16
|
+
/** The resource to which this actual person is associated. (1..1) */
|
|
5
17
|
target: Reference;
|
|
6
|
-
/** Level of assurance that this link is
|
|
7
|
-
assurance?:
|
|
18
|
+
/** Level of assurance that this link is associated with the target resource. (0..1) */
|
|
19
|
+
assurance?: PersonLinkAssurance;
|
|
8
20
|
}
|
package/lib/person_link.js
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
3
|
+
exports.PERSON_LINK_ASSURANCE = void 0;
|
|
4
|
+
// FHIR Person_Link Type
|
|
5
|
+
// StructureDefinition: https://hl7.org/fhir/R4/person.html (Person.link)
|
|
6
|
+
/** Person_Link assurance: level1 | level2 | level3 | level4 (IdentityAssuranceLevel; NIST Authentication Levels). */
|
|
7
|
+
exports.PERSON_LINK_ASSURANCE = {
|
|
8
|
+
/** Level 1: Little or no confidence that the link represents the same actual person. */
|
|
9
|
+
LEVEL1: "level1",
|
|
10
|
+
/** Level 2: Some confidence that the link represents the same actual person. */
|
|
11
|
+
LEVEL2: "level2",
|
|
12
|
+
/** Level 3: High confidence that the link represents the same actual person. */
|
|
13
|
+
LEVEL3: "level3",
|
|
14
|
+
/** Level 4: Very high confidence that the link represents the same actual person. */
|
|
15
|
+
LEVEL4: "level4",
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGVyc29uX2xpbmsuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvcGVyc29uX2xpbmsudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBR0Esd0JBQXdCO0FBRXhCLHlFQUF5RTtBQUV6RSxxSEFBcUg7QUFDeEcsUUFBQSxxQkFBcUIsR0FBRztJQUNuQyx3RkFBd0Y7SUFDeEYsTUFBTSxFQUFFLFFBQVE7SUFDaEIsZ0ZBQWdGO0lBQ2hGLE1BQU0sRUFBRSxRQUFRO0lBQ2hCLGdGQUFnRjtJQUNoRixNQUFNLEVBQUUsUUFBUTtJQUNoQixxRkFBcUY7SUFDckYsTUFBTSxFQUFFLFFBQVE7Q0FDUixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbi8vIEZISVIgUGVyc29uX0xpbmsgVHlwZVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC9wZXJzb24uaHRtbCAoUGVyc29uLmxpbmspXG5cbi8qKiBQZXJzb25fTGluayBhc3N1cmFuY2U6IGxldmVsMSB8IGxldmVsMiB8IGxldmVsMyB8IGxldmVsNCAoSWRlbnRpdHlBc3N1cmFuY2VMZXZlbDsgTklTVCBBdXRoZW50aWNhdGlvbiBMZXZlbHMpLiAqL1xuZXhwb3J0IGNvbnN0IFBFUlNPTl9MSU5LX0FTU1VSQU5DRSA9IHtcbiAgLyoqIExldmVsIDE6IExpdHRsZSBvciBubyBjb25maWRlbmNlIHRoYXQgdGhlIGxpbmsgcmVwcmVzZW50cyB0aGUgc2FtZSBhY3R1YWwgcGVyc29uLiAqL1xuICBMRVZFTDE6IFwibGV2ZWwxXCIsXG4gIC8qKiBMZXZlbCAyOiBTb21lIGNvbmZpZGVuY2UgdGhhdCB0aGUgbGluayByZXByZXNlbnRzIHRoZSBzYW1lIGFjdHVhbCBwZXJzb24uICovXG4gIExFVkVMMjogXCJsZXZlbDJcIixcbiAgLyoqIExldmVsIDM6IEhpZ2ggY29uZmlkZW5jZSB0aGF0IHRoZSBsaW5rIHJlcHJlc2VudHMgdGhlIHNhbWUgYWN0dWFsIHBlcnNvbi4gKi9cbiAgTEVWRUwzOiBcImxldmVsM1wiLFxuICAvKiogTGV2ZWwgNDogVmVyeSBoaWdoIGNvbmZpZGVuY2UgdGhhdCB0aGUgbGluayByZXByZXNlbnRzIHRoZSBzYW1lIGFjdHVhbCBwZXJzb24uICovXG4gIExFVkVMNDogXCJsZXZlbDRcIixcbn0gYXMgY29uc3Q7XG5cbmV4cG9ydCB0eXBlIFBlcnNvbkxpbmtBc3N1cmFuY2UgPVxuICAodHlwZW9mIFBFUlNPTl9MSU5LX0FTU1VSQU5DRSlba2V5b2YgdHlwZW9mIFBFUlNPTl9MSU5LX0FTU1VSQU5DRV07XG5cbmV4cG9ydCBpbnRlcmZhY2UgUGVyc29uX0xpbmsgZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogVGhlIHJlc291cmNlIHRvIHdoaWNoIHRoaXMgYWN0dWFsIHBlcnNvbiBpcyBhc3NvY2lhdGVkLiAoMS4uMSkgKi9cbiAgdGFyZ2V0OiBSZWZlcmVuY2U7XG5cbiAgLyoqIExldmVsIG9mIGFzc3VyYW5jZSB0aGF0IHRoaXMgbGluayBpcyBhc3NvY2lhdGVkIHdpdGggdGhlIHRhcmdldCByZXNvdXJjZS4gKDAuLjEpICovXG4gIGFzc3VyYW5jZT86IFBlcnNvbkxpbmtBc3N1cmFuY2U7XG59XG4iXX0=
|
package/lib/plandefinition.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
+
import type { PublicationStatus } from "./constants";
|
|
2
3
|
import type { ContactDetail } from "./contactdetail";
|
|
3
|
-
import type { Contributor } from "./contributor";
|
|
4
4
|
import type { DomainResource } from "./domainresource";
|
|
5
5
|
import type { Identifier } from "./identifier";
|
|
6
6
|
import type { Period } from "./period";
|
|
@@ -12,56 +12,64 @@ import type { UsageContext } from "./usagecontext";
|
|
|
12
12
|
export interface PlanDefinition extends DomainResource {
|
|
13
13
|
/** This is a PlanDefinition resource */
|
|
14
14
|
resourceType: "PlanDefinition";
|
|
15
|
-
/** An absolute URI that is used to identify this plan definition when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this plan definition is (or will be) published. The URL SHOULD include the major version of the plan definition. For more information see [Technical and Business Versions](resource.html#versions). */
|
|
15
|
+
/** An absolute URI that is used to identify this plan definition when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this plan definition is (or will be) published. The URL SHOULD include the major version of the plan definition. For more information see [Technical and Business Versions](resource.html#versions). (0..1) */
|
|
16
16
|
url?: string;
|
|
17
|
-
/** A formal identifier that is used to identify this plan definition when it is represented in other formats, or referenced in a specification, model, design or an instance. */
|
|
17
|
+
/** A formal identifier that is used to identify this plan definition when it is represented in other formats, or referenced in a specification, model, design or an instance. (0..*) */
|
|
18
18
|
identifier?: Array<Identifier>;
|
|
19
|
-
/** The identifier that is used to identify this version of the plan definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the plan definition author and is not expected to be globally unique.
|
|
19
|
+
/** The identifier that is used to identify this version of the plan definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the plan definition author and is not expected to be globally unique. (0..1) */
|
|
20
20
|
version?: string;
|
|
21
|
-
/** A natural language name identifying the plan definition. This name should be usable as an identifier for the module by machine processing applications such as code generation. */
|
|
21
|
+
/** A natural language name identifying the plan definition. This name should be usable as an identifier for the module by machine processing applications such as code generation. (0..1) */
|
|
22
22
|
name?: string;
|
|
23
|
-
/** A short, descriptive, user-friendly title for the plan definition. */
|
|
23
|
+
/** A short, descriptive, user-friendly title for the plan definition. (0..1) */
|
|
24
24
|
title?: string;
|
|
25
|
-
/**
|
|
25
|
+
/** An explanatory or alternate title for the plan definition giving additional information about its content. (0..1) */
|
|
26
|
+
subtitle?: string;
|
|
27
|
+
/** The type of asset the plan definition represents, e.g. an order set, protocol, or event-condition-action rule. (0..1) */
|
|
26
28
|
type?: CodeableConcept;
|
|
27
|
-
/** The status of this plan definition. Enables tracking the life-cycle of the content. */
|
|
28
|
-
status?:
|
|
29
|
-
/** A boolean value to indicate that this plan definition is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage. */
|
|
29
|
+
/** The status of this plan definition. Enables tracking the life-cycle of the content. (0..1) */
|
|
30
|
+
status?: PublicationStatus;
|
|
31
|
+
/** A boolean value to indicate that this plan definition is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage. (0..1) */
|
|
30
32
|
experimental?: boolean;
|
|
31
|
-
/** The date
|
|
33
|
+
/** The date (and optionally time) when the plan definition was published. The date must change if and when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the plan definition changes. (0..1) */
|
|
32
34
|
date?: string;
|
|
33
|
-
/** The name of the individual or organization that published the plan definition. */
|
|
35
|
+
/** The name of the individual or organization that published the plan definition. (0..1) */
|
|
34
36
|
publisher?: string;
|
|
35
|
-
/**
|
|
37
|
+
/** Contact details to assist a user in finding and communicating with the publisher. (0..*) */
|
|
38
|
+
contact?: Array<ContactDetail>;
|
|
39
|
+
/** A free text natural language description of the plan definition from a consumer's perspective. (0..1) */
|
|
36
40
|
description?: string;
|
|
37
|
-
/**
|
|
41
|
+
/** The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching for appropriate plan definition instances. (0..*) */
|
|
42
|
+
useContext?: Array<UsageContext>;
|
|
43
|
+
/** A legal or geographic region in which the plan definition is intended to be used. (0..*) */
|
|
44
|
+
jurisdiction?: Array<CodeableConcept>;
|
|
45
|
+
/** Explanation of why this plan definition is needed and why it has been designed as it has. (0..1) */
|
|
38
46
|
purpose?: string;
|
|
39
|
-
/** A detailed description of how the asset is used from a clinical perspective. */
|
|
47
|
+
/** A detailed description of how the asset is used from a clinical perspective. (0..1) */
|
|
40
48
|
usage?: string;
|
|
41
|
-
/**
|
|
49
|
+
/** A copyright statement relating to the plan definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the plan definition. (0..1) */
|
|
50
|
+
copyright?: string;
|
|
51
|
+
/** The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage. (0..1) */
|
|
42
52
|
approvalDate?: string;
|
|
43
|
-
/** The date on which the resource content was last reviewed. Review happens periodically after approval, but doesn't change the original approval date. */
|
|
53
|
+
/** The date on which the resource content was last reviewed. Review happens periodically after approval, but doesn't change the original approval date. (0..1) */
|
|
44
54
|
lastReviewDate?: string;
|
|
45
|
-
/** The period during which the plan definition content was or is planned to be in active use. */
|
|
55
|
+
/** The period during which the plan definition content was or is planned to be in active use. (0..1) */
|
|
46
56
|
effectivePeriod?: Period;
|
|
47
|
-
/**
|
|
48
|
-
useContext?: Array<UsageContext>;
|
|
49
|
-
/** A legal or geographic region in which the plan definition is intended to be used. */
|
|
50
|
-
jurisdiction?: Array<CodeableConcept>;
|
|
51
|
-
/** Descriptive topics related to the content of the plan definition. Topics provide a high-level categorization of the definition that can be useful for filtering and searching. */
|
|
57
|
+
/** Descriptive topics related to the content of the plan definition. Topics provide a high-level categorization of the definition that can be useful for filtering and searching. (0..*) */
|
|
52
58
|
topic?: Array<CodeableConcept>;
|
|
53
|
-
/**
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
|
|
59
|
-
/**
|
|
59
|
+
/** An individual or organization primarily involved in the creation and maintenance of the content. (0..*) */
|
|
60
|
+
author?: Array<ContactDetail>;
|
|
61
|
+
/** An individual or organization primarily responsible for internal coherence of the content. (0..*) */
|
|
62
|
+
editor?: Array<ContactDetail>;
|
|
63
|
+
/** An individual or organization primarily responsible for review of some aspect of the content. (0..*) */
|
|
64
|
+
reviewer?: Array<ContactDetail>;
|
|
65
|
+
/** An individual or organization responsible for officially endorsing the content for use in some setting. (0..*) */
|
|
66
|
+
endorser?: Array<ContactDetail>;
|
|
67
|
+
/** Related artifacts such as additional documentation, justification, or bibliographic references. (0..*) */
|
|
60
68
|
relatedArtifact?: Array<RelatedArtifact>;
|
|
61
|
-
/** A reference to a Library resource containing any formal logic used by the plan definition. */
|
|
69
|
+
/** A reference to a Library resource containing any formal logic used by the plan definition. (0..*) */
|
|
62
70
|
library?: Array<Reference>;
|
|
63
|
-
/** Goals that describe what the activities within the plan are intended to achieve. For example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc. */
|
|
71
|
+
/** Goals that describe what the activities within the plan are intended to achieve. For example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc. (0..*) */
|
|
64
72
|
goal?: Array<PlanDefinition_Goal>;
|
|
65
|
-
/** An action to be taken as part of the plan. */
|
|
73
|
+
/** An action to be taken as part of the plan. (0..*) */
|
|
66
74
|
action?: Array<PlanDefinition_Action>;
|
|
67
75
|
}
|