@openhi/types 0.0.9 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fhir-r4-types.md +558 -0
- package/lib/account.d.ts +38 -17
- package/lib/account.js +17 -1
- package/lib/account_coverage.d.ts +2 -4
- package/lib/account_coverage.js +1 -1
- package/lib/account_guarantor.js +1 -1
- package/lib/activitydefinition.d.ts +83 -45
- package/lib/activitydefinition.js +1 -1
- package/lib/activitydefinition_dynamicvalue.d.ts +5 -8
- package/lib/activitydefinition_dynamicvalue.js +1 -1
- package/lib/activitydefinition_participant.d.ts +15 -3
- package/lib/activitydefinition_participant.js +15 -1
- package/lib/address.d.ts +35 -11
- package/lib/address.js +26 -1
- package/lib/adverseevent.d.ts +59 -22
- package/lib/adverseevent.js +16 -1
- package/lib/adverseevent_suspectentity.d.ts +4 -14
- package/lib/adverseevent_suspectentity.js +1 -1
- package/lib/adverseevent_suspectentity_causality.d.ts +14 -0
- package/lib/adverseevent_suspectentity_causality.js +3 -0
- package/lib/age.d.ts +3 -2
- package/lib/age.js +1 -1
- package/lib/allergyintolerance.d.ts +63 -9
- package/lib/allergyintolerance.js +51 -1
- package/lib/allergyintolerance_reaction.d.ts +11 -1
- package/lib/allergyintolerance_reaction.js +13 -1
- package/lib/annotation.d.ts +5 -5
- package/lib/annotation.js +1 -1
- package/lib/appointment.d.ts +38 -10
- package/lib/appointment.js +27 -1
- package/lib/appointment_participant.d.ts +31 -6
- package/lib/appointment_participant.js +24 -1
- package/lib/appointmentresponse.d.ts +22 -8
- package/lib/appointmentresponse.js +17 -1
- package/lib/attachment.d.ts +1 -1
- package/lib/attachment.js +1 -1
- package/lib/auditevent.d.ts +43 -13
- package/lib/auditevent.js +28 -1
- package/lib/auditevent_agent.d.ts +16 -12
- package/lib/auditevent_agent.js +1 -1
- package/lib/auditevent_detail.d.ts +6 -4
- package/lib/auditevent_detail.js +1 -1
- package/lib/auditevent_entity.d.ts +15 -12
- package/lib/auditevent_entity.js +1 -1
- package/lib/auditevent_network.d.ts +18 -3
- package/lib/auditevent_network.js +17 -1
- package/lib/auditevent_source.d.ts +6 -5
- package/lib/auditevent_source.js +1 -1
- package/lib/backboneelement.d.ts +2 -1
- package/lib/backboneelement.js +1 -1
- package/lib/basic.d.ts +6 -5
- package/lib/basic.js +1 -1
- package/lib/binary.d.ts +5 -4
- package/lib/binary.js +1 -1
- package/lib/biologicallyderivedproduct.d.ts +54 -0
- package/lib/biologicallyderivedproduct.js +26 -0
- package/lib/bodystructure.d.ts +26 -0
- package/lib/bodystructure.js +3 -0
- package/lib/bundle.d.ts +32 -7
- package/lib/bundle.js +25 -1
- package/lib/bundle_entry.d.ts +6 -7
- package/lib/bundle_entry.js +1 -1
- package/lib/bundle_link.d.ts +4 -3
- package/lib/bundle_link.js +1 -1
- package/lib/bundle_request.d.ts +25 -8
- package/lib/bundle_request.js +19 -1
- package/lib/bundle_response.d.ts +7 -6
- package/lib/bundle_response.js +1 -1
- package/lib/bundle_search.d.ts +14 -3
- package/lib/bundle_search.js +13 -1
- package/lib/capabilitystatement.d.ts +35 -15
- package/lib/capabilitystatement.js +24 -1
- package/lib/capabilitystatement_certificate.d.ts +3 -2
- package/lib/capabilitystatement_certificate.js +1 -1
- package/lib/capabilitystatement_document.d.ts +13 -5
- package/lib/capabilitystatement_document.js +11 -1
- package/lib/capabilitystatement_endpoint.d.ts +4 -3
- package/lib/capabilitystatement_endpoint.js +1 -1
- package/lib/capabilitystatement_event.d.ts +28 -9
- package/lib/capabilitystatement_event.js +20 -1
- package/lib/capabilitystatement_implementation.d.ts +7 -3
- package/lib/capabilitystatement_implementation.js +1 -1
- package/lib/capabilitystatement_interaction.d.ts +26 -3
- package/lib/capabilitystatement_interaction.js +25 -1
- package/lib/capabilitystatement_interaction1.d.ts +16 -3
- package/lib/capabilitystatement_interaction1.js +15 -1
- package/lib/capabilitystatement_messaging.d.ts +6 -2
- package/lib/capabilitystatement_messaging.js +1 -1
- package/lib/capabilitystatement_operation.d.ts +7 -5
- package/lib/capabilitystatement_operation.js +1 -1
- package/lib/capabilitystatement_resource.d.ts +63 -12
- package/lib/capabilitystatement_resource.js +46 -1
- package/lib/capabilitystatement_rest.d.ts +18 -9
- package/lib/capabilitystatement_rest.js +11 -1
- package/lib/capabilitystatement_searchparam.d.ts +29 -6
- package/lib/capabilitystatement_searchparam.js +25 -1
- package/lib/capabilitystatement_security.d.ts +5 -4
- package/lib/capabilitystatement_security.js +1 -1
- package/lib/capabilitystatement_software.d.ts +5 -4
- package/lib/capabilitystatement_software.js +1 -1
- package/lib/capabilitystatement_supportedmessage.d.ts +12 -5
- package/lib/capabilitystatement_supportedmessage.js +11 -1
- package/lib/careplan.d.ts +66 -24
- package/lib/careplan.js +36 -1
- package/lib/careplan_activity.d.ts +9 -5
- package/lib/careplan_activity.js +1 -1
- package/lib/careplan_detail.d.ts +49 -21
- package/lib/careplan_detail.js +25 -1
- package/lib/careteam.d.ts +31 -14
- package/lib/careteam.js +17 -1
- package/lib/careteam_participant.d.ts +5 -5
- package/lib/careteam_participant.js +1 -1
- package/lib/catalogentry.d.ts +37 -0
- package/lib/catalogentry.js +3 -0
- package/lib/catalogentry_relatedentry.d.ts +16 -0
- package/lib/catalogentry_relatedentry.js +13 -0
- package/lib/chargeitem.d.ts +56 -30
- package/lib/chargeitem.js +21 -1
- package/lib/chargeitem_performer.d.ts +9 -0
- package/lib/chargeitem_performer.js +3 -0
- package/lib/chargeitemdefinition.d.ts +60 -0
- package/lib/chargeitemdefinition.js +3 -0
- package/lib/chargeitemdefinition_applicability.d.ts +9 -0
- package/lib/chargeitemdefinition_applicability.js +3 -0
- package/lib/chargeitemdefinition_propertygroup.d.ts +9 -0
- package/lib/chargeitemdefinition_propertygroup.js +3 -0
- package/lib/chargeitemdefinition_propertygroup_pricecomponent.d.ts +30 -0
- package/lib/chargeitemdefinition_propertygroup_pricecomponent.js +21 -0
- package/lib/claim.d.ts +29 -21
- package/lib/claim.js +13 -1
- package/lib/claim_accident.d.ts +5 -5
- package/lib/claim_accident.js +1 -1
- package/lib/claim_careteam.d.ts +6 -6
- package/lib/claim_careteam.js +1 -1
- package/lib/claim_detail.d.ts +14 -14
- package/lib/claim_detail.js +1 -1
- package/lib/claim_diagnosis.d.ts +8 -6
- package/lib/claim_diagnosis.js +1 -1
- package/lib/claim_insurance.d.ts +11 -8
- package/lib/claim_insurance.js +1 -1
- package/lib/claim_item.d.ts +29 -29
- package/lib/claim_item.js +1 -1
- package/lib/claim_payee.d.ts +2 -5
- package/lib/claim_payee.js +1 -1
- package/lib/claim_procedure.d.ts +9 -5
- package/lib/claim_procedure.js +1 -1
- package/lib/claim_related.d.ts +3 -3
- package/lib/claim_related.js +1 -1
- package/lib/claim_subdetail.d.ts +13 -13
- package/lib/claim_subdetail.js +1 -1
- package/lib/claim_supportinginfo.d.ts +30 -0
- package/lib/claim_supportinginfo.js +3 -0
- package/lib/claimresponse.d.ts +72 -35
- package/lib/claimresponse.js +26 -1
- package/lib/claimresponse_additem.d.ts +43 -15
- package/lib/claimresponse_additem.js +1 -1
- package/lib/claimresponse_adjudication.d.ts +4 -4
- package/lib/claimresponse_adjudication.js +1 -1
- package/lib/claimresponse_detail.d.ts +6 -6
- package/lib/claimresponse_detail.js +1 -1
- package/lib/claimresponse_detail1.d.ts +17 -12
- package/lib/claimresponse_detail1.js +1 -1
- package/lib/claimresponse_error.d.ts +7 -7
- package/lib/claimresponse_error.js +1 -1
- package/lib/claimresponse_insurance.d.ts +8 -9
- package/lib/claimresponse_insurance.js +1 -1
- package/lib/claimresponse_item.d.ts +7 -6
- package/lib/claimresponse_item.js +1 -1
- package/lib/claimresponse_payment.d.ts +8 -8
- package/lib/claimresponse_payment.js +1 -1
- package/lib/claimresponse_processnote.d.ts +5 -5
- package/lib/claimresponse_processnote.js +1 -1
- package/lib/claimresponse_subdetail.d.ts +4 -4
- package/lib/claimresponse_subdetail.js +1 -1
- package/lib/claimresponse_total.d.ts +9 -0
- package/lib/claimresponse_total.js +3 -0
- package/lib/clinicalimpression.d.ts +33 -19
- package/lib/clinicalimpression.js +15 -1
- package/lib/clinicalimpression_finding.d.ts +3 -3
- package/lib/clinicalimpression_finding.js +1 -1
- package/lib/clinicalimpression_investigation.d.ts +2 -2
- package/lib/clinicalimpression_investigation.js +1 -1
- package/lib/codeableconcept.js +1 -1
- package/lib/codesystem.d.ts +36 -7
- package/lib/codesystem.js +28 -1
- package/lib/codesystem_concept.d.ts +6 -6
- package/lib/codesystem_concept.js +1 -1
- package/lib/codesystem_designation.d.ts +4 -4
- package/lib/codesystem_designation.js +1 -1
- package/lib/codesystem_filter.d.ts +7 -7
- package/lib/codesystem_filter.js +1 -1
- package/lib/codesystem_property.d.ts +24 -6
- package/lib/codesystem_property.js +21 -1
- package/lib/codesystem_property1.d.ts +10 -8
- package/lib/codesystem_property1.js +1 -1
- package/lib/coding.d.ts +5 -5
- package/lib/coding.js +1 -1
- package/lib/communication.d.ts +50 -14
- package/lib/communication.js +32 -1
- package/lib/communication_payload.d.ts +3 -3
- package/lib/communication_payload.js +1 -1
- package/lib/communicationrequest.d.ts +45 -13
- package/lib/communicationrequest.js +31 -1
- package/lib/communicationrequest_payload.d.ts +3 -3
- package/lib/communicationrequest_payload.js +1 -1
- package/lib/communicationrequest_requester.js +1 -1
- package/lib/compartmentdefinition.d.ts +27 -15
- package/lib/compartmentdefinition.js +17 -1
- package/lib/compartmentdefinition_resource.d.ts +3 -3
- package/lib/compartmentdefinition_resource.js +1 -1
- package/lib/composition.d.ts +28 -16
- package/lib/composition.js +15 -1
- package/lib/composition_attester.d.ts +16 -4
- package/lib/composition_attester.js +15 -1
- package/lib/composition_event.d.ts +3 -3
- package/lib/composition_event.js +1 -1
- package/lib/composition_relatesto.d.ts +16 -4
- package/lib/composition_relatesto.js +15 -1
- package/lib/composition_section.d.ts +14 -9
- package/lib/composition_section.js +1 -1
- package/lib/conceptmap.d.ts +23 -23
- package/lib/conceptmap.js +1 -1
- package/lib/conceptmap_dependson.d.ts +6 -6
- package/lib/conceptmap_dependson.js +1 -1
- package/lib/conceptmap_element.d.ts +3 -3
- package/lib/conceptmap_element.js +1 -1
- package/lib/conceptmap_group.d.ts +6 -6
- package/lib/conceptmap_group.js +1 -1
- package/lib/conceptmap_target.d.ts +26 -2
- package/lib/conceptmap_target.js +27 -1
- package/lib/conceptmap_unmapped.d.ts +12 -2
- package/lib/conceptmap_unmapped.js +13 -1
- package/lib/condition.d.ts +43 -9
- package/lib/condition.js +36 -1
- package/lib/condition_evidence.js +1 -1
- package/lib/condition_stage.d.ts +4 -2
- package/lib/condition_stage.js +1 -1
- package/lib/consent.d.ts +40 -39
- package/lib/consent.js +19 -1
- package/lib/consent_actor.d.ts +2 -2
- package/lib/consent_actor.js +1 -1
- package/lib/consent_actor1.d.ts +2 -2
- package/lib/consent_actor1.js +1 -1
- package/lib/consent_data.d.ts +4 -3
- package/lib/consent_data.js +1 -1
- package/lib/consent_data1.d.ts +3 -2
- package/lib/consent_data1.js +1 -1
- package/lib/consent_except.d.ts +22 -12
- package/lib/consent_except.js +11 -1
- package/lib/consent_policy.d.ts +2 -2
- package/lib/consent_policy.js +1 -1
- package/lib/consent_provision.d.ts +38 -0
- package/lib/consent_provision.js +13 -0
- package/lib/consent_verification.d.ts +10 -0
- package/lib/consent_verification.js +3 -0
- package/lib/constants.d.ts +102 -0
- package/lib/constants.js +94 -0
- package/lib/contactdetail.d.ts +2 -2
- package/lib/contactdetail.js +1 -1
- package/lib/contactpoint.d.ts +35 -3
- package/lib/contactpoint.js +34 -1
- package/lib/contract.d.ts +67 -32
- package/lib/contract.js +1 -1
- package/lib/contract_agent.d.ts +2 -2
- package/lib/contract_agent.js +1 -1
- package/lib/contract_agent1.d.ts +2 -2
- package/lib/contract_agent1.js +1 -1
- package/lib/contract_contentdefinition.d.ts +17 -0
- package/lib/contract_contentdefinition.js +3 -0
- package/lib/contract_friendly.d.ts +2 -2
- package/lib/contract_friendly.js +1 -1
- package/lib/contract_legal.d.ts +2 -2
- package/lib/contract_legal.js +1 -1
- package/lib/contract_rule.d.ts +2 -2
- package/lib/contract_rule.js +1 -1
- package/lib/contract_signer.d.ts +3 -3
- package/lib/contract_signer.js +1 -1
- package/lib/contract_term.d.ts +9 -7
- package/lib/contract_term.js +1 -1
- package/lib/contract_valueditem.d.ts +14 -2
- package/lib/contract_valueditem.js +1 -1
- package/lib/contract_valueditem1.d.ts +18 -9
- package/lib/contract_valueditem1.js +1 -1
- package/lib/contributor.d.ts +17 -5
- package/lib/contributor.js +15 -1
- package/lib/count.d.ts +3 -2
- package/lib/count.js +1 -1
- package/lib/coverage.d.ts +48 -22
- package/lib/coverage.js +15 -1
- package/lib/coverage_class.d.ts +10 -0
- package/lib/coverage_class.js +3 -0
- package/lib/coverage_costtobeneficiary.d.ts +15 -0
- package/lib/coverage_costtobeneficiary.js +3 -0
- package/lib/coverage_costtobeneficiary_exception.d.ts +9 -0
- package/lib/coverage_costtobeneficiary_exception.js +3 -0
- package/lib/coverage_grouping.d.ts +6 -2
- package/lib/coverage_grouping.js +1 -1
- package/lib/coverageeligibilityrequest.d.ts +58 -0
- package/lib/coverageeligibilityrequest.js +3 -0
- package/lib/coverageeligibilityresponse.d.ts +56 -0
- package/lib/coverageeligibilityresponse.js +3 -0
- package/lib/coverageeligibilityresponse_benefitbalance.d.ts +34 -0
- package/lib/coverageeligibilityresponse_benefitbalance.js +3 -0
- package/lib/coverageeligibilityresponse_error.d.ts +7 -0
- package/lib/coverageeligibilityresponse_error.js +3 -0
- package/lib/coverageeligibilityresponse_financial.d.ts +20 -0
- package/lib/coverageeligibilityresponse_financial.js +3 -0
- package/lib/coverageeligibilityresponse_insurance.d.ts +17 -0
- package/lib/coverageeligibilityresponse_insurance.js +3 -0
- package/lib/datarequirement.d.ts +17 -6
- package/lib/datarequirement.js +1 -1
- package/lib/datarequirement_codefilter.d.ts +7 -13
- package/lib/datarequirement_codefilter.js +1 -1
- package/lib/datarequirement_datefilter.d.ts +6 -4
- package/lib/datarequirement_datefilter.js +1 -1
- package/lib/datarequirement_sort.d.ts +15 -0
- package/lib/datarequirement_sort.js +13 -0
- package/lib/detectedissue.d.ts +47 -11
- package/lib/detectedissue.js +32 -1
- package/lib/detectedissue_evidence.d.ts +10 -0
- package/lib/detectedissue_evidence.js +3 -0
- package/lib/detectedissue_mitigation.d.ts +2 -1
- package/lib/detectedissue_mitigation.js +1 -1
- package/lib/device.d.ts +33 -16
- package/lib/device.js +1 -1
- package/lib/device_udi.d.ts +29 -19
- package/lib/device_udi.js +17 -1
- package/lib/devicedefinition.d.ts +61 -0
- package/lib/devicedefinition.js +3 -0
- package/lib/devicemetric.d.ts +61 -13
- package/lib/devicemetric.js +45 -1
- package/lib/devicemetric_calibration.d.ts +32 -5
- package/lib/devicemetric_calibration.js +26 -1
- package/lib/devicerequest.d.ts +37 -28
- package/lib/devicerequest.js +1 -1
- package/lib/devicerequest_requester.js +1 -1
- package/lib/deviceusestatement.d.ts +40 -16
- package/lib/deviceusestatement.js +19 -1
- package/lib/diagnosticreport.d.ts +55 -26
- package/lib/diagnosticreport.js +27 -1
- package/lib/diagnosticreport_media.d.ts +12 -0
- package/lib/diagnosticreport_media.js +3 -0
- package/lib/diagnosticreport_performer.d.ts +2 -2
- package/lib/diagnosticreport_performer.js +1 -1
- package/lib/distance.d.ts +2 -2
- package/lib/distance.js +1 -1
- package/lib/documentmanifest.d.ts +14 -13
- package/lib/documentmanifest.js +1 -1
- package/lib/documentmanifest_content.d.ts +3 -2
- package/lib/documentmanifest_content.js +1 -1
- package/lib/documentmanifest_related.d.ts +2 -2
- package/lib/documentmanifest_related.js +1 -1
- package/lib/documentreference.d.ts +13 -14
- package/lib/documentreference.js +1 -1
- package/lib/documentreference_content.d.ts +2 -2
- package/lib/documentreference_content.js +1 -1
- package/lib/documentreference_context.d.ts +2 -2
- package/lib/documentreference_context.js +1 -1
- package/lib/documentreference_related.d.ts +2 -2
- package/lib/documentreference_related.js +1 -1
- package/lib/documentreference_relatesto.d.ts +14 -2
- package/lib/documentreference_relatesto.js +15 -1
- package/lib/domainresource.js +1 -1
- package/lib/dosage.d.ts +5 -13
- package/lib/dosage.js +1 -1
- package/lib/dosage_doseandrate.d.ts +20 -0
- package/lib/dosage_doseandrate.js +3 -0
- package/lib/duration.d.ts +3 -2
- package/lib/duration.js +1 -1
- package/lib/effectevidencesynthesis.d.ts +80 -0
- package/lib/effectevidencesynthesis.js +3 -0
- package/lib/element.js +1 -1
- package/lib/elementdefinition.d.ts +14 -1
- package/lib/elementdefinition.js +12 -1
- package/lib/elementdefinition_base.d.ts +6 -6
- package/lib/elementdefinition_base.js +1 -1
- package/lib/elementdefinition_binding.d.ts +15 -6
- package/lib/elementdefinition_binding.js +15 -1
- package/lib/elementdefinition_constraint.d.ts +12 -4
- package/lib/elementdefinition_constraint.js +11 -1
- package/lib/elementdefinition_discriminator.d.ts +17 -3
- package/lib/elementdefinition_discriminator.js +17 -1
- package/lib/elementdefinition_example.d.ts +2 -2
- package/lib/elementdefinition_example.js +1 -1
- package/lib/elementdefinition_mapping.d.ts +2 -2
- package/lib/elementdefinition_mapping.js +1 -1
- package/lib/elementdefinition_slicing.d.ts +11 -1
- package/lib/elementdefinition_slicing.js +13 -1
- package/lib/elementdefinition_type.d.ts +29 -9
- package/lib/elementdefinition_type.js +22 -1
- package/lib/encounter.d.ts +17 -14
- package/lib/encounter.js +1 -1
- package/lib/encounter_classhistory.d.ts +1 -1
- package/lib/encounter_classhistory.js +1 -1
- package/lib/encounter_diagnosis.d.ts +2 -2
- package/lib/encounter_diagnosis.js +1 -1
- package/lib/encounter_hospitalization.d.ts +4 -4
- package/lib/encounter_hospitalization.js +1 -1
- package/lib/encounter_location.d.ts +15 -3
- package/lib/encounter_location.js +15 -1
- package/lib/encounter_participant.d.ts +1 -1
- package/lib/encounter_participant.js +1 -1
- package/lib/encounter_statushistory.d.ts +24 -2
- package/lib/encounter_statushistory.js +25 -1
- package/lib/endpoint.d.ts +29 -13
- package/lib/endpoint.js +19 -1
- package/lib/enrollmentrequest.d.ts +10 -10
- package/lib/enrollmentrequest.js +1 -1
- package/lib/enrollmentresponse.d.ts +10 -11
- package/lib/enrollmentresponse.js +1 -1
- package/lib/episodeofcare.d.ts +13 -12
- package/lib/episodeofcare.js +1 -1
- package/lib/episodeofcare_diagnosis.d.ts +2 -2
- package/lib/episodeofcare_diagnosis.js +1 -1
- package/lib/episodeofcare_statushistory.d.ts +21 -3
- package/lib/episodeofcare_statushistory.js +21 -1
- package/lib/eventdefinition.d.ts +72 -0
- package/lib/eventdefinition.js +3 -0
- package/lib/evidence.d.ts +70 -0
- package/lib/evidence.js +3 -0
- package/lib/evidencevariable.d.ts +78 -0
- package/lib/evidencevariable.js +15 -0
- package/lib/evidencevariable_characteristic.d.ts +58 -0
- package/lib/evidencevariable_characteristic.js +21 -0
- package/lib/examplescenario.d.ts +47 -0
- package/lib/examplescenario.js +3 -0
- package/lib/examplescenario_actor.d.ts +19 -0
- package/lib/examplescenario_actor.js +13 -0
- package/lib/examplescenario_instance.d.ts +17 -0
- package/lib/examplescenario_instance.js +3 -0
- package/lib/examplescenario_instance_containedinstance.d.ts +7 -0
- package/lib/examplescenario_instance_containedinstance.js +3 -0
- package/lib/examplescenario_instance_version.d.ts +7 -0
- package/lib/examplescenario_instance_version.js +3 -0
- package/lib/examplescenario_process.d.ts +54 -0
- package/lib/examplescenario_process.js +3 -0
- package/lib/explanationofbenefit.d.ts +60 -33
- package/lib/explanationofbenefit.js +20 -1
- package/lib/explanationofbenefit_accident.d.ts +4 -4
- package/lib/explanationofbenefit_accident.js +1 -1
- package/lib/explanationofbenefit_additem.d.ts +42 -14
- package/lib/explanationofbenefit_additem.js +1 -1
- package/lib/explanationofbenefit_adjudication.d.ts +4 -4
- package/lib/explanationofbenefit_adjudication.js +1 -1
- package/lib/explanationofbenefit_benefitbalance.d.ts +8 -10
- package/lib/explanationofbenefit_benefitbalance.js +1 -1
- package/lib/explanationofbenefit_careteam.d.ts +6 -6
- package/lib/explanationofbenefit_careteam.js +1 -1
- package/lib/explanationofbenefit_detail.d.ts +16 -18
- package/lib/explanationofbenefit_detail.js +1 -1
- package/lib/explanationofbenefit_detail1.d.ts +14 -11
- package/lib/explanationofbenefit_detail1.js +1 -1
- package/lib/explanationofbenefit_diagnosis.d.ts +8 -6
- package/lib/explanationofbenefit_diagnosis.js +1 -1
- package/lib/explanationofbenefit_financial.d.ts +6 -6
- package/lib/explanationofbenefit_financial.js +1 -1
- package/lib/explanationofbenefit_information.d.ts +13 -11
- package/lib/explanationofbenefit_information.js +1 -1
- package/lib/explanationofbenefit_insurance.d.ts +5 -3
- package/lib/explanationofbenefit_insurance.js +1 -1
- package/lib/explanationofbenefit_item.d.ts +28 -28
- package/lib/explanationofbenefit_item.js +1 -1
- package/lib/explanationofbenefit_payee.d.ts +2 -4
- package/lib/explanationofbenefit_payee.js +1 -1
- package/lib/explanationofbenefit_payment.d.ts +5 -5
- package/lib/explanationofbenefit_payment.js +1 -1
- package/lib/explanationofbenefit_procedure.d.ts +9 -5
- package/lib/explanationofbenefit_procedure.js +1 -1
- package/lib/explanationofbenefit_processnote.d.ts +4 -4
- package/lib/explanationofbenefit_processnote.js +1 -1
- package/lib/explanationofbenefit_related.d.ts +3 -3
- package/lib/explanationofbenefit_related.js +1 -1
- package/lib/explanationofbenefit_subdetail.d.ts +14 -16
- package/lib/explanationofbenefit_subdetail.js +1 -1
- package/lib/explanationofbenefit_total.d.ts +9 -0
- package/lib/explanationofbenefit_total.js +3 -0
- package/lib/expression.d.ts +13 -0
- package/lib/expression.js +3 -0
- package/lib/extension.d.ts +80 -88
- package/lib/extension.js +1 -1
- package/lib/familymemberhistory.d.ts +27 -15
- package/lib/familymemberhistory.js +15 -1
- package/lib/familymemberhistory_condition.d.ts +8 -9
- package/lib/familymemberhistory_condition.js +1 -1
- package/lib/flag.d.ts +11 -10
- package/lib/flag.js +1 -1
- package/lib/goal.d.ts +52 -6
- package/lib/goal.js +46 -1
- package/lib/goal_target.d.ts +9 -0
- package/lib/goal_target.js +1 -1
- package/lib/graphdefinition.d.ts +6 -5
- package/lib/graphdefinition.js +1 -1
- package/lib/graphdefinition_compartment.d.ts +25 -3
- package/lib/graphdefinition_compartment.js +22 -1
- package/lib/graphdefinition_link.d.ts +2 -2
- package/lib/graphdefinition_link.js +1 -1
- package/lib/graphdefinition_target.d.ts +3 -1
- package/lib/graphdefinition_target.js +1 -1
- package/lib/group.d.ts +23 -4
- package/lib/group.js +19 -1
- package/lib/group_characteristic.d.ts +6 -3
- package/lib/group_characteristic.js +1 -1
- package/lib/group_member.d.ts +1 -1
- package/lib/group_member.js +1 -1
- package/lib/guidanceresponse.d.ts +32 -12
- package/lib/guidanceresponse.js +19 -1
- package/lib/healthcareservice.d.ts +6 -5
- package/lib/healthcareservice.js +1 -1
- package/lib/healthcareservice_availabletime.d.ts +19 -1
- package/lib/healthcareservice_availabletime.js +21 -1
- package/lib/healthcareservice_eligibility.d.ts +8 -0
- package/lib/healthcareservice_eligibility.js +3 -0
- package/lib/healthcareservice_notavailable.d.ts +1 -1
- package/lib/healthcareservice_notavailable.js +1 -1
- package/lib/humanname.d.ts +21 -3
- package/lib/humanname.js +21 -1
- package/lib/identifier.d.ts +16 -2
- package/lib/identifier.js +17 -1
- package/lib/imagingstudy.d.ts +18 -14
- package/lib/imagingstudy.js +1 -1
- package/lib/imagingstudy_instance.d.ts +5 -4
- package/lib/imagingstudy_instance.js +1 -1
- package/lib/imagingstudy_series.d.ts +8 -7
- package/lib/imagingstudy_series.js +1 -1
- package/lib/imagingstudy_series_performer.d.ts +9 -0
- package/lib/imagingstudy_series_performer.js +3 -0
- package/lib/immunization.d.ts +44 -18
- package/lib/immunization.js +13 -1
- package/lib/immunization_education.d.ts +11 -0
- package/lib/immunization_education.js +3 -0
- package/lib/immunization_explanation.d.ts +7 -4
- package/lib/immunization_explanation.js +1 -1
- package/lib/immunization_performer.d.ts +9 -0
- package/lib/immunization_performer.js +3 -0
- package/lib/immunization_practitioner.d.ts +3 -3
- package/lib/immunization_practitioner.js +1 -1
- package/lib/immunization_protocolapplied.d.ts +20 -0
- package/lib/immunization_protocolapplied.js +3 -0
- package/lib/immunization_reaction.d.ts +3 -3
- package/lib/immunization_reaction.js +1 -1
- package/lib/immunization_vaccinationprotocol.d.ts +14 -15
- package/lib/immunization_vaccinationprotocol.js +1 -1
- package/lib/immunizationevaluation.d.ts +44 -0
- package/lib/immunizationevaluation.js +11 -0
- package/lib/immunizationrecommendation.d.ts +8 -4
- package/lib/immunizationrecommendation.js +1 -1
- package/lib/immunizationrecommendation_datecriterion.d.ts +3 -3
- package/lib/immunizationrecommendation_datecriterion.js +1 -1
- package/lib/immunizationrecommendation_protocol.d.ts +16 -4
- package/lib/immunizationrecommendation_protocol.js +1 -1
- package/lib/immunizationrecommendation_recommendation.d.ts +22 -13
- package/lib/immunizationrecommendation_recommendation.js +1 -1
- package/lib/implementationguide.d.ts +40 -25
- package/lib/implementationguide.js +1 -1
- package/lib/implementationguide_dependency.d.ts +6 -4
- package/lib/implementationguide_dependency.js +1 -1
- package/lib/implementationguide_global.d.ts +4 -5
- package/lib/implementationguide_global.js +1 -1
- package/lib/implementationguide_package.d.ts +2 -5
- package/lib/implementationguide_package.js +1 -1
- package/lib/implementationguide_page.d.ts +22 -13
- package/lib/implementationguide_page.js +15 -1
- package/lib/implementationguide_resource.d.ts +12 -12
- package/lib/implementationguide_resource.js +1 -1
- package/lib/index.d.ts +118 -40
- package/lib/index.js +119 -41
- package/lib/insuranceplan.d.ts +38 -0
- package/lib/insuranceplan.js +3 -0
- package/lib/invoice.d.ts +56 -0
- package/lib/invoice.js +19 -0
- package/lib/library.d.ts +22 -14
- package/lib/library.js +1 -1
- package/lib/linkage.d.ts +3 -3
- package/lib/linkage.js +1 -1
- package/lib/linkage_item.d.ts +11 -1
- package/lib/linkage_item.js +13 -1
- package/lib/list.d.ts +27 -7
- package/lib/list.js +22 -1
- package/lib/list_entry.d.ts +2 -2
- package/lib/list_entry.js +1 -1
- package/lib/location.d.ts +26 -3
- package/lib/location.js +20 -1
- package/lib/location_hoursofoperation.d.ts +11 -0
- package/lib/location_hoursofoperation.js +3 -0
- package/lib/location_position.d.ts +5 -5
- package/lib/location_position.js +1 -1
- package/lib/marketingstatus.d.ts +16 -0
- package/lib/marketingstatus.js +3 -0
- package/lib/measure.d.ts +30 -20
- package/lib/measure.js +1 -1
- package/lib/measure_group.d.ts +4 -6
- package/lib/measure_group.js +1 -1
- package/lib/measure_population.d.ts +3 -7
- package/lib/measure_population.js +1 -1
- package/lib/measure_stratifier.d.ts +11 -7
- package/lib/measure_stratifier.js +1 -1
- package/lib/measure_stratifier_component.d.ts +11 -0
- package/lib/measure_stratifier_component.js +3 -0
- package/lib/measure_supplementaldata.d.ts +8 -8
- package/lib/measure_supplementaldata.js +1 -1
- package/lib/measurereport.d.ts +49 -16
- package/lib/measurereport.js +31 -1
- package/lib/measurereport_group.d.ts +8 -7
- package/lib/measurereport_group.js +1 -1
- package/lib/measurereport_population.d.ts +4 -7
- package/lib/measurereport_population.js +1 -1
- package/lib/measurereport_population1.d.ts +4 -7
- package/lib/measurereport_population1.js +1 -1
- package/lib/measurereport_stratifier.d.ts +4 -4
- package/lib/measurereport_stratifier.js +1 -1
- package/lib/measurereport_stratum.d.ts +10 -5
- package/lib/measurereport_stratum.js +1 -1
- package/lib/measurereport_stratum_component.d.ts +8 -0
- package/lib/measurereport_stratum_component.js +3 -0
- package/lib/media.d.ts +55 -20
- package/lib/media.js +29 -1
- package/lib/medication.d.ts +34 -12
- package/lib/medication.js +1 -1
- package/lib/medication_batch.d.ts +2 -2
- package/lib/medication_batch.js +1 -1
- package/lib/medication_content.d.ts +3 -3
- package/lib/medication_content.js +1 -1
- package/lib/medication_ingredient.d.ts +2 -2
- package/lib/medication_ingredient.js +1 -1
- package/lib/medication_package.d.ts +3 -3
- package/lib/medication_package.js +1 -1
- package/lib/medicationadministration.d.ts +35 -19
- package/lib/medicationadministration.js +21 -1
- package/lib/medicationadministration_dosage.d.ts +8 -9
- package/lib/medicationadministration_dosage.js +1 -1
- package/lib/medicationadministration_performer.d.ts +5 -3
- package/lib/medicationadministration_performer.js +1 -1
- package/lib/medicationdispense.d.ts +41 -19
- package/lib/medicationdispense.js +25 -1
- package/lib/medicationdispense_performer.d.ts +5 -3
- package/lib/medicationdispense_performer.js +1 -1
- package/lib/medicationdispense_substitution.d.ts +4 -3
- package/lib/medicationdispense_substitution.js +1 -1
- package/lib/medicationknowledge.d.ts +53 -0
- package/lib/medicationknowledge.js +3 -0
- package/lib/medicationrequest.d.ts +101 -32
- package/lib/medicationrequest.js +53 -1
- package/lib/medicationrequest_dispenserequest.d.ts +10 -5
- package/lib/medicationrequest_dispenserequest.js +1 -1
- package/lib/medicationrequest_dispenserequest_initialfill.d.ts +10 -0
- package/lib/medicationrequest_dispenserequest_initialfill.js +3 -0
- package/lib/medicationrequest_requester.d.ts +4 -0
- package/lib/medicationrequest_requester.js +1 -1
- package/lib/medicationrequest_substitution.d.ts +6 -3
- package/lib/medicationrequest_substitution.js +1 -1
- package/lib/medicationstatement.d.ts +42 -24
- package/lib/medicationstatement.js +23 -1
- package/lib/medicinalproduct.d.ts +53 -0
- package/lib/medicinalproduct.js +3 -0
- package/lib/medicinalproduct_manufacturingbusinessoperation.d.ts +19 -0
- package/lib/medicinalproduct_manufacturingbusinessoperation.js +3 -0
- package/lib/medicinalproduct_name.d.ts +12 -0
- package/lib/medicinalproduct_name.js +3 -0
- package/lib/medicinalproduct_name_countrylanguage.d.ts +11 -0
- package/lib/medicinalproduct_name_countrylanguage.js +3 -0
- package/lib/medicinalproduct_name_namepart.d.ts +9 -0
- package/lib/medicinalproduct_name_namepart.js +3 -0
- package/lib/medicinalproduct_specialdesignation.d.ts +23 -0
- package/lib/medicinalproduct_specialdesignation.js +3 -0
- package/lib/medicinalproductauthorization.d.ts +43 -0
- package/lib/medicinalproductauthorization.js +3 -0
- package/lib/medicinalproductauthorization_jurisdictionalauthorization.d.ts +17 -0
- package/lib/medicinalproductauthorization_jurisdictionalauthorization.js +3 -0
- package/lib/medicinalproductauthorization_procedure.d.ts +17 -0
- package/lib/medicinalproductauthorization_procedure.js +3 -0
- package/lib/medicinalproductcontraindication.d.ts +23 -0
- package/lib/medicinalproductcontraindication.js +3 -0
- package/lib/medicinalproductindication.d.ts +28 -0
- package/lib/medicinalproductindication.js +3 -0
- package/lib/medicinalproductindication_othertherapy.d.ts +12 -0
- package/lib/medicinalproductindication_othertherapy.js +3 -0
- package/lib/medicinalproductingredient.d.ts +22 -0
- package/lib/medicinalproductingredient.js +3 -0
- package/lib/medicinalproductingredient_specifiedsubstance.d.ts +14 -0
- package/lib/medicinalproductingredient_specifiedsubstance.js +3 -0
- package/lib/medicinalproductingredient_specifiedsubstance_strength.d.ts +21 -0
- package/lib/medicinalproductingredient_specifiedsubstance_strength.js +3 -0
- package/lib/medicinalproductingredient_specifiedsubstance_strength_referencestrength.d.ts +16 -0
- package/lib/medicinalproductingredient_specifiedsubstance_strength_referencestrength.js +3 -0
- package/lib/medicinalproductingredient_substance.d.ts +10 -0
- package/lib/medicinalproductingredient_substance.js +3 -0
- package/lib/medicinalproductinteraction.d.ts +22 -0
- package/lib/medicinalproductinteraction.js +3 -0
- package/lib/medicinalproductinteraction_interactant.d.ts +10 -0
- package/lib/medicinalproductinteraction_interactant.js +3 -0
- package/lib/medicinalproductmanufactured.d.ts +23 -0
- package/lib/medicinalproductmanufactured.js +3 -0
- package/lib/medicinalproductpackaged.d.ts +29 -0
- package/lib/medicinalproductpackaged.js +3 -0
- package/lib/medicinalproductpackaged_batchidentifier.d.ts +9 -0
- package/lib/medicinalproductpackaged_batchidentifier.js +3 -0
- package/lib/medicinalproductpackaged_packageitem.d.ts +34 -0
- package/lib/medicinalproductpackaged_packageitem.js +3 -0
- package/lib/medicinalproductpharmaceutical.d.ts +24 -0
- package/lib/medicinalproductpharmaceutical.js +3 -0
- package/lib/medicinalproductpharmaceutical_characteristics.d.ts +9 -0
- package/lib/medicinalproductpharmaceutical_characteristics.js +3 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration.d.ts +23 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration.js +3 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration_targetspecies.d.ts +10 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration_targetspecies.js +3 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration_targetspecies_withdrawalperiod.d.ts +12 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration_targetspecies_withdrawalperiod.js +3 -0
- package/lib/medicinalproductundesirableeffect.d.ts +18 -0
- package/lib/medicinalproductundesirableeffect.js +3 -0
- package/lib/messagedefinition.d.ts +46 -30
- package/lib/messagedefinition.js +15 -1
- package/lib/messagedefinition_allowedresponse.d.ts +3 -4
- package/lib/messagedefinition_allowedresponse.js +1 -1
- package/lib/messagedefinition_focus.d.ts +7 -8
- package/lib/messagedefinition_focus.js +1 -1
- package/lib/messageheader.d.ts +15 -15
- package/lib/messageheader.js +1 -1
- package/lib/messageheader_destination.d.ts +6 -4
- package/lib/messageheader_destination.js +1 -1
- package/lib/messageheader_response.d.ts +15 -5
- package/lib/messageheader_response.js +13 -1
- package/lib/messageheader_source.d.ts +6 -6
- package/lib/messageheader_source.js +1 -1
- package/lib/meta.d.ts +7 -5
- package/lib/meta.js +1 -1
- package/lib/{sequence.d.ts → molecularsequence.d.ts} +29 -16
- package/lib/molecularsequence.js +15 -0
- package/lib/molecularsequence_quality.d.ts +46 -0
- package/lib/molecularsequence_quality.js +15 -0
- package/lib/molecularsequence_quality_roc.d.ts +17 -0
- package/lib/molecularsequence_quality_roc.js +3 -0
- package/lib/molecularsequence_referenceseq.d.ts +39 -0
- package/lib/molecularsequence_referenceseq.js +20 -0
- package/lib/molecularsequence_repository.d.ts +29 -0
- package/lib/molecularsequence_repository.js +19 -0
- package/lib/molecularsequence_structurevariant.d.ts +29 -0
- package/lib/molecularsequence_structurevariant.js +3 -0
- package/lib/molecularsequence_variant.d.ts +16 -0
- package/lib/molecularsequence_variant.js +3 -0
- package/lib/money.d.ts +4 -0
- package/lib/money.js +1 -1
- package/lib/namingsystem.d.ts +28 -20
- package/lib/namingsystem.js +13 -1
- package/lib/namingsystem_uniqueid.d.ts +19 -7
- package/lib/namingsystem_uniqueid.js +15 -1
- package/lib/narrative.d.ts +15 -3
- package/lib/narrative.js +15 -1
- package/lib/nutritionorder.d.ts +69 -14
- package/lib/nutritionorder.js +46 -1
- package/lib/nutritionorder_administration.d.ts +4 -4
- package/lib/nutritionorder_administration.js +1 -1
- package/lib/nutritionorder_enteralformula.d.ts +9 -9
- package/lib/nutritionorder_enteralformula.js +1 -1
- package/lib/nutritionorder_nutrient.d.ts +2 -2
- package/lib/nutritionorder_nutrient.js +1 -1
- package/lib/nutritionorder_oraldiet.d.ts +6 -6
- package/lib/nutritionorder_oraldiet.js +1 -1
- package/lib/nutritionorder_supplement.d.ts +5 -5
- package/lib/nutritionorder_supplement.js +1 -1
- package/lib/nutritionorder_texture.d.ts +2 -2
- package/lib/nutritionorder_texture.js +1 -1
- package/lib/observation.d.ts +71 -41
- package/lib/observation.js +23 -1
- package/lib/observation_component.d.ts +18 -17
- package/lib/observation_component.js +1 -1
- package/lib/observation_referencerange.d.ts +6 -6
- package/lib/observation_referencerange.js +1 -1
- package/lib/observation_related.d.ts +19 -3
- package/lib/observation_related.js +22 -1
- package/lib/observationdefinition.d.ts +60 -0
- package/lib/observationdefinition.js +31 -0
- package/lib/operationdefinition.d.ts +47 -33
- package/lib/operationdefinition.js +11 -1
- package/lib/operationdefinition_binding.d.ts +16 -7
- package/lib/operationdefinition_binding.js +15 -1
- package/lib/operationdefinition_overload.d.ts +2 -2
- package/lib/operationdefinition_overload.js +1 -1
- package/lib/operationdefinition_parameter.d.ts +49 -17
- package/lib/operationdefinition_parameter.js +32 -1
- package/lib/operationdefinition_referencedfrom.d.ts +7 -0
- package/lib/operationdefinition_referencedfrom.js +3 -0
- package/lib/operationoutcome.d.ts +2 -2
- package/lib/operationoutcome.js +1 -1
- package/lib/operationoutcome_issue.d.ts +86 -8
- package/lib/operationoutcome_issue.js +80 -1
- package/lib/organization.d.ts +11 -11
- package/lib/organization.js +1 -1
- package/lib/organization_contact.d.ts +4 -4
- package/lib/organization_contact.js +1 -1
- package/lib/organizationaffiliation.d.ts +34 -0
- package/lib/organizationaffiliation.js +3 -0
- package/lib/parameterdefinition.d.ts +18 -11
- package/lib/parameterdefinition.js +11 -1
- package/lib/parameters.d.ts +3 -1
- package/lib/parameters.js +1 -1
- package/lib/parameters_parameter.d.ts +11 -4
- package/lib/parameters_parameter.js +1 -1
- package/lib/patient.d.ts +22 -21
- package/lib/patient.js +1 -1
- package/lib/patient_animal.d.ts +3 -3
- package/lib/patient_animal.js +1 -1
- package/lib/patient_communication.d.ts +2 -2
- package/lib/patient_communication.js +1 -1
- package/lib/patient_contact.d.ts +9 -8
- package/lib/patient_contact.js +1 -1
- package/lib/patient_link.d.ts +15 -3
- package/lib/patient_link.js +15 -1
- package/lib/paymentnotice.d.ts +32 -15
- package/lib/paymentnotice.js +15 -1
- package/lib/paymentreconciliation.d.ts +39 -22
- package/lib/paymentreconciliation.js +15 -1
- package/lib/paymentreconciliation_detail.d.ts +16 -9
- package/lib/paymentreconciliation_detail.js +1 -1
- package/lib/paymentreconciliation_processnote.d.ts +13 -4
- package/lib/paymentreconciliation_processnote.js +13 -1
- package/lib/period.d.ts +2 -2
- package/lib/period.js +1 -1
- package/lib/person.d.ts +12 -11
- package/lib/person.js +1 -1
- package/lib/person_link.d.ts +15 -3
- package/lib/person_link.js +15 -1
- package/lib/plandefinition.d.ts +41 -33
- package/lib/plandefinition.js +1 -1
- package/lib/plandefinition_action.d.ts +110 -41
- package/lib/plandefinition_action.js +62 -1
- package/lib/plandefinition_condition.d.ts +15 -8
- package/lib/plandefinition_condition.js +13 -1
- package/lib/plandefinition_dynamicvalue.d.ts +4 -7
- package/lib/plandefinition_dynamicvalue.js +1 -1
- package/lib/plandefinition_goal.d.ts +7 -7
- package/lib/plandefinition_goal.js +1 -1
- package/lib/plandefinition_participant.d.ts +15 -3
- package/lib/plandefinition_participant.js +15 -1
- package/lib/plandefinition_relatedaction.d.ts +28 -6
- package/lib/plandefinition_relatedaction.js +25 -1
- package/lib/plandefinition_target.d.ts +5 -5
- package/lib/plandefinition_target.js +1 -1
- package/lib/population.d.ts +16 -0
- package/lib/population.js +3 -0
- package/lib/practitioner.d.ts +12 -12
- package/lib/practitioner.js +1 -1
- package/lib/practitioner_qualification.d.ts +4 -4
- package/lib/practitioner_qualification.js +1 -1
- package/lib/practitionerrole.d.ts +14 -14
- package/lib/practitionerrole.js +1 -1
- package/lib/practitionerrole_availabletime.d.ts +23 -5
- package/lib/practitionerrole_availabletime.js +21 -1
- package/lib/practitionerrole_notavailable.d.ts +3 -3
- package/lib/practitionerrole_notavailable.js +1 -1
- package/lib/procedure.d.ts +64 -32
- package/lib/procedure.js +23 -1
- package/lib/procedure_focaldevice.d.ts +2 -2
- package/lib/procedure_focaldevice.js +1 -1
- package/lib/procedure_performer.d.ts +4 -4
- package/lib/procedure_performer.js +1 -1
- package/lib/prodcharacteristic.d.ts +29 -0
- package/lib/prodcharacteristic.js +3 -0
- package/lib/productshelflife.d.ts +15 -0
- package/lib/productshelflife.js +3 -0
- package/lib/provenance.d.ts +17 -15
- package/lib/provenance.js +1 -1
- package/lib/provenance_agent.d.ts +7 -11
- package/lib/provenance_agent.js +1 -1
- package/lib/provenance_entity.d.ts +19 -10
- package/lib/provenance_entity.js +17 -1
- package/lib/quantity.d.ts +18 -6
- package/lib/quantity.js +15 -1
- package/lib/questionnaire.d.ts +30 -27
- package/lib/questionnaire.js +1 -1
- package/lib/questionnaire_enablewhen.d.ts +23 -18
- package/lib/questionnaire_enablewhen.js +21 -1
- package/lib/questionnaire_initial.d.ts +20 -0
- package/lib/questionnaire_initial.js +3 -0
- package/lib/questionnaire_item.d.ts +49 -52
- package/lib/questionnaire_item.js +30 -1
- package/lib/questionnaire_option.d.ts +5 -5
- package/lib/questionnaire_option.js +1 -1
- package/lib/questionnaireresponse.d.ts +25 -11
- package/lib/questionnaireresponse.js +17 -1
- package/lib/questionnaireresponse_answer.d.ts +1 -12
- package/lib/questionnaireresponse_answer.js +1 -1
- package/lib/questionnaireresponse_item.d.ts +3 -6
- package/lib/questionnaireresponse_item.js +1 -1
- package/lib/range.d.ts +3 -2
- package/lib/range.js +1 -1
- package/lib/ratio.d.ts +1 -0
- package/lib/ratio.js +1 -1
- package/lib/reference.d.ts +4 -2
- package/lib/reference.js +1 -1
- package/lib/relatedartifact.d.ts +27 -6
- package/lib/relatedartifact.js +23 -1
- package/lib/relatedperson.d.ts +6 -2
- package/lib/relatedperson.js +1 -1
- package/lib/relatedperson_communication.d.ts +9 -0
- package/lib/relatedperson_communication.js +3 -0
- package/lib/requestgroup.d.ts +66 -10
- package/lib/requestgroup.js +53 -1
- package/lib/requestgroup_action.d.ts +20 -15
- package/lib/requestgroup_action.js +1 -1
- package/lib/requestgroup_condition.d.ts +5 -8
- package/lib/requestgroup_condition.js +1 -1
- package/lib/requestgroup_relatedaction.d.ts +28 -6
- package/lib/requestgroup_relatedaction.js +25 -1
- package/lib/researchdefinition.d.ts +79 -0
- package/lib/researchdefinition.js +3 -0
- package/lib/researchelementdefinition.d.ts +96 -0
- package/lib/researchelementdefinition.js +24 -0
- package/lib/researchstudy.d.ts +53 -21
- package/lib/researchstudy.js +29 -1
- package/lib/researchstudy_arm.d.ts +4 -4
- package/lib/researchstudy_arm.js +1 -1
- package/lib/researchsubject.d.ts +40 -10
- package/lib/researchsubject.js +33 -1
- package/lib/resource.js +1 -1
- package/lib/resourcelist.d.ts +4 -0
- package/lib/resourcelist.js +1 -1
- package/lib/riskassessment.d.ts +11 -9
- package/lib/riskassessment.js +1 -1
- package/lib/riskassessment_prediction.d.ts +2 -2
- package/lib/riskassessment_prediction.js +1 -1
- package/lib/riskevidencesynthesis.d.ts +77 -0
- package/lib/riskevidencesynthesis.js +3 -0
- package/lib/sampleddata.d.ts +9 -9
- package/lib/sampleddata.js +1 -1
- package/lib/schedule.d.ts +9 -9
- package/lib/schedule.js +1 -1
- package/lib/searchparameter.d.ts +108 -35
- package/lib/searchparameter.js +68 -1
- package/lib/searchparameter_component.d.ts +4 -5
- package/lib/searchparameter_component.js +1 -1
- package/lib/servicerequest.d.ts +128 -0
- package/lib/servicerequest.js +46 -0
- package/lib/signature.d.ts +13 -15
- package/lib/signature.js +1 -1
- package/lib/slot.d.ts +29 -15
- package/lib/slot.js +17 -1
- package/lib/specimen.d.ts +28 -14
- package/lib/specimen.js +15 -1
- package/lib/specimen_collection.d.ts +6 -6
- package/lib/specimen_collection.js +1 -1
- package/lib/specimen_container.d.ts +6 -6
- package/lib/specimen_container.js +1 -1
- package/lib/specimen_processing.d.ts +3 -3
- package/lib/specimen_processing.js +1 -1
- package/lib/specimendefinition.d.ts +71 -0
- package/lib/specimendefinition.js +13 -0
- package/lib/structuredefinition.d.ts +23 -9
- package/lib/structuredefinition.js +16 -1
- package/lib/structuredefinition_context.d.ts +17 -0
- package/lib/structuredefinition_context.js +15 -0
- package/lib/structuredefinition_differential.d.ts +1 -1
- package/lib/structuredefinition_differential.js +1 -1
- package/lib/structuredefinition_mapping.d.ts +5 -5
- package/lib/structuredefinition_mapping.js +1 -1
- package/lib/structuredefinition_snapshot.d.ts +5 -1
- package/lib/structuredefinition_snapshot.js +1 -1
- package/lib/structuremap.d.ts +24 -19
- package/lib/structuremap.js +1 -1
- package/lib/structuremap_dependent.d.ts +7 -4
- package/lib/structuremap_dependent.js +1 -1
- package/lib/structuremap_group.d.ts +16 -6
- package/lib/structuremap_group.js +13 -1
- package/lib/structuremap_input.d.ts +11 -3
- package/lib/structuremap_input.js +11 -1
- package/lib/structuremap_parameter.d.ts +5 -5
- package/lib/structuremap_parameter.js +1 -1
- package/lib/structuremap_rule.d.ts +2 -2
- package/lib/structuremap_rule.js +1 -1
- package/lib/structuremap_source.d.ts +27 -8
- package/lib/structuremap_source.js +17 -1
- package/lib/structuremap_structure.d.ts +17 -5
- package/lib/structuremap_structure.js +15 -1
- package/lib/structuremap_target.d.ts +64 -6
- package/lib/structuremap_target.js +59 -1
- package/lib/subscription.d.ts +15 -6
- package/lib/subscription.js +15 -1
- package/lib/subscription_channel.d.ts +18 -4
- package/lib/subscription_channel.js +17 -1
- package/lib/substance.d.ts +8 -7
- package/lib/substance.js +1 -1
- package/lib/substance_ingredient.d.ts +3 -3
- package/lib/substance_ingredient.js +1 -1
- package/lib/substance_instance.d.ts +3 -3
- package/lib/substance_instance.js +1 -1
- package/lib/substancenucleicacid.d.ts +20 -0
- package/lib/substancenucleicacid.js +3 -0
- package/lib/substancepolymer.d.ts +18 -0
- package/lib/substancepolymer.js +3 -0
- package/lib/substanceprotein.d.ts +14 -0
- package/lib/substanceprotein.js +3 -0
- package/lib/substancereferenceinformation.d.ts +15 -0
- package/lib/substancereferenceinformation.js +3 -0
- package/lib/substancesourcematerial.d.ts +33 -0
- package/lib/substancesourcematerial.js +3 -0
- package/lib/substancespecification.d.ts +46 -0
- package/lib/substancespecification.js +3 -0
- package/lib/supplydelivery.d.ts +15 -3
- package/lib/supplydelivery.js +15 -1
- package/lib/supplydelivery_supplieditem.js +1 -1
- package/lib/supplyrequest.d.ts +25 -7
- package/lib/supplyrequest.js +21 -1
- package/lib/supplyrequest_ordereditem.d.ts +4 -4
- package/lib/supplyrequest_ordereditem.js +1 -1
- package/lib/supplyrequest_requester.d.ts +6 -2
- package/lib/supplyrequest_requester.js +1 -1
- package/lib/task.d.ts +72 -34
- package/lib/task.js +31 -1
- package/lib/task_input.d.ts +6 -2
- package/lib/task_input.js +1 -1
- package/lib/task_output.d.ts +61 -54
- package/lib/task_output.js +1 -1
- package/lib/task_requester.d.ts +2 -2
- package/lib/task_requester.js +1 -1
- package/lib/task_restriction.d.ts +7 -3
- package/lib/task_restriction.js +1 -1
- package/lib/terminologycapabilities.d.ts +79 -0
- package/lib/terminologycapabilities.js +22 -0
- package/lib/testreport.d.ts +29 -10
- package/lib/testreport.js +17 -1
- package/lib/testreport_action.d.ts +7 -2
- package/lib/testreport_action.js +1 -1
- package/lib/testreport_action1.d.ts +7 -2
- package/lib/testreport_action1.js +1 -1
- package/lib/testreport_action2.d.ts +5 -1
- package/lib/testreport_action2.js +1 -1
- package/lib/testreport_assert.d.ts +5 -4
- package/lib/testreport_assert.js +1 -1
- package/lib/testreport_operation.d.ts +5 -4
- package/lib/testreport_operation.js +1 -1
- package/lib/testreport_participant.d.ts +15 -5
- package/lib/testreport_participant.js +13 -1
- package/lib/testreport_setup.d.ts +1 -1
- package/lib/testreport_setup.js +1 -1
- package/lib/testreport_teardown.d.ts +1 -1
- package/lib/testreport_teardown.js +1 -1
- package/lib/testreport_test.d.ts +3 -3
- package/lib/testreport_test.js +1 -1
- package/lib/testscript.d.ts +4 -9
- package/lib/testscript.js +1 -1
- package/lib/testscript_action.d.ts +2 -2
- package/lib/testscript_action.js +1 -1
- package/lib/testscript_action1.d.ts +2 -2
- package/lib/testscript_action1.js +1 -1
- package/lib/testscript_action2.d.ts +5 -2
- package/lib/testscript_action2.js +1 -1
- package/lib/testscript_assert.d.ts +59 -11
- package/lib/testscript_assert.js +47 -1
- package/lib/testscript_capability.d.ts +6 -6
- package/lib/testscript_capability.js +1 -1
- package/lib/testscript_destination.d.ts +3 -3
- package/lib/testscript_destination.js +1 -1
- package/lib/testscript_fixture.d.ts +3 -3
- package/lib/testscript_fixture.js +1 -1
- package/lib/testscript_link.d.ts +2 -2
- package/lib/testscript_link.js +1 -1
- package/lib/testscript_metadata.d.ts +2 -2
- package/lib/testscript_metadata.js +1 -1
- package/lib/testscript_operation.d.ts +19 -16
- package/lib/testscript_operation.js +1 -1
- package/lib/testscript_origin.d.ts +3 -3
- package/lib/testscript_origin.js +1 -1
- package/lib/testscript_param.js +1 -1
- package/lib/testscript_param1.d.ts +1 -1
- package/lib/testscript_param1.js +1 -1
- package/lib/testscript_param2.js +1 -1
- package/lib/testscript_param3.js +1 -1
- package/lib/testscript_requestheader.d.ts +4 -4
- package/lib/testscript_requestheader.js +1 -1
- package/lib/testscript_rule.d.ts +2 -2
- package/lib/testscript_rule.js +1 -1
- package/lib/testscript_rule1.d.ts +3 -3
- package/lib/testscript_rule1.js +1 -1
- package/lib/testscript_rule2.d.ts +3 -3
- package/lib/testscript_rule2.js +1 -1
- package/lib/testscript_rule3.d.ts +3 -3
- package/lib/testscript_rule3.js +1 -1
- package/lib/testscript_ruleset.d.ts +2 -2
- package/lib/testscript_ruleset.js +1 -1
- package/lib/testscript_ruleset1.d.ts +3 -3
- package/lib/testscript_ruleset1.js +1 -1
- package/lib/testscript_setup.d.ts +1 -1
- package/lib/testscript_setup.js +1 -1
- package/lib/testscript_teardown.d.ts +1 -1
- package/lib/testscript_teardown.js +1 -1
- package/lib/testscript_test.d.ts +3 -3
- package/lib/testscript_test.js +1 -1
- package/lib/testscript_variable.d.ts +9 -9
- package/lib/testscript_variable.js +1 -1
- package/lib/timing.d.ts +3 -3
- package/lib/timing.js +1 -1
- package/lib/timing_repeat.d.ts +44 -20
- package/lib/timing_repeat.js +26 -1
- package/lib/triggerdefinition.d.ts +37 -14
- package/lib/triggerdefinition.js +23 -1
- package/lib/usagecontext.d.ts +5 -2
- package/lib/usagecontext.js +1 -1
- package/lib/valueset.d.ts +5 -6
- package/lib/valueset.js +1 -1
- package/lib/valueset_compose.d.ts +4 -4
- package/lib/valueset_compose.js +1 -1
- package/lib/valueset_concept.d.ts +4 -4
- package/lib/valueset_concept.js +1 -1
- package/lib/valueset_contains.d.ts +8 -8
- package/lib/valueset_contains.js +1 -1
- package/lib/valueset_designation.d.ts +4 -4
- package/lib/valueset_designation.js +1 -1
- package/lib/valueset_expansion.d.ts +7 -7
- package/lib/valueset_expansion.js +1 -1
- package/lib/valueset_filter.d.ts +28 -6
- package/lib/valueset_filter.js +25 -1
- package/lib/valueset_include.d.ts +5 -5
- package/lib/valueset_include.js +1 -1
- package/lib/valueset_parameter.d.ts +4 -8
- package/lib/valueset_parameter.js +1 -1
- package/lib/verificationresult.d.ts +55 -0
- package/lib/verificationresult.js +21 -0
- package/lib/verificationresult_attestation.d.ts +22 -0
- package/lib/verificationresult_attestation.js +3 -0
- package/lib/verificationresult_primarysource.d.ts +19 -0
- package/lib/verificationresult_primarysource.js +3 -0
- package/lib/verificationresult_validator.d.ts +11 -0
- package/lib/verificationresult_validator.js +3 -0
- package/lib/visionprescription.d.ts +34 -14
- package/lib/visionprescription.js +15 -1
- package/lib/visionprescription_dispense.d.ts +44 -19
- package/lib/visionprescription_dispense.js +22 -1
- package/package.json +1 -1
- package/scripts/verify-types.mjs +139 -0
- package/lib/bodysite.d.ts +0 -23
- package/lib/bodysite.js +0 -3
- package/lib/chargeitem_participant.d.ts +0 -9
- package/lib/chargeitem_participant.js +0 -3
- package/lib/claim_information.d.ts +0 -28
- package/lib/claim_information.js +0 -3
- package/lib/dataelement.d.ts +0 -43
- package/lib/dataelement.js +0 -3
- package/lib/dataelement_mapping.d.ts +0 -11
- package/lib/dataelement_mapping.js +0 -3
- package/lib/devicecomponent.d.ts +0 -29
- package/lib/devicecomponent.js +0 -3
- package/lib/devicecomponent_productionspecification.d.ts +0 -11
- package/lib/devicecomponent_productionspecification.js +0 -3
- package/lib/diagnosticreport_image.d.ts +0 -8
- package/lib/diagnosticreport_image.js +0 -3
- package/lib/eligibilityrequest.d.ts +0 -41
- package/lib/eligibilityrequest.js +0 -3
- package/lib/eligibilityresponse.d.ts +0 -36
- package/lib/eligibilityresponse.js +0 -3
- package/lib/eligibilityresponse_benefitbalance.d.ts +0 -23
- package/lib/eligibilityresponse_benefitbalance.js +0 -3
- package/lib/eligibilityresponse_error.d.ts +0 -6
- package/lib/eligibilityresponse_error.js +0 -3
- package/lib/eligibilityresponse_financial.d.ts +0 -17
- package/lib/eligibilityresponse_financial.js +0 -3
- package/lib/eligibilityresponse_insurance.d.ts +0 -11
- package/lib/eligibilityresponse_insurance.js +0 -3
- package/lib/expansionprofile.d.ts +0 -58
- package/lib/expansionprofile.js +0 -3
- package/lib/expansionprofile_designation.d.ts +0 -9
- package/lib/expansionprofile_designation.js +0 -3
- package/lib/expansionprofile_designation1.d.ts +0 -8
- package/lib/expansionprofile_designation1.js +0 -3
- package/lib/expansionprofile_designation2.d.ts +0 -8
- package/lib/expansionprofile_designation2.js +0 -3
- package/lib/expansionprofile_exclude.d.ts +0 -6
- package/lib/expansionprofile_exclude.js +0 -3
- package/lib/expansionprofile_excludedsystem.d.ts +0 -7
- package/lib/expansionprofile_excludedsystem.js +0 -3
- package/lib/expansionprofile_fixedversion.d.ts +0 -9
- package/lib/expansionprofile_fixedversion.js +0 -3
- package/lib/expansionprofile_include.d.ts +0 -6
- package/lib/expansionprofile_include.js +0 -3
- package/lib/imagingmanifest.d.ts +0 -21
- package/lib/imagingmanifest.js +0 -3
- package/lib/imagingmanifest_instance.d.ts +0 -7
- package/lib/imagingmanifest_instance.js +0 -3
- package/lib/imagingmanifest_series.d.ts +0 -11
- package/lib/imagingmanifest_series.js +0 -3
- package/lib/imagingmanifest_study.d.ts +0 -13
- package/lib/imagingmanifest_study.js +0 -3
- package/lib/procedurerequest.d.ts +0 -70
- package/lib/procedurerequest.js +0 -3
- package/lib/procedurerequest_requester.d.ts +0 -8
- package/lib/procedurerequest_requester.js +0 -3
- package/lib/processrequest.d.ts +0 -39
- package/lib/processrequest.js +0 -3
- package/lib/processrequest_item.d.ts +0 -5
- package/lib/processrequest_item.js +0 -3
- package/lib/processresponse.d.ts +0 -35
- package/lib/processresponse.js +0 -3
- package/lib/processresponse_processnote.d.ts +0 -8
- package/lib/processresponse_processnote.js +0 -3
- package/lib/referralrequest.d.ts +0 -59
- package/lib/referralrequest.js +0 -3
- package/lib/referralrequest_requester.d.ts +0 -8
- package/lib/referralrequest_requester.js +0 -3
- package/lib/sequence.js +0 -3
- package/lib/sequence_quality.d.ts +0 -33
- package/lib/sequence_quality.js +0 -3
- package/lib/sequence_referenceseq.d.ts +0 -21
- package/lib/sequence_referenceseq.js +0 -3
- package/lib/sequence_repository.d.ts +0 -15
- package/lib/sequence_repository.js +0 -3
- package/lib/sequence_variant.d.ts +0 -16
- package/lib/sequence_variant.js +0 -3
- package/lib/servicedefinition.d.ts +0 -65
- package/lib/servicedefinition.js +0 -3
- package/missing_types.json +0 -1
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW1wbGVtZW50YXRpb25ndWlkZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9pbXBsZW1lbnRhdGlvbmd1aWRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IENvZGVhYmxlQ29uY2VwdCB9IGZyb20gXCIuL2NvZGVhYmxlY29uY2VwdFwiO1xuaW1wb3J0IHR5cGUgeyBQdWJsaWNhdGlvblN0YXR1cyB9IGZyb20gXCIuL2NvbnN0YW50c1wiO1xuaW1wb3J0IHR5cGUgeyBDb250YWN0RGV0YWlsIH0gZnJvbSBcIi4vY29udGFjdGRldGFpbFwiO1xuaW1wb3J0IHR5cGUgeyBEb21haW5SZXNvdXJjZSB9IGZyb20gXCIuL2RvbWFpbnJlc291cmNlXCI7XG5pbXBvcnQgdHlwZSB7IEltcGxlbWVudGF0aW9uR3VpZGVfRGVwZW5kZW5jeSB9IGZyb20gXCIuL2ltcGxlbWVudGF0aW9uZ3VpZGVfZGVwZW5kZW5jeVwiO1xuaW1wb3J0IHR5cGUgeyBJbXBsZW1lbnRhdGlvbkd1aWRlX0dsb2JhbCB9IGZyb20gXCIuL2ltcGxlbWVudGF0aW9uZ3VpZGVfZ2xvYmFsXCI7XG5pbXBvcnQgdHlwZSB7IEltcGxlbWVudGF0aW9uR3VpZGVfUGFja2FnZSB9IGZyb20gXCIuL2ltcGxlbWVudGF0aW9uZ3VpZGVfcGFja2FnZVwiO1xuaW1wb3J0IHR5cGUgeyBJbXBsZW1lbnRhdGlvbkd1aWRlX1BhZ2UgfSBmcm9tIFwiLi9pbXBsZW1lbnRhdGlvbmd1aWRlX3BhZ2VcIjtcbmltcG9ydCB0eXBlIHsgSW1wbGVtZW50YXRpb25HdWlkZV9SZXNvdXJjZSB9IGZyb20gXCIuL2ltcGxlbWVudGF0aW9uZ3VpZGVfcmVzb3VyY2VcIjtcbmltcG9ydCB0eXBlIHsgVXNhZ2VDb250ZXh0IH0gZnJvbSBcIi4vdXNhZ2Vjb250ZXh0XCI7XG5cbi8vIEZISVIgSW1wbGVtZW50YXRpb25HdWlkZSBUeXBlXG5cbi8vIFN0cnVjdHVyZURlZmluaXRpb246IGh0dHBzOi8vaGw3Lm9yZy9maGlyL1I0L2ltcGxlbWVudGF0aW9uZ3VpZGUuaHRtbFxuXG4vKiogUjQ6IEluZm9ybWF0aW9uIG5lZWRlZCB0byBidWlsZCB0aGUgSUcgKGdyb3VwaW5nLCByZXNvdXJjZSwgcGFnZSwgZXRjLikuICovXG5leHBvcnQgaW50ZXJmYWNlIEltcGxlbWVudGF0aW9uR3VpZGVfRGVmaW5pdGlvbiB7XG4gIC8qKiBHcm91cGluZyB1c2VkIHRvIHByZXNlbnQgcmVsYXRlZCByZXNvdXJjZXMgaW4gdGhlIElHIChSNDogZGVmaW5pdGlvbi5ncm91cGluZykuICovXG4gIGdyb3VwaW5nPzogQXJyYXk8SW1wbGVtZW50YXRpb25HdWlkZV9QYWNrYWdlPjtcbiAgLyoqIFJlc291cmNlIGluIHRoZSBpbXBsZW1lbnRhdGlvbiBndWlkZSAoUjQ6IGRlZmluaXRpb24ucmVzb3VyY2UpLiAqL1xuICByZXNvdXJjZT86IEFycmF5PEltcGxlbWVudGF0aW9uR3VpZGVfUmVzb3VyY2U+O1xuICAvKiogUGFnZS9zZWN0aW9uIGluIHRoZSBndWlkZTsgcm9vdCBwYWdlIGlzIHRoZSBJRyBob21lIHBhZ2UgKFI0OiBkZWZpbml0aW9uLnBhZ2UpLiAqL1xuICBwYWdlPzogSW1wbGVtZW50YXRpb25HdWlkZV9QYWdlO1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIEltcGxlbWVudGF0aW9uR3VpZGUgZXh0ZW5kcyBEb21haW5SZXNvdXJjZSB7XG4gIC8qKiBUaGlzIGlzIGFuIEltcGxlbWVudGF0aW9uR3VpZGUgcmVzb3VyY2UgKi9cbiAgcmVzb3VyY2VUeXBlOiBcIkltcGxlbWVudGF0aW9uR3VpZGVcIjtcblxuICAvKiogQ2Fub25pY2FsIGlkZW50aWZpZXIgZm9yIHRoaXMgaW1wbGVtZW50YXRpb24gZ3VpZGUsIHJlcHJlc2VudGVkIGFzIGEgVVJJIChnbG9iYWxseSB1bmlxdWUpLiAoUmVxdWlyZWQgaW4gUjQuKSAqL1xuICB1cmw/OiBzdHJpbmc7XG5cbiAgLyoqIEJ1c2luZXNzIHZlcnNpb24gb2YgdGhlIGltcGxlbWVudGF0aW9uIGd1aWRlLiAqL1xuICB2ZXJzaW9uPzogc3RyaW5nO1xuXG4gIC8qKiBOYW1lIGZvciB0aGlzIGltcGxlbWVudGF0aW9uIGd1aWRlIChjb21wdXRlciBmcmllbmRseSkuIChSZXF1aXJlZCBpbiBSNC4pICovXG4gIG5hbWU/OiBzdHJpbmc7XG5cbiAgLyoqIE5hbWUgZm9yIHRoaXMgaW1wbGVtZW50YXRpb24gZ3VpZGUgKGh1bWFuIGZyaWVuZGx5KS4gKi9cbiAgdGl0bGU/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBzdGF0dXMgb2YgdGhpcyBpbXBsZW1lbnRhdGlvbiBndWlkZS4gRW5hYmxlcyB0cmFja2luZyB0aGUgbGlmZS1jeWNsZSBvZiB0aGUgY29udGVudC4gKFJlcXVpcmVkIGluIFI0LikgKi9cbiAgc3RhdHVzPzogUHVibGljYXRpb25TdGF0dXM7XG5cbiAgLyoqIEZvciB0ZXN0aW5nIHB1cnBvc2VzLCBub3QgcmVhbCB1c2FnZS4gKi9cbiAgZXhwZXJpbWVudGFsPzogYm9vbGVhbjtcblxuICAvKiogRGF0ZSBsYXN0IGNoYW5nZWQuICovXG4gIGRhdGU/OiBzdHJpbmc7XG5cbiAgLyoqIE5hbWUgb2YgdGhlIHB1Ymxpc2hlciAob3JnYW5pemF0aW9uIG9yIGluZGl2aWR1YWwpLiAqL1xuICBwdWJsaXNoZXI/OiBzdHJpbmc7XG5cbiAgLyoqIENvbnRhY3QgZGV0YWlscyBmb3IgdGhlIHB1Ymxpc2hlci4gKi9cbiAgY29udGFjdD86IEFycmF5PENvbnRhY3REZXRhaWw+O1xuXG4gIC8qKiBOYXR1cmFsIGxhbmd1YWdlIGRlc2NyaXB0aW9uIG9mIHRoZSBpbXBsZW1lbnRhdGlvbiBndWlkZSBmcm9tIGEgY29uc3VtZXIncyBwZXJzcGVjdGl2ZSAoUjQ6IG1hcmtkb3duKS4gKi9cbiAgZGVzY3JpcHRpb24/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBjb250ZXh0IHRoYXQgdGhlIGNvbnRlbnQgaXMgaW50ZW5kZWQgdG8gc3VwcG9ydC4gKi9cbiAgdXNlQ29udGV4dD86IEFycmF5PFVzYWdlQ29udGV4dD47XG5cbiAgLyoqIEludGVuZGVkIGp1cmlzZGljdGlvbiBmb3IgaW1wbGVtZW50YXRpb24gZ3VpZGUgKGlmIGFwcGxpY2FibGUpLiAqL1xuICBqdXJpc2RpY3Rpb24/OiBBcnJheTxDb2RlYWJsZUNvbmNlcHQ+O1xuXG4gIC8qKiBVc2UgYW5kL29yIHB1Ymxpc2hpbmcgcmVzdHJpY3Rpb25zIChSNDogbWFya2Rvd24pLiAqL1xuICBjb3B5cmlnaHQ/OiBzdHJpbmc7XG5cbiAgLyoqIE5QTSBwYWNrYWdlIG5hbWUgZm9yIHRoaXMgSUc7IHVzZWQgaW4gTlBNIHBhY2thZ2UgZGlzdHJpYnV0aW9uLiAoUmVxdWlyZWQgaW4gUjQuKSAqL1xuICBwYWNrYWdlSWQ/OiBzdHJpbmc7XG5cbiAgLyoqIFNQRFggbGljZW5zZSBjb2RlIGZvciB0aGlzIElHIChvciBub3Qtb3Blbi1zb3VyY2UpLiAqL1xuICBsaWNlbnNlPzogc3RyaW5nO1xuXG4gIC8qKiBGSElSIHZlcnNpb24ocykgdGhpcyBJbXBsZW1lbnRhdGlvbiBHdWlkZSB0YXJnZXRzIChSNDogMS4uKiBjb2RlKS4gKi9cbiAgZmhpclZlcnNpb24/OiBBcnJheTxzdHJpbmc+O1xuXG4gIC8qKiBBbm90aGVyIGltcGxlbWVudGF0aW9uIGd1aWRlIHRoYXQgdGhpcyBpbXBsZW1lbnRhdGlvbiBkZXBlbmRzIG9uIChSNDogZGVwZW5kc09uKS4gKi9cbiAgZGVwZW5kc09uPzogQXJyYXk8SW1wbGVtZW50YXRpb25HdWlkZV9EZXBlbmRlbmN5PjtcblxuICAvKiogUHJvZmlsZXMgdGhhdCBhcHBseSBnbG9iYWxseS4gKi9cbiAgZ2xvYmFsPzogQXJyYXk8SW1wbGVtZW50YXRpb25HdWlkZV9HbG9iYWw+O1xuXG4gIC8qKiBJbmZvcm1hdGlvbiBuZWVkZWQgdG8gYnVpbGQgdGhlIElHOiBncm91cGluZywgcmVzb3VyY2UsIHBhZ2UgKFI0OiBkZWZpbml0aW9uKS4gKi9cbiAgZGVmaW5pdGlvbj86IEltcGxlbWVudGF0aW9uR3VpZGVfRGVmaW5pdGlvbjtcblxuICAvKiogSW5mb3JtYXRpb24gYWJvdXQgYW4gYXNzZW1ibGVkIElHLCBjcmVhdGVkIGJ5IHRoZSBwdWJsaWNhdGlvbiB0b29saW5nIChSNDogbWFuaWZlc3QpLiAqL1xuICBtYW5pZmVzdD86IHVua25vd247XG59XG4iXX0=
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import type { BackboneElement } from "./backboneelement";
|
|
2
2
|
export interface ImplementationGuide_Dependency extends BackboneElement {
|
|
3
|
-
/**
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
|
|
3
|
+
/** Identity of the IG that this depends on. Canonical reference to ImplementationGuide. (Required in R4.) */
|
|
4
|
+
uri: string;
|
|
5
|
+
/** NPM package name for the Implementation Guide that this IG depends on. */
|
|
6
|
+
packageId?: string;
|
|
7
|
+
/** Version of the IG that is depended on, when the correct version is required to understand the IG correctly. */
|
|
8
|
+
version?: string;
|
|
7
9
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW1wbGVtZW50YXRpb25ndWlkZV9kZXBlbmRlbmN5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2ltcGxlbWVudGF0aW9uZ3VpZGVfZGVwZW5kZW5jeS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcblxuLy8gRkhJUiBJbXBsZW1lbnRhdGlvbkd1aWRlX0RlcGVuZGVuY3kgVHlwZSAoSW1wbGVtZW50YXRpb25HdWlkZS5kZXBlbmRzT24pXG5cbi8vIFN0cnVjdHVyZURlZmluaXRpb246IGh0dHBzOi8vaGw3Lm9yZy9maGlyL1I0L2ltcGxlbWVudGF0aW9uZ3VpZGUuaHRtbCAoZGVwZW5kc09uKVxuXG5leHBvcnQgaW50ZXJmYWNlIEltcGxlbWVudGF0aW9uR3VpZGVfRGVwZW5kZW5jeSBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBJZGVudGl0eSBvZiB0aGUgSUcgdGhhdCB0aGlzIGRlcGVuZHMgb24uIENhbm9uaWNhbCByZWZlcmVuY2UgdG8gSW1wbGVtZW50YXRpb25HdWlkZS4gKFJlcXVpcmVkIGluIFI0LikgKi9cbiAgdXJpOiBzdHJpbmc7XG5cbiAgLyoqIE5QTSBwYWNrYWdlIG5hbWUgZm9yIHRoZSBJbXBsZW1lbnRhdGlvbiBHdWlkZSB0aGF0IHRoaXMgSUcgZGVwZW5kcyBvbi4gKi9cbiAgcGFja2FnZUlkPzogc3RyaW5nO1xuXG4gIC8qKiBWZXJzaW9uIG9mIHRoZSBJRyB0aGF0IGlzIGRlcGVuZGVkIG9uLCB3aGVuIHRoZSBjb3JyZWN0IHZlcnNpb24gaXMgcmVxdWlyZWQgdG8gdW5kZXJzdGFuZCB0aGUgSUcgY29ycmVjdGx5LiAqL1xuICB2ZXJzaW9uPzogc3RyaW5nO1xufVxuIl19
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import type { BackboneElement } from "./backboneelement";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
2
|
export interface ImplementationGuide_Global extends BackboneElement {
|
|
4
|
-
/**
|
|
5
|
-
type
|
|
6
|
-
/**
|
|
7
|
-
profile:
|
|
3
|
+
/** Type this profile applies to. One of the resource types (ResourceType, required). (Required in R4.) */
|
|
4
|
+
type: string;
|
|
5
|
+
/** Profile that all resources must conform to. Canonical reference to StructureDefinition. (Required in R4.) */
|
|
6
|
+
profile: string;
|
|
8
7
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW1wbGVtZW50YXRpb25ndWlkZV9nbG9iYWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW1wbGVtZW50YXRpb25ndWlkZV9nbG9iYWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgQmFja2JvbmVFbGVtZW50IH0gZnJvbSBcIi4vYmFja2JvbmVlbGVtZW50XCI7XG5cbi8vIEZISVIgSW1wbGVtZW50YXRpb25HdWlkZV9HbG9iYWwgVHlwZSAoSW1wbGVtZW50YXRpb25HdWlkZS5nbG9iYWwpXG5cbi8vIFN0cnVjdHVyZURlZmluaXRpb246IGh0dHBzOi8vaGw3Lm9yZy9maGlyL1I0L2ltcGxlbWVudGF0aW9uZ3VpZGUuaHRtbCAoZ2xvYmFsKVxuXG5leHBvcnQgaW50ZXJmYWNlIEltcGxlbWVudGF0aW9uR3VpZGVfR2xvYmFsIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIFR5cGUgdGhpcyBwcm9maWxlIGFwcGxpZXMgdG8uIE9uZSBvZiB0aGUgcmVzb3VyY2UgdHlwZXMgKFJlc291cmNlVHlwZSwgcmVxdWlyZWQpLiAoUmVxdWlyZWQgaW4gUjQuKSAqL1xuICB0eXBlOiBzdHJpbmc7XG5cbiAgLyoqIFByb2ZpbGUgdGhhdCBhbGwgcmVzb3VyY2VzIG11c3QgY29uZm9ybSB0by4gQ2Fub25pY2FsIHJlZmVyZW5jZSB0byBTdHJ1Y3R1cmVEZWZpbml0aW9uLiAoUmVxdWlyZWQgaW4gUjQuKSAqL1xuICBwcm9maWxlOiBzdHJpbmc7XG59XG4iXX0=
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import type { BackboneElement } from "./backboneelement";
|
|
2
|
-
import type { ImplementationGuide_Resource } from "./implementationguide_resource";
|
|
3
2
|
export interface ImplementationGuide_Package extends BackboneElement {
|
|
4
|
-
/**
|
|
5
|
-
name
|
|
3
|
+
/** Descriptive name for the package. Human-readable title when rendering the IG. (Required in R4.) */
|
|
4
|
+
name: string;
|
|
6
5
|
/** Human readable text describing the package. */
|
|
7
6
|
description?: string;
|
|
8
|
-
/** A resource that is part of the implementation guide. Conformance resources (value set, structure definition, capability statements etc.) are obvious candidates for inclusion, but any kind of resource can be included as an example resource. */
|
|
9
|
-
resource: Array<ImplementationGuide_Resource>;
|
|
10
7
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW1wbGVtZW50YXRpb25ndWlkZV9wYWNrYWdlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2ltcGxlbWVudGF0aW9uZ3VpZGVfcGFja2FnZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcblxuLy8gRkhJUiBJbXBsZW1lbnRhdGlvbkd1aWRlX1BhY2thZ2UgVHlwZSAoSW1wbGVtZW50YXRpb25HdWlkZS5kZWZpbml0aW9uLmdyb3VwaW5nKVxuLy8gSW4gUjQgdGhpcyBiYWNrYm9uZSBpcyBuYW1lZCBcImdyb3VwaW5nXCI7IHJlc291cmNlcyBsaXZlIHVuZGVyIGRlZmluaXRpb24ucmVzb3VyY2Ugd2l0aCBncm91cGluZ0lkLlxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC9pbXBsZW1lbnRhdGlvbmd1aWRlLmh0bWwgKGRlZmluaXRpb24uZ3JvdXBpbmcpXG5cbmV4cG9ydCBpbnRlcmZhY2UgSW1wbGVtZW50YXRpb25HdWlkZV9QYWNrYWdlIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIERlc2NyaXB0aXZlIG5hbWUgZm9yIHRoZSBwYWNrYWdlLiBIdW1hbi1yZWFkYWJsZSB0aXRsZSB3aGVuIHJlbmRlcmluZyB0aGUgSUcuIChSZXF1aXJlZCBpbiBSNC4pICovXG4gIG5hbWU6IHN0cmluZztcblxuICAvKiogSHVtYW4gcmVhZGFibGUgdGV4dCBkZXNjcmliaW5nIHRoZSBwYWNrYWdlLiAqL1xuICBkZXNjcmlwdGlvbj86IHN0cmluZztcbn1cbiJdfQ==
|
|
@@ -1,17 +1,26 @@
|
|
|
1
1
|
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { Reference } from "./reference";
|
|
3
|
+
/** How the page is generated: html | markdown | xml | generated (GuidePageGeneration, required). */
|
|
4
|
+
export declare const GUIDE_PAGE_GENERATION: {
|
|
5
|
+
/** HTML: Page is proper xhtml with a div. */
|
|
6
|
+
readonly HTML: "html";
|
|
7
|
+
/** Markdown: Page is markdown with a div. */
|
|
8
|
+
readonly MARKDOWN: "markdown";
|
|
9
|
+
/** XML: Page is xml with a div. */
|
|
10
|
+
readonly XML: "xml";
|
|
11
|
+
/** Generated: Page is generated by the publication tool (e.g. list, example). */
|
|
12
|
+
readonly GENERATED: "generated";
|
|
13
|
+
};
|
|
14
|
+
export type GuidePageGeneration = (typeof GUIDE_PAGE_GENERATION)[keyof typeof GUIDE_PAGE_GENERATION];
|
|
2
15
|
export interface ImplementationGuide_Page extends BackboneElement {
|
|
3
|
-
/** The source address for the page. */
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
package?: Array<string>;
|
|
13
|
-
/** The format of the page. */
|
|
14
|
-
format?: string;
|
|
15
|
-
/** Nested Pages/Sections under this page. */
|
|
16
|
+
/** Where to find that page (name[x]: url). The source address for the page. */
|
|
17
|
+
nameUrl?: string;
|
|
18
|
+
/** Where to find that page (name[x]: Reference to Binary). */
|
|
19
|
+
nameReference?: Reference;
|
|
20
|
+
/** Short title shown for navigational assistance (e.g. table of contents, bread crumbs). (Required in R4.) */
|
|
21
|
+
title: string;
|
|
22
|
+
/** A code that indicates how the page is generated. (Required in R4.) */
|
|
23
|
+
generation: GuidePageGeneration;
|
|
24
|
+
/** Nested pages/sections under this page. */
|
|
16
25
|
page?: Array<ImplementationGuide_Page>;
|
|
17
26
|
}
|
|
@@ -1,3 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
3
|
+
exports.GUIDE_PAGE_GENERATION = void 0;
|
|
4
|
+
// FHIR ImplementationGuide_Page Type (ImplementationGuide.definition.page)
|
|
5
|
+
// StructureDefinition: https://hl7.org/fhir/R4/implementationguide.html (definition.page)
|
|
6
|
+
/** How the page is generated: html | markdown | xml | generated (GuidePageGeneration, required). */
|
|
7
|
+
exports.GUIDE_PAGE_GENERATION = {
|
|
8
|
+
/** HTML: Page is proper xhtml with a div. */
|
|
9
|
+
HTML: "html",
|
|
10
|
+
/** Markdown: Page is markdown with a div. */
|
|
11
|
+
MARKDOWN: "markdown",
|
|
12
|
+
/** XML: Page is xml with a div. */
|
|
13
|
+
XML: "xml",
|
|
14
|
+
/** Generated: Page is generated by the publication tool (e.g. list, example). */
|
|
15
|
+
GENERATED: "generated",
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW1wbGVtZW50YXRpb25ndWlkZV9wYWdlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2ltcGxlbWVudGF0aW9uZ3VpZGVfcGFnZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFHQSwyRUFBMkU7QUFFM0UsMEZBQTBGO0FBRTFGLG9HQUFvRztBQUN2RixRQUFBLHFCQUFxQixHQUFHO0lBQ25DLDZDQUE2QztJQUM3QyxJQUFJLEVBQUUsTUFBTTtJQUNaLDZDQUE2QztJQUM3QyxRQUFRLEVBQUUsVUFBVTtJQUNwQixtQ0FBbUM7SUFDbkMsR0FBRyxFQUFFLEtBQUs7SUFDVixpRkFBaUY7SUFDakYsU0FBUyxFQUFFLFdBQVc7Q0FDZCxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbi8vIEZISVIgSW1wbGVtZW50YXRpb25HdWlkZV9QYWdlIFR5cGUgKEltcGxlbWVudGF0aW9uR3VpZGUuZGVmaW5pdGlvbi5wYWdlKVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC9pbXBsZW1lbnRhdGlvbmd1aWRlLmh0bWwgKGRlZmluaXRpb24ucGFnZSlcblxuLyoqIEhvdyB0aGUgcGFnZSBpcyBnZW5lcmF0ZWQ6IGh0bWwgfCBtYXJrZG93biB8IHhtbCB8IGdlbmVyYXRlZCAoR3VpZGVQYWdlR2VuZXJhdGlvbiwgcmVxdWlyZWQpLiAqL1xuZXhwb3J0IGNvbnN0IEdVSURFX1BBR0VfR0VORVJBVElPTiA9IHtcbiAgLyoqIEhUTUw6IFBhZ2UgaXMgcHJvcGVyIHhodG1sIHdpdGggYSBkaXYuICovXG4gIEhUTUw6IFwiaHRtbFwiLFxuICAvKiogTWFya2Rvd246IFBhZ2UgaXMgbWFya2Rvd24gd2l0aCBhIGRpdi4gKi9cbiAgTUFSS0RPV046IFwibWFya2Rvd25cIixcbiAgLyoqIFhNTDogUGFnZSBpcyB4bWwgd2l0aCBhIGRpdi4gKi9cbiAgWE1MOiBcInhtbFwiLFxuICAvKiogR2VuZXJhdGVkOiBQYWdlIGlzIGdlbmVyYXRlZCBieSB0aGUgcHVibGljYXRpb24gdG9vbCAoZS5nLiBsaXN0LCBleGFtcGxlKS4gKi9cbiAgR0VORVJBVEVEOiBcImdlbmVyYXRlZFwiLFxufSBhcyBjb25zdDtcblxuZXhwb3J0IHR5cGUgR3VpZGVQYWdlR2VuZXJhdGlvbiA9XG4gICh0eXBlb2YgR1VJREVfUEFHRV9HRU5FUkFUSU9OKVtrZXlvZiB0eXBlb2YgR1VJREVfUEFHRV9HRU5FUkFUSU9OXTtcblxuZXhwb3J0IGludGVyZmFjZSBJbXBsZW1lbnRhdGlvbkd1aWRlX1BhZ2UgZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogV2hlcmUgdG8gZmluZCB0aGF0IHBhZ2UgKG5hbWVbeF06IHVybCkuIFRoZSBzb3VyY2UgYWRkcmVzcyBmb3IgdGhlIHBhZ2UuICovXG4gIG5hbWVVcmw/OiBzdHJpbmc7XG5cbiAgLyoqIFdoZXJlIHRvIGZpbmQgdGhhdCBwYWdlIChuYW1lW3hdOiBSZWZlcmVuY2UgdG8gQmluYXJ5KS4gKi9cbiAgbmFtZVJlZmVyZW5jZT86IFJlZmVyZW5jZTtcblxuICAvKiogU2hvcnQgdGl0bGUgc2hvd24gZm9yIG5hdmlnYXRpb25hbCBhc3Npc3RhbmNlIChlLmcuIHRhYmxlIG9mIGNvbnRlbnRzLCBicmVhZCBjcnVtYnMpLiAoUmVxdWlyZWQgaW4gUjQuKSAqL1xuICB0aXRsZTogc3RyaW5nO1xuXG4gIC8qKiBBIGNvZGUgdGhhdCBpbmRpY2F0ZXMgaG93IHRoZSBwYWdlIGlzIGdlbmVyYXRlZC4gKFJlcXVpcmVkIGluIFI0LikgKi9cbiAgZ2VuZXJhdGlvbjogR3VpZGVQYWdlR2VuZXJhdGlvbjtcblxuICAvKiogTmVzdGVkIHBhZ2VzL3NlY3Rpb25zIHVuZGVyIHRoaXMgcGFnZS4gKi9cbiAgcGFnZT86IEFycmF5PEltcGxlbWVudGF0aW9uR3VpZGVfUGFnZT47XG59XG4iXX0=
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import type { BackboneElement } from "./backboneelement";
|
|
2
2
|
import type { Reference } from "./reference";
|
|
3
3
|
export interface ImplementationGuide_Resource extends BackboneElement {
|
|
4
|
-
/**
|
|
5
|
-
|
|
6
|
-
/**
|
|
4
|
+
/** Location of the resource. Usually a relative URL within the implementation guide. (Required in R4.) */
|
|
5
|
+
reference: Reference;
|
|
6
|
+
/** Versions this applies to (if different to IG). FHIRVersion (required binding). */
|
|
7
|
+
fhirVersion?: Array<string>;
|
|
8
|
+
/** Human name for the resource. All resources SHOULD have a name; may be extracted from the resource (e.g. ValueSet.name). */
|
|
7
9
|
name?: string;
|
|
8
|
-
/**
|
|
10
|
+
/** Reason why included in guide. */
|
|
9
11
|
description?: string;
|
|
10
|
-
/**
|
|
11
|
-
|
|
12
|
-
/**
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
|
|
16
|
-
/** Another resource that this resource is an example for. This is mostly used for resources that are included as examples of StructureDefinitions. */
|
|
17
|
-
exampleFor?: Reference;
|
|
12
|
+
/** Is an example / What is this an example of? (example[x]: boolean | canonical StructureDefinition). */
|
|
13
|
+
exampleBoolean?: boolean;
|
|
14
|
+
/** If a reference, indicates the example is an example of the specified profile (canonical to StructureDefinition). */
|
|
15
|
+
exampleCanonical?: string;
|
|
16
|
+
/** Grouping this is part of. Must correspond to a package.id within this implementation guide. */
|
|
17
|
+
groupingId?: string;
|
|
18
18
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW1wbGVtZW50YXRpb25ndWlkZV9yZXNvdXJjZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9pbXBsZW1lbnRhdGlvbmd1aWRlX3Jlc291cmNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IEJhY2tib25lRWxlbWVudCB9IGZyb20gXCIuL2JhY2tib25lZWxlbWVudFwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuLy8gRkhJUiBJbXBsZW1lbnRhdGlvbkd1aWRlX1Jlc291cmNlIFR5cGUgKEltcGxlbWVudGF0aW9uR3VpZGUuZGVmaW5pdGlvbi5yZXNvdXJjZSlcblxuLy8gU3RydWN0dXJlRGVmaW5pdGlvbjogaHR0cHM6Ly9obDcub3JnL2ZoaXIvUjQvaW1wbGVtZW50YXRpb25ndWlkZS5odG1sIChkZWZpbml0aW9uLnJlc291cmNlKVxuXG5leHBvcnQgaW50ZXJmYWNlIEltcGxlbWVudGF0aW9uR3VpZGVfUmVzb3VyY2UgZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogTG9jYXRpb24gb2YgdGhlIHJlc291cmNlLiBVc3VhbGx5IGEgcmVsYXRpdmUgVVJMIHdpdGhpbiB0aGUgaW1wbGVtZW50YXRpb24gZ3VpZGUuIChSZXF1aXJlZCBpbiBSNC4pICovXG4gIHJlZmVyZW5jZTogUmVmZXJlbmNlO1xuXG4gIC8qKiBWZXJzaW9ucyB0aGlzIGFwcGxpZXMgdG8gKGlmIGRpZmZlcmVudCB0byBJRykuIEZISVJWZXJzaW9uIChyZXF1aXJlZCBiaW5kaW5nKS4gKi9cbiAgZmhpclZlcnNpb24/OiBBcnJheTxzdHJpbmc+O1xuXG4gIC8qKiBIdW1hbiBuYW1lIGZvciB0aGUgcmVzb3VyY2UuIEFsbCByZXNvdXJjZXMgU0hPVUxEIGhhdmUgYSBuYW1lOyBtYXkgYmUgZXh0cmFjdGVkIGZyb20gdGhlIHJlc291cmNlIChlLmcuIFZhbHVlU2V0Lm5hbWUpLiAqL1xuICBuYW1lPzogc3RyaW5nO1xuXG4gIC8qKiBSZWFzb24gd2h5IGluY2x1ZGVkIGluIGd1aWRlLiAqL1xuICBkZXNjcmlwdGlvbj86IHN0cmluZztcblxuICAvKiogSXMgYW4gZXhhbXBsZSAvIFdoYXQgaXMgdGhpcyBhbiBleGFtcGxlIG9mPyAoZXhhbXBsZVt4XTogYm9vbGVhbiB8IGNhbm9uaWNhbCBTdHJ1Y3R1cmVEZWZpbml0aW9uKS4gKi9cbiAgZXhhbXBsZUJvb2xlYW4/OiBib29sZWFuO1xuXG4gIC8qKiBJZiBhIHJlZmVyZW5jZSwgaW5kaWNhdGVzIHRoZSBleGFtcGxlIGlzIGFuIGV4YW1wbGUgb2YgdGhlIHNwZWNpZmllZCBwcm9maWxlIChjYW5vbmljYWwgdG8gU3RydWN0dXJlRGVmaW5pdGlvbikuICovXG4gIGV4YW1wbGVDYW5vbmljYWw/OiBzdHJpbmc7XG5cbiAgLyoqIEdyb3VwaW5nIHRoaXMgaXMgcGFydCBvZi4gTXVzdCBjb3JyZXNwb25kIHRvIGEgcGFja2FnZS5pZCB3aXRoaW4gdGhpcyBpbXBsZW1lbnRhdGlvbiBndWlkZS4gKi9cbiAgZ3JvdXBpbmdJZD86IHN0cmluZztcbn1cbiJdfQ==
|
package/lib/index.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export * from "./activitydefinition_participant";
|
|
|
11
11
|
export * from "./address";
|
|
12
12
|
export * from "./adverseevent";
|
|
13
13
|
export * from "./adverseevent_suspectentity";
|
|
14
|
+
export * from "./adverseevent_suspectentity_causality";
|
|
14
15
|
export * from "./age";
|
|
15
16
|
export * from "./allergyintolerance";
|
|
16
17
|
export * from "./allergyintolerance_reaction";
|
|
@@ -27,8 +28,9 @@ export * from "./auditevent_network";
|
|
|
27
28
|
export * from "./auditevent_source";
|
|
28
29
|
export * from "./backboneelement";
|
|
29
30
|
export * from "./basic";
|
|
31
|
+
export * from "./biologicallyderivedproduct";
|
|
30
32
|
export * from "./binary";
|
|
31
|
-
export * from "./
|
|
33
|
+
export * from "./bodystructure";
|
|
32
34
|
export * from "./bundle";
|
|
33
35
|
export * from "./bundle_entry";
|
|
34
36
|
export * from "./bundle_link";
|
|
@@ -56,8 +58,14 @@ export * from "./careplan_activity";
|
|
|
56
58
|
export * from "./careplan_detail";
|
|
57
59
|
export * from "./careteam";
|
|
58
60
|
export * from "./careteam_participant";
|
|
61
|
+
export * from "./catalogentry";
|
|
62
|
+
export * from "./catalogentry_relatedentry";
|
|
59
63
|
export * from "./chargeitem";
|
|
60
|
-
export * from "./
|
|
64
|
+
export * from "./chargeitem_performer";
|
|
65
|
+
export * from "./chargeitemdefinition";
|
|
66
|
+
export * from "./chargeitemdefinition_applicability";
|
|
67
|
+
export * from "./chargeitemdefinition_propertygroup";
|
|
68
|
+
export * from "./chargeitemdefinition_propertygroup_pricecomponent";
|
|
61
69
|
export * from "./claim";
|
|
62
70
|
export * from "./claimresponse";
|
|
63
71
|
export * from "./claimresponse_additem";
|
|
@@ -70,11 +78,12 @@ export * from "./claimresponse_item";
|
|
|
70
78
|
export * from "./claimresponse_payment";
|
|
71
79
|
export * from "./claimresponse_processnote";
|
|
72
80
|
export * from "./claimresponse_subdetail";
|
|
81
|
+
export * from "./claimresponse_total";
|
|
73
82
|
export * from "./claim_accident";
|
|
74
83
|
export * from "./claim_careteam";
|
|
75
84
|
export * from "./claim_detail";
|
|
76
85
|
export * from "./claim_diagnosis";
|
|
77
|
-
export * from "./
|
|
86
|
+
export * from "./claim_supportinginfo";
|
|
78
87
|
export * from "./claim_insurance";
|
|
79
88
|
export * from "./claim_item";
|
|
80
89
|
export * from "./claim_payee";
|
|
@@ -113,6 +122,7 @@ export * from "./conceptmap_unmapped";
|
|
|
113
122
|
export * from "./condition";
|
|
114
123
|
export * from "./condition_evidence";
|
|
115
124
|
export * from "./condition_stage";
|
|
125
|
+
export * from "./constants";
|
|
116
126
|
export * from "./consent";
|
|
117
127
|
export * from "./consent_actor";
|
|
118
128
|
export * from "./consent_actor1";
|
|
@@ -120,11 +130,14 @@ export * from "./consent_data";
|
|
|
120
130
|
export * from "./consent_data1";
|
|
121
131
|
export * from "./consent_except";
|
|
122
132
|
export * from "./consent_policy";
|
|
133
|
+
export * from "./consent_provision";
|
|
134
|
+
export * from "./consent_verification";
|
|
123
135
|
export * from "./contactdetail";
|
|
124
136
|
export * from "./contactpoint";
|
|
125
137
|
export * from "./contract";
|
|
126
138
|
export * from "./contract_agent";
|
|
127
139
|
export * from "./contract_agent1";
|
|
140
|
+
export * from "./contract_contentdefinition";
|
|
128
141
|
export * from "./contract_friendly";
|
|
129
142
|
export * from "./contract_legal";
|
|
130
143
|
export * from "./contract_rule";
|
|
@@ -135,17 +148,19 @@ export * from "./contract_valueditem1";
|
|
|
135
148
|
export * from "./contributor";
|
|
136
149
|
export * from "./count";
|
|
137
150
|
export * from "./coverage";
|
|
151
|
+
export * from "./coverage_class";
|
|
152
|
+
export * from "./coverage_costtobeneficiary";
|
|
153
|
+
export * from "./coverage_costtobeneficiary_exception";
|
|
138
154
|
export * from "./coverage_grouping";
|
|
139
|
-
export * from "./dataelement";
|
|
140
|
-
export * from "./dataelement_mapping";
|
|
141
155
|
export * from "./datarequirement";
|
|
142
156
|
export * from "./datarequirement_codefilter";
|
|
143
157
|
export * from "./datarequirement_datefilter";
|
|
158
|
+
export * from "./datarequirement_sort";
|
|
144
159
|
export * from "./detectedissue";
|
|
160
|
+
export * from "./detectedissue_evidence";
|
|
145
161
|
export * from "./detectedissue_mitigation";
|
|
146
162
|
export * from "./device";
|
|
147
|
-
export * from "./
|
|
148
|
-
export * from "./devicecomponent_productionspecification";
|
|
163
|
+
export * from "./devicedefinition";
|
|
149
164
|
export * from "./devicemetric";
|
|
150
165
|
export * from "./devicemetric_calibration";
|
|
151
166
|
export * from "./devicerequest";
|
|
@@ -153,7 +168,7 @@ export * from "./devicerequest_requester";
|
|
|
153
168
|
export * from "./deviceusestatement";
|
|
154
169
|
export * from "./device_udi";
|
|
155
170
|
export * from "./diagnosticreport";
|
|
156
|
-
export * from "./
|
|
171
|
+
export * from "./diagnosticreport_media";
|
|
157
172
|
export * from "./diagnosticreport_performer";
|
|
158
173
|
export * from "./distance";
|
|
159
174
|
export * from "./documentmanifest";
|
|
@@ -166,6 +181,7 @@ export * from "./documentreference_related";
|
|
|
166
181
|
export * from "./documentreference_relatesto";
|
|
167
182
|
export * from "./domainresource";
|
|
168
183
|
export * from "./dosage";
|
|
184
|
+
export * from "./dosage_doseandrate";
|
|
169
185
|
export * from "./duration";
|
|
170
186
|
export * from "./element";
|
|
171
187
|
export * from "./elementdefinition";
|
|
@@ -177,12 +193,13 @@ export * from "./elementdefinition_example";
|
|
|
177
193
|
export * from "./elementdefinition_mapping";
|
|
178
194
|
export * from "./elementdefinition_slicing";
|
|
179
195
|
export * from "./elementdefinition_type";
|
|
180
|
-
export * from "./
|
|
181
|
-
export * from "./
|
|
182
|
-
export * from "./
|
|
183
|
-
export * from "./
|
|
184
|
-
export * from "./
|
|
185
|
-
export * from "./
|
|
196
|
+
export * from "./coverageeligibilityrequest";
|
|
197
|
+
export * from "./coverageeligibilityresponse";
|
|
198
|
+
export * from "./coverageeligibilityresponse_benefitbalance";
|
|
199
|
+
export * from "./coverageeligibilityresponse_error";
|
|
200
|
+
export * from "./coverageeligibilityresponse_financial";
|
|
201
|
+
export * from "./coverageeligibilityresponse_insurance";
|
|
202
|
+
export * from "./effectevidencesynthesis";
|
|
186
203
|
export * from "./encounter";
|
|
187
204
|
export * from "./encounter_classhistory";
|
|
188
205
|
export * from "./encounter_diagnosis";
|
|
@@ -196,14 +213,11 @@ export * from "./enrollmentresponse";
|
|
|
196
213
|
export * from "./episodeofcare";
|
|
197
214
|
export * from "./episodeofcare_diagnosis";
|
|
198
215
|
export * from "./episodeofcare_statushistory";
|
|
199
|
-
export * from "./
|
|
200
|
-
export * from "./
|
|
201
|
-
export * from "./
|
|
202
|
-
export * from "./
|
|
203
|
-
export * from "./
|
|
204
|
-
export * from "./expansionprofile_excludedsystem";
|
|
205
|
-
export * from "./expansionprofile_fixedversion";
|
|
206
|
-
export * from "./expansionprofile_include";
|
|
216
|
+
export * from "./eventdefinition";
|
|
217
|
+
export * from "./expression";
|
|
218
|
+
export * from "./evidence";
|
|
219
|
+
export * from "./evidencevariable";
|
|
220
|
+
export * from "./evidencevariable_characteristic";
|
|
207
221
|
export * from "./explanationofbenefit";
|
|
208
222
|
export * from "./explanationofbenefit_accident";
|
|
209
223
|
export * from "./explanationofbenefit_additem";
|
|
@@ -223,6 +237,13 @@ export * from "./explanationofbenefit_procedure";
|
|
|
223
237
|
export * from "./explanationofbenefit_processnote";
|
|
224
238
|
export * from "./explanationofbenefit_related";
|
|
225
239
|
export * from "./explanationofbenefit_subdetail";
|
|
240
|
+
export * from "./explanationofbenefit_total";
|
|
241
|
+
export * from "./examplescenario";
|
|
242
|
+
export * from "./examplescenario_actor";
|
|
243
|
+
export * from "./examplescenario_instance";
|
|
244
|
+
export * from "./examplescenario_instance_containedinstance";
|
|
245
|
+
export * from "./examplescenario_instance_version";
|
|
246
|
+
export * from "./examplescenario_process";
|
|
226
247
|
export * from "./extension";
|
|
227
248
|
export * from "./familymemberhistory";
|
|
228
249
|
export * from "./familymemberhistory_condition";
|
|
@@ -239,17 +260,19 @@ export * from "./group_member";
|
|
|
239
260
|
export * from "./guidanceresponse";
|
|
240
261
|
export * from "./healthcareservice";
|
|
241
262
|
export * from "./healthcareservice_availabletime";
|
|
263
|
+
export * from "./healthcareservice_eligibility";
|
|
242
264
|
export * from "./healthcareservice_notavailable";
|
|
243
265
|
export * from "./humanname";
|
|
244
266
|
export * from "./identifier";
|
|
245
|
-
export * from "./imagingmanifest";
|
|
246
|
-
export * from "./imagingmanifest_instance";
|
|
247
|
-
export * from "./imagingmanifest_series";
|
|
248
|
-
export * from "./imagingmanifest_study";
|
|
249
267
|
export * from "./imagingstudy";
|
|
250
268
|
export * from "./imagingstudy_instance";
|
|
251
269
|
export * from "./imagingstudy_series";
|
|
270
|
+
export * from "./imagingstudy_series_performer";
|
|
252
271
|
export * from "./immunization";
|
|
272
|
+
export * from "./immunization_education";
|
|
273
|
+
export * from "./immunizationevaluation";
|
|
274
|
+
export * from "./immunization_performer";
|
|
275
|
+
export * from "./immunization_protocolapplied";
|
|
253
276
|
export * from "./immunizationrecommendation";
|
|
254
277
|
export * from "./immunizationrecommendation_datecriterion";
|
|
255
278
|
export * from "./immunizationrecommendation_protocol";
|
|
@@ -264,12 +287,15 @@ export * from "./implementationguide_global";
|
|
|
264
287
|
export * from "./implementationguide_package";
|
|
265
288
|
export * from "./implementationguide_page";
|
|
266
289
|
export * from "./implementationguide_resource";
|
|
290
|
+
export * from "./insuranceplan";
|
|
291
|
+
export * from "./invoice";
|
|
267
292
|
export * from "./library";
|
|
268
293
|
export * from "./linkage";
|
|
269
294
|
export * from "./linkage_item";
|
|
270
295
|
export * from "./list";
|
|
271
296
|
export * from "./list_entry";
|
|
272
297
|
export * from "./location";
|
|
298
|
+
export * from "./location_hoursofoperation";
|
|
273
299
|
export * from "./location_position";
|
|
274
300
|
export * from "./measure";
|
|
275
301
|
export * from "./measurereport";
|
|
@@ -278,11 +304,14 @@ export * from "./measurereport_population";
|
|
|
278
304
|
export * from "./measurereport_population1";
|
|
279
305
|
export * from "./measurereport_stratifier";
|
|
280
306
|
export * from "./measurereport_stratum";
|
|
307
|
+
export * from "./measurereport_stratum_component";
|
|
281
308
|
export * from "./measure_group";
|
|
282
309
|
export * from "./measure_population";
|
|
283
310
|
export * from "./measure_stratifier";
|
|
311
|
+
export * from "./measure_stratifier_component";
|
|
284
312
|
export * from "./measure_supplementaldata";
|
|
285
313
|
export * from "./media";
|
|
314
|
+
export * from "./marketingstatus";
|
|
286
315
|
export * from "./medication";
|
|
287
316
|
export * from "./medicationadministration";
|
|
288
317
|
export * from "./medicationadministration_dosage";
|
|
@@ -292,13 +321,44 @@ export * from "./medicationdispense_performer";
|
|
|
292
321
|
export * from "./medicationdispense_substitution";
|
|
293
322
|
export * from "./medicationrequest";
|
|
294
323
|
export * from "./medicationrequest_dispenserequest";
|
|
324
|
+
export * from "./medicationrequest_dispenserequest_initialfill";
|
|
295
325
|
export * from "./medicationrequest_requester";
|
|
296
326
|
export * from "./medicationrequest_substitution";
|
|
297
327
|
export * from "./medicationstatement";
|
|
328
|
+
export * from "./medicationknowledge";
|
|
298
329
|
export * from "./medication_batch";
|
|
299
330
|
export * from "./medication_content";
|
|
300
331
|
export * from "./medication_ingredient";
|
|
301
332
|
export * from "./medication_package";
|
|
333
|
+
export * from "./medicinalproduct";
|
|
334
|
+
export * from "./medicinalproduct_manufacturingbusinessoperation";
|
|
335
|
+
export * from "./medicinalproduct_name";
|
|
336
|
+
export * from "./medicinalproduct_name_countrylanguage";
|
|
337
|
+
export * from "./medicinalproduct_name_namepart";
|
|
338
|
+
export * from "./medicinalproduct_specialdesignation";
|
|
339
|
+
export * from "./medicinalproductauthorization";
|
|
340
|
+
export * from "./medicinalproductauthorization_jurisdictionalauthorization";
|
|
341
|
+
export * from "./medicinalproductauthorization_procedure";
|
|
342
|
+
export * from "./medicinalproductcontraindication";
|
|
343
|
+
export * from "./medicinalproductindication";
|
|
344
|
+
export * from "./medicinalproductindication_othertherapy";
|
|
345
|
+
export * from "./medicinalproductingredient";
|
|
346
|
+
export * from "./medicinalproductingredient_specifiedsubstance";
|
|
347
|
+
export * from "./medicinalproductingredient_specifiedsubstance_strength";
|
|
348
|
+
export * from "./medicinalproductingredient_specifiedsubstance_strength_referencestrength";
|
|
349
|
+
export * from "./medicinalproductingredient_substance";
|
|
350
|
+
export * from "./medicinalproductinteraction";
|
|
351
|
+
export * from "./medicinalproductinteraction_interactant";
|
|
352
|
+
export * from "./medicinalproductmanufactured";
|
|
353
|
+
export * from "./medicinalproductpackaged";
|
|
354
|
+
export * from "./medicinalproductpackaged_batchidentifier";
|
|
355
|
+
export * from "./medicinalproductpackaged_packageitem";
|
|
356
|
+
export * from "./medicinalproductpharmaceutical";
|
|
357
|
+
export * from "./medicinalproductpharmaceutical_characteristics";
|
|
358
|
+
export * from "./medicinalproductpharmaceutical_routeofadministration";
|
|
359
|
+
export * from "./medicinalproductpharmaceutical_routeofadministration_targetspecies";
|
|
360
|
+
export * from "./medicinalproductpharmaceutical_routeofadministration_targetspecies_withdrawalperiod";
|
|
361
|
+
export * from "./medicinalproductundesirableeffect";
|
|
302
362
|
export * from "./messagedefinition";
|
|
303
363
|
export * from "./messagedefinition_allowedresponse";
|
|
304
364
|
export * from "./messagedefinition_focus";
|
|
@@ -322,14 +382,17 @@ export * from "./observation";
|
|
|
322
382
|
export * from "./observation_component";
|
|
323
383
|
export * from "./observation_referencerange";
|
|
324
384
|
export * from "./observation_related";
|
|
385
|
+
export * from "./observationdefinition";
|
|
325
386
|
export * from "./operationdefinition";
|
|
326
387
|
export * from "./operationdefinition_binding";
|
|
327
388
|
export * from "./operationdefinition_overload";
|
|
328
389
|
export * from "./operationdefinition_parameter";
|
|
390
|
+
export * from "./operationdefinition_referencedfrom";
|
|
329
391
|
export * from "./operationoutcome";
|
|
330
392
|
export * from "./operationoutcome_issue";
|
|
331
393
|
export * from "./organization";
|
|
332
394
|
export * from "./organization_contact";
|
|
395
|
+
export * from "./organizationaffiliation";
|
|
333
396
|
export * from "./parameterdefinition";
|
|
334
397
|
export * from "./parameters";
|
|
335
398
|
export * from "./parameters_parameter";
|
|
@@ -353,20 +416,17 @@ export * from "./plandefinition_goal";
|
|
|
353
416
|
export * from "./plandefinition_participant";
|
|
354
417
|
export * from "./plandefinition_relatedaction";
|
|
355
418
|
export * from "./plandefinition_target";
|
|
419
|
+
export * from "./population";
|
|
356
420
|
export * from "./practitioner";
|
|
357
421
|
export * from "./practitionerrole";
|
|
358
422
|
export * from "./practitionerrole_availabletime";
|
|
359
423
|
export * from "./practitionerrole_notavailable";
|
|
360
424
|
export * from "./practitioner_qualification";
|
|
361
425
|
export * from "./procedure";
|
|
362
|
-
export * from "./procedurerequest";
|
|
363
|
-
export * from "./procedurerequest_requester";
|
|
364
426
|
export * from "./procedure_focaldevice";
|
|
365
427
|
export * from "./procedure_performer";
|
|
366
|
-
export * from "./
|
|
367
|
-
export * from "./
|
|
368
|
-
export * from "./processresponse";
|
|
369
|
-
export * from "./processresponse_processnote";
|
|
428
|
+
export * from "./prodcharacteristic";
|
|
429
|
+
export * from "./productshelflife";
|
|
370
430
|
export * from "./provenance";
|
|
371
431
|
export * from "./provenance_agent";
|
|
372
432
|
export * from "./provenance_entity";
|
|
@@ -376,19 +436,21 @@ export * from "./questionnaireresponse";
|
|
|
376
436
|
export * from "./questionnaireresponse_answer";
|
|
377
437
|
export * from "./questionnaireresponse_item";
|
|
378
438
|
export * from "./questionnaire_enablewhen";
|
|
439
|
+
export * from "./questionnaire_initial";
|
|
379
440
|
export * from "./questionnaire_item";
|
|
380
441
|
export * from "./questionnaire_option";
|
|
381
442
|
export * from "./range";
|
|
382
443
|
export * from "./ratio";
|
|
383
444
|
export * from "./reference";
|
|
384
|
-
export * from "./referralrequest";
|
|
385
|
-
export * from "./referralrequest_requester";
|
|
386
445
|
export * from "./relatedartifact";
|
|
446
|
+
export * from "./relatedperson_communication";
|
|
387
447
|
export * from "./relatedperson";
|
|
388
448
|
export * from "./requestgroup";
|
|
389
449
|
export * from "./requestgroup_action";
|
|
390
450
|
export * from "./requestgroup_condition";
|
|
391
451
|
export * from "./requestgroup_relatedaction";
|
|
452
|
+
export * from "./researchdefinition";
|
|
453
|
+
export * from "./researchelementdefinition";
|
|
392
454
|
export * from "./researchstudy";
|
|
393
455
|
export * from "./researchstudy_arm";
|
|
394
456
|
export * from "./researchsubject";
|
|
@@ -396,23 +458,28 @@ export * from "./resource";
|
|
|
396
458
|
export * from "./resourcelist";
|
|
397
459
|
export * from "./riskassessment";
|
|
398
460
|
export * from "./riskassessment_prediction";
|
|
461
|
+
export * from "./riskevidencesynthesis";
|
|
399
462
|
export * from "./sampleddata";
|
|
400
463
|
export * from "./schedule";
|
|
401
464
|
export * from "./searchparameter";
|
|
402
465
|
export * from "./searchparameter_component";
|
|
403
|
-
export * from "./
|
|
404
|
-
export * from "./
|
|
405
|
-
export * from "./
|
|
406
|
-
export * from "./
|
|
407
|
-
export * from "./
|
|
408
|
-
export * from "./
|
|
466
|
+
export * from "./molecularsequence";
|
|
467
|
+
export * from "./molecularsequence_quality";
|
|
468
|
+
export * from "./molecularsequence_quality_roc";
|
|
469
|
+
export * from "./molecularsequence_referenceseq";
|
|
470
|
+
export * from "./molecularsequence_repository";
|
|
471
|
+
export * from "./molecularsequence_structurevariant";
|
|
472
|
+
export * from "./molecularsequence_variant";
|
|
473
|
+
export * from "./servicerequest";
|
|
409
474
|
export * from "./signature";
|
|
410
475
|
export * from "./slot";
|
|
411
476
|
export * from "./specimen";
|
|
412
477
|
export * from "./specimen_collection";
|
|
413
478
|
export * from "./specimen_container";
|
|
414
479
|
export * from "./specimen_processing";
|
|
480
|
+
export * from "./specimendefinition";
|
|
415
481
|
export * from "./structuredefinition";
|
|
482
|
+
export * from "./structuredefinition_context";
|
|
416
483
|
export * from "./structuredefinition_differential";
|
|
417
484
|
export * from "./structuredefinition_mapping";
|
|
418
485
|
export * from "./structuredefinition_snapshot";
|
|
@@ -430,6 +497,12 @@ export * from "./subscription_channel";
|
|
|
430
497
|
export * from "./substance";
|
|
431
498
|
export * from "./substance_ingredient";
|
|
432
499
|
export * from "./substance_instance";
|
|
500
|
+
export * from "./substancenucleicacid";
|
|
501
|
+
export * from "./substancepolymer";
|
|
502
|
+
export * from "./substanceprotein";
|
|
503
|
+
export * from "./substancereferenceinformation";
|
|
504
|
+
export * from "./substancespecification";
|
|
505
|
+
export * from "./substancesourcematerial";
|
|
433
506
|
export * from "./supplydelivery";
|
|
434
507
|
export * from "./supplydelivery_supplieditem";
|
|
435
508
|
export * from "./supplyrequest";
|
|
@@ -477,6 +550,7 @@ export * from "./testscript_setup";
|
|
|
477
550
|
export * from "./testscript_teardown";
|
|
478
551
|
export * from "./testscript_test";
|
|
479
552
|
export * from "./testscript_variable";
|
|
553
|
+
export * from "./terminologycapabilities";
|
|
480
554
|
export * from "./timing";
|
|
481
555
|
export * from "./timing_repeat";
|
|
482
556
|
export * from "./triggerdefinition";
|
|
@@ -490,5 +564,9 @@ export * from "./valueset_expansion";
|
|
|
490
564
|
export * from "./valueset_filter";
|
|
491
565
|
export * from "./valueset_include";
|
|
492
566
|
export * from "./valueset_parameter";
|
|
567
|
+
export * from "./verificationresult";
|
|
568
|
+
export * from "./verificationresult_attestation";
|
|
569
|
+
export * from "./verificationresult_primarysource";
|
|
570
|
+
export * from "./verificationresult_validator";
|
|
493
571
|
export * from "./visionprescription";
|
|
494
572
|
export * from "./visionprescription_dispense";
|