@openhi/types 0.0.8 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fhir-r4-types.md +558 -0
- package/lib/account.d.ts +38 -17
- package/lib/account.js +17 -1
- package/lib/account_coverage.d.ts +2 -4
- package/lib/account_coverage.js +1 -1
- package/lib/account_guarantor.js +1 -1
- package/lib/activitydefinition.d.ts +83 -45
- package/lib/activitydefinition.js +1 -1
- package/lib/activitydefinition_dynamicvalue.d.ts +5 -8
- package/lib/activitydefinition_dynamicvalue.js +1 -1
- package/lib/activitydefinition_participant.d.ts +15 -3
- package/lib/activitydefinition_participant.js +15 -1
- package/lib/address.d.ts +35 -11
- package/lib/address.js +26 -1
- package/lib/adverseevent.d.ts +59 -22
- package/lib/adverseevent.js +16 -1
- package/lib/adverseevent_suspectentity.d.ts +4 -14
- package/lib/adverseevent_suspectentity.js +1 -1
- package/lib/adverseevent_suspectentity_causality.d.ts +14 -0
- package/lib/adverseevent_suspectentity_causality.js +3 -0
- package/lib/age.d.ts +3 -2
- package/lib/age.js +1 -1
- package/lib/allergyintolerance.d.ts +63 -9
- package/lib/allergyintolerance.js +51 -1
- package/lib/allergyintolerance_reaction.d.ts +11 -1
- package/lib/allergyintolerance_reaction.js +13 -1
- package/lib/annotation.d.ts +5 -5
- package/lib/annotation.js +1 -1
- package/lib/appointment.d.ts +38 -10
- package/lib/appointment.js +27 -1
- package/lib/appointment_participant.d.ts +31 -6
- package/lib/appointment_participant.js +24 -1
- package/lib/appointmentresponse.d.ts +22 -8
- package/lib/appointmentresponse.js +17 -1
- package/lib/attachment.d.ts +1 -1
- package/lib/attachment.js +1 -1
- package/lib/auditevent.d.ts +43 -13
- package/lib/auditevent.js +28 -1
- package/lib/auditevent_agent.d.ts +16 -12
- package/lib/auditevent_agent.js +1 -1
- package/lib/auditevent_detail.d.ts +6 -4
- package/lib/auditevent_detail.js +1 -1
- package/lib/auditevent_entity.d.ts +15 -12
- package/lib/auditevent_entity.js +1 -1
- package/lib/auditevent_network.d.ts +18 -3
- package/lib/auditevent_network.js +17 -1
- package/lib/auditevent_source.d.ts +6 -5
- package/lib/auditevent_source.js +1 -1
- package/lib/backboneelement.d.ts +2 -1
- package/lib/backboneelement.js +1 -1
- package/lib/basic.d.ts +6 -5
- package/lib/basic.js +1 -1
- package/lib/binary.d.ts +5 -4
- package/lib/binary.js +1 -1
- package/lib/biologicallyderivedproduct.d.ts +54 -0
- package/lib/biologicallyderivedproduct.js +26 -0
- package/lib/bodystructure.d.ts +26 -0
- package/lib/bodystructure.js +3 -0
- package/lib/bundle.d.ts +32 -7
- package/lib/bundle.js +25 -1
- package/lib/bundle_entry.d.ts +6 -7
- package/lib/bundle_entry.js +1 -1
- package/lib/bundle_link.d.ts +4 -3
- package/lib/bundle_link.js +1 -1
- package/lib/bundle_request.d.ts +25 -8
- package/lib/bundle_request.js +19 -1
- package/lib/bundle_response.d.ts +7 -6
- package/lib/bundle_response.js +1 -1
- package/lib/bundle_search.d.ts +14 -3
- package/lib/bundle_search.js +13 -1
- package/lib/capabilitystatement.d.ts +35 -15
- package/lib/capabilitystatement.js +24 -1
- package/lib/capabilitystatement_certificate.d.ts +3 -2
- package/lib/capabilitystatement_certificate.js +1 -1
- package/lib/capabilitystatement_document.d.ts +13 -5
- package/lib/capabilitystatement_document.js +11 -1
- package/lib/capabilitystatement_endpoint.d.ts +4 -3
- package/lib/capabilitystatement_endpoint.js +1 -1
- package/lib/capabilitystatement_event.d.ts +28 -9
- package/lib/capabilitystatement_event.js +20 -1
- package/lib/capabilitystatement_implementation.d.ts +7 -3
- package/lib/capabilitystatement_implementation.js +1 -1
- package/lib/capabilitystatement_interaction.d.ts +26 -3
- package/lib/capabilitystatement_interaction.js +25 -1
- package/lib/capabilitystatement_interaction1.d.ts +16 -3
- package/lib/capabilitystatement_interaction1.js +15 -1
- package/lib/capabilitystatement_messaging.d.ts +6 -2
- package/lib/capabilitystatement_messaging.js +1 -1
- package/lib/capabilitystatement_operation.d.ts +7 -5
- package/lib/capabilitystatement_operation.js +1 -1
- package/lib/capabilitystatement_resource.d.ts +63 -12
- package/lib/capabilitystatement_resource.js +46 -1
- package/lib/capabilitystatement_rest.d.ts +18 -9
- package/lib/capabilitystatement_rest.js +11 -1
- package/lib/capabilitystatement_searchparam.d.ts +29 -6
- package/lib/capabilitystatement_searchparam.js +25 -1
- package/lib/capabilitystatement_security.d.ts +5 -4
- package/lib/capabilitystatement_security.js +1 -1
- package/lib/capabilitystatement_software.d.ts +5 -4
- package/lib/capabilitystatement_software.js +1 -1
- package/lib/capabilitystatement_supportedmessage.d.ts +12 -5
- package/lib/capabilitystatement_supportedmessage.js +11 -1
- package/lib/careplan.d.ts +66 -24
- package/lib/careplan.js +36 -1
- package/lib/careplan_activity.d.ts +9 -5
- package/lib/careplan_activity.js +1 -1
- package/lib/careplan_detail.d.ts +49 -21
- package/lib/careplan_detail.js +25 -1
- package/lib/careteam.d.ts +31 -14
- package/lib/careteam.js +17 -1
- package/lib/careteam_participant.d.ts +5 -5
- package/lib/careteam_participant.js +1 -1
- package/lib/catalogentry.d.ts +37 -0
- package/lib/catalogentry.js +3 -0
- package/lib/catalogentry_relatedentry.d.ts +16 -0
- package/lib/catalogentry_relatedentry.js +13 -0
- package/lib/chargeitem.d.ts +56 -30
- package/lib/chargeitem.js +21 -1
- package/lib/chargeitem_performer.d.ts +9 -0
- package/lib/chargeitem_performer.js +3 -0
- package/lib/chargeitemdefinition.d.ts +60 -0
- package/lib/chargeitemdefinition.js +3 -0
- package/lib/chargeitemdefinition_applicability.d.ts +9 -0
- package/lib/chargeitemdefinition_applicability.js +3 -0
- package/lib/chargeitemdefinition_propertygroup.d.ts +9 -0
- package/lib/chargeitemdefinition_propertygroup.js +3 -0
- package/lib/chargeitemdefinition_propertygroup_pricecomponent.d.ts +30 -0
- package/lib/chargeitemdefinition_propertygroup_pricecomponent.js +21 -0
- package/lib/claim.d.ts +29 -21
- package/lib/claim.js +13 -1
- package/lib/claim_accident.d.ts +5 -5
- package/lib/claim_accident.js +1 -1
- package/lib/claim_careteam.d.ts +6 -6
- package/lib/claim_careteam.js +1 -1
- package/lib/claim_detail.d.ts +14 -14
- package/lib/claim_detail.js +1 -1
- package/lib/claim_diagnosis.d.ts +8 -6
- package/lib/claim_diagnosis.js +1 -1
- package/lib/claim_insurance.d.ts +11 -8
- package/lib/claim_insurance.js +1 -1
- package/lib/claim_item.d.ts +29 -29
- package/lib/claim_item.js +1 -1
- package/lib/claim_payee.d.ts +2 -5
- package/lib/claim_payee.js +1 -1
- package/lib/claim_procedure.d.ts +9 -5
- package/lib/claim_procedure.js +1 -1
- package/lib/claim_related.d.ts +3 -3
- package/lib/claim_related.js +1 -1
- package/lib/claim_subdetail.d.ts +13 -13
- package/lib/claim_subdetail.js +1 -1
- package/lib/claim_supportinginfo.d.ts +30 -0
- package/lib/claim_supportinginfo.js +3 -0
- package/lib/claimresponse.d.ts +72 -35
- package/lib/claimresponse.js +26 -1
- package/lib/claimresponse_additem.d.ts +43 -15
- package/lib/claimresponse_additem.js +1 -1
- package/lib/claimresponse_adjudication.d.ts +4 -4
- package/lib/claimresponse_adjudication.js +1 -1
- package/lib/claimresponse_detail.d.ts +6 -6
- package/lib/claimresponse_detail.js +1 -1
- package/lib/claimresponse_detail1.d.ts +17 -12
- package/lib/claimresponse_detail1.js +1 -1
- package/lib/claimresponse_error.d.ts +7 -7
- package/lib/claimresponse_error.js +1 -1
- package/lib/claimresponse_insurance.d.ts +8 -9
- package/lib/claimresponse_insurance.js +1 -1
- package/lib/claimresponse_item.d.ts +7 -6
- package/lib/claimresponse_item.js +1 -1
- package/lib/claimresponse_payment.d.ts +8 -8
- package/lib/claimresponse_payment.js +1 -1
- package/lib/claimresponse_processnote.d.ts +5 -5
- package/lib/claimresponse_processnote.js +1 -1
- package/lib/claimresponse_subdetail.d.ts +4 -4
- package/lib/claimresponse_subdetail.js +1 -1
- package/lib/claimresponse_total.d.ts +9 -0
- package/lib/claimresponse_total.js +3 -0
- package/lib/clinicalimpression.d.ts +33 -19
- package/lib/clinicalimpression.js +15 -1
- package/lib/clinicalimpression_finding.d.ts +3 -3
- package/lib/clinicalimpression_finding.js +1 -1
- package/lib/clinicalimpression_investigation.d.ts +2 -2
- package/lib/clinicalimpression_investigation.js +1 -1
- package/lib/codeableconcept.js +1 -1
- package/lib/codesystem.d.ts +36 -7
- package/lib/codesystem.js +28 -1
- package/lib/codesystem_concept.d.ts +6 -6
- package/lib/codesystem_concept.js +1 -1
- package/lib/codesystem_designation.d.ts +4 -4
- package/lib/codesystem_designation.js +1 -1
- package/lib/codesystem_filter.d.ts +7 -7
- package/lib/codesystem_filter.js +1 -1
- package/lib/codesystem_property.d.ts +24 -6
- package/lib/codesystem_property.js +21 -1
- package/lib/codesystem_property1.d.ts +10 -8
- package/lib/codesystem_property1.js +1 -1
- package/lib/coding.d.ts +5 -5
- package/lib/coding.js +1 -1
- package/lib/communication.d.ts +50 -14
- package/lib/communication.js +32 -1
- package/lib/communication_payload.d.ts +3 -3
- package/lib/communication_payload.js +1 -1
- package/lib/communicationrequest.d.ts +45 -13
- package/lib/communicationrequest.js +31 -1
- package/lib/communicationrequest_payload.d.ts +3 -3
- package/lib/communicationrequest_payload.js +1 -1
- package/lib/communicationrequest_requester.js +1 -1
- package/lib/compartmentdefinition.d.ts +27 -15
- package/lib/compartmentdefinition.js +17 -1
- package/lib/compartmentdefinition_resource.d.ts +3 -3
- package/lib/compartmentdefinition_resource.js +1 -1
- package/lib/composition.d.ts +28 -16
- package/lib/composition.js +15 -1
- package/lib/composition_attester.d.ts +16 -4
- package/lib/composition_attester.js +15 -1
- package/lib/composition_event.d.ts +3 -3
- package/lib/composition_event.js +1 -1
- package/lib/composition_relatesto.d.ts +16 -4
- package/lib/composition_relatesto.js +15 -1
- package/lib/composition_section.d.ts +14 -9
- package/lib/composition_section.js +1 -1
- package/lib/conceptmap.d.ts +23 -23
- package/lib/conceptmap.js +1 -1
- package/lib/conceptmap_dependson.d.ts +6 -6
- package/lib/conceptmap_dependson.js +1 -1
- package/lib/conceptmap_element.d.ts +3 -3
- package/lib/conceptmap_element.js +1 -1
- package/lib/conceptmap_group.d.ts +6 -6
- package/lib/conceptmap_group.js +1 -1
- package/lib/conceptmap_target.d.ts +26 -2
- package/lib/conceptmap_target.js +27 -1
- package/lib/conceptmap_unmapped.d.ts +12 -2
- package/lib/conceptmap_unmapped.js +13 -1
- package/lib/condition.d.ts +43 -9
- package/lib/condition.js +36 -1
- package/lib/condition_evidence.js +1 -1
- package/lib/condition_stage.d.ts +4 -2
- package/lib/condition_stage.js +1 -1
- package/lib/consent.d.ts +40 -39
- package/lib/consent.js +19 -1
- package/lib/consent_actor.d.ts +2 -2
- package/lib/consent_actor.js +1 -1
- package/lib/consent_actor1.d.ts +2 -2
- package/lib/consent_actor1.js +1 -1
- package/lib/consent_data.d.ts +4 -3
- package/lib/consent_data.js +1 -1
- package/lib/consent_data1.d.ts +3 -2
- package/lib/consent_data1.js +1 -1
- package/lib/consent_except.d.ts +22 -12
- package/lib/consent_except.js +11 -1
- package/lib/consent_policy.d.ts +2 -2
- package/lib/consent_policy.js +1 -1
- package/lib/consent_provision.d.ts +38 -0
- package/lib/consent_provision.js +13 -0
- package/lib/consent_verification.d.ts +10 -0
- package/lib/consent_verification.js +3 -0
- package/lib/constants.d.ts +102 -0
- package/lib/constants.js +94 -0
- package/lib/contactdetail.d.ts +2 -2
- package/lib/contactdetail.js +1 -1
- package/lib/contactpoint.d.ts +35 -3
- package/lib/contactpoint.js +34 -1
- package/lib/contract.d.ts +67 -32
- package/lib/contract.js +1 -1
- package/lib/contract_agent.d.ts +2 -2
- package/lib/contract_agent.js +1 -1
- package/lib/contract_agent1.d.ts +2 -2
- package/lib/contract_agent1.js +1 -1
- package/lib/contract_contentdefinition.d.ts +17 -0
- package/lib/contract_contentdefinition.js +3 -0
- package/lib/contract_friendly.d.ts +2 -2
- package/lib/contract_friendly.js +1 -1
- package/lib/contract_legal.d.ts +2 -2
- package/lib/contract_legal.js +1 -1
- package/lib/contract_rule.d.ts +2 -2
- package/lib/contract_rule.js +1 -1
- package/lib/contract_signer.d.ts +3 -3
- package/lib/contract_signer.js +1 -1
- package/lib/contract_term.d.ts +9 -7
- package/lib/contract_term.js +1 -1
- package/lib/contract_valueditem.d.ts +14 -2
- package/lib/contract_valueditem.js +1 -1
- package/lib/contract_valueditem1.d.ts +18 -9
- package/lib/contract_valueditem1.js +1 -1
- package/lib/contributor.d.ts +17 -5
- package/lib/contributor.js +15 -1
- package/lib/count.d.ts +3 -2
- package/lib/count.js +1 -1
- package/lib/coverage.d.ts +48 -22
- package/lib/coverage.js +15 -1
- package/lib/coverage_class.d.ts +10 -0
- package/lib/coverage_class.js +3 -0
- package/lib/coverage_costtobeneficiary.d.ts +15 -0
- package/lib/coverage_costtobeneficiary.js +3 -0
- package/lib/coverage_costtobeneficiary_exception.d.ts +9 -0
- package/lib/coverage_costtobeneficiary_exception.js +3 -0
- package/lib/coverage_grouping.d.ts +6 -2
- package/lib/coverage_grouping.js +1 -1
- package/lib/coverageeligibilityrequest.d.ts +58 -0
- package/lib/coverageeligibilityrequest.js +3 -0
- package/lib/coverageeligibilityresponse.d.ts +56 -0
- package/lib/coverageeligibilityresponse.js +3 -0
- package/lib/coverageeligibilityresponse_benefitbalance.d.ts +34 -0
- package/lib/coverageeligibilityresponse_benefitbalance.js +3 -0
- package/lib/coverageeligibilityresponse_error.d.ts +7 -0
- package/lib/coverageeligibilityresponse_error.js +3 -0
- package/lib/coverageeligibilityresponse_financial.d.ts +20 -0
- package/lib/coverageeligibilityresponse_financial.js +3 -0
- package/lib/coverageeligibilityresponse_insurance.d.ts +17 -0
- package/lib/coverageeligibilityresponse_insurance.js +3 -0
- package/lib/datarequirement.d.ts +17 -6
- package/lib/datarequirement.js +1 -1
- package/lib/datarequirement_codefilter.d.ts +7 -13
- package/lib/datarequirement_codefilter.js +1 -1
- package/lib/datarequirement_datefilter.d.ts +6 -4
- package/lib/datarequirement_datefilter.js +1 -1
- package/lib/datarequirement_sort.d.ts +15 -0
- package/lib/datarequirement_sort.js +13 -0
- package/lib/detectedissue.d.ts +47 -11
- package/lib/detectedissue.js +32 -1
- package/lib/detectedissue_evidence.d.ts +10 -0
- package/lib/detectedissue_evidence.js +3 -0
- package/lib/detectedissue_mitigation.d.ts +2 -1
- package/lib/detectedissue_mitigation.js +1 -1
- package/lib/device.d.ts +33 -16
- package/lib/device.js +1 -1
- package/lib/device_udi.d.ts +29 -19
- package/lib/device_udi.js +17 -1
- package/lib/devicedefinition.d.ts +61 -0
- package/lib/devicedefinition.js +3 -0
- package/lib/devicemetric.d.ts +61 -13
- package/lib/devicemetric.js +45 -1
- package/lib/devicemetric_calibration.d.ts +32 -5
- package/lib/devicemetric_calibration.js +26 -1
- package/lib/devicerequest.d.ts +37 -28
- package/lib/devicerequest.js +1 -1
- package/lib/devicerequest_requester.js +1 -1
- package/lib/deviceusestatement.d.ts +40 -16
- package/lib/deviceusestatement.js +19 -1
- package/lib/diagnosticreport.d.ts +55 -26
- package/lib/diagnosticreport.js +27 -1
- package/lib/diagnosticreport_media.d.ts +12 -0
- package/lib/diagnosticreport_media.js +3 -0
- package/lib/diagnosticreport_performer.d.ts +2 -2
- package/lib/diagnosticreport_performer.js +1 -1
- package/lib/distance.d.ts +2 -2
- package/lib/distance.js +1 -1
- package/lib/documentmanifest.d.ts +14 -13
- package/lib/documentmanifest.js +1 -1
- package/lib/documentmanifest_content.d.ts +3 -2
- package/lib/documentmanifest_content.js +1 -1
- package/lib/documentmanifest_related.d.ts +2 -2
- package/lib/documentmanifest_related.js +1 -1
- package/lib/documentreference.d.ts +13 -14
- package/lib/documentreference.js +1 -1
- package/lib/documentreference_content.d.ts +2 -2
- package/lib/documentreference_content.js +1 -1
- package/lib/documentreference_context.d.ts +2 -2
- package/lib/documentreference_context.js +1 -1
- package/lib/documentreference_related.d.ts +2 -2
- package/lib/documentreference_related.js +1 -1
- package/lib/documentreference_relatesto.d.ts +14 -2
- package/lib/documentreference_relatesto.js +15 -1
- package/lib/domainresource.js +1 -1
- package/lib/dosage.d.ts +5 -13
- package/lib/dosage.js +1 -1
- package/lib/dosage_doseandrate.d.ts +20 -0
- package/lib/dosage_doseandrate.js +3 -0
- package/lib/duration.d.ts +3 -2
- package/lib/duration.js +1 -1
- package/lib/effectevidencesynthesis.d.ts +80 -0
- package/lib/effectevidencesynthesis.js +3 -0
- package/lib/element.js +1 -1
- package/lib/elementdefinition.d.ts +14 -1
- package/lib/elementdefinition.js +12 -1
- package/lib/elementdefinition_base.d.ts +6 -6
- package/lib/elementdefinition_base.js +1 -1
- package/lib/elementdefinition_binding.d.ts +15 -6
- package/lib/elementdefinition_binding.js +15 -1
- package/lib/elementdefinition_constraint.d.ts +12 -4
- package/lib/elementdefinition_constraint.js +11 -1
- package/lib/elementdefinition_discriminator.d.ts +17 -3
- package/lib/elementdefinition_discriminator.js +17 -1
- package/lib/elementdefinition_example.d.ts +2 -2
- package/lib/elementdefinition_example.js +1 -1
- package/lib/elementdefinition_mapping.d.ts +2 -2
- package/lib/elementdefinition_mapping.js +1 -1
- package/lib/elementdefinition_slicing.d.ts +11 -1
- package/lib/elementdefinition_slicing.js +13 -1
- package/lib/elementdefinition_type.d.ts +29 -9
- package/lib/elementdefinition_type.js +22 -1
- package/lib/encounter.d.ts +17 -14
- package/lib/encounter.js +1 -1
- package/lib/encounter_classhistory.d.ts +1 -1
- package/lib/encounter_classhistory.js +1 -1
- package/lib/encounter_diagnosis.d.ts +2 -2
- package/lib/encounter_diagnosis.js +1 -1
- package/lib/encounter_hospitalization.d.ts +4 -4
- package/lib/encounter_hospitalization.js +1 -1
- package/lib/encounter_location.d.ts +15 -3
- package/lib/encounter_location.js +15 -1
- package/lib/encounter_participant.d.ts +1 -1
- package/lib/encounter_participant.js +1 -1
- package/lib/encounter_statushistory.d.ts +24 -2
- package/lib/encounter_statushistory.js +25 -1
- package/lib/endpoint.d.ts +29 -13
- package/lib/endpoint.js +19 -1
- package/lib/enrollmentrequest.d.ts +10 -10
- package/lib/enrollmentrequest.js +1 -1
- package/lib/enrollmentresponse.d.ts +10 -11
- package/lib/enrollmentresponse.js +1 -1
- package/lib/episodeofcare.d.ts +13 -12
- package/lib/episodeofcare.js +1 -1
- package/lib/episodeofcare_diagnosis.d.ts +2 -2
- package/lib/episodeofcare_diagnosis.js +1 -1
- package/lib/episodeofcare_statushistory.d.ts +21 -3
- package/lib/episodeofcare_statushistory.js +21 -1
- package/lib/eventdefinition.d.ts +72 -0
- package/lib/eventdefinition.js +3 -0
- package/lib/evidence.d.ts +70 -0
- package/lib/evidence.js +3 -0
- package/lib/evidencevariable.d.ts +78 -0
- package/lib/evidencevariable.js +15 -0
- package/lib/evidencevariable_characteristic.d.ts +58 -0
- package/lib/evidencevariable_characteristic.js +21 -0
- package/lib/examplescenario.d.ts +47 -0
- package/lib/examplescenario.js +3 -0
- package/lib/examplescenario_actor.d.ts +19 -0
- package/lib/examplescenario_actor.js +13 -0
- package/lib/examplescenario_instance.d.ts +17 -0
- package/lib/examplescenario_instance.js +3 -0
- package/lib/examplescenario_instance_containedinstance.d.ts +7 -0
- package/lib/examplescenario_instance_containedinstance.js +3 -0
- package/lib/examplescenario_instance_version.d.ts +7 -0
- package/lib/examplescenario_instance_version.js +3 -0
- package/lib/examplescenario_process.d.ts +54 -0
- package/lib/examplescenario_process.js +3 -0
- package/lib/explanationofbenefit.d.ts +60 -33
- package/lib/explanationofbenefit.js +20 -1
- package/lib/explanationofbenefit_accident.d.ts +4 -4
- package/lib/explanationofbenefit_accident.js +1 -1
- package/lib/explanationofbenefit_additem.d.ts +42 -14
- package/lib/explanationofbenefit_additem.js +1 -1
- package/lib/explanationofbenefit_adjudication.d.ts +4 -4
- package/lib/explanationofbenefit_adjudication.js +1 -1
- package/lib/explanationofbenefit_benefitbalance.d.ts +8 -10
- package/lib/explanationofbenefit_benefitbalance.js +1 -1
- package/lib/explanationofbenefit_careteam.d.ts +6 -6
- package/lib/explanationofbenefit_careteam.js +1 -1
- package/lib/explanationofbenefit_detail.d.ts +16 -18
- package/lib/explanationofbenefit_detail.js +1 -1
- package/lib/explanationofbenefit_detail1.d.ts +14 -11
- package/lib/explanationofbenefit_detail1.js +1 -1
- package/lib/explanationofbenefit_diagnosis.d.ts +8 -6
- package/lib/explanationofbenefit_diagnosis.js +1 -1
- package/lib/explanationofbenefit_financial.d.ts +6 -6
- package/lib/explanationofbenefit_financial.js +1 -1
- package/lib/explanationofbenefit_information.d.ts +13 -11
- package/lib/explanationofbenefit_information.js +1 -1
- package/lib/explanationofbenefit_insurance.d.ts +5 -3
- package/lib/explanationofbenefit_insurance.js +1 -1
- package/lib/explanationofbenefit_item.d.ts +28 -28
- package/lib/explanationofbenefit_item.js +1 -1
- package/lib/explanationofbenefit_payee.d.ts +2 -4
- package/lib/explanationofbenefit_payee.js +1 -1
- package/lib/explanationofbenefit_payment.d.ts +5 -5
- package/lib/explanationofbenefit_payment.js +1 -1
- package/lib/explanationofbenefit_procedure.d.ts +9 -5
- package/lib/explanationofbenefit_procedure.js +1 -1
- package/lib/explanationofbenefit_processnote.d.ts +4 -4
- package/lib/explanationofbenefit_processnote.js +1 -1
- package/lib/explanationofbenefit_related.d.ts +3 -3
- package/lib/explanationofbenefit_related.js +1 -1
- package/lib/explanationofbenefit_subdetail.d.ts +14 -16
- package/lib/explanationofbenefit_subdetail.js +1 -1
- package/lib/explanationofbenefit_total.d.ts +9 -0
- package/lib/explanationofbenefit_total.js +3 -0
- package/lib/expression.d.ts +13 -0
- package/lib/expression.js +3 -0
- package/lib/extension.d.ts +80 -88
- package/lib/extension.js +1 -1
- package/lib/familymemberhistory.d.ts +27 -15
- package/lib/familymemberhistory.js +15 -1
- package/lib/familymemberhistory_condition.d.ts +8 -9
- package/lib/familymemberhistory_condition.js +1 -1
- package/lib/flag.d.ts +11 -10
- package/lib/flag.js +1 -1
- package/lib/goal.d.ts +52 -6
- package/lib/goal.js +46 -1
- package/lib/goal_target.d.ts +9 -0
- package/lib/goal_target.js +1 -1
- package/lib/graphdefinition.d.ts +6 -5
- package/lib/graphdefinition.js +1 -1
- package/lib/graphdefinition_compartment.d.ts +25 -3
- package/lib/graphdefinition_compartment.js +22 -1
- package/lib/graphdefinition_link.d.ts +2 -2
- package/lib/graphdefinition_link.js +1 -1
- package/lib/graphdefinition_target.d.ts +3 -1
- package/lib/graphdefinition_target.js +1 -1
- package/lib/group.d.ts +23 -4
- package/lib/group.js +19 -1
- package/lib/group_characteristic.d.ts +6 -3
- package/lib/group_characteristic.js +1 -1
- package/lib/group_member.d.ts +1 -1
- package/lib/group_member.js +1 -1
- package/lib/guidanceresponse.d.ts +32 -12
- package/lib/guidanceresponse.js +19 -1
- package/lib/healthcareservice.d.ts +6 -5
- package/lib/healthcareservice.js +1 -1
- package/lib/healthcareservice_availabletime.d.ts +19 -1
- package/lib/healthcareservice_availabletime.js +21 -1
- package/lib/healthcareservice_eligibility.d.ts +8 -0
- package/lib/healthcareservice_eligibility.js +3 -0
- package/lib/healthcareservice_notavailable.d.ts +1 -1
- package/lib/healthcareservice_notavailable.js +1 -1
- package/lib/humanname.d.ts +21 -3
- package/lib/humanname.js +21 -1
- package/lib/identifier.d.ts +16 -2
- package/lib/identifier.js +17 -1
- package/lib/imagingstudy.d.ts +18 -14
- package/lib/imagingstudy.js +1 -1
- package/lib/imagingstudy_instance.d.ts +5 -4
- package/lib/imagingstudy_instance.js +1 -1
- package/lib/imagingstudy_series.d.ts +8 -7
- package/lib/imagingstudy_series.js +1 -1
- package/lib/imagingstudy_series_performer.d.ts +9 -0
- package/lib/imagingstudy_series_performer.js +3 -0
- package/lib/immunization.d.ts +44 -18
- package/lib/immunization.js +13 -1
- package/lib/immunization_education.d.ts +11 -0
- package/lib/immunization_education.js +3 -0
- package/lib/immunization_explanation.d.ts +7 -4
- package/lib/immunization_explanation.js +1 -1
- package/lib/immunization_performer.d.ts +9 -0
- package/lib/immunization_performer.js +3 -0
- package/lib/immunization_practitioner.d.ts +3 -3
- package/lib/immunization_practitioner.js +1 -1
- package/lib/immunization_protocolapplied.d.ts +20 -0
- package/lib/immunization_protocolapplied.js +3 -0
- package/lib/immunization_reaction.d.ts +3 -3
- package/lib/immunization_reaction.js +1 -1
- package/lib/immunization_vaccinationprotocol.d.ts +14 -15
- package/lib/immunization_vaccinationprotocol.js +1 -1
- package/lib/immunizationevaluation.d.ts +44 -0
- package/lib/immunizationevaluation.js +11 -0
- package/lib/immunizationrecommendation.d.ts +8 -4
- package/lib/immunizationrecommendation.js +1 -1
- package/lib/immunizationrecommendation_datecriterion.d.ts +3 -3
- package/lib/immunizationrecommendation_datecriterion.js +1 -1
- package/lib/immunizationrecommendation_protocol.d.ts +16 -4
- package/lib/immunizationrecommendation_protocol.js +1 -1
- package/lib/immunizationrecommendation_recommendation.d.ts +22 -13
- package/lib/immunizationrecommendation_recommendation.js +1 -1
- package/lib/implementationguide.d.ts +40 -25
- package/lib/implementationguide.js +1 -1
- package/lib/implementationguide_dependency.d.ts +6 -4
- package/lib/implementationguide_dependency.js +1 -1
- package/lib/implementationguide_global.d.ts +4 -5
- package/lib/implementationguide_global.js +1 -1
- package/lib/implementationguide_package.d.ts +2 -5
- package/lib/implementationguide_package.js +1 -1
- package/lib/implementationguide_page.d.ts +22 -13
- package/lib/implementationguide_page.js +15 -1
- package/lib/implementationguide_resource.d.ts +12 -12
- package/lib/implementationguide_resource.js +1 -1
- package/lib/index.d.ts +118 -40
- package/lib/index.js +119 -41
- package/lib/insuranceplan.d.ts +38 -0
- package/lib/insuranceplan.js +3 -0
- package/lib/invoice.d.ts +56 -0
- package/lib/invoice.js +19 -0
- package/lib/library.d.ts +22 -14
- package/lib/library.js +1 -1
- package/lib/linkage.d.ts +3 -3
- package/lib/linkage.js +1 -1
- package/lib/linkage_item.d.ts +11 -1
- package/lib/linkage_item.js +13 -1
- package/lib/list.d.ts +27 -7
- package/lib/list.js +22 -1
- package/lib/list_entry.d.ts +2 -2
- package/lib/list_entry.js +1 -1
- package/lib/location.d.ts +26 -3
- package/lib/location.js +20 -1
- package/lib/location_hoursofoperation.d.ts +11 -0
- package/lib/location_hoursofoperation.js +3 -0
- package/lib/location_position.d.ts +5 -5
- package/lib/location_position.js +1 -1
- package/lib/marketingstatus.d.ts +16 -0
- package/lib/marketingstatus.js +3 -0
- package/lib/measure.d.ts +30 -20
- package/lib/measure.js +1 -1
- package/lib/measure_group.d.ts +4 -6
- package/lib/measure_group.js +1 -1
- package/lib/measure_population.d.ts +3 -7
- package/lib/measure_population.js +1 -1
- package/lib/measure_stratifier.d.ts +11 -7
- package/lib/measure_stratifier.js +1 -1
- package/lib/measure_stratifier_component.d.ts +11 -0
- package/lib/measure_stratifier_component.js +3 -0
- package/lib/measure_supplementaldata.d.ts +8 -8
- package/lib/measure_supplementaldata.js +1 -1
- package/lib/measurereport.d.ts +49 -16
- package/lib/measurereport.js +31 -1
- package/lib/measurereport_group.d.ts +8 -7
- package/lib/measurereport_group.js +1 -1
- package/lib/measurereport_population.d.ts +4 -7
- package/lib/measurereport_population.js +1 -1
- package/lib/measurereport_population1.d.ts +4 -7
- package/lib/measurereport_population1.js +1 -1
- package/lib/measurereport_stratifier.d.ts +4 -4
- package/lib/measurereport_stratifier.js +1 -1
- package/lib/measurereport_stratum.d.ts +10 -5
- package/lib/measurereport_stratum.js +1 -1
- package/lib/measurereport_stratum_component.d.ts +8 -0
- package/lib/measurereport_stratum_component.js +3 -0
- package/lib/media.d.ts +55 -20
- package/lib/media.js +29 -1
- package/lib/medication.d.ts +34 -12
- package/lib/medication.js +1 -1
- package/lib/medication_batch.d.ts +2 -2
- package/lib/medication_batch.js +1 -1
- package/lib/medication_content.d.ts +3 -3
- package/lib/medication_content.js +1 -1
- package/lib/medication_ingredient.d.ts +2 -2
- package/lib/medication_ingredient.js +1 -1
- package/lib/medication_package.d.ts +3 -3
- package/lib/medication_package.js +1 -1
- package/lib/medicationadministration.d.ts +35 -19
- package/lib/medicationadministration.js +21 -1
- package/lib/medicationadministration_dosage.d.ts +8 -9
- package/lib/medicationadministration_dosage.js +1 -1
- package/lib/medicationadministration_performer.d.ts +5 -3
- package/lib/medicationadministration_performer.js +1 -1
- package/lib/medicationdispense.d.ts +41 -19
- package/lib/medicationdispense.js +25 -1
- package/lib/medicationdispense_performer.d.ts +5 -3
- package/lib/medicationdispense_performer.js +1 -1
- package/lib/medicationdispense_substitution.d.ts +4 -3
- package/lib/medicationdispense_substitution.js +1 -1
- package/lib/medicationknowledge.d.ts +53 -0
- package/lib/medicationknowledge.js +3 -0
- package/lib/medicationrequest.d.ts +101 -32
- package/lib/medicationrequest.js +53 -1
- package/lib/medicationrequest_dispenserequest.d.ts +10 -5
- package/lib/medicationrequest_dispenserequest.js +1 -1
- package/lib/medicationrequest_dispenserequest_initialfill.d.ts +10 -0
- package/lib/medicationrequest_dispenserequest_initialfill.js +3 -0
- package/lib/medicationrequest_requester.d.ts +4 -0
- package/lib/medicationrequest_requester.js +1 -1
- package/lib/medicationrequest_substitution.d.ts +6 -3
- package/lib/medicationrequest_substitution.js +1 -1
- package/lib/medicationstatement.d.ts +42 -24
- package/lib/medicationstatement.js +23 -1
- package/lib/medicinalproduct.d.ts +53 -0
- package/lib/medicinalproduct.js +3 -0
- package/lib/medicinalproduct_manufacturingbusinessoperation.d.ts +19 -0
- package/lib/medicinalproduct_manufacturingbusinessoperation.js +3 -0
- package/lib/medicinalproduct_name.d.ts +12 -0
- package/lib/medicinalproduct_name.js +3 -0
- package/lib/medicinalproduct_name_countrylanguage.d.ts +11 -0
- package/lib/medicinalproduct_name_countrylanguage.js +3 -0
- package/lib/medicinalproduct_name_namepart.d.ts +9 -0
- package/lib/medicinalproduct_name_namepart.js +3 -0
- package/lib/medicinalproduct_specialdesignation.d.ts +23 -0
- package/lib/medicinalproduct_specialdesignation.js +3 -0
- package/lib/medicinalproductauthorization.d.ts +43 -0
- package/lib/medicinalproductauthorization.js +3 -0
- package/lib/medicinalproductauthorization_jurisdictionalauthorization.d.ts +17 -0
- package/lib/medicinalproductauthorization_jurisdictionalauthorization.js +3 -0
- package/lib/medicinalproductauthorization_procedure.d.ts +17 -0
- package/lib/medicinalproductauthorization_procedure.js +3 -0
- package/lib/medicinalproductcontraindication.d.ts +23 -0
- package/lib/medicinalproductcontraindication.js +3 -0
- package/lib/medicinalproductindication.d.ts +28 -0
- package/lib/medicinalproductindication.js +3 -0
- package/lib/medicinalproductindication_othertherapy.d.ts +12 -0
- package/lib/medicinalproductindication_othertherapy.js +3 -0
- package/lib/medicinalproductingredient.d.ts +22 -0
- package/lib/medicinalproductingredient.js +3 -0
- package/lib/medicinalproductingredient_specifiedsubstance.d.ts +14 -0
- package/lib/medicinalproductingredient_specifiedsubstance.js +3 -0
- package/lib/medicinalproductingredient_specifiedsubstance_strength.d.ts +21 -0
- package/lib/medicinalproductingredient_specifiedsubstance_strength.js +3 -0
- package/lib/medicinalproductingredient_specifiedsubstance_strength_referencestrength.d.ts +16 -0
- package/lib/medicinalproductingredient_specifiedsubstance_strength_referencestrength.js +3 -0
- package/lib/medicinalproductingredient_substance.d.ts +10 -0
- package/lib/medicinalproductingredient_substance.js +3 -0
- package/lib/medicinalproductinteraction.d.ts +22 -0
- package/lib/medicinalproductinteraction.js +3 -0
- package/lib/medicinalproductinteraction_interactant.d.ts +10 -0
- package/lib/medicinalproductinteraction_interactant.js +3 -0
- package/lib/medicinalproductmanufactured.d.ts +23 -0
- package/lib/medicinalproductmanufactured.js +3 -0
- package/lib/medicinalproductpackaged.d.ts +29 -0
- package/lib/medicinalproductpackaged.js +3 -0
- package/lib/medicinalproductpackaged_batchidentifier.d.ts +9 -0
- package/lib/medicinalproductpackaged_batchidentifier.js +3 -0
- package/lib/medicinalproductpackaged_packageitem.d.ts +34 -0
- package/lib/medicinalproductpackaged_packageitem.js +3 -0
- package/lib/medicinalproductpharmaceutical.d.ts +24 -0
- package/lib/medicinalproductpharmaceutical.js +3 -0
- package/lib/medicinalproductpharmaceutical_characteristics.d.ts +9 -0
- package/lib/medicinalproductpharmaceutical_characteristics.js +3 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration.d.ts +23 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration.js +3 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration_targetspecies.d.ts +10 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration_targetspecies.js +3 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration_targetspecies_withdrawalperiod.d.ts +12 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration_targetspecies_withdrawalperiod.js +3 -0
- package/lib/medicinalproductundesirableeffect.d.ts +18 -0
- package/lib/medicinalproductundesirableeffect.js +3 -0
- package/lib/messagedefinition.d.ts +46 -30
- package/lib/messagedefinition.js +15 -1
- package/lib/messagedefinition_allowedresponse.d.ts +3 -4
- package/lib/messagedefinition_allowedresponse.js +1 -1
- package/lib/messagedefinition_focus.d.ts +7 -8
- package/lib/messagedefinition_focus.js +1 -1
- package/lib/messageheader.d.ts +15 -15
- package/lib/messageheader.js +1 -1
- package/lib/messageheader_destination.d.ts +6 -4
- package/lib/messageheader_destination.js +1 -1
- package/lib/messageheader_response.d.ts +15 -5
- package/lib/messageheader_response.js +13 -1
- package/lib/messageheader_source.d.ts +6 -6
- package/lib/messageheader_source.js +1 -1
- package/lib/meta.d.ts +7 -5
- package/lib/meta.js +1 -1
- package/lib/{sequence.d.ts → molecularsequence.d.ts} +29 -16
- package/lib/molecularsequence.js +15 -0
- package/lib/molecularsequence_quality.d.ts +46 -0
- package/lib/molecularsequence_quality.js +15 -0
- package/lib/molecularsequence_quality_roc.d.ts +17 -0
- package/lib/molecularsequence_quality_roc.js +3 -0
- package/lib/molecularsequence_referenceseq.d.ts +39 -0
- package/lib/molecularsequence_referenceseq.js +20 -0
- package/lib/molecularsequence_repository.d.ts +29 -0
- package/lib/molecularsequence_repository.js +19 -0
- package/lib/molecularsequence_structurevariant.d.ts +29 -0
- package/lib/molecularsequence_structurevariant.js +3 -0
- package/lib/molecularsequence_variant.d.ts +16 -0
- package/lib/molecularsequence_variant.js +3 -0
- package/lib/money.d.ts +4 -0
- package/lib/money.js +1 -1
- package/lib/namingsystem.d.ts +28 -20
- package/lib/namingsystem.js +13 -1
- package/lib/namingsystem_uniqueid.d.ts +19 -7
- package/lib/namingsystem_uniqueid.js +15 -1
- package/lib/narrative.d.ts +15 -3
- package/lib/narrative.js +15 -1
- package/lib/nutritionorder.d.ts +69 -14
- package/lib/nutritionorder.js +46 -1
- package/lib/nutritionorder_administration.d.ts +4 -4
- package/lib/nutritionorder_administration.js +1 -1
- package/lib/nutritionorder_enteralformula.d.ts +9 -9
- package/lib/nutritionorder_enteralformula.js +1 -1
- package/lib/nutritionorder_nutrient.d.ts +2 -2
- package/lib/nutritionorder_nutrient.js +1 -1
- package/lib/nutritionorder_oraldiet.d.ts +6 -6
- package/lib/nutritionorder_oraldiet.js +1 -1
- package/lib/nutritionorder_supplement.d.ts +5 -5
- package/lib/nutritionorder_supplement.js +1 -1
- package/lib/nutritionorder_texture.d.ts +2 -2
- package/lib/nutritionorder_texture.js +1 -1
- package/lib/observation.d.ts +71 -41
- package/lib/observation.js +23 -1
- package/lib/observation_component.d.ts +18 -17
- package/lib/observation_component.js +1 -1
- package/lib/observation_referencerange.d.ts +6 -6
- package/lib/observation_referencerange.js +1 -1
- package/lib/observation_related.d.ts +19 -3
- package/lib/observation_related.js +22 -1
- package/lib/observationdefinition.d.ts +60 -0
- package/lib/observationdefinition.js +31 -0
- package/lib/operationdefinition.d.ts +47 -33
- package/lib/operationdefinition.js +11 -1
- package/lib/operationdefinition_binding.d.ts +16 -7
- package/lib/operationdefinition_binding.js +15 -1
- package/lib/operationdefinition_overload.d.ts +2 -2
- package/lib/operationdefinition_overload.js +1 -1
- package/lib/operationdefinition_parameter.d.ts +49 -17
- package/lib/operationdefinition_parameter.js +32 -1
- package/lib/operationdefinition_referencedfrom.d.ts +7 -0
- package/lib/operationdefinition_referencedfrom.js +3 -0
- package/lib/operationoutcome.d.ts +2 -2
- package/lib/operationoutcome.js +1 -1
- package/lib/operationoutcome_issue.d.ts +86 -8
- package/lib/operationoutcome_issue.js +80 -1
- package/lib/organization.d.ts +11 -11
- package/lib/organization.js +1 -1
- package/lib/organization_contact.d.ts +4 -4
- package/lib/organization_contact.js +1 -1
- package/lib/organizationaffiliation.d.ts +34 -0
- package/lib/organizationaffiliation.js +3 -0
- package/lib/parameterdefinition.d.ts +18 -11
- package/lib/parameterdefinition.js +11 -1
- package/lib/parameters.d.ts +3 -1
- package/lib/parameters.js +1 -1
- package/lib/parameters_parameter.d.ts +11 -4
- package/lib/parameters_parameter.js +1 -1
- package/lib/patient.d.ts +22 -21
- package/lib/patient.js +1 -1
- package/lib/patient_animal.d.ts +3 -3
- package/lib/patient_animal.js +1 -1
- package/lib/patient_communication.d.ts +2 -2
- package/lib/patient_communication.js +1 -1
- package/lib/patient_contact.d.ts +9 -8
- package/lib/patient_contact.js +1 -1
- package/lib/patient_link.d.ts +15 -3
- package/lib/patient_link.js +15 -1
- package/lib/paymentnotice.d.ts +32 -15
- package/lib/paymentnotice.js +15 -1
- package/lib/paymentreconciliation.d.ts +39 -22
- package/lib/paymentreconciliation.js +15 -1
- package/lib/paymentreconciliation_detail.d.ts +16 -9
- package/lib/paymentreconciliation_detail.js +1 -1
- package/lib/paymentreconciliation_processnote.d.ts +13 -4
- package/lib/paymentreconciliation_processnote.js +13 -1
- package/lib/period.d.ts +2 -2
- package/lib/period.js +1 -1
- package/lib/person.d.ts +12 -11
- package/lib/person.js +1 -1
- package/lib/person_link.d.ts +15 -3
- package/lib/person_link.js +15 -1
- package/lib/plandefinition.d.ts +41 -33
- package/lib/plandefinition.js +1 -1
- package/lib/plandefinition_action.d.ts +110 -41
- package/lib/plandefinition_action.js +62 -1
- package/lib/plandefinition_condition.d.ts +15 -8
- package/lib/plandefinition_condition.js +13 -1
- package/lib/plandefinition_dynamicvalue.d.ts +4 -7
- package/lib/plandefinition_dynamicvalue.js +1 -1
- package/lib/plandefinition_goal.d.ts +7 -7
- package/lib/plandefinition_goal.js +1 -1
- package/lib/plandefinition_participant.d.ts +15 -3
- package/lib/plandefinition_participant.js +15 -1
- package/lib/plandefinition_relatedaction.d.ts +28 -6
- package/lib/plandefinition_relatedaction.js +25 -1
- package/lib/plandefinition_target.d.ts +5 -5
- package/lib/plandefinition_target.js +1 -1
- package/lib/population.d.ts +16 -0
- package/lib/population.js +3 -0
- package/lib/practitioner.d.ts +12 -12
- package/lib/practitioner.js +1 -1
- package/lib/practitioner_qualification.d.ts +4 -4
- package/lib/practitioner_qualification.js +1 -1
- package/lib/practitionerrole.d.ts +14 -14
- package/lib/practitionerrole.js +1 -1
- package/lib/practitionerrole_availabletime.d.ts +23 -5
- package/lib/practitionerrole_availabletime.js +21 -1
- package/lib/practitionerrole_notavailable.d.ts +3 -3
- package/lib/practitionerrole_notavailable.js +1 -1
- package/lib/procedure.d.ts +64 -32
- package/lib/procedure.js +23 -1
- package/lib/procedure_focaldevice.d.ts +2 -2
- package/lib/procedure_focaldevice.js +1 -1
- package/lib/procedure_performer.d.ts +4 -4
- package/lib/procedure_performer.js +1 -1
- package/lib/prodcharacteristic.d.ts +29 -0
- package/lib/prodcharacteristic.js +3 -0
- package/lib/productshelflife.d.ts +15 -0
- package/lib/productshelflife.js +3 -0
- package/lib/provenance.d.ts +17 -15
- package/lib/provenance.js +1 -1
- package/lib/provenance_agent.d.ts +7 -11
- package/lib/provenance_agent.js +1 -1
- package/lib/provenance_entity.d.ts +19 -10
- package/lib/provenance_entity.js +17 -1
- package/lib/quantity.d.ts +18 -6
- package/lib/quantity.js +15 -1
- package/lib/questionnaire.d.ts +30 -27
- package/lib/questionnaire.js +1 -1
- package/lib/questionnaire_enablewhen.d.ts +23 -18
- package/lib/questionnaire_enablewhen.js +21 -1
- package/lib/questionnaire_initial.d.ts +20 -0
- package/lib/questionnaire_initial.js +3 -0
- package/lib/questionnaire_item.d.ts +49 -52
- package/lib/questionnaire_item.js +30 -1
- package/lib/questionnaire_option.d.ts +5 -5
- package/lib/questionnaire_option.js +1 -1
- package/lib/questionnaireresponse.d.ts +25 -11
- package/lib/questionnaireresponse.js +17 -1
- package/lib/questionnaireresponse_answer.d.ts +1 -12
- package/lib/questionnaireresponse_answer.js +1 -1
- package/lib/questionnaireresponse_item.d.ts +3 -6
- package/lib/questionnaireresponse_item.js +1 -1
- package/lib/range.d.ts +3 -2
- package/lib/range.js +1 -1
- package/lib/ratio.d.ts +1 -0
- package/lib/ratio.js +1 -1
- package/lib/reference.d.ts +4 -2
- package/lib/reference.js +1 -1
- package/lib/relatedartifact.d.ts +27 -6
- package/lib/relatedartifact.js +23 -1
- package/lib/relatedperson.d.ts +6 -2
- package/lib/relatedperson.js +1 -1
- package/lib/relatedperson_communication.d.ts +9 -0
- package/lib/relatedperson_communication.js +3 -0
- package/lib/requestgroup.d.ts +66 -10
- package/lib/requestgroup.js +53 -1
- package/lib/requestgroup_action.d.ts +20 -15
- package/lib/requestgroup_action.js +1 -1
- package/lib/requestgroup_condition.d.ts +5 -8
- package/lib/requestgroup_condition.js +1 -1
- package/lib/requestgroup_relatedaction.d.ts +28 -6
- package/lib/requestgroup_relatedaction.js +25 -1
- package/lib/researchdefinition.d.ts +79 -0
- package/lib/researchdefinition.js +3 -0
- package/lib/researchelementdefinition.d.ts +96 -0
- package/lib/researchelementdefinition.js +24 -0
- package/lib/researchstudy.d.ts +53 -21
- package/lib/researchstudy.js +29 -1
- package/lib/researchstudy_arm.d.ts +4 -4
- package/lib/researchstudy_arm.js +1 -1
- package/lib/researchsubject.d.ts +40 -10
- package/lib/researchsubject.js +33 -1
- package/lib/resource.js +1 -1
- package/lib/resourcelist.d.ts +4 -0
- package/lib/resourcelist.js +1 -1
- package/lib/riskassessment.d.ts +11 -9
- package/lib/riskassessment.js +1 -1
- package/lib/riskassessment_prediction.d.ts +2 -2
- package/lib/riskassessment_prediction.js +1 -1
- package/lib/riskevidencesynthesis.d.ts +77 -0
- package/lib/riskevidencesynthesis.js +3 -0
- package/lib/sampleddata.d.ts +9 -9
- package/lib/sampleddata.js +1 -1
- package/lib/schedule.d.ts +9 -9
- package/lib/schedule.js +1 -1
- package/lib/searchparameter.d.ts +108 -35
- package/lib/searchparameter.js +68 -1
- package/lib/searchparameter_component.d.ts +4 -5
- package/lib/searchparameter_component.js +1 -1
- package/lib/servicerequest.d.ts +128 -0
- package/lib/servicerequest.js +46 -0
- package/lib/signature.d.ts +13 -15
- package/lib/signature.js +1 -1
- package/lib/slot.d.ts +29 -15
- package/lib/slot.js +17 -1
- package/lib/specimen.d.ts +28 -14
- package/lib/specimen.js +15 -1
- package/lib/specimen_collection.d.ts +6 -6
- package/lib/specimen_collection.js +1 -1
- package/lib/specimen_container.d.ts +6 -6
- package/lib/specimen_container.js +1 -1
- package/lib/specimen_processing.d.ts +3 -3
- package/lib/specimen_processing.js +1 -1
- package/lib/specimendefinition.d.ts +71 -0
- package/lib/specimendefinition.js +13 -0
- package/lib/structuredefinition.d.ts +23 -9
- package/lib/structuredefinition.js +16 -1
- package/lib/structuredefinition_context.d.ts +17 -0
- package/lib/structuredefinition_context.js +15 -0
- package/lib/structuredefinition_differential.d.ts +1 -1
- package/lib/structuredefinition_differential.js +1 -1
- package/lib/structuredefinition_mapping.d.ts +5 -5
- package/lib/structuredefinition_mapping.js +1 -1
- package/lib/structuredefinition_snapshot.d.ts +5 -1
- package/lib/structuredefinition_snapshot.js +1 -1
- package/lib/structuremap.d.ts +24 -19
- package/lib/structuremap.js +1 -1
- package/lib/structuremap_dependent.d.ts +7 -4
- package/lib/structuremap_dependent.js +1 -1
- package/lib/structuremap_group.d.ts +16 -6
- package/lib/structuremap_group.js +13 -1
- package/lib/structuremap_input.d.ts +11 -3
- package/lib/structuremap_input.js +11 -1
- package/lib/structuremap_parameter.d.ts +5 -5
- package/lib/structuremap_parameter.js +1 -1
- package/lib/structuremap_rule.d.ts +2 -2
- package/lib/structuremap_rule.js +1 -1
- package/lib/structuremap_source.d.ts +27 -8
- package/lib/structuremap_source.js +17 -1
- package/lib/structuremap_structure.d.ts +17 -5
- package/lib/structuremap_structure.js +15 -1
- package/lib/structuremap_target.d.ts +64 -6
- package/lib/structuremap_target.js +59 -1
- package/lib/subscription.d.ts +15 -6
- package/lib/subscription.js +15 -1
- package/lib/subscription_channel.d.ts +18 -4
- package/lib/subscription_channel.js +17 -1
- package/lib/substance.d.ts +8 -7
- package/lib/substance.js +1 -1
- package/lib/substance_ingredient.d.ts +3 -3
- package/lib/substance_ingredient.js +1 -1
- package/lib/substance_instance.d.ts +3 -3
- package/lib/substance_instance.js +1 -1
- package/lib/substancenucleicacid.d.ts +20 -0
- package/lib/substancenucleicacid.js +3 -0
- package/lib/substancepolymer.d.ts +18 -0
- package/lib/substancepolymer.js +3 -0
- package/lib/substanceprotein.d.ts +14 -0
- package/lib/substanceprotein.js +3 -0
- package/lib/substancereferenceinformation.d.ts +15 -0
- package/lib/substancereferenceinformation.js +3 -0
- package/lib/substancesourcematerial.d.ts +33 -0
- package/lib/substancesourcematerial.js +3 -0
- package/lib/substancespecification.d.ts +46 -0
- package/lib/substancespecification.js +3 -0
- package/lib/supplydelivery.d.ts +15 -3
- package/lib/supplydelivery.js +15 -1
- package/lib/supplydelivery_supplieditem.js +1 -1
- package/lib/supplyrequest.d.ts +25 -7
- package/lib/supplyrequest.js +21 -1
- package/lib/supplyrequest_ordereditem.d.ts +4 -4
- package/lib/supplyrequest_ordereditem.js +1 -1
- package/lib/supplyrequest_requester.d.ts +6 -2
- package/lib/supplyrequest_requester.js +1 -1
- package/lib/task.d.ts +72 -34
- package/lib/task.js +31 -1
- package/lib/task_input.d.ts +6 -2
- package/lib/task_input.js +1 -1
- package/lib/task_output.d.ts +61 -54
- package/lib/task_output.js +1 -1
- package/lib/task_requester.d.ts +2 -2
- package/lib/task_requester.js +1 -1
- package/lib/task_restriction.d.ts +7 -3
- package/lib/task_restriction.js +1 -1
- package/lib/terminologycapabilities.d.ts +79 -0
- package/lib/terminologycapabilities.js +22 -0
- package/lib/testreport.d.ts +29 -10
- package/lib/testreport.js +17 -1
- package/lib/testreport_action.d.ts +7 -2
- package/lib/testreport_action.js +1 -1
- package/lib/testreport_action1.d.ts +7 -2
- package/lib/testreport_action1.js +1 -1
- package/lib/testreport_action2.d.ts +5 -1
- package/lib/testreport_action2.js +1 -1
- package/lib/testreport_assert.d.ts +5 -4
- package/lib/testreport_assert.js +1 -1
- package/lib/testreport_operation.d.ts +5 -4
- package/lib/testreport_operation.js +1 -1
- package/lib/testreport_participant.d.ts +15 -5
- package/lib/testreport_participant.js +13 -1
- package/lib/testreport_setup.d.ts +1 -1
- package/lib/testreport_setup.js +1 -1
- package/lib/testreport_teardown.d.ts +1 -1
- package/lib/testreport_teardown.js +1 -1
- package/lib/testreport_test.d.ts +3 -3
- package/lib/testreport_test.js +1 -1
- package/lib/testscript.d.ts +4 -9
- package/lib/testscript.js +1 -1
- package/lib/testscript_action.d.ts +2 -2
- package/lib/testscript_action.js +1 -1
- package/lib/testscript_action1.d.ts +2 -2
- package/lib/testscript_action1.js +1 -1
- package/lib/testscript_action2.d.ts +5 -2
- package/lib/testscript_action2.js +1 -1
- package/lib/testscript_assert.d.ts +59 -11
- package/lib/testscript_assert.js +47 -1
- package/lib/testscript_capability.d.ts +6 -6
- package/lib/testscript_capability.js +1 -1
- package/lib/testscript_destination.d.ts +3 -3
- package/lib/testscript_destination.js +1 -1
- package/lib/testscript_fixture.d.ts +3 -3
- package/lib/testscript_fixture.js +1 -1
- package/lib/testscript_link.d.ts +2 -2
- package/lib/testscript_link.js +1 -1
- package/lib/testscript_metadata.d.ts +2 -2
- package/lib/testscript_metadata.js +1 -1
- package/lib/testscript_operation.d.ts +19 -16
- package/lib/testscript_operation.js +1 -1
- package/lib/testscript_origin.d.ts +3 -3
- package/lib/testscript_origin.js +1 -1
- package/lib/testscript_param.js +1 -1
- package/lib/testscript_param1.d.ts +1 -1
- package/lib/testscript_param1.js +1 -1
- package/lib/testscript_param2.js +1 -1
- package/lib/testscript_param3.js +1 -1
- package/lib/testscript_requestheader.d.ts +4 -4
- package/lib/testscript_requestheader.js +1 -1
- package/lib/testscript_rule.d.ts +2 -2
- package/lib/testscript_rule.js +1 -1
- package/lib/testscript_rule1.d.ts +3 -3
- package/lib/testscript_rule1.js +1 -1
- package/lib/testscript_rule2.d.ts +3 -3
- package/lib/testscript_rule2.js +1 -1
- package/lib/testscript_rule3.d.ts +3 -3
- package/lib/testscript_rule3.js +1 -1
- package/lib/testscript_ruleset.d.ts +2 -2
- package/lib/testscript_ruleset.js +1 -1
- package/lib/testscript_ruleset1.d.ts +3 -3
- package/lib/testscript_ruleset1.js +1 -1
- package/lib/testscript_setup.d.ts +1 -1
- package/lib/testscript_setup.js +1 -1
- package/lib/testscript_teardown.d.ts +1 -1
- package/lib/testscript_teardown.js +1 -1
- package/lib/testscript_test.d.ts +3 -3
- package/lib/testscript_test.js +1 -1
- package/lib/testscript_variable.d.ts +9 -9
- package/lib/testscript_variable.js +1 -1
- package/lib/timing.d.ts +3 -3
- package/lib/timing.js +1 -1
- package/lib/timing_repeat.d.ts +44 -20
- package/lib/timing_repeat.js +26 -1
- package/lib/triggerdefinition.d.ts +37 -14
- package/lib/triggerdefinition.js +23 -1
- package/lib/usagecontext.d.ts +5 -2
- package/lib/usagecontext.js +1 -1
- package/lib/valueset.d.ts +5 -6
- package/lib/valueset.js +1 -1
- package/lib/valueset_compose.d.ts +4 -4
- package/lib/valueset_compose.js +1 -1
- package/lib/valueset_concept.d.ts +4 -4
- package/lib/valueset_concept.js +1 -1
- package/lib/valueset_contains.d.ts +8 -8
- package/lib/valueset_contains.js +1 -1
- package/lib/valueset_designation.d.ts +4 -4
- package/lib/valueset_designation.js +1 -1
- package/lib/valueset_expansion.d.ts +7 -7
- package/lib/valueset_expansion.js +1 -1
- package/lib/valueset_filter.d.ts +28 -6
- package/lib/valueset_filter.js +25 -1
- package/lib/valueset_include.d.ts +5 -5
- package/lib/valueset_include.js +1 -1
- package/lib/valueset_parameter.d.ts +4 -8
- package/lib/valueset_parameter.js +1 -1
- package/lib/verificationresult.d.ts +55 -0
- package/lib/verificationresult.js +21 -0
- package/lib/verificationresult_attestation.d.ts +22 -0
- package/lib/verificationresult_attestation.js +3 -0
- package/lib/verificationresult_primarysource.d.ts +19 -0
- package/lib/verificationresult_primarysource.js +3 -0
- package/lib/verificationresult_validator.d.ts +11 -0
- package/lib/verificationresult_validator.js +3 -0
- package/lib/visionprescription.d.ts +34 -14
- package/lib/visionprescription.js +15 -1
- package/lib/visionprescription_dispense.d.ts +44 -19
- package/lib/visionprescription_dispense.js +22 -1
- package/package.json +1 -1
- package/scripts/verify-types.mjs +139 -0
- package/lib/bodysite.d.ts +0 -23
- package/lib/bodysite.js +0 -3
- package/lib/chargeitem_participant.d.ts +0 -9
- package/lib/chargeitem_participant.js +0 -3
- package/lib/claim_information.d.ts +0 -28
- package/lib/claim_information.js +0 -3
- package/lib/dataelement.d.ts +0 -43
- package/lib/dataelement.js +0 -3
- package/lib/dataelement_mapping.d.ts +0 -11
- package/lib/dataelement_mapping.js +0 -3
- package/lib/devicecomponent.d.ts +0 -29
- package/lib/devicecomponent.js +0 -3
- package/lib/devicecomponent_productionspecification.d.ts +0 -11
- package/lib/devicecomponent_productionspecification.js +0 -3
- package/lib/diagnosticreport_image.d.ts +0 -8
- package/lib/diagnosticreport_image.js +0 -3
- package/lib/eligibilityrequest.d.ts +0 -41
- package/lib/eligibilityrequest.js +0 -3
- package/lib/eligibilityresponse.d.ts +0 -36
- package/lib/eligibilityresponse.js +0 -3
- package/lib/eligibilityresponse_benefitbalance.d.ts +0 -23
- package/lib/eligibilityresponse_benefitbalance.js +0 -3
- package/lib/eligibilityresponse_error.d.ts +0 -6
- package/lib/eligibilityresponse_error.js +0 -3
- package/lib/eligibilityresponse_financial.d.ts +0 -17
- package/lib/eligibilityresponse_financial.js +0 -3
- package/lib/eligibilityresponse_insurance.d.ts +0 -11
- package/lib/eligibilityresponse_insurance.js +0 -3
- package/lib/expansionprofile.d.ts +0 -58
- package/lib/expansionprofile.js +0 -3
- package/lib/expansionprofile_designation.d.ts +0 -9
- package/lib/expansionprofile_designation.js +0 -3
- package/lib/expansionprofile_designation1.d.ts +0 -8
- package/lib/expansionprofile_designation1.js +0 -3
- package/lib/expansionprofile_designation2.d.ts +0 -8
- package/lib/expansionprofile_designation2.js +0 -3
- package/lib/expansionprofile_exclude.d.ts +0 -6
- package/lib/expansionprofile_exclude.js +0 -3
- package/lib/expansionprofile_excludedsystem.d.ts +0 -7
- package/lib/expansionprofile_excludedsystem.js +0 -3
- package/lib/expansionprofile_fixedversion.d.ts +0 -9
- package/lib/expansionprofile_fixedversion.js +0 -3
- package/lib/expansionprofile_include.d.ts +0 -6
- package/lib/expansionprofile_include.js +0 -3
- package/lib/imagingmanifest.d.ts +0 -21
- package/lib/imagingmanifest.js +0 -3
- package/lib/imagingmanifest_instance.d.ts +0 -7
- package/lib/imagingmanifest_instance.js +0 -3
- package/lib/imagingmanifest_series.d.ts +0 -11
- package/lib/imagingmanifest_series.js +0 -3
- package/lib/imagingmanifest_study.d.ts +0 -13
- package/lib/imagingmanifest_study.js +0 -3
- package/lib/procedurerequest.d.ts +0 -70
- package/lib/procedurerequest.js +0 -3
- package/lib/procedurerequest_requester.d.ts +0 -8
- package/lib/procedurerequest_requester.js +0 -3
- package/lib/processrequest.d.ts +0 -39
- package/lib/processrequest.js +0 -3
- package/lib/processrequest_item.d.ts +0 -5
- package/lib/processrequest_item.js +0 -3
- package/lib/processresponse.d.ts +0 -35
- package/lib/processresponse.js +0 -3
- package/lib/processresponse_processnote.d.ts +0 -8
- package/lib/processresponse_processnote.js +0 -3
- package/lib/referralrequest.d.ts +0 -59
- package/lib/referralrequest.js +0 -3
- package/lib/referralrequest_requester.d.ts +0 -8
- package/lib/referralrequest_requester.js +0 -3
- package/lib/sequence.js +0 -3
- package/lib/sequence_quality.d.ts +0 -33
- package/lib/sequence_quality.js +0 -3
- package/lib/sequence_referenceseq.d.ts +0 -21
- package/lib/sequence_referenceseq.js +0 -3
- package/lib/sequence_repository.d.ts +0 -15
- package/lib/sequence_repository.js +0 -3
- package/lib/sequence_variant.d.ts +0 -16
- package/lib/sequence_variant.js +0 -3
- package/lib/servicedefinition.d.ts +0 -65
- package/lib/servicedefinition.js +0 -3
- package/missing_types.json +0 -1
package/fhir-r4-types.md
ADDED
|
@@ -0,0 +1,558 @@
|
|
|
1
|
+
# FHIR R4 types — index by inheritance
|
|
2
|
+
|
|
3
|
+
All types in `@openhi/types` and their inheritance chain. Base types: **Resource** (root for REST resources), **Element** (root for data types and backbone elements).
|
|
4
|
+
|
|
5
|
+
## Comparison with official FHIR R4
|
|
6
|
+
|
|
7
|
+
- **Resource hierarchy:** Matches the spec. [Resource](https://hl7.org/fhir/R4/resource.html) and [DomainResource](https://hl7.org/fhir/R4/domainresource.html): only **Binary**, **Bundle**, and **Parameters** extend Resource directly; all other resources extend DomainResource → Resource. [BackboneElement](https://hl7.org/fhir/R4/backboneelement.html) extends Element.
|
|
8
|
+
- **R3→R4 renames already reflected:** BodyStructure (was BodySite), CoverageEligibilityRequest/Response (was EligibilityRequest/Response), MolecularSequence (was Sequence).
|
|
9
|
+
- **Expression:** The [Expression](https://hl7.org/fhir/R4/datatypes.html#Expression) metadata type (extends Element) is defined in this package.
|
|
10
|
+
- **SimpleQuantity and MoneyQuantity:** The official R4 datatypes list these as distinct types; in this package they are not separate—SimpleQuantity and MoneyQuantity are represented as Quantity and Money respectively.
|
|
11
|
+
- **Verifying against HL7:** For each resource or type, the canonical source is the [HL7 FHIR R4](https://hl7.org/fhir/R4/) specification. StructureDefinitions are available as JSON (e.g. `https://hl7.org/fhir/R4/[resource].profile.json`). Compare `snapshot.element[].path` and cardinality/types to this package’s interfaces. **Observation** has been aligned with the [Observation R4 profile](https://hl7.org/fhir/R4/observation.html): uses `encounter` (not `context`), `note` (array of Annotation, not `comment` string), and includes `focus`, `partOf`, `hasMember`, `derivedFrom`, `effectiveTiming`, `effectiveInstant`, `valueInteger`. **ObservationDefinition** has been aligned with the [ObservationDefinition R4 profile](https://hl7.org/fhir/R4/observationdefinition.html): includes `category`, `identifier`; StructureDefinition link and per-key comments on permitted data type enum. **Account_Coverage** (backbone) verified against [Account R4 profile](https://hl7.org/fhir/R4/account.html): `coverage` (1..1 Reference), `priority` (0..1 positiveInt); StructureDefinition link and JSDoc alignment. **Account_Guarantor** (backbone) verified against Account R4 profile: `party` (1..1 Reference), `onHold` (0..1 boolean), `period` (0..1 Period); StructureDefinition link and JSDoc alignment. **Account** (resource) aligned with [Account R4 profile](https://hl7.org/fhir/R4/account.html): `status` required (1..1); `period` renamed to `servicePeriod`; `subject` 0..* (array); added `partOf` (0..1 Reference to Account); `active` and `balance` deprecated (removed in R4); StructureDefinition link and per-key comments on ACCOUNT_STATUS. **ActivityDefinition** (resource) aligned with [ActivityDefinition R4 profile](https://hl7.org/fhir/R4/activitydefinition.html): added `subtitle`, `profile`, `intent`, `priority`, `doNotPerform`, `author`, `editor`, `reviewer`, `endorser`, `timingAge`, `timingDuration`, `specimenRequirement`, `observationRequirement`, `observationResultRequirement`; `contributor` deprecated in favor of author/editor/reviewer/endorser; StructureDefinition link; JSDoc typo fix and alignment. **ActivityDefinition_DynamicValue** (backbone) verified against ActivityDefinition R4 profile: `path` (1..1), `expression` (1..1 Expression); `description` and `language` deprecated (R4 uses Expression type); StructureDefinition link. **ActivityDefinition_Participant** (backbone) verified against ActivityDefinition R4 profile: `type` (1..1 code, required); added ACTIVITY_PARTICIPANT_TYPE const and per-key comments; StructureDefinition link and JSDoc alignment. **Address** (datatype) verified against [Address R4 profile](https://hl7.org/fhir/R4/datatypes.html#Address): added `billing` to ADDRESS_USE; StructureDefinition link; per-key comments on ADDRESS_USE and ADDRESS_TYPE; JSDoc alignment. **AdverseEvent** (resource) aligned with [AdverseEvent R4 profile](https://hl7.org/fhir/R4/adverseevent.html): added `actuality` (1..1 required), `encounter`, `detected`, `recordedDate`, `resultingCondition`, `severity`; `type` renamed to `event`; `category` → Array<CodeableConcept>; `eventParticipant` → `contributor` (0..*); `reaction` and `description` deprecated; StructureDefinition link and ADVERSE_EVENT_ACTUALITY const. **AdverseEvent_SuspectEntity** (backbone) and **AdverseEvent_SuspectEntity_Causality** (backbone) aligned with AdverseEvent R4 profile: `instance` (1..1 Reference); `causality` (0..* nested backbone with assessment, productRelatedness, author, method); flat causality/causalityAssessment/causalityProductRelatedness/causalityMethod/causalityAuthor/causalityResult deprecated; StructureDefinition links. **Age** (datatype) aligned with [Age R4 profile](https://hl7.org/fhir/R4/age.profile.json): extends Quantity (value, comparator, unit, system, code per R4 specialization); StructureDefinition link and JSDoc. **AllergyIntolerance** (resource) aligned with [AllergyIntolerance R4 profile](https://hl7.org/fhir/R4/allergyintolerance.html): added `encounter` (0..1 Reference); `assertedDate` renamed to `recordedDate`; `category` 0..* (array); StructureDefinition link and per-key comments on const enums. **AllergyIntolerance_Reaction** (backbone) verified against AllergyIntolerance R4 profile: `substance` (0..1), `manifestation` (1..* required), `description`, `onset`, `severity`, `exposureRoute`, `note`; StructureDefinition link and per-key comments on ALLERGY_INTOLERANCE_REACTION_SEVERITY. **Annotation** (datatype) aligned with [Annotation R4 profile](https://hl7.org/fhir/R4/datatypes.html#Annotation): `text` (1..1 required, markdown); author[x] as authorReference/authorString, time (0..1 dateTime); StructureDefinition link and JSDoc. **Appointment** (resource) aligned with [Appointment R4 profile](https://hl7.org/fhir/R4/appointment.html): `status` (1..1 required); added `cancelationReason`, `patientInstruction`, `basedOn`; `reason` → `reasonCode`, `indication` → `reasonReference`; `serviceCategory` 0..* (array); added APPOINTMENT_STATUS values checked-in, waitlist; deprecated `indication`, `incomingReferral`; StructureDefinition link and per-key comments. **Appointment_Participant** (backbone) verified against Appointment R4 profile: `type` (0..*), `actor` (0..1), `required` (0..1), `status` (1..1 required), `period` (0..1); added period; status required; StructureDefinition link and per-key comments on const enums. **AppointmentResponse** (resource) aligned with [AppointmentResponse R4 profile](https://hl7.org/fhir/R4/appointmentresponse.html): `participantStatus` (1..1 required, code); added APPOINTMENT_RESPONSE_PARTICIPANT_STATUS const and per-key comments; StructureDefinition link and JSDoc (participantType or actor must be specified). **AuditEvent** (resource) aligned with [AuditEvent R4 profile](https://hl7.org/fhir/R4/auditevent.html): added `period` (0..1 Period); `recorded` (1..1 required); StructureDefinition link and per-key comments on AUDITEVENT_ACTION and AUDITEVENT_OUTCOME. **AuditEvent_Agent** (backbone) aligned with AuditEvent R4 profile: added `type` (0..1 CodeableConcept); `reference` → `who` (0..1 Reference); `requestor` (1..1 required); deprecated `reference`, `userId`; StructureDefinition link and JSDoc. **AuditEvent_Detail** (backbone) aligned with AuditEvent R4 profile (AuditEvent.entity.detail): `type` (1..1 required), `value` (1..1 required; value[x] string/base64Binary); StructureDefinition link and JSDoc. **AuditEvent_Entity** (backbone) aligned with AuditEvent R4 profile (AuditEvent.entity): added `what` (0..1 Reference); deprecated `identifier`, `reference`; constraint (name or query, NOT both) documented in JSDoc; StructureDefinition link. **AuditEvent_Network** (backbone) verified against AuditEvent R4 profile (AuditEvent.agent.network): `address` (0..1 string), `type` (0..1 code, AuditEventAgentNetworkType); StructureDefinition link and per-key comments on AUDITEVENT_NETWORK_TYPE. **AuditEvent_Source** (backbone) aligned with AuditEvent R4 profile (AuditEvent.source): `observer` (1..1 Reference, required) for identity of source; deprecated `identifier`; `site` (0..1), `type` (0..* Coding); StructureDefinition link. **BackboneElement** (complex type) verified against [BackboneElement R4 profile](https://hl7.org/fhir/R4/backboneelement.html): extends Element; `modifierExtension` (0..* Extension); StructureDefinition link and JSDoc alignment. **Basic** (resource) verified against [Basic R4 profile](https://hl7.org/fhir/R4/basic.html): `identifier` (0..*), `code` (1..1 required), `subject` (0..1), `created` (0..1 date), `author` (0..1); StructureDefinition link and JSDoc alignment. **Binary** (resource) aligned with [Binary R4 profile](https://hl7.org/fhir/R4/binary.html): `contentType` (1..1 required); `content` renamed to `data` (0..1 base64Binary); StructureDefinition link and JSDoc. **BiologicallyDerivedProduct** (resource) aligned with [BiologicallyDerivedProduct R4 profile](https://hl7.org/fhir/R4/biologicallyderivedproduct.html): `collection`, `manipulation` as BackboneElement; `processing`, `storage` as Array<BackboneElement>; per-key comments on category and status const enums; StructureDefinition link and JSDoc. **BodyStructure** (resource) aligned with [BodyStructure R4 profile](https://hl7.org/fhir/R4/bodystructure.html): added `morphology`, `location`; `qualifier` renamed to `locationQualifier`; deprecated `code`, `qualifier`; StructureDefinition link and JSDoc. **Bundle** (resource) aligned with [Bundle R4 profile](https://hl7.org/fhir/R4/bundle.html): `type` (1..1 required); added `timestamp` (0..1 instant); per-key comments on BUNDLE_TYPE; StructureDefinition link and JSDoc. **Bundle_Entry** (backbone) verified against Bundle R4 profile (Bundle.entry): `link`, `fullUrl`, `resource`, `search`, `request`, `response`; constraint bdl-5 (resource or request or response) in JSDoc; StructureDefinition link. **Bundle_Link** (backbone) aligned with Bundle R4 profile (Bundle.link): `relation` (1..1 required), `url` (1..1 required, uri); StructureDefinition link and JSDoc. **Bundle_Request** (backbone) aligned with Bundle R4 profile (Bundle.entry.request): `method` (1..1 required), `url` (1..1 required); added HEAD, PATCH to BUNDLE_REQUEST_METHOD; per-key comments; StructureDefinition link and JSDoc. **Bundle_Response** (backbone) aligned with Bundle R4 profile (Bundle.entry.response): `status` (1..1 required); StructureDefinition link and JSDoc. **Bundle_Search** (backbone) aligned with Bundle R4 profile (Bundle.entry.search): mode (0..1), score (0..1 decimal); per-key comments for BUNDLE_SEARCH_MODE; StructureDefinition link and JSDoc. **CapabilityStatement_Certificate** (backbone): not in base R4 CapabilityStatement.rest.security; StructureDefinition link (parent) and JSDoc (type = mime type, blob = base64Binary) for TLS/certificate support. **CapabilityStatement_Document** (backbone) aligned with CapabilityStatement R4 profile (CapabilityStatement.document): `mode` (1..1 required), `documentation` (0..1 markdown), `profile` (1..1 Reference); per-key comments on CAPABILITY_STATEMENT_DOCUMENT_MODE; StructureDefinition link and JSDoc. **CapabilityStatement_Endpoint** (backbone) aligned with CapabilityStatement R4 profile (CapabilityStatement.messaging.endpoint): `protocol` (1..1 Coding), `address` (1..1 required, url); StructureDefinition link and JSDoc. **CapabilityStatement_Event** (backbone): legacy CapabilityStatement.messaging.event structure (R4 alternative is supportedMessage); StructureDefinition link, per-key comments on EVENT_CATEGORY and EVENT_MODE, JSDoc alignment. **CapabilityStatement_Implementation** (backbone) aligned with CapabilityStatement R4 profile (CapabilityStatement.implementation): `description` (1..1 required), `url` (0..1 url), added `custodian` (0..1 Reference to Organization); StructureDefinition link and JSDoc. **CapabilityStatement_Interaction** (backbone) aligned with CapabilityStatement R4 profile (CapabilityStatement.rest.resource.interaction): `code` (1..1 required); per-key comments on CAPABILITY_STATEMENT_INTERACTION_CODE; StructureDefinition link and JSDoc. **CapabilityStatement_Interaction1** (backbone) aligned with CapabilityStatement R4 profile (CapabilityStatement.rest.interaction): `code` (1..1 required, transaction | batch | search-system | history-system); per-key comments on CAPABILITY_STATEMENT_INTERACTION1_CODE; StructureDefinition link and JSDoc. **CapabilityStatement_Messaging** (backbone) aligned with CapabilityStatement R4 profile (CapabilityStatement.messaging): endpoint (0..*), reliableCache (0..1 unsignedInt), documentation (0..1 markdown), supportedMessage (0..*); event retained as legacy (R4 uses supportedMessage); StructureDefinition link and JSDoc. **CapabilityStatement_Operation** (backbone) aligned with CapabilityStatement R4 profile (CapabilityStatement.rest.resource.operation): `name` (1..1 required), `definition` (1..1 required), added `documentation` (0..1 markdown); StructureDefinition link and JSDoc. **CapabilityStatement_Resource** (backbone) aligned with CapabilityStatement R4 profile (CapabilityStatement.rest.resource): `type` (1..1 required); added `operation` (0..* CapabilityStatement_Operation); StructureDefinition link and per-key comments on VERSIONING, CONDITIONAL_DELETE, REFERENCE_POLICY, CONDITIONAL_READ. **CapabilityStatement_Rest** (backbone) aligned with CapabilityStatement R4 profile (CapabilityStatement.rest): `mode` (1..1 required); `documentation` (0..1 markdown); StructureDefinition link and per-key comments on CAPABILITY_STATEMENT_REST_MODE. **CapabilityStatement_SearchParam** (backbone) aligned with CapabilityStatement R4 profile (CapabilityStatement.rest.resource.searchParam): `name` (1..1 required), `type` (1..1 required); added `SPECIAL` to CAPABILITY_STATEMENT_SEARCH_PARAM_TYPE; `definition` canonical, `documentation` markdown; StructureDefinition link and per-key comments. **CapabilityStatement_Security** (backbone) aligned with CapabilityStatement R4 profile (CapabilityStatement.rest.security): `cors` (0..1), `service` (0..* CodeableConcept), `description` (0..1 markdown); StructureDefinition link and JSDoc; `certificate` retained as trial-use (not in base R4). **CapabilityStatement_Software** (backbone) aligned with CapabilityStatement R4 profile (CapabilityStatement.software): `name` (1..1 required); `version` (0..1), `releaseDate` (0..1 dateTime); StructureDefinition link and JSDoc. **CarePlan** (resource) aligned with [CarePlan R4 profile](https://hl7.org/fhir/R4/careplan.html): `status` (1..1 required), `intent` (1..1 required); added `instantiatesCanonical` (0..*), `instantiatesUri` (0..*); `context` renamed to `encounter`; `author` 0..1 (single Reference); `definition` deprecated in favor of instantiatesCanonical/instantiatesUri; added ON_HOLD, REVOKED to CAREPLAN_STATUS; StructureDefinition link and per-key comments on CAREPLAN_INTENT and CAREPLAN_STATUS. **CarePlan_Activity** (backbone) aligned with CarePlan R4 profile (CarePlan.activity): outcomeCodeableConcept, outcomeReference, progress, reference, detail with R4 cardinality; constraint cpl-3 (reference or detail, not both) in JSDoc; StructureDefinition link and JSDoc. **CarePlan_Detail** (backbone) aligned with CarePlan R4 profile (CarePlan.activity.detail): added `kind`, `instantiatesCanonical`, `instantiatesUri`; `status` (1..1 required); `statusReason` → CodeableConcept; `prohibited` → `doNotPerform` (prohibited deprecated); added STOPPED, ENTERED_IN_ERROR to CAREPLAN_DETAIL_STATUS; deprecated `definition`, `category`; StructureDefinition link and per-key comments. **CareTeam** (resource) aligned with [CareTeam R4 profile](https://hl7.org/fhir/R4/careteam.html): `context` renamed to `encounter` (0..1 Reference); StructureDefinition link; per-key comments on CARETEAM_STATUS; JSDoc alignment (identifier, status, category, name, subject, period, participant, reasonCode, reasonReference, managingOrganization, note). **CareTeam_Participant** (backbone) verified against CareTeam R4 profile (CareTeam.participant): `role` 0..* (array of CodeableConcept); StructureDefinition link; JSDoc alignment and constraint ctm-1 (onBehalfOf only when member is Practitioner). **CatalogEntry** (resource) aligned with [CatalogEntry R4 profile](https://hl7.org/fhir/R4/catalogentry.html): StructureDefinition link; JSDoc and cardinality alignment; `relatedEntry` typed as Array of CatalogEntry_RelatedEntry (was unknown). **CatalogEntry_RelatedEntry** (backbone) added per R4 (CatalogEntry.relatedEntry): relationtype (1..1 code), item (1..1 Reference to CatalogEntry); StructureDefinition link and CATALOG_ENTRY_RELATION_TYPE const. **ChargeItem** (resource) aligned with [ChargeItem R4 profile](https://hl7.org/fhir/R4/chargeitem.html): `identifier` 0..* (array); `definition` replaced by `definitionUri` (0..* uri) and `definitionCanonical` (0..* canonical); `status` 1..1 required; `participant` renamed to `performer` (0..*); StructureDefinition link; per-key comments on CHARGE_ITEM_STATUS; JSDoc alignment. **ChargeItem_Performer** (backbone) aligned with ChargeItem R4 profile (ChargeItem.performer): `role` renamed to `function` (0..1 CodeableConcept), `actor` (1..1 Reference required); ChargeItem_Participant removed in favor of ChargeItem_Performer; StructureDefinition link and JSDoc. **ChargeItemDefinition** (resource) aligned with [ChargeItemDefinition R4 profile](https://hl7.org/fhir/R4/chargeitemdefinition.html): StructureDefinition link; JSDoc and cardinality alignment; `applicability` and `propertyGroup` typed as ChargeItemDefinition_Applicability and ChargeItemDefinition_PropertyGroup (was unknown). **ChargeItemDefinition_Applicability**, **ChargeItemDefinition_PropertyGroup**, **ChargeItemDefinition_PropertyGroup_PriceComponent** (backbones) added per R4 with description/language/expression, applicability/priceComponent, and type/code/factor/amount respectively; StructureDefinition links.
|
|
12
|
+
|
|
13
|
+
| Type | Inheritance chain |
|
|
14
|
+
|------|-------------------|
|
|
15
|
+
| **Base types** | |
|
|
16
|
+
| Resource | — (base) |
|
|
17
|
+
| Element | — (base) |
|
|
18
|
+
| **Extends Resource** | |
|
|
19
|
+
| Binary | Resource |
|
|
20
|
+
| Bundle | Resource |
|
|
21
|
+
| DomainResource | Resource |
|
|
22
|
+
| Parameters | Resource |
|
|
23
|
+
| **Extends DomainResource** | |
|
|
24
|
+
| Account | DomainResource → Resource |
|
|
25
|
+
| ActivityDefinition | DomainResource → Resource |
|
|
26
|
+
| AdverseEvent | DomainResource → Resource |
|
|
27
|
+
| AllergyIntolerance | DomainResource → Resource |
|
|
28
|
+
| Appointment | DomainResource → Resource |
|
|
29
|
+
| AppointmentResponse | DomainResource → Resource |
|
|
30
|
+
| AuditEvent | DomainResource → Resource |
|
|
31
|
+
| Basic | DomainResource → Resource |
|
|
32
|
+
| BiologicallyDerivedProduct | DomainResource → Resource |
|
|
33
|
+
| BodyStructure | DomainResource → Resource |
|
|
34
|
+
| CapabilityStatement | DomainResource → Resource |
|
|
35
|
+
| CarePlan | DomainResource → Resource |
|
|
36
|
+
| CareTeam | DomainResource → Resource |
|
|
37
|
+
| CatalogEntry | DomainResource → Resource |
|
|
38
|
+
| ChargeItem | DomainResource → Resource |
|
|
39
|
+
| ChargeItemDefinition | DomainResource → Resource |
|
|
40
|
+
| Claim | DomainResource → Resource |
|
|
41
|
+
| ClaimResponse | DomainResource → Resource |
|
|
42
|
+
| ClinicalImpression | DomainResource → Resource |
|
|
43
|
+
| CodeSystem | DomainResource → Resource |
|
|
44
|
+
| Communication | DomainResource → Resource |
|
|
45
|
+
| CommunicationRequest | DomainResource → Resource |
|
|
46
|
+
| CompartmentDefinition | DomainResource → Resource |
|
|
47
|
+
| Composition | DomainResource → Resource |
|
|
48
|
+
| ConceptMap | DomainResource → Resource |
|
|
49
|
+
| Condition | DomainResource → Resource |
|
|
50
|
+
| Consent | DomainResource → Resource |
|
|
51
|
+
| Contract | DomainResource → Resource |
|
|
52
|
+
| Coverage | DomainResource → Resource |
|
|
53
|
+
| CoverageEligibilityRequest | DomainResource → Resource |
|
|
54
|
+
| CoverageEligibilityResponse | DomainResource → Resource |
|
|
55
|
+
| DetectedIssue | DomainResource → Resource |
|
|
56
|
+
| Device | DomainResource → Resource |
|
|
57
|
+
| DeviceDefinition | DomainResource → Resource |
|
|
58
|
+
| DeviceMetric | DomainResource → Resource |
|
|
59
|
+
| DeviceRequest | DomainResource → Resource |
|
|
60
|
+
| DeviceUseStatement | DomainResource → Resource |
|
|
61
|
+
| DiagnosticReport | DomainResource → Resource |
|
|
62
|
+
| DocumentManifest | DomainResource → Resource |
|
|
63
|
+
| DocumentReference | DomainResource → Resource |
|
|
64
|
+
| EffectEvidenceSynthesis | DomainResource → Resource |
|
|
65
|
+
| Encounter | DomainResource → Resource |
|
|
66
|
+
| Endpoint | DomainResource → Resource |
|
|
67
|
+
| EnrollmentRequest | DomainResource → Resource |
|
|
68
|
+
| EnrollmentResponse | DomainResource → Resource |
|
|
69
|
+
| EpisodeOfCare | DomainResource → Resource |
|
|
70
|
+
| EventDefinition | DomainResource → Resource |
|
|
71
|
+
| Evidence | DomainResource → Resource |
|
|
72
|
+
| EvidenceVariable | DomainResource → Resource |
|
|
73
|
+
| ExampleScenario | DomainResource → Resource |
|
|
74
|
+
| ExplanationOfBenefit | DomainResource → Resource |
|
|
75
|
+
| FamilyMemberHistory | DomainResource → Resource |
|
|
76
|
+
| Flag | DomainResource → Resource |
|
|
77
|
+
| Goal | DomainResource → Resource |
|
|
78
|
+
| GraphDefinition | DomainResource → Resource |
|
|
79
|
+
| Group | DomainResource → Resource |
|
|
80
|
+
| GuidanceResponse | DomainResource → Resource |
|
|
81
|
+
| HealthcareService | DomainResource → Resource |
|
|
82
|
+
| ImagingStudy | DomainResource → Resource |
|
|
83
|
+
| Immunization | DomainResource → Resource |
|
|
84
|
+
| ImmunizationEvaluation | DomainResource → Resource |
|
|
85
|
+
| ImmunizationRecommendation | DomainResource → Resource |
|
|
86
|
+
| ImplementationGuide | DomainResource → Resource |
|
|
87
|
+
| InsurancePlan | DomainResource → Resource |
|
|
88
|
+
| Invoice | DomainResource → Resource |
|
|
89
|
+
| Library | DomainResource → Resource |
|
|
90
|
+
| Linkage | DomainResource → Resource |
|
|
91
|
+
| List | DomainResource → Resource |
|
|
92
|
+
| Location | DomainResource → Resource |
|
|
93
|
+
| Measure | DomainResource → Resource |
|
|
94
|
+
| MeasureReport | DomainResource → Resource |
|
|
95
|
+
| Media | DomainResource → Resource |
|
|
96
|
+
| Medication | DomainResource → Resource |
|
|
97
|
+
| MedicationAdministration | DomainResource → Resource |
|
|
98
|
+
| MedicationDispense | DomainResource → Resource |
|
|
99
|
+
| MedicationKnowledge | DomainResource → Resource |
|
|
100
|
+
| MedicationRequest | DomainResource → Resource |
|
|
101
|
+
| MedicationStatement | DomainResource → Resource |
|
|
102
|
+
| MedicinalProduct | DomainResource → Resource |
|
|
103
|
+
| MedicinalProductAuthorization | DomainResource → Resource |
|
|
104
|
+
| MedicinalProductContraindication | DomainResource → Resource |
|
|
105
|
+
| MedicinalProductIndication | DomainResource → Resource |
|
|
106
|
+
| MedicinalProductIngredient | DomainResource → Resource |
|
|
107
|
+
| MedicinalProductInteraction | DomainResource → Resource |
|
|
108
|
+
| MedicinalProductManufactured | DomainResource → Resource |
|
|
109
|
+
| MedicinalProductPackaged | DomainResource → Resource |
|
|
110
|
+
| MedicinalProductPharmaceutical | DomainResource → Resource |
|
|
111
|
+
| MedicinalProductUndesirableEffect | DomainResource → Resource |
|
|
112
|
+
| MessageDefinition | DomainResource → Resource |
|
|
113
|
+
| MessageHeader | DomainResource → Resource |
|
|
114
|
+
| MolecularSequence | DomainResource → Resource |
|
|
115
|
+
| NamingSystem | DomainResource → Resource |
|
|
116
|
+
| NutritionOrder | DomainResource → Resource |
|
|
117
|
+
| Observation | DomainResource → Resource |
|
|
118
|
+
| ObservationDefinition | DomainResource → Resource |
|
|
119
|
+
| OperationDefinition | DomainResource → Resource |
|
|
120
|
+
| OperationOutcome | DomainResource → Resource |
|
|
121
|
+
| Organization | DomainResource → Resource |
|
|
122
|
+
| OrganizationAffiliation | DomainResource → Resource |
|
|
123
|
+
| Patient | DomainResource → Resource |
|
|
124
|
+
| PaymentNotice | DomainResource → Resource |
|
|
125
|
+
| PaymentReconciliation | DomainResource → Resource |
|
|
126
|
+
| Person | DomainResource → Resource |
|
|
127
|
+
| PlanDefinition | DomainResource → Resource |
|
|
128
|
+
| Practitioner | DomainResource → Resource |
|
|
129
|
+
| PractitionerRole | DomainResource → Resource |
|
|
130
|
+
| Procedure | DomainResource → Resource |
|
|
131
|
+
| Provenance | DomainResource → Resource |
|
|
132
|
+
| Questionnaire | DomainResource → Resource |
|
|
133
|
+
| QuestionnaireResponse | DomainResource → Resource |
|
|
134
|
+
| RelatedPerson | DomainResource → Resource |
|
|
135
|
+
| RequestGroup | DomainResource → Resource |
|
|
136
|
+
| ResearchDefinition | DomainResource → Resource |
|
|
137
|
+
| ResearchElementDefinition | DomainResource → Resource |
|
|
138
|
+
| ResearchStudy | DomainResource → Resource |
|
|
139
|
+
| ResearchSubject | DomainResource → Resource |
|
|
140
|
+
| RiskAssessment | DomainResource → Resource |
|
|
141
|
+
| RiskEvidenceSynthesis | DomainResource → Resource |
|
|
142
|
+
| Schedule | DomainResource → Resource |
|
|
143
|
+
| SearchParameter | DomainResource → Resource |
|
|
144
|
+
| ServiceRequest | DomainResource → Resource |
|
|
145
|
+
| Slot | DomainResource → Resource |
|
|
146
|
+
| Specimen | DomainResource → Resource |
|
|
147
|
+
| SpecimenDefinition | DomainResource → Resource |
|
|
148
|
+
| StructureDefinition | DomainResource → Resource |
|
|
149
|
+
| StructureMap | DomainResource → Resource |
|
|
150
|
+
| Subscription | DomainResource → Resource |
|
|
151
|
+
| Substance | DomainResource → Resource |
|
|
152
|
+
| SubstanceNucleicAcid | DomainResource → Resource |
|
|
153
|
+
| SubstancePolymer | DomainResource → Resource |
|
|
154
|
+
| SubstanceProtein | DomainResource → Resource |
|
|
155
|
+
| SubstanceReferenceInformation | DomainResource → Resource |
|
|
156
|
+
| SubstanceSpecification | DomainResource → Resource |
|
|
157
|
+
| SubstanceSourceMaterial | DomainResource → Resource |
|
|
158
|
+
| SupplyDelivery | DomainResource → Resource |
|
|
159
|
+
| SupplyRequest | DomainResource → Resource |
|
|
160
|
+
| Task | DomainResource → Resource |
|
|
161
|
+
| TerminologyCapabilities | DomainResource → Resource |
|
|
162
|
+
| TestReport | DomainResource → Resource |
|
|
163
|
+
| TestScript | DomainResource → Resource |
|
|
164
|
+
| ValueSet | DomainResource → Resource |
|
|
165
|
+
| VerificationResult | DomainResource → Resource |
|
|
166
|
+
| VisionPrescription | DomainResource → Resource |
|
|
167
|
+
| **Extends Element** | |
|
|
168
|
+
| Address | Element |
|
|
169
|
+
| Age | Quantity → Element |
|
|
170
|
+
| Annotation | Element |
|
|
171
|
+
| Attachment | Element |
|
|
172
|
+
| BackboneElement | Element |
|
|
173
|
+
| CodeableConcept | Element |
|
|
174
|
+
| Coding | Element |
|
|
175
|
+
| ContactDetail | Element |
|
|
176
|
+
| ContactPoint | Element |
|
|
177
|
+
| Contributor | Element |
|
|
178
|
+
| Count | Element |
|
|
179
|
+
| DataRequirement | Element |
|
|
180
|
+
| Distance | Element |
|
|
181
|
+
| Duration | Element |
|
|
182
|
+
| Expression | Element |
|
|
183
|
+
| Extension | Element |
|
|
184
|
+
| HumanName | Element |
|
|
185
|
+
| Identifier | Element |
|
|
186
|
+
| Meta | Element |
|
|
187
|
+
| Money | Element |
|
|
188
|
+
| Narrative | Element |
|
|
189
|
+
| ParameterDefinition | Element |
|
|
190
|
+
| Period | Element |
|
|
191
|
+
| Quantity | Element |
|
|
192
|
+
| Range | Element |
|
|
193
|
+
| Ratio | Element |
|
|
194
|
+
| Reference | Element |
|
|
195
|
+
| RelatedArtifact | Element |
|
|
196
|
+
| SampledData | Element |
|
|
197
|
+
| Signature | Element |
|
|
198
|
+
| TriggerDefinition | Element |
|
|
199
|
+
| UsageContext | Element |
|
|
200
|
+
| **Extends BackboneElement** | |
|
|
201
|
+
| Account_Coverage | BackboneElement → Element |
|
|
202
|
+
| Account_Guarantor | BackboneElement → Element |
|
|
203
|
+
| ActivityDefinition_DynamicValue | BackboneElement → Element |
|
|
204
|
+
| ActivityDefinition_Participant | BackboneElement → Element |
|
|
205
|
+
| AdverseEvent_SuspectEntity | BackboneElement → Element |
|
|
206
|
+
| AdverseEvent_SuspectEntity_Causality | BackboneElement → Element |
|
|
207
|
+
| Appointment_Participant | BackboneElement → Element |
|
|
208
|
+
| AuditEvent_Agent | BackboneElement → Element |
|
|
209
|
+
| AuditEvent_Detail | BackboneElement → Element |
|
|
210
|
+
| AuditEvent_Entity | BackboneElement → Element |
|
|
211
|
+
| AuditEvent_Network | BackboneElement → Element |
|
|
212
|
+
| AuditEvent_Source | BackboneElement → Element |
|
|
213
|
+
| Bundle_Entry | BackboneElement → Element |
|
|
214
|
+
| Bundle_Link | BackboneElement → Element |
|
|
215
|
+
| Bundle_Request | BackboneElement → Element |
|
|
216
|
+
| Bundle_Response | BackboneElement → Element |
|
|
217
|
+
| Bundle_Search | BackboneElement → Element |
|
|
218
|
+
| CapabilityStatement_Certificate | BackboneElement → Element |
|
|
219
|
+
| CapabilityStatement_Document | BackboneElement → Element |
|
|
220
|
+
| CapabilityStatement_Endpoint | BackboneElement → Element |
|
|
221
|
+
| CapabilityStatement_Event | BackboneElement → Element |
|
|
222
|
+
| CapabilityStatement_Implementation | BackboneElement → Element |
|
|
223
|
+
| CapabilityStatement_Interaction | BackboneElement → Element |
|
|
224
|
+
| CapabilityStatement_Interaction1 | BackboneElement → Element |
|
|
225
|
+
| CapabilityStatement_Messaging | BackboneElement → Element |
|
|
226
|
+
| CapabilityStatement_Operation | BackboneElement → Element |
|
|
227
|
+
| CapabilityStatement_Resource | BackboneElement → Element |
|
|
228
|
+
| CapabilityStatement_Rest | BackboneElement → Element |
|
|
229
|
+
| CapabilityStatement_SearchParam | BackboneElement → Element |
|
|
230
|
+
| CapabilityStatement_Security | BackboneElement → Element |
|
|
231
|
+
| CapabilityStatement_Software | BackboneElement → Element |
|
|
232
|
+
| CapabilityStatement_SupportedMessage | BackboneElement → Element |
|
|
233
|
+
| CarePlan_Activity | BackboneElement → Element |
|
|
234
|
+
| CarePlan_Detail | BackboneElement → Element |
|
|
235
|
+
| CareTeam_Participant | BackboneElement → Element |
|
|
236
|
+
| CatalogEntry_RelatedEntry | BackboneElement → Element |
|
|
237
|
+
| ChargeItem_Performer | BackboneElement → Element |
|
|
238
|
+
| ChargeItemDefinition_Applicability | BackboneElement → Element |
|
|
239
|
+
| ChargeItemDefinition_PropertyGroup | BackboneElement → Element |
|
|
240
|
+
| ChargeItemDefinition_PropertyGroup_PriceComponent | BackboneElement → Element |
|
|
241
|
+
| ClaimResponse_AddItem | BackboneElement → Element |
|
|
242
|
+
| ClaimResponse_Adjudication | BackboneElement → Element |
|
|
243
|
+
| ClaimResponse_Detail | BackboneElement → Element |
|
|
244
|
+
| ClaimResponse_Detail1 | BackboneElement → Element |
|
|
245
|
+
| ClaimResponse_Error | BackboneElement → Element |
|
|
246
|
+
| ClaimResponse_Insurance | BackboneElement → Element |
|
|
247
|
+
| ClaimResponse_Item | BackboneElement → Element |
|
|
248
|
+
| ClaimResponse_Payment | BackboneElement → Element |
|
|
249
|
+
| ClaimResponse_ProcessNote | BackboneElement → Element |
|
|
250
|
+
| ClaimResponse_SubDetail | BackboneElement → Element |
|
|
251
|
+
| Claim_Accident | BackboneElement → Element |
|
|
252
|
+
| Claim_CareTeam | BackboneElement → Element |
|
|
253
|
+
| Claim_Detail | BackboneElement → Element |
|
|
254
|
+
| Claim_Diagnosis | BackboneElement → Element |
|
|
255
|
+
| Claim_SupportingInfo | BackboneElement → Element |
|
|
256
|
+
| Claim_Insurance | BackboneElement → Element |
|
|
257
|
+
| Claim_Item | BackboneElement → Element |
|
|
258
|
+
| Claim_Payee | BackboneElement → Element |
|
|
259
|
+
| Claim_Procedure | BackboneElement → Element |
|
|
260
|
+
| Claim_Related | BackboneElement → Element |
|
|
261
|
+
| Claim_SubDetail | BackboneElement → Element |
|
|
262
|
+
| ClinicalImpression_Finding | BackboneElement → Element |
|
|
263
|
+
| ClinicalImpression_Investigation | BackboneElement → Element |
|
|
264
|
+
| CodeSystem_Concept | BackboneElement → Element |
|
|
265
|
+
| CodeSystem_Designation | BackboneElement → Element |
|
|
266
|
+
| CodeSystem_Filter | BackboneElement → Element |
|
|
267
|
+
| CodeSystem_Property | BackboneElement → Element |
|
|
268
|
+
| CodeSystem_Property1 | BackboneElement → Element |
|
|
269
|
+
| CommunicationRequest_Payload | BackboneElement → Element |
|
|
270
|
+
| CommunicationRequest_Requester | BackboneElement → Element |
|
|
271
|
+
| Communication_Payload | BackboneElement → Element |
|
|
272
|
+
| CompartmentDefinition_Resource | BackboneElement → Element |
|
|
273
|
+
| Composition_Attester | BackboneElement → Element |
|
|
274
|
+
| Composition_Event | BackboneElement → Element |
|
|
275
|
+
| Composition_RelatesTo | BackboneElement → Element |
|
|
276
|
+
| Composition_Section | BackboneElement → Element |
|
|
277
|
+
| ConceptMap_DependsOn | BackboneElement → Element |
|
|
278
|
+
| ConceptMap_Element | BackboneElement → Element |
|
|
279
|
+
| ConceptMap_Group | BackboneElement → Element |
|
|
280
|
+
| ConceptMap_Target | BackboneElement → Element |
|
|
281
|
+
| ConceptMap_Unmapped | BackboneElement → Element |
|
|
282
|
+
| Condition_Evidence | BackboneElement → Element |
|
|
283
|
+
| Condition_Stage | BackboneElement → Element |
|
|
284
|
+
| Consent_Actor | BackboneElement → Element |
|
|
285
|
+
| Consent_Actor1 | BackboneElement → Element |
|
|
286
|
+
| Consent_Data | BackboneElement → Element |
|
|
287
|
+
| Consent_Data1 | BackboneElement → Element |
|
|
288
|
+
| Consent_Except | BackboneElement → Element |
|
|
289
|
+
| Consent_Policy | BackboneElement → Element |
|
|
290
|
+
| Contract_Agent | BackboneElement → Element |
|
|
291
|
+
| Contract_Agent1 | BackboneElement → Element |
|
|
292
|
+
| Contract_Friendly | BackboneElement → Element |
|
|
293
|
+
| Contract_Legal | BackboneElement → Element |
|
|
294
|
+
| Contract_Rule | BackboneElement → Element |
|
|
295
|
+
| Contract_Signer | BackboneElement → Element |
|
|
296
|
+
| Contract_Term | BackboneElement → Element |
|
|
297
|
+
| Contract_ValuedItem | BackboneElement → Element |
|
|
298
|
+
| Contract_ValuedItem1 | BackboneElement → Element |
|
|
299
|
+
| CoverageEligibilityResponse_BenefitBalance | BackboneElement → Element |
|
|
300
|
+
| CoverageEligibilityResponse_Error | BackboneElement → Element |
|
|
301
|
+
| CoverageEligibilityResponse_Financial | BackboneElement → Element |
|
|
302
|
+
| CoverageEligibilityResponse_Insurance | BackboneElement → Element |
|
|
303
|
+
| Coverage_Grouping | BackboneElement → Element |
|
|
304
|
+
| DataRequirement_CodeFilter | BackboneElement → Element |
|
|
305
|
+
| DataRequirement_DateFilter | BackboneElement → Element |
|
|
306
|
+
| DetectedIssue_Mitigation | BackboneElement → Element |
|
|
307
|
+
| DeviceMetric_Calibration | BackboneElement → Element |
|
|
308
|
+
| DeviceRequest_Requester | BackboneElement → Element |
|
|
309
|
+
| Device_Udi | BackboneElement → Element |
|
|
310
|
+
| DiagnosticReport_Media | BackboneElement → Element |
|
|
311
|
+
| DiagnosticReport_Performer | BackboneElement → Element |
|
|
312
|
+
| DocumentManifest_Content | BackboneElement → Element |
|
|
313
|
+
| DocumentManifest_Related | BackboneElement → Element |
|
|
314
|
+
| DocumentReference_Content | BackboneElement → Element |
|
|
315
|
+
| DocumentReference_Context | BackboneElement → Element |
|
|
316
|
+
| DocumentReference_Related | BackboneElement → Element |
|
|
317
|
+
| DocumentReference_RelatesTo | BackboneElement → Element |
|
|
318
|
+
| Dosage | BackboneElement → Element |
|
|
319
|
+
| ElementDefinition | BackboneElement → Element |
|
|
320
|
+
| ElementDefinition_Base | BackboneElement → Element |
|
|
321
|
+
| ElementDefinition_Binding | BackboneElement → Element |
|
|
322
|
+
| ElementDefinition_Constraint | BackboneElement → Element |
|
|
323
|
+
| ElementDefinition_Discriminator | BackboneElement → Element |
|
|
324
|
+
| ElementDefinition_Example | BackboneElement → Element |
|
|
325
|
+
| ElementDefinition_Mapping | BackboneElement → Element |
|
|
326
|
+
| ElementDefinition_Slicing | BackboneElement → Element |
|
|
327
|
+
| ElementDefinition_Type | BackboneElement → Element |
|
|
328
|
+
| Encounter_ClassHistory | BackboneElement → Element |
|
|
329
|
+
| Encounter_Diagnosis | BackboneElement → Element |
|
|
330
|
+
| Encounter_Hospitalization | BackboneElement → Element |
|
|
331
|
+
| Encounter_Location | BackboneElement → Element |
|
|
332
|
+
| Encounter_Participant | BackboneElement → Element |
|
|
333
|
+
| Encounter_StatusHistory | BackboneElement → Element |
|
|
334
|
+
| EpisodeOfCare_Diagnosis | BackboneElement → Element |
|
|
335
|
+
| EpisodeOfCare_StatusHistory | BackboneElement → Element |
|
|
336
|
+
| ExplanationOfBenefit_Accident | BackboneElement → Element |
|
|
337
|
+
| ExplanationOfBenefit_AddItem | BackboneElement → Element |
|
|
338
|
+
| ExplanationOfBenefit_Adjudication | BackboneElement → Element |
|
|
339
|
+
| ExplanationOfBenefit_BenefitBalance | BackboneElement → Element |
|
|
340
|
+
| ExplanationOfBenefit_CareTeam | BackboneElement → Element |
|
|
341
|
+
| ExplanationOfBenefit_Detail | BackboneElement → Element |
|
|
342
|
+
| ExplanationOfBenefit_Detail1 | BackboneElement → Element |
|
|
343
|
+
| ExplanationOfBenefit_Diagnosis | BackboneElement → Element |
|
|
344
|
+
| ExplanationOfBenefit_Financial | BackboneElement → Element |
|
|
345
|
+
| ExplanationOfBenefit_Information | BackboneElement → Element |
|
|
346
|
+
| ExplanationOfBenefit_Insurance | BackboneElement → Element |
|
|
347
|
+
| ExplanationOfBenefit_Item | BackboneElement → Element |
|
|
348
|
+
| ExplanationOfBenefit_Payee | BackboneElement → Element |
|
|
349
|
+
| ExplanationOfBenefit_Payment | BackboneElement → Element |
|
|
350
|
+
| ExplanationOfBenefit_Procedure | BackboneElement → Element |
|
|
351
|
+
| ExplanationOfBenefit_ProcessNote | BackboneElement → Element |
|
|
352
|
+
| ExplanationOfBenefit_Related | BackboneElement → Element |
|
|
353
|
+
| ExplanationOfBenefit_SubDetail | BackboneElement → Element |
|
|
354
|
+
| FamilyMemberHistory_Condition | BackboneElement → Element |
|
|
355
|
+
| Goal_Target | BackboneElement → Element |
|
|
356
|
+
| GraphDefinition_Compartment | BackboneElement → Element |
|
|
357
|
+
| GraphDefinition_Link | BackboneElement → Element |
|
|
358
|
+
| GraphDefinition_Target | BackboneElement → Element |
|
|
359
|
+
| Group_Characteristic | BackboneElement → Element |
|
|
360
|
+
| Group_Member | BackboneElement → Element |
|
|
361
|
+
| HealthcareService_AvailableTime | BackboneElement → Element |
|
|
362
|
+
| HealthcareService_NotAvailable | BackboneElement → Element |
|
|
363
|
+
| ImagingStudy_Instance | BackboneElement → Element |
|
|
364
|
+
| ImagingStudy_Series | BackboneElement → Element |
|
|
365
|
+
| ImmunizationRecommendation_DateCriterion | BackboneElement → Element |
|
|
366
|
+
| ImmunizationRecommendation_Protocol | BackboneElement → Element |
|
|
367
|
+
| ImmunizationRecommendation_Recommendation | BackboneElement → Element |
|
|
368
|
+
| Immunization_Explanation | BackboneElement → Element |
|
|
369
|
+
| Immunization_Practitioner | BackboneElement → Element |
|
|
370
|
+
| Immunization_Reaction | BackboneElement → Element |
|
|
371
|
+
| Immunization_VaccinationProtocol | BackboneElement → Element |
|
|
372
|
+
| ImplementationGuide_Dependency | BackboneElement → Element |
|
|
373
|
+
| ImplementationGuide_Global | BackboneElement → Element |
|
|
374
|
+
| ImplementationGuide_Package | BackboneElement → Element |
|
|
375
|
+
| ImplementationGuide_Page | BackboneElement → Element |
|
|
376
|
+
| ImplementationGuide_Resource | BackboneElement → Element |
|
|
377
|
+
| Linkage_Item | BackboneElement → Element |
|
|
378
|
+
| List_Entry | BackboneElement → Element |
|
|
379
|
+
| Location_Position | BackboneElement → Element |
|
|
380
|
+
| MeasureReport_Group | BackboneElement → Element |
|
|
381
|
+
| MeasureReport_Population | BackboneElement → Element |
|
|
382
|
+
| MeasureReport_Population1 | BackboneElement → Element |
|
|
383
|
+
| MeasureReport_Stratifier | BackboneElement → Element |
|
|
384
|
+
| MeasureReport_Stratum | BackboneElement → Element |
|
|
385
|
+
| Measure_Group | BackboneElement → Element |
|
|
386
|
+
| Measure_Population | BackboneElement → Element |
|
|
387
|
+
| Measure_Stratifier | BackboneElement → Element |
|
|
388
|
+
| Measure_SupplementalData | BackboneElement → Element |
|
|
389
|
+
| MedicationAdministration_Dosage | BackboneElement → Element |
|
|
390
|
+
| MedicationAdministration_Performer | BackboneElement → Element |
|
|
391
|
+
| MedicationDispense_Performer | BackboneElement → Element |
|
|
392
|
+
| MedicationDispense_Substitution | BackboneElement → Element |
|
|
393
|
+
| MedicationRequest_DispenseRequest | BackboneElement → Element |
|
|
394
|
+
| MedicationRequest_Requester | BackboneElement → Element |
|
|
395
|
+
| MedicationRequest_Substitution | BackboneElement → Element |
|
|
396
|
+
| Medication_Batch | BackboneElement → Element |
|
|
397
|
+
| Medication_Content | BackboneElement → Element |
|
|
398
|
+
| Medication_Ingredient | BackboneElement → Element |
|
|
399
|
+
| Medication_Package | BackboneElement → Element |
|
|
400
|
+
| MessageDefinition_AllowedResponse | BackboneElement → Element |
|
|
401
|
+
| MessageDefinition_Focus | BackboneElement → Element |
|
|
402
|
+
| MessageHeader_Destination | BackboneElement → Element |
|
|
403
|
+
| MessageHeader_Response | BackboneElement → Element |
|
|
404
|
+
| MessageHeader_Source | BackboneElement → Element |
|
|
405
|
+
| MolecularSequence_Quality | BackboneElement → Element |
|
|
406
|
+
| MolecularSequence_ReferenceSeq | BackboneElement → Element |
|
|
407
|
+
| MolecularSequence_Repository | BackboneElement → Element |
|
|
408
|
+
| MolecularSequence_Variant | BackboneElement → Element |
|
|
409
|
+
| NamingSystem_UniqueId | BackboneElement → Element |
|
|
410
|
+
| NutritionOrder_Administration | BackboneElement → Element |
|
|
411
|
+
| NutritionOrder_EnteralFormula | BackboneElement → Element |
|
|
412
|
+
| NutritionOrder_Nutrient | BackboneElement → Element |
|
|
413
|
+
| NutritionOrder_OralDiet | BackboneElement → Element |
|
|
414
|
+
| NutritionOrder_Supplement | BackboneElement → Element |
|
|
415
|
+
| NutritionOrder_Texture | BackboneElement → Element |
|
|
416
|
+
| Observation_Component | BackboneElement → Element |
|
|
417
|
+
| Observation_ReferenceRange | BackboneElement → Element |
|
|
418
|
+
| Observation_Related | BackboneElement → Element |
|
|
419
|
+
| OperationDefinition_Binding | BackboneElement → Element |
|
|
420
|
+
| OperationDefinition_Overload | BackboneElement → Element |
|
|
421
|
+
| OperationDefinition_Parameter | BackboneElement → Element |
|
|
422
|
+
| OperationOutcome_Issue | BackboneElement → Element |
|
|
423
|
+
| Organization_Contact | BackboneElement → Element |
|
|
424
|
+
| Parameters_Parameter | BackboneElement → Element |
|
|
425
|
+
| Patient_Animal | BackboneElement → Element |
|
|
426
|
+
| Patient_Communication | BackboneElement → Element |
|
|
427
|
+
| Patient_Contact | BackboneElement → Element |
|
|
428
|
+
| Patient_Link | BackboneElement → Element |
|
|
429
|
+
| PaymentReconciliation_Detail | BackboneElement → Element |
|
|
430
|
+
| PaymentReconciliation_ProcessNote | BackboneElement → Element |
|
|
431
|
+
| Person_Link | BackboneElement → Element |
|
|
432
|
+
| PlanDefinition_Action | BackboneElement → Element |
|
|
433
|
+
| PlanDefinition_Condition | BackboneElement → Element |
|
|
434
|
+
| PlanDefinition_DynamicValue | BackboneElement → Element |
|
|
435
|
+
| PlanDefinition_Goal | BackboneElement → Element |
|
|
436
|
+
| PlanDefinition_Participant | BackboneElement → Element |
|
|
437
|
+
| PlanDefinition_RelatedAction | BackboneElement → Element |
|
|
438
|
+
| PlanDefinition_Target | BackboneElement → Element |
|
|
439
|
+
| PractitionerRole_AvailableTime | BackboneElement → Element |
|
|
440
|
+
| PractitionerRole_NotAvailable | BackboneElement → Element |
|
|
441
|
+
| Practitioner_Qualification | BackboneElement → Element |
|
|
442
|
+
| Procedure_FocalDevice | BackboneElement → Element |
|
|
443
|
+
| Procedure_Performer | BackboneElement → Element |
|
|
444
|
+
| Provenance_Agent | BackboneElement → Element |
|
|
445
|
+
| Provenance_Entity | BackboneElement → Element |
|
|
446
|
+
| QuestionnaireResponse_Answer | BackboneElement → Element |
|
|
447
|
+
| QuestionnaireResponse_Item | BackboneElement → Element |
|
|
448
|
+
| Questionnaire_EnableWhen | BackboneElement → Element |
|
|
449
|
+
| Questionnaire_Item | BackboneElement → Element |
|
|
450
|
+
| Questionnaire_Option | BackboneElement → Element |
|
|
451
|
+
| RequestGroup_Action | BackboneElement → Element |
|
|
452
|
+
| RequestGroup_Condition | BackboneElement → Element |
|
|
453
|
+
| RequestGroup_RelatedAction | BackboneElement → Element |
|
|
454
|
+
| ResearchStudy_Arm | BackboneElement → Element |
|
|
455
|
+
| RiskAssessment_Prediction | BackboneElement → Element |
|
|
456
|
+
| SearchParameter_Component | BackboneElement → Element |
|
|
457
|
+
| Specimen_Collection | BackboneElement → Element |
|
|
458
|
+
| Specimen_Container | BackboneElement → Element |
|
|
459
|
+
| Specimen_Processing | BackboneElement → Element |
|
|
460
|
+
| StructureDefinition_Differential | BackboneElement → Element |
|
|
461
|
+
| StructureDefinition_Mapping | BackboneElement → Element |
|
|
462
|
+
| StructureDefinition_Snapshot | BackboneElement → Element |
|
|
463
|
+
| StructureMap_Dependent | BackboneElement → Element |
|
|
464
|
+
| StructureMap_Group | BackboneElement → Element |
|
|
465
|
+
| StructureMap_Input | BackboneElement → Element |
|
|
466
|
+
| StructureMap_Parameter | BackboneElement → Element |
|
|
467
|
+
| StructureMap_Rule | BackboneElement → Element |
|
|
468
|
+
| StructureMap_Source | BackboneElement → Element |
|
|
469
|
+
| StructureMap_Structure | BackboneElement → Element |
|
|
470
|
+
| StructureMap_Target | BackboneElement → Element |
|
|
471
|
+
| Subscription_Channel | BackboneElement → Element |
|
|
472
|
+
| Substance_Ingredient | BackboneElement → Element |
|
|
473
|
+
| Substance_Instance | BackboneElement → Element |
|
|
474
|
+
| SupplyDelivery_SuppliedItem | BackboneElement → Element |
|
|
475
|
+
| SupplyRequest_OrderedItem | BackboneElement → Element |
|
|
476
|
+
| SupplyRequest_Requester | BackboneElement → Element |
|
|
477
|
+
| Task_Input | BackboneElement → Element |
|
|
478
|
+
| Task_Output | BackboneElement → Element |
|
|
479
|
+
| Task_Requester | BackboneElement → Element |
|
|
480
|
+
| Task_Restriction | BackboneElement → Element |
|
|
481
|
+
| TestReport_Action | BackboneElement → Element |
|
|
482
|
+
| TestReport_Action1 | BackboneElement → Element |
|
|
483
|
+
| TestReport_Action2 | BackboneElement → Element |
|
|
484
|
+
| TestReport_Assert | BackboneElement → Element |
|
|
485
|
+
| TestReport_Operation | BackboneElement → Element |
|
|
486
|
+
| TestReport_Participant | BackboneElement → Element |
|
|
487
|
+
| TestReport_Setup | BackboneElement → Element |
|
|
488
|
+
| TestReport_Teardown | BackboneElement → Element |
|
|
489
|
+
| TestReport_Test | BackboneElement → Element |
|
|
490
|
+
| TestScript_Action | BackboneElement → Element |
|
|
491
|
+
| TestScript_Action1 | BackboneElement → Element |
|
|
492
|
+
| TestScript_Action2 | BackboneElement → Element |
|
|
493
|
+
| TestScript_Assert | BackboneElement → Element |
|
|
494
|
+
| TestScript_Capability | BackboneElement → Element |
|
|
495
|
+
| TestScript_Destination | BackboneElement → Element |
|
|
496
|
+
| TestScript_Fixture | BackboneElement → Element |
|
|
497
|
+
| TestScript_Link | BackboneElement → Element |
|
|
498
|
+
| TestScript_Metadata | BackboneElement → Element |
|
|
499
|
+
| TestScript_Operation | BackboneElement → Element |
|
|
500
|
+
| TestScript_Origin | BackboneElement → Element |
|
|
501
|
+
| TestScript_Param | BackboneElement → Element |
|
|
502
|
+
| TestScript_Param1 | BackboneElement → Element |
|
|
503
|
+
| TestScript_Param2 | BackboneElement → Element |
|
|
504
|
+
| TestScript_Param3 | BackboneElement → Element |
|
|
505
|
+
| TestScript_RequestHeader | BackboneElement → Element |
|
|
506
|
+
| TestScript_Rule | BackboneElement → Element |
|
|
507
|
+
| TestScript_Rule1 | BackboneElement → Element |
|
|
508
|
+
| TestScript_Rule2 | BackboneElement → Element |
|
|
509
|
+
| TestScript_Rule3 | BackboneElement → Element |
|
|
510
|
+
| TestScript_Ruleset | BackboneElement → Element |
|
|
511
|
+
| TestScript_Ruleset1 | BackboneElement → Element |
|
|
512
|
+
| TestScript_Setup | BackboneElement → Element |
|
|
513
|
+
| TestScript_Teardown | BackboneElement → Element |
|
|
514
|
+
| TestScript_Test | BackboneElement → Element |
|
|
515
|
+
| TestScript_Variable | BackboneElement → Element |
|
|
516
|
+
| Timing | BackboneElement → Element |
|
|
517
|
+
| Timing_Repeat | BackboneElement → Element |
|
|
518
|
+
| ValueSet_Compose | BackboneElement → Element |
|
|
519
|
+
| ValueSet_Concept | BackboneElement → Element |
|
|
520
|
+
| ValueSet_Contains | BackboneElement → Element |
|
|
521
|
+
| ValueSet_Designation | BackboneElement → Element |
|
|
522
|
+
| ValueSet_Expansion | BackboneElement → Element |
|
|
523
|
+
| ValueSet_Filter | BackboneElement → Element |
|
|
524
|
+
| ValueSet_Include | BackboneElement → Element |
|
|
525
|
+
| ValueSet_Parameter | BackboneElement → Element |
|
|
526
|
+
| VisionPrescription_Dispense | BackboneElement → Element |
|
|
527
|
+
|
|
528
|
+
## Removed/deprecated (R3)
|
|
529
|
+
|
|
530
|
+
The following types were **removed in FHIR R4** (see [R3→R4 diff](https://hl7.org/fhir/R4/diff.html)). They are no longer in this package. The R4 diff also lists BodySite, EligibilityRequest, EligibilityResponse, and Sequence as removed; those were **renamed** (to BodyStructure, CoverageEligibilityRequest/Response, MolecularSequence) and are already reflected in the renames above.
|
|
531
|
+
|
|
532
|
+
| Type | Former inheritance (R3) |
|
|
533
|
+
|------|--------------------------|
|
|
534
|
+
| DataElement | DomainResource → Resource |
|
|
535
|
+
| DataElement_Mapping | BackboneElement → Element |
|
|
536
|
+
| DeviceComponent | DomainResource → Resource |
|
|
537
|
+
| DeviceComponent_ProductionSpecification | BackboneElement → Element |
|
|
538
|
+
| ExpansionProfile | DomainResource → Resource |
|
|
539
|
+
| ExpansionProfile_Designation | BackboneElement → Element |
|
|
540
|
+
| ExpansionProfile_Designation1 | BackboneElement → Element |
|
|
541
|
+
| ExpansionProfile_Designation2 | BackboneElement → Element |
|
|
542
|
+
| ExpansionProfile_Exclude | BackboneElement → Element |
|
|
543
|
+
| ExpansionProfile_ExcludedSystem | BackboneElement → Element |
|
|
544
|
+
| ExpansionProfile_FixedVersion | BackboneElement → Element |
|
|
545
|
+
| ExpansionProfile_Include | BackboneElement → Element |
|
|
546
|
+
| ImagingManifest | DomainResource → Resource |
|
|
547
|
+
| ImagingManifest_Instance | BackboneElement → Element |
|
|
548
|
+
| ImagingManifest_Series | BackboneElement → Element |
|
|
549
|
+
| ImagingManifest_Study | BackboneElement → Element |
|
|
550
|
+
| ProcedureRequest | DomainResource → Resource (replaced by **ServiceRequest**) |
|
|
551
|
+
| ProcedureRequest_Requester | BackboneElement → Element |
|
|
552
|
+
| ProcessRequest | DomainResource → Resource |
|
|
553
|
+
| ProcessRequest_Item | BackboneElement → Element |
|
|
554
|
+
| ProcessResponse | DomainResource → Resource |
|
|
555
|
+
| ProcessResponse_ProcessNote | BackboneElement → Element |
|
|
556
|
+
| ReferralRequest | DomainResource → Resource (replaced by **ServiceRequest**) |
|
|
557
|
+
| ReferralRequest_Requester | BackboneElement → Element |
|
|
558
|
+
| ServiceDefinition | DomainResource → Resource |
|
package/lib/account.d.ts
CHANGED
|
@@ -6,32 +6,53 @@ import type { Identifier } from "./identifier";
|
|
|
6
6
|
import type { Money } from "./money";
|
|
7
7
|
import type { Period } from "./period";
|
|
8
8
|
import type { Reference } from "./reference";
|
|
9
|
+
/** Account status: active | inactive | entered-in-error | on-hold | unknown (AccountStatus, required in R4). */
|
|
10
|
+
export declare const ACCOUNT_STATUS: {
|
|
11
|
+
/** Active: account is available for use. */
|
|
12
|
+
readonly ACTIVE: "active";
|
|
13
|
+
/** Inactive: account is not currently used. */
|
|
14
|
+
readonly INACTIVE: "inactive";
|
|
15
|
+
/** Entered in error: this record should not have been created. */
|
|
16
|
+
readonly ENTERED_IN_ERROR: "entered-in-error";
|
|
17
|
+
/** On hold: account is temporarily suspended. */
|
|
18
|
+
readonly ON_HOLD: "on-hold";
|
|
19
|
+
/** Unknown: status is not known. */
|
|
20
|
+
readonly UNKNOWN: "unknown";
|
|
21
|
+
};
|
|
22
|
+
export type AccountStatus = (typeof ACCOUNT_STATUS)[keyof typeof ACCOUNT_STATUS];
|
|
9
23
|
export interface Account extends DomainResource {
|
|
10
24
|
/** This is a Account resource */
|
|
11
25
|
resourceType: "Account";
|
|
12
|
-
/** Unique identifier used to reference the account.
|
|
26
|
+
/** Unique identifier used to reference the account (account number). May or may not be intended for human use. */
|
|
13
27
|
identifier?: Array<Identifier>;
|
|
14
|
-
/** Indicates whether the account is presently used/usable or not. */
|
|
15
|
-
status
|
|
16
|
-
/** Categorizes the account for reporting and searching purposes. */
|
|
28
|
+
/** Indicates whether the account is presently used/usable or not (required in R4). */
|
|
29
|
+
status: AccountStatus;
|
|
30
|
+
/** Categorizes the account for reporting and searching purposes (e.g. patient, expense, depreciation). */
|
|
17
31
|
type?: CodeableConcept;
|
|
18
|
-
/**
|
|
32
|
+
/** Human-readable label for the account. */
|
|
19
33
|
name?: string;
|
|
20
|
-
/**
|
|
21
|
-
subject?: Reference
|
|
22
|
-
/**
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
This period may be different to the coveragePeriod which is the duration of time that services may occur. */
|
|
26
|
-
active?: Period;
|
|
27
|
-
/** Represents the sum of all credits less all debits associated with the account. Might be positive, zero or negative. */
|
|
28
|
-
balance?: Money;
|
|
29
|
-
/** The party(s) that are responsible for covering the payment of this account, and what order should they be applied to the account. */
|
|
34
|
+
/** The entity that caused the expenses (Patient, Device, Practitioner, etc.). */
|
|
35
|
+
subject?: Array<Reference>;
|
|
36
|
+
/** Transaction window: date range of services associated with this account (R4: renamed from period). */
|
|
37
|
+
servicePeriod?: Period;
|
|
38
|
+
/** The party(s) that are responsible for covering the payment of this account, and what order they should be applied. */
|
|
30
39
|
coverage?: Array<Account_Coverage>;
|
|
31
|
-
/**
|
|
40
|
+
/** Entity managing the account (e.g. service area, hospital, department). */
|
|
32
41
|
owner?: Reference;
|
|
33
|
-
/**
|
|
42
|
+
/** Explanation of purpose/use of the account. */
|
|
34
43
|
description?: string;
|
|
35
44
|
/** Parties financially responsible for the account. */
|
|
36
45
|
guarantor?: Array<Account_Guarantor>;
|
|
46
|
+
/** Reference to a parent Account. */
|
|
47
|
+
partOf?: Reference;
|
|
48
|
+
/**
|
|
49
|
+
* Indicates the period over which the account is allowed to have transactions posted to it.
|
|
50
|
+
* @deprecated Removed in R4; use servicePeriod for transaction window. Retained for backward compatibility.
|
|
51
|
+
*/
|
|
52
|
+
active?: Period;
|
|
53
|
+
/**
|
|
54
|
+
* Represents the sum of all credits less all debits associated with the account.
|
|
55
|
+
* @deprecated Removed in R4 (balance expressed via operations/ChargeItem). Retained for backward compatibility.
|
|
56
|
+
*/
|
|
57
|
+
balance?: Money;
|
|
37
58
|
}
|