@openhi/types 0.0.8 → 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
|
@@ -1,48 +1,77 @@
|
|
|
1
1
|
import type { Attachment } from "./attachment";
|
|
2
2
|
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
-
import type {
|
|
4
|
-
import type { DiagnosticReport_Performer } from "./diagnosticreport_performer";
|
|
3
|
+
import type { DiagnosticReport_Media } from "./diagnosticreport_media";
|
|
5
4
|
import type { DomainResource } from "./domainresource";
|
|
6
5
|
import type { Identifier } from "./identifier";
|
|
7
6
|
import type { Period } from "./period";
|
|
8
7
|
import type { Reference } from "./reference";
|
|
8
|
+
/** DiagnosticReport status: registered | partial | preliminary | final | amended | corrected | appended | cancelled | entered-in-error | unknown */
|
|
9
|
+
export declare const DIAGNOSTIC_REPORT_STATUS: {
|
|
10
|
+
/** Registered: the existence of the report is registered, but there is no content yet. */
|
|
11
|
+
readonly REGISTERED: "registered";
|
|
12
|
+
/** Partial: this is a partial (e.g. initial, interim or incomplete) report; data may be incomplete or unverified. */
|
|
13
|
+
readonly PARTIAL: "partial";
|
|
14
|
+
/** Preliminary: verified early results are available, but the full verification process has not been completed. */
|
|
15
|
+
readonly PRELIMINARY: "preliminary";
|
|
16
|
+
/** Final: the report is complete and verified by an authorized person. */
|
|
17
|
+
readonly FINAL: "final";
|
|
18
|
+
/** Amended: the report has been modified subsequent to being released. */
|
|
19
|
+
readonly AMENDED: "amended";
|
|
20
|
+
/** Corrected: the report has been modified to correct an error in the report. */
|
|
21
|
+
readonly CORRECTED: "corrected";
|
|
22
|
+
/** Appended: the report has been appended with additional information. */
|
|
23
|
+
readonly APPENDED: "appended";
|
|
24
|
+
/** Cancelled: the report is unavailable because the measurement, procedure or event was not performed. */
|
|
25
|
+
readonly CANCELLED: "cancelled";
|
|
26
|
+
/** Entered in error: the report has been withdrawn following a previous final release. */
|
|
27
|
+
readonly ENTERED_IN_ERROR: "entered-in-error";
|
|
28
|
+
/** Unknown: the report status is not known. */
|
|
29
|
+
readonly UNKNOWN: "unknown";
|
|
30
|
+
};
|
|
31
|
+
export type DiagnosticReportStatus = (typeof DIAGNOSTIC_REPORT_STATUS)[keyof typeof DIAGNOSTIC_REPORT_STATUS];
|
|
32
|
+
/**
|
|
33
|
+
* Diagnostic report.
|
|
34
|
+
* The findings and interpretation of diagnostic tests performed on patients, groups of patients, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting and provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports.
|
|
35
|
+
*/
|
|
9
36
|
export interface DiagnosticReport extends DomainResource {
|
|
10
37
|
/** This is a DiagnosticReport resource */
|
|
11
38
|
resourceType: "DiagnosticReport";
|
|
12
|
-
/** Identifiers assigned to this report by the performer or other systems. */
|
|
39
|
+
/** Business identifier for report. Identifiers assigned to this report by the performer or other systems. */
|
|
13
40
|
identifier?: Array<Identifier>;
|
|
14
|
-
/** Details concerning a
|
|
41
|
+
/** What was requested. Details concerning a service requested. */
|
|
15
42
|
basedOn?: Array<Reference>;
|
|
16
|
-
/** The status of the diagnostic report
|
|
17
|
-
status
|
|
18
|
-
/** A code that classifies the clinical discipline, department or diagnostic service that created the report (e.g. cardiology, biochemistry, hematology, MRI).
|
|
19
|
-
category?: CodeableConcept
|
|
20
|
-
/** A code or name that describes this diagnostic report. */
|
|
43
|
+
/** The status of the diagnostic report (required in R4). */
|
|
44
|
+
status: DiagnosticReportStatus;
|
|
45
|
+
/** Service category. A code that classifies the clinical discipline, department or diagnostic service that created the report (e.g. cardiology, biochemistry, hematology, MRI). */
|
|
46
|
+
category?: Array<CodeableConcept>;
|
|
47
|
+
/** Name/Code for this diagnostic report. A code or name that describes this diagnostic report. */
|
|
21
48
|
code: CodeableConcept;
|
|
22
|
-
/** The subject of the report
|
|
49
|
+
/** The subject of the report - usually, but not always, the patient. */
|
|
23
50
|
subject?: Reference;
|
|
24
|
-
/** The healthcare event
|
|
25
|
-
|
|
26
|
-
/**
|
|
51
|
+
/** Health care event when test ordered. The healthcare event (e.g. a patient and healthcare provider interaction) which this DiagnosticReport is about. */
|
|
52
|
+
encounter?: Reference;
|
|
53
|
+
/** Clinically relevant time/time-period for report (choice: dateTime | Period). */
|
|
27
54
|
effectiveDateTime?: string;
|
|
28
|
-
/**
|
|
55
|
+
/** Clinically relevant time/time-period for report (choice: dateTime | Period). */
|
|
29
56
|
effectivePeriod?: Period;
|
|
30
|
-
/** The date and time that this version of the report was
|
|
57
|
+
/** DateTime this version was made. The date and time that this version of the report was made available to providers. */
|
|
31
58
|
issued?: string;
|
|
32
|
-
/**
|
|
33
|
-
performer?: Array<
|
|
34
|
-
/**
|
|
59
|
+
/** Responsible Diagnostic Service. The diagnostic service that is responsible for issuing the report (Reference to Practitioner | PractitionerRole | Organization | CareTeam). */
|
|
60
|
+
performer?: Array<Reference>;
|
|
61
|
+
/** Primary result interpreter. The practitioner or organization that is responsible for the report's conclusions and interpretations. */
|
|
62
|
+
resultsInterpreter?: Array<Reference>;
|
|
63
|
+
/** Specimens this report is based on. Details about the specimens on which this diagnostic report is based. */
|
|
35
64
|
specimen?: Array<Reference>;
|
|
36
|
-
/** Observations that are part of this diagnostic report.
|
|
65
|
+
/** Observations. Observations that are part of this diagnostic report. */
|
|
37
66
|
result?: Array<Reference>;
|
|
38
|
-
/**
|
|
67
|
+
/** Reference to full details of imaging associated with the diagnostic report. */
|
|
39
68
|
imagingStudy?: Array<Reference>;
|
|
40
|
-
/**
|
|
41
|
-
|
|
42
|
-
/** Concise and clinically contextualized
|
|
69
|
+
/** Key images associated with this report. */
|
|
70
|
+
media?: Array<DiagnosticReport_Media>;
|
|
71
|
+
/** Clinical conclusion (interpretation) of test results. Concise and clinically contextualized summary conclusion of the diagnostic report. */
|
|
43
72
|
conclusion?: string;
|
|
44
|
-
/** Codes for the conclusion. */
|
|
45
|
-
|
|
46
|
-
/** Rich text representation of the entire result as issued by the diagnostic service.
|
|
73
|
+
/** Codes for the clinical conclusion of test results. One or more codes that represent the summary conclusion (interpretation/impression) of the diagnostic report. */
|
|
74
|
+
conclusionCode?: Array<CodeableConcept>;
|
|
75
|
+
/** Entire report as issued. Rich text representation of the entire result as issued by the diagnostic service. */
|
|
47
76
|
presentedForm?: Array<Attachment>;
|
|
48
77
|
}
|
package/lib/diagnosticreport.js
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
3
|
+
exports.DIAGNOSTIC_REPORT_STATUS = void 0;
|
|
4
|
+
// FHIR DiagnosticReport Type
|
|
5
|
+
// StructureDefinition: https://hl7.org/fhir/R4/diagnosticreport.html
|
|
6
|
+
/** DiagnosticReport status: registered | partial | preliminary | final | amended | corrected | appended | cancelled | entered-in-error | unknown */
|
|
7
|
+
exports.DIAGNOSTIC_REPORT_STATUS = {
|
|
8
|
+
/** Registered: the existence of the report is registered, but there is no content yet. */
|
|
9
|
+
REGISTERED: "registered",
|
|
10
|
+
/** Partial: this is a partial (e.g. initial, interim or incomplete) report; data may be incomplete or unverified. */
|
|
11
|
+
PARTIAL: "partial",
|
|
12
|
+
/** Preliminary: verified early results are available, but the full verification process has not been completed. */
|
|
13
|
+
PRELIMINARY: "preliminary",
|
|
14
|
+
/** Final: the report is complete and verified by an authorized person. */
|
|
15
|
+
FINAL: "final",
|
|
16
|
+
/** Amended: the report has been modified subsequent to being released. */
|
|
17
|
+
AMENDED: "amended",
|
|
18
|
+
/** Corrected: the report has been modified to correct an error in the report. */
|
|
19
|
+
CORRECTED: "corrected",
|
|
20
|
+
/** Appended: the report has been appended with additional information. */
|
|
21
|
+
APPENDED: "appended",
|
|
22
|
+
/** Cancelled: the report is unavailable because the measurement, procedure or event was not performed. */
|
|
23
|
+
CANCELLED: "cancelled",
|
|
24
|
+
/** Entered in error: the report has been withdrawn following a previous final release. */
|
|
25
|
+
ENTERED_IN_ERROR: "entered-in-error",
|
|
26
|
+
/** Unknown: the report status is not known. */
|
|
27
|
+
UNKNOWN: "unknown",
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlhZ25vc3RpY3JlcG9ydC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9kaWFnbm9zdGljcmVwb3J0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQVFBLDZCQUE2QjtBQUM3QixxRUFBcUU7QUFFckUsb0pBQW9KO0FBQ3ZJLFFBQUEsd0JBQXdCLEdBQUc7SUFDdEMsMEZBQTBGO0lBQzFGLFVBQVUsRUFBRSxZQUFZO0lBQ3hCLHFIQUFxSDtJQUNySCxPQUFPLEVBQUUsU0FBUztJQUNsQixtSEFBbUg7SUFDbkgsV0FBVyxFQUFFLGFBQWE7SUFDMUIsMEVBQTBFO0lBQzFFLEtBQUssRUFBRSxPQUFPO0lBQ2QsMEVBQTBFO0lBQzFFLE9BQU8sRUFBRSxTQUFTO0lBQ2xCLGlGQUFpRjtJQUNqRixTQUFTLEVBQUUsV0FBVztJQUN0QiwwRUFBMEU7SUFDMUUsUUFBUSxFQUFFLFVBQVU7SUFDcEIsMEdBQTBHO0lBQzFHLFNBQVMsRUFBRSxXQUFXO0lBQ3RCLDBGQUEwRjtJQUMxRixnQkFBZ0IsRUFBRSxrQkFBa0I7SUFDcEMsK0NBQStDO0lBQy9DLE9BQU8sRUFBRSxTQUFTO0NBQ1YsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgQXR0YWNobWVudCB9IGZyb20gXCIuL2F0dGFjaG1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IERpYWdub3N0aWNSZXBvcnRfTWVkaWEgfSBmcm9tIFwiLi9kaWFnbm9zdGljcmVwb3J0X21lZGlhXCI7XG5pbXBvcnQgdHlwZSB7IERvbWFpblJlc291cmNlIH0gZnJvbSBcIi4vZG9tYWlucmVzb3VyY2VcIjtcbmltcG9ydCB0eXBlIHsgSWRlbnRpZmllciB9IGZyb20gXCIuL2lkZW50aWZpZXJcIjtcbmltcG9ydCB0eXBlIHsgUGVyaW9kIH0gZnJvbSBcIi4vcGVyaW9kXCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG4vLyBGSElSIERpYWdub3N0aWNSZXBvcnQgVHlwZVxuLy8gU3RydWN0dXJlRGVmaW5pdGlvbjogaHR0cHM6Ly9obDcub3JnL2ZoaXIvUjQvZGlhZ25vc3RpY3JlcG9ydC5odG1sXG5cbi8qKiBEaWFnbm9zdGljUmVwb3J0IHN0YXR1czogcmVnaXN0ZXJlZCB8IHBhcnRpYWwgfCBwcmVsaW1pbmFyeSB8IGZpbmFsIHwgYW1lbmRlZCB8IGNvcnJlY3RlZCB8IGFwcGVuZGVkIHwgY2FuY2VsbGVkIHwgZW50ZXJlZC1pbi1lcnJvciB8IHVua25vd24gKi9cbmV4cG9ydCBjb25zdCBESUFHTk9TVElDX1JFUE9SVF9TVEFUVVMgPSB7XG4gIC8qKiBSZWdpc3RlcmVkOiB0aGUgZXhpc3RlbmNlIG9mIHRoZSByZXBvcnQgaXMgcmVnaXN0ZXJlZCwgYnV0IHRoZXJlIGlzIG5vIGNvbnRlbnQgeWV0LiAqL1xuICBSRUdJU1RFUkVEOiBcInJlZ2lzdGVyZWRcIixcbiAgLyoqIFBhcnRpYWw6IHRoaXMgaXMgYSBwYXJ0aWFsIChlLmcuIGluaXRpYWwsIGludGVyaW0gb3IgaW5jb21wbGV0ZSkgcmVwb3J0OyBkYXRhIG1heSBiZSBpbmNvbXBsZXRlIG9yIHVudmVyaWZpZWQuICovXG4gIFBBUlRJQUw6IFwicGFydGlhbFwiLFxuICAvKiogUHJlbGltaW5hcnk6IHZlcmlmaWVkIGVhcmx5IHJlc3VsdHMgYXJlIGF2YWlsYWJsZSwgYnV0IHRoZSBmdWxsIHZlcmlmaWNhdGlvbiBwcm9jZXNzIGhhcyBub3QgYmVlbiBjb21wbGV0ZWQuICovXG4gIFBSRUxJTUlOQVJZOiBcInByZWxpbWluYXJ5XCIsXG4gIC8qKiBGaW5hbDogdGhlIHJlcG9ydCBpcyBjb21wbGV0ZSBhbmQgdmVyaWZpZWQgYnkgYW4gYXV0aG9yaXplZCBwZXJzb24uICovXG4gIEZJTkFMOiBcImZpbmFsXCIsXG4gIC8qKiBBbWVuZGVkOiB0aGUgcmVwb3J0IGhhcyBiZWVuIG1vZGlmaWVkIHN1YnNlcXVlbnQgdG8gYmVpbmcgcmVsZWFzZWQuICovXG4gIEFNRU5ERUQ6IFwiYW1lbmRlZFwiLFxuICAvKiogQ29ycmVjdGVkOiB0aGUgcmVwb3J0IGhhcyBiZWVuIG1vZGlmaWVkIHRvIGNvcnJlY3QgYW4gZXJyb3IgaW4gdGhlIHJlcG9ydC4gKi9cbiAgQ09SUkVDVEVEOiBcImNvcnJlY3RlZFwiLFxuICAvKiogQXBwZW5kZWQ6IHRoZSByZXBvcnQgaGFzIGJlZW4gYXBwZW5kZWQgd2l0aCBhZGRpdGlvbmFsIGluZm9ybWF0aW9uLiAqL1xuICBBUFBFTkRFRDogXCJhcHBlbmRlZFwiLFxuICAvKiogQ2FuY2VsbGVkOiB0aGUgcmVwb3J0IGlzIHVuYXZhaWxhYmxlIGJlY2F1c2UgdGhlIG1lYXN1cmVtZW50LCBwcm9jZWR1cmUgb3IgZXZlbnQgd2FzIG5vdCBwZXJmb3JtZWQuICovXG4gIENBTkNFTExFRDogXCJjYW5jZWxsZWRcIixcbiAgLyoqIEVudGVyZWQgaW4gZXJyb3I6IHRoZSByZXBvcnQgaGFzIGJlZW4gd2l0aGRyYXduIGZvbGxvd2luZyBhIHByZXZpb3VzIGZpbmFsIHJlbGVhc2UuICovXG4gIEVOVEVSRURfSU5fRVJST1I6IFwiZW50ZXJlZC1pbi1lcnJvclwiLFxuICAvKiogVW5rbm93bjogdGhlIHJlcG9ydCBzdGF0dXMgaXMgbm90IGtub3duLiAqL1xuICBVTktOT1dOOiBcInVua25vd25cIixcbn0gYXMgY29uc3Q7XG5cbmV4cG9ydCB0eXBlIERpYWdub3N0aWNSZXBvcnRTdGF0dXMgPVxuICAodHlwZW9mIERJQUdOT1NUSUNfUkVQT1JUX1NUQVRVUylba2V5b2YgdHlwZW9mIERJQUdOT1NUSUNfUkVQT1JUX1NUQVRVU107XG5cbi8qKlxuICogRGlhZ25vc3RpYyByZXBvcnQuXG4gKiBUaGUgZmluZGluZ3MgYW5kIGludGVycHJldGF0aW9uIG9mIGRpYWdub3N0aWMgdGVzdHMgcGVyZm9ybWVkIG9uIHBhdGllbnRzLCBncm91cHMgb2YgcGF0aWVudHMsIGRldmljZXMsIGFuZCBsb2NhdGlvbnMsIGFuZC9vciBzcGVjaW1lbnMgZGVyaXZlZCBmcm9tIHRoZXNlLiBUaGUgcmVwb3J0IGluY2x1ZGVzIGNsaW5pY2FsIGNvbnRleHQgc3VjaCBhcyByZXF1ZXN0aW5nIGFuZCBwcm92aWRlciBpbmZvcm1hdGlvbiwgYW5kIHNvbWUgbWl4IG9mIGF0b21pYyByZXN1bHRzLCBpbWFnZXMsIHRleHR1YWwgYW5kIGNvZGVkIGludGVycHJldGF0aW9ucywgYW5kIGZvcm1hdHRlZCByZXByZXNlbnRhdGlvbiBvZiBkaWFnbm9zdGljIHJlcG9ydHMuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgRGlhZ25vc3RpY1JlcG9ydCBleHRlbmRzIERvbWFpblJlc291cmNlIHtcbiAgLyoqIFRoaXMgaXMgYSBEaWFnbm9zdGljUmVwb3J0IHJlc291cmNlICovXG4gIHJlc291cmNlVHlwZTogXCJEaWFnbm9zdGljUmVwb3J0XCI7XG5cbiAgLyoqIEJ1c2luZXNzIGlkZW50aWZpZXIgZm9yIHJlcG9ydC4gSWRlbnRpZmllcnMgYXNzaWduZWQgdG8gdGhpcyByZXBvcnQgYnkgdGhlIHBlcmZvcm1lciBvciBvdGhlciBzeXN0ZW1zLiAqL1xuICBpZGVudGlmaWVyPzogQXJyYXk8SWRlbnRpZmllcj47XG5cbiAgLyoqIFdoYXQgd2FzIHJlcXVlc3RlZC4gRGV0YWlscyBjb25jZXJuaW5nIGEgc2VydmljZSByZXF1ZXN0ZWQuICovXG4gIGJhc2VkT24/OiBBcnJheTxSZWZlcmVuY2U+O1xuXG4gIC8qKiBUaGUgc3RhdHVzIG9mIHRoZSBkaWFnbm9zdGljIHJlcG9ydCAocmVxdWlyZWQgaW4gUjQpLiAqL1xuICBzdGF0dXM6IERpYWdub3N0aWNSZXBvcnRTdGF0dXM7XG5cbiAgLyoqIFNlcnZpY2UgY2F0ZWdvcnkuIEEgY29kZSB0aGF0IGNsYXNzaWZpZXMgdGhlIGNsaW5pY2FsIGRpc2NpcGxpbmUsIGRlcGFydG1lbnQgb3IgZGlhZ25vc3RpYyBzZXJ2aWNlIHRoYXQgY3JlYXRlZCB0aGUgcmVwb3J0IChlLmcuIGNhcmRpb2xvZ3ksIGJpb2NoZW1pc3RyeSwgaGVtYXRvbG9neSwgTVJJKS4gKi9cbiAgY2F0ZWdvcnk/OiBBcnJheTxDb2RlYWJsZUNvbmNlcHQ+O1xuXG4gIC8qKiBOYW1lL0NvZGUgZm9yIHRoaXMgZGlhZ25vc3RpYyByZXBvcnQuIEEgY29kZSBvciBuYW1lIHRoYXQgZGVzY3JpYmVzIHRoaXMgZGlhZ25vc3RpYyByZXBvcnQuICovXG4gIGNvZGU6IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogVGhlIHN1YmplY3Qgb2YgdGhlIHJlcG9ydCAtIHVzdWFsbHksIGJ1dCBub3QgYWx3YXlzLCB0aGUgcGF0aWVudC4gKi9cbiAgc3ViamVjdD86IFJlZmVyZW5jZTtcblxuICAvKiogSGVhbHRoIGNhcmUgZXZlbnQgd2hlbiB0ZXN0IG9yZGVyZWQuIFRoZSBoZWFsdGhjYXJlIGV2ZW50IChlLmcuIGEgcGF0aWVudCBhbmQgaGVhbHRoY2FyZSBwcm92aWRlciBpbnRlcmFjdGlvbikgd2hpY2ggdGhpcyBEaWFnbm9zdGljUmVwb3J0IGlzIGFib3V0LiAqL1xuICBlbmNvdW50ZXI/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIENsaW5pY2FsbHkgcmVsZXZhbnQgdGltZS90aW1lLXBlcmlvZCBmb3IgcmVwb3J0IChjaG9pY2U6IGRhdGVUaW1lIHwgUGVyaW9kKS4gKi9cbiAgZWZmZWN0aXZlRGF0ZVRpbWU/OiBzdHJpbmc7XG5cbiAgLyoqIENsaW5pY2FsbHkgcmVsZXZhbnQgdGltZS90aW1lLXBlcmlvZCBmb3IgcmVwb3J0IChjaG9pY2U6IGRhdGVUaW1lIHwgUGVyaW9kKS4gKi9cbiAgZWZmZWN0aXZlUGVyaW9kPzogUGVyaW9kO1xuXG4gIC8qKiBEYXRlVGltZSB0aGlzIHZlcnNpb24gd2FzIG1hZGUuIFRoZSBkYXRlIGFuZCB0aW1lIHRoYXQgdGhpcyB2ZXJzaW9uIG9mIHRoZSByZXBvcnQgd2FzIG1hZGUgYXZhaWxhYmxlIHRvIHByb3ZpZGVycy4gKi9cbiAgaXNzdWVkPzogc3RyaW5nO1xuXG4gIC8qKiBSZXNwb25zaWJsZSBEaWFnbm9zdGljIFNlcnZpY2UuIFRoZSBkaWFnbm9zdGljIHNlcnZpY2UgdGhhdCBpcyByZXNwb25zaWJsZSBmb3IgaXNzdWluZyB0aGUgcmVwb3J0IChSZWZlcmVuY2UgdG8gUHJhY3RpdGlvbmVyIHwgUHJhY3RpdGlvbmVyUm9sZSB8IE9yZ2FuaXphdGlvbiB8IENhcmVUZWFtKS4gKi9cbiAgcGVyZm9ybWVyPzogQXJyYXk8UmVmZXJlbmNlPjtcblxuICAvKiogUHJpbWFyeSByZXN1bHQgaW50ZXJwcmV0ZXIuIFRoZSBwcmFjdGl0aW9uZXIgb3Igb3JnYW5pemF0aW9uIHRoYXQgaXMgcmVzcG9uc2libGUgZm9yIHRoZSByZXBvcnQncyBjb25jbHVzaW9ucyBhbmQgaW50ZXJwcmV0YXRpb25zLiAqL1xuICByZXN1bHRzSW50ZXJwcmV0ZXI/OiBBcnJheTxSZWZlcmVuY2U+O1xuXG4gIC8qKiBTcGVjaW1lbnMgdGhpcyByZXBvcnQgaXMgYmFzZWQgb24uIERldGFpbHMgYWJvdXQgdGhlIHNwZWNpbWVucyBvbiB3aGljaCB0aGlzIGRpYWdub3N0aWMgcmVwb3J0IGlzIGJhc2VkLiAqL1xuICBzcGVjaW1lbj86IEFycmF5PFJlZmVyZW5jZT47XG5cbiAgLyoqIE9ic2VydmF0aW9ucy4gT2JzZXJ2YXRpb25zIHRoYXQgYXJlIHBhcnQgb2YgdGhpcyBkaWFnbm9zdGljIHJlcG9ydC4gKi9cbiAgcmVzdWx0PzogQXJyYXk8UmVmZXJlbmNlPjtcblxuICAvKiogUmVmZXJlbmNlIHRvIGZ1bGwgZGV0YWlscyBvZiBpbWFnaW5nIGFzc29jaWF0ZWQgd2l0aCB0aGUgZGlhZ25vc3RpYyByZXBvcnQuICovXG4gIGltYWdpbmdTdHVkeT86IEFycmF5PFJlZmVyZW5jZT47XG5cbiAgLyoqIEtleSBpbWFnZXMgYXNzb2NpYXRlZCB3aXRoIHRoaXMgcmVwb3J0LiAqL1xuICBtZWRpYT86IEFycmF5PERpYWdub3N0aWNSZXBvcnRfTWVkaWE+O1xuXG4gIC8qKiBDbGluaWNhbCBjb25jbHVzaW9uIChpbnRlcnByZXRhdGlvbikgb2YgdGVzdCByZXN1bHRzLiBDb25jaXNlIGFuZCBjbGluaWNhbGx5IGNvbnRleHR1YWxpemVkIHN1bW1hcnkgY29uY2x1c2lvbiBvZiB0aGUgZGlhZ25vc3RpYyByZXBvcnQuICovXG4gIGNvbmNsdXNpb24/OiBzdHJpbmc7XG5cbiAgLyoqIENvZGVzIGZvciB0aGUgY2xpbmljYWwgY29uY2x1c2lvbiBvZiB0ZXN0IHJlc3VsdHMuIE9uZSBvciBtb3JlIGNvZGVzIHRoYXQgcmVwcmVzZW50IHRoZSBzdW1tYXJ5IGNvbmNsdXNpb24gKGludGVycHJldGF0aW9uL2ltcHJlc3Npb24pIG9mIHRoZSBkaWFnbm9zdGljIHJlcG9ydC4gKi9cbiAgY29uY2x1c2lvbkNvZGU/OiBBcnJheTxDb2RlYWJsZUNvbmNlcHQ+O1xuXG4gIC8qKiBFbnRpcmUgcmVwb3J0IGFzIGlzc3VlZC4gUmljaCB0ZXh0IHJlcHJlc2VudGF0aW9uIG9mIHRoZSBlbnRpcmUgcmVzdWx0IGFzIGlzc3VlZCBieSB0aGUgZGlhZ25vc3RpYyBzZXJ2aWNlLiAqL1xuICBwcmVzZW50ZWRGb3JtPzogQXJyYXk8QXR0YWNobWVudD47XG59XG4iXX0=
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { Reference } from "./reference";
|
|
3
|
+
/**
|
|
4
|
+
* Key images associated with this report.
|
|
5
|
+
* A list of key images associated with this report. The images are generally created during the diagnostic process, and may be directly of the patient, or of treated specimens (i.e. slides of interest).
|
|
6
|
+
*/
|
|
7
|
+
export interface DiagnosticReport_Media extends BackboneElement {
|
|
8
|
+
/** Comment about the image (e.g. explanation). Typically used to explain why the image is included or to draw attention to important features. */
|
|
9
|
+
comment?: string;
|
|
10
|
+
/** Reference to the image source (Media resource). */
|
|
11
|
+
link: Reference;
|
|
12
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlhZ25vc3RpY3JlcG9ydF9tZWRpYS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9kaWFnbm9zdGljcmVwb3J0X21lZGlhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IEJhY2tib25lRWxlbWVudCB9IGZyb20gXCIuL2JhY2tib25lZWxlbWVudFwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuLy8gRkhJUiBEaWFnbm9zdGljUmVwb3J0Lm1lZGlhIGJhY2tib25lIChrZXkgaW1hZ2VzKVxuLy8gU3RydWN0dXJlRGVmaW5pdGlvbjogaHR0cHM6Ly9obDcub3JnL2ZoaXIvUjQvZGlhZ25vc3RpY3JlcG9ydC5odG1sXG5cbi8qKlxuICogS2V5IGltYWdlcyBhc3NvY2lhdGVkIHdpdGggdGhpcyByZXBvcnQuXG4gKiBBIGxpc3Qgb2Yga2V5IGltYWdlcyBhc3NvY2lhdGVkIHdpdGggdGhpcyByZXBvcnQuIFRoZSBpbWFnZXMgYXJlIGdlbmVyYWxseSBjcmVhdGVkIGR1cmluZyB0aGUgZGlhZ25vc3RpYyBwcm9jZXNzLCBhbmQgbWF5IGJlIGRpcmVjdGx5IG9mIHRoZSBwYXRpZW50LCBvciBvZiB0cmVhdGVkIHNwZWNpbWVucyAoaS5lLiBzbGlkZXMgb2YgaW50ZXJlc3QpLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIERpYWdub3N0aWNSZXBvcnRfTWVkaWEgZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogQ29tbWVudCBhYm91dCB0aGUgaW1hZ2UgKGUuZy4gZXhwbGFuYXRpb24pLiBUeXBpY2FsbHkgdXNlZCB0byBleHBsYWluIHdoeSB0aGUgaW1hZ2UgaXMgaW5jbHVkZWQgb3IgdG8gZHJhdyBhdHRlbnRpb24gdG8gaW1wb3J0YW50IGZlYXR1cmVzLiAqL1xuICBjb21tZW50Pzogc3RyaW5nO1xuXG4gIC8qKiBSZWZlcmVuY2UgdG8gdGhlIGltYWdlIHNvdXJjZSAoTWVkaWEgcmVzb3VyY2UpLiAqL1xuICBsaW5rOiBSZWZlcmVuY2U7XG59XG4iXX0=
|
|
@@ -2,8 +2,8 @@ import type { BackboneElement } from "./backboneelement";
|
|
|
2
2
|
import type { CodeableConcept } from "./codeableconcept";
|
|
3
3
|
import type { Reference } from "./reference";
|
|
4
4
|
export interface DiagnosticReport_Performer extends BackboneElement {
|
|
5
|
-
/** Describes the type of participation (e.g.
|
|
5
|
+
/** Describes the type of participation (e.g. responsible party, author, or verifier). */
|
|
6
6
|
role?: CodeableConcept;
|
|
7
|
-
/**
|
|
7
|
+
/** Responsible Diagnostic Service. The practitioner or organization responsible for issuing the report (e.g. Practitioner, PractitionerRole, Organization, CareTeam). */
|
|
8
8
|
actor: Reference;
|
|
9
9
|
}
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlhZ25vc3RpY3JlcG9ydF9wZXJmb3JtZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvZGlhZ25vc3RpY3JlcG9ydF9wZXJmb3JtZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgQmFja2JvbmVFbGVtZW50IH0gZnJvbSBcIi4vYmFja2JvbmVlbGVtZW50XCI7XG5pbXBvcnQgdHlwZSB7IENvZGVhYmxlQ29uY2VwdCB9IGZyb20gXCIuL2NvZGVhYmxlY29uY2VwdFwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuLy8gRkhJUiBEaWFnbm9zdGljUmVwb3J0X1BlcmZvcm1lciBUeXBlXG5cbi8vIFN0cnVjdHVyZURlZmluaXRpb246IGh0dHBzOi8vaGw3Lm9yZy9maGlyL1I0L2RpYWdub3N0aWNyZXBvcnQuaHRtbCAocGVyZm9ybWVyKVxuLy8gSW4gdGhlIGJhc2UgUjQgcHJvZmlsZSwgcGVyZm9ybWVyIGlzIDAuLiogUmVmZXJlbmNlIChubyBiYWNrYm9uZSkuIFRoaXMgdHlwZSBzdXBwb3J0cyB0aGUgcGFydGljaXBhdGlvbiBwYXR0ZXJuIChyb2xlICsgYWN0b3IpIGZvciBpbXBsZW1lbnRhdGlvbnMgdGhhdCBuZWVkIGl0LlxuXG5leHBvcnQgaW50ZXJmYWNlIERpYWdub3N0aWNSZXBvcnRfUGVyZm9ybWVyIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIERlc2NyaWJlcyB0aGUgdHlwZSBvZiBwYXJ0aWNpcGF0aW9uIChlLmcuIHJlc3BvbnNpYmxlIHBhcnR5LCBhdXRob3IsIG9yIHZlcmlmaWVyKS4gKi9cbiAgcm9sZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogUmVzcG9uc2libGUgRGlhZ25vc3RpYyBTZXJ2aWNlLiBUaGUgcHJhY3RpdGlvbmVyIG9yIG9yZ2FuaXphdGlvbiByZXNwb25zaWJsZSBmb3IgaXNzdWluZyB0aGUgcmVwb3J0IChlLmcuIFByYWN0aXRpb25lciwgUHJhY3RpdGlvbmVyUm9sZSwgT3JnYW5pemF0aW9uLCBDYXJlVGVhbSkuICovXG4gIGFjdG9yOiBSZWZlcmVuY2U7XG59XG4iXX0=
|
package/lib/distance.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
export interface Distance extends
|
|
1
|
+
import type { Quantity } from "./quantity";
|
|
2
|
+
export interface Distance extends Quantity {
|
|
3
3
|
}
|
package/lib/distance.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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlzdGFuY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvZGlzdGFuY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgUXVhbnRpdHkgfSBmcm9tIFwiLi9xdWFudGl0eVwiO1xuXG4vLyBGSElSIERpc3RhbmNlIFR5cGVcblxuLy8gU3RydWN0dXJlRGVmaW5pdGlvbjogaHR0cHM6Ly9obDcub3JnL2ZoaXIvUjQvZGF0YXR5cGVzLmh0bWwjRGlzdGFuY2Vcbi8vIERpc3RhbmNlIGlzIGEgc3BlY2lhbGl6YXRpb24gb2YgUXVhbnRpdHk6IGEgbGVuZ3RoIOKAlCBhIHZhbHVlIHdpdGggYSB1bml0IHRoYXQgaXMgYSBwaHlzaWNhbCBkaXN0YW5jZS5cbi8vIENvbnN0cmFpbnQgZGlzLTE6IFRoZXJlIFNIQUxMIGJlIGEgY29kZSBpZiB0aGVyZSBpcyBhIHZhbHVlIGFuZCBpdCBTSEFMTCBiZSBhbiBleHByZXNzaW9uIG9mIGxlbmd0aC4gSWYgc3lzdGVtIGlzIHByZXNlbnQsIGl0IFNIQUxMIGJlIFVDVU0uXG5cbmV4cG9ydCBpbnRlcmZhY2UgRGlzdGFuY2UgZXh0ZW5kcyBRdWFudGl0eSB7fVxuIl19
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
+
import type { DocumentListStatus } from "./constants";
|
|
2
3
|
import type { DocumentManifest_Content } from "./documentmanifest_content";
|
|
3
4
|
import type { DocumentManifest_Related } from "./documentmanifest_related";
|
|
4
5
|
import type { DomainResource } from "./domainresource";
|
|
@@ -7,28 +8,28 @@ import type { Reference } from "./reference";
|
|
|
7
8
|
export interface DocumentManifest extends DomainResource {
|
|
8
9
|
/** This is a DocumentManifest resource */
|
|
9
10
|
resourceType: "DocumentManifest";
|
|
10
|
-
/** A single identifier that uniquely identifies this manifest. Principally used to refer to the manifest in non-FHIR contexts. */
|
|
11
|
+
/** Unique Identifier for the set of documents. A single identifier that uniquely identifies this manifest. Principally used to refer to the manifest in non-FHIR contexts. */
|
|
11
12
|
masterIdentifier?: Identifier;
|
|
12
|
-
/** Other identifiers associated with the document manifest, including version independent
|
|
13
|
+
/** Other identifiers for the manifest. Other identifiers associated with the document manifest, including version independent identifiers. */
|
|
13
14
|
identifier?: Array<Identifier>;
|
|
14
|
-
/** The status of this document manifest. */
|
|
15
|
-
status
|
|
16
|
-
/**
|
|
15
|
+
/** The status of this document manifest (current | superseded | entered-in-error). */
|
|
16
|
+
status: DocumentListStatus;
|
|
17
|
+
/** Kind of document set. The code specifying the type of clinical activity that resulted in placing the associated content into the DocumentManifest (e.g. Patient Summary, Discharge Summary, Prescription). */
|
|
17
18
|
type?: CodeableConcept;
|
|
18
|
-
/**
|
|
19
|
+
/** The subject of the set of documents. Who or what the set of documents is about (person, device, or group). */
|
|
19
20
|
subject?: Reference;
|
|
20
|
-
/** When the document manifest was created for submission to the server (not necessarily the same
|
|
21
|
+
/** When this document manifest was created. When the document manifest was created for submission to the server (not necessarily the same as resource last modified time). */
|
|
21
22
|
created?: string;
|
|
22
|
-
/** Identifies who is responsible for creating the manifest
|
|
23
|
+
/** Who and/or what authored the DocumentManifest. Identifies who is responsible for creating the manifest and adding documents to it. */
|
|
23
24
|
author?: Array<Reference>;
|
|
24
|
-
/** A patient, practitioner, or organization for which this set of documents is intended. */
|
|
25
|
+
/** Intended to get notified about this set of documents. A patient, practitioner, or organization for which this set of documents is intended. */
|
|
25
26
|
recipient?: Array<Reference>;
|
|
26
|
-
/** Identifies the source system, application, or software that produced the document manifest. */
|
|
27
|
+
/** The source system/application/software. Identifies the source system, application, or software that produced the document manifest. */
|
|
27
28
|
source?: string;
|
|
28
|
-
/** Human-readable description of the source document.
|
|
29
|
+
/** Human-readable description (title). Human-readable description of the source document. */
|
|
29
30
|
description?: string;
|
|
30
|
-
/** The list of
|
|
31
|
+
/** Items in manifest. The list of Resources that consist of the parts of this manifest. */
|
|
31
32
|
content: Array<DocumentManifest_Content>;
|
|
32
|
-
/** Related identifiers or resources associated with the DocumentManifest. */
|
|
33
|
+
/** Related things. Related identifiers or resources associated with the DocumentManifest. */
|
|
33
34
|
related?: Array<DocumentManifest_Related>;
|
|
34
35
|
}
|
package/lib/documentmanifest.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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9jdW1lbnRtYW5pZmVzdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9kb2N1bWVudG1hbmlmZXN0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IENvZGVhYmxlQ29uY2VwdCB9IGZyb20gXCIuL2NvZGVhYmxlY29uY2VwdFwiO1xuaW1wb3J0IHR5cGUgeyBEb2N1bWVudExpc3RTdGF0dXMgfSBmcm9tIFwiLi9jb25zdGFudHNcIjtcbmltcG9ydCB0eXBlIHsgRG9jdW1lbnRNYW5pZmVzdF9Db250ZW50IH0gZnJvbSBcIi4vZG9jdW1lbnRtYW5pZmVzdF9jb250ZW50XCI7XG5pbXBvcnQgdHlwZSB7IERvY3VtZW50TWFuaWZlc3RfUmVsYXRlZCB9IGZyb20gXCIuL2RvY3VtZW50bWFuaWZlc3RfcmVsYXRlZFwiO1xuaW1wb3J0IHR5cGUgeyBEb21haW5SZXNvdXJjZSB9IGZyb20gXCIuL2RvbWFpbnJlc291cmNlXCI7XG5pbXBvcnQgdHlwZSB7IElkZW50aWZpZXIgfSBmcm9tIFwiLi9pZGVudGlmaWVyXCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG4vLyBGSElSIERvY3VtZW50TWFuaWZlc3QgVHlwZVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC9kb2N1bWVudG1hbmlmZXN0Lmh0bWxcblxuZXhwb3J0IGludGVyZmFjZSBEb2N1bWVudE1hbmlmZXN0IGV4dGVuZHMgRG9tYWluUmVzb3VyY2Uge1xuICAvKiogVGhpcyBpcyBhIERvY3VtZW50TWFuaWZlc3QgcmVzb3VyY2UgKi9cbiAgcmVzb3VyY2VUeXBlOiBcIkRvY3VtZW50TWFuaWZlc3RcIjtcblxuICAvKiogVW5pcXVlIElkZW50aWZpZXIgZm9yIHRoZSBzZXQgb2YgZG9jdW1lbnRzLiBBIHNpbmdsZSBpZGVudGlmaWVyIHRoYXQgdW5pcXVlbHkgaWRlbnRpZmllcyB0aGlzIG1hbmlmZXN0LiBQcmluY2lwYWxseSB1c2VkIHRvIHJlZmVyIHRvIHRoZSBtYW5pZmVzdCBpbiBub24tRkhJUiBjb250ZXh0cy4gKi9cbiAgbWFzdGVySWRlbnRpZmllcj86IElkZW50aWZpZXI7XG5cbiAgLyoqIE90aGVyIGlkZW50aWZpZXJzIGZvciB0aGUgbWFuaWZlc3QuIE90aGVyIGlkZW50aWZpZXJzIGFzc29jaWF0ZWQgd2l0aCB0aGUgZG9jdW1lbnQgbWFuaWZlc3QsIGluY2x1ZGluZyB2ZXJzaW9uIGluZGVwZW5kZW50IGlkZW50aWZpZXJzLiAqL1xuICBpZGVudGlmaWVyPzogQXJyYXk8SWRlbnRpZmllcj47XG5cbiAgLyoqIFRoZSBzdGF0dXMgb2YgdGhpcyBkb2N1bWVudCBtYW5pZmVzdCAoY3VycmVudCB8IHN1cGVyc2VkZWQgfCBlbnRlcmVkLWluLWVycm9yKS4gKi9cbiAgc3RhdHVzOiBEb2N1bWVudExpc3RTdGF0dXM7XG5cbiAgLyoqIEtpbmQgb2YgZG9jdW1lbnQgc2V0LiBUaGUgY29kZSBzcGVjaWZ5aW5nIHRoZSB0eXBlIG9mIGNsaW5pY2FsIGFjdGl2aXR5IHRoYXQgcmVzdWx0ZWQgaW4gcGxhY2luZyB0aGUgYXNzb2NpYXRlZCBjb250ZW50IGludG8gdGhlIERvY3VtZW50TWFuaWZlc3QgKGUuZy4gUGF0aWVudCBTdW1tYXJ5LCBEaXNjaGFyZ2UgU3VtbWFyeSwgUHJlc2NyaXB0aW9uKS4gKi9cbiAgdHlwZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogVGhlIHN1YmplY3Qgb2YgdGhlIHNldCBvZiBkb2N1bWVudHMuIFdobyBvciB3aGF0IHRoZSBzZXQgb2YgZG9jdW1lbnRzIGlzIGFib3V0IChwZXJzb24sIGRldmljZSwgb3IgZ3JvdXApLiAqL1xuICBzdWJqZWN0PzogUmVmZXJlbmNlO1xuXG4gIC8qKiBXaGVuIHRoaXMgZG9jdW1lbnQgbWFuaWZlc3Qgd2FzIGNyZWF0ZWQuIFdoZW4gdGhlIGRvY3VtZW50IG1hbmlmZXN0IHdhcyBjcmVhdGVkIGZvciBzdWJtaXNzaW9uIHRvIHRoZSBzZXJ2ZXIgKG5vdCBuZWNlc3NhcmlseSB0aGUgc2FtZSBhcyByZXNvdXJjZSBsYXN0IG1vZGlmaWVkIHRpbWUpLiAqL1xuICBjcmVhdGVkPzogc3RyaW5nO1xuXG4gIC8qKiBXaG8gYW5kL29yIHdoYXQgYXV0aG9yZWQgdGhlIERvY3VtZW50TWFuaWZlc3QuIElkZW50aWZpZXMgd2hvIGlzIHJlc3BvbnNpYmxlIGZvciBjcmVhdGluZyB0aGUgbWFuaWZlc3QgYW5kIGFkZGluZyBkb2N1bWVudHMgdG8gaXQuICovXG4gIGF1dGhvcj86IEFycmF5PFJlZmVyZW5jZT47XG5cbiAgLyoqIEludGVuZGVkIHRvIGdldCBub3RpZmllZCBhYm91dCB0aGlzIHNldCBvZiBkb2N1bWVudHMuIEEgcGF0aWVudCwgcHJhY3RpdGlvbmVyLCBvciBvcmdhbml6YXRpb24gZm9yIHdoaWNoIHRoaXMgc2V0IG9mIGRvY3VtZW50cyBpcyBpbnRlbmRlZC4gKi9cbiAgcmVjaXBpZW50PzogQXJyYXk8UmVmZXJlbmNlPjtcblxuICAvKiogVGhlIHNvdXJjZSBzeXN0ZW0vYXBwbGljYXRpb24vc29mdHdhcmUuIElkZW50aWZpZXMgdGhlIHNvdXJjZSBzeXN0ZW0sIGFwcGxpY2F0aW9uLCBvciBzb2Z0d2FyZSB0aGF0IHByb2R1Y2VkIHRoZSBkb2N1bWVudCBtYW5pZmVzdC4gKi9cbiAgc291cmNlPzogc3RyaW5nO1xuXG4gIC8qKiBIdW1hbi1yZWFkYWJsZSBkZXNjcmlwdGlvbiAodGl0bGUpLiBIdW1hbi1yZWFkYWJsZSBkZXNjcmlwdGlvbiBvZiB0aGUgc291cmNlIGRvY3VtZW50LiAqL1xuICBkZXNjcmlwdGlvbj86IHN0cmluZztcblxuICAvKiogSXRlbXMgaW4gbWFuaWZlc3QuIFRoZSBsaXN0IG9mIFJlc291cmNlcyB0aGF0IGNvbnNpc3Qgb2YgdGhlIHBhcnRzIG9mIHRoaXMgbWFuaWZlc3QuICovXG4gIGNvbnRlbnQ6IEFycmF5PERvY3VtZW50TWFuaWZlc3RfQ29udGVudD47XG5cbiAgLyoqIFJlbGF0ZWQgdGhpbmdzLiBSZWxhdGVkIGlkZW50aWZpZXJzIG9yIHJlc291cmNlcyBhc3NvY2lhdGVkIHdpdGggdGhlIERvY3VtZW50TWFuaWZlc3QuICovXG4gIHJlbGF0ZWQ/OiBBcnJheTxEb2N1bWVudE1hbmlmZXN0X1JlbGF0ZWQ+O1xufVxuIl19
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import type { Attachment } from "./attachment";
|
|
2
2
|
import type { BackboneElement } from "./backboneelement";
|
|
3
3
|
import type { Reference } from "./reference";
|
|
4
|
+
/** The list of Resources that consist of the parts of this manifest. One item: Attachment or Reference (R4 profile has Reference only). */
|
|
4
5
|
export interface DocumentManifest_Content extends BackboneElement {
|
|
5
|
-
/**
|
|
6
|
+
/** Inline attachment for this manifest item. */
|
|
6
7
|
pAttachment?: Attachment;
|
|
7
|
-
/**
|
|
8
|
+
/** Reference to a resource (e.g. DocumentReference) that is part of this manifest. */
|
|
8
9
|
pReference?: Reference;
|
|
9
10
|
}
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9jdW1lbnRtYW5pZmVzdF9jb250ZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2RvY3VtZW50bWFuaWZlc3RfY29udGVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBBdHRhY2htZW50IH0gZnJvbSBcIi4vYXR0YWNobWVudFwiO1xuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbi8vIEZISVIgRG9jdW1lbnRNYW5pZmVzdF9Db250ZW50IFR5cGVcblxuLy8gU3RydWN0dXJlRGVmaW5pdGlvbjogaHR0cHM6Ly9obDcub3JnL2ZoaXIvUjQvZG9jdW1lbnRtYW5pZmVzdC5odG1sIChEb2N1bWVudE1hbmlmZXN0LmNvbnRlbnQpXG4vLyBJbiBSNCB0aGUgY29udGVudCBlbGVtZW50IGlzIDEuLiogUmVmZXJlbmNlKFJlc291cmNlKSAobm8gYmFja2JvbmUpLiBUaGlzIHR5cGUgbW9kZWxzIG9uZSBpdGVtIGFzIGVpdGhlciBBdHRhY2htZW50IG9yIFJlZmVyZW5jZSBmb3IgaW1wbGVtZW50YXRpb24gZmxleGliaWxpdHkuXG5cbi8qKiBUaGUgbGlzdCBvZiBSZXNvdXJjZXMgdGhhdCBjb25zaXN0IG9mIHRoZSBwYXJ0cyBvZiB0aGlzIG1hbmlmZXN0LiBPbmUgaXRlbTogQXR0YWNobWVudCBvciBSZWZlcmVuY2UgKFI0IHByb2ZpbGUgaGFzIFJlZmVyZW5jZSBvbmx5KS4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgRG9jdW1lbnRNYW5pZmVzdF9Db250ZW50IGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIElubGluZSBhdHRhY2htZW50IGZvciB0aGlzIG1hbmlmZXN0IGl0ZW0uICovXG4gIHBBdHRhY2htZW50PzogQXR0YWNobWVudDtcblxuICAvKiogUmVmZXJlbmNlIHRvIGEgcmVzb3VyY2UgKGUuZy4gRG9jdW1lbnRSZWZlcmVuY2UpIHRoYXQgaXMgcGFydCBvZiB0aGlzIG1hbmlmZXN0LiAqL1xuICBwUmVmZXJlbmNlPzogUmVmZXJlbmNlO1xufVxuIl19
|
|
@@ -2,8 +2,8 @@ import type { BackboneElement } from "./backboneelement";
|
|
|
2
2
|
import type { Identifier } from "./identifier";
|
|
3
3
|
import type { Reference } from "./reference";
|
|
4
4
|
export interface DocumentManifest_Related extends BackboneElement {
|
|
5
|
-
/** Related identifier to this DocumentManifest.
|
|
5
|
+
/** Identifiers of things that are related. Related identifier to this DocumentManifest (e.g. Order numbers, accession numbers, XDW workflow numbers). If both identifier and ref are present they shall refer to the same thing. */
|
|
6
6
|
identifier?: Identifier;
|
|
7
|
-
/** Related Resource to this DocumentManifest.
|
|
7
|
+
/** Related Resource. Related Resource to this DocumentManifest (e.g. Order, ServiceRequest, Procedure, EligibilityRequest). If both identifier and ref are present they shall refer to the same thing. */
|
|
8
8
|
ref?: Reference;
|
|
9
9
|
}
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9jdW1lbnRtYW5pZmVzdF9yZWxhdGVkLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2RvY3VtZW50bWFuaWZlc3RfcmVsYXRlZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgSWRlbnRpZmllciB9IGZyb20gXCIuL2lkZW50aWZpZXJcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbi8vIEZISVIgRG9jdW1lbnRNYW5pZmVzdF9SZWxhdGVkIFR5cGVcblxuLy8gU3RydWN0dXJlRGVmaW5pdGlvbjogaHR0cHM6Ly9obDcub3JnL2ZoaXIvUjQvZG9jdW1lbnRtYW5pZmVzdC5odG1sIChyZWxhdGVkIGJhY2tib25lKVxuXG5leHBvcnQgaW50ZXJmYWNlIERvY3VtZW50TWFuaWZlc3RfUmVsYXRlZCBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBJZGVudGlmaWVycyBvZiB0aGluZ3MgdGhhdCBhcmUgcmVsYXRlZC4gUmVsYXRlZCBpZGVudGlmaWVyIHRvIHRoaXMgRG9jdW1lbnRNYW5pZmVzdCAoZS5nLiBPcmRlciBudW1iZXJzLCBhY2Nlc3Npb24gbnVtYmVycywgWERXIHdvcmtmbG93IG51bWJlcnMpLiBJZiBib3RoIGlkZW50aWZpZXIgYW5kIHJlZiBhcmUgcHJlc2VudCB0aGV5IHNoYWxsIHJlZmVyIHRvIHRoZSBzYW1lIHRoaW5nLiAqL1xuICBpZGVudGlmaWVyPzogSWRlbnRpZmllcjtcblxuICAvKiogUmVsYXRlZCBSZXNvdXJjZS4gUmVsYXRlZCBSZXNvdXJjZSB0byB0aGlzIERvY3VtZW50TWFuaWZlc3QgKGUuZy4gT3JkZXIsIFNlcnZpY2VSZXF1ZXN0LCBQcm9jZWR1cmUsIEVsaWdpYmlsaXR5UmVxdWVzdCkuIElmIGJvdGggaWRlbnRpZmllciBhbmQgcmVmIGFyZSBwcmVzZW50IHRoZXkgc2hhbGwgcmVmZXIgdG8gdGhlIHNhbWUgdGhpbmcuICovXG4gIHJlZj86IFJlZmVyZW5jZTtcbn1cbiJdfQ==
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
+
import type { DocumentListStatus } from "./constants";
|
|
2
3
|
import type { DocumentReference_Content } from "./documentreference_content";
|
|
3
4
|
import type { DocumentReference_Context } from "./documentreference_context";
|
|
4
5
|
import type { DocumentReference_RelatesTo } from "./documentreference_relatesto";
|
|
@@ -8,24 +9,22 @@ import type { Reference } from "./reference";
|
|
|
8
9
|
export interface DocumentReference extends DomainResource {
|
|
9
10
|
/** This is a DocumentReference resource */
|
|
10
11
|
resourceType: "DocumentReference";
|
|
11
|
-
/** Document identifier as assigned by the source of the document. This identifier is specific to this version of the document.
|
|
12
|
+
/** Document identifier as assigned by the source of the document. This identifier is specific to this version of the document. */
|
|
12
13
|
masterIdentifier?: Identifier;
|
|
13
14
|
/** Other identifiers associated with the document, including version independent identifiers. */
|
|
14
15
|
identifier?: Array<Identifier>;
|
|
15
|
-
/** The status of this document reference. */
|
|
16
|
-
status
|
|
16
|
+
/** The status of this document reference (current | superseded | entered-in-error). */
|
|
17
|
+
status: DocumentListStatus;
|
|
17
18
|
/** The status of the underlying document. */
|
|
18
19
|
docStatus?: string;
|
|
19
|
-
/** Specifies the particular kind of document referenced
|
|
20
|
-
type
|
|
21
|
-
/** A categorization for the type of document referenced - helps for indexing and searching.
|
|
22
|
-
|
|
23
|
-
/** Who
|
|
20
|
+
/** Kind of document (LOINC if possible). Specifies the particular kind of document referenced (e.g. History and Physical, Discharge Summary, Progress Note). */
|
|
21
|
+
type?: CodeableConcept;
|
|
22
|
+
/** Categorization of document. A categorization for the type of document referenced - helps for indexing and searching. */
|
|
23
|
+
category?: Array<CodeableConcept>;
|
|
24
|
+
/** Who/what is the subject of the document. The document can be about a person, (patient or healthcare practitioner), a device, or even a group of subjects. */
|
|
24
25
|
subject?: Reference;
|
|
25
|
-
/** When
|
|
26
|
-
|
|
27
|
-
/** When the document reference was created. */
|
|
28
|
-
indexed?: string;
|
|
26
|
+
/** When this document reference was created (alias: indexed). Referencing/indexing time. */
|
|
27
|
+
date?: string;
|
|
29
28
|
/** Identifies who is responsible for adding the information to the document. */
|
|
30
29
|
author?: Array<Reference>;
|
|
31
30
|
/** Which person or organization authenticates that this document is valid. */
|
|
@@ -34,9 +33,9 @@ export interface DocumentReference extends DomainResource {
|
|
|
34
33
|
custodian?: Reference;
|
|
35
34
|
/** Relationships that this document has with other document references that already exist. */
|
|
36
35
|
relatesTo?: Array<DocumentReference_RelatesTo>;
|
|
37
|
-
/** Human-readable description of the source document.
|
|
36
|
+
/** Human-readable description of the source document (e.g. title). */
|
|
38
37
|
description?: string;
|
|
39
|
-
/** A set of Security-Tag codes specifying the level of privacy/security of the Document.
|
|
38
|
+
/** A set of Security-Tag codes specifying the level of privacy/security of the Document. */
|
|
40
39
|
securityLabel?: Array<CodeableConcept>;
|
|
41
40
|
/** The document and format referenced. There may be multiple content element repetitions, each with a different format. */
|
|
42
41
|
content: Array<DocumentReference_Content>;
|
package/lib/documentreference.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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9jdW1lbnRyZWZlcmVuY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvZG9jdW1lbnRyZWZlcmVuY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IERvY3VtZW50TGlzdFN0YXR1cyB9IGZyb20gXCIuL2NvbnN0YW50c1wiO1xuaW1wb3J0IHR5cGUgeyBEb2N1bWVudFJlZmVyZW5jZV9Db250ZW50IH0gZnJvbSBcIi4vZG9jdW1lbnRyZWZlcmVuY2VfY29udGVudFwiO1xuaW1wb3J0IHR5cGUgeyBEb2N1bWVudFJlZmVyZW5jZV9Db250ZXh0IH0gZnJvbSBcIi4vZG9jdW1lbnRyZWZlcmVuY2VfY29udGV4dFwiO1xuaW1wb3J0IHR5cGUgeyBEb2N1bWVudFJlZmVyZW5jZV9SZWxhdGVzVG8gfSBmcm9tIFwiLi9kb2N1bWVudHJlZmVyZW5jZV9yZWxhdGVzdG9cIjtcbmltcG9ydCB0eXBlIHsgRG9tYWluUmVzb3VyY2UgfSBmcm9tIFwiLi9kb21haW5yZXNvdXJjZVwiO1xuaW1wb3J0IHR5cGUgeyBJZGVudGlmaWVyIH0gZnJvbSBcIi4vaWRlbnRpZmllclwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuLy8gRkhJUiBEb2N1bWVudFJlZmVyZW5jZSBUeXBlXG5cbi8vIFN0cnVjdHVyZURlZmluaXRpb246IGh0dHBzOi8vaGw3Lm9yZy9maGlyL1I0L2RvY3VtZW50cmVmZXJlbmNlLmh0bWxcblxuZXhwb3J0IGludGVyZmFjZSBEb2N1bWVudFJlZmVyZW5jZSBleHRlbmRzIERvbWFpblJlc291cmNlIHtcbiAgLyoqIFRoaXMgaXMgYSBEb2N1bWVudFJlZmVyZW5jZSByZXNvdXJjZSAqL1xuICByZXNvdXJjZVR5cGU6IFwiRG9jdW1lbnRSZWZlcmVuY2VcIjtcblxuICAvKiogRG9jdW1lbnQgaWRlbnRpZmllciBhcyBhc3NpZ25lZCBieSB0aGUgc291cmNlIG9mIHRoZSBkb2N1bWVudC4gVGhpcyBpZGVudGlmaWVyIGlzIHNwZWNpZmljIHRvIHRoaXMgdmVyc2lvbiBvZiB0aGUgZG9jdW1lbnQuICovXG4gIG1hc3RlcklkZW50aWZpZXI/OiBJZGVudGlmaWVyO1xuXG4gIC8qKiBPdGhlciBpZGVudGlmaWVycyBhc3NvY2lhdGVkIHdpdGggdGhlIGRvY3VtZW50LCBpbmNsdWRpbmcgdmVyc2lvbiBpbmRlcGVuZGVudCBpZGVudGlmaWVycy4gKi9cbiAgaWRlbnRpZmllcj86IEFycmF5PElkZW50aWZpZXI+O1xuXG4gIC8qKiBUaGUgc3RhdHVzIG9mIHRoaXMgZG9jdW1lbnQgcmVmZXJlbmNlIChjdXJyZW50IHwgc3VwZXJzZWRlZCB8IGVudGVyZWQtaW4tZXJyb3IpLiAqL1xuICBzdGF0dXM6IERvY3VtZW50TGlzdFN0YXR1cztcblxuICAvKiogVGhlIHN0YXR1cyBvZiB0aGUgdW5kZXJseWluZyBkb2N1bWVudC4gKi9cbiAgZG9jU3RhdHVzPzogc3RyaW5nO1xuXG4gIC8qKiBLaW5kIG9mIGRvY3VtZW50IChMT0lOQyBpZiBwb3NzaWJsZSkuIFNwZWNpZmllcyB0aGUgcGFydGljdWxhciBraW5kIG9mIGRvY3VtZW50IHJlZmVyZW5jZWQgKGUuZy4gSGlzdG9yeSBhbmQgUGh5c2ljYWwsIERpc2NoYXJnZSBTdW1tYXJ5LCBQcm9ncmVzcyBOb3RlKS4gKi9cbiAgdHlwZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogQ2F0ZWdvcml6YXRpb24gb2YgZG9jdW1lbnQuIEEgY2F0ZWdvcml6YXRpb24gZm9yIHRoZSB0eXBlIG9mIGRvY3VtZW50IHJlZmVyZW5jZWQgLSBoZWxwcyBmb3IgaW5kZXhpbmcgYW5kIHNlYXJjaGluZy4gKi9cbiAgY2F0ZWdvcnk/OiBBcnJheTxDb2RlYWJsZUNvbmNlcHQ+O1xuXG4gIC8qKiBXaG8vd2hhdCBpcyB0aGUgc3ViamVjdCBvZiB0aGUgZG9jdW1lbnQuIFRoZSBkb2N1bWVudCBjYW4gYmUgYWJvdXQgYSBwZXJzb24sIChwYXRpZW50IG9yIGhlYWx0aGNhcmUgcHJhY3RpdGlvbmVyKSwgYSBkZXZpY2UsIG9yIGV2ZW4gYSBncm91cCBvZiBzdWJqZWN0cy4gKi9cbiAgc3ViamVjdD86IFJlZmVyZW5jZTtcblxuICAvKiogV2hlbiB0aGlzIGRvY3VtZW50IHJlZmVyZW5jZSB3YXMgY3JlYXRlZCAoYWxpYXM6IGluZGV4ZWQpLiBSZWZlcmVuY2luZy9pbmRleGluZyB0aW1lLiAqL1xuICBkYXRlPzogc3RyaW5nO1xuXG4gIC8qKiBJZGVudGlmaWVzIHdobyBpcyByZXNwb25zaWJsZSBmb3IgYWRkaW5nIHRoZSBpbmZvcm1hdGlvbiB0byB0aGUgZG9jdW1lbnQuICovXG4gIGF1dGhvcj86IEFycmF5PFJlZmVyZW5jZT47XG5cbiAgLyoqIFdoaWNoIHBlcnNvbiBvciBvcmdhbml6YXRpb24gYXV0aGVudGljYXRlcyB0aGF0IHRoaXMgZG9jdW1lbnQgaXMgdmFsaWQuICovXG4gIGF1dGhlbnRpY2F0b3I/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIElkZW50aWZpZXMgdGhlIG9yZ2FuaXphdGlvbiBvciBncm91cCB3aG8gaXMgcmVzcG9uc2libGUgZm9yIG9uZ29pbmcgbWFpbnRlbmFuY2Ugb2YgYW5kIGFjY2VzcyB0byB0aGUgZG9jdW1lbnQuICovXG4gIGN1c3RvZGlhbj86IFJlZmVyZW5jZTtcblxuICAvKiogUmVsYXRpb25zaGlwcyB0aGF0IHRoaXMgZG9jdW1lbnQgaGFzIHdpdGggb3RoZXIgZG9jdW1lbnQgcmVmZXJlbmNlcyB0aGF0IGFscmVhZHkgZXhpc3QuICovXG4gIHJlbGF0ZXNUbz86IEFycmF5PERvY3VtZW50UmVmZXJlbmNlX1JlbGF0ZXNUbz47XG5cbiAgLyoqIEh1bWFuLXJlYWRhYmxlIGRlc2NyaXB0aW9uIG9mIHRoZSBzb3VyY2UgZG9jdW1lbnQgKGUuZy4gdGl0bGUpLiAqL1xuICBkZXNjcmlwdGlvbj86IHN0cmluZztcblxuICAvKiogQSBzZXQgb2YgU2VjdXJpdHktVGFnIGNvZGVzIHNwZWNpZnlpbmcgdGhlIGxldmVsIG9mIHByaXZhY3kvc2VjdXJpdHkgb2YgdGhlIERvY3VtZW50LiAqL1xuICBzZWN1cml0eUxhYmVsPzogQXJyYXk8Q29kZWFibGVDb25jZXB0PjtcblxuICAvKiogVGhlIGRvY3VtZW50IGFuZCBmb3JtYXQgcmVmZXJlbmNlZC4gVGhlcmUgbWF5IGJlIG11bHRpcGxlIGNvbnRlbnQgZWxlbWVudCByZXBldGl0aW9ucywgZWFjaCB3aXRoIGEgZGlmZmVyZW50IGZvcm1hdC4gKi9cbiAgY29udGVudDogQXJyYXk8RG9jdW1lbnRSZWZlcmVuY2VfQ29udGVudD47XG5cbiAgLyoqIFRoZSBjbGluaWNhbCBjb250ZXh0IGluIHdoaWNoIHRoZSBkb2N1bWVudCB3YXMgcHJlcGFyZWQuICovXG4gIGNvbnRleHQ/OiBEb2N1bWVudFJlZmVyZW5jZV9Db250ZXh0O1xufVxuIl19
|
|
@@ -2,8 +2,8 @@ import type { Attachment } from "./attachment";
|
|
|
2
2
|
import type { BackboneElement } from "./backboneelement";
|
|
3
3
|
import type { Coding } from "./coding";
|
|
4
4
|
export interface DocumentReference_Content extends BackboneElement {
|
|
5
|
-
/** The document or URL of the document along with critical metadata to prove content has integrity. */
|
|
5
|
+
/** Where to access the document. The document or URL of the document along with critical metadata to prove content has integrity. */
|
|
6
6
|
attachment: Attachment;
|
|
7
|
-
/** An identifier of the document encoding, structure, and template that the document conforms to beyond the base format indicated in the mimeType. */
|
|
7
|
+
/** Format/content rules for the document. An identifier of the document encoding, structure, and template that the document conforms to beyond the base format indicated in the mimeType. */
|
|
8
8
|
format?: Coding;
|
|
9
9
|
}
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9jdW1lbnRyZWZlcmVuY2VfY29udGVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9kb2N1bWVudHJlZmVyZW5jZV9jb250ZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IEF0dGFjaG1lbnQgfSBmcm9tIFwiLi9hdHRhY2htZW50XCI7XG5pbXBvcnQgdHlwZSB7IEJhY2tib25lRWxlbWVudCB9IGZyb20gXCIuL2JhY2tib25lZWxlbWVudFwiO1xuaW1wb3J0IHR5cGUgeyBDb2RpbmcgfSBmcm9tIFwiLi9jb2RpbmdcIjtcblxuLy8gRkhJUiBEb2N1bWVudFJlZmVyZW5jZV9Db250ZW50IFR5cGVcblxuLy8gU3RydWN0dXJlRGVmaW5pdGlvbjogaHR0cHM6Ly9obDcub3JnL2ZoaXIvUjQvZG9jdW1lbnRyZWZlcmVuY2UuaHRtbCAoY29udGVudCBiYWNrYm9uZSlcblxuZXhwb3J0IGludGVyZmFjZSBEb2N1bWVudFJlZmVyZW5jZV9Db250ZW50IGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIFdoZXJlIHRvIGFjY2VzcyB0aGUgZG9jdW1lbnQuIFRoZSBkb2N1bWVudCBvciBVUkwgb2YgdGhlIGRvY3VtZW50IGFsb25nIHdpdGggY3JpdGljYWwgbWV0YWRhdGEgdG8gcHJvdmUgY29udGVudCBoYXMgaW50ZWdyaXR5LiAqL1xuICBhdHRhY2htZW50OiBBdHRhY2htZW50O1xuXG4gIC8qKiBGb3JtYXQvY29udGVudCBydWxlcyBmb3IgdGhlIGRvY3VtZW50LiBBbiBpZGVudGlmaWVyIG9mIHRoZSBkb2N1bWVudCBlbmNvZGluZywgc3RydWN0dXJlLCBhbmQgdGVtcGxhdGUgdGhhdCB0aGUgZG9jdW1lbnQgY29uZm9ybXMgdG8gYmV5b25kIHRoZSBiYXNlIGZvcm1hdCBpbmRpY2F0ZWQgaW4gdGhlIG1pbWVUeXBlLiAqL1xuICBmb3JtYXQ/OiBDb2Rpbmc7XG59XG4iXX0=
|
|
@@ -4,8 +4,8 @@ import type { DocumentReference_Related } from "./documentreference_related";
|
|
|
4
4
|
import type { Period } from "./period";
|
|
5
5
|
import type { Reference } from "./reference";
|
|
6
6
|
export interface DocumentReference_Context extends BackboneElement {
|
|
7
|
-
/** Describes the clinical encounter or type of care that the document content is associated with. */
|
|
8
|
-
encounter?: Reference
|
|
7
|
+
/** Context of the document content. Describes the clinical encounter or type of care that the document content is associated with. */
|
|
8
|
+
encounter?: Array<Reference>;
|
|
9
9
|
/** This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the typeCode, such as a "History and Physical Report" in which the procedure being documented is necessarily a "History and Physical" act. */
|
|
10
10
|
event?: Array<CodeableConcept>;
|
|
11
11
|
/** The time period over which the service that is described by the document was provided. */
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9jdW1lbnRyZWZlcmVuY2VfY29udGV4dC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9kb2N1bWVudHJlZmVyZW5jZV9jb250ZXh0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IEJhY2tib25lRWxlbWVudCB9IGZyb20gXCIuL2JhY2tib25lZWxlbWVudFwiO1xuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgRG9jdW1lbnRSZWZlcmVuY2VfUmVsYXRlZCB9IGZyb20gXCIuL2RvY3VtZW50cmVmZXJlbmNlX3JlbGF0ZWRcIjtcbmltcG9ydCB0eXBlIHsgUGVyaW9kIH0gZnJvbSBcIi4vcGVyaW9kXCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG4vLyBGSElSIERvY3VtZW50UmVmZXJlbmNlX0NvbnRleHQgVHlwZVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC9kb2N1bWVudHJlZmVyZW5jZS5odG1sIChjb250ZXh0IGJhY2tib25lKVxuXG5leHBvcnQgaW50ZXJmYWNlIERvY3VtZW50UmVmZXJlbmNlX0NvbnRleHQgZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogQ29udGV4dCBvZiB0aGUgZG9jdW1lbnQgY29udGVudC4gRGVzY3JpYmVzIHRoZSBjbGluaWNhbCBlbmNvdW50ZXIgb3IgdHlwZSBvZiBjYXJlIHRoYXQgdGhlIGRvY3VtZW50IGNvbnRlbnQgaXMgYXNzb2NpYXRlZCB3aXRoLiAqL1xuICBlbmNvdW50ZXI/OiBBcnJheTxSZWZlcmVuY2U+O1xuXG4gIC8qKiBUaGlzIGxpc3Qgb2YgY29kZXMgcmVwcmVzZW50cyB0aGUgbWFpbiBjbGluaWNhbCBhY3RzLCBzdWNoIGFzIGEgY29sb25vc2NvcHkgb3IgYW4gYXBwZW5kZWN0b215LCBiZWluZyBkb2N1bWVudGVkLiBJbiBzb21lIGNhc2VzLCB0aGUgZXZlbnQgaXMgaW5oZXJlbnQgaW4gdGhlIHR5cGVDb2RlLCBzdWNoIGFzIGEgXCJIaXN0b3J5IGFuZCBQaHlzaWNhbCBSZXBvcnRcIiBpbiB3aGljaCB0aGUgcHJvY2VkdXJlIGJlaW5nIGRvY3VtZW50ZWQgaXMgbmVjZXNzYXJpbHkgYSBcIkhpc3RvcnkgYW5kIFBoeXNpY2FsXCIgYWN0LiAqL1xuICBldmVudD86IEFycmF5PENvZGVhYmxlQ29uY2VwdD47XG5cbiAgLyoqIFRoZSB0aW1lIHBlcmlvZCBvdmVyIHdoaWNoIHRoZSBzZXJ2aWNlIHRoYXQgaXMgZGVzY3JpYmVkIGJ5IHRoZSBkb2N1bWVudCB3YXMgcHJvdmlkZWQuICovXG4gIHBlcmlvZD86IFBlcmlvZDtcblxuICAvKiogVGhlIGtpbmQgb2YgZmFjaWxpdHkgd2hlcmUgdGhlIHBhdGllbnQgd2FzIHNlZW4uICovXG4gIGZhY2lsaXR5VHlwZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogVGhpcyBwcm9wZXJ0eSBtYXkgY29udmV5IHNwZWNpZmljcyBhYm91dCB0aGUgcHJhY3RpY2Ugc2V0dGluZyB3aGVyZSB0aGUgY29udGVudCB3YXMgY3JlYXRlZCwgb2Z0ZW4gcmVmbGVjdGluZyB0aGUgY2xpbmljYWwgc3BlY2lhbHR5LiAqL1xuICBwcmFjdGljZVNldHRpbmc/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIFRoZSBQYXRpZW50IEluZm9ybWF0aW9uIGFzIGtub3duIHdoZW4gdGhlIGRvY3VtZW50IHdhcyBwdWJsaXNoZWQuIE1heSBiZSBhIHJlZmVyZW5jZSB0byBhIHZlcnNpb24gc3BlY2lmaWMsIG9yIGNvbnRhaW5lZC4gKi9cbiAgc291cmNlUGF0aWVudEluZm8/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIFJlbGF0ZWQgaWRlbnRpZmllcnMgb3IgcmVzb3VyY2VzIGFzc29jaWF0ZWQgd2l0aCB0aGUgRG9jdW1lbnRSZWZlcmVuY2UuICovXG4gIHJlbGF0ZWQ/OiBBcnJheTxEb2N1bWVudFJlZmVyZW5jZV9SZWxhdGVkPjtcbn1cbiJdfQ==
|
|
@@ -2,8 +2,8 @@ import type { BackboneElement } from "./backboneelement";
|
|
|
2
2
|
import type { Identifier } from "./identifier";
|
|
3
3
|
import type { Reference } from "./reference";
|
|
4
4
|
export interface DocumentReference_Related extends BackboneElement {
|
|
5
|
-
/** Related identifier to this DocumentReference. If both
|
|
5
|
+
/** Related identifier to this DocumentReference. If both identifier and ref are present they shall refer to the same thing. */
|
|
6
6
|
identifier?: Identifier;
|
|
7
|
-
/** Related
|
|
7
|
+
/** Related resource to this DocumentReference. If both identifier and ref are present they shall refer to the same thing. */
|
|
8
8
|
ref?: Reference;
|
|
9
9
|
}
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9jdW1lbnRyZWZlcmVuY2VfcmVsYXRlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9kb2N1bWVudHJlZmVyZW5jZV9yZWxhdGVkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IEJhY2tib25lRWxlbWVudCB9IGZyb20gXCIuL2JhY2tib25lZWxlbWVudFwiO1xuaW1wb3J0IHR5cGUgeyBJZGVudGlmaWVyIH0gZnJvbSBcIi4vaWRlbnRpZmllclwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuLy8gRkhJUiBEb2N1bWVudFJlZmVyZW5jZV9SZWxhdGVkIFR5cGVcblxuLy8gU3RydWN0dXJlRGVmaW5pdGlvbjogaHR0cHM6Ly9obDcub3JnL2ZoaXIvUjQvZG9jdW1lbnRyZWZlcmVuY2UuaHRtbCAoY29udGV4dC5yZWxhdGVkKVxuLy8gSW4gdGhlIGJhc2UgUjQgcHJvZmlsZSwgY29udGV4dC5yZWxhdGVkIGlzIDAuLiogUmVmZXJlbmNlKEFueSkuIFRoaXMgdHlwZSBzdXBwb3J0cyBpZGVudGlmaWVyICsgcmVmIGZvciBpbXBsZW1lbnRhdGlvbnMgdGhhdCBuZWVkIHRvIGV4cHJlc3MgYm90aCAoZS5nLiBpZGVudGlmaWVyIGFuZCByZXNvdXJjZSByZWZlcmVuY2UpOyBpZiBib3RoIGFyZSBwcmVzZW50IHRoZXkgc2hhbGwgcmVmZXIgdG8gdGhlIHNhbWUgdGhpbmcuXG5cbmV4cG9ydCBpbnRlcmZhY2UgRG9jdW1lbnRSZWZlcmVuY2VfUmVsYXRlZCBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBSZWxhdGVkIGlkZW50aWZpZXIgdG8gdGhpcyBEb2N1bWVudFJlZmVyZW5jZS4gSWYgYm90aCBpZGVudGlmaWVyIGFuZCByZWYgYXJlIHByZXNlbnQgdGhleSBzaGFsbCByZWZlciB0byB0aGUgc2FtZSB0aGluZy4gKi9cbiAgaWRlbnRpZmllcj86IElkZW50aWZpZXI7XG5cbiAgLyoqIFJlbGF0ZWQgcmVzb3VyY2UgdG8gdGhpcyBEb2N1bWVudFJlZmVyZW5jZS4gSWYgYm90aCBpZGVudGlmaWVyIGFuZCByZWYgYXJlIHByZXNlbnQgdGhleSBzaGFsbCByZWZlciB0byB0aGUgc2FtZSB0aGluZy4gKi9cbiAgcmVmPzogUmVmZXJlbmNlO1xufVxuIl19
|
|
@@ -1,8 +1,20 @@
|
|
|
1
1
|
import type { BackboneElement } from "./backboneelement";
|
|
2
2
|
import type { Reference } from "./reference";
|
|
3
|
+
/** DocumentRelationshipType: replaces | transforms | signs | appends */
|
|
4
|
+
export declare const DOCUMENT_REFERENCE_RELATES_TO_CODE: {
|
|
5
|
+
/** This document replaces the target document. */
|
|
6
|
+
readonly REPLACES: "replaces";
|
|
7
|
+
/** This document transforms the target document. */
|
|
8
|
+
readonly TRANSFORMS: "transforms";
|
|
9
|
+
/** This document signs the target document. */
|
|
10
|
+
readonly SIGNS: "signs";
|
|
11
|
+
/** This document appends to the target document. */
|
|
12
|
+
readonly APPENDS: "appends";
|
|
13
|
+
};
|
|
14
|
+
export type DocumentReferenceRelatesToCode = (typeof DOCUMENT_REFERENCE_RELATES_TO_CODE)[keyof typeof DOCUMENT_REFERENCE_RELATES_TO_CODE];
|
|
3
15
|
export interface DocumentReference_RelatesTo extends BackboneElement {
|
|
4
|
-
/** The type of relationship that this document has with
|
|
5
|
-
code
|
|
16
|
+
/** The type of relationship that this document has with another document (required). */
|
|
17
|
+
code: DocumentReferenceRelatesToCode;
|
|
6
18
|
/** The target document of this relationship. */
|
|
7
19
|
target: Reference;
|
|
8
20
|
}
|
|
@@ -1,3 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
3
|
+
exports.DOCUMENT_REFERENCE_RELATES_TO_CODE = void 0;
|
|
4
|
+
// FHIR DocumentReference_RelatesTo Type
|
|
5
|
+
// StructureDefinition: https://hl7.org/fhir/R4/documentreference.html (backbone relatesTo)
|
|
6
|
+
/** DocumentRelationshipType: replaces | transforms | signs | appends */
|
|
7
|
+
exports.DOCUMENT_REFERENCE_RELATES_TO_CODE = {
|
|
8
|
+
/** This document replaces the target document. */
|
|
9
|
+
REPLACES: "replaces",
|
|
10
|
+
/** This document transforms the target document. */
|
|
11
|
+
TRANSFORMS: "transforms",
|
|
12
|
+
/** This document signs the target document. */
|
|
13
|
+
SIGNS: "signs",
|
|
14
|
+
/** This document appends to the target document. */
|
|
15
|
+
APPENDS: "appends",
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9jdW1lbnRyZWZlcmVuY2VfcmVsYXRlc3RvLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2RvY3VtZW50cmVmZXJlbmNlX3JlbGF0ZXN0by50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFHQSx3Q0FBd0M7QUFFeEMsMkZBQTJGO0FBRTNGLHdFQUF3RTtBQUMzRCxRQUFBLGtDQUFrQyxHQUFHO0lBQ2hELGtEQUFrRDtJQUNsRCxRQUFRLEVBQUUsVUFBVTtJQUNwQixvREFBb0Q7SUFDcEQsVUFBVSxFQUFFLFlBQVk7SUFDeEIsK0NBQStDO0lBQy9DLEtBQUssRUFBRSxPQUFPO0lBQ2Qsb0RBQW9EO0lBQ3BELE9BQU8sRUFBRSxTQUFTO0NBQ1YsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgQmFja2JvbmVFbGVtZW50IH0gZnJvbSBcIi4vYmFja2JvbmVlbGVtZW50XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG4vLyBGSElSIERvY3VtZW50UmVmZXJlbmNlX1JlbGF0ZXNUbyBUeXBlXG5cbi8vIFN0cnVjdHVyZURlZmluaXRpb246IGh0dHBzOi8vaGw3Lm9yZy9maGlyL1I0L2RvY3VtZW50cmVmZXJlbmNlLmh0bWwgKGJhY2tib25lIHJlbGF0ZXNUbylcblxuLyoqIERvY3VtZW50UmVsYXRpb25zaGlwVHlwZTogcmVwbGFjZXMgfCB0cmFuc2Zvcm1zIHwgc2lnbnMgfCBhcHBlbmRzICovXG5leHBvcnQgY29uc3QgRE9DVU1FTlRfUkVGRVJFTkNFX1JFTEFURVNfVE9fQ09ERSA9IHtcbiAgLyoqIFRoaXMgZG9jdW1lbnQgcmVwbGFjZXMgdGhlIHRhcmdldCBkb2N1bWVudC4gKi9cbiAgUkVQTEFDRVM6IFwicmVwbGFjZXNcIixcbiAgLyoqIFRoaXMgZG9jdW1lbnQgdHJhbnNmb3JtcyB0aGUgdGFyZ2V0IGRvY3VtZW50LiAqL1xuICBUUkFOU0ZPUk1TOiBcInRyYW5zZm9ybXNcIixcbiAgLyoqIFRoaXMgZG9jdW1lbnQgc2lnbnMgdGhlIHRhcmdldCBkb2N1bWVudC4gKi9cbiAgU0lHTlM6IFwic2lnbnNcIixcbiAgLyoqIFRoaXMgZG9jdW1lbnQgYXBwZW5kcyB0byB0aGUgdGFyZ2V0IGRvY3VtZW50LiAqL1xuICBBUFBFTkRTOiBcImFwcGVuZHNcIixcbn0gYXMgY29uc3Q7XG5cbmV4cG9ydCB0eXBlIERvY3VtZW50UmVmZXJlbmNlUmVsYXRlc1RvQ29kZSA9XG4gICh0eXBlb2YgRE9DVU1FTlRfUkVGRVJFTkNFX1JFTEFURVNfVE9fQ09ERSlba2V5b2YgdHlwZW9mIERPQ1VNRU5UX1JFRkVSRU5DRV9SRUxBVEVTX1RPX0NPREVdO1xuXG5leHBvcnQgaW50ZXJmYWNlIERvY3VtZW50UmVmZXJlbmNlX1JlbGF0ZXNUbyBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBUaGUgdHlwZSBvZiByZWxhdGlvbnNoaXAgdGhhdCB0aGlzIGRvY3VtZW50IGhhcyB3aXRoIGFub3RoZXIgZG9jdW1lbnQgKHJlcXVpcmVkKS4gKi9cbiAgY29kZTogRG9jdW1lbnRSZWZlcmVuY2VSZWxhdGVzVG9Db2RlO1xuXG4gIC8qKiBUaGUgdGFyZ2V0IGRvY3VtZW50IG9mIHRoaXMgcmVsYXRpb25zaGlwLiAqL1xuICB0YXJnZXQ6IFJlZmVyZW5jZTtcbn1cbiJdfQ==
|
package/lib/domainresource.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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9tYWlucmVzb3VyY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvZG9tYWlucmVzb3VyY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgRXh0ZW5zaW9uIH0gZnJvbSBcIi4vZXh0ZW5zaW9uXCI7XG5pbXBvcnQgdHlwZSB7IE5hcnJhdGl2ZSB9IGZyb20gXCIuL25hcnJhdGl2ZVwiO1xuaW1wb3J0IHR5cGUgeyBSZXNvdXJjZSB9IGZyb20gXCIuL3Jlc291cmNlXCI7XG5pbXBvcnQgdHlwZSB7IFJlc291cmNlTGlzdCB9IGZyb20gXCIuL3Jlc291cmNlbGlzdFwiO1xuXG4vLyBGSElSIERvbWFpblJlc291cmNlIFR5cGVcblxuLy8gU3RydWN0dXJlRGVmaW5pdGlvbjogaHR0cHM6Ly9obDcub3JnL2ZoaXIvUjQvZG9tYWlucmVzb3VyY2UuaHRtbFxuXG5leHBvcnQgaW50ZXJmYWNlIERvbWFpblJlc291cmNlIGV4dGVuZHMgUmVzb3VyY2Uge1xuICAvKiogQSBodW1hbi1yZWFkYWJsZSBuYXJyYXRpdmUgdGhhdCBjb250YWlucyBhIHN1bW1hcnkgb2YgdGhlIHJlc291cmNlLCBhbmQgbWF5IGJlIHVzZWQgdG8gcmVwcmVzZW50IHRoZSBjb250ZW50IG9mIHRoZSByZXNvdXJjZSB0byBhIGh1bWFuLiBUaGUgbmFycmF0aXZlIG5lZWQgbm90IGVuY29kZSBhbGwgdGhlIHN0cnVjdHVyZWQgZGF0YSwgYnV0IGlzIHJlcXVpcmVkIHRvIGNvbnRhaW4gc3VmZmljaWVudCBkZXRhaWwgdG8gbWFrZSBpdCBcImNsaW5pY2FsbHkgc2FmZVwiIGZvciBhIGh1bWFuIHRvIGp1c3QgcmVhZCB0aGUgbmFycmF0aXZlLiBSZXNvdXJjZSBkZWZpbml0aW9ucyBtYXkgZGVmaW5lIHdoYXQgY29udGVudCBzaG91bGQgYmUgcmVwcmVzZW50ZWQgaW4gdGhlIG5hcnJhdGl2ZSB0byBlbnN1cmUgY2xpbmljYWwgc2FmZXR5LiAqL1xuICB0ZXh0PzogTmFycmF0aXZlO1xuXG4gIC8qKiBUaGVzZSByZXNvdXJjZXMgZG8gbm90IGhhdmUgYW4gaW5kZXBlbmRlbnQgZXhpc3RlbmNlIGFwYXJ0IGZyb20gdGhlIHJlc291cmNlIHRoYXQgY29udGFpbnMgdGhlbSAtIHRoZXkgY2Fubm90IGJlIGlkZW50aWZpZWQgaW5kZXBlbmRlbnRseSwgYW5kIG5vciBjYW4gdGhleSBoYXZlIHRoZWlyIG93biBpbmRlcGVuZGVudCB0cmFuc2FjdGlvbiBzY29wZS4gKi9cbiAgY29udGFpbmVkPzogQXJyYXk8UmVzb3VyY2VMaXN0PjtcblxuICAvKiogTWF5IGJlIHVzZWQgdG8gcmVwcmVzZW50IGFkZGl0aW9uYWwgaW5mb3JtYXRpb24gdGhhdCBpcyBub3QgcGFydCBvZiB0aGUgYmFzaWMgZGVmaW5pdGlvbiBvZiB0aGUgcmVzb3VyY2UuIEluIG9yZGVyIHRvIG1ha2UgdGhlIHVzZSBvZiBleHRlbnNpb25zIHNhZmUgYW5kIG1hbmFnZWFibGUsIHRoZXJlIGlzIGEgc3RyaWN0IHNldCBvZiBnb3Zlcm5hbmNlICBhcHBsaWVkIHRvIHRoZSBkZWZpbml0aW9uIGFuZCB1c2Ugb2YgZXh0ZW5zaW9ucy4gVGhvdWdoIGFueSBpbXBsZW1lbnRlciBpcyBhbGxvd2VkIHRvIGRlZmluZSBhbiBleHRlbnNpb24sIHRoZXJlIGlzIGEgc2V0IG9mIHJlcXVpcmVtZW50cyB0aGF0IFNIQUxMIGJlIG1ldCBhcyBwYXJ0IG9mIHRoZSBkZWZpbml0aW9uIG9mIHRoZSBleHRlbnNpb24uICovXG4gIGV4dGVuc2lvbj86IEFycmF5PEV4dGVuc2lvbj47XG5cbiAgLyoqIE1heSBiZSB1c2VkIHRvIHJlcHJlc2VudCBhZGRpdGlvbmFsIGluZm9ybWF0aW9uIHRoYXQgaXMgbm90IHBhcnQgb2YgdGhlIGJhc2ljIGRlZmluaXRpb24gb2YgdGhlIHJlc291cmNlLCBhbmQgdGhhdCBtb2RpZmllcyB0aGUgdW5kZXJzdGFuZGluZyBvZiB0aGUgZWxlbWVudCB0aGF0IGNvbnRhaW5zIGl0LiBVc3VhbGx5IG1vZGlmaWVyIGVsZW1lbnRzIHByb3ZpZGUgbmVnYXRpb24gb3IgcXVhbGlmaWNhdGlvbi4gSW4gb3JkZXIgdG8gbWFrZSB0aGUgdXNlIG9mIGV4dGVuc2lvbnMgc2FmZSBhbmQgbWFuYWdlYWJsZSwgdGhlcmUgaXMgYSBzdHJpY3Qgc2V0IG9mIGdvdmVybmFuY2UgYXBwbGllZCB0byB0aGUgZGVmaW5pdGlvbiBhbmQgdXNlIG9mIGV4dGVuc2lvbnMuIFRob3VnaCBhbnkgaW1wbGVtZW50ZXIgaXMgYWxsb3dlZCB0byBkZWZpbmUgYW4gZXh0ZW5zaW9uLCB0aGVyZSBpcyBhIHNldCBvZiByZXF1aXJlbWVudHMgdGhhdCBTSEFMTCBiZSBtZXQgYXMgcGFydCBvZiB0aGUgZGVmaW5pdGlvbiBvZiB0aGUgZXh0ZW5zaW9uLiBBcHBsaWNhdGlvbnMgcHJvY2Vzc2luZyBhIHJlc291cmNlIGFyZSByZXF1aXJlZCB0byBjaGVjayBmb3IgbW9kaWZpZXIgZXh0ZW5zaW9ucy4gKi9cbiAgbW9kaWZpZXJFeHRlbnNpb24/OiBBcnJheTxFeHRlbnNpb24+O1xufVxuIl19
|