@openhi/types 0.0.9 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fhir-r4-types.md +558 -0
- package/lib/account.d.ts +38 -17
- package/lib/account.js +17 -1
- package/lib/account_coverage.d.ts +2 -4
- package/lib/account_coverage.js +1 -1
- package/lib/account_guarantor.js +1 -1
- package/lib/activitydefinition.d.ts +83 -45
- package/lib/activitydefinition.js +1 -1
- package/lib/activitydefinition_dynamicvalue.d.ts +5 -8
- package/lib/activitydefinition_dynamicvalue.js +1 -1
- package/lib/activitydefinition_participant.d.ts +15 -3
- package/lib/activitydefinition_participant.js +15 -1
- package/lib/address.d.ts +35 -11
- package/lib/address.js +26 -1
- package/lib/adverseevent.d.ts +59 -22
- package/lib/adverseevent.js +16 -1
- package/lib/adverseevent_suspectentity.d.ts +4 -14
- package/lib/adverseevent_suspectentity.js +1 -1
- package/lib/adverseevent_suspectentity_causality.d.ts +14 -0
- package/lib/adverseevent_suspectentity_causality.js +3 -0
- package/lib/age.d.ts +3 -2
- package/lib/age.js +1 -1
- package/lib/allergyintolerance.d.ts +63 -9
- package/lib/allergyintolerance.js +51 -1
- package/lib/allergyintolerance_reaction.d.ts +11 -1
- package/lib/allergyintolerance_reaction.js +13 -1
- package/lib/annotation.d.ts +5 -5
- package/lib/annotation.js +1 -1
- package/lib/appointment.d.ts +38 -10
- package/lib/appointment.js +27 -1
- package/lib/appointment_participant.d.ts +31 -6
- package/lib/appointment_participant.js +24 -1
- package/lib/appointmentresponse.d.ts +22 -8
- package/lib/appointmentresponse.js +17 -1
- package/lib/attachment.d.ts +1 -1
- package/lib/attachment.js +1 -1
- package/lib/auditevent.d.ts +43 -13
- package/lib/auditevent.js +28 -1
- package/lib/auditevent_agent.d.ts +16 -12
- package/lib/auditevent_agent.js +1 -1
- package/lib/auditevent_detail.d.ts +6 -4
- package/lib/auditevent_detail.js +1 -1
- package/lib/auditevent_entity.d.ts +15 -12
- package/lib/auditevent_entity.js +1 -1
- package/lib/auditevent_network.d.ts +18 -3
- package/lib/auditevent_network.js +17 -1
- package/lib/auditevent_source.d.ts +6 -5
- package/lib/auditevent_source.js +1 -1
- package/lib/backboneelement.d.ts +2 -1
- package/lib/backboneelement.js +1 -1
- package/lib/basic.d.ts +6 -5
- package/lib/basic.js +1 -1
- package/lib/binary.d.ts +5 -4
- package/lib/binary.js +1 -1
- package/lib/biologicallyderivedproduct.d.ts +54 -0
- package/lib/biologicallyderivedproduct.js +26 -0
- package/lib/bodystructure.d.ts +26 -0
- package/lib/bodystructure.js +3 -0
- package/lib/bundle.d.ts +32 -7
- package/lib/bundle.js +25 -1
- package/lib/bundle_entry.d.ts +6 -7
- package/lib/bundle_entry.js +1 -1
- package/lib/bundle_link.d.ts +4 -3
- package/lib/bundle_link.js +1 -1
- package/lib/bundle_request.d.ts +25 -8
- package/lib/bundle_request.js +19 -1
- package/lib/bundle_response.d.ts +7 -6
- package/lib/bundle_response.js +1 -1
- package/lib/bundle_search.d.ts +14 -3
- package/lib/bundle_search.js +13 -1
- package/lib/capabilitystatement.d.ts +35 -15
- package/lib/capabilitystatement.js +24 -1
- package/lib/capabilitystatement_certificate.d.ts +3 -2
- package/lib/capabilitystatement_certificate.js +1 -1
- package/lib/capabilitystatement_document.d.ts +13 -5
- package/lib/capabilitystatement_document.js +11 -1
- package/lib/capabilitystatement_endpoint.d.ts +4 -3
- package/lib/capabilitystatement_endpoint.js +1 -1
- package/lib/capabilitystatement_event.d.ts +28 -9
- package/lib/capabilitystatement_event.js +20 -1
- package/lib/capabilitystatement_implementation.d.ts +7 -3
- package/lib/capabilitystatement_implementation.js +1 -1
- package/lib/capabilitystatement_interaction.d.ts +26 -3
- package/lib/capabilitystatement_interaction.js +25 -1
- package/lib/capabilitystatement_interaction1.d.ts +16 -3
- package/lib/capabilitystatement_interaction1.js +15 -1
- package/lib/capabilitystatement_messaging.d.ts +6 -2
- package/lib/capabilitystatement_messaging.js +1 -1
- package/lib/capabilitystatement_operation.d.ts +7 -5
- package/lib/capabilitystatement_operation.js +1 -1
- package/lib/capabilitystatement_resource.d.ts +63 -12
- package/lib/capabilitystatement_resource.js +46 -1
- package/lib/capabilitystatement_rest.d.ts +18 -9
- package/lib/capabilitystatement_rest.js +11 -1
- package/lib/capabilitystatement_searchparam.d.ts +29 -6
- package/lib/capabilitystatement_searchparam.js +25 -1
- package/lib/capabilitystatement_security.d.ts +5 -4
- package/lib/capabilitystatement_security.js +1 -1
- package/lib/capabilitystatement_software.d.ts +5 -4
- package/lib/capabilitystatement_software.js +1 -1
- package/lib/capabilitystatement_supportedmessage.d.ts +12 -5
- package/lib/capabilitystatement_supportedmessage.js +11 -1
- package/lib/careplan.d.ts +66 -24
- package/lib/careplan.js +36 -1
- package/lib/careplan_activity.d.ts +9 -5
- package/lib/careplan_activity.js +1 -1
- package/lib/careplan_detail.d.ts +49 -21
- package/lib/careplan_detail.js +25 -1
- package/lib/careteam.d.ts +31 -14
- package/lib/careteam.js +17 -1
- package/lib/careteam_participant.d.ts +5 -5
- package/lib/careteam_participant.js +1 -1
- package/lib/catalogentry.d.ts +37 -0
- package/lib/catalogentry.js +3 -0
- package/lib/catalogentry_relatedentry.d.ts +16 -0
- package/lib/catalogentry_relatedentry.js +13 -0
- package/lib/chargeitem.d.ts +56 -30
- package/lib/chargeitem.js +21 -1
- package/lib/chargeitem_performer.d.ts +9 -0
- package/lib/chargeitem_performer.js +3 -0
- package/lib/chargeitemdefinition.d.ts +60 -0
- package/lib/chargeitemdefinition.js +3 -0
- package/lib/chargeitemdefinition_applicability.d.ts +9 -0
- package/lib/chargeitemdefinition_applicability.js +3 -0
- package/lib/chargeitemdefinition_propertygroup.d.ts +9 -0
- package/lib/chargeitemdefinition_propertygroup.js +3 -0
- package/lib/chargeitemdefinition_propertygroup_pricecomponent.d.ts +30 -0
- package/lib/chargeitemdefinition_propertygroup_pricecomponent.js +21 -0
- package/lib/claim.d.ts +29 -21
- package/lib/claim.js +13 -1
- package/lib/claim_accident.d.ts +5 -5
- package/lib/claim_accident.js +1 -1
- package/lib/claim_careteam.d.ts +6 -6
- package/lib/claim_careteam.js +1 -1
- package/lib/claim_detail.d.ts +14 -14
- package/lib/claim_detail.js +1 -1
- package/lib/claim_diagnosis.d.ts +8 -6
- package/lib/claim_diagnosis.js +1 -1
- package/lib/claim_insurance.d.ts +11 -8
- package/lib/claim_insurance.js +1 -1
- package/lib/claim_item.d.ts +29 -29
- package/lib/claim_item.js +1 -1
- package/lib/claim_payee.d.ts +2 -5
- package/lib/claim_payee.js +1 -1
- package/lib/claim_procedure.d.ts +9 -5
- package/lib/claim_procedure.js +1 -1
- package/lib/claim_related.d.ts +3 -3
- package/lib/claim_related.js +1 -1
- package/lib/claim_subdetail.d.ts +13 -13
- package/lib/claim_subdetail.js +1 -1
- package/lib/claim_supportinginfo.d.ts +30 -0
- package/lib/claim_supportinginfo.js +3 -0
- package/lib/claimresponse.d.ts +72 -35
- package/lib/claimresponse.js +26 -1
- package/lib/claimresponse_additem.d.ts +43 -15
- package/lib/claimresponse_additem.js +1 -1
- package/lib/claimresponse_adjudication.d.ts +4 -4
- package/lib/claimresponse_adjudication.js +1 -1
- package/lib/claimresponse_detail.d.ts +6 -6
- package/lib/claimresponse_detail.js +1 -1
- package/lib/claimresponse_detail1.d.ts +17 -12
- package/lib/claimresponse_detail1.js +1 -1
- package/lib/claimresponse_error.d.ts +7 -7
- package/lib/claimresponse_error.js +1 -1
- package/lib/claimresponse_insurance.d.ts +8 -9
- package/lib/claimresponse_insurance.js +1 -1
- package/lib/claimresponse_item.d.ts +7 -6
- package/lib/claimresponse_item.js +1 -1
- package/lib/claimresponse_payment.d.ts +8 -8
- package/lib/claimresponse_payment.js +1 -1
- package/lib/claimresponse_processnote.d.ts +5 -5
- package/lib/claimresponse_processnote.js +1 -1
- package/lib/claimresponse_subdetail.d.ts +4 -4
- package/lib/claimresponse_subdetail.js +1 -1
- package/lib/claimresponse_total.d.ts +9 -0
- package/lib/claimresponse_total.js +3 -0
- package/lib/clinicalimpression.d.ts +33 -19
- package/lib/clinicalimpression.js +15 -1
- package/lib/clinicalimpression_finding.d.ts +3 -3
- package/lib/clinicalimpression_finding.js +1 -1
- package/lib/clinicalimpression_investigation.d.ts +2 -2
- package/lib/clinicalimpression_investigation.js +1 -1
- package/lib/codeableconcept.js +1 -1
- package/lib/codesystem.d.ts +36 -7
- package/lib/codesystem.js +28 -1
- package/lib/codesystem_concept.d.ts +6 -6
- package/lib/codesystem_concept.js +1 -1
- package/lib/codesystem_designation.d.ts +4 -4
- package/lib/codesystem_designation.js +1 -1
- package/lib/codesystem_filter.d.ts +7 -7
- package/lib/codesystem_filter.js +1 -1
- package/lib/codesystem_property.d.ts +24 -6
- package/lib/codesystem_property.js +21 -1
- package/lib/codesystem_property1.d.ts +10 -8
- package/lib/codesystem_property1.js +1 -1
- package/lib/coding.d.ts +5 -5
- package/lib/coding.js +1 -1
- package/lib/communication.d.ts +50 -14
- package/lib/communication.js +32 -1
- package/lib/communication_payload.d.ts +3 -3
- package/lib/communication_payload.js +1 -1
- package/lib/communicationrequest.d.ts +45 -13
- package/lib/communicationrequest.js +31 -1
- package/lib/communicationrequest_payload.d.ts +3 -3
- package/lib/communicationrequest_payload.js +1 -1
- package/lib/communicationrequest_requester.js +1 -1
- package/lib/compartmentdefinition.d.ts +27 -15
- package/lib/compartmentdefinition.js +17 -1
- package/lib/compartmentdefinition_resource.d.ts +3 -3
- package/lib/compartmentdefinition_resource.js +1 -1
- package/lib/composition.d.ts +28 -16
- package/lib/composition.js +15 -1
- package/lib/composition_attester.d.ts +16 -4
- package/lib/composition_attester.js +15 -1
- package/lib/composition_event.d.ts +3 -3
- package/lib/composition_event.js +1 -1
- package/lib/composition_relatesto.d.ts +16 -4
- package/lib/composition_relatesto.js +15 -1
- package/lib/composition_section.d.ts +14 -9
- package/lib/composition_section.js +1 -1
- package/lib/conceptmap.d.ts +23 -23
- package/lib/conceptmap.js +1 -1
- package/lib/conceptmap_dependson.d.ts +6 -6
- package/lib/conceptmap_dependson.js +1 -1
- package/lib/conceptmap_element.d.ts +3 -3
- package/lib/conceptmap_element.js +1 -1
- package/lib/conceptmap_group.d.ts +6 -6
- package/lib/conceptmap_group.js +1 -1
- package/lib/conceptmap_target.d.ts +26 -2
- package/lib/conceptmap_target.js +27 -1
- package/lib/conceptmap_unmapped.d.ts +12 -2
- package/lib/conceptmap_unmapped.js +13 -1
- package/lib/condition.d.ts +43 -9
- package/lib/condition.js +36 -1
- package/lib/condition_evidence.js +1 -1
- package/lib/condition_stage.d.ts +4 -2
- package/lib/condition_stage.js +1 -1
- package/lib/consent.d.ts +40 -39
- package/lib/consent.js +19 -1
- package/lib/consent_actor.d.ts +2 -2
- package/lib/consent_actor.js +1 -1
- package/lib/consent_actor1.d.ts +2 -2
- package/lib/consent_actor1.js +1 -1
- package/lib/consent_data.d.ts +4 -3
- package/lib/consent_data.js +1 -1
- package/lib/consent_data1.d.ts +3 -2
- package/lib/consent_data1.js +1 -1
- package/lib/consent_except.d.ts +22 -12
- package/lib/consent_except.js +11 -1
- package/lib/consent_policy.d.ts +2 -2
- package/lib/consent_policy.js +1 -1
- package/lib/consent_provision.d.ts +38 -0
- package/lib/consent_provision.js +13 -0
- package/lib/consent_verification.d.ts +10 -0
- package/lib/consent_verification.js +3 -0
- package/lib/constants.d.ts +102 -0
- package/lib/constants.js +94 -0
- package/lib/contactdetail.d.ts +2 -2
- package/lib/contactdetail.js +1 -1
- package/lib/contactpoint.d.ts +35 -3
- package/lib/contactpoint.js +34 -1
- package/lib/contract.d.ts +67 -32
- package/lib/contract.js +1 -1
- package/lib/contract_agent.d.ts +2 -2
- package/lib/contract_agent.js +1 -1
- package/lib/contract_agent1.d.ts +2 -2
- package/lib/contract_agent1.js +1 -1
- package/lib/contract_contentdefinition.d.ts +17 -0
- package/lib/contract_contentdefinition.js +3 -0
- package/lib/contract_friendly.d.ts +2 -2
- package/lib/contract_friendly.js +1 -1
- package/lib/contract_legal.d.ts +2 -2
- package/lib/contract_legal.js +1 -1
- package/lib/contract_rule.d.ts +2 -2
- package/lib/contract_rule.js +1 -1
- package/lib/contract_signer.d.ts +3 -3
- package/lib/contract_signer.js +1 -1
- package/lib/contract_term.d.ts +9 -7
- package/lib/contract_term.js +1 -1
- package/lib/contract_valueditem.d.ts +14 -2
- package/lib/contract_valueditem.js +1 -1
- package/lib/contract_valueditem1.d.ts +18 -9
- package/lib/contract_valueditem1.js +1 -1
- package/lib/contributor.d.ts +17 -5
- package/lib/contributor.js +15 -1
- package/lib/count.d.ts +3 -2
- package/lib/count.js +1 -1
- package/lib/coverage.d.ts +48 -22
- package/lib/coverage.js +15 -1
- package/lib/coverage_class.d.ts +10 -0
- package/lib/coverage_class.js +3 -0
- package/lib/coverage_costtobeneficiary.d.ts +15 -0
- package/lib/coverage_costtobeneficiary.js +3 -0
- package/lib/coverage_costtobeneficiary_exception.d.ts +9 -0
- package/lib/coverage_costtobeneficiary_exception.js +3 -0
- package/lib/coverage_grouping.d.ts +6 -2
- package/lib/coverage_grouping.js +1 -1
- package/lib/coverageeligibilityrequest.d.ts +58 -0
- package/lib/coverageeligibilityrequest.js +3 -0
- package/lib/coverageeligibilityresponse.d.ts +56 -0
- package/lib/coverageeligibilityresponse.js +3 -0
- package/lib/coverageeligibilityresponse_benefitbalance.d.ts +34 -0
- package/lib/coverageeligibilityresponse_benefitbalance.js +3 -0
- package/lib/coverageeligibilityresponse_error.d.ts +7 -0
- package/lib/coverageeligibilityresponse_error.js +3 -0
- package/lib/coverageeligibilityresponse_financial.d.ts +20 -0
- package/lib/coverageeligibilityresponse_financial.js +3 -0
- package/lib/coverageeligibilityresponse_insurance.d.ts +17 -0
- package/lib/coverageeligibilityresponse_insurance.js +3 -0
- package/lib/datarequirement.d.ts +17 -6
- package/lib/datarequirement.js +1 -1
- package/lib/datarequirement_codefilter.d.ts +7 -13
- package/lib/datarequirement_codefilter.js +1 -1
- package/lib/datarequirement_datefilter.d.ts +6 -4
- package/lib/datarequirement_datefilter.js +1 -1
- package/lib/datarequirement_sort.d.ts +15 -0
- package/lib/datarequirement_sort.js +13 -0
- package/lib/detectedissue.d.ts +47 -11
- package/lib/detectedissue.js +32 -1
- package/lib/detectedissue_evidence.d.ts +10 -0
- package/lib/detectedissue_evidence.js +3 -0
- package/lib/detectedissue_mitigation.d.ts +2 -1
- package/lib/detectedissue_mitigation.js +1 -1
- package/lib/device.d.ts +33 -16
- package/lib/device.js +1 -1
- package/lib/device_udi.d.ts +29 -19
- package/lib/device_udi.js +17 -1
- package/lib/devicedefinition.d.ts +61 -0
- package/lib/devicedefinition.js +3 -0
- package/lib/devicemetric.d.ts +61 -13
- package/lib/devicemetric.js +45 -1
- package/lib/devicemetric_calibration.d.ts +32 -5
- package/lib/devicemetric_calibration.js +26 -1
- package/lib/devicerequest.d.ts +37 -28
- package/lib/devicerequest.js +1 -1
- package/lib/devicerequest_requester.js +1 -1
- package/lib/deviceusestatement.d.ts +40 -16
- package/lib/deviceusestatement.js +19 -1
- package/lib/diagnosticreport.d.ts +55 -26
- package/lib/diagnosticreport.js +27 -1
- package/lib/diagnosticreport_media.d.ts +12 -0
- package/lib/diagnosticreport_media.js +3 -0
- package/lib/diagnosticreport_performer.d.ts +2 -2
- package/lib/diagnosticreport_performer.js +1 -1
- package/lib/distance.d.ts +2 -2
- package/lib/distance.js +1 -1
- package/lib/documentmanifest.d.ts +14 -13
- package/lib/documentmanifest.js +1 -1
- package/lib/documentmanifest_content.d.ts +3 -2
- package/lib/documentmanifest_content.js +1 -1
- package/lib/documentmanifest_related.d.ts +2 -2
- package/lib/documentmanifest_related.js +1 -1
- package/lib/documentreference.d.ts +13 -14
- package/lib/documentreference.js +1 -1
- package/lib/documentreference_content.d.ts +2 -2
- package/lib/documentreference_content.js +1 -1
- package/lib/documentreference_context.d.ts +2 -2
- package/lib/documentreference_context.js +1 -1
- package/lib/documentreference_related.d.ts +2 -2
- package/lib/documentreference_related.js +1 -1
- package/lib/documentreference_relatesto.d.ts +14 -2
- package/lib/documentreference_relatesto.js +15 -1
- package/lib/domainresource.js +1 -1
- package/lib/dosage.d.ts +5 -13
- package/lib/dosage.js +1 -1
- package/lib/dosage_doseandrate.d.ts +20 -0
- package/lib/dosage_doseandrate.js +3 -0
- package/lib/duration.d.ts +3 -2
- package/lib/duration.js +1 -1
- package/lib/effectevidencesynthesis.d.ts +80 -0
- package/lib/effectevidencesynthesis.js +3 -0
- package/lib/element.js +1 -1
- package/lib/elementdefinition.d.ts +14 -1
- package/lib/elementdefinition.js +12 -1
- package/lib/elementdefinition_base.d.ts +6 -6
- package/lib/elementdefinition_base.js +1 -1
- package/lib/elementdefinition_binding.d.ts +15 -6
- package/lib/elementdefinition_binding.js +15 -1
- package/lib/elementdefinition_constraint.d.ts +12 -4
- package/lib/elementdefinition_constraint.js +11 -1
- package/lib/elementdefinition_discriminator.d.ts +17 -3
- package/lib/elementdefinition_discriminator.js +17 -1
- package/lib/elementdefinition_example.d.ts +2 -2
- package/lib/elementdefinition_example.js +1 -1
- package/lib/elementdefinition_mapping.d.ts +2 -2
- package/lib/elementdefinition_mapping.js +1 -1
- package/lib/elementdefinition_slicing.d.ts +11 -1
- package/lib/elementdefinition_slicing.js +13 -1
- package/lib/elementdefinition_type.d.ts +29 -9
- package/lib/elementdefinition_type.js +22 -1
- package/lib/encounter.d.ts +17 -14
- package/lib/encounter.js +1 -1
- package/lib/encounter_classhistory.d.ts +1 -1
- package/lib/encounter_classhistory.js +1 -1
- package/lib/encounter_diagnosis.d.ts +2 -2
- package/lib/encounter_diagnosis.js +1 -1
- package/lib/encounter_hospitalization.d.ts +4 -4
- package/lib/encounter_hospitalization.js +1 -1
- package/lib/encounter_location.d.ts +15 -3
- package/lib/encounter_location.js +15 -1
- package/lib/encounter_participant.d.ts +1 -1
- package/lib/encounter_participant.js +1 -1
- package/lib/encounter_statushistory.d.ts +24 -2
- package/lib/encounter_statushistory.js +25 -1
- package/lib/endpoint.d.ts +29 -13
- package/lib/endpoint.js +19 -1
- package/lib/enrollmentrequest.d.ts +10 -10
- package/lib/enrollmentrequest.js +1 -1
- package/lib/enrollmentresponse.d.ts +10 -11
- package/lib/enrollmentresponse.js +1 -1
- package/lib/episodeofcare.d.ts +13 -12
- package/lib/episodeofcare.js +1 -1
- package/lib/episodeofcare_diagnosis.d.ts +2 -2
- package/lib/episodeofcare_diagnosis.js +1 -1
- package/lib/episodeofcare_statushistory.d.ts +21 -3
- package/lib/episodeofcare_statushistory.js +21 -1
- package/lib/eventdefinition.d.ts +72 -0
- package/lib/eventdefinition.js +3 -0
- package/lib/evidence.d.ts +70 -0
- package/lib/evidence.js +3 -0
- package/lib/evidencevariable.d.ts +78 -0
- package/lib/evidencevariable.js +15 -0
- package/lib/evidencevariable_characteristic.d.ts +58 -0
- package/lib/evidencevariable_characteristic.js +21 -0
- package/lib/examplescenario.d.ts +47 -0
- package/lib/examplescenario.js +3 -0
- package/lib/examplescenario_actor.d.ts +19 -0
- package/lib/examplescenario_actor.js +13 -0
- package/lib/examplescenario_instance.d.ts +17 -0
- package/lib/examplescenario_instance.js +3 -0
- package/lib/examplescenario_instance_containedinstance.d.ts +7 -0
- package/lib/examplescenario_instance_containedinstance.js +3 -0
- package/lib/examplescenario_instance_version.d.ts +7 -0
- package/lib/examplescenario_instance_version.js +3 -0
- package/lib/examplescenario_process.d.ts +54 -0
- package/lib/examplescenario_process.js +3 -0
- package/lib/explanationofbenefit.d.ts +60 -33
- package/lib/explanationofbenefit.js +20 -1
- package/lib/explanationofbenefit_accident.d.ts +4 -4
- package/lib/explanationofbenefit_accident.js +1 -1
- package/lib/explanationofbenefit_additem.d.ts +42 -14
- package/lib/explanationofbenefit_additem.js +1 -1
- package/lib/explanationofbenefit_adjudication.d.ts +4 -4
- package/lib/explanationofbenefit_adjudication.js +1 -1
- package/lib/explanationofbenefit_benefitbalance.d.ts +8 -10
- package/lib/explanationofbenefit_benefitbalance.js +1 -1
- package/lib/explanationofbenefit_careteam.d.ts +6 -6
- package/lib/explanationofbenefit_careteam.js +1 -1
- package/lib/explanationofbenefit_detail.d.ts +16 -18
- package/lib/explanationofbenefit_detail.js +1 -1
- package/lib/explanationofbenefit_detail1.d.ts +14 -11
- package/lib/explanationofbenefit_detail1.js +1 -1
- package/lib/explanationofbenefit_diagnosis.d.ts +8 -6
- package/lib/explanationofbenefit_diagnosis.js +1 -1
- package/lib/explanationofbenefit_financial.d.ts +6 -6
- package/lib/explanationofbenefit_financial.js +1 -1
- package/lib/explanationofbenefit_information.d.ts +13 -11
- package/lib/explanationofbenefit_information.js +1 -1
- package/lib/explanationofbenefit_insurance.d.ts +5 -3
- package/lib/explanationofbenefit_insurance.js +1 -1
- package/lib/explanationofbenefit_item.d.ts +28 -28
- package/lib/explanationofbenefit_item.js +1 -1
- package/lib/explanationofbenefit_payee.d.ts +2 -4
- package/lib/explanationofbenefit_payee.js +1 -1
- package/lib/explanationofbenefit_payment.d.ts +5 -5
- package/lib/explanationofbenefit_payment.js +1 -1
- package/lib/explanationofbenefit_procedure.d.ts +9 -5
- package/lib/explanationofbenefit_procedure.js +1 -1
- package/lib/explanationofbenefit_processnote.d.ts +4 -4
- package/lib/explanationofbenefit_processnote.js +1 -1
- package/lib/explanationofbenefit_related.d.ts +3 -3
- package/lib/explanationofbenefit_related.js +1 -1
- package/lib/explanationofbenefit_subdetail.d.ts +14 -16
- package/lib/explanationofbenefit_subdetail.js +1 -1
- package/lib/explanationofbenefit_total.d.ts +9 -0
- package/lib/explanationofbenefit_total.js +3 -0
- package/lib/expression.d.ts +13 -0
- package/lib/expression.js +3 -0
- package/lib/extension.d.ts +80 -88
- package/lib/extension.js +1 -1
- package/lib/familymemberhistory.d.ts +27 -15
- package/lib/familymemberhistory.js +15 -1
- package/lib/familymemberhistory_condition.d.ts +8 -9
- package/lib/familymemberhistory_condition.js +1 -1
- package/lib/flag.d.ts +11 -10
- package/lib/flag.js +1 -1
- package/lib/goal.d.ts +52 -6
- package/lib/goal.js +46 -1
- package/lib/goal_target.d.ts +9 -0
- package/lib/goal_target.js +1 -1
- package/lib/graphdefinition.d.ts +6 -5
- package/lib/graphdefinition.js +1 -1
- package/lib/graphdefinition_compartment.d.ts +25 -3
- package/lib/graphdefinition_compartment.js +22 -1
- package/lib/graphdefinition_link.d.ts +2 -2
- package/lib/graphdefinition_link.js +1 -1
- package/lib/graphdefinition_target.d.ts +3 -1
- package/lib/graphdefinition_target.js +1 -1
- package/lib/group.d.ts +23 -4
- package/lib/group.js +19 -1
- package/lib/group_characteristic.d.ts +6 -3
- package/lib/group_characteristic.js +1 -1
- package/lib/group_member.d.ts +1 -1
- package/lib/group_member.js +1 -1
- package/lib/guidanceresponse.d.ts +32 -12
- package/lib/guidanceresponse.js +19 -1
- package/lib/healthcareservice.d.ts +6 -5
- package/lib/healthcareservice.js +1 -1
- package/lib/healthcareservice_availabletime.d.ts +19 -1
- package/lib/healthcareservice_availabletime.js +21 -1
- package/lib/healthcareservice_eligibility.d.ts +8 -0
- package/lib/healthcareservice_eligibility.js +3 -0
- package/lib/healthcareservice_notavailable.d.ts +1 -1
- package/lib/healthcareservice_notavailable.js +1 -1
- package/lib/humanname.d.ts +21 -3
- package/lib/humanname.js +21 -1
- package/lib/identifier.d.ts +16 -2
- package/lib/identifier.js +17 -1
- package/lib/imagingstudy.d.ts +18 -14
- package/lib/imagingstudy.js +1 -1
- package/lib/imagingstudy_instance.d.ts +5 -4
- package/lib/imagingstudy_instance.js +1 -1
- package/lib/imagingstudy_series.d.ts +8 -7
- package/lib/imagingstudy_series.js +1 -1
- package/lib/imagingstudy_series_performer.d.ts +9 -0
- package/lib/imagingstudy_series_performer.js +3 -0
- package/lib/immunization.d.ts +44 -18
- package/lib/immunization.js +13 -1
- package/lib/immunization_education.d.ts +11 -0
- package/lib/immunization_education.js +3 -0
- package/lib/immunization_explanation.d.ts +7 -4
- package/lib/immunization_explanation.js +1 -1
- package/lib/immunization_performer.d.ts +9 -0
- package/lib/immunization_performer.js +3 -0
- package/lib/immunization_practitioner.d.ts +3 -3
- package/lib/immunization_practitioner.js +1 -1
- package/lib/immunization_protocolapplied.d.ts +20 -0
- package/lib/immunization_protocolapplied.js +3 -0
- package/lib/immunization_reaction.d.ts +3 -3
- package/lib/immunization_reaction.js +1 -1
- package/lib/immunization_vaccinationprotocol.d.ts +14 -15
- package/lib/immunization_vaccinationprotocol.js +1 -1
- package/lib/immunizationevaluation.d.ts +44 -0
- package/lib/immunizationevaluation.js +11 -0
- package/lib/immunizationrecommendation.d.ts +8 -4
- package/lib/immunizationrecommendation.js +1 -1
- package/lib/immunizationrecommendation_datecriterion.d.ts +3 -3
- package/lib/immunizationrecommendation_datecriterion.js +1 -1
- package/lib/immunizationrecommendation_protocol.d.ts +16 -4
- package/lib/immunizationrecommendation_protocol.js +1 -1
- package/lib/immunizationrecommendation_recommendation.d.ts +22 -13
- package/lib/immunizationrecommendation_recommendation.js +1 -1
- package/lib/implementationguide.d.ts +40 -25
- package/lib/implementationguide.js +1 -1
- package/lib/implementationguide_dependency.d.ts +6 -4
- package/lib/implementationguide_dependency.js +1 -1
- package/lib/implementationguide_global.d.ts +4 -5
- package/lib/implementationguide_global.js +1 -1
- package/lib/implementationguide_package.d.ts +2 -5
- package/lib/implementationguide_package.js +1 -1
- package/lib/implementationguide_page.d.ts +22 -13
- package/lib/implementationguide_page.js +15 -1
- package/lib/implementationguide_resource.d.ts +12 -12
- package/lib/implementationguide_resource.js +1 -1
- package/lib/index.d.ts +118 -40
- package/lib/index.js +119 -41
- package/lib/insuranceplan.d.ts +38 -0
- package/lib/insuranceplan.js +3 -0
- package/lib/invoice.d.ts +56 -0
- package/lib/invoice.js +19 -0
- package/lib/library.d.ts +22 -14
- package/lib/library.js +1 -1
- package/lib/linkage.d.ts +3 -3
- package/lib/linkage.js +1 -1
- package/lib/linkage_item.d.ts +11 -1
- package/lib/linkage_item.js +13 -1
- package/lib/list.d.ts +27 -7
- package/lib/list.js +22 -1
- package/lib/list_entry.d.ts +2 -2
- package/lib/list_entry.js +1 -1
- package/lib/location.d.ts +26 -3
- package/lib/location.js +20 -1
- package/lib/location_hoursofoperation.d.ts +11 -0
- package/lib/location_hoursofoperation.js +3 -0
- package/lib/location_position.d.ts +5 -5
- package/lib/location_position.js +1 -1
- package/lib/marketingstatus.d.ts +16 -0
- package/lib/marketingstatus.js +3 -0
- package/lib/measure.d.ts +30 -20
- package/lib/measure.js +1 -1
- package/lib/measure_group.d.ts +4 -6
- package/lib/measure_group.js +1 -1
- package/lib/measure_population.d.ts +3 -7
- package/lib/measure_population.js +1 -1
- package/lib/measure_stratifier.d.ts +11 -7
- package/lib/measure_stratifier.js +1 -1
- package/lib/measure_stratifier_component.d.ts +11 -0
- package/lib/measure_stratifier_component.js +3 -0
- package/lib/measure_supplementaldata.d.ts +8 -8
- package/lib/measure_supplementaldata.js +1 -1
- package/lib/measurereport.d.ts +49 -16
- package/lib/measurereport.js +31 -1
- package/lib/measurereport_group.d.ts +8 -7
- package/lib/measurereport_group.js +1 -1
- package/lib/measurereport_population.d.ts +4 -7
- package/lib/measurereport_population.js +1 -1
- package/lib/measurereport_population1.d.ts +4 -7
- package/lib/measurereport_population1.js +1 -1
- package/lib/measurereport_stratifier.d.ts +4 -4
- package/lib/measurereport_stratifier.js +1 -1
- package/lib/measurereport_stratum.d.ts +10 -5
- package/lib/measurereport_stratum.js +1 -1
- package/lib/measurereport_stratum_component.d.ts +8 -0
- package/lib/measurereport_stratum_component.js +3 -0
- package/lib/media.d.ts +55 -20
- package/lib/media.js +29 -1
- package/lib/medication.d.ts +34 -12
- package/lib/medication.js +1 -1
- package/lib/medication_batch.d.ts +2 -2
- package/lib/medication_batch.js +1 -1
- package/lib/medication_content.d.ts +3 -3
- package/lib/medication_content.js +1 -1
- package/lib/medication_ingredient.d.ts +2 -2
- package/lib/medication_ingredient.js +1 -1
- package/lib/medication_package.d.ts +3 -3
- package/lib/medication_package.js +1 -1
- package/lib/medicationadministration.d.ts +35 -19
- package/lib/medicationadministration.js +21 -1
- package/lib/medicationadministration_dosage.d.ts +8 -9
- package/lib/medicationadministration_dosage.js +1 -1
- package/lib/medicationadministration_performer.d.ts +5 -3
- package/lib/medicationadministration_performer.js +1 -1
- package/lib/medicationdispense.d.ts +41 -19
- package/lib/medicationdispense.js +25 -1
- package/lib/medicationdispense_performer.d.ts +5 -3
- package/lib/medicationdispense_performer.js +1 -1
- package/lib/medicationdispense_substitution.d.ts +4 -3
- package/lib/medicationdispense_substitution.js +1 -1
- package/lib/medicationknowledge.d.ts +53 -0
- package/lib/medicationknowledge.js +3 -0
- package/lib/medicationrequest.d.ts +101 -32
- package/lib/medicationrequest.js +53 -1
- package/lib/medicationrequest_dispenserequest.d.ts +10 -5
- package/lib/medicationrequest_dispenserequest.js +1 -1
- package/lib/medicationrequest_dispenserequest_initialfill.d.ts +10 -0
- package/lib/medicationrequest_dispenserequest_initialfill.js +3 -0
- package/lib/medicationrequest_requester.d.ts +4 -0
- package/lib/medicationrequest_requester.js +1 -1
- package/lib/medicationrequest_substitution.d.ts +6 -3
- package/lib/medicationrequest_substitution.js +1 -1
- package/lib/medicationstatement.d.ts +42 -24
- package/lib/medicationstatement.js +23 -1
- package/lib/medicinalproduct.d.ts +53 -0
- package/lib/medicinalproduct.js +3 -0
- package/lib/medicinalproduct_manufacturingbusinessoperation.d.ts +19 -0
- package/lib/medicinalproduct_manufacturingbusinessoperation.js +3 -0
- package/lib/medicinalproduct_name.d.ts +12 -0
- package/lib/medicinalproduct_name.js +3 -0
- package/lib/medicinalproduct_name_countrylanguage.d.ts +11 -0
- package/lib/medicinalproduct_name_countrylanguage.js +3 -0
- package/lib/medicinalproduct_name_namepart.d.ts +9 -0
- package/lib/medicinalproduct_name_namepart.js +3 -0
- package/lib/medicinalproduct_specialdesignation.d.ts +23 -0
- package/lib/medicinalproduct_specialdesignation.js +3 -0
- package/lib/medicinalproductauthorization.d.ts +43 -0
- package/lib/medicinalproductauthorization.js +3 -0
- package/lib/medicinalproductauthorization_jurisdictionalauthorization.d.ts +17 -0
- package/lib/medicinalproductauthorization_jurisdictionalauthorization.js +3 -0
- package/lib/medicinalproductauthorization_procedure.d.ts +17 -0
- package/lib/medicinalproductauthorization_procedure.js +3 -0
- package/lib/medicinalproductcontraindication.d.ts +23 -0
- package/lib/medicinalproductcontraindication.js +3 -0
- package/lib/medicinalproductindication.d.ts +28 -0
- package/lib/medicinalproductindication.js +3 -0
- package/lib/medicinalproductindication_othertherapy.d.ts +12 -0
- package/lib/medicinalproductindication_othertherapy.js +3 -0
- package/lib/medicinalproductingredient.d.ts +22 -0
- package/lib/medicinalproductingredient.js +3 -0
- package/lib/medicinalproductingredient_specifiedsubstance.d.ts +14 -0
- package/lib/medicinalproductingredient_specifiedsubstance.js +3 -0
- package/lib/medicinalproductingredient_specifiedsubstance_strength.d.ts +21 -0
- package/lib/medicinalproductingredient_specifiedsubstance_strength.js +3 -0
- package/lib/medicinalproductingredient_specifiedsubstance_strength_referencestrength.d.ts +16 -0
- package/lib/medicinalproductingredient_specifiedsubstance_strength_referencestrength.js +3 -0
- package/lib/medicinalproductingredient_substance.d.ts +10 -0
- package/lib/medicinalproductingredient_substance.js +3 -0
- package/lib/medicinalproductinteraction.d.ts +22 -0
- package/lib/medicinalproductinteraction.js +3 -0
- package/lib/medicinalproductinteraction_interactant.d.ts +10 -0
- package/lib/medicinalproductinteraction_interactant.js +3 -0
- package/lib/medicinalproductmanufactured.d.ts +23 -0
- package/lib/medicinalproductmanufactured.js +3 -0
- package/lib/medicinalproductpackaged.d.ts +29 -0
- package/lib/medicinalproductpackaged.js +3 -0
- package/lib/medicinalproductpackaged_batchidentifier.d.ts +9 -0
- package/lib/medicinalproductpackaged_batchidentifier.js +3 -0
- package/lib/medicinalproductpackaged_packageitem.d.ts +34 -0
- package/lib/medicinalproductpackaged_packageitem.js +3 -0
- package/lib/medicinalproductpharmaceutical.d.ts +24 -0
- package/lib/medicinalproductpharmaceutical.js +3 -0
- package/lib/medicinalproductpharmaceutical_characteristics.d.ts +9 -0
- package/lib/medicinalproductpharmaceutical_characteristics.js +3 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration.d.ts +23 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration.js +3 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration_targetspecies.d.ts +10 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration_targetspecies.js +3 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration_targetspecies_withdrawalperiod.d.ts +12 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration_targetspecies_withdrawalperiod.js +3 -0
- package/lib/medicinalproductundesirableeffect.d.ts +18 -0
- package/lib/medicinalproductundesirableeffect.js +3 -0
- package/lib/messagedefinition.d.ts +46 -30
- package/lib/messagedefinition.js +15 -1
- package/lib/messagedefinition_allowedresponse.d.ts +3 -4
- package/lib/messagedefinition_allowedresponse.js +1 -1
- package/lib/messagedefinition_focus.d.ts +7 -8
- package/lib/messagedefinition_focus.js +1 -1
- package/lib/messageheader.d.ts +15 -15
- package/lib/messageheader.js +1 -1
- package/lib/messageheader_destination.d.ts +6 -4
- package/lib/messageheader_destination.js +1 -1
- package/lib/messageheader_response.d.ts +15 -5
- package/lib/messageheader_response.js +13 -1
- package/lib/messageheader_source.d.ts +6 -6
- package/lib/messageheader_source.js +1 -1
- package/lib/meta.d.ts +7 -5
- package/lib/meta.js +1 -1
- package/lib/{sequence.d.ts → molecularsequence.d.ts} +29 -16
- package/lib/molecularsequence.js +15 -0
- package/lib/molecularsequence_quality.d.ts +46 -0
- package/lib/molecularsequence_quality.js +15 -0
- package/lib/molecularsequence_quality_roc.d.ts +17 -0
- package/lib/molecularsequence_quality_roc.js +3 -0
- package/lib/molecularsequence_referenceseq.d.ts +39 -0
- package/lib/molecularsequence_referenceseq.js +20 -0
- package/lib/molecularsequence_repository.d.ts +29 -0
- package/lib/molecularsequence_repository.js +19 -0
- package/lib/molecularsequence_structurevariant.d.ts +29 -0
- package/lib/molecularsequence_structurevariant.js +3 -0
- package/lib/molecularsequence_variant.d.ts +16 -0
- package/lib/molecularsequence_variant.js +3 -0
- package/lib/money.d.ts +4 -0
- package/lib/money.js +1 -1
- package/lib/namingsystem.d.ts +28 -20
- package/lib/namingsystem.js +13 -1
- package/lib/namingsystem_uniqueid.d.ts +19 -7
- package/lib/namingsystem_uniqueid.js +15 -1
- package/lib/narrative.d.ts +15 -3
- package/lib/narrative.js +15 -1
- package/lib/nutritionorder.d.ts +69 -14
- package/lib/nutritionorder.js +46 -1
- package/lib/nutritionorder_administration.d.ts +4 -4
- package/lib/nutritionorder_administration.js +1 -1
- package/lib/nutritionorder_enteralformula.d.ts +9 -9
- package/lib/nutritionorder_enteralformula.js +1 -1
- package/lib/nutritionorder_nutrient.d.ts +2 -2
- package/lib/nutritionorder_nutrient.js +1 -1
- package/lib/nutritionorder_oraldiet.d.ts +6 -6
- package/lib/nutritionorder_oraldiet.js +1 -1
- package/lib/nutritionorder_supplement.d.ts +5 -5
- package/lib/nutritionorder_supplement.js +1 -1
- package/lib/nutritionorder_texture.d.ts +2 -2
- package/lib/nutritionorder_texture.js +1 -1
- package/lib/observation.d.ts +71 -41
- package/lib/observation.js +23 -1
- package/lib/observation_component.d.ts +18 -17
- package/lib/observation_component.js +1 -1
- package/lib/observation_referencerange.d.ts +6 -6
- package/lib/observation_referencerange.js +1 -1
- package/lib/observation_related.d.ts +19 -3
- package/lib/observation_related.js +22 -1
- package/lib/observationdefinition.d.ts +60 -0
- package/lib/observationdefinition.js +31 -0
- package/lib/operationdefinition.d.ts +47 -33
- package/lib/operationdefinition.js +11 -1
- package/lib/operationdefinition_binding.d.ts +16 -7
- package/lib/operationdefinition_binding.js +15 -1
- package/lib/operationdefinition_overload.d.ts +2 -2
- package/lib/operationdefinition_overload.js +1 -1
- package/lib/operationdefinition_parameter.d.ts +49 -17
- package/lib/operationdefinition_parameter.js +32 -1
- package/lib/operationdefinition_referencedfrom.d.ts +7 -0
- package/lib/operationdefinition_referencedfrom.js +3 -0
- package/lib/operationoutcome.d.ts +2 -2
- package/lib/operationoutcome.js +1 -1
- package/lib/operationoutcome_issue.d.ts +86 -8
- package/lib/operationoutcome_issue.js +80 -1
- package/lib/organization.d.ts +11 -11
- package/lib/organization.js +1 -1
- package/lib/organization_contact.d.ts +4 -4
- package/lib/organization_contact.js +1 -1
- package/lib/organizationaffiliation.d.ts +34 -0
- package/lib/organizationaffiliation.js +3 -0
- package/lib/parameterdefinition.d.ts +18 -11
- package/lib/parameterdefinition.js +11 -1
- package/lib/parameters.d.ts +3 -1
- package/lib/parameters.js +1 -1
- package/lib/parameters_parameter.d.ts +11 -4
- package/lib/parameters_parameter.js +1 -1
- package/lib/patient.d.ts +22 -21
- package/lib/patient.js +1 -1
- package/lib/patient_animal.d.ts +3 -3
- package/lib/patient_animal.js +1 -1
- package/lib/patient_communication.d.ts +2 -2
- package/lib/patient_communication.js +1 -1
- package/lib/patient_contact.d.ts +9 -8
- package/lib/patient_contact.js +1 -1
- package/lib/patient_link.d.ts +15 -3
- package/lib/patient_link.js +15 -1
- package/lib/paymentnotice.d.ts +32 -15
- package/lib/paymentnotice.js +15 -1
- package/lib/paymentreconciliation.d.ts +39 -22
- package/lib/paymentreconciliation.js +15 -1
- package/lib/paymentreconciliation_detail.d.ts +16 -9
- package/lib/paymentreconciliation_detail.js +1 -1
- package/lib/paymentreconciliation_processnote.d.ts +13 -4
- package/lib/paymentreconciliation_processnote.js +13 -1
- package/lib/period.d.ts +2 -2
- package/lib/period.js +1 -1
- package/lib/person.d.ts +12 -11
- package/lib/person.js +1 -1
- package/lib/person_link.d.ts +15 -3
- package/lib/person_link.js +15 -1
- package/lib/plandefinition.d.ts +41 -33
- package/lib/plandefinition.js +1 -1
- package/lib/plandefinition_action.d.ts +110 -41
- package/lib/plandefinition_action.js +62 -1
- package/lib/plandefinition_condition.d.ts +15 -8
- package/lib/plandefinition_condition.js +13 -1
- package/lib/plandefinition_dynamicvalue.d.ts +4 -7
- package/lib/plandefinition_dynamicvalue.js +1 -1
- package/lib/plandefinition_goal.d.ts +7 -7
- package/lib/plandefinition_goal.js +1 -1
- package/lib/plandefinition_participant.d.ts +15 -3
- package/lib/plandefinition_participant.js +15 -1
- package/lib/plandefinition_relatedaction.d.ts +28 -6
- package/lib/plandefinition_relatedaction.js +25 -1
- package/lib/plandefinition_target.d.ts +5 -5
- package/lib/plandefinition_target.js +1 -1
- package/lib/population.d.ts +16 -0
- package/lib/population.js +3 -0
- package/lib/practitioner.d.ts +12 -12
- package/lib/practitioner.js +1 -1
- package/lib/practitioner_qualification.d.ts +4 -4
- package/lib/practitioner_qualification.js +1 -1
- package/lib/practitionerrole.d.ts +14 -14
- package/lib/practitionerrole.js +1 -1
- package/lib/practitionerrole_availabletime.d.ts +23 -5
- package/lib/practitionerrole_availabletime.js +21 -1
- package/lib/practitionerrole_notavailable.d.ts +3 -3
- package/lib/practitionerrole_notavailable.js +1 -1
- package/lib/procedure.d.ts +64 -32
- package/lib/procedure.js +23 -1
- package/lib/procedure_focaldevice.d.ts +2 -2
- package/lib/procedure_focaldevice.js +1 -1
- package/lib/procedure_performer.d.ts +4 -4
- package/lib/procedure_performer.js +1 -1
- package/lib/prodcharacteristic.d.ts +29 -0
- package/lib/prodcharacteristic.js +3 -0
- package/lib/productshelflife.d.ts +15 -0
- package/lib/productshelflife.js +3 -0
- package/lib/provenance.d.ts +17 -15
- package/lib/provenance.js +1 -1
- package/lib/provenance_agent.d.ts +7 -11
- package/lib/provenance_agent.js +1 -1
- package/lib/provenance_entity.d.ts +19 -10
- package/lib/provenance_entity.js +17 -1
- package/lib/quantity.d.ts +18 -6
- package/lib/quantity.js +15 -1
- package/lib/questionnaire.d.ts +30 -27
- package/lib/questionnaire.js +1 -1
- package/lib/questionnaire_enablewhen.d.ts +23 -18
- package/lib/questionnaire_enablewhen.js +21 -1
- package/lib/questionnaire_initial.d.ts +20 -0
- package/lib/questionnaire_initial.js +3 -0
- package/lib/questionnaire_item.d.ts +49 -52
- package/lib/questionnaire_item.js +30 -1
- package/lib/questionnaire_option.d.ts +5 -5
- package/lib/questionnaire_option.js +1 -1
- package/lib/questionnaireresponse.d.ts +25 -11
- package/lib/questionnaireresponse.js +17 -1
- package/lib/questionnaireresponse_answer.d.ts +1 -12
- package/lib/questionnaireresponse_answer.js +1 -1
- package/lib/questionnaireresponse_item.d.ts +3 -6
- package/lib/questionnaireresponse_item.js +1 -1
- package/lib/range.d.ts +3 -2
- package/lib/range.js +1 -1
- package/lib/ratio.d.ts +1 -0
- package/lib/ratio.js +1 -1
- package/lib/reference.d.ts +4 -2
- package/lib/reference.js +1 -1
- package/lib/relatedartifact.d.ts +27 -6
- package/lib/relatedartifact.js +23 -1
- package/lib/relatedperson.d.ts +6 -2
- package/lib/relatedperson.js +1 -1
- package/lib/relatedperson_communication.d.ts +9 -0
- package/lib/relatedperson_communication.js +3 -0
- package/lib/requestgroup.d.ts +66 -10
- package/lib/requestgroup.js +53 -1
- package/lib/requestgroup_action.d.ts +20 -15
- package/lib/requestgroup_action.js +1 -1
- package/lib/requestgroup_condition.d.ts +5 -8
- package/lib/requestgroup_condition.js +1 -1
- package/lib/requestgroup_relatedaction.d.ts +28 -6
- package/lib/requestgroup_relatedaction.js +25 -1
- package/lib/researchdefinition.d.ts +79 -0
- package/lib/researchdefinition.js +3 -0
- package/lib/researchelementdefinition.d.ts +96 -0
- package/lib/researchelementdefinition.js +24 -0
- package/lib/researchstudy.d.ts +53 -21
- package/lib/researchstudy.js +29 -1
- package/lib/researchstudy_arm.d.ts +4 -4
- package/lib/researchstudy_arm.js +1 -1
- package/lib/researchsubject.d.ts +40 -10
- package/lib/researchsubject.js +33 -1
- package/lib/resource.js +1 -1
- package/lib/resourcelist.d.ts +4 -0
- package/lib/resourcelist.js +1 -1
- package/lib/riskassessment.d.ts +11 -9
- package/lib/riskassessment.js +1 -1
- package/lib/riskassessment_prediction.d.ts +2 -2
- package/lib/riskassessment_prediction.js +1 -1
- package/lib/riskevidencesynthesis.d.ts +77 -0
- package/lib/riskevidencesynthesis.js +3 -0
- package/lib/sampleddata.d.ts +9 -9
- package/lib/sampleddata.js +1 -1
- package/lib/schedule.d.ts +9 -9
- package/lib/schedule.js +1 -1
- package/lib/searchparameter.d.ts +108 -35
- package/lib/searchparameter.js +68 -1
- package/lib/searchparameter_component.d.ts +4 -5
- package/lib/searchparameter_component.js +1 -1
- package/lib/servicerequest.d.ts +128 -0
- package/lib/servicerequest.js +46 -0
- package/lib/signature.d.ts +13 -15
- package/lib/signature.js +1 -1
- package/lib/slot.d.ts +29 -15
- package/lib/slot.js +17 -1
- package/lib/specimen.d.ts +28 -14
- package/lib/specimen.js +15 -1
- package/lib/specimen_collection.d.ts +6 -6
- package/lib/specimen_collection.js +1 -1
- package/lib/specimen_container.d.ts +6 -6
- package/lib/specimen_container.js +1 -1
- package/lib/specimen_processing.d.ts +3 -3
- package/lib/specimen_processing.js +1 -1
- package/lib/specimendefinition.d.ts +71 -0
- package/lib/specimendefinition.js +13 -0
- package/lib/structuredefinition.d.ts +23 -9
- package/lib/structuredefinition.js +16 -1
- package/lib/structuredefinition_context.d.ts +17 -0
- package/lib/structuredefinition_context.js +15 -0
- package/lib/structuredefinition_differential.d.ts +1 -1
- package/lib/structuredefinition_differential.js +1 -1
- package/lib/structuredefinition_mapping.d.ts +5 -5
- package/lib/structuredefinition_mapping.js +1 -1
- package/lib/structuredefinition_snapshot.d.ts +5 -1
- package/lib/structuredefinition_snapshot.js +1 -1
- package/lib/structuremap.d.ts +24 -19
- package/lib/structuremap.js +1 -1
- package/lib/structuremap_dependent.d.ts +7 -4
- package/lib/structuremap_dependent.js +1 -1
- package/lib/structuremap_group.d.ts +16 -6
- package/lib/structuremap_group.js +13 -1
- package/lib/structuremap_input.d.ts +11 -3
- package/lib/structuremap_input.js +11 -1
- package/lib/structuremap_parameter.d.ts +5 -5
- package/lib/structuremap_parameter.js +1 -1
- package/lib/structuremap_rule.d.ts +2 -2
- package/lib/structuremap_rule.js +1 -1
- package/lib/structuremap_source.d.ts +27 -8
- package/lib/structuremap_source.js +17 -1
- package/lib/structuremap_structure.d.ts +17 -5
- package/lib/structuremap_structure.js +15 -1
- package/lib/structuremap_target.d.ts +64 -6
- package/lib/structuremap_target.js +59 -1
- package/lib/subscription.d.ts +15 -6
- package/lib/subscription.js +15 -1
- package/lib/subscription_channel.d.ts +18 -4
- package/lib/subscription_channel.js +17 -1
- package/lib/substance.d.ts +8 -7
- package/lib/substance.js +1 -1
- package/lib/substance_ingredient.d.ts +3 -3
- package/lib/substance_ingredient.js +1 -1
- package/lib/substance_instance.d.ts +3 -3
- package/lib/substance_instance.js +1 -1
- package/lib/substancenucleicacid.d.ts +20 -0
- package/lib/substancenucleicacid.js +3 -0
- package/lib/substancepolymer.d.ts +18 -0
- package/lib/substancepolymer.js +3 -0
- package/lib/substanceprotein.d.ts +14 -0
- package/lib/substanceprotein.js +3 -0
- package/lib/substancereferenceinformation.d.ts +15 -0
- package/lib/substancereferenceinformation.js +3 -0
- package/lib/substancesourcematerial.d.ts +33 -0
- package/lib/substancesourcematerial.js +3 -0
- package/lib/substancespecification.d.ts +46 -0
- package/lib/substancespecification.js +3 -0
- package/lib/supplydelivery.d.ts +15 -3
- package/lib/supplydelivery.js +15 -1
- package/lib/supplydelivery_supplieditem.js +1 -1
- package/lib/supplyrequest.d.ts +25 -7
- package/lib/supplyrequest.js +21 -1
- package/lib/supplyrequest_ordereditem.d.ts +4 -4
- package/lib/supplyrequest_ordereditem.js +1 -1
- package/lib/supplyrequest_requester.d.ts +6 -2
- package/lib/supplyrequest_requester.js +1 -1
- package/lib/task.d.ts +72 -34
- package/lib/task.js +31 -1
- package/lib/task_input.d.ts +6 -2
- package/lib/task_input.js +1 -1
- package/lib/task_output.d.ts +61 -54
- package/lib/task_output.js +1 -1
- package/lib/task_requester.d.ts +2 -2
- package/lib/task_requester.js +1 -1
- package/lib/task_restriction.d.ts +7 -3
- package/lib/task_restriction.js +1 -1
- package/lib/terminologycapabilities.d.ts +79 -0
- package/lib/terminologycapabilities.js +22 -0
- package/lib/testreport.d.ts +29 -10
- package/lib/testreport.js +17 -1
- package/lib/testreport_action.d.ts +7 -2
- package/lib/testreport_action.js +1 -1
- package/lib/testreport_action1.d.ts +7 -2
- package/lib/testreport_action1.js +1 -1
- package/lib/testreport_action2.d.ts +5 -1
- package/lib/testreport_action2.js +1 -1
- package/lib/testreport_assert.d.ts +5 -4
- package/lib/testreport_assert.js +1 -1
- package/lib/testreport_operation.d.ts +5 -4
- package/lib/testreport_operation.js +1 -1
- package/lib/testreport_participant.d.ts +15 -5
- package/lib/testreport_participant.js +13 -1
- package/lib/testreport_setup.d.ts +1 -1
- package/lib/testreport_setup.js +1 -1
- package/lib/testreport_teardown.d.ts +1 -1
- package/lib/testreport_teardown.js +1 -1
- package/lib/testreport_test.d.ts +3 -3
- package/lib/testreport_test.js +1 -1
- package/lib/testscript.d.ts +4 -9
- package/lib/testscript.js +1 -1
- package/lib/testscript_action.d.ts +2 -2
- package/lib/testscript_action.js +1 -1
- package/lib/testscript_action1.d.ts +2 -2
- package/lib/testscript_action1.js +1 -1
- package/lib/testscript_action2.d.ts +5 -2
- package/lib/testscript_action2.js +1 -1
- package/lib/testscript_assert.d.ts +59 -11
- package/lib/testscript_assert.js +47 -1
- package/lib/testscript_capability.d.ts +6 -6
- package/lib/testscript_capability.js +1 -1
- package/lib/testscript_destination.d.ts +3 -3
- package/lib/testscript_destination.js +1 -1
- package/lib/testscript_fixture.d.ts +3 -3
- package/lib/testscript_fixture.js +1 -1
- package/lib/testscript_link.d.ts +2 -2
- package/lib/testscript_link.js +1 -1
- package/lib/testscript_metadata.d.ts +2 -2
- package/lib/testscript_metadata.js +1 -1
- package/lib/testscript_operation.d.ts +19 -16
- package/lib/testscript_operation.js +1 -1
- package/lib/testscript_origin.d.ts +3 -3
- package/lib/testscript_origin.js +1 -1
- package/lib/testscript_param.js +1 -1
- package/lib/testscript_param1.d.ts +1 -1
- package/lib/testscript_param1.js +1 -1
- package/lib/testscript_param2.js +1 -1
- package/lib/testscript_param3.js +1 -1
- package/lib/testscript_requestheader.d.ts +4 -4
- package/lib/testscript_requestheader.js +1 -1
- package/lib/testscript_rule.d.ts +2 -2
- package/lib/testscript_rule.js +1 -1
- package/lib/testscript_rule1.d.ts +3 -3
- package/lib/testscript_rule1.js +1 -1
- package/lib/testscript_rule2.d.ts +3 -3
- package/lib/testscript_rule2.js +1 -1
- package/lib/testscript_rule3.d.ts +3 -3
- package/lib/testscript_rule3.js +1 -1
- package/lib/testscript_ruleset.d.ts +2 -2
- package/lib/testscript_ruleset.js +1 -1
- package/lib/testscript_ruleset1.d.ts +3 -3
- package/lib/testscript_ruleset1.js +1 -1
- package/lib/testscript_setup.d.ts +1 -1
- package/lib/testscript_setup.js +1 -1
- package/lib/testscript_teardown.d.ts +1 -1
- package/lib/testscript_teardown.js +1 -1
- package/lib/testscript_test.d.ts +3 -3
- package/lib/testscript_test.js +1 -1
- package/lib/testscript_variable.d.ts +9 -9
- package/lib/testscript_variable.js +1 -1
- package/lib/timing.d.ts +3 -3
- package/lib/timing.js +1 -1
- package/lib/timing_repeat.d.ts +44 -20
- package/lib/timing_repeat.js +26 -1
- package/lib/triggerdefinition.d.ts +37 -14
- package/lib/triggerdefinition.js +23 -1
- package/lib/usagecontext.d.ts +5 -2
- package/lib/usagecontext.js +1 -1
- package/lib/valueset.d.ts +5 -6
- package/lib/valueset.js +1 -1
- package/lib/valueset_compose.d.ts +4 -4
- package/lib/valueset_compose.js +1 -1
- package/lib/valueset_concept.d.ts +4 -4
- package/lib/valueset_concept.js +1 -1
- package/lib/valueset_contains.d.ts +8 -8
- package/lib/valueset_contains.js +1 -1
- package/lib/valueset_designation.d.ts +4 -4
- package/lib/valueset_designation.js +1 -1
- package/lib/valueset_expansion.d.ts +7 -7
- package/lib/valueset_expansion.js +1 -1
- package/lib/valueset_filter.d.ts +28 -6
- package/lib/valueset_filter.js +25 -1
- package/lib/valueset_include.d.ts +5 -5
- package/lib/valueset_include.js +1 -1
- package/lib/valueset_parameter.d.ts +4 -8
- package/lib/valueset_parameter.js +1 -1
- package/lib/verificationresult.d.ts +55 -0
- package/lib/verificationresult.js +21 -0
- package/lib/verificationresult_attestation.d.ts +22 -0
- package/lib/verificationresult_attestation.js +3 -0
- package/lib/verificationresult_primarysource.d.ts +19 -0
- package/lib/verificationresult_primarysource.js +3 -0
- package/lib/verificationresult_validator.d.ts +11 -0
- package/lib/verificationresult_validator.js +3 -0
- package/lib/visionprescription.d.ts +34 -14
- package/lib/visionprescription.js +15 -1
- package/lib/visionprescription_dispense.d.ts +44 -19
- package/lib/visionprescription_dispense.js +22 -1
- package/package.json +1 -1
- package/scripts/verify-types.mjs +139 -0
- package/lib/bodysite.d.ts +0 -23
- package/lib/bodysite.js +0 -3
- package/lib/chargeitem_participant.d.ts +0 -9
- package/lib/chargeitem_participant.js +0 -3
- package/lib/claim_information.d.ts +0 -28
- package/lib/claim_information.js +0 -3
- package/lib/dataelement.d.ts +0 -43
- package/lib/dataelement.js +0 -3
- package/lib/dataelement_mapping.d.ts +0 -11
- package/lib/dataelement_mapping.js +0 -3
- package/lib/devicecomponent.d.ts +0 -29
- package/lib/devicecomponent.js +0 -3
- package/lib/devicecomponent_productionspecification.d.ts +0 -11
- package/lib/devicecomponent_productionspecification.js +0 -3
- package/lib/diagnosticreport_image.d.ts +0 -8
- package/lib/diagnosticreport_image.js +0 -3
- package/lib/eligibilityrequest.d.ts +0 -41
- package/lib/eligibilityrequest.js +0 -3
- package/lib/eligibilityresponse.d.ts +0 -36
- package/lib/eligibilityresponse.js +0 -3
- package/lib/eligibilityresponse_benefitbalance.d.ts +0 -23
- package/lib/eligibilityresponse_benefitbalance.js +0 -3
- package/lib/eligibilityresponse_error.d.ts +0 -6
- package/lib/eligibilityresponse_error.js +0 -3
- package/lib/eligibilityresponse_financial.d.ts +0 -17
- package/lib/eligibilityresponse_financial.js +0 -3
- package/lib/eligibilityresponse_insurance.d.ts +0 -11
- package/lib/eligibilityresponse_insurance.js +0 -3
- package/lib/expansionprofile.d.ts +0 -58
- package/lib/expansionprofile.js +0 -3
- package/lib/expansionprofile_designation.d.ts +0 -9
- package/lib/expansionprofile_designation.js +0 -3
- package/lib/expansionprofile_designation1.d.ts +0 -8
- package/lib/expansionprofile_designation1.js +0 -3
- package/lib/expansionprofile_designation2.d.ts +0 -8
- package/lib/expansionprofile_designation2.js +0 -3
- package/lib/expansionprofile_exclude.d.ts +0 -6
- package/lib/expansionprofile_exclude.js +0 -3
- package/lib/expansionprofile_excludedsystem.d.ts +0 -7
- package/lib/expansionprofile_excludedsystem.js +0 -3
- package/lib/expansionprofile_fixedversion.d.ts +0 -9
- package/lib/expansionprofile_fixedversion.js +0 -3
- package/lib/expansionprofile_include.d.ts +0 -6
- package/lib/expansionprofile_include.js +0 -3
- package/lib/imagingmanifest.d.ts +0 -21
- package/lib/imagingmanifest.js +0 -3
- package/lib/imagingmanifest_instance.d.ts +0 -7
- package/lib/imagingmanifest_instance.js +0 -3
- package/lib/imagingmanifest_series.d.ts +0 -11
- package/lib/imagingmanifest_series.js +0 -3
- package/lib/imagingmanifest_study.d.ts +0 -13
- package/lib/imagingmanifest_study.js +0 -3
- package/lib/procedurerequest.d.ts +0 -70
- package/lib/procedurerequest.js +0 -3
- package/lib/procedurerequest_requester.d.ts +0 -8
- package/lib/procedurerequest_requester.js +0 -3
- package/lib/processrequest.d.ts +0 -39
- package/lib/processrequest.js +0 -3
- package/lib/processrequest_item.d.ts +0 -5
- package/lib/processrequest_item.js +0 -3
- package/lib/processresponse.d.ts +0 -35
- package/lib/processresponse.js +0 -3
- package/lib/processresponse_processnote.d.ts +0 -8
- package/lib/processresponse_processnote.js +0 -3
- package/lib/referralrequest.d.ts +0 -59
- package/lib/referralrequest.js +0 -3
- package/lib/referralrequest_requester.d.ts +0 -8
- package/lib/referralrequest_requester.js +0 -3
- package/lib/sequence.js +0 -3
- package/lib/sequence_quality.d.ts +0 -33
- package/lib/sequence_quality.js +0 -3
- package/lib/sequence_referenceseq.d.ts +0 -21
- package/lib/sequence_referenceseq.js +0 -3
- package/lib/sequence_repository.d.ts +0 -15
- package/lib/sequence_repository.js +0 -3
- package/lib/sequence_variant.d.ts +0 -16
- package/lib/sequence_variant.js +0 -3
- package/lib/servicedefinition.d.ts +0 -65
- package/lib/servicedefinition.js +0 -3
- package/missing_types.json +0 -1
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
+
import type { DomainResource } from "./domainresource";
|
|
3
|
+
import type { Reference } from "./reference";
|
|
4
|
+
import type { Timing } from "./timing";
|
|
5
|
+
import type { VerificationResult_Attestation } from "./verificationresult_attestation";
|
|
6
|
+
import type { VerificationResult_PrimarySource } from "./verificationresult_primarysource";
|
|
7
|
+
import type { VerificationResult_Validator } from "./verificationresult_validator";
|
|
8
|
+
/** VerificationResult status: attested | validated | in-process | req-revalid | val-fail | reval-fail (Status, required in R4). */
|
|
9
|
+
export declare const VERIFICATION_RESULT_STATUS: {
|
|
10
|
+
/** Attested: the target has been attested to by the primary source. */
|
|
11
|
+
readonly ATTESTED: "attested";
|
|
12
|
+
/** Validated: the target has been validated by the primary source. */
|
|
13
|
+
readonly VALIDATED: "validated";
|
|
14
|
+
/** In process: validation is in progress. */
|
|
15
|
+
readonly IN_PROCESS: "in-process";
|
|
16
|
+
/** Require revalidation: revalidation is required. */
|
|
17
|
+
readonly REQ_REVALID: "req-revalid";
|
|
18
|
+
/** Validation failed: validation of the target failed. */
|
|
19
|
+
readonly VAL_FAIL: "val-fail";
|
|
20
|
+
/** Revalidation failed: revalidation of the target failed. */
|
|
21
|
+
readonly REVAL_FAIL: "reval-fail";
|
|
22
|
+
};
|
|
23
|
+
export type VerificationResultStatus = (typeof VERIFICATION_RESULT_STATUS)[keyof typeof VERIFICATION_RESULT_STATUS];
|
|
24
|
+
export interface VerificationResult extends DomainResource {
|
|
25
|
+
/** This is a VerificationResult resource */
|
|
26
|
+
resourceType: "VerificationResult";
|
|
27
|
+
/** A resource that was validated. */
|
|
28
|
+
target?: Array<Reference>;
|
|
29
|
+
/** The fhirpath location(s) within the resource that was validated. */
|
|
30
|
+
targetLocation?: Array<string>;
|
|
31
|
+
/** The frequency with which the target must be validated (none; initial; periodic). */
|
|
32
|
+
need?: CodeableConcept;
|
|
33
|
+
/** The status of the primary validation of the target (required in R4). */
|
|
34
|
+
status: VerificationResultStatus;
|
|
35
|
+
/** When the validation status was updated. */
|
|
36
|
+
statusDate?: string;
|
|
37
|
+
/** What the target is validated against (nothing; primary source; multiple sources). */
|
|
38
|
+
validationType?: CodeableConcept;
|
|
39
|
+
/** The primary process by which the target is validated (e.g. edit check; value set; primary source; multiple sources; standalone; in context). */
|
|
40
|
+
validationProcess?: Array<CodeableConcept>;
|
|
41
|
+
/** Frequency of revalidation. */
|
|
42
|
+
frequency?: Timing;
|
|
43
|
+
/** The date/time validation was last completed (including failed validations). */
|
|
44
|
+
lastPerformed?: string;
|
|
45
|
+
/** The date when target is next validated, if appropriate. */
|
|
46
|
+
nextScheduled?: string;
|
|
47
|
+
/** The result if validation fails (fatal; warning; record only; none). */
|
|
48
|
+
failureAction?: CodeableConcept;
|
|
49
|
+
/** Information about the primary source(s) involved in validation. */
|
|
50
|
+
primarySource?: Array<VerificationResult_PrimarySource>;
|
|
51
|
+
/** Information about the entity attesting to information. */
|
|
52
|
+
attestation?: VerificationResult_Attestation;
|
|
53
|
+
/** Information about the entity validating information. */
|
|
54
|
+
validator?: Array<VerificationResult_Validator>;
|
|
55
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VERIFICATION_RESULT_STATUS = void 0;
|
|
4
|
+
// FHIR VerificationResult Type
|
|
5
|
+
// StructureDefinition: https://hl7.org/fhir/R4/verificationresult.html
|
|
6
|
+
/** VerificationResult status: attested | validated | in-process | req-revalid | val-fail | reval-fail (Status, required in R4). */
|
|
7
|
+
exports.VERIFICATION_RESULT_STATUS = {
|
|
8
|
+
/** Attested: the target has been attested to by the primary source. */
|
|
9
|
+
ATTESTED: "attested",
|
|
10
|
+
/** Validated: the target has been validated by the primary source. */
|
|
11
|
+
VALIDATED: "validated",
|
|
12
|
+
/** In process: validation is in progress. */
|
|
13
|
+
IN_PROCESS: "in-process",
|
|
14
|
+
/** Require revalidation: revalidation is required. */
|
|
15
|
+
REQ_REVALID: "req-revalid",
|
|
16
|
+
/** Validation failed: validation of the target failed. */
|
|
17
|
+
VAL_FAIL: "val-fail",
|
|
18
|
+
/** Revalidation failed: revalidation of the target failed. */
|
|
19
|
+
REVAL_FAIL: "reval-fail",
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyaWZpY2F0aW9ucmVzdWx0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL3ZlcmlmaWNhdGlvbnJlc3VsdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFRQSwrQkFBK0I7QUFFL0IsdUVBQXVFO0FBRXZFLG1JQUFtSTtBQUN0SCxRQUFBLDBCQUEwQixHQUFHO0lBQ3hDLHVFQUF1RTtJQUN2RSxRQUFRLEVBQUUsVUFBVTtJQUNwQixzRUFBc0U7SUFDdEUsU0FBUyxFQUFFLFdBQVc7SUFDdEIsNkNBQTZDO0lBQzdDLFVBQVUsRUFBRSxZQUFZO0lBQ3hCLHNEQUFzRDtJQUN0RCxXQUFXLEVBQUUsYUFBYTtJQUMxQiwwREFBMEQ7SUFDMUQsUUFBUSxFQUFFLFVBQVU7SUFDcEIsOERBQThEO0lBQzlELFVBQVUsRUFBRSxZQUFZO0NBQ2hCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IENvZGVhYmxlQ29uY2VwdCB9IGZyb20gXCIuL2NvZGVhYmxlY29uY2VwdFwiO1xuaW1wb3J0IHR5cGUgeyBEb21haW5SZXNvdXJjZSB9IGZyb20gXCIuL2RvbWFpbnJlc291cmNlXCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuaW1wb3J0IHR5cGUgeyBUaW1pbmcgfSBmcm9tIFwiLi90aW1pbmdcIjtcbmltcG9ydCB0eXBlIHsgVmVyaWZpY2F0aW9uUmVzdWx0X0F0dGVzdGF0aW9uIH0gZnJvbSBcIi4vdmVyaWZpY2F0aW9ucmVzdWx0X2F0dGVzdGF0aW9uXCI7XG5pbXBvcnQgdHlwZSB7IFZlcmlmaWNhdGlvblJlc3VsdF9QcmltYXJ5U291cmNlIH0gZnJvbSBcIi4vdmVyaWZpY2F0aW9ucmVzdWx0X3ByaW1hcnlzb3VyY2VcIjtcbmltcG9ydCB0eXBlIHsgVmVyaWZpY2F0aW9uUmVzdWx0X1ZhbGlkYXRvciB9IGZyb20gXCIuL3ZlcmlmaWNhdGlvbnJlc3VsdF92YWxpZGF0b3JcIjtcblxuLy8gRkhJUiBWZXJpZmljYXRpb25SZXN1bHQgVHlwZVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC92ZXJpZmljYXRpb25yZXN1bHQuaHRtbFxuXG4vKiogVmVyaWZpY2F0aW9uUmVzdWx0IHN0YXR1czogYXR0ZXN0ZWQgfCB2YWxpZGF0ZWQgfCBpbi1wcm9jZXNzIHwgcmVxLXJldmFsaWQgfCB2YWwtZmFpbCB8IHJldmFsLWZhaWwgKFN0YXR1cywgcmVxdWlyZWQgaW4gUjQpLiAqL1xuZXhwb3J0IGNvbnN0IFZFUklGSUNBVElPTl9SRVNVTFRfU1RBVFVTID0ge1xuICAvKiogQXR0ZXN0ZWQ6IHRoZSB0YXJnZXQgaGFzIGJlZW4gYXR0ZXN0ZWQgdG8gYnkgdGhlIHByaW1hcnkgc291cmNlLiAqL1xuICBBVFRFU1RFRDogXCJhdHRlc3RlZFwiLFxuICAvKiogVmFsaWRhdGVkOiB0aGUgdGFyZ2V0IGhhcyBiZWVuIHZhbGlkYXRlZCBieSB0aGUgcHJpbWFyeSBzb3VyY2UuICovXG4gIFZBTElEQVRFRDogXCJ2YWxpZGF0ZWRcIixcbiAgLyoqIEluIHByb2Nlc3M6IHZhbGlkYXRpb24gaXMgaW4gcHJvZ3Jlc3MuICovXG4gIElOX1BST0NFU1M6IFwiaW4tcHJvY2Vzc1wiLFxuICAvKiogUmVxdWlyZSByZXZhbGlkYXRpb246IHJldmFsaWRhdGlvbiBpcyByZXF1aXJlZC4gKi9cbiAgUkVRX1JFVkFMSUQ6IFwicmVxLXJldmFsaWRcIixcbiAgLyoqIFZhbGlkYXRpb24gZmFpbGVkOiB2YWxpZGF0aW9uIG9mIHRoZSB0YXJnZXQgZmFpbGVkLiAqL1xuICBWQUxfRkFJTDogXCJ2YWwtZmFpbFwiLFxuICAvKiogUmV2YWxpZGF0aW9uIGZhaWxlZDogcmV2YWxpZGF0aW9uIG9mIHRoZSB0YXJnZXQgZmFpbGVkLiAqL1xuICBSRVZBTF9GQUlMOiBcInJldmFsLWZhaWxcIixcbn0gYXMgY29uc3Q7XG5cbmV4cG9ydCB0eXBlIFZlcmlmaWNhdGlvblJlc3VsdFN0YXR1cyA9XG4gICh0eXBlb2YgVkVSSUZJQ0FUSU9OX1JFU1VMVF9TVEFUVVMpW2tleW9mIHR5cGVvZiBWRVJJRklDQVRJT05fUkVTVUxUX1NUQVRVU107XG5cbmV4cG9ydCBpbnRlcmZhY2UgVmVyaWZpY2F0aW9uUmVzdWx0IGV4dGVuZHMgRG9tYWluUmVzb3VyY2Uge1xuICAvKiogVGhpcyBpcyBhIFZlcmlmaWNhdGlvblJlc3VsdCByZXNvdXJjZSAqL1xuICByZXNvdXJjZVR5cGU6IFwiVmVyaWZpY2F0aW9uUmVzdWx0XCI7XG5cbiAgLyoqIEEgcmVzb3VyY2UgdGhhdCB3YXMgdmFsaWRhdGVkLiAqL1xuICB0YXJnZXQ/OiBBcnJheTxSZWZlcmVuY2U+O1xuXG4gIC8qKiBUaGUgZmhpcnBhdGggbG9jYXRpb24ocykgd2l0aGluIHRoZSByZXNvdXJjZSB0aGF0IHdhcyB2YWxpZGF0ZWQuICovXG4gIHRhcmdldExvY2F0aW9uPzogQXJyYXk8c3RyaW5nPjtcblxuICAvKiogVGhlIGZyZXF1ZW5jeSB3aXRoIHdoaWNoIHRoZSB0YXJnZXQgbXVzdCBiZSB2YWxpZGF0ZWQgKG5vbmU7IGluaXRpYWw7IHBlcmlvZGljKS4gKi9cbiAgbmVlZD86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogVGhlIHN0YXR1cyBvZiB0aGUgcHJpbWFyeSB2YWxpZGF0aW9uIG9mIHRoZSB0YXJnZXQgKHJlcXVpcmVkIGluIFI0KS4gKi9cbiAgc3RhdHVzOiBWZXJpZmljYXRpb25SZXN1bHRTdGF0dXM7XG5cbiAgLyoqIFdoZW4gdGhlIHZhbGlkYXRpb24gc3RhdHVzIHdhcyB1cGRhdGVkLiAqL1xuICBzdGF0dXNEYXRlPzogc3RyaW5nO1xuXG4gIC8qKiBXaGF0IHRoZSB0YXJnZXQgaXMgdmFsaWRhdGVkIGFnYWluc3QgKG5vdGhpbmc7IHByaW1hcnkgc291cmNlOyBtdWx0aXBsZSBzb3VyY2VzKS4gKi9cbiAgdmFsaWRhdGlvblR5cGU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIFRoZSBwcmltYXJ5IHByb2Nlc3MgYnkgd2hpY2ggdGhlIHRhcmdldCBpcyB2YWxpZGF0ZWQgKGUuZy4gZWRpdCBjaGVjazsgdmFsdWUgc2V0OyBwcmltYXJ5IHNvdXJjZTsgbXVsdGlwbGUgc291cmNlczsgc3RhbmRhbG9uZTsgaW4gY29udGV4dCkuICovXG4gIHZhbGlkYXRpb25Qcm9jZXNzPzogQXJyYXk8Q29kZWFibGVDb25jZXB0PjtcblxuICAvKiogRnJlcXVlbmN5IG9mIHJldmFsaWRhdGlvbi4gKi9cbiAgZnJlcXVlbmN5PzogVGltaW5nO1xuXG4gIC8qKiBUaGUgZGF0ZS90aW1lIHZhbGlkYXRpb24gd2FzIGxhc3QgY29tcGxldGVkIChpbmNsdWRpbmcgZmFpbGVkIHZhbGlkYXRpb25zKS4gKi9cbiAgbGFzdFBlcmZvcm1lZD86IHN0cmluZztcblxuICAvKiogVGhlIGRhdGUgd2hlbiB0YXJnZXQgaXMgbmV4dCB2YWxpZGF0ZWQsIGlmIGFwcHJvcHJpYXRlLiAqL1xuICBuZXh0U2NoZWR1bGVkPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgcmVzdWx0IGlmIHZhbGlkYXRpb24gZmFpbHMgKGZhdGFsOyB3YXJuaW5nOyByZWNvcmQgb25seTsgbm9uZSkuICovXG4gIGZhaWx1cmVBY3Rpb24/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEluZm9ybWF0aW9uIGFib3V0IHRoZSBwcmltYXJ5IHNvdXJjZShzKSBpbnZvbHZlZCBpbiB2YWxpZGF0aW9uLiAqL1xuICBwcmltYXJ5U291cmNlPzogQXJyYXk8VmVyaWZpY2F0aW9uUmVzdWx0X1ByaW1hcnlTb3VyY2U+O1xuXG4gIC8qKiBJbmZvcm1hdGlvbiBhYm91dCB0aGUgZW50aXR5IGF0dGVzdGluZyB0byBpbmZvcm1hdGlvbi4gKi9cbiAgYXR0ZXN0YXRpb24/OiBWZXJpZmljYXRpb25SZXN1bHRfQXR0ZXN0YXRpb247XG5cbiAgLyoqIEluZm9ybWF0aW9uIGFib3V0IHRoZSBlbnRpdHkgdmFsaWRhdGluZyBpbmZvcm1hdGlvbi4gKi9cbiAgdmFsaWRhdG9yPzogQXJyYXk8VmVyaWZpY2F0aW9uUmVzdWx0X1ZhbGlkYXRvcj47XG59XG4iXX0=
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
+
import type { Reference } from "./reference";
|
|
4
|
+
import type { Signature } from "./signature";
|
|
5
|
+
export interface VerificationResult_Attestation extends BackboneElement {
|
|
6
|
+
/** The individual or organization attesting to information. Reference to Practitioner, PractitionerRole, or Organization. */
|
|
7
|
+
who?: Reference;
|
|
8
|
+
/** When the who is asserting on behalf of another (organization or individual). */
|
|
9
|
+
onBehalfOf?: Reference;
|
|
10
|
+
/** The method by which attested information was submitted/retrieved (manual; API; Push). */
|
|
11
|
+
communicationMethod?: CodeableConcept;
|
|
12
|
+
/** The date the information was attested to. FHIR type: date. */
|
|
13
|
+
date?: string;
|
|
14
|
+
/** A digital identity certificate associated with the attestation source. */
|
|
15
|
+
sourceIdentityCertificate?: string;
|
|
16
|
+
/** A digital identity certificate associated with the proxy entity submitting attested information on behalf of the attestation source. */
|
|
17
|
+
proxyIdentityCertificate?: string;
|
|
18
|
+
/** Proxy signature. Signed assertion by the proxy entity that they have the right to submit attested information on behalf of the source. */
|
|
19
|
+
proxySignature?: Signature;
|
|
20
|
+
/** Attester signature. Signed assertion by the attestation source that they have attested to the information. */
|
|
21
|
+
sourceSignature?: Signature;
|
|
22
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyaWZpY2F0aW9ucmVzdWx0X2F0dGVzdGF0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL3ZlcmlmaWNhdGlvbnJlc3VsdF9hdHRlc3RhdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuaW1wb3J0IHR5cGUgeyBTaWduYXR1cmUgfSBmcm9tIFwiLi9zaWduYXR1cmVcIjtcblxuLy8gRkhJUiBWZXJpZmljYXRpb25SZXN1bHRfQXR0ZXN0YXRpb24gVHlwZSAoUjQ6IFZlcmlmaWNhdGlvblJlc3VsdC5hdHRlc3RhdGlvbilcblxuLy8gU3RydWN0dXJlRGVmaW5pdGlvbjogaHR0cHM6Ly9obDcub3JnL2ZoaXIvUjQvdmVyaWZpY2F0aW9ucmVzdWx0Lmh0bWwgKFZlcmlmaWNhdGlvblJlc3VsdC5hdHRlc3RhdGlvbilcblxuZXhwb3J0IGludGVyZmFjZSBWZXJpZmljYXRpb25SZXN1bHRfQXR0ZXN0YXRpb24gZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogVGhlIGluZGl2aWR1YWwgb3Igb3JnYW5pemF0aW9uIGF0dGVzdGluZyB0byBpbmZvcm1hdGlvbi4gUmVmZXJlbmNlIHRvIFByYWN0aXRpb25lciwgUHJhY3RpdGlvbmVyUm9sZSwgb3IgT3JnYW5pemF0aW9uLiAqL1xuICB3aG8/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIFdoZW4gdGhlIHdobyBpcyBhc3NlcnRpbmcgb24gYmVoYWxmIG9mIGFub3RoZXIgKG9yZ2FuaXphdGlvbiBvciBpbmRpdmlkdWFsKS4gKi9cbiAgb25CZWhhbGZPZj86IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIG1ldGhvZCBieSB3aGljaCBhdHRlc3RlZCBpbmZvcm1hdGlvbiB3YXMgc3VibWl0dGVkL3JldHJpZXZlZCAobWFudWFsOyBBUEk7IFB1c2gpLiAqL1xuICBjb21tdW5pY2F0aW9uTWV0aG9kPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBUaGUgZGF0ZSB0aGUgaW5mb3JtYXRpb24gd2FzIGF0dGVzdGVkIHRvLiBGSElSIHR5cGU6IGRhdGUuICovXG4gIGRhdGU/OiBzdHJpbmc7XG5cbiAgLyoqIEEgZGlnaXRhbCBpZGVudGl0eSBjZXJ0aWZpY2F0ZSBhc3NvY2lhdGVkIHdpdGggdGhlIGF0dGVzdGF0aW9uIHNvdXJjZS4gKi9cbiAgc291cmNlSWRlbnRpdHlDZXJ0aWZpY2F0ZT86IHN0cmluZztcblxuICAvKiogQSBkaWdpdGFsIGlkZW50aXR5IGNlcnRpZmljYXRlIGFzc29jaWF0ZWQgd2l0aCB0aGUgcHJveHkgZW50aXR5IHN1Ym1pdHRpbmcgYXR0ZXN0ZWQgaW5mb3JtYXRpb24gb24gYmVoYWxmIG9mIHRoZSBhdHRlc3RhdGlvbiBzb3VyY2UuICovXG4gIHByb3h5SWRlbnRpdHlDZXJ0aWZpY2F0ZT86IHN0cmluZztcblxuICAvKiogUHJveHkgc2lnbmF0dXJlLiBTaWduZWQgYXNzZXJ0aW9uIGJ5IHRoZSBwcm94eSBlbnRpdHkgdGhhdCB0aGV5IGhhdmUgdGhlIHJpZ2h0IHRvIHN1Ym1pdCBhdHRlc3RlZCBpbmZvcm1hdGlvbiBvbiBiZWhhbGYgb2YgdGhlIHNvdXJjZS4gKi9cbiAgcHJveHlTaWduYXR1cmU/OiBTaWduYXR1cmU7XG5cbiAgLyoqIEF0dGVzdGVyIHNpZ25hdHVyZS4gU2lnbmVkIGFzc2VydGlvbiBieSB0aGUgYXR0ZXN0YXRpb24gc291cmNlIHRoYXQgdGhleSBoYXZlIGF0dGVzdGVkIHRvIHRoZSBpbmZvcm1hdGlvbi4gKi9cbiAgc291cmNlU2lnbmF0dXJlPzogU2lnbmF0dXJlO1xufVxuIl19
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
+
import type { Reference } from "./reference";
|
|
4
|
+
export interface VerificationResult_PrimarySource extends BackboneElement {
|
|
5
|
+
/** Reference to the primary source (Organization, Practitioner, or PractitionerRole) (0..1). */
|
|
6
|
+
who?: Reference;
|
|
7
|
+
/** Type of primary source, e.g. License Board; Primary Education; Registration Authority (0..*). primary-source-type value set. */
|
|
8
|
+
type?: Array<CodeableConcept>;
|
|
9
|
+
/** Method for communicating with the primary source (manual; API; Push) (0..*). communication-method value set. */
|
|
10
|
+
communicationMethod?: Array<CodeableConcept>;
|
|
11
|
+
/** Status of the validation of the target against the primary source (successful; failed; unknown) (0..1). validation-status value set. */
|
|
12
|
+
validationStatus?: CodeableConcept;
|
|
13
|
+
/** When the target was validated against the primary source (0..1 dateTime). */
|
|
14
|
+
validationDate?: string;
|
|
15
|
+
/** Ability of the primary source to push updates/alerts (yes; no; undetermined) (0..1). can-push-updates value set. */
|
|
16
|
+
canPushUpdates?: CodeableConcept;
|
|
17
|
+
/** Type of alerts/updates the primary source can send (specific requested changes; any changes; as defined by source) (0..*). */
|
|
18
|
+
pushTypeAvailable?: Array<CodeableConcept>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyaWZpY2F0aW9ucmVzdWx0X3ByaW1hcnlzb3VyY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvdmVyaWZpY2F0aW9ucmVzdWx0X3ByaW1hcnlzb3VyY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgQmFja2JvbmVFbGVtZW50IH0gZnJvbSBcIi4vYmFja2JvbmVlbGVtZW50XCI7XG5pbXBvcnQgdHlwZSB7IENvZGVhYmxlQ29uY2VwdCB9IGZyb20gXCIuL2NvZGVhYmxlY29uY2VwdFwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuLy8gRkhJUiBWZXJpZmljYXRpb25SZXN1bHRfUHJpbWFyeVNvdXJjZSBUeXBlIChWZXJpZmljYXRpb25SZXN1bHQucHJpbWFyeVNvdXJjZSBiYWNrYm9uZSlcblxuLy8gU3RydWN0dXJlRGVmaW5pdGlvbjogaHR0cHM6Ly9obDcub3JnL2ZoaXIvUjQvdmVyaWZpY2F0aW9ucmVzdWx0Lmh0bWwgKFZlcmlmaWNhdGlvblJlc3VsdC5wcmltYXJ5U291cmNlKVxuXG5leHBvcnQgaW50ZXJmYWNlIFZlcmlmaWNhdGlvblJlc3VsdF9QcmltYXJ5U291cmNlIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIFJlZmVyZW5jZSB0byB0aGUgcHJpbWFyeSBzb3VyY2UgKE9yZ2FuaXphdGlvbiwgUHJhY3RpdGlvbmVyLCBvciBQcmFjdGl0aW9uZXJSb2xlKSAoMC4uMSkuICovXG4gIHdobz86IFJlZmVyZW5jZTtcblxuICAvKiogVHlwZSBvZiBwcmltYXJ5IHNvdXJjZSwgZS5nLiBMaWNlbnNlIEJvYXJkOyBQcmltYXJ5IEVkdWNhdGlvbjsgUmVnaXN0cmF0aW9uIEF1dGhvcml0eSAoMC4uKikuIHByaW1hcnktc291cmNlLXR5cGUgdmFsdWUgc2V0LiAqL1xuICB0eXBlPzogQXJyYXk8Q29kZWFibGVDb25jZXB0PjtcblxuICAvKiogTWV0aG9kIGZvciBjb21tdW5pY2F0aW5nIHdpdGggdGhlIHByaW1hcnkgc291cmNlIChtYW51YWw7IEFQSTsgUHVzaCkgKDAuLiopLiBjb21tdW5pY2F0aW9uLW1ldGhvZCB2YWx1ZSBzZXQuICovXG4gIGNvbW11bmljYXRpb25NZXRob2Q/OiBBcnJheTxDb2RlYWJsZUNvbmNlcHQ+O1xuXG4gIC8qKiBTdGF0dXMgb2YgdGhlIHZhbGlkYXRpb24gb2YgdGhlIHRhcmdldCBhZ2FpbnN0IHRoZSBwcmltYXJ5IHNvdXJjZSAoc3VjY2Vzc2Z1bDsgZmFpbGVkOyB1bmtub3duKSAoMC4uMSkuIHZhbGlkYXRpb24tc3RhdHVzIHZhbHVlIHNldC4gKi9cbiAgdmFsaWRhdGlvblN0YXR1cz86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogV2hlbiB0aGUgdGFyZ2V0IHdhcyB2YWxpZGF0ZWQgYWdhaW5zdCB0aGUgcHJpbWFyeSBzb3VyY2UgKDAuLjEgZGF0ZVRpbWUpLiAqL1xuICB2YWxpZGF0aW9uRGF0ZT86IHN0cmluZztcblxuICAvKiogQWJpbGl0eSBvZiB0aGUgcHJpbWFyeSBzb3VyY2UgdG8gcHVzaCB1cGRhdGVzL2FsZXJ0cyAoeWVzOyBubzsgdW5kZXRlcm1pbmVkKSAoMC4uMSkuIGNhbi1wdXNoLXVwZGF0ZXMgdmFsdWUgc2V0LiAqL1xuICBjYW5QdXNoVXBkYXRlcz86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogVHlwZSBvZiBhbGVydHMvdXBkYXRlcyB0aGUgcHJpbWFyeSBzb3VyY2UgY2FuIHNlbmQgKHNwZWNpZmljIHJlcXVlc3RlZCBjaGFuZ2VzOyBhbnkgY2hhbmdlczsgYXMgZGVmaW5lZCBieSBzb3VyY2UpICgwLi4qKS4gKi9cbiAgcHVzaFR5cGVBdmFpbGFibGU/OiBBcnJheTxDb2RlYWJsZUNvbmNlcHQ+O1xufVxuIl19
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { Reference } from "./reference";
|
|
3
|
+
import type { Signature } from "./signature";
|
|
4
|
+
export interface VerificationResult_Validator extends BackboneElement {
|
|
5
|
+
/** Reference to the organization validating information (1..1). Target: Organization. */
|
|
6
|
+
organization: Reference;
|
|
7
|
+
/** A digital identity certificate associated with the validator (0..1). */
|
|
8
|
+
identityCertificate?: string;
|
|
9
|
+
/** Validator signature: signed assertion by the validator that they have validated the information (0..1). */
|
|
10
|
+
attestationSignature?: Signature;
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyaWZpY2F0aW9ucmVzdWx0X3ZhbGlkYXRvci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy92ZXJpZmljYXRpb25yZXN1bHRfdmFsaWRhdG9yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IEJhY2tib25lRWxlbWVudCB9IGZyb20gXCIuL2JhY2tib25lZWxlbWVudFwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcbmltcG9ydCB0eXBlIHsgU2lnbmF0dXJlIH0gZnJvbSBcIi4vc2lnbmF0dXJlXCI7XG5cbi8vIEZISVIgVmVyaWZpY2F0aW9uUmVzdWx0X1ZhbGlkYXRvciBUeXBlIChWZXJpZmljYXRpb25SZXN1bHQudmFsaWRhdG9yIGJhY2tib25lKVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC92ZXJpZmljYXRpb25yZXN1bHQuaHRtbCAoVmVyaWZpY2F0aW9uUmVzdWx0LnZhbGlkYXRvcilcblxuZXhwb3J0IGludGVyZmFjZSBWZXJpZmljYXRpb25SZXN1bHRfVmFsaWRhdG9yIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIFJlZmVyZW5jZSB0byB0aGUgb3JnYW5pemF0aW9uIHZhbGlkYXRpbmcgaW5mb3JtYXRpb24gKDEuLjEpLiBUYXJnZXQ6IE9yZ2FuaXphdGlvbi4gKi9cbiAgb3JnYW5pemF0aW9uOiBSZWZlcmVuY2U7XG5cbiAgLyoqIEEgZGlnaXRhbCBpZGVudGl0eSBjZXJ0aWZpY2F0ZSBhc3NvY2lhdGVkIHdpdGggdGhlIHZhbGlkYXRvciAoMC4uMSkuICovXG4gIGlkZW50aXR5Q2VydGlmaWNhdGU/OiBzdHJpbmc7XG5cbiAgLyoqIFZhbGlkYXRvciBzaWduYXR1cmU6IHNpZ25lZCBhc3NlcnRpb24gYnkgdGhlIHZhbGlkYXRvciB0aGF0IHRoZXkgaGF2ZSB2YWxpZGF0ZWQgdGhlIGluZm9ybWF0aW9uICgwLi4xKS4gKi9cbiAgYXR0ZXN0YXRpb25TaWduYXR1cmU/OiBTaWduYXR1cmU7XG59XG4iXX0=
|
|
@@ -3,25 +3,45 @@ import type { DomainResource } from "./domainresource";
|
|
|
3
3
|
import type { Identifier } from "./identifier";
|
|
4
4
|
import type { Reference } from "./reference";
|
|
5
5
|
import type { VisionPrescription_Dispense } from "./visionprescription_dispense";
|
|
6
|
+
/** VisionPrescription status: active | cancelled | draft | entered-in-error (VisionStatus, required). */
|
|
7
|
+
export declare const VISION_PRESCRIPTION_STATUS: {
|
|
8
|
+
/** Active: the prescription is active and may be dispensed. */
|
|
9
|
+
readonly ACTIVE: "active";
|
|
10
|
+
/** Cancelled: the prescription has been cancelled. */
|
|
11
|
+
readonly CANCELLED: "cancelled";
|
|
12
|
+
/** Draft: the prescription is still being prepared. */
|
|
13
|
+
readonly DRAFT: "draft";
|
|
14
|
+
/** Entered in error: this record should not have been created. */
|
|
15
|
+
readonly ENTERED_IN_ERROR: "entered-in-error";
|
|
16
|
+
};
|
|
17
|
+
export type VisionPrescriptionStatus = (typeof VISION_PRESCRIPTION_STATUS)[keyof typeof VISION_PRESCRIPTION_STATUS];
|
|
6
18
|
export interface VisionPrescription extends DomainResource {
|
|
7
19
|
/** This is a VisionPrescription resource */
|
|
8
20
|
resourceType: "VisionPrescription";
|
|
9
|
-
/** Business identifier
|
|
21
|
+
/** Business identifier for the vision prescription (0..*). */
|
|
10
22
|
identifier?: Array<Identifier>;
|
|
11
|
-
/** The status of the resource instance. */
|
|
12
|
-
status
|
|
13
|
-
/**
|
|
14
|
-
|
|
15
|
-
/**
|
|
23
|
+
/** The status of the resource instance: active | cancelled | draft | entered-in-error (1..1). VisionStatus value set. */
|
|
24
|
+
status: VisionPrescriptionStatus;
|
|
25
|
+
/** The date this resource was created (1..1 dateTime). */
|
|
26
|
+
created: string;
|
|
27
|
+
/** Who prescription is for: reference to the person to whom the vision prescription applies (1..1). Target: Patient. */
|
|
28
|
+
patient: Reference;
|
|
29
|
+
/** Created during encounter: contact between patient and provider during which the prescription was issued (0..1). Target: Encounter. */
|
|
16
30
|
encounter?: Reference;
|
|
17
|
-
/**
|
|
18
|
-
dateWritten
|
|
19
|
-
/**
|
|
20
|
-
prescriber
|
|
21
|
-
/**
|
|
31
|
+
/** When prescription was authorized (1..1 dateTime). */
|
|
32
|
+
dateWritten: string;
|
|
33
|
+
/** Who authorized the vision prescription (1..1). Target: Practitioner | PractitionerRole. */
|
|
34
|
+
prescriber: Reference;
|
|
35
|
+
/** Vision lens authorization: details of individual lens specifications (1..*). */
|
|
36
|
+
lensSpecification: Array<VisionPrescription_Dispense>;
|
|
37
|
+
/**
|
|
38
|
+
* Reason or indication for writing the prescription.
|
|
39
|
+
* @deprecated Not in R4 VisionPrescription; retained for backward compatibility.
|
|
40
|
+
*/
|
|
22
41
|
reasonCodeableConcept?: CodeableConcept;
|
|
23
|
-
/**
|
|
42
|
+
/**
|
|
43
|
+
* Reason or indication for writing the prescription.
|
|
44
|
+
* @deprecated Not in R4 VisionPrescription; retained for backward compatibility.
|
|
45
|
+
*/
|
|
24
46
|
reasonReference?: Reference;
|
|
25
|
-
/** Deals with details of the dispense part of the supply specification. */
|
|
26
|
-
dispense?: Array<VisionPrescription_Dispense>;
|
|
27
47
|
}
|
|
@@ -1,3 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
3
|
+
exports.VISION_PRESCRIPTION_STATUS = void 0;
|
|
4
|
+
// FHIR VisionPrescription Type
|
|
5
|
+
// StructureDefinition: https://hl7.org/fhir/R4/visionprescription.html
|
|
6
|
+
/** VisionPrescription status: active | cancelled | draft | entered-in-error (VisionStatus, required). */
|
|
7
|
+
exports.VISION_PRESCRIPTION_STATUS = {
|
|
8
|
+
/** Active: the prescription is active and may be dispensed. */
|
|
9
|
+
ACTIVE: "active",
|
|
10
|
+
/** Cancelled: the prescription has been cancelled. */
|
|
11
|
+
CANCELLED: "cancelled",
|
|
12
|
+
/** Draft: the prescription is still being prepared. */
|
|
13
|
+
DRAFT: "draft",
|
|
14
|
+
/** Entered in error: this record should not have been created. */
|
|
15
|
+
ENTERED_IN_ERROR: "entered-in-error",
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlzaW9ucHJlc2NyaXB0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL3Zpc2lvbnByZXNjcmlwdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFNQSwrQkFBK0I7QUFFL0IsdUVBQXVFO0FBRXZFLHlHQUF5RztBQUM1RixRQUFBLDBCQUEwQixHQUFHO0lBQ3hDLCtEQUErRDtJQUMvRCxNQUFNLEVBQUUsUUFBUTtJQUNoQixzREFBc0Q7SUFDdEQsU0FBUyxFQUFFLFdBQVc7SUFDdEIsdURBQXVEO0lBQ3ZELEtBQUssRUFBRSxPQUFPO0lBQ2Qsa0VBQWtFO0lBQ2xFLGdCQUFnQixFQUFFLGtCQUFrQjtDQUM1QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgRG9tYWluUmVzb3VyY2UgfSBmcm9tIFwiLi9kb21haW5yZXNvdXJjZVwiO1xuaW1wb3J0IHR5cGUgeyBJZGVudGlmaWVyIH0gZnJvbSBcIi4vaWRlbnRpZmllclwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcbmltcG9ydCB0eXBlIHsgVmlzaW9uUHJlc2NyaXB0aW9uX0Rpc3BlbnNlIH0gZnJvbSBcIi4vdmlzaW9ucHJlc2NyaXB0aW9uX2Rpc3BlbnNlXCI7XG5cbi8vIEZISVIgVmlzaW9uUHJlc2NyaXB0aW9uIFR5cGVcblxuLy8gU3RydWN0dXJlRGVmaW5pdGlvbjogaHR0cHM6Ly9obDcub3JnL2ZoaXIvUjQvdmlzaW9ucHJlc2NyaXB0aW9uLmh0bWxcblxuLyoqIFZpc2lvblByZXNjcmlwdGlvbiBzdGF0dXM6IGFjdGl2ZSB8IGNhbmNlbGxlZCB8IGRyYWZ0IHwgZW50ZXJlZC1pbi1lcnJvciAoVmlzaW9uU3RhdHVzLCByZXF1aXJlZCkuICovXG5leHBvcnQgY29uc3QgVklTSU9OX1BSRVNDUklQVElPTl9TVEFUVVMgPSB7XG4gIC8qKiBBY3RpdmU6IHRoZSBwcmVzY3JpcHRpb24gaXMgYWN0aXZlIGFuZCBtYXkgYmUgZGlzcGVuc2VkLiAqL1xuICBBQ1RJVkU6IFwiYWN0aXZlXCIsXG4gIC8qKiBDYW5jZWxsZWQ6IHRoZSBwcmVzY3JpcHRpb24gaGFzIGJlZW4gY2FuY2VsbGVkLiAqL1xuICBDQU5DRUxMRUQ6IFwiY2FuY2VsbGVkXCIsXG4gIC8qKiBEcmFmdDogdGhlIHByZXNjcmlwdGlvbiBpcyBzdGlsbCBiZWluZyBwcmVwYXJlZC4gKi9cbiAgRFJBRlQ6IFwiZHJhZnRcIixcbiAgLyoqIEVudGVyZWQgaW4gZXJyb3I6IHRoaXMgcmVjb3JkIHNob3VsZCBub3QgaGF2ZSBiZWVuIGNyZWF0ZWQuICovXG4gIEVOVEVSRURfSU5fRVJST1I6IFwiZW50ZXJlZC1pbi1lcnJvclwiLFxufSBhcyBjb25zdDtcblxuZXhwb3J0IHR5cGUgVmlzaW9uUHJlc2NyaXB0aW9uU3RhdHVzID1cbiAgKHR5cGVvZiBWSVNJT05fUFJFU0NSSVBUSU9OX1NUQVRVUylba2V5b2YgdHlwZW9mIFZJU0lPTl9QUkVTQ1JJUFRJT05fU1RBVFVTXTtcblxuZXhwb3J0IGludGVyZmFjZSBWaXNpb25QcmVzY3JpcHRpb24gZXh0ZW5kcyBEb21haW5SZXNvdXJjZSB7XG4gIC8qKiBUaGlzIGlzIGEgVmlzaW9uUHJlc2NyaXB0aW9uIHJlc291cmNlICovXG4gIHJlc291cmNlVHlwZTogXCJWaXNpb25QcmVzY3JpcHRpb25cIjtcblxuICAvKiogQnVzaW5lc3MgaWRlbnRpZmllciBmb3IgdGhlIHZpc2lvbiBwcmVzY3JpcHRpb24gKDAuLiopLiAqL1xuICBpZGVudGlmaWVyPzogQXJyYXk8SWRlbnRpZmllcj47XG5cbiAgLyoqIFRoZSBzdGF0dXMgb2YgdGhlIHJlc291cmNlIGluc3RhbmNlOiBhY3RpdmUgfCBjYW5jZWxsZWQgfCBkcmFmdCB8IGVudGVyZWQtaW4tZXJyb3IgKDEuLjEpLiBWaXNpb25TdGF0dXMgdmFsdWUgc2V0LiAqL1xuICBzdGF0dXM6IFZpc2lvblByZXNjcmlwdGlvblN0YXR1cztcblxuICAvKiogVGhlIGRhdGUgdGhpcyByZXNvdXJjZSB3YXMgY3JlYXRlZCAoMS4uMSBkYXRlVGltZSkuICovXG4gIGNyZWF0ZWQ6IHN0cmluZztcblxuICAvKiogV2hvIHByZXNjcmlwdGlvbiBpcyBmb3I6IHJlZmVyZW5jZSB0byB0aGUgcGVyc29uIHRvIHdob20gdGhlIHZpc2lvbiBwcmVzY3JpcHRpb24gYXBwbGllcyAoMS4uMSkuIFRhcmdldDogUGF0aWVudC4gKi9cbiAgcGF0aWVudDogUmVmZXJlbmNlO1xuXG4gIC8qKiBDcmVhdGVkIGR1cmluZyBlbmNvdW50ZXI6IGNvbnRhY3QgYmV0d2VlbiBwYXRpZW50IGFuZCBwcm92aWRlciBkdXJpbmcgd2hpY2ggdGhlIHByZXNjcmlwdGlvbiB3YXMgaXNzdWVkICgwLi4xKS4gVGFyZ2V0OiBFbmNvdW50ZXIuICovXG4gIGVuY291bnRlcj86IFJlZmVyZW5jZTtcblxuICAvKiogV2hlbiBwcmVzY3JpcHRpb24gd2FzIGF1dGhvcml6ZWQgKDEuLjEgZGF0ZVRpbWUpLiAqL1xuICBkYXRlV3JpdHRlbjogc3RyaW5nO1xuXG4gIC8qKiBXaG8gYXV0aG9yaXplZCB0aGUgdmlzaW9uIHByZXNjcmlwdGlvbiAoMS4uMSkuIFRhcmdldDogUHJhY3RpdGlvbmVyIHwgUHJhY3RpdGlvbmVyUm9sZS4gKi9cbiAgcHJlc2NyaWJlcjogUmVmZXJlbmNlO1xuXG4gIC8qKiBWaXNpb24gbGVucyBhdXRob3JpemF0aW9uOiBkZXRhaWxzIG9mIGluZGl2aWR1YWwgbGVucyBzcGVjaWZpY2F0aW9ucyAoMS4uKikuICovXG4gIGxlbnNTcGVjaWZpY2F0aW9uOiBBcnJheTxWaXNpb25QcmVzY3JpcHRpb25fRGlzcGVuc2U+O1xuXG4gIC8qKlxuICAgKiBSZWFzb24gb3IgaW5kaWNhdGlvbiBmb3Igd3JpdGluZyB0aGUgcHJlc2NyaXB0aW9uLlxuICAgKiBAZGVwcmVjYXRlZCBOb3QgaW4gUjQgVmlzaW9uUHJlc2NyaXB0aW9uOyByZXRhaW5lZCBmb3IgYmFja3dhcmQgY29tcGF0aWJpbGl0eS5cbiAgICovXG4gIHJlYXNvbkNvZGVhYmxlQ29uY2VwdD86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKipcbiAgICogUmVhc29uIG9yIGluZGljYXRpb24gZm9yIHdyaXRpbmcgdGhlIHByZXNjcmlwdGlvbi5cbiAgICogQGRlcHJlY2F0ZWQgTm90IGluIFI0IFZpc2lvblByZXNjcmlwdGlvbjsgcmV0YWluZWQgZm9yIGJhY2t3YXJkIGNvbXBhdGliaWxpdHkuXG4gICAqL1xuICByZWFzb25SZWZlcmVuY2U/OiBSZWZlcmVuY2U7XG59XG4iXX0=
|
|
@@ -2,35 +2,60 @@ import type { Annotation } from "./annotation";
|
|
|
2
2
|
import type { BackboneElement } from "./backboneelement";
|
|
3
3
|
import type { CodeableConcept } from "./codeableconcept";
|
|
4
4
|
import type { Quantity } from "./quantity";
|
|
5
|
+
/** VisionPrescription.lensSpecification.eye: right | left (VisionEyes, required). */
|
|
6
|
+
export declare const VISION_PRESCRIPTION_EYE: {
|
|
7
|
+
/** Right eye (oculus dexter, OD). */
|
|
8
|
+
readonly RIGHT: "right";
|
|
9
|
+
/** Left eye (oculus sinister, OS). */
|
|
10
|
+
readonly LEFT: "left";
|
|
11
|
+
};
|
|
12
|
+
export type VisionPrescriptionEye = (typeof VISION_PRESCRIPTION_EYE)[keyof typeof VISION_PRESCRIPTION_EYE];
|
|
13
|
+
/** VisionPrescription.lensSpecification.prism.base: up | down | in | out (VisionBase, required). */
|
|
14
|
+
export declare const VISION_PRESCRIPTION_BASE: {
|
|
15
|
+
/** Up: reference lens edge at top. */
|
|
16
|
+
readonly UP: "up";
|
|
17
|
+
/** Down: reference lens edge at bottom. */
|
|
18
|
+
readonly DOWN: "down";
|
|
19
|
+
/** In: reference lens edge toward nose. */
|
|
20
|
+
readonly IN: "in";
|
|
21
|
+
/** Out: reference lens edge toward temple. */
|
|
22
|
+
readonly OUT: "out";
|
|
23
|
+
};
|
|
24
|
+
export type VisionPrescriptionBase = (typeof VISION_PRESCRIPTION_BASE)[keyof typeof VISION_PRESCRIPTION_BASE];
|
|
25
|
+
/** Prism: eye alignment compensation (amount and base per entry). */
|
|
26
|
+
export interface VisionPrescription_Dispense_Prism extends BackboneElement {
|
|
27
|
+
/** Amount of prism to compensate for eye alignment in fractional units (1..1 decimal). */
|
|
28
|
+
amount: number;
|
|
29
|
+
/** The relative base, or reference lens edge, for the prism: up | down | in | out (1..1). VisionBase value set. */
|
|
30
|
+
base: VisionPrescriptionBase;
|
|
31
|
+
}
|
|
5
32
|
export interface VisionPrescription_Dispense extends BackboneElement {
|
|
6
|
-
/**
|
|
7
|
-
product
|
|
8
|
-
/** The eye for which the lens applies. */
|
|
9
|
-
eye
|
|
10
|
-
/**
|
|
33
|
+
/** Product to be supplied: type of vision correction product required for the patient (1..1). VisionProduct value set. */
|
|
34
|
+
product: CodeableConcept;
|
|
35
|
+
/** The eye for which the lens applies: right | left (1..1). VisionEyes value set. */
|
|
36
|
+
eye: VisionPrescriptionEye;
|
|
37
|
+
/** Power of the lens: measured in dioptres (0.25 units) (0..1 decimal). */
|
|
11
38
|
sphere?: number;
|
|
12
|
-
/**
|
|
39
|
+
/** Lens power for astigmatism: power adjustment measured in dioptres (0.25 units) (0..1 decimal). */
|
|
13
40
|
cylinder?: number;
|
|
14
|
-
/**
|
|
41
|
+
/** Lens meridian which contains no power for astigmatism: adjustment in integer degrees (0..1 integer). */
|
|
15
42
|
axis?: number;
|
|
16
|
-
/**
|
|
17
|
-
prism?:
|
|
18
|
-
/**
|
|
19
|
-
base?: "up" | "down" | "in" | "out";
|
|
20
|
-
/** Power adjustment for multifocal lenses measured in diopters (0.25 units). */
|
|
43
|
+
/** Eye alignment compensation: prism amount and base per entry (0..*). */
|
|
44
|
+
prism?: Array<VisionPrescription_Dispense_Prism>;
|
|
45
|
+
/** Added power for multifocal levels: measured in dioptres (0.25 units) (0..1 decimal). */
|
|
21
46
|
add?: number;
|
|
22
|
-
/** Contact lens power measured in
|
|
47
|
+
/** Contact lens power measured in dioptres (0.25 units) (0..1 decimal). */
|
|
23
48
|
power?: number;
|
|
24
|
-
/**
|
|
49
|
+
/** Contact lens back curvature measured in millimetres (0..1 decimal). */
|
|
25
50
|
backCurve?: number;
|
|
26
|
-
/** Contact lens diameter measured in
|
|
51
|
+
/** Contact lens diameter measured in millimetres (0..1 decimal). */
|
|
27
52
|
diameter?: number;
|
|
28
|
-
/**
|
|
53
|
+
/** Lens wear duration: recommended maximum wear period for the lens (0..1 SimpleQuantity). */
|
|
29
54
|
duration?: Quantity;
|
|
30
|
-
/**
|
|
55
|
+
/** Color required: special color or pattern (0..1). */
|
|
31
56
|
color?: string;
|
|
32
|
-
/** Brand recommendations or restrictions. */
|
|
57
|
+
/** Brand required: brand recommendations or restrictions (0..1). */
|
|
33
58
|
brand?: string;
|
|
34
|
-
/** Notes for special requirements such as coatings and lens materials. */
|
|
59
|
+
/** Notes for coatings: special requirements such as coatings and lens materials (0..*). */
|
|
35
60
|
note?: Array<Annotation>;
|
|
36
61
|
}
|
|
@@ -1,3 +1,24 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
3
|
+
exports.VISION_PRESCRIPTION_BASE = exports.VISION_PRESCRIPTION_EYE = void 0;
|
|
4
|
+
// FHIR VisionPrescription_Dispense Type (VisionPrescription.lensSpecification backbone)
|
|
5
|
+
// StructureDefinition: https://hl7.org/fhir/R4/visionprescription.html (VisionPrescription.lensSpecification)
|
|
6
|
+
/** VisionPrescription.lensSpecification.eye: right | left (VisionEyes, required). */
|
|
7
|
+
exports.VISION_PRESCRIPTION_EYE = {
|
|
8
|
+
/** Right eye (oculus dexter, OD). */
|
|
9
|
+
RIGHT: "right",
|
|
10
|
+
/** Left eye (oculus sinister, OS). */
|
|
11
|
+
LEFT: "left",
|
|
12
|
+
};
|
|
13
|
+
/** VisionPrescription.lensSpecification.prism.base: up | down | in | out (VisionBase, required). */
|
|
14
|
+
exports.VISION_PRESCRIPTION_BASE = {
|
|
15
|
+
/** Up: reference lens edge at top. */
|
|
16
|
+
UP: "up",
|
|
17
|
+
/** Down: reference lens edge at bottom. */
|
|
18
|
+
DOWN: "down",
|
|
19
|
+
/** In: reference lens edge toward nose. */
|
|
20
|
+
IN: "in",
|
|
21
|
+
/** Out: reference lens edge toward temple. */
|
|
22
|
+
OUT: "out",
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlzaW9ucHJlc2NyaXB0aW9uX2Rpc3BlbnNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL3Zpc2lvbnByZXNjcmlwdGlvbl9kaXNwZW5zZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFLQSx3RkFBd0Y7QUFFeEYsOEdBQThHO0FBRTlHLHFGQUFxRjtBQUN4RSxRQUFBLHVCQUF1QixHQUFHO0lBQ3JDLHFDQUFxQztJQUNyQyxLQUFLLEVBQUUsT0FBTztJQUNkLHNDQUFzQztJQUN0QyxJQUFJLEVBQUUsTUFBTTtDQUNKLENBQUM7QUFLWCxvR0FBb0c7QUFDdkYsUUFBQSx3QkFBd0IsR0FBRztJQUN0QyxzQ0FBc0M7SUFDdEMsRUFBRSxFQUFFLElBQUk7SUFDUiwyQ0FBMkM7SUFDM0MsSUFBSSxFQUFFLE1BQU07SUFDWiwyQ0FBMkM7SUFDM0MsRUFBRSxFQUFFLElBQUk7SUFDUiw4Q0FBOEM7SUFDOUMsR0FBRyxFQUFFLEtBQUs7Q0FDRixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBBbm5vdGF0aW9uIH0gZnJvbSBcIi4vYW5ub3RhdGlvblwiO1xuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFF1YW50aXR5IH0gZnJvbSBcIi4vcXVhbnRpdHlcIjtcblxuLy8gRkhJUiBWaXNpb25QcmVzY3JpcHRpb25fRGlzcGVuc2UgVHlwZSAoVmlzaW9uUHJlc2NyaXB0aW9uLmxlbnNTcGVjaWZpY2F0aW9uIGJhY2tib25lKVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC92aXNpb25wcmVzY3JpcHRpb24uaHRtbCAoVmlzaW9uUHJlc2NyaXB0aW9uLmxlbnNTcGVjaWZpY2F0aW9uKVxuXG4vKiogVmlzaW9uUHJlc2NyaXB0aW9uLmxlbnNTcGVjaWZpY2F0aW9uLmV5ZTogcmlnaHQgfCBsZWZ0IChWaXNpb25FeWVzLCByZXF1aXJlZCkuICovXG5leHBvcnQgY29uc3QgVklTSU9OX1BSRVNDUklQVElPTl9FWUUgPSB7XG4gIC8qKiBSaWdodCBleWUgKG9jdWx1cyBkZXh0ZXIsIE9EKS4gKi9cbiAgUklHSFQ6IFwicmlnaHRcIixcbiAgLyoqIExlZnQgZXllIChvY3VsdXMgc2luaXN0ZXIsIE9TKS4gKi9cbiAgTEVGVDogXCJsZWZ0XCIsXG59IGFzIGNvbnN0O1xuXG5leHBvcnQgdHlwZSBWaXNpb25QcmVzY3JpcHRpb25FeWUgPVxuICAodHlwZW9mIFZJU0lPTl9QUkVTQ1JJUFRJT05fRVlFKVtrZXlvZiB0eXBlb2YgVklTSU9OX1BSRVNDUklQVElPTl9FWUVdO1xuXG4vKiogVmlzaW9uUHJlc2NyaXB0aW9uLmxlbnNTcGVjaWZpY2F0aW9uLnByaXNtLmJhc2U6IHVwIHwgZG93biB8IGluIHwgb3V0IChWaXNpb25CYXNlLCByZXF1aXJlZCkuICovXG5leHBvcnQgY29uc3QgVklTSU9OX1BSRVNDUklQVElPTl9CQVNFID0ge1xuICAvKiogVXA6IHJlZmVyZW5jZSBsZW5zIGVkZ2UgYXQgdG9wLiAqL1xuICBVUDogXCJ1cFwiLFxuICAvKiogRG93bjogcmVmZXJlbmNlIGxlbnMgZWRnZSBhdCBib3R0b20uICovXG4gIERPV046IFwiZG93blwiLFxuICAvKiogSW46IHJlZmVyZW5jZSBsZW5zIGVkZ2UgdG93YXJkIG5vc2UuICovXG4gIElOOiBcImluXCIsXG4gIC8qKiBPdXQ6IHJlZmVyZW5jZSBsZW5zIGVkZ2UgdG93YXJkIHRlbXBsZS4gKi9cbiAgT1VUOiBcIm91dFwiLFxufSBhcyBjb25zdDtcblxuZXhwb3J0IHR5cGUgVmlzaW9uUHJlc2NyaXB0aW9uQmFzZSA9XG4gICh0eXBlb2YgVklTSU9OX1BSRVNDUklQVElPTl9CQVNFKVtrZXlvZiB0eXBlb2YgVklTSU9OX1BSRVNDUklQVElPTl9CQVNFXTtcblxuLyoqIFByaXNtOiBleWUgYWxpZ25tZW50IGNvbXBlbnNhdGlvbiAoYW1vdW50IGFuZCBiYXNlIHBlciBlbnRyeSkuICovXG5leHBvcnQgaW50ZXJmYWNlIFZpc2lvblByZXNjcmlwdGlvbl9EaXNwZW5zZV9QcmlzbSBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBBbW91bnQgb2YgcHJpc20gdG8gY29tcGVuc2F0ZSBmb3IgZXllIGFsaWdubWVudCBpbiBmcmFjdGlvbmFsIHVuaXRzICgxLi4xIGRlY2ltYWwpLiAqL1xuICBhbW91bnQ6IG51bWJlcjtcbiAgLyoqIFRoZSByZWxhdGl2ZSBiYXNlLCBvciByZWZlcmVuY2UgbGVucyBlZGdlLCBmb3IgdGhlIHByaXNtOiB1cCB8IGRvd24gfCBpbiB8IG91dCAoMS4uMSkuIFZpc2lvbkJhc2UgdmFsdWUgc2V0LiAqL1xuICBiYXNlOiBWaXNpb25QcmVzY3JpcHRpb25CYXNlO1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIFZpc2lvblByZXNjcmlwdGlvbl9EaXNwZW5zZSBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBQcm9kdWN0IHRvIGJlIHN1cHBsaWVkOiB0eXBlIG9mIHZpc2lvbiBjb3JyZWN0aW9uIHByb2R1Y3QgcmVxdWlyZWQgZm9yIHRoZSBwYXRpZW50ICgxLi4xKS4gVmlzaW9uUHJvZHVjdCB2YWx1ZSBzZXQuICovXG4gIHByb2R1Y3Q6IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogVGhlIGV5ZSBmb3Igd2hpY2ggdGhlIGxlbnMgYXBwbGllczogcmlnaHQgfCBsZWZ0ICgxLi4xKS4gVmlzaW9uRXllcyB2YWx1ZSBzZXQuICovXG4gIGV5ZTogVmlzaW9uUHJlc2NyaXB0aW9uRXllO1xuXG4gIC8qKiBQb3dlciBvZiB0aGUgbGVuczogbWVhc3VyZWQgaW4gZGlvcHRyZXMgKDAuMjUgdW5pdHMpICgwLi4xIGRlY2ltYWwpLiAqL1xuICBzcGhlcmU/OiBudW1iZXI7XG5cbiAgLyoqIExlbnMgcG93ZXIgZm9yIGFzdGlnbWF0aXNtOiBwb3dlciBhZGp1c3RtZW50IG1lYXN1cmVkIGluIGRpb3B0cmVzICgwLjI1IHVuaXRzKSAoMC4uMSBkZWNpbWFsKS4gKi9cbiAgY3lsaW5kZXI/OiBudW1iZXI7XG5cbiAgLyoqIExlbnMgbWVyaWRpYW4gd2hpY2ggY29udGFpbnMgbm8gcG93ZXIgZm9yIGFzdGlnbWF0aXNtOiBhZGp1c3RtZW50IGluIGludGVnZXIgZGVncmVlcyAoMC4uMSBpbnRlZ2VyKS4gKi9cbiAgYXhpcz86IG51bWJlcjtcblxuICAvKiogRXllIGFsaWdubWVudCBjb21wZW5zYXRpb246IHByaXNtIGFtb3VudCBhbmQgYmFzZSBwZXIgZW50cnkgKDAuLiopLiAqL1xuICBwcmlzbT86IEFycmF5PFZpc2lvblByZXNjcmlwdGlvbl9EaXNwZW5zZV9QcmlzbT47XG5cbiAgLyoqIEFkZGVkIHBvd2VyIGZvciBtdWx0aWZvY2FsIGxldmVsczogbWVhc3VyZWQgaW4gZGlvcHRyZXMgKDAuMjUgdW5pdHMpICgwLi4xIGRlY2ltYWwpLiAqL1xuICBhZGQ/OiBudW1iZXI7XG5cbiAgLyoqIENvbnRhY3QgbGVucyBwb3dlciBtZWFzdXJlZCBpbiBkaW9wdHJlcyAoMC4yNSB1bml0cykgKDAuLjEgZGVjaW1hbCkuICovXG4gIHBvd2VyPzogbnVtYmVyO1xuXG4gIC8qKiBDb250YWN0IGxlbnMgYmFjayBjdXJ2YXR1cmUgbWVhc3VyZWQgaW4gbWlsbGltZXRyZXMgKDAuLjEgZGVjaW1hbCkuICovXG4gIGJhY2tDdXJ2ZT86IG51bWJlcjtcblxuICAvKiogQ29udGFjdCBsZW5zIGRpYW1ldGVyIG1lYXN1cmVkIGluIG1pbGxpbWV0cmVzICgwLi4xIGRlY2ltYWwpLiAqL1xuICBkaWFtZXRlcj86IG51bWJlcjtcblxuICAvKiogTGVucyB3ZWFyIGR1cmF0aW9uOiByZWNvbW1lbmRlZCBtYXhpbXVtIHdlYXIgcGVyaW9kIGZvciB0aGUgbGVucyAoMC4uMSBTaW1wbGVRdWFudGl0eSkuICovXG4gIGR1cmF0aW9uPzogUXVhbnRpdHk7XG5cbiAgLyoqIENvbG9yIHJlcXVpcmVkOiBzcGVjaWFsIGNvbG9yIG9yIHBhdHRlcm4gKDAuLjEpLiAqL1xuICBjb2xvcj86IHN0cmluZztcblxuICAvKiogQnJhbmQgcmVxdWlyZWQ6IGJyYW5kIHJlY29tbWVuZGF0aW9ucyBvciByZXN0cmljdGlvbnMgKDAuLjEpLiAqL1xuICBicmFuZD86IHN0cmluZztcblxuICAvKiogTm90ZXMgZm9yIGNvYXRpbmdzOiBzcGVjaWFsIHJlcXVpcmVtZW50cyBzdWNoIGFzIGNvYXRpbmdzIGFuZCBsZW5zIG1hdGVyaWFscyAoMC4uKikuICovXG4gIG5vdGU/OiBBcnJheTxBbm5vdGF0aW9uPjtcbn1cbiJdfQ==
|
package/package.json
CHANGED
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
/**
|
|
3
|
+
* One-off script: verify each type from fhir-r4-types.md has a valid definition
|
|
4
|
+
* file and correct interface/base. Run from packages/@openhi/types: node scripts/verify-types.mjs
|
|
5
|
+
*/
|
|
6
|
+
import fs from "fs";
|
|
7
|
+
import path from "path";
|
|
8
|
+
import { fileURLToPath } from "url";
|
|
9
|
+
|
|
10
|
+
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
|
11
|
+
const root = path.join(__dirname, "..");
|
|
12
|
+
const docPath = path.join(root, "fhir-r4-types.md");
|
|
13
|
+
const srcPath = path.join(root, "src");
|
|
14
|
+
|
|
15
|
+
const doc = fs.readFileSync(docPath, "utf8");
|
|
16
|
+
const lines = doc.split("\n");
|
|
17
|
+
|
|
18
|
+
const types = [];
|
|
19
|
+
let inTable = false;
|
|
20
|
+
for (const line of lines) {
|
|
21
|
+
if (line.startsWith("| Type | Inheritance chain |")) {
|
|
22
|
+
inTable = true;
|
|
23
|
+
continue;
|
|
24
|
+
}
|
|
25
|
+
if (!inTable) continue;
|
|
26
|
+
if (line.startsWith("|------")) continue;
|
|
27
|
+
if (line.startsWith("## ")) break; // next section after table
|
|
28
|
+
const match = line.match(/^\|\s*(.+?)\s*\|\s*(.+?)\s*\|$/);
|
|
29
|
+
if (!match) continue;
|
|
30
|
+
const typeName = match[1].trim();
|
|
31
|
+
const chain = match[2].trim();
|
|
32
|
+
if (typeName.startsWith("**")) continue; // section header row
|
|
33
|
+
let expectedBase = null;
|
|
34
|
+
if (chain === "— (base)" || chain === "— (base) ") {
|
|
35
|
+
expectedBase = "base";
|
|
36
|
+
} else if (chain === "Resource") {
|
|
37
|
+
expectedBase = "Resource";
|
|
38
|
+
} else if (chain === "DomainResource → Resource") {
|
|
39
|
+
expectedBase = "DomainResource";
|
|
40
|
+
} else if (chain === "Element") {
|
|
41
|
+
expectedBase = "Element";
|
|
42
|
+
} else if (chain === "BackboneElement → Element") {
|
|
43
|
+
expectedBase = "BackboneElement";
|
|
44
|
+
} else {
|
|
45
|
+
expectedBase = "?";
|
|
46
|
+
}
|
|
47
|
+
types.push({ typeName, expectedBase });
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
function typeToFile(typeName) {
|
|
51
|
+
return typeName.replace(/_/g, "_").toLowerCase() + ".ts";
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
const missing = [];
|
|
55
|
+
const wrongExport = [];
|
|
56
|
+
const wrongBase = [];
|
|
57
|
+
const indexMissing = [];
|
|
58
|
+
|
|
59
|
+
const indexContent = fs.readFileSync(path.join(srcPath, "index.ts"), "utf8");
|
|
60
|
+
|
|
61
|
+
for (const { typeName, expectedBase } of types) {
|
|
62
|
+
const file = typeToFile(typeName);
|
|
63
|
+
const filePath = path.join(srcPath, file);
|
|
64
|
+
const exportLine = `from "./${file.replace(".ts", "")}"`;
|
|
65
|
+
if (!indexContent.includes(exportLine)) {
|
|
66
|
+
indexMissing.push({ typeName, file });
|
|
67
|
+
}
|
|
68
|
+
if (!fs.existsSync(filePath)) {
|
|
69
|
+
missing.push({ typeName, file });
|
|
70
|
+
continue;
|
|
71
|
+
}
|
|
72
|
+
const content = fs.readFileSync(filePath, "utf8");
|
|
73
|
+
const hasExport = content.includes(`export interface ${typeName}`);
|
|
74
|
+
if (!hasExport) {
|
|
75
|
+
wrongExport.push({ typeName, file });
|
|
76
|
+
continue;
|
|
77
|
+
}
|
|
78
|
+
if (expectedBase === "base") {
|
|
79
|
+
if (content.includes("extends ")) {
|
|
80
|
+
wrongBase.push({ typeName, expectedBase: "none", file });
|
|
81
|
+
}
|
|
82
|
+
continue;
|
|
83
|
+
}
|
|
84
|
+
const extendMatch = content.match(new RegExp(`interface ${typeName}\\s+extends\\s+(\\w+)`));
|
|
85
|
+
if (!extendMatch) {
|
|
86
|
+
wrongBase.push({ typeName, expectedBase, file });
|
|
87
|
+
continue;
|
|
88
|
+
}
|
|
89
|
+
const actualBase = extendMatch[1];
|
|
90
|
+
if (actualBase !== expectedBase) {
|
|
91
|
+
wrongBase.push({ typeName, expectedBase, actualBase, file });
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
console.log(`Verified ${types.length} types.`);
|
|
96
|
+
if (missing.length) {
|
|
97
|
+
console.error(`\nMissing files (${missing.length}):`);
|
|
98
|
+
missing.forEach(({ typeName, file }) => console.error(` ${typeName} -> ${file}`));
|
|
99
|
+
}
|
|
100
|
+
if (wrongExport.length) {
|
|
101
|
+
console.error(`\nWrong/missing export interface (${wrongExport.length}):`);
|
|
102
|
+
wrongExport.forEach(({ typeName, file }) => console.error(` ${typeName} in ${file}`));
|
|
103
|
+
}
|
|
104
|
+
if (wrongBase.length) {
|
|
105
|
+
console.error(`\nWrong base type (${wrongBase.length}):`);
|
|
106
|
+
wrongBase.forEach(({ typeName, expectedBase, actualBase, file }) =>
|
|
107
|
+
console.error(` ${typeName}: expected extends ${expectedBase}, got ${actualBase || "?"} in ${file}`)
|
|
108
|
+
);
|
|
109
|
+
}
|
|
110
|
+
if (indexMissing.length) {
|
|
111
|
+
console.error(`\nNot exported from index.ts (${indexMissing.length}):`);
|
|
112
|
+
indexMissing.forEach(({ typeName, file }) => console.error(` ${typeName} (${file})`));
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
// Verify each type exists in official FHIR R4 JSON schema
|
|
116
|
+
const schemaUrl = "https://hl7.org/fhir/R4/fhir.schema.json";
|
|
117
|
+
let notInSchema = [];
|
|
118
|
+
try {
|
|
119
|
+
const res = await fetch(schemaUrl);
|
|
120
|
+
const schema = await res.json();
|
|
121
|
+
const defs = schema.definitions || {};
|
|
122
|
+
for (const { typeName } of types) {
|
|
123
|
+
if (!defs[typeName]) {
|
|
124
|
+
notInSchema.push(typeName);
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
if (notInSchema.length) {
|
|
128
|
+
console.error(`\nNot in official FHIR R4 schema (${notInSchema.length}):`);
|
|
129
|
+
notInSchema.forEach((name) => console.error(` ${name}`));
|
|
130
|
+
} else {
|
|
131
|
+
console.log("All types present in official FHIR R4 schema.");
|
|
132
|
+
}
|
|
133
|
+
} catch (e) {
|
|
134
|
+
console.warn("Could not verify against official schema:", e.message);
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
// Fail only on missing/wrong files or index; schema name mismatches are informational (HL7 schema uses different naming for some backbones)
|
|
138
|
+
const failed = missing.length + wrongExport.length + wrongBase.length + indexMissing.length;
|
|
139
|
+
process.exit(failed > 0 ? 1 : 0);
|
package/lib/bodysite.d.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import type { Attachment } from "./attachment";
|
|
2
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
-
import type { DomainResource } from "./domainresource";
|
|
4
|
-
import type { Identifier } from "./identifier";
|
|
5
|
-
import type { Reference } from "./reference";
|
|
6
|
-
export interface BodySite extends DomainResource {
|
|
7
|
-
/** This is a BodySite resource */
|
|
8
|
-
resourceType: "BodySite";
|
|
9
|
-
/** Identifier for this instance of the anatomical location. */
|
|
10
|
-
identifier?: Array<Identifier>;
|
|
11
|
-
/** Whether this body site is in active use. */
|
|
12
|
-
active?: boolean;
|
|
13
|
-
/** Named anatomical location - ideally coded where possible. */
|
|
14
|
-
code?: CodeableConcept;
|
|
15
|
-
/** Qualifier to refine the anatomical location. These include qualifiers for laterality, relative location, directionality, number, and plane. */
|
|
16
|
-
qualifier?: Array<CodeableConcept>;
|
|
17
|
-
/** A summary, charactarization or explanation of the anatomic location. */
|
|
18
|
-
description?: string;
|
|
19
|
-
/** Image or images used to identify a location. */
|
|
20
|
-
image?: Array<Attachment>;
|
|
21
|
-
/** The person to which the body site belongs. */
|
|
22
|
-
patient: Reference;
|
|
23
|
-
}
|
package/lib/bodysite.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm9keXNpdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvYm9keXNpdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQm9keVNpdGUgVHlwZVxuaW1wb3J0IHR5cGUgeyBBdHRhY2htZW50IH0gZnJvbSBcIi4vYXR0YWNobWVudFwiO1xuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgRG9tYWluUmVzb3VyY2UgfSBmcm9tIFwiLi9kb21haW5yZXNvdXJjZVwiO1xuaW1wb3J0IHR5cGUgeyBJZGVudGlmaWVyIH0gZnJvbSBcIi4vaWRlbnRpZmllclwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuZXhwb3J0IGludGVyZmFjZSBCb2R5U2l0ZSBleHRlbmRzIERvbWFpblJlc291cmNlIHtcbiAgLyoqIFRoaXMgaXMgYSBCb2R5U2l0ZSByZXNvdXJjZSAqL1xuICByZXNvdXJjZVR5cGU6IFwiQm9keVNpdGVcIjtcblxuICAvKiogSWRlbnRpZmllciBmb3IgdGhpcyBpbnN0YW5jZSBvZiB0aGUgYW5hdG9taWNhbCBsb2NhdGlvbi4gKi9cbiAgaWRlbnRpZmllcj86IEFycmF5PElkZW50aWZpZXI+O1xuXG4gIC8qKiBXaGV0aGVyIHRoaXMgYm9keSBzaXRlIGlzIGluIGFjdGl2ZSB1c2UuICovXG4gIGFjdGl2ZT86IGJvb2xlYW47XG5cbiAgLyoqIE5hbWVkIGFuYXRvbWljYWwgbG9jYXRpb24gLSBpZGVhbGx5IGNvZGVkIHdoZXJlIHBvc3NpYmxlLiAqL1xuICBjb2RlPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBRdWFsaWZpZXIgdG8gcmVmaW5lIHRoZSBhbmF0b21pY2FsIGxvY2F0aW9uLiAgVGhlc2UgaW5jbHVkZSBxdWFsaWZpZXJzIGZvciBsYXRlcmFsaXR5LCByZWxhdGl2ZSBsb2NhdGlvbiwgZGlyZWN0aW9uYWxpdHksIG51bWJlciwgYW5kIHBsYW5lLiAqL1xuICBxdWFsaWZpZXI/OiBBcnJheTxDb2RlYWJsZUNvbmNlcHQ+O1xuXG4gIC8qKiBBIHN1bW1hcnksIGNoYXJhY3Rhcml6YXRpb24gb3IgZXhwbGFuYXRpb24gb2YgdGhlIGFuYXRvbWljIGxvY2F0aW9uLiAqL1xuICBkZXNjcmlwdGlvbj86IHN0cmluZztcblxuICAvKiogSW1hZ2Ugb3IgaW1hZ2VzIHVzZWQgdG8gaWRlbnRpZnkgYSBsb2NhdGlvbi4gKi9cbiAgaW1hZ2U/OiBBcnJheTxBdHRhY2htZW50PjtcblxuICAvKiogVGhlIHBlcnNvbiB0byB3aGljaCB0aGUgYm9keSBzaXRlIGJlbG9uZ3MuICovXG4gIHBhdGllbnQ6IFJlZmVyZW5jZTtcbn1cbiJdfQ==
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { BackboneElement } from "./backboneelement";
|
|
2
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
-
import type { Reference } from "./reference";
|
|
4
|
-
export interface ChargeItem_Participant extends BackboneElement {
|
|
5
|
-
/** Describes the type of performance or participation(e.g. primary surgeon, anaesthesiologiest, etc.). */
|
|
6
|
-
role?: CodeableConcept;
|
|
7
|
-
/** The device, practitioner, etc. who performed or participated in the service. */
|
|
8
|
-
actor: Reference;
|
|
9
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hhcmdlaXRlbV9wYXJ0aWNpcGFudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9jaGFyZ2VpdGVtX3BhcnRpY2lwYW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENoYXJnZUl0ZW1fUGFydGljaXBhbnQgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENoYXJnZUl0ZW1fUGFydGljaXBhbnQgZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogRGVzY3JpYmVzIHRoZSB0eXBlIG9mIHBlcmZvcm1hbmNlIG9yIHBhcnRpY2lwYXRpb24oZS5nLiBwcmltYXJ5IHN1cmdlb24sIGFuYWVzdGhlc2lvbG9naWVzdCwgZXRjLikuICovXG4gIHJvbGU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIFRoZSBkZXZpY2UsIHByYWN0aXRpb25lciwgZXRjLiB3aG8gcGVyZm9ybWVkIG9yIHBhcnRpY2lwYXRlZCBpbiB0aGUgc2VydmljZS4gKi9cbiAgYWN0b3I6IFJlZmVyZW5jZTtcbn1cbiJdfQ==
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import type { Attachment } from "./attachment";
|
|
2
|
-
import type { BackboneElement } from "./backboneelement";
|
|
3
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
4
|
-
import type { Period } from "./period";
|
|
5
|
-
import type { Quantity } from "./quantity";
|
|
6
|
-
import type { Reference } from "./reference";
|
|
7
|
-
export interface Claim_Information extends BackboneElement {
|
|
8
|
-
/** Sequence of the information element which serves to provide a link. */
|
|
9
|
-
sequence?: number;
|
|
10
|
-
/** The general class of the information supplied: information; exception; accident, employment; onset, etc. */
|
|
11
|
-
category: CodeableConcept;
|
|
12
|
-
/** System and code pertaining to the specific information regarding special conditions relating to the setting, treatment or patient for which care is sought which may influence the adjudication. */
|
|
13
|
-
code?: CodeableConcept;
|
|
14
|
-
/** The date when or period to which this information refers. */
|
|
15
|
-
timingDate?: string;
|
|
16
|
-
/** The date when or period to which this information refers. */
|
|
17
|
-
timingPeriod?: Period;
|
|
18
|
-
/** Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data. */
|
|
19
|
-
valueString?: string;
|
|
20
|
-
/** Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data. */
|
|
21
|
-
valueQuantity?: Quantity;
|
|
22
|
-
/** Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data. */
|
|
23
|
-
valueAttachment?: Attachment;
|
|
24
|
-
/** Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data. */
|
|
25
|
-
valueReference?: Reference;
|
|
26
|
-
/** For example, provides the reason for: the additional stay, or missing tooth or any other situation where a reason code is required in addition to the content. */
|
|
27
|
-
reason?: CodeableConcept;
|
|
28
|
-
}
|