@openhi/types 0.0.8 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fhir-r4-types.md +558 -0
- package/lib/account.d.ts +38 -17
- package/lib/account.js +17 -1
- package/lib/account_coverage.d.ts +2 -4
- package/lib/account_coverage.js +1 -1
- package/lib/account_guarantor.js +1 -1
- package/lib/activitydefinition.d.ts +83 -45
- package/lib/activitydefinition.js +1 -1
- package/lib/activitydefinition_dynamicvalue.d.ts +5 -8
- package/lib/activitydefinition_dynamicvalue.js +1 -1
- package/lib/activitydefinition_participant.d.ts +15 -3
- package/lib/activitydefinition_participant.js +15 -1
- package/lib/address.d.ts +35 -11
- package/lib/address.js +26 -1
- package/lib/adverseevent.d.ts +59 -22
- package/lib/adverseevent.js +16 -1
- package/lib/adverseevent_suspectentity.d.ts +4 -14
- package/lib/adverseevent_suspectentity.js +1 -1
- package/lib/adverseevent_suspectentity_causality.d.ts +14 -0
- package/lib/adverseevent_suspectentity_causality.js +3 -0
- package/lib/age.d.ts +3 -2
- package/lib/age.js +1 -1
- package/lib/allergyintolerance.d.ts +63 -9
- package/lib/allergyintolerance.js +51 -1
- package/lib/allergyintolerance_reaction.d.ts +11 -1
- package/lib/allergyintolerance_reaction.js +13 -1
- package/lib/annotation.d.ts +5 -5
- package/lib/annotation.js +1 -1
- package/lib/appointment.d.ts +38 -10
- package/lib/appointment.js +27 -1
- package/lib/appointment_participant.d.ts +31 -6
- package/lib/appointment_participant.js +24 -1
- package/lib/appointmentresponse.d.ts +22 -8
- package/lib/appointmentresponse.js +17 -1
- package/lib/attachment.d.ts +1 -1
- package/lib/attachment.js +1 -1
- package/lib/auditevent.d.ts +43 -13
- package/lib/auditevent.js +28 -1
- package/lib/auditevent_agent.d.ts +16 -12
- package/lib/auditevent_agent.js +1 -1
- package/lib/auditevent_detail.d.ts +6 -4
- package/lib/auditevent_detail.js +1 -1
- package/lib/auditevent_entity.d.ts +15 -12
- package/lib/auditevent_entity.js +1 -1
- package/lib/auditevent_network.d.ts +18 -3
- package/lib/auditevent_network.js +17 -1
- package/lib/auditevent_source.d.ts +6 -5
- package/lib/auditevent_source.js +1 -1
- package/lib/backboneelement.d.ts +2 -1
- package/lib/backboneelement.js +1 -1
- package/lib/basic.d.ts +6 -5
- package/lib/basic.js +1 -1
- package/lib/binary.d.ts +5 -4
- package/lib/binary.js +1 -1
- package/lib/biologicallyderivedproduct.d.ts +54 -0
- package/lib/biologicallyderivedproduct.js +26 -0
- package/lib/bodystructure.d.ts +26 -0
- package/lib/bodystructure.js +3 -0
- package/lib/bundle.d.ts +32 -7
- package/lib/bundle.js +25 -1
- package/lib/bundle_entry.d.ts +6 -7
- package/lib/bundle_entry.js +1 -1
- package/lib/bundle_link.d.ts +4 -3
- package/lib/bundle_link.js +1 -1
- package/lib/bundle_request.d.ts +25 -8
- package/lib/bundle_request.js +19 -1
- package/lib/bundle_response.d.ts +7 -6
- package/lib/bundle_response.js +1 -1
- package/lib/bundle_search.d.ts +14 -3
- package/lib/bundle_search.js +13 -1
- package/lib/capabilitystatement.d.ts +35 -15
- package/lib/capabilitystatement.js +24 -1
- package/lib/capabilitystatement_certificate.d.ts +3 -2
- package/lib/capabilitystatement_certificate.js +1 -1
- package/lib/capabilitystatement_document.d.ts +13 -5
- package/lib/capabilitystatement_document.js +11 -1
- package/lib/capabilitystatement_endpoint.d.ts +4 -3
- package/lib/capabilitystatement_endpoint.js +1 -1
- package/lib/capabilitystatement_event.d.ts +28 -9
- package/lib/capabilitystatement_event.js +20 -1
- package/lib/capabilitystatement_implementation.d.ts +7 -3
- package/lib/capabilitystatement_implementation.js +1 -1
- package/lib/capabilitystatement_interaction.d.ts +26 -3
- package/lib/capabilitystatement_interaction.js +25 -1
- package/lib/capabilitystatement_interaction1.d.ts +16 -3
- package/lib/capabilitystatement_interaction1.js +15 -1
- package/lib/capabilitystatement_messaging.d.ts +6 -2
- package/lib/capabilitystatement_messaging.js +1 -1
- package/lib/capabilitystatement_operation.d.ts +7 -5
- package/lib/capabilitystatement_operation.js +1 -1
- package/lib/capabilitystatement_resource.d.ts +63 -12
- package/lib/capabilitystatement_resource.js +46 -1
- package/lib/capabilitystatement_rest.d.ts +18 -9
- package/lib/capabilitystatement_rest.js +11 -1
- package/lib/capabilitystatement_searchparam.d.ts +29 -6
- package/lib/capabilitystatement_searchparam.js +25 -1
- package/lib/capabilitystatement_security.d.ts +5 -4
- package/lib/capabilitystatement_security.js +1 -1
- package/lib/capabilitystatement_software.d.ts +5 -4
- package/lib/capabilitystatement_software.js +1 -1
- package/lib/capabilitystatement_supportedmessage.d.ts +12 -5
- package/lib/capabilitystatement_supportedmessage.js +11 -1
- package/lib/careplan.d.ts +66 -24
- package/lib/careplan.js +36 -1
- package/lib/careplan_activity.d.ts +9 -5
- package/lib/careplan_activity.js +1 -1
- package/lib/careplan_detail.d.ts +49 -21
- package/lib/careplan_detail.js +25 -1
- package/lib/careteam.d.ts +31 -14
- package/lib/careteam.js +17 -1
- package/lib/careteam_participant.d.ts +5 -5
- package/lib/careteam_participant.js +1 -1
- package/lib/catalogentry.d.ts +37 -0
- package/lib/catalogentry.js +3 -0
- package/lib/catalogentry_relatedentry.d.ts +16 -0
- package/lib/catalogentry_relatedentry.js +13 -0
- package/lib/chargeitem.d.ts +56 -30
- package/lib/chargeitem.js +21 -1
- package/lib/chargeitem_performer.d.ts +9 -0
- package/lib/chargeitem_performer.js +3 -0
- package/lib/chargeitemdefinition.d.ts +60 -0
- package/lib/chargeitemdefinition.js +3 -0
- package/lib/chargeitemdefinition_applicability.d.ts +9 -0
- package/lib/chargeitemdefinition_applicability.js +3 -0
- package/lib/chargeitemdefinition_propertygroup.d.ts +9 -0
- package/lib/chargeitemdefinition_propertygroup.js +3 -0
- package/lib/chargeitemdefinition_propertygroup_pricecomponent.d.ts +30 -0
- package/lib/chargeitemdefinition_propertygroup_pricecomponent.js +21 -0
- package/lib/claim.d.ts +29 -21
- package/lib/claim.js +13 -1
- package/lib/claim_accident.d.ts +5 -5
- package/lib/claim_accident.js +1 -1
- package/lib/claim_careteam.d.ts +6 -6
- package/lib/claim_careteam.js +1 -1
- package/lib/claim_detail.d.ts +14 -14
- package/lib/claim_detail.js +1 -1
- package/lib/claim_diagnosis.d.ts +8 -6
- package/lib/claim_diagnosis.js +1 -1
- package/lib/claim_insurance.d.ts +11 -8
- package/lib/claim_insurance.js +1 -1
- package/lib/claim_item.d.ts +29 -29
- package/lib/claim_item.js +1 -1
- package/lib/claim_payee.d.ts +2 -5
- package/lib/claim_payee.js +1 -1
- package/lib/claim_procedure.d.ts +9 -5
- package/lib/claim_procedure.js +1 -1
- package/lib/claim_related.d.ts +3 -3
- package/lib/claim_related.js +1 -1
- package/lib/claim_subdetail.d.ts +13 -13
- package/lib/claim_subdetail.js +1 -1
- package/lib/claim_supportinginfo.d.ts +30 -0
- package/lib/claim_supportinginfo.js +3 -0
- package/lib/claimresponse.d.ts +72 -35
- package/lib/claimresponse.js +26 -1
- package/lib/claimresponse_additem.d.ts +43 -15
- package/lib/claimresponse_additem.js +1 -1
- package/lib/claimresponse_adjudication.d.ts +4 -4
- package/lib/claimresponse_adjudication.js +1 -1
- package/lib/claimresponse_detail.d.ts +6 -6
- package/lib/claimresponse_detail.js +1 -1
- package/lib/claimresponse_detail1.d.ts +17 -12
- package/lib/claimresponse_detail1.js +1 -1
- package/lib/claimresponse_error.d.ts +7 -7
- package/lib/claimresponse_error.js +1 -1
- package/lib/claimresponse_insurance.d.ts +8 -9
- package/lib/claimresponse_insurance.js +1 -1
- package/lib/claimresponse_item.d.ts +7 -6
- package/lib/claimresponse_item.js +1 -1
- package/lib/claimresponse_payment.d.ts +8 -8
- package/lib/claimresponse_payment.js +1 -1
- package/lib/claimresponse_processnote.d.ts +5 -5
- package/lib/claimresponse_processnote.js +1 -1
- package/lib/claimresponse_subdetail.d.ts +4 -4
- package/lib/claimresponse_subdetail.js +1 -1
- package/lib/claimresponse_total.d.ts +9 -0
- package/lib/claimresponse_total.js +3 -0
- package/lib/clinicalimpression.d.ts +33 -19
- package/lib/clinicalimpression.js +15 -1
- package/lib/clinicalimpression_finding.d.ts +3 -3
- package/lib/clinicalimpression_finding.js +1 -1
- package/lib/clinicalimpression_investigation.d.ts +2 -2
- package/lib/clinicalimpression_investigation.js +1 -1
- package/lib/codeableconcept.js +1 -1
- package/lib/codesystem.d.ts +36 -7
- package/lib/codesystem.js +28 -1
- package/lib/codesystem_concept.d.ts +6 -6
- package/lib/codesystem_concept.js +1 -1
- package/lib/codesystem_designation.d.ts +4 -4
- package/lib/codesystem_designation.js +1 -1
- package/lib/codesystem_filter.d.ts +7 -7
- package/lib/codesystem_filter.js +1 -1
- package/lib/codesystem_property.d.ts +24 -6
- package/lib/codesystem_property.js +21 -1
- package/lib/codesystem_property1.d.ts +10 -8
- package/lib/codesystem_property1.js +1 -1
- package/lib/coding.d.ts +5 -5
- package/lib/coding.js +1 -1
- package/lib/communication.d.ts +50 -14
- package/lib/communication.js +32 -1
- package/lib/communication_payload.d.ts +3 -3
- package/lib/communication_payload.js +1 -1
- package/lib/communicationrequest.d.ts +45 -13
- package/lib/communicationrequest.js +31 -1
- package/lib/communicationrequest_payload.d.ts +3 -3
- package/lib/communicationrequest_payload.js +1 -1
- package/lib/communicationrequest_requester.js +1 -1
- package/lib/compartmentdefinition.d.ts +27 -15
- package/lib/compartmentdefinition.js +17 -1
- package/lib/compartmentdefinition_resource.d.ts +3 -3
- package/lib/compartmentdefinition_resource.js +1 -1
- package/lib/composition.d.ts +28 -16
- package/lib/composition.js +15 -1
- package/lib/composition_attester.d.ts +16 -4
- package/lib/composition_attester.js +15 -1
- package/lib/composition_event.d.ts +3 -3
- package/lib/composition_event.js +1 -1
- package/lib/composition_relatesto.d.ts +16 -4
- package/lib/composition_relatesto.js +15 -1
- package/lib/composition_section.d.ts +14 -9
- package/lib/composition_section.js +1 -1
- package/lib/conceptmap.d.ts +23 -23
- package/lib/conceptmap.js +1 -1
- package/lib/conceptmap_dependson.d.ts +6 -6
- package/lib/conceptmap_dependson.js +1 -1
- package/lib/conceptmap_element.d.ts +3 -3
- package/lib/conceptmap_element.js +1 -1
- package/lib/conceptmap_group.d.ts +6 -6
- package/lib/conceptmap_group.js +1 -1
- package/lib/conceptmap_target.d.ts +26 -2
- package/lib/conceptmap_target.js +27 -1
- package/lib/conceptmap_unmapped.d.ts +12 -2
- package/lib/conceptmap_unmapped.js +13 -1
- package/lib/condition.d.ts +43 -9
- package/lib/condition.js +36 -1
- package/lib/condition_evidence.js +1 -1
- package/lib/condition_stage.d.ts +4 -2
- package/lib/condition_stage.js +1 -1
- package/lib/consent.d.ts +40 -39
- package/lib/consent.js +19 -1
- package/lib/consent_actor.d.ts +2 -2
- package/lib/consent_actor.js +1 -1
- package/lib/consent_actor1.d.ts +2 -2
- package/lib/consent_actor1.js +1 -1
- package/lib/consent_data.d.ts +4 -3
- package/lib/consent_data.js +1 -1
- package/lib/consent_data1.d.ts +3 -2
- package/lib/consent_data1.js +1 -1
- package/lib/consent_except.d.ts +22 -12
- package/lib/consent_except.js +11 -1
- package/lib/consent_policy.d.ts +2 -2
- package/lib/consent_policy.js +1 -1
- package/lib/consent_provision.d.ts +38 -0
- package/lib/consent_provision.js +13 -0
- package/lib/consent_verification.d.ts +10 -0
- package/lib/consent_verification.js +3 -0
- package/lib/constants.d.ts +102 -0
- package/lib/constants.js +94 -0
- package/lib/contactdetail.d.ts +2 -2
- package/lib/contactdetail.js +1 -1
- package/lib/contactpoint.d.ts +35 -3
- package/lib/contactpoint.js +34 -1
- package/lib/contract.d.ts +67 -32
- package/lib/contract.js +1 -1
- package/lib/contract_agent.d.ts +2 -2
- package/lib/contract_agent.js +1 -1
- package/lib/contract_agent1.d.ts +2 -2
- package/lib/contract_agent1.js +1 -1
- package/lib/contract_contentdefinition.d.ts +17 -0
- package/lib/contract_contentdefinition.js +3 -0
- package/lib/contract_friendly.d.ts +2 -2
- package/lib/contract_friendly.js +1 -1
- package/lib/contract_legal.d.ts +2 -2
- package/lib/contract_legal.js +1 -1
- package/lib/contract_rule.d.ts +2 -2
- package/lib/contract_rule.js +1 -1
- package/lib/contract_signer.d.ts +3 -3
- package/lib/contract_signer.js +1 -1
- package/lib/contract_term.d.ts +9 -7
- package/lib/contract_term.js +1 -1
- package/lib/contract_valueditem.d.ts +14 -2
- package/lib/contract_valueditem.js +1 -1
- package/lib/contract_valueditem1.d.ts +18 -9
- package/lib/contract_valueditem1.js +1 -1
- package/lib/contributor.d.ts +17 -5
- package/lib/contributor.js +15 -1
- package/lib/count.d.ts +3 -2
- package/lib/count.js +1 -1
- package/lib/coverage.d.ts +48 -22
- package/lib/coverage.js +15 -1
- package/lib/coverage_class.d.ts +10 -0
- package/lib/coverage_class.js +3 -0
- package/lib/coverage_costtobeneficiary.d.ts +15 -0
- package/lib/coverage_costtobeneficiary.js +3 -0
- package/lib/coverage_costtobeneficiary_exception.d.ts +9 -0
- package/lib/coverage_costtobeneficiary_exception.js +3 -0
- package/lib/coverage_grouping.d.ts +6 -2
- package/lib/coverage_grouping.js +1 -1
- package/lib/coverageeligibilityrequest.d.ts +58 -0
- package/lib/coverageeligibilityrequest.js +3 -0
- package/lib/coverageeligibilityresponse.d.ts +56 -0
- package/lib/coverageeligibilityresponse.js +3 -0
- package/lib/coverageeligibilityresponse_benefitbalance.d.ts +34 -0
- package/lib/coverageeligibilityresponse_benefitbalance.js +3 -0
- package/lib/coverageeligibilityresponse_error.d.ts +7 -0
- package/lib/coverageeligibilityresponse_error.js +3 -0
- package/lib/coverageeligibilityresponse_financial.d.ts +20 -0
- package/lib/coverageeligibilityresponse_financial.js +3 -0
- package/lib/coverageeligibilityresponse_insurance.d.ts +17 -0
- package/lib/coverageeligibilityresponse_insurance.js +3 -0
- package/lib/datarequirement.d.ts +17 -6
- package/lib/datarequirement.js +1 -1
- package/lib/datarequirement_codefilter.d.ts +7 -13
- package/lib/datarequirement_codefilter.js +1 -1
- package/lib/datarequirement_datefilter.d.ts +6 -4
- package/lib/datarequirement_datefilter.js +1 -1
- package/lib/datarequirement_sort.d.ts +15 -0
- package/lib/datarequirement_sort.js +13 -0
- package/lib/detectedissue.d.ts +47 -11
- package/lib/detectedissue.js +32 -1
- package/lib/detectedissue_evidence.d.ts +10 -0
- package/lib/detectedissue_evidence.js +3 -0
- package/lib/detectedissue_mitigation.d.ts +2 -1
- package/lib/detectedissue_mitigation.js +1 -1
- package/lib/device.d.ts +33 -16
- package/lib/device.js +1 -1
- package/lib/device_udi.d.ts +29 -19
- package/lib/device_udi.js +17 -1
- package/lib/devicedefinition.d.ts +61 -0
- package/lib/devicedefinition.js +3 -0
- package/lib/devicemetric.d.ts +61 -13
- package/lib/devicemetric.js +45 -1
- package/lib/devicemetric_calibration.d.ts +32 -5
- package/lib/devicemetric_calibration.js +26 -1
- package/lib/devicerequest.d.ts +37 -28
- package/lib/devicerequest.js +1 -1
- package/lib/devicerequest_requester.js +1 -1
- package/lib/deviceusestatement.d.ts +40 -16
- package/lib/deviceusestatement.js +19 -1
- package/lib/diagnosticreport.d.ts +55 -26
- package/lib/diagnosticreport.js +27 -1
- package/lib/diagnosticreport_media.d.ts +12 -0
- package/lib/diagnosticreport_media.js +3 -0
- package/lib/diagnosticreport_performer.d.ts +2 -2
- package/lib/diagnosticreport_performer.js +1 -1
- package/lib/distance.d.ts +2 -2
- package/lib/distance.js +1 -1
- package/lib/documentmanifest.d.ts +14 -13
- package/lib/documentmanifest.js +1 -1
- package/lib/documentmanifest_content.d.ts +3 -2
- package/lib/documentmanifest_content.js +1 -1
- package/lib/documentmanifest_related.d.ts +2 -2
- package/lib/documentmanifest_related.js +1 -1
- package/lib/documentreference.d.ts +13 -14
- package/lib/documentreference.js +1 -1
- package/lib/documentreference_content.d.ts +2 -2
- package/lib/documentreference_content.js +1 -1
- package/lib/documentreference_context.d.ts +2 -2
- package/lib/documentreference_context.js +1 -1
- package/lib/documentreference_related.d.ts +2 -2
- package/lib/documentreference_related.js +1 -1
- package/lib/documentreference_relatesto.d.ts +14 -2
- package/lib/documentreference_relatesto.js +15 -1
- package/lib/domainresource.js +1 -1
- package/lib/dosage.d.ts +5 -13
- package/lib/dosage.js +1 -1
- package/lib/dosage_doseandrate.d.ts +20 -0
- package/lib/dosage_doseandrate.js +3 -0
- package/lib/duration.d.ts +3 -2
- package/lib/duration.js +1 -1
- package/lib/effectevidencesynthesis.d.ts +80 -0
- package/lib/effectevidencesynthesis.js +3 -0
- package/lib/element.js +1 -1
- package/lib/elementdefinition.d.ts +14 -1
- package/lib/elementdefinition.js +12 -1
- package/lib/elementdefinition_base.d.ts +6 -6
- package/lib/elementdefinition_base.js +1 -1
- package/lib/elementdefinition_binding.d.ts +15 -6
- package/lib/elementdefinition_binding.js +15 -1
- package/lib/elementdefinition_constraint.d.ts +12 -4
- package/lib/elementdefinition_constraint.js +11 -1
- package/lib/elementdefinition_discriminator.d.ts +17 -3
- package/lib/elementdefinition_discriminator.js +17 -1
- package/lib/elementdefinition_example.d.ts +2 -2
- package/lib/elementdefinition_example.js +1 -1
- package/lib/elementdefinition_mapping.d.ts +2 -2
- package/lib/elementdefinition_mapping.js +1 -1
- package/lib/elementdefinition_slicing.d.ts +11 -1
- package/lib/elementdefinition_slicing.js +13 -1
- package/lib/elementdefinition_type.d.ts +29 -9
- package/lib/elementdefinition_type.js +22 -1
- package/lib/encounter.d.ts +17 -14
- package/lib/encounter.js +1 -1
- package/lib/encounter_classhistory.d.ts +1 -1
- package/lib/encounter_classhistory.js +1 -1
- package/lib/encounter_diagnosis.d.ts +2 -2
- package/lib/encounter_diagnosis.js +1 -1
- package/lib/encounter_hospitalization.d.ts +4 -4
- package/lib/encounter_hospitalization.js +1 -1
- package/lib/encounter_location.d.ts +15 -3
- package/lib/encounter_location.js +15 -1
- package/lib/encounter_participant.d.ts +1 -1
- package/lib/encounter_participant.js +1 -1
- package/lib/encounter_statushistory.d.ts +24 -2
- package/lib/encounter_statushistory.js +25 -1
- package/lib/endpoint.d.ts +29 -13
- package/lib/endpoint.js +19 -1
- package/lib/enrollmentrequest.d.ts +10 -10
- package/lib/enrollmentrequest.js +1 -1
- package/lib/enrollmentresponse.d.ts +10 -11
- package/lib/enrollmentresponse.js +1 -1
- package/lib/episodeofcare.d.ts +13 -12
- package/lib/episodeofcare.js +1 -1
- package/lib/episodeofcare_diagnosis.d.ts +2 -2
- package/lib/episodeofcare_diagnosis.js +1 -1
- package/lib/episodeofcare_statushistory.d.ts +21 -3
- package/lib/episodeofcare_statushistory.js +21 -1
- package/lib/eventdefinition.d.ts +72 -0
- package/lib/eventdefinition.js +3 -0
- package/lib/evidence.d.ts +70 -0
- package/lib/evidence.js +3 -0
- package/lib/evidencevariable.d.ts +78 -0
- package/lib/evidencevariable.js +15 -0
- package/lib/evidencevariable_characteristic.d.ts +58 -0
- package/lib/evidencevariable_characteristic.js +21 -0
- package/lib/examplescenario.d.ts +47 -0
- package/lib/examplescenario.js +3 -0
- package/lib/examplescenario_actor.d.ts +19 -0
- package/lib/examplescenario_actor.js +13 -0
- package/lib/examplescenario_instance.d.ts +17 -0
- package/lib/examplescenario_instance.js +3 -0
- package/lib/examplescenario_instance_containedinstance.d.ts +7 -0
- package/lib/examplescenario_instance_containedinstance.js +3 -0
- package/lib/examplescenario_instance_version.d.ts +7 -0
- package/lib/examplescenario_instance_version.js +3 -0
- package/lib/examplescenario_process.d.ts +54 -0
- package/lib/examplescenario_process.js +3 -0
- package/lib/explanationofbenefit.d.ts +60 -33
- package/lib/explanationofbenefit.js +20 -1
- package/lib/explanationofbenefit_accident.d.ts +4 -4
- package/lib/explanationofbenefit_accident.js +1 -1
- package/lib/explanationofbenefit_additem.d.ts +42 -14
- package/lib/explanationofbenefit_additem.js +1 -1
- package/lib/explanationofbenefit_adjudication.d.ts +4 -4
- package/lib/explanationofbenefit_adjudication.js +1 -1
- package/lib/explanationofbenefit_benefitbalance.d.ts +8 -10
- package/lib/explanationofbenefit_benefitbalance.js +1 -1
- package/lib/explanationofbenefit_careteam.d.ts +6 -6
- package/lib/explanationofbenefit_careteam.js +1 -1
- package/lib/explanationofbenefit_detail.d.ts +16 -18
- package/lib/explanationofbenefit_detail.js +1 -1
- package/lib/explanationofbenefit_detail1.d.ts +14 -11
- package/lib/explanationofbenefit_detail1.js +1 -1
- package/lib/explanationofbenefit_diagnosis.d.ts +8 -6
- package/lib/explanationofbenefit_diagnosis.js +1 -1
- package/lib/explanationofbenefit_financial.d.ts +6 -6
- package/lib/explanationofbenefit_financial.js +1 -1
- package/lib/explanationofbenefit_information.d.ts +13 -11
- package/lib/explanationofbenefit_information.js +1 -1
- package/lib/explanationofbenefit_insurance.d.ts +5 -3
- package/lib/explanationofbenefit_insurance.js +1 -1
- package/lib/explanationofbenefit_item.d.ts +28 -28
- package/lib/explanationofbenefit_item.js +1 -1
- package/lib/explanationofbenefit_payee.d.ts +2 -4
- package/lib/explanationofbenefit_payee.js +1 -1
- package/lib/explanationofbenefit_payment.d.ts +5 -5
- package/lib/explanationofbenefit_payment.js +1 -1
- package/lib/explanationofbenefit_procedure.d.ts +9 -5
- package/lib/explanationofbenefit_procedure.js +1 -1
- package/lib/explanationofbenefit_processnote.d.ts +4 -4
- package/lib/explanationofbenefit_processnote.js +1 -1
- package/lib/explanationofbenefit_related.d.ts +3 -3
- package/lib/explanationofbenefit_related.js +1 -1
- package/lib/explanationofbenefit_subdetail.d.ts +14 -16
- package/lib/explanationofbenefit_subdetail.js +1 -1
- package/lib/explanationofbenefit_total.d.ts +9 -0
- package/lib/explanationofbenefit_total.js +3 -0
- package/lib/expression.d.ts +13 -0
- package/lib/expression.js +3 -0
- package/lib/extension.d.ts +80 -88
- package/lib/extension.js +1 -1
- package/lib/familymemberhistory.d.ts +27 -15
- package/lib/familymemberhistory.js +15 -1
- package/lib/familymemberhistory_condition.d.ts +8 -9
- package/lib/familymemberhistory_condition.js +1 -1
- package/lib/flag.d.ts +11 -10
- package/lib/flag.js +1 -1
- package/lib/goal.d.ts +52 -6
- package/lib/goal.js +46 -1
- package/lib/goal_target.d.ts +9 -0
- package/lib/goal_target.js +1 -1
- package/lib/graphdefinition.d.ts +6 -5
- package/lib/graphdefinition.js +1 -1
- package/lib/graphdefinition_compartment.d.ts +25 -3
- package/lib/graphdefinition_compartment.js +22 -1
- package/lib/graphdefinition_link.d.ts +2 -2
- package/lib/graphdefinition_link.js +1 -1
- package/lib/graphdefinition_target.d.ts +3 -1
- package/lib/graphdefinition_target.js +1 -1
- package/lib/group.d.ts +23 -4
- package/lib/group.js +19 -1
- package/lib/group_characteristic.d.ts +6 -3
- package/lib/group_characteristic.js +1 -1
- package/lib/group_member.d.ts +1 -1
- package/lib/group_member.js +1 -1
- package/lib/guidanceresponse.d.ts +32 -12
- package/lib/guidanceresponse.js +19 -1
- package/lib/healthcareservice.d.ts +6 -5
- package/lib/healthcareservice.js +1 -1
- package/lib/healthcareservice_availabletime.d.ts +19 -1
- package/lib/healthcareservice_availabletime.js +21 -1
- package/lib/healthcareservice_eligibility.d.ts +8 -0
- package/lib/healthcareservice_eligibility.js +3 -0
- package/lib/healthcareservice_notavailable.d.ts +1 -1
- package/lib/healthcareservice_notavailable.js +1 -1
- package/lib/humanname.d.ts +21 -3
- package/lib/humanname.js +21 -1
- package/lib/identifier.d.ts +16 -2
- package/lib/identifier.js +17 -1
- package/lib/imagingstudy.d.ts +18 -14
- package/lib/imagingstudy.js +1 -1
- package/lib/imagingstudy_instance.d.ts +5 -4
- package/lib/imagingstudy_instance.js +1 -1
- package/lib/imagingstudy_series.d.ts +8 -7
- package/lib/imagingstudy_series.js +1 -1
- package/lib/imagingstudy_series_performer.d.ts +9 -0
- package/lib/imagingstudy_series_performer.js +3 -0
- package/lib/immunization.d.ts +44 -18
- package/lib/immunization.js +13 -1
- package/lib/immunization_education.d.ts +11 -0
- package/lib/immunization_education.js +3 -0
- package/lib/immunization_explanation.d.ts +7 -4
- package/lib/immunization_explanation.js +1 -1
- package/lib/immunization_performer.d.ts +9 -0
- package/lib/immunization_performer.js +3 -0
- package/lib/immunization_practitioner.d.ts +3 -3
- package/lib/immunization_practitioner.js +1 -1
- package/lib/immunization_protocolapplied.d.ts +20 -0
- package/lib/immunization_protocolapplied.js +3 -0
- package/lib/immunization_reaction.d.ts +3 -3
- package/lib/immunization_reaction.js +1 -1
- package/lib/immunization_vaccinationprotocol.d.ts +14 -15
- package/lib/immunization_vaccinationprotocol.js +1 -1
- package/lib/immunizationevaluation.d.ts +44 -0
- package/lib/immunizationevaluation.js +11 -0
- package/lib/immunizationrecommendation.d.ts +8 -4
- package/lib/immunizationrecommendation.js +1 -1
- package/lib/immunizationrecommendation_datecriterion.d.ts +3 -3
- package/lib/immunizationrecommendation_datecriterion.js +1 -1
- package/lib/immunizationrecommendation_protocol.d.ts +16 -4
- package/lib/immunizationrecommendation_protocol.js +1 -1
- package/lib/immunizationrecommendation_recommendation.d.ts +22 -13
- package/lib/immunizationrecommendation_recommendation.js +1 -1
- package/lib/implementationguide.d.ts +40 -25
- package/lib/implementationguide.js +1 -1
- package/lib/implementationguide_dependency.d.ts +6 -4
- package/lib/implementationguide_dependency.js +1 -1
- package/lib/implementationguide_global.d.ts +4 -5
- package/lib/implementationguide_global.js +1 -1
- package/lib/implementationguide_package.d.ts +2 -5
- package/lib/implementationguide_package.js +1 -1
- package/lib/implementationguide_page.d.ts +22 -13
- package/lib/implementationguide_page.js +15 -1
- package/lib/implementationguide_resource.d.ts +12 -12
- package/lib/implementationguide_resource.js +1 -1
- package/lib/index.d.ts +118 -40
- package/lib/index.js +119 -41
- package/lib/insuranceplan.d.ts +38 -0
- package/lib/insuranceplan.js +3 -0
- package/lib/invoice.d.ts +56 -0
- package/lib/invoice.js +19 -0
- package/lib/library.d.ts +22 -14
- package/lib/library.js +1 -1
- package/lib/linkage.d.ts +3 -3
- package/lib/linkage.js +1 -1
- package/lib/linkage_item.d.ts +11 -1
- package/lib/linkage_item.js +13 -1
- package/lib/list.d.ts +27 -7
- package/lib/list.js +22 -1
- package/lib/list_entry.d.ts +2 -2
- package/lib/list_entry.js +1 -1
- package/lib/location.d.ts +26 -3
- package/lib/location.js +20 -1
- package/lib/location_hoursofoperation.d.ts +11 -0
- package/lib/location_hoursofoperation.js +3 -0
- package/lib/location_position.d.ts +5 -5
- package/lib/location_position.js +1 -1
- package/lib/marketingstatus.d.ts +16 -0
- package/lib/marketingstatus.js +3 -0
- package/lib/measure.d.ts +30 -20
- package/lib/measure.js +1 -1
- package/lib/measure_group.d.ts +4 -6
- package/lib/measure_group.js +1 -1
- package/lib/measure_population.d.ts +3 -7
- package/lib/measure_population.js +1 -1
- package/lib/measure_stratifier.d.ts +11 -7
- package/lib/measure_stratifier.js +1 -1
- package/lib/measure_stratifier_component.d.ts +11 -0
- package/lib/measure_stratifier_component.js +3 -0
- package/lib/measure_supplementaldata.d.ts +8 -8
- package/lib/measure_supplementaldata.js +1 -1
- package/lib/measurereport.d.ts +49 -16
- package/lib/measurereport.js +31 -1
- package/lib/measurereport_group.d.ts +8 -7
- package/lib/measurereport_group.js +1 -1
- package/lib/measurereport_population.d.ts +4 -7
- package/lib/measurereport_population.js +1 -1
- package/lib/measurereport_population1.d.ts +4 -7
- package/lib/measurereport_population1.js +1 -1
- package/lib/measurereport_stratifier.d.ts +4 -4
- package/lib/measurereport_stratifier.js +1 -1
- package/lib/measurereport_stratum.d.ts +10 -5
- package/lib/measurereport_stratum.js +1 -1
- package/lib/measurereport_stratum_component.d.ts +8 -0
- package/lib/measurereport_stratum_component.js +3 -0
- package/lib/media.d.ts +55 -20
- package/lib/media.js +29 -1
- package/lib/medication.d.ts +34 -12
- package/lib/medication.js +1 -1
- package/lib/medication_batch.d.ts +2 -2
- package/lib/medication_batch.js +1 -1
- package/lib/medication_content.d.ts +3 -3
- package/lib/medication_content.js +1 -1
- package/lib/medication_ingredient.d.ts +2 -2
- package/lib/medication_ingredient.js +1 -1
- package/lib/medication_package.d.ts +3 -3
- package/lib/medication_package.js +1 -1
- package/lib/medicationadministration.d.ts +35 -19
- package/lib/medicationadministration.js +21 -1
- package/lib/medicationadministration_dosage.d.ts +8 -9
- package/lib/medicationadministration_dosage.js +1 -1
- package/lib/medicationadministration_performer.d.ts +5 -3
- package/lib/medicationadministration_performer.js +1 -1
- package/lib/medicationdispense.d.ts +41 -19
- package/lib/medicationdispense.js +25 -1
- package/lib/medicationdispense_performer.d.ts +5 -3
- package/lib/medicationdispense_performer.js +1 -1
- package/lib/medicationdispense_substitution.d.ts +4 -3
- package/lib/medicationdispense_substitution.js +1 -1
- package/lib/medicationknowledge.d.ts +53 -0
- package/lib/medicationknowledge.js +3 -0
- package/lib/medicationrequest.d.ts +101 -32
- package/lib/medicationrequest.js +53 -1
- package/lib/medicationrequest_dispenserequest.d.ts +10 -5
- package/lib/medicationrequest_dispenserequest.js +1 -1
- package/lib/medicationrequest_dispenserequest_initialfill.d.ts +10 -0
- package/lib/medicationrequest_dispenserequest_initialfill.js +3 -0
- package/lib/medicationrequest_requester.d.ts +4 -0
- package/lib/medicationrequest_requester.js +1 -1
- package/lib/medicationrequest_substitution.d.ts +6 -3
- package/lib/medicationrequest_substitution.js +1 -1
- package/lib/medicationstatement.d.ts +42 -24
- package/lib/medicationstatement.js +23 -1
- package/lib/medicinalproduct.d.ts +53 -0
- package/lib/medicinalproduct.js +3 -0
- package/lib/medicinalproduct_manufacturingbusinessoperation.d.ts +19 -0
- package/lib/medicinalproduct_manufacturingbusinessoperation.js +3 -0
- package/lib/medicinalproduct_name.d.ts +12 -0
- package/lib/medicinalproduct_name.js +3 -0
- package/lib/medicinalproduct_name_countrylanguage.d.ts +11 -0
- package/lib/medicinalproduct_name_countrylanguage.js +3 -0
- package/lib/medicinalproduct_name_namepart.d.ts +9 -0
- package/lib/medicinalproduct_name_namepart.js +3 -0
- package/lib/medicinalproduct_specialdesignation.d.ts +23 -0
- package/lib/medicinalproduct_specialdesignation.js +3 -0
- package/lib/medicinalproductauthorization.d.ts +43 -0
- package/lib/medicinalproductauthorization.js +3 -0
- package/lib/medicinalproductauthorization_jurisdictionalauthorization.d.ts +17 -0
- package/lib/medicinalproductauthorization_jurisdictionalauthorization.js +3 -0
- package/lib/medicinalproductauthorization_procedure.d.ts +17 -0
- package/lib/medicinalproductauthorization_procedure.js +3 -0
- package/lib/medicinalproductcontraindication.d.ts +23 -0
- package/lib/medicinalproductcontraindication.js +3 -0
- package/lib/medicinalproductindication.d.ts +28 -0
- package/lib/medicinalproductindication.js +3 -0
- package/lib/medicinalproductindication_othertherapy.d.ts +12 -0
- package/lib/medicinalproductindication_othertherapy.js +3 -0
- package/lib/medicinalproductingredient.d.ts +22 -0
- package/lib/medicinalproductingredient.js +3 -0
- package/lib/medicinalproductingredient_specifiedsubstance.d.ts +14 -0
- package/lib/medicinalproductingredient_specifiedsubstance.js +3 -0
- package/lib/medicinalproductingredient_specifiedsubstance_strength.d.ts +21 -0
- package/lib/medicinalproductingredient_specifiedsubstance_strength.js +3 -0
- package/lib/medicinalproductingredient_specifiedsubstance_strength_referencestrength.d.ts +16 -0
- package/lib/medicinalproductingredient_specifiedsubstance_strength_referencestrength.js +3 -0
- package/lib/medicinalproductingredient_substance.d.ts +10 -0
- package/lib/medicinalproductingredient_substance.js +3 -0
- package/lib/medicinalproductinteraction.d.ts +22 -0
- package/lib/medicinalproductinteraction.js +3 -0
- package/lib/medicinalproductinteraction_interactant.d.ts +10 -0
- package/lib/medicinalproductinteraction_interactant.js +3 -0
- package/lib/medicinalproductmanufactured.d.ts +23 -0
- package/lib/medicinalproductmanufactured.js +3 -0
- package/lib/medicinalproductpackaged.d.ts +29 -0
- package/lib/medicinalproductpackaged.js +3 -0
- package/lib/medicinalproductpackaged_batchidentifier.d.ts +9 -0
- package/lib/medicinalproductpackaged_batchidentifier.js +3 -0
- package/lib/medicinalproductpackaged_packageitem.d.ts +34 -0
- package/lib/medicinalproductpackaged_packageitem.js +3 -0
- package/lib/medicinalproductpharmaceutical.d.ts +24 -0
- package/lib/medicinalproductpharmaceutical.js +3 -0
- package/lib/medicinalproductpharmaceutical_characteristics.d.ts +9 -0
- package/lib/medicinalproductpharmaceutical_characteristics.js +3 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration.d.ts +23 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration.js +3 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration_targetspecies.d.ts +10 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration_targetspecies.js +3 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration_targetspecies_withdrawalperiod.d.ts +12 -0
- package/lib/medicinalproductpharmaceutical_routeofadministration_targetspecies_withdrawalperiod.js +3 -0
- package/lib/medicinalproductundesirableeffect.d.ts +18 -0
- package/lib/medicinalproductundesirableeffect.js +3 -0
- package/lib/messagedefinition.d.ts +46 -30
- package/lib/messagedefinition.js +15 -1
- package/lib/messagedefinition_allowedresponse.d.ts +3 -4
- package/lib/messagedefinition_allowedresponse.js +1 -1
- package/lib/messagedefinition_focus.d.ts +7 -8
- package/lib/messagedefinition_focus.js +1 -1
- package/lib/messageheader.d.ts +15 -15
- package/lib/messageheader.js +1 -1
- package/lib/messageheader_destination.d.ts +6 -4
- package/lib/messageheader_destination.js +1 -1
- package/lib/messageheader_response.d.ts +15 -5
- package/lib/messageheader_response.js +13 -1
- package/lib/messageheader_source.d.ts +6 -6
- package/lib/messageheader_source.js +1 -1
- package/lib/meta.d.ts +7 -5
- package/lib/meta.js +1 -1
- package/lib/{sequence.d.ts → molecularsequence.d.ts} +29 -16
- package/lib/molecularsequence.js +15 -0
- package/lib/molecularsequence_quality.d.ts +46 -0
- package/lib/molecularsequence_quality.js +15 -0
- package/lib/molecularsequence_quality_roc.d.ts +17 -0
- package/lib/molecularsequence_quality_roc.js +3 -0
- package/lib/molecularsequence_referenceseq.d.ts +39 -0
- package/lib/molecularsequence_referenceseq.js +20 -0
- package/lib/molecularsequence_repository.d.ts +29 -0
- package/lib/molecularsequence_repository.js +19 -0
- package/lib/molecularsequence_structurevariant.d.ts +29 -0
- package/lib/molecularsequence_structurevariant.js +3 -0
- package/lib/molecularsequence_variant.d.ts +16 -0
- package/lib/molecularsequence_variant.js +3 -0
- package/lib/money.d.ts +4 -0
- package/lib/money.js +1 -1
- package/lib/namingsystem.d.ts +28 -20
- package/lib/namingsystem.js +13 -1
- package/lib/namingsystem_uniqueid.d.ts +19 -7
- package/lib/namingsystem_uniqueid.js +15 -1
- package/lib/narrative.d.ts +15 -3
- package/lib/narrative.js +15 -1
- package/lib/nutritionorder.d.ts +69 -14
- package/lib/nutritionorder.js +46 -1
- package/lib/nutritionorder_administration.d.ts +4 -4
- package/lib/nutritionorder_administration.js +1 -1
- package/lib/nutritionorder_enteralformula.d.ts +9 -9
- package/lib/nutritionorder_enteralformula.js +1 -1
- package/lib/nutritionorder_nutrient.d.ts +2 -2
- package/lib/nutritionorder_nutrient.js +1 -1
- package/lib/nutritionorder_oraldiet.d.ts +6 -6
- package/lib/nutritionorder_oraldiet.js +1 -1
- package/lib/nutritionorder_supplement.d.ts +5 -5
- package/lib/nutritionorder_supplement.js +1 -1
- package/lib/nutritionorder_texture.d.ts +2 -2
- package/lib/nutritionorder_texture.js +1 -1
- package/lib/observation.d.ts +71 -41
- package/lib/observation.js +23 -1
- package/lib/observation_component.d.ts +18 -17
- package/lib/observation_component.js +1 -1
- package/lib/observation_referencerange.d.ts +6 -6
- package/lib/observation_referencerange.js +1 -1
- package/lib/observation_related.d.ts +19 -3
- package/lib/observation_related.js +22 -1
- package/lib/observationdefinition.d.ts +60 -0
- package/lib/observationdefinition.js +31 -0
- package/lib/operationdefinition.d.ts +47 -33
- package/lib/operationdefinition.js +11 -1
- package/lib/operationdefinition_binding.d.ts +16 -7
- package/lib/operationdefinition_binding.js +15 -1
- package/lib/operationdefinition_overload.d.ts +2 -2
- package/lib/operationdefinition_overload.js +1 -1
- package/lib/operationdefinition_parameter.d.ts +49 -17
- package/lib/operationdefinition_parameter.js +32 -1
- package/lib/operationdefinition_referencedfrom.d.ts +7 -0
- package/lib/operationdefinition_referencedfrom.js +3 -0
- package/lib/operationoutcome.d.ts +2 -2
- package/lib/operationoutcome.js +1 -1
- package/lib/operationoutcome_issue.d.ts +86 -8
- package/lib/operationoutcome_issue.js +80 -1
- package/lib/organization.d.ts +11 -11
- package/lib/organization.js +1 -1
- package/lib/organization_contact.d.ts +4 -4
- package/lib/organization_contact.js +1 -1
- package/lib/organizationaffiliation.d.ts +34 -0
- package/lib/organizationaffiliation.js +3 -0
- package/lib/parameterdefinition.d.ts +18 -11
- package/lib/parameterdefinition.js +11 -1
- package/lib/parameters.d.ts +3 -1
- package/lib/parameters.js +1 -1
- package/lib/parameters_parameter.d.ts +11 -4
- package/lib/parameters_parameter.js +1 -1
- package/lib/patient.d.ts +22 -21
- package/lib/patient.js +1 -1
- package/lib/patient_animal.d.ts +3 -3
- package/lib/patient_animal.js +1 -1
- package/lib/patient_communication.d.ts +2 -2
- package/lib/patient_communication.js +1 -1
- package/lib/patient_contact.d.ts +9 -8
- package/lib/patient_contact.js +1 -1
- package/lib/patient_link.d.ts +15 -3
- package/lib/patient_link.js +15 -1
- package/lib/paymentnotice.d.ts +32 -15
- package/lib/paymentnotice.js +15 -1
- package/lib/paymentreconciliation.d.ts +39 -22
- package/lib/paymentreconciliation.js +15 -1
- package/lib/paymentreconciliation_detail.d.ts +16 -9
- package/lib/paymentreconciliation_detail.js +1 -1
- package/lib/paymentreconciliation_processnote.d.ts +13 -4
- package/lib/paymentreconciliation_processnote.js +13 -1
- package/lib/period.d.ts +2 -2
- package/lib/period.js +1 -1
- package/lib/person.d.ts +12 -11
- package/lib/person.js +1 -1
- package/lib/person_link.d.ts +15 -3
- package/lib/person_link.js +15 -1
- package/lib/plandefinition.d.ts +41 -33
- package/lib/plandefinition.js +1 -1
- package/lib/plandefinition_action.d.ts +110 -41
- package/lib/plandefinition_action.js +62 -1
- package/lib/plandefinition_condition.d.ts +15 -8
- package/lib/plandefinition_condition.js +13 -1
- package/lib/plandefinition_dynamicvalue.d.ts +4 -7
- package/lib/plandefinition_dynamicvalue.js +1 -1
- package/lib/plandefinition_goal.d.ts +7 -7
- package/lib/plandefinition_goal.js +1 -1
- package/lib/plandefinition_participant.d.ts +15 -3
- package/lib/plandefinition_participant.js +15 -1
- package/lib/plandefinition_relatedaction.d.ts +28 -6
- package/lib/plandefinition_relatedaction.js +25 -1
- package/lib/plandefinition_target.d.ts +5 -5
- package/lib/plandefinition_target.js +1 -1
- package/lib/population.d.ts +16 -0
- package/lib/population.js +3 -0
- package/lib/practitioner.d.ts +12 -12
- package/lib/practitioner.js +1 -1
- package/lib/practitioner_qualification.d.ts +4 -4
- package/lib/practitioner_qualification.js +1 -1
- package/lib/practitionerrole.d.ts +14 -14
- package/lib/practitionerrole.js +1 -1
- package/lib/practitionerrole_availabletime.d.ts +23 -5
- package/lib/practitionerrole_availabletime.js +21 -1
- package/lib/practitionerrole_notavailable.d.ts +3 -3
- package/lib/practitionerrole_notavailable.js +1 -1
- package/lib/procedure.d.ts +64 -32
- package/lib/procedure.js +23 -1
- package/lib/procedure_focaldevice.d.ts +2 -2
- package/lib/procedure_focaldevice.js +1 -1
- package/lib/procedure_performer.d.ts +4 -4
- package/lib/procedure_performer.js +1 -1
- package/lib/prodcharacteristic.d.ts +29 -0
- package/lib/prodcharacteristic.js +3 -0
- package/lib/productshelflife.d.ts +15 -0
- package/lib/productshelflife.js +3 -0
- package/lib/provenance.d.ts +17 -15
- package/lib/provenance.js +1 -1
- package/lib/provenance_agent.d.ts +7 -11
- package/lib/provenance_agent.js +1 -1
- package/lib/provenance_entity.d.ts +19 -10
- package/lib/provenance_entity.js +17 -1
- package/lib/quantity.d.ts +18 -6
- package/lib/quantity.js +15 -1
- package/lib/questionnaire.d.ts +30 -27
- package/lib/questionnaire.js +1 -1
- package/lib/questionnaire_enablewhen.d.ts +23 -18
- package/lib/questionnaire_enablewhen.js +21 -1
- package/lib/questionnaire_initial.d.ts +20 -0
- package/lib/questionnaire_initial.js +3 -0
- package/lib/questionnaire_item.d.ts +49 -52
- package/lib/questionnaire_item.js +30 -1
- package/lib/questionnaire_option.d.ts +5 -5
- package/lib/questionnaire_option.js +1 -1
- package/lib/questionnaireresponse.d.ts +25 -11
- package/lib/questionnaireresponse.js +17 -1
- package/lib/questionnaireresponse_answer.d.ts +1 -12
- package/lib/questionnaireresponse_answer.js +1 -1
- package/lib/questionnaireresponse_item.d.ts +3 -6
- package/lib/questionnaireresponse_item.js +1 -1
- package/lib/range.d.ts +3 -2
- package/lib/range.js +1 -1
- package/lib/ratio.d.ts +1 -0
- package/lib/ratio.js +1 -1
- package/lib/reference.d.ts +4 -2
- package/lib/reference.js +1 -1
- package/lib/relatedartifact.d.ts +27 -6
- package/lib/relatedartifact.js +23 -1
- package/lib/relatedperson.d.ts +6 -2
- package/lib/relatedperson.js +1 -1
- package/lib/relatedperson_communication.d.ts +9 -0
- package/lib/relatedperson_communication.js +3 -0
- package/lib/requestgroup.d.ts +66 -10
- package/lib/requestgroup.js +53 -1
- package/lib/requestgroup_action.d.ts +20 -15
- package/lib/requestgroup_action.js +1 -1
- package/lib/requestgroup_condition.d.ts +5 -8
- package/lib/requestgroup_condition.js +1 -1
- package/lib/requestgroup_relatedaction.d.ts +28 -6
- package/lib/requestgroup_relatedaction.js +25 -1
- package/lib/researchdefinition.d.ts +79 -0
- package/lib/researchdefinition.js +3 -0
- package/lib/researchelementdefinition.d.ts +96 -0
- package/lib/researchelementdefinition.js +24 -0
- package/lib/researchstudy.d.ts +53 -21
- package/lib/researchstudy.js +29 -1
- package/lib/researchstudy_arm.d.ts +4 -4
- package/lib/researchstudy_arm.js +1 -1
- package/lib/researchsubject.d.ts +40 -10
- package/lib/researchsubject.js +33 -1
- package/lib/resource.js +1 -1
- package/lib/resourcelist.d.ts +4 -0
- package/lib/resourcelist.js +1 -1
- package/lib/riskassessment.d.ts +11 -9
- package/lib/riskassessment.js +1 -1
- package/lib/riskassessment_prediction.d.ts +2 -2
- package/lib/riskassessment_prediction.js +1 -1
- package/lib/riskevidencesynthesis.d.ts +77 -0
- package/lib/riskevidencesynthesis.js +3 -0
- package/lib/sampleddata.d.ts +9 -9
- package/lib/sampleddata.js +1 -1
- package/lib/schedule.d.ts +9 -9
- package/lib/schedule.js +1 -1
- package/lib/searchparameter.d.ts +108 -35
- package/lib/searchparameter.js +68 -1
- package/lib/searchparameter_component.d.ts +4 -5
- package/lib/searchparameter_component.js +1 -1
- package/lib/servicerequest.d.ts +128 -0
- package/lib/servicerequest.js +46 -0
- package/lib/signature.d.ts +13 -15
- package/lib/signature.js +1 -1
- package/lib/slot.d.ts +29 -15
- package/lib/slot.js +17 -1
- package/lib/specimen.d.ts +28 -14
- package/lib/specimen.js +15 -1
- package/lib/specimen_collection.d.ts +6 -6
- package/lib/specimen_collection.js +1 -1
- package/lib/specimen_container.d.ts +6 -6
- package/lib/specimen_container.js +1 -1
- package/lib/specimen_processing.d.ts +3 -3
- package/lib/specimen_processing.js +1 -1
- package/lib/specimendefinition.d.ts +71 -0
- package/lib/specimendefinition.js +13 -0
- package/lib/structuredefinition.d.ts +23 -9
- package/lib/structuredefinition.js +16 -1
- package/lib/structuredefinition_context.d.ts +17 -0
- package/lib/structuredefinition_context.js +15 -0
- package/lib/structuredefinition_differential.d.ts +1 -1
- package/lib/structuredefinition_differential.js +1 -1
- package/lib/structuredefinition_mapping.d.ts +5 -5
- package/lib/structuredefinition_mapping.js +1 -1
- package/lib/structuredefinition_snapshot.d.ts +5 -1
- package/lib/structuredefinition_snapshot.js +1 -1
- package/lib/structuremap.d.ts +24 -19
- package/lib/structuremap.js +1 -1
- package/lib/structuremap_dependent.d.ts +7 -4
- package/lib/structuremap_dependent.js +1 -1
- package/lib/structuremap_group.d.ts +16 -6
- package/lib/structuremap_group.js +13 -1
- package/lib/structuremap_input.d.ts +11 -3
- package/lib/structuremap_input.js +11 -1
- package/lib/structuremap_parameter.d.ts +5 -5
- package/lib/structuremap_parameter.js +1 -1
- package/lib/structuremap_rule.d.ts +2 -2
- package/lib/structuremap_rule.js +1 -1
- package/lib/structuremap_source.d.ts +27 -8
- package/lib/structuremap_source.js +17 -1
- package/lib/structuremap_structure.d.ts +17 -5
- package/lib/structuremap_structure.js +15 -1
- package/lib/structuremap_target.d.ts +64 -6
- package/lib/structuremap_target.js +59 -1
- package/lib/subscription.d.ts +15 -6
- package/lib/subscription.js +15 -1
- package/lib/subscription_channel.d.ts +18 -4
- package/lib/subscription_channel.js +17 -1
- package/lib/substance.d.ts +8 -7
- package/lib/substance.js +1 -1
- package/lib/substance_ingredient.d.ts +3 -3
- package/lib/substance_ingredient.js +1 -1
- package/lib/substance_instance.d.ts +3 -3
- package/lib/substance_instance.js +1 -1
- package/lib/substancenucleicacid.d.ts +20 -0
- package/lib/substancenucleicacid.js +3 -0
- package/lib/substancepolymer.d.ts +18 -0
- package/lib/substancepolymer.js +3 -0
- package/lib/substanceprotein.d.ts +14 -0
- package/lib/substanceprotein.js +3 -0
- package/lib/substancereferenceinformation.d.ts +15 -0
- package/lib/substancereferenceinformation.js +3 -0
- package/lib/substancesourcematerial.d.ts +33 -0
- package/lib/substancesourcematerial.js +3 -0
- package/lib/substancespecification.d.ts +46 -0
- package/lib/substancespecification.js +3 -0
- package/lib/supplydelivery.d.ts +15 -3
- package/lib/supplydelivery.js +15 -1
- package/lib/supplydelivery_supplieditem.js +1 -1
- package/lib/supplyrequest.d.ts +25 -7
- package/lib/supplyrequest.js +21 -1
- package/lib/supplyrequest_ordereditem.d.ts +4 -4
- package/lib/supplyrequest_ordereditem.js +1 -1
- package/lib/supplyrequest_requester.d.ts +6 -2
- package/lib/supplyrequest_requester.js +1 -1
- package/lib/task.d.ts +72 -34
- package/lib/task.js +31 -1
- package/lib/task_input.d.ts +6 -2
- package/lib/task_input.js +1 -1
- package/lib/task_output.d.ts +61 -54
- package/lib/task_output.js +1 -1
- package/lib/task_requester.d.ts +2 -2
- package/lib/task_requester.js +1 -1
- package/lib/task_restriction.d.ts +7 -3
- package/lib/task_restriction.js +1 -1
- package/lib/terminologycapabilities.d.ts +79 -0
- package/lib/terminologycapabilities.js +22 -0
- package/lib/testreport.d.ts +29 -10
- package/lib/testreport.js +17 -1
- package/lib/testreport_action.d.ts +7 -2
- package/lib/testreport_action.js +1 -1
- package/lib/testreport_action1.d.ts +7 -2
- package/lib/testreport_action1.js +1 -1
- package/lib/testreport_action2.d.ts +5 -1
- package/lib/testreport_action2.js +1 -1
- package/lib/testreport_assert.d.ts +5 -4
- package/lib/testreport_assert.js +1 -1
- package/lib/testreport_operation.d.ts +5 -4
- package/lib/testreport_operation.js +1 -1
- package/lib/testreport_participant.d.ts +15 -5
- package/lib/testreport_participant.js +13 -1
- package/lib/testreport_setup.d.ts +1 -1
- package/lib/testreport_setup.js +1 -1
- package/lib/testreport_teardown.d.ts +1 -1
- package/lib/testreport_teardown.js +1 -1
- package/lib/testreport_test.d.ts +3 -3
- package/lib/testreport_test.js +1 -1
- package/lib/testscript.d.ts +4 -9
- package/lib/testscript.js +1 -1
- package/lib/testscript_action.d.ts +2 -2
- package/lib/testscript_action.js +1 -1
- package/lib/testscript_action1.d.ts +2 -2
- package/lib/testscript_action1.js +1 -1
- package/lib/testscript_action2.d.ts +5 -2
- package/lib/testscript_action2.js +1 -1
- package/lib/testscript_assert.d.ts +59 -11
- package/lib/testscript_assert.js +47 -1
- package/lib/testscript_capability.d.ts +6 -6
- package/lib/testscript_capability.js +1 -1
- package/lib/testscript_destination.d.ts +3 -3
- package/lib/testscript_destination.js +1 -1
- package/lib/testscript_fixture.d.ts +3 -3
- package/lib/testscript_fixture.js +1 -1
- package/lib/testscript_link.d.ts +2 -2
- package/lib/testscript_link.js +1 -1
- package/lib/testscript_metadata.d.ts +2 -2
- package/lib/testscript_metadata.js +1 -1
- package/lib/testscript_operation.d.ts +19 -16
- package/lib/testscript_operation.js +1 -1
- package/lib/testscript_origin.d.ts +3 -3
- package/lib/testscript_origin.js +1 -1
- package/lib/testscript_param.js +1 -1
- package/lib/testscript_param1.d.ts +1 -1
- package/lib/testscript_param1.js +1 -1
- package/lib/testscript_param2.js +1 -1
- package/lib/testscript_param3.js +1 -1
- package/lib/testscript_requestheader.d.ts +4 -4
- package/lib/testscript_requestheader.js +1 -1
- package/lib/testscript_rule.d.ts +2 -2
- package/lib/testscript_rule.js +1 -1
- package/lib/testscript_rule1.d.ts +3 -3
- package/lib/testscript_rule1.js +1 -1
- package/lib/testscript_rule2.d.ts +3 -3
- package/lib/testscript_rule2.js +1 -1
- package/lib/testscript_rule3.d.ts +3 -3
- package/lib/testscript_rule3.js +1 -1
- package/lib/testscript_ruleset.d.ts +2 -2
- package/lib/testscript_ruleset.js +1 -1
- package/lib/testscript_ruleset1.d.ts +3 -3
- package/lib/testscript_ruleset1.js +1 -1
- package/lib/testscript_setup.d.ts +1 -1
- package/lib/testscript_setup.js +1 -1
- package/lib/testscript_teardown.d.ts +1 -1
- package/lib/testscript_teardown.js +1 -1
- package/lib/testscript_test.d.ts +3 -3
- package/lib/testscript_test.js +1 -1
- package/lib/testscript_variable.d.ts +9 -9
- package/lib/testscript_variable.js +1 -1
- package/lib/timing.d.ts +3 -3
- package/lib/timing.js +1 -1
- package/lib/timing_repeat.d.ts +44 -20
- package/lib/timing_repeat.js +26 -1
- package/lib/triggerdefinition.d.ts +37 -14
- package/lib/triggerdefinition.js +23 -1
- package/lib/usagecontext.d.ts +5 -2
- package/lib/usagecontext.js +1 -1
- package/lib/valueset.d.ts +5 -6
- package/lib/valueset.js +1 -1
- package/lib/valueset_compose.d.ts +4 -4
- package/lib/valueset_compose.js +1 -1
- package/lib/valueset_concept.d.ts +4 -4
- package/lib/valueset_concept.js +1 -1
- package/lib/valueset_contains.d.ts +8 -8
- package/lib/valueset_contains.js +1 -1
- package/lib/valueset_designation.d.ts +4 -4
- package/lib/valueset_designation.js +1 -1
- package/lib/valueset_expansion.d.ts +7 -7
- package/lib/valueset_expansion.js +1 -1
- package/lib/valueset_filter.d.ts +28 -6
- package/lib/valueset_filter.js +25 -1
- package/lib/valueset_include.d.ts +5 -5
- package/lib/valueset_include.js +1 -1
- package/lib/valueset_parameter.d.ts +4 -8
- package/lib/valueset_parameter.js +1 -1
- package/lib/verificationresult.d.ts +55 -0
- package/lib/verificationresult.js +21 -0
- package/lib/verificationresult_attestation.d.ts +22 -0
- package/lib/verificationresult_attestation.js +3 -0
- package/lib/verificationresult_primarysource.d.ts +19 -0
- package/lib/verificationresult_primarysource.js +3 -0
- package/lib/verificationresult_validator.d.ts +11 -0
- package/lib/verificationresult_validator.js +3 -0
- package/lib/visionprescription.d.ts +34 -14
- package/lib/visionprescription.js +15 -1
- package/lib/visionprescription_dispense.d.ts +44 -19
- package/lib/visionprescription_dispense.js +22 -1
- package/package.json +1 -1
- package/scripts/verify-types.mjs +139 -0
- package/lib/bodysite.d.ts +0 -23
- package/lib/bodysite.js +0 -3
- package/lib/chargeitem_participant.d.ts +0 -9
- package/lib/chargeitem_participant.js +0 -3
- package/lib/claim_information.d.ts +0 -28
- package/lib/claim_information.js +0 -3
- package/lib/dataelement.d.ts +0 -43
- package/lib/dataelement.js +0 -3
- package/lib/dataelement_mapping.d.ts +0 -11
- package/lib/dataelement_mapping.js +0 -3
- package/lib/devicecomponent.d.ts +0 -29
- package/lib/devicecomponent.js +0 -3
- package/lib/devicecomponent_productionspecification.d.ts +0 -11
- package/lib/devicecomponent_productionspecification.js +0 -3
- package/lib/diagnosticreport_image.d.ts +0 -8
- package/lib/diagnosticreport_image.js +0 -3
- package/lib/eligibilityrequest.d.ts +0 -41
- package/lib/eligibilityrequest.js +0 -3
- package/lib/eligibilityresponse.d.ts +0 -36
- package/lib/eligibilityresponse.js +0 -3
- package/lib/eligibilityresponse_benefitbalance.d.ts +0 -23
- package/lib/eligibilityresponse_benefitbalance.js +0 -3
- package/lib/eligibilityresponse_error.d.ts +0 -6
- package/lib/eligibilityresponse_error.js +0 -3
- package/lib/eligibilityresponse_financial.d.ts +0 -17
- package/lib/eligibilityresponse_financial.js +0 -3
- package/lib/eligibilityresponse_insurance.d.ts +0 -11
- package/lib/eligibilityresponse_insurance.js +0 -3
- package/lib/expansionprofile.d.ts +0 -58
- package/lib/expansionprofile.js +0 -3
- package/lib/expansionprofile_designation.d.ts +0 -9
- package/lib/expansionprofile_designation.js +0 -3
- package/lib/expansionprofile_designation1.d.ts +0 -8
- package/lib/expansionprofile_designation1.js +0 -3
- package/lib/expansionprofile_designation2.d.ts +0 -8
- package/lib/expansionprofile_designation2.js +0 -3
- package/lib/expansionprofile_exclude.d.ts +0 -6
- package/lib/expansionprofile_exclude.js +0 -3
- package/lib/expansionprofile_excludedsystem.d.ts +0 -7
- package/lib/expansionprofile_excludedsystem.js +0 -3
- package/lib/expansionprofile_fixedversion.d.ts +0 -9
- package/lib/expansionprofile_fixedversion.js +0 -3
- package/lib/expansionprofile_include.d.ts +0 -6
- package/lib/expansionprofile_include.js +0 -3
- package/lib/imagingmanifest.d.ts +0 -21
- package/lib/imagingmanifest.js +0 -3
- package/lib/imagingmanifest_instance.d.ts +0 -7
- package/lib/imagingmanifest_instance.js +0 -3
- package/lib/imagingmanifest_series.d.ts +0 -11
- package/lib/imagingmanifest_series.js +0 -3
- package/lib/imagingmanifest_study.d.ts +0 -13
- package/lib/imagingmanifest_study.js +0 -3
- package/lib/procedurerequest.d.ts +0 -70
- package/lib/procedurerequest.js +0 -3
- package/lib/procedurerequest_requester.d.ts +0 -8
- package/lib/procedurerequest_requester.js +0 -3
- package/lib/processrequest.d.ts +0 -39
- package/lib/processrequest.js +0 -3
- package/lib/processrequest_item.d.ts +0 -5
- package/lib/processrequest_item.js +0 -3
- package/lib/processresponse.d.ts +0 -35
- package/lib/processresponse.js +0 -3
- package/lib/processresponse_processnote.d.ts +0 -8
- package/lib/processresponse_processnote.js +0 -3
- package/lib/referralrequest.d.ts +0 -59
- package/lib/referralrequest.js +0 -3
- package/lib/referralrequest_requester.d.ts +0 -8
- package/lib/referralrequest_requester.js +0 -3
- package/lib/sequence.js +0 -3
- package/lib/sequence_quality.d.ts +0 -33
- package/lib/sequence_quality.js +0 -3
- package/lib/sequence_referenceseq.d.ts +0 -21
- package/lib/sequence_referenceseq.js +0 -3
- package/lib/sequence_repository.d.ts +0 -15
- package/lib/sequence_repository.js +0 -3
- package/lib/sequence_variant.d.ts +0 -16
- package/lib/sequence_variant.js +0 -3
- package/lib/servicedefinition.d.ts +0 -65
- package/lib/servicedefinition.js +0 -3
- package/missing_types.json +0 -1
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
+
import type { DomainResource } from "./domainresource";
|
|
3
|
+
import type { Identifier } from "./identifier";
|
|
4
|
+
import type { Reference } from "./reference";
|
|
5
|
+
/** ObservationDefinition permitted data type: data types allowed for Observation.value[x] conforming to this definition. */
|
|
6
|
+
export declare const OBSERVATION_DEFINITION_PERMITTED_DATA_TYPE: {
|
|
7
|
+
/** Quantity: numeric measurement with unit. */
|
|
8
|
+
readonly QUANTITY: "Quantity";
|
|
9
|
+
/** CodeableConcept: coded value from a terminology. */
|
|
10
|
+
readonly CODEABLE_CONCEPT: "CodeableConcept";
|
|
11
|
+
/** string: plain text. */
|
|
12
|
+
readonly STRING: "string";
|
|
13
|
+
/** boolean: true/false. */
|
|
14
|
+
readonly BOOLEAN: "boolean";
|
|
15
|
+
/** integer: whole number. */
|
|
16
|
+
readonly INTEGER: "integer";
|
|
17
|
+
/** Range: low and high values. */
|
|
18
|
+
readonly RANGE: "Range";
|
|
19
|
+
/** Ratio: numerator and denominator quantities. */
|
|
20
|
+
readonly RATIO: "Ratio";
|
|
21
|
+
/** SampledData: series of measurements. */
|
|
22
|
+
readonly SAMPLED_DATA: "SampledData";
|
|
23
|
+
/** time: time of day (no date). */
|
|
24
|
+
readonly TIME: "time";
|
|
25
|
+
/** dateTime: date and time. */
|
|
26
|
+
readonly DATE_TIME: "dateTime";
|
|
27
|
+
/** Period: start and end date/time. */
|
|
28
|
+
readonly PERIOD: "Period";
|
|
29
|
+
};
|
|
30
|
+
export type ObservationDefinitionPermittedDataType = (typeof OBSERVATION_DEFINITION_PERMITTED_DATA_TYPE)[keyof typeof OBSERVATION_DEFINITION_PERMITTED_DATA_TYPE];
|
|
31
|
+
export interface ObservationDefinition extends DomainResource {
|
|
32
|
+
/** This is an ObservationDefinition resource */
|
|
33
|
+
resourceType: "ObservationDefinition";
|
|
34
|
+
/** Category of observation. (0..*) */
|
|
35
|
+
category?: Array<CodeableConcept>;
|
|
36
|
+
/** Type of observation (code / type); sometimes called the observation "name". (1..1) */
|
|
37
|
+
code: CodeableConcept;
|
|
38
|
+
/** Business identifier for this ObservationDefinition instance. (0..*) */
|
|
39
|
+
identifier?: Array<Identifier>;
|
|
40
|
+
/** The data types allowed for the value element of the instance observations conforming to this ObservationDefinition. (0..*) */
|
|
41
|
+
permittedDataType?: Array<ObservationDefinitionPermittedDataType>;
|
|
42
|
+
/** Multiple results allowed for observations conforming to this ObservationDefinition. (0..1) */
|
|
43
|
+
multipleResultsAllowed?: boolean;
|
|
44
|
+
/** Method used to produce the observation. (0..1) */
|
|
45
|
+
method?: CodeableConcept;
|
|
46
|
+
/** Preferred report name when reporting results of observations conforming to this ObservationDefinition. (0..1) */
|
|
47
|
+
preferredReportName?: string;
|
|
48
|
+
/** Characteristics of quantitative results for this observation. BackboneElement. (0..1) */
|
|
49
|
+
quantitativeDetails?: unknown;
|
|
50
|
+
/** Qualified range for continuous and ordinal observation results. BackboneElement. (0..*) */
|
|
51
|
+
qualifiedInterval?: Array<unknown>;
|
|
52
|
+
/** Value set of valid coded values for the observations conforming to this ObservationDefinition. Reference(ValueSet). (0..1) */
|
|
53
|
+
validCodedValueSet?: Reference;
|
|
54
|
+
/** Value set of normal coded values for the observations conforming to this ObservationDefinition. Reference(ValueSet). (0..1) */
|
|
55
|
+
normalCodedValueSet?: Reference;
|
|
56
|
+
/** Value set of abnormal coded values for the observations conforming to this ObservationDefinition. Reference(ValueSet). (0..1) */
|
|
57
|
+
abnormalCodedValueSet?: Reference;
|
|
58
|
+
/** Value set of critical coded values for the observations conforming to this ObservationDefinition. Reference(ValueSet). (0..1) */
|
|
59
|
+
criticalCodedValueSet?: Reference;
|
|
60
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.OBSERVATION_DEFINITION_PERMITTED_DATA_TYPE = void 0;
|
|
4
|
+
// FHIR ObservationDefinition Type
|
|
5
|
+
// StructureDefinition: https://hl7.org/fhir/R4/observationdefinition.html
|
|
6
|
+
/** ObservationDefinition permitted data type: data types allowed for Observation.value[x] conforming to this definition. */
|
|
7
|
+
exports.OBSERVATION_DEFINITION_PERMITTED_DATA_TYPE = {
|
|
8
|
+
/** Quantity: numeric measurement with unit. */
|
|
9
|
+
QUANTITY: "Quantity",
|
|
10
|
+
/** CodeableConcept: coded value from a terminology. */
|
|
11
|
+
CODEABLE_CONCEPT: "CodeableConcept",
|
|
12
|
+
/** string: plain text. */
|
|
13
|
+
STRING: "string",
|
|
14
|
+
/** boolean: true/false. */
|
|
15
|
+
BOOLEAN: "boolean",
|
|
16
|
+
/** integer: whole number. */
|
|
17
|
+
INTEGER: "integer",
|
|
18
|
+
/** Range: low and high values. */
|
|
19
|
+
RANGE: "Range",
|
|
20
|
+
/** Ratio: numerator and denominator quantities. */
|
|
21
|
+
RATIO: "Ratio",
|
|
22
|
+
/** SampledData: series of measurements. */
|
|
23
|
+
SAMPLED_DATA: "SampledData",
|
|
24
|
+
/** time: time of day (no date). */
|
|
25
|
+
TIME: "time",
|
|
26
|
+
/** dateTime: date and time. */
|
|
27
|
+
DATE_TIME: "dateTime",
|
|
28
|
+
/** Period: start and end date/time. */
|
|
29
|
+
PERIOD: "Period",
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib2JzZXJ2YXRpb25kZWZpbml0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL29ic2VydmF0aW9uZGVmaW5pdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFLQSxrQ0FBa0M7QUFFbEMsMEVBQTBFO0FBRTFFLDRIQUE0SDtBQUMvRyxRQUFBLDBDQUEwQyxHQUFHO0lBQ3hELCtDQUErQztJQUMvQyxRQUFRLEVBQUUsVUFBVTtJQUNwQix1REFBdUQ7SUFDdkQsZ0JBQWdCLEVBQUUsaUJBQWlCO0lBQ25DLDBCQUEwQjtJQUMxQixNQUFNLEVBQUUsUUFBUTtJQUNoQiwyQkFBMkI7SUFDM0IsT0FBTyxFQUFFLFNBQVM7SUFDbEIsNkJBQTZCO0lBQzdCLE9BQU8sRUFBRSxTQUFTO0lBQ2xCLGtDQUFrQztJQUNsQyxLQUFLLEVBQUUsT0FBTztJQUNkLG1EQUFtRDtJQUNuRCxLQUFLLEVBQUUsT0FBTztJQUNkLDJDQUEyQztJQUMzQyxZQUFZLEVBQUUsYUFBYTtJQUMzQixtQ0FBbUM7SUFDbkMsSUFBSSxFQUFFLE1BQU07SUFDWiwrQkFBK0I7SUFDL0IsU0FBUyxFQUFFLFVBQVU7SUFDckIsdUNBQXVDO0lBQ3ZDLE1BQU0sRUFBRSxRQUFRO0NBQ1IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IERvbWFpblJlc291cmNlIH0gZnJvbSBcIi4vZG9tYWlucmVzb3VyY2VcIjtcbmltcG9ydCB0eXBlIHsgSWRlbnRpZmllciB9IGZyb20gXCIuL2lkZW50aWZpZXJcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbi8vIEZISVIgT2JzZXJ2YXRpb25EZWZpbml0aW9uIFR5cGVcblxuLy8gU3RydWN0dXJlRGVmaW5pdGlvbjogaHR0cHM6Ly9obDcub3JnL2ZoaXIvUjQvb2JzZXJ2YXRpb25kZWZpbml0aW9uLmh0bWxcblxuLyoqIE9ic2VydmF0aW9uRGVmaW5pdGlvbiBwZXJtaXR0ZWQgZGF0YSB0eXBlOiBkYXRhIHR5cGVzIGFsbG93ZWQgZm9yIE9ic2VydmF0aW9uLnZhbHVlW3hdIGNvbmZvcm1pbmcgdG8gdGhpcyBkZWZpbml0aW9uLiAqL1xuZXhwb3J0IGNvbnN0IE9CU0VSVkFUSU9OX0RFRklOSVRJT05fUEVSTUlUVEVEX0RBVEFfVFlQRSA9IHtcbiAgLyoqIFF1YW50aXR5OiBudW1lcmljIG1lYXN1cmVtZW50IHdpdGggdW5pdC4gKi9cbiAgUVVBTlRJVFk6IFwiUXVhbnRpdHlcIixcbiAgLyoqIENvZGVhYmxlQ29uY2VwdDogY29kZWQgdmFsdWUgZnJvbSBhIHRlcm1pbm9sb2d5LiAqL1xuICBDT0RFQUJMRV9DT05DRVBUOiBcIkNvZGVhYmxlQ29uY2VwdFwiLFxuICAvKiogc3RyaW5nOiBwbGFpbiB0ZXh0LiAqL1xuICBTVFJJTkc6IFwic3RyaW5nXCIsXG4gIC8qKiBib29sZWFuOiB0cnVlL2ZhbHNlLiAqL1xuICBCT09MRUFOOiBcImJvb2xlYW5cIixcbiAgLyoqIGludGVnZXI6IHdob2xlIG51bWJlci4gKi9cbiAgSU5URUdFUjogXCJpbnRlZ2VyXCIsXG4gIC8qKiBSYW5nZTogbG93IGFuZCBoaWdoIHZhbHVlcy4gKi9cbiAgUkFOR0U6IFwiUmFuZ2VcIixcbiAgLyoqIFJhdGlvOiBudW1lcmF0b3IgYW5kIGRlbm9taW5hdG9yIHF1YW50aXRpZXMuICovXG4gIFJBVElPOiBcIlJhdGlvXCIsXG4gIC8qKiBTYW1wbGVkRGF0YTogc2VyaWVzIG9mIG1lYXN1cmVtZW50cy4gKi9cbiAgU0FNUExFRF9EQVRBOiBcIlNhbXBsZWREYXRhXCIsXG4gIC8qKiB0aW1lOiB0aW1lIG9mIGRheSAobm8gZGF0ZSkuICovXG4gIFRJTUU6IFwidGltZVwiLFxuICAvKiogZGF0ZVRpbWU6IGRhdGUgYW5kIHRpbWUuICovXG4gIERBVEVfVElNRTogXCJkYXRlVGltZVwiLFxuICAvKiogUGVyaW9kOiBzdGFydCBhbmQgZW5kIGRhdGUvdGltZS4gKi9cbiAgUEVSSU9EOiBcIlBlcmlvZFwiLFxufSBhcyBjb25zdDtcblxuZXhwb3J0IHR5cGUgT2JzZXJ2YXRpb25EZWZpbml0aW9uUGVybWl0dGVkRGF0YVR5cGUgPVxuICAodHlwZW9mIE9CU0VSVkFUSU9OX0RFRklOSVRJT05fUEVSTUlUVEVEX0RBVEFfVFlQRSlba2V5b2YgdHlwZW9mIE9CU0VSVkFUSU9OX0RFRklOSVRJT05fUEVSTUlUVEVEX0RBVEFfVFlQRV07XG5cbmV4cG9ydCBpbnRlcmZhY2UgT2JzZXJ2YXRpb25EZWZpbml0aW9uIGV4dGVuZHMgRG9tYWluUmVzb3VyY2Uge1xuICAvKiogVGhpcyBpcyBhbiBPYnNlcnZhdGlvbkRlZmluaXRpb24gcmVzb3VyY2UgKi9cbiAgcmVzb3VyY2VUeXBlOiBcIk9ic2VydmF0aW9uRGVmaW5pdGlvblwiO1xuXG4gIC8qKiBDYXRlZ29yeSBvZiBvYnNlcnZhdGlvbi4gKDAuLiopICovXG4gIGNhdGVnb3J5PzogQXJyYXk8Q29kZWFibGVDb25jZXB0PjtcblxuICAvKiogVHlwZSBvZiBvYnNlcnZhdGlvbiAoY29kZSAvIHR5cGUpOyBzb21ldGltZXMgY2FsbGVkIHRoZSBvYnNlcnZhdGlvbiBcIm5hbWVcIi4gKDEuLjEpICovXG4gIGNvZGU6IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogQnVzaW5lc3MgaWRlbnRpZmllciBmb3IgdGhpcyBPYnNlcnZhdGlvbkRlZmluaXRpb24gaW5zdGFuY2UuICgwLi4qKSAqL1xuICBpZGVudGlmaWVyPzogQXJyYXk8SWRlbnRpZmllcj47XG5cbiAgLyoqIFRoZSBkYXRhIHR5cGVzIGFsbG93ZWQgZm9yIHRoZSB2YWx1ZSBlbGVtZW50IG9mIHRoZSBpbnN0YW5jZSBvYnNlcnZhdGlvbnMgY29uZm9ybWluZyB0byB0aGlzIE9ic2VydmF0aW9uRGVmaW5pdGlvbi4gKDAuLiopICovXG4gIHBlcm1pdHRlZERhdGFUeXBlPzogQXJyYXk8T2JzZXJ2YXRpb25EZWZpbml0aW9uUGVybWl0dGVkRGF0YVR5cGU+O1xuXG4gIC8qKiBNdWx0aXBsZSByZXN1bHRzIGFsbG93ZWQgZm9yIG9ic2VydmF0aW9ucyBjb25mb3JtaW5nIHRvIHRoaXMgT2JzZXJ2YXRpb25EZWZpbml0aW9uLiAoMC4uMSkgKi9cbiAgbXVsdGlwbGVSZXN1bHRzQWxsb3dlZD86IGJvb2xlYW47XG5cbiAgLyoqIE1ldGhvZCB1c2VkIHRvIHByb2R1Y2UgdGhlIG9ic2VydmF0aW9uLiAoMC4uMSkgKi9cbiAgbWV0aG9kPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBQcmVmZXJyZWQgcmVwb3J0IG5hbWUgd2hlbiByZXBvcnRpbmcgcmVzdWx0cyBvZiBvYnNlcnZhdGlvbnMgY29uZm9ybWluZyB0byB0aGlzIE9ic2VydmF0aW9uRGVmaW5pdGlvbi4gKDAuLjEpICovXG4gIHByZWZlcnJlZFJlcG9ydE5hbWU/OiBzdHJpbmc7XG5cbiAgLyoqIENoYXJhY3RlcmlzdGljcyBvZiBxdWFudGl0YXRpdmUgcmVzdWx0cyBmb3IgdGhpcyBvYnNlcnZhdGlvbi4gQmFja2JvbmVFbGVtZW50LiAoMC4uMSkgKi9cbiAgcXVhbnRpdGF0aXZlRGV0YWlscz86IHVua25vd247XG5cbiAgLyoqIFF1YWxpZmllZCByYW5nZSBmb3IgY29udGludW91cyBhbmQgb3JkaW5hbCBvYnNlcnZhdGlvbiByZXN1bHRzLiBCYWNrYm9uZUVsZW1lbnQuICgwLi4qKSAqL1xuICBxdWFsaWZpZWRJbnRlcnZhbD86IEFycmF5PHVua25vd24+O1xuXG4gIC8qKiBWYWx1ZSBzZXQgb2YgdmFsaWQgY29kZWQgdmFsdWVzIGZvciB0aGUgb2JzZXJ2YXRpb25zIGNvbmZvcm1pbmcgdG8gdGhpcyBPYnNlcnZhdGlvbkRlZmluaXRpb24uIFJlZmVyZW5jZShWYWx1ZVNldCkuICgwLi4xKSAqL1xuICB2YWxpZENvZGVkVmFsdWVTZXQ/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIFZhbHVlIHNldCBvZiBub3JtYWwgY29kZWQgdmFsdWVzIGZvciB0aGUgb2JzZXJ2YXRpb25zIGNvbmZvcm1pbmcgdG8gdGhpcyBPYnNlcnZhdGlvbkRlZmluaXRpb24uIFJlZmVyZW5jZShWYWx1ZVNldCkuICgwLi4xKSAqL1xuICBub3JtYWxDb2RlZFZhbHVlU2V0PzogUmVmZXJlbmNlO1xuXG4gIC8qKiBWYWx1ZSBzZXQgb2YgYWJub3JtYWwgY29kZWQgdmFsdWVzIGZvciB0aGUgb2JzZXJ2YXRpb25zIGNvbmZvcm1pbmcgdG8gdGhpcyBPYnNlcnZhdGlvbkRlZmluaXRpb24uIFJlZmVyZW5jZShWYWx1ZVNldCkuICgwLi4xKSAqL1xuICBhYm5vcm1hbENvZGVkVmFsdWVTZXQ/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIFZhbHVlIHNldCBvZiBjcml0aWNhbCBjb2RlZCB2YWx1ZXMgZm9yIHRoZSBvYnNlcnZhdGlvbnMgY29uZm9ybWluZyB0byB0aGlzIE9ic2VydmF0aW9uRGVmaW5pdGlvbi4gUmVmZXJlbmNlKFZhbHVlU2V0KS4gKDAuLjEpICovXG4gIGNyaXRpY2FsQ29kZWRWYWx1ZVNldD86IFJlZmVyZW5jZTtcbn1cbiJdfQ==
|
|
@@ -1,57 +1,71 @@
|
|
|
1
1
|
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
+
import type { PublicationStatus } from "./constants";
|
|
2
3
|
import type { ContactDetail } from "./contactdetail";
|
|
3
4
|
import type { DomainResource } from "./domainresource";
|
|
4
5
|
import type { OperationDefinition_Overload } from "./operationdefinition_overload";
|
|
5
6
|
import type { OperationDefinition_Parameter } from "./operationdefinition_parameter";
|
|
6
|
-
import type { Reference } from "./reference";
|
|
7
7
|
import type { UsageContext } from "./usagecontext";
|
|
8
|
+
/** OperationDefinition kind: operation | query (OperationKind, required). */
|
|
9
|
+
export declare const OPERATION_DEFINITION_KIND: {
|
|
10
|
+
/** A normal operation that can be invoked. */
|
|
11
|
+
readonly OPERATION: "operation";
|
|
12
|
+
/** A named query that can be invoked. */
|
|
13
|
+
readonly QUERY: "query";
|
|
14
|
+
};
|
|
15
|
+
export type OperationDefinitionKind = (typeof OPERATION_DEFINITION_KIND)[keyof typeof OPERATION_DEFINITION_KIND];
|
|
8
16
|
export interface OperationDefinition extends DomainResource {
|
|
9
17
|
/** This is a OperationDefinition resource */
|
|
10
18
|
resourceType: "OperationDefinition";
|
|
11
|
-
/**
|
|
19
|
+
/** Canonical identifier for this operation definition, represented as a URI (globally unique). (0..1) */
|
|
12
20
|
url?: string;
|
|
13
|
-
/**
|
|
21
|
+
/** Business version of the operation definition. (0..1) */
|
|
14
22
|
version?: string;
|
|
15
|
-
/**
|
|
16
|
-
name
|
|
17
|
-
/**
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
|
|
21
|
-
/**
|
|
23
|
+
/** Name for this operation definition (computer friendly). (1..1) */
|
|
24
|
+
name: string;
|
|
25
|
+
/** Name for this operation definition (human friendly). (0..1) */
|
|
26
|
+
title?: string;
|
|
27
|
+
/** The status of this operation definition. Enables tracking the life-cycle of the content. (1..1) */
|
|
28
|
+
status: PublicationStatus;
|
|
29
|
+
/** Whether this is an operation or a named query. (1..1) */
|
|
30
|
+
kind: OperationDefinitionKind;
|
|
31
|
+
/** For testing purposes, not real usage. (0..1) */
|
|
22
32
|
experimental?: boolean;
|
|
23
|
-
/**
|
|
33
|
+
/** Date last changed. (0..1) */
|
|
24
34
|
date?: string;
|
|
25
|
-
/**
|
|
35
|
+
/** Name of the publisher (organization or individual). (0..1) */
|
|
26
36
|
publisher?: string;
|
|
27
|
-
/** Contact details
|
|
37
|
+
/** Contact details for the publisher. (0..*) */
|
|
28
38
|
contact?: Array<ContactDetail>;
|
|
29
|
-
/**
|
|
39
|
+
/** Natural language description of the operation definition. (0..1) */
|
|
30
40
|
description?: string;
|
|
31
|
-
/** The
|
|
41
|
+
/** The context that the content is intended to support. (0..*) */
|
|
32
42
|
useContext?: Array<UsageContext>;
|
|
33
|
-
/**
|
|
43
|
+
/** Intended jurisdiction for operation definition (if applicable). (0..*) */
|
|
34
44
|
jurisdiction?: Array<CodeableConcept>;
|
|
35
|
-
/**
|
|
45
|
+
/** Why this operation definition is defined. (0..1) */
|
|
36
46
|
purpose?: string;
|
|
37
|
-
/**
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
code
|
|
41
|
-
/** Additional information about
|
|
47
|
+
/** Whether content is changed by the operation. (0..1) */
|
|
48
|
+
affectsState?: boolean;
|
|
49
|
+
/** Name used to invoke the operation. (1..1) */
|
|
50
|
+
code: string;
|
|
51
|
+
/** Additional information about use. (0..1) */
|
|
42
52
|
comment?: string;
|
|
43
|
-
/**
|
|
44
|
-
base?:
|
|
45
|
-
/**
|
|
53
|
+
/** Marks this as a profile of the base. Canonical URL to OperationDefinition. (0..1) */
|
|
54
|
+
base?: string;
|
|
55
|
+
/** Types this operation applies to. (0..*) */
|
|
46
56
|
resource?: Array<string>;
|
|
47
|
-
/**
|
|
48
|
-
system
|
|
49
|
-
/**
|
|
50
|
-
type
|
|
51
|
-
/**
|
|
52
|
-
instance
|
|
53
|
-
/**
|
|
57
|
+
/** Invoke at the system level? (1..1) */
|
|
58
|
+
system: boolean;
|
|
59
|
+
/** Invoke at the type level? (1..1) */
|
|
60
|
+
type: boolean;
|
|
61
|
+
/** Invoke on an instance? (1..1) */
|
|
62
|
+
instance: boolean;
|
|
63
|
+
/** Validation information for in parameters. Canonical URL to StructureDefinition. (0..1) */
|
|
64
|
+
inputProfile?: string;
|
|
65
|
+
/** Validation information for out parameters. Canonical URL to StructureDefinition. (0..1) */
|
|
66
|
+
outputProfile?: string;
|
|
67
|
+
/** Parameters for the operation/query. (0..*) */
|
|
54
68
|
parameter?: Array<OperationDefinition_Parameter>;
|
|
55
|
-
/** Defines an appropriate combination of parameters to use when invoking this operation
|
|
69
|
+
/** Defines an appropriate combination of parameters to use when invoking this operation. (0..*) */
|
|
56
70
|
overload?: Array<OperationDefinition_Overload>;
|
|
57
71
|
}
|
|
@@ -1,3 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
3
|
+
exports.OPERATION_DEFINITION_KIND = void 0;
|
|
4
|
+
// FHIR OperationDefinition Type
|
|
5
|
+
// StructureDefinition: https://hl7.org/fhir/R4/operationdefinition.html
|
|
6
|
+
/** OperationDefinition kind: operation | query (OperationKind, required). */
|
|
7
|
+
exports.OPERATION_DEFINITION_KIND = {
|
|
8
|
+
/** A normal operation that can be invoked. */
|
|
9
|
+
OPERATION: "operation",
|
|
10
|
+
/** A named query that can be invoked. */
|
|
11
|
+
QUERY: "query",
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3BlcmF0aW9uZGVmaW5pdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9vcGVyYXRpb25kZWZpbml0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQVFBLGdDQUFnQztBQUVoQyx3RUFBd0U7QUFFeEUsNkVBQTZFO0FBQ2hFLFFBQUEseUJBQXlCLEdBQUc7SUFDdkMsOENBQThDO0lBQzlDLFNBQVMsRUFBRSxXQUFXO0lBQ3RCLHlDQUF5QztJQUN6QyxLQUFLLEVBQUUsT0FBTztDQUNOLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IENvZGVhYmxlQ29uY2VwdCB9IGZyb20gXCIuL2NvZGVhYmxlY29uY2VwdFwiO1xuaW1wb3J0IHR5cGUgeyBQdWJsaWNhdGlvblN0YXR1cyB9IGZyb20gXCIuL2NvbnN0YW50c1wiO1xuaW1wb3J0IHR5cGUgeyBDb250YWN0RGV0YWlsIH0gZnJvbSBcIi4vY29udGFjdGRldGFpbFwiO1xuaW1wb3J0IHR5cGUgeyBEb21haW5SZXNvdXJjZSB9IGZyb20gXCIuL2RvbWFpbnJlc291cmNlXCI7XG5pbXBvcnQgdHlwZSB7IE9wZXJhdGlvbkRlZmluaXRpb25fT3ZlcmxvYWQgfSBmcm9tIFwiLi9vcGVyYXRpb25kZWZpbml0aW9uX292ZXJsb2FkXCI7XG5pbXBvcnQgdHlwZSB7IE9wZXJhdGlvbkRlZmluaXRpb25fUGFyYW1ldGVyIH0gZnJvbSBcIi4vb3BlcmF0aW9uZGVmaW5pdGlvbl9wYXJhbWV0ZXJcIjtcbmltcG9ydCB0eXBlIHsgVXNhZ2VDb250ZXh0IH0gZnJvbSBcIi4vdXNhZ2Vjb250ZXh0XCI7XG5cbi8vIEZISVIgT3BlcmF0aW9uRGVmaW5pdGlvbiBUeXBlXG5cbi8vIFN0cnVjdHVyZURlZmluaXRpb246IGh0dHBzOi8vaGw3Lm9yZy9maGlyL1I0L29wZXJhdGlvbmRlZmluaXRpb24uaHRtbFxuXG4vKiogT3BlcmF0aW9uRGVmaW5pdGlvbiBraW5kOiBvcGVyYXRpb24gfCBxdWVyeSAoT3BlcmF0aW9uS2luZCwgcmVxdWlyZWQpLiAqL1xuZXhwb3J0IGNvbnN0IE9QRVJBVElPTl9ERUZJTklUSU9OX0tJTkQgPSB7XG4gIC8qKiBBIG5vcm1hbCBvcGVyYXRpb24gdGhhdCBjYW4gYmUgaW52b2tlZC4gKi9cbiAgT1BFUkFUSU9OOiBcIm9wZXJhdGlvblwiLFxuICAvKiogQSBuYW1lZCBxdWVyeSB0aGF0IGNhbiBiZSBpbnZva2VkLiAqL1xuICBRVUVSWTogXCJxdWVyeVwiLFxufSBhcyBjb25zdDtcblxuZXhwb3J0IHR5cGUgT3BlcmF0aW9uRGVmaW5pdGlvbktpbmQgPVxuICAodHlwZW9mIE9QRVJBVElPTl9ERUZJTklUSU9OX0tJTkQpW2tleW9mIHR5cGVvZiBPUEVSQVRJT05fREVGSU5JVElPTl9LSU5EXTtcblxuZXhwb3J0IGludGVyZmFjZSBPcGVyYXRpb25EZWZpbml0aW9uIGV4dGVuZHMgRG9tYWluUmVzb3VyY2Uge1xuICAvKiogVGhpcyBpcyBhIE9wZXJhdGlvbkRlZmluaXRpb24gcmVzb3VyY2UgKi9cbiAgcmVzb3VyY2VUeXBlOiBcIk9wZXJhdGlvbkRlZmluaXRpb25cIjtcblxuICAvKiogQ2Fub25pY2FsIGlkZW50aWZpZXIgZm9yIHRoaXMgb3BlcmF0aW9uIGRlZmluaXRpb24sIHJlcHJlc2VudGVkIGFzIGEgVVJJIChnbG9iYWxseSB1bmlxdWUpLiAoMC4uMSkgKi9cbiAgdXJsPzogc3RyaW5nO1xuXG4gIC8qKiBCdXNpbmVzcyB2ZXJzaW9uIG9mIHRoZSBvcGVyYXRpb24gZGVmaW5pdGlvbi4gKDAuLjEpICovXG4gIHZlcnNpb24/OiBzdHJpbmc7XG5cbiAgLyoqIE5hbWUgZm9yIHRoaXMgb3BlcmF0aW9uIGRlZmluaXRpb24gKGNvbXB1dGVyIGZyaWVuZGx5KS4gKDEuLjEpICovXG4gIG5hbWU6IHN0cmluZztcblxuICAvKiogTmFtZSBmb3IgdGhpcyBvcGVyYXRpb24gZGVmaW5pdGlvbiAoaHVtYW4gZnJpZW5kbHkpLiAoMC4uMSkgKi9cbiAgdGl0bGU/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBzdGF0dXMgb2YgdGhpcyBvcGVyYXRpb24gZGVmaW5pdGlvbi4gRW5hYmxlcyB0cmFja2luZyB0aGUgbGlmZS1jeWNsZSBvZiB0aGUgY29udGVudC4gKDEuLjEpICovXG4gIHN0YXR1czogUHVibGljYXRpb25TdGF0dXM7XG5cbiAgLyoqIFdoZXRoZXIgdGhpcyBpcyBhbiBvcGVyYXRpb24gb3IgYSBuYW1lZCBxdWVyeS4gKDEuLjEpICovXG4gIGtpbmQ6IE9wZXJhdGlvbkRlZmluaXRpb25LaW5kO1xuXG4gIC8qKiBGb3IgdGVzdGluZyBwdXJwb3Nlcywgbm90IHJlYWwgdXNhZ2UuICgwLi4xKSAqL1xuICBleHBlcmltZW50YWw/OiBib29sZWFuO1xuXG4gIC8qKiBEYXRlIGxhc3QgY2hhbmdlZC4gKDAuLjEpICovXG4gIGRhdGU/OiBzdHJpbmc7XG5cbiAgLyoqIE5hbWUgb2YgdGhlIHB1Ymxpc2hlciAob3JnYW5pemF0aW9uIG9yIGluZGl2aWR1YWwpLiAoMC4uMSkgKi9cbiAgcHVibGlzaGVyPzogc3RyaW5nO1xuXG4gIC8qKiBDb250YWN0IGRldGFpbHMgZm9yIHRoZSBwdWJsaXNoZXIuICgwLi4qKSAqL1xuICBjb250YWN0PzogQXJyYXk8Q29udGFjdERldGFpbD47XG5cbiAgLyoqIE5hdHVyYWwgbGFuZ3VhZ2UgZGVzY3JpcHRpb24gb2YgdGhlIG9wZXJhdGlvbiBkZWZpbml0aW9uLiAoMC4uMSkgKi9cbiAgZGVzY3JpcHRpb24/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBjb250ZXh0IHRoYXQgdGhlIGNvbnRlbnQgaXMgaW50ZW5kZWQgdG8gc3VwcG9ydC4gKDAuLiopICovXG4gIHVzZUNvbnRleHQ/OiBBcnJheTxVc2FnZUNvbnRleHQ+O1xuXG4gIC8qKiBJbnRlbmRlZCBqdXJpc2RpY3Rpb24gZm9yIG9wZXJhdGlvbiBkZWZpbml0aW9uIChpZiBhcHBsaWNhYmxlKS4gKDAuLiopICovXG4gIGp1cmlzZGljdGlvbj86IEFycmF5PENvZGVhYmxlQ29uY2VwdD47XG5cbiAgLyoqIFdoeSB0aGlzIG9wZXJhdGlvbiBkZWZpbml0aW9uIGlzIGRlZmluZWQuICgwLi4xKSAqL1xuICBwdXJwb3NlPzogc3RyaW5nO1xuXG4gIC8qKiBXaGV0aGVyIGNvbnRlbnQgaXMgY2hhbmdlZCBieSB0aGUgb3BlcmF0aW9uLiAoMC4uMSkgKi9cbiAgYWZmZWN0c1N0YXRlPzogYm9vbGVhbjtcblxuICAvKiogTmFtZSB1c2VkIHRvIGludm9rZSB0aGUgb3BlcmF0aW9uLiAoMS4uMSkgKi9cbiAgY29kZTogc3RyaW5nO1xuXG4gIC8qKiBBZGRpdGlvbmFsIGluZm9ybWF0aW9uIGFib3V0IHVzZS4gKDAuLjEpICovXG4gIGNvbW1lbnQ/OiBzdHJpbmc7XG5cbiAgLyoqIE1hcmtzIHRoaXMgYXMgYSBwcm9maWxlIG9mIHRoZSBiYXNlLiBDYW5vbmljYWwgVVJMIHRvIE9wZXJhdGlvbkRlZmluaXRpb24uICgwLi4xKSAqL1xuICBiYXNlPzogc3RyaW5nO1xuXG4gIC8qKiBUeXBlcyB0aGlzIG9wZXJhdGlvbiBhcHBsaWVzIHRvLiAoMC4uKikgKi9cbiAgcmVzb3VyY2U/OiBBcnJheTxzdHJpbmc+O1xuXG4gIC8qKiBJbnZva2UgYXQgdGhlIHN5c3RlbSBsZXZlbD8gKDEuLjEpICovXG4gIHN5c3RlbTogYm9vbGVhbjtcblxuICAvKiogSW52b2tlIGF0IHRoZSB0eXBlIGxldmVsPyAoMS4uMSkgKi9cbiAgdHlwZTogYm9vbGVhbjtcblxuICAvKiogSW52b2tlIG9uIGFuIGluc3RhbmNlPyAoMS4uMSkgKi9cbiAgaW5zdGFuY2U6IGJvb2xlYW47XG5cbiAgLyoqIFZhbGlkYXRpb24gaW5mb3JtYXRpb24gZm9yIGluIHBhcmFtZXRlcnMuIENhbm9uaWNhbCBVUkwgdG8gU3RydWN0dXJlRGVmaW5pdGlvbi4gKDAuLjEpICovXG4gIGlucHV0UHJvZmlsZT86IHN0cmluZztcblxuICAvKiogVmFsaWRhdGlvbiBpbmZvcm1hdGlvbiBmb3Igb3V0IHBhcmFtZXRlcnMuIENhbm9uaWNhbCBVUkwgdG8gU3RydWN0dXJlRGVmaW5pdGlvbi4gKDAuLjEpICovXG4gIG91dHB1dFByb2ZpbGU/OiBzdHJpbmc7XG5cbiAgLyoqIFBhcmFtZXRlcnMgZm9yIHRoZSBvcGVyYXRpb24vcXVlcnkuICgwLi4qKSAqL1xuICBwYXJhbWV0ZXI/OiBBcnJheTxPcGVyYXRpb25EZWZpbml0aW9uX1BhcmFtZXRlcj47XG5cbiAgLyoqIERlZmluZXMgYW4gYXBwcm9wcmlhdGUgY29tYmluYXRpb24gb2YgcGFyYW1ldGVycyB0byB1c2Ugd2hlbiBpbnZva2luZyB0aGlzIG9wZXJhdGlvbi4gKDAuLiopICovXG4gIG92ZXJsb2FkPzogQXJyYXk8T3BlcmF0aW9uRGVmaW5pdGlvbl9PdmVybG9hZD47XG59XG4iXX0=
|
|
@@ -1,10 +1,19 @@
|
|
|
1
1
|
import type { BackboneElement } from "./backboneelement";
|
|
2
|
-
|
|
2
|
+
/** Binding strength: required | extensible | preferred | example (BindingStrength, required). */
|
|
3
|
+
export declare const BINDING_STRENGTH: {
|
|
4
|
+
/** Only this value set is allowed. */
|
|
5
|
+
readonly REQUIRED: "required";
|
|
6
|
+
/** This value set is the intended source of codes but other codes may be used. */
|
|
7
|
+
readonly EXTENSIBLE: "extensible";
|
|
8
|
+
/** This value set is preferred but not required. */
|
|
9
|
+
readonly PREFERRED: "preferred";
|
|
10
|
+
/** This value set is an example of the kinds of codes that may be used. */
|
|
11
|
+
readonly EXAMPLE: "example";
|
|
12
|
+
};
|
|
13
|
+
export type BindingStrength = (typeof BINDING_STRENGTH)[keyof typeof BINDING_STRENGTH];
|
|
3
14
|
export interface OperationDefinition_Binding extends BackboneElement {
|
|
4
|
-
/** Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances. */
|
|
5
|
-
strength
|
|
6
|
-
/** Points to the value set or external definition (e.g. implicit value set) that identifies the set of codes to be used. */
|
|
7
|
-
|
|
8
|
-
/** Points to the value set or external definition (e.g. implicit value set) that identifies the set of codes to be used. */
|
|
9
|
-
valueSetReference?: Reference;
|
|
15
|
+
/** Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances. (1..1) */
|
|
16
|
+
strength: BindingStrength;
|
|
17
|
+
/** Points to the value set or external definition (e.g. implicit value set) that identifies the set of codes to be used. Canonical URL to ValueSet. (1..1) */
|
|
18
|
+
valueSet: string;
|
|
10
19
|
}
|
|
@@ -1,3 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
3
|
+
exports.BINDING_STRENGTH = void 0;
|
|
4
|
+
// FHIR OperationDefinition_Binding Type
|
|
5
|
+
// StructureDefinition: https://hl7.org/fhir/R4/operationdefinition.html (OperationDefinition.parameter.binding)
|
|
6
|
+
/** Binding strength: required | extensible | preferred | example (BindingStrength, required). */
|
|
7
|
+
exports.BINDING_STRENGTH = {
|
|
8
|
+
/** Only this value set is allowed. */
|
|
9
|
+
REQUIRED: "required",
|
|
10
|
+
/** This value set is the intended source of codes but other codes may be used. */
|
|
11
|
+
EXTENSIBLE: "extensible",
|
|
12
|
+
/** This value set is preferred but not required. */
|
|
13
|
+
PREFERRED: "preferred",
|
|
14
|
+
/** This value set is an example of the kinds of codes that may be used. */
|
|
15
|
+
EXAMPLE: "example",
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3BlcmF0aW9uZGVmaW5pdGlvbl9iaW5kaW5nLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL29wZXJhdGlvbmRlZmluaXRpb25fYmluZGluZy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSx3Q0FBd0M7QUFFeEMsZ0hBQWdIO0FBRWhILGlHQUFpRztBQUNwRixRQUFBLGdCQUFnQixHQUFHO0lBQzlCLHNDQUFzQztJQUN0QyxRQUFRLEVBQUUsVUFBVTtJQUNwQixrRkFBa0Y7SUFDbEYsVUFBVSxFQUFFLFlBQVk7SUFDeEIsb0RBQW9EO0lBQ3BELFNBQVMsRUFBRSxXQUFXO0lBQ3RCLDJFQUEyRTtJQUMzRSxPQUFPLEVBQUUsU0FBUztDQUNWLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IEJhY2tib25lRWxlbWVudCB9IGZyb20gXCIuL2JhY2tib25lZWxlbWVudFwiO1xuXG4vLyBGSElSIE9wZXJhdGlvbkRlZmluaXRpb25fQmluZGluZyBUeXBlXG5cbi8vIFN0cnVjdHVyZURlZmluaXRpb246IGh0dHBzOi8vaGw3Lm9yZy9maGlyL1I0L29wZXJhdGlvbmRlZmluaXRpb24uaHRtbCAoT3BlcmF0aW9uRGVmaW5pdGlvbi5wYXJhbWV0ZXIuYmluZGluZylcblxuLyoqIEJpbmRpbmcgc3RyZW5ndGg6IHJlcXVpcmVkIHwgZXh0ZW5zaWJsZSB8IHByZWZlcnJlZCB8IGV4YW1wbGUgKEJpbmRpbmdTdHJlbmd0aCwgcmVxdWlyZWQpLiAqL1xuZXhwb3J0IGNvbnN0IEJJTkRJTkdfU1RSRU5HVEggPSB7XG4gIC8qKiBPbmx5IHRoaXMgdmFsdWUgc2V0IGlzIGFsbG93ZWQuICovXG4gIFJFUVVJUkVEOiBcInJlcXVpcmVkXCIsXG4gIC8qKiBUaGlzIHZhbHVlIHNldCBpcyB0aGUgaW50ZW5kZWQgc291cmNlIG9mIGNvZGVzIGJ1dCBvdGhlciBjb2RlcyBtYXkgYmUgdXNlZC4gKi9cbiAgRVhURU5TSUJMRTogXCJleHRlbnNpYmxlXCIsXG4gIC8qKiBUaGlzIHZhbHVlIHNldCBpcyBwcmVmZXJyZWQgYnV0IG5vdCByZXF1aXJlZC4gKi9cbiAgUFJFRkVSUkVEOiBcInByZWZlcnJlZFwiLFxuICAvKiogVGhpcyB2YWx1ZSBzZXQgaXMgYW4gZXhhbXBsZSBvZiB0aGUga2luZHMgb2YgY29kZXMgdGhhdCBtYXkgYmUgdXNlZC4gKi9cbiAgRVhBTVBMRTogXCJleGFtcGxlXCIsXG59IGFzIGNvbnN0O1xuXG5leHBvcnQgdHlwZSBCaW5kaW5nU3RyZW5ndGggPVxuICAodHlwZW9mIEJJTkRJTkdfU1RSRU5HVEgpW2tleW9mIHR5cGVvZiBCSU5ESU5HX1NUUkVOR1RIXTtcblxuZXhwb3J0IGludGVyZmFjZSBPcGVyYXRpb25EZWZpbml0aW9uX0JpbmRpbmcgZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogSW5kaWNhdGVzIHRoZSBkZWdyZWUgb2YgY29uZm9ybWFuY2UgZXhwZWN0YXRpb25zIGFzc29jaWF0ZWQgd2l0aCB0aGlzIGJpbmRpbmcgLSB0aGF0IGlzLCB0aGUgZGVncmVlIHRvIHdoaWNoIHRoZSBwcm92aWRlZCB2YWx1ZSBzZXQgbXVzdCBiZSBhZGhlcmVkIHRvIGluIHRoZSBpbnN0YW5jZXMuICgxLi4xKSAqL1xuICBzdHJlbmd0aDogQmluZGluZ1N0cmVuZ3RoO1xuXG4gIC8qKiBQb2ludHMgdG8gdGhlIHZhbHVlIHNldCBvciBleHRlcm5hbCBkZWZpbml0aW9uIChlLmcuIGltcGxpY2l0IHZhbHVlIHNldCkgdGhhdCBpZGVudGlmaWVzIHRoZSBzZXQgb2YgY29kZXMgdG8gYmUgdXNlZC4gQ2Fub25pY2FsIFVSTCB0byBWYWx1ZVNldC4gKDEuLjEpICovXG4gIHZhbHVlU2V0OiBzdHJpbmc7XG59XG4iXX0=
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { BackboneElement } from "./backboneelement";
|
|
2
2
|
export interface OperationDefinition_Overload extends BackboneElement {
|
|
3
|
-
/** Name of parameter to include in overload. */
|
|
3
|
+
/** Name of parameter to include in overload. (0..*) */
|
|
4
4
|
parameterName?: Array<string>;
|
|
5
|
-
/** Comments to go on overload. */
|
|
5
|
+
/** Comments to go on overload. (0..1) */
|
|
6
6
|
comment?: string;
|
|
7
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3BlcmF0aW9uZGVmaW5pdGlvbl9vdmVybG9hZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9vcGVyYXRpb25kZWZpbml0aW9uX292ZXJsb2FkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IEJhY2tib25lRWxlbWVudCB9IGZyb20gXCIuL2JhY2tib25lZWxlbWVudFwiO1xuXG4vLyBGSElSIE9wZXJhdGlvbkRlZmluaXRpb25fT3ZlcmxvYWQgVHlwZVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC9vcGVyYXRpb25kZWZpbml0aW9uLmh0bWwgKE9wZXJhdGlvbkRlZmluaXRpb24ub3ZlcmxvYWQpXG5cbmV4cG9ydCBpbnRlcmZhY2UgT3BlcmF0aW9uRGVmaW5pdGlvbl9PdmVybG9hZCBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBOYW1lIG9mIHBhcmFtZXRlciB0byBpbmNsdWRlIGluIG92ZXJsb2FkLiAoMC4uKikgKi9cbiAgcGFyYW1ldGVyTmFtZT86IEFycmF5PHN0cmluZz47XG5cbiAgLyoqIENvbW1lbnRzIHRvIGdvIG9uIG92ZXJsb2FkLiAoMC4uMSkgKi9cbiAgY29tbWVudD86IHN0cmluZztcbn1cbiJdfQ==
|
|
@@ -1,25 +1,57 @@
|
|
|
1
1
|
import type { BackboneElement } from "./backboneelement";
|
|
2
2
|
import type { OperationDefinition_Binding } from "./operationdefinition_binding";
|
|
3
|
-
import type {
|
|
3
|
+
import type { OperationDefinition_ReferencedFrom } from "./operationdefinition_referencedfrom";
|
|
4
|
+
/** Parameter use: in | out (OperationParameterUse). */
|
|
5
|
+
export declare const OPERATION_DEFINITION_PARAMETER_USE: {
|
|
6
|
+
/** In: the parameter is an input to the operation. */
|
|
7
|
+
readonly IN: "in";
|
|
8
|
+
/** Out: the parameter is an output from the operation. */
|
|
9
|
+
readonly OUT: "out";
|
|
10
|
+
};
|
|
11
|
+
export type OperationDefinitionParameterUse = (typeof OPERATION_DEFINITION_PARAMETER_USE)[keyof typeof OPERATION_DEFINITION_PARAMETER_USE];
|
|
12
|
+
/** Search parameter type (SearchParamType). */
|
|
13
|
+
export declare const OPERATION_DEFINITION_PARAMETER_SEARCH_TYPE: {
|
|
14
|
+
/** Number: search parameter for numeric values. */
|
|
15
|
+
readonly NUMBER: "number";
|
|
16
|
+
/** Date: search parameter for date/time values. */
|
|
17
|
+
readonly DATE: "date";
|
|
18
|
+
/** String: search parameter for text/string values. */
|
|
19
|
+
readonly STRING: "string";
|
|
20
|
+
/** Token: search parameter for codes and identifiers. */
|
|
21
|
+
readonly TOKEN: "token";
|
|
22
|
+
/** Reference: search parameter for references to other resources. */
|
|
23
|
+
readonly REFERENCE: "reference";
|
|
24
|
+
/** Composite: composite search parameter. */
|
|
25
|
+
readonly COMPOSITE: "composite";
|
|
26
|
+
/** Quantity: search parameter for quantity values. */
|
|
27
|
+
readonly QUANTITY: "quantity";
|
|
28
|
+
/** Uri: search parameter for URI values. */
|
|
29
|
+
readonly URI: "uri";
|
|
30
|
+
/** Special logic applies per the description of the search parameter. */
|
|
31
|
+
readonly SPECIAL: "special";
|
|
32
|
+
};
|
|
33
|
+
export type OperationDefinitionParameterSearchType = (typeof OPERATION_DEFINITION_PARAMETER_SEARCH_TYPE)[keyof typeof OPERATION_DEFINITION_PARAMETER_SEARCH_TYPE];
|
|
4
34
|
export interface OperationDefinition_Parameter extends BackboneElement {
|
|
5
|
-
/**
|
|
6
|
-
name
|
|
7
|
-
/** Whether this is an input or an output parameter. */
|
|
8
|
-
use
|
|
9
|
-
/** The minimum number of times this parameter SHALL appear in the request or response. */
|
|
10
|
-
min
|
|
11
|
-
/** The maximum number of times this element is permitted to appear in the request or response. */
|
|
12
|
-
max
|
|
13
|
-
/** Describes the meaning or use of this parameter. */
|
|
35
|
+
/** Name in Parameters.parameter.name or in URL. (1..1) */
|
|
36
|
+
name: string;
|
|
37
|
+
/** Whether this is an input or an output parameter. (1..1) */
|
|
38
|
+
use: OperationDefinitionParameterUse;
|
|
39
|
+
/** The minimum number of times this parameter SHALL appear in the request or response. (1..1) */
|
|
40
|
+
min: number;
|
|
41
|
+
/** The maximum number of times this element is permitted to appear in the request or response. (1..1) */
|
|
42
|
+
max: string;
|
|
43
|
+
/** Describes the meaning or use of this parameter. (0..1) */
|
|
14
44
|
documentation?: string;
|
|
15
|
-
/** The type for this parameter. */
|
|
45
|
+
/** The type for this parameter. (0..1) */
|
|
16
46
|
type?: string;
|
|
17
|
-
/** How the parameter is understood as a search parameter.
|
|
18
|
-
searchType?:
|
|
19
|
-
/**
|
|
20
|
-
|
|
21
|
-
/** Binds to a value set if this parameter is coded (code, Coding, CodeableConcept). */
|
|
47
|
+
/** How the parameter is understood as a search parameter. Only used if the parameter type is 'string'. (0..1) */
|
|
48
|
+
searchType?: OperationDefinitionParameterSearchType;
|
|
49
|
+
/** If type is Reference | canonical, allowed targets (profile or IG canonical URLs). (0..*) */
|
|
50
|
+
targetProfile?: Array<string>;
|
|
51
|
+
/** Binds to a value set if this parameter is coded (code, Coding, CodeableConcept). (0..1) */
|
|
22
52
|
binding?: OperationDefinition_Binding;
|
|
23
|
-
/**
|
|
53
|
+
/** Identifies other resource parameters within the operation invocation that are expected to resolve to this resource. (0..*) */
|
|
54
|
+
referencedFrom?: Array<OperationDefinition_ReferencedFrom>;
|
|
55
|
+
/** The parts of a nested Parameter. (0..*) */
|
|
24
56
|
part?: Array<OperationDefinition_Parameter>;
|
|
25
57
|
}
|
|
@@ -1,3 +1,34 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
3
|
+
exports.OPERATION_DEFINITION_PARAMETER_SEARCH_TYPE = exports.OPERATION_DEFINITION_PARAMETER_USE = void 0;
|
|
4
|
+
// FHIR OperationDefinition_Parameter Type
|
|
5
|
+
// StructureDefinition: https://hl7.org/fhir/R4/operationdefinition.html (OperationDefinition.parameter)
|
|
6
|
+
/** Parameter use: in | out (OperationParameterUse). */
|
|
7
|
+
exports.OPERATION_DEFINITION_PARAMETER_USE = {
|
|
8
|
+
/** In: the parameter is an input to the operation. */
|
|
9
|
+
IN: "in",
|
|
10
|
+
/** Out: the parameter is an output from the operation. */
|
|
11
|
+
OUT: "out",
|
|
12
|
+
};
|
|
13
|
+
/** Search parameter type (SearchParamType). */
|
|
14
|
+
exports.OPERATION_DEFINITION_PARAMETER_SEARCH_TYPE = {
|
|
15
|
+
/** Number: search parameter for numeric values. */
|
|
16
|
+
NUMBER: "number",
|
|
17
|
+
/** Date: search parameter for date/time values. */
|
|
18
|
+
DATE: "date",
|
|
19
|
+
/** String: search parameter for text/string values. */
|
|
20
|
+
STRING: "string",
|
|
21
|
+
/** Token: search parameter for codes and identifiers. */
|
|
22
|
+
TOKEN: "token",
|
|
23
|
+
/** Reference: search parameter for references to other resources. */
|
|
24
|
+
REFERENCE: "reference",
|
|
25
|
+
/** Composite: composite search parameter. */
|
|
26
|
+
COMPOSITE: "composite",
|
|
27
|
+
/** Quantity: search parameter for quantity values. */
|
|
28
|
+
QUANTITY: "quantity",
|
|
29
|
+
/** Uri: search parameter for URI values. */
|
|
30
|
+
URI: "uri",
|
|
31
|
+
/** Special logic applies per the description of the search parameter. */
|
|
32
|
+
SPECIAL: "special",
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3BlcmF0aW9uZGVmaW5pdGlvbl9wYXJhbWV0ZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvb3BlcmF0aW9uZGVmaW5pdGlvbl9wYXJhbWV0ZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBSUEsMENBQTBDO0FBRTFDLHdHQUF3RztBQUV4Ryx1REFBdUQ7QUFDMUMsUUFBQSxrQ0FBa0MsR0FBRztJQUNoRCxzREFBc0Q7SUFDdEQsRUFBRSxFQUFFLElBQUk7SUFDUiwwREFBMEQ7SUFDMUQsR0FBRyxFQUFFLEtBQUs7Q0FDRixDQUFDO0FBS1gsK0NBQStDO0FBQ2xDLFFBQUEsMENBQTBDLEdBQUc7SUFDeEQsbURBQW1EO0lBQ25ELE1BQU0sRUFBRSxRQUFRO0lBQ2hCLG1EQUFtRDtJQUNuRCxJQUFJLEVBQUUsTUFBTTtJQUNaLHVEQUF1RDtJQUN2RCxNQUFNLEVBQUUsUUFBUTtJQUNoQix5REFBeUQ7SUFDekQsS0FBSyxFQUFFLE9BQU87SUFDZCxxRUFBcUU7SUFDckUsU0FBUyxFQUFFLFdBQVc7SUFDdEIsNkNBQTZDO0lBQzdDLFNBQVMsRUFBRSxXQUFXO0lBQ3RCLHNEQUFzRDtJQUN0RCxRQUFRLEVBQUUsVUFBVTtJQUNwQiw0Q0FBNEM7SUFDNUMsR0FBRyxFQUFFLEtBQUs7SUFDVix5RUFBeUU7SUFDekUsT0FBTyxFQUFFLFNBQVM7Q0FDVixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgT3BlcmF0aW9uRGVmaW5pdGlvbl9CaW5kaW5nIH0gZnJvbSBcIi4vb3BlcmF0aW9uZGVmaW5pdGlvbl9iaW5kaW5nXCI7XG5pbXBvcnQgdHlwZSB7IE9wZXJhdGlvbkRlZmluaXRpb25fUmVmZXJlbmNlZEZyb20gfSBmcm9tIFwiLi9vcGVyYXRpb25kZWZpbml0aW9uX3JlZmVyZW5jZWRmcm9tXCI7XG5cbi8vIEZISVIgT3BlcmF0aW9uRGVmaW5pdGlvbl9QYXJhbWV0ZXIgVHlwZVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC9vcGVyYXRpb25kZWZpbml0aW9uLmh0bWwgKE9wZXJhdGlvbkRlZmluaXRpb24ucGFyYW1ldGVyKVxuXG4vKiogUGFyYW1ldGVyIHVzZTogaW4gfCBvdXQgKE9wZXJhdGlvblBhcmFtZXRlclVzZSkuICovXG5leHBvcnQgY29uc3QgT1BFUkFUSU9OX0RFRklOSVRJT05fUEFSQU1FVEVSX1VTRSA9IHtcbiAgLyoqIEluOiB0aGUgcGFyYW1ldGVyIGlzIGFuIGlucHV0IHRvIHRoZSBvcGVyYXRpb24uICovXG4gIElOOiBcImluXCIsXG4gIC8qKiBPdXQ6IHRoZSBwYXJhbWV0ZXIgaXMgYW4gb3V0cHV0IGZyb20gdGhlIG9wZXJhdGlvbi4gKi9cbiAgT1VUOiBcIm91dFwiLFxufSBhcyBjb25zdDtcblxuZXhwb3J0IHR5cGUgT3BlcmF0aW9uRGVmaW5pdGlvblBhcmFtZXRlclVzZSA9XG4gICh0eXBlb2YgT1BFUkFUSU9OX0RFRklOSVRJT05fUEFSQU1FVEVSX1VTRSlba2V5b2YgdHlwZW9mIE9QRVJBVElPTl9ERUZJTklUSU9OX1BBUkFNRVRFUl9VU0VdO1xuXG4vKiogU2VhcmNoIHBhcmFtZXRlciB0eXBlIChTZWFyY2hQYXJhbVR5cGUpLiAqL1xuZXhwb3J0IGNvbnN0IE9QRVJBVElPTl9ERUZJTklUSU9OX1BBUkFNRVRFUl9TRUFSQ0hfVFlQRSA9IHtcbiAgLyoqIE51bWJlcjogc2VhcmNoIHBhcmFtZXRlciBmb3IgbnVtZXJpYyB2YWx1ZXMuICovXG4gIE5VTUJFUjogXCJudW1iZXJcIixcbiAgLyoqIERhdGU6IHNlYXJjaCBwYXJhbWV0ZXIgZm9yIGRhdGUvdGltZSB2YWx1ZXMuICovXG4gIERBVEU6IFwiZGF0ZVwiLFxuICAvKiogU3RyaW5nOiBzZWFyY2ggcGFyYW1ldGVyIGZvciB0ZXh0L3N0cmluZyB2YWx1ZXMuICovXG4gIFNUUklORzogXCJzdHJpbmdcIixcbiAgLyoqIFRva2VuOiBzZWFyY2ggcGFyYW1ldGVyIGZvciBjb2RlcyBhbmQgaWRlbnRpZmllcnMuICovXG4gIFRPS0VOOiBcInRva2VuXCIsXG4gIC8qKiBSZWZlcmVuY2U6IHNlYXJjaCBwYXJhbWV0ZXIgZm9yIHJlZmVyZW5jZXMgdG8gb3RoZXIgcmVzb3VyY2VzLiAqL1xuICBSRUZFUkVOQ0U6IFwicmVmZXJlbmNlXCIsXG4gIC8qKiBDb21wb3NpdGU6IGNvbXBvc2l0ZSBzZWFyY2ggcGFyYW1ldGVyLiAqL1xuICBDT01QT1NJVEU6IFwiY29tcG9zaXRlXCIsXG4gIC8qKiBRdWFudGl0eTogc2VhcmNoIHBhcmFtZXRlciBmb3IgcXVhbnRpdHkgdmFsdWVzLiAqL1xuICBRVUFOVElUWTogXCJxdWFudGl0eVwiLFxuICAvKiogVXJpOiBzZWFyY2ggcGFyYW1ldGVyIGZvciBVUkkgdmFsdWVzLiAqL1xuICBVUkk6IFwidXJpXCIsXG4gIC8qKiBTcGVjaWFsIGxvZ2ljIGFwcGxpZXMgcGVyIHRoZSBkZXNjcmlwdGlvbiBvZiB0aGUgc2VhcmNoIHBhcmFtZXRlci4gKi9cbiAgU1BFQ0lBTDogXCJzcGVjaWFsXCIsXG59IGFzIGNvbnN0O1xuXG5leHBvcnQgdHlwZSBPcGVyYXRpb25EZWZpbml0aW9uUGFyYW1ldGVyU2VhcmNoVHlwZSA9XG4gICh0eXBlb2YgT1BFUkFUSU9OX0RFRklOSVRJT05fUEFSQU1FVEVSX1NFQVJDSF9UWVBFKVtrZXlvZiB0eXBlb2YgT1BFUkFUSU9OX0RFRklOSVRJT05fUEFSQU1FVEVSX1NFQVJDSF9UWVBFXTtcblxuZXhwb3J0IGludGVyZmFjZSBPcGVyYXRpb25EZWZpbml0aW9uX1BhcmFtZXRlciBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBOYW1lIGluIFBhcmFtZXRlcnMucGFyYW1ldGVyLm5hbWUgb3IgaW4gVVJMLiAoMS4uMSkgKi9cbiAgbmFtZTogc3RyaW5nO1xuXG4gIC8qKiBXaGV0aGVyIHRoaXMgaXMgYW4gaW5wdXQgb3IgYW4gb3V0cHV0IHBhcmFtZXRlci4gKDEuLjEpICovXG4gIHVzZTogT3BlcmF0aW9uRGVmaW5pdGlvblBhcmFtZXRlclVzZTtcblxuICAvKiogVGhlIG1pbmltdW0gbnVtYmVyIG9mIHRpbWVzIHRoaXMgcGFyYW1ldGVyIFNIQUxMIGFwcGVhciBpbiB0aGUgcmVxdWVzdCBvciByZXNwb25zZS4gKDEuLjEpICovXG4gIG1pbjogbnVtYmVyO1xuXG4gIC8qKiBUaGUgbWF4aW11bSBudW1iZXIgb2YgdGltZXMgdGhpcyBlbGVtZW50IGlzIHBlcm1pdHRlZCB0byBhcHBlYXIgaW4gdGhlIHJlcXVlc3Qgb3IgcmVzcG9uc2UuICgxLi4xKSAqL1xuICBtYXg6IHN0cmluZztcblxuICAvKiogRGVzY3JpYmVzIHRoZSBtZWFuaW5nIG9yIHVzZSBvZiB0aGlzIHBhcmFtZXRlci4gKDAuLjEpICovXG4gIGRvY3VtZW50YXRpb24/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSB0eXBlIGZvciB0aGlzIHBhcmFtZXRlci4gKDAuLjEpICovXG4gIHR5cGU/OiBzdHJpbmc7XG5cbiAgLyoqIEhvdyB0aGUgcGFyYW1ldGVyIGlzIHVuZGVyc3Rvb2QgYXMgYSBzZWFyY2ggcGFyYW1ldGVyLiBPbmx5IHVzZWQgaWYgdGhlIHBhcmFtZXRlciB0eXBlIGlzICdzdHJpbmcnLiAoMC4uMSkgKi9cbiAgc2VhcmNoVHlwZT86IE9wZXJhdGlvbkRlZmluaXRpb25QYXJhbWV0ZXJTZWFyY2hUeXBlO1xuXG4gIC8qKiBJZiB0eXBlIGlzIFJlZmVyZW5jZSB8IGNhbm9uaWNhbCwgYWxsb3dlZCB0YXJnZXRzIChwcm9maWxlIG9yIElHIGNhbm9uaWNhbCBVUkxzKS4gKDAuLiopICovXG4gIHRhcmdldFByb2ZpbGU/OiBBcnJheTxzdHJpbmc+O1xuXG4gIC8qKiBCaW5kcyB0byBhIHZhbHVlIHNldCBpZiB0aGlzIHBhcmFtZXRlciBpcyBjb2RlZCAoY29kZSwgQ29kaW5nLCBDb2RlYWJsZUNvbmNlcHQpLiAoMC4uMSkgKi9cbiAgYmluZGluZz86IE9wZXJhdGlvbkRlZmluaXRpb25fQmluZGluZztcblxuICAvKiogSWRlbnRpZmllcyBvdGhlciByZXNvdXJjZSBwYXJhbWV0ZXJzIHdpdGhpbiB0aGUgb3BlcmF0aW9uIGludm9jYXRpb24gdGhhdCBhcmUgZXhwZWN0ZWQgdG8gcmVzb2x2ZSB0byB0aGlzIHJlc291cmNlLiAoMC4uKikgKi9cbiAgcmVmZXJlbmNlZEZyb20/OiBBcnJheTxPcGVyYXRpb25EZWZpbml0aW9uX1JlZmVyZW5jZWRGcm9tPjtcblxuICAvKiogVGhlIHBhcnRzIG9mIGEgbmVzdGVkIFBhcmFtZXRlci4gKDAuLiopICovXG4gIHBhcnQ/OiBBcnJheTxPcGVyYXRpb25EZWZpbml0aW9uX1BhcmFtZXRlcj47XG59XG4iXX0=
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
export interface OperationDefinition_ReferencedFrom extends BackboneElement {
|
|
3
|
+
/** The name of the parameter or dot-separated path of parameter names pointing to the resource parameter that is expected to contain a reference to this resource. (1..1) */
|
|
4
|
+
source: string;
|
|
5
|
+
/** The id of the element in the referencing resource that is expected to resolve to this resource. (0..1) */
|
|
6
|
+
sourceId?: string;
|
|
7
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3BlcmF0aW9uZGVmaW5pdGlvbl9yZWZlcmVuY2VkZnJvbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9vcGVyYXRpb25kZWZpbml0aW9uX3JlZmVyZW5jZWRmcm9tLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IEJhY2tib25lRWxlbWVudCB9IGZyb20gXCIuL2JhY2tib25lZWxlbWVudFwiO1xuXG4vLyBGSElSIE9wZXJhdGlvbkRlZmluaXRpb25fUmVmZXJlbmNlZEZyb20gVHlwZVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC9vcGVyYXRpb25kZWZpbml0aW9uLmh0bWwgKE9wZXJhdGlvbkRlZmluaXRpb24ucGFyYW1ldGVyLnJlZmVyZW5jZWRGcm9tKVxuXG5leHBvcnQgaW50ZXJmYWNlIE9wZXJhdGlvbkRlZmluaXRpb25fUmVmZXJlbmNlZEZyb20gZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogVGhlIG5hbWUgb2YgdGhlIHBhcmFtZXRlciBvciBkb3Qtc2VwYXJhdGVkIHBhdGggb2YgcGFyYW1ldGVyIG5hbWVzIHBvaW50aW5nIHRvIHRoZSByZXNvdXJjZSBwYXJhbWV0ZXIgdGhhdCBpcyBleHBlY3RlZCB0byBjb250YWluIGEgcmVmZXJlbmNlIHRvIHRoaXMgcmVzb3VyY2UuICgxLi4xKSAqL1xuICBzb3VyY2U6IHN0cmluZztcblxuICAvKiogVGhlIGlkIG9mIHRoZSBlbGVtZW50IGluIHRoZSByZWZlcmVuY2luZyByZXNvdXJjZSB0aGF0IGlzIGV4cGVjdGVkIHRvIHJlc29sdmUgdG8gdGhpcyByZXNvdXJjZS4gKDAuLjEpICovXG4gIHNvdXJjZUlkPzogc3RyaW5nO1xufVxuIl19
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { DomainResource } from "./domainresource";
|
|
2
2
|
import type { OperationOutcome_Issue } from "./operationoutcome_issue";
|
|
3
3
|
export interface OperationOutcome extends DomainResource {
|
|
4
|
-
/** This is
|
|
4
|
+
/** This is an OperationOutcome resource */
|
|
5
5
|
resourceType: "OperationOutcome";
|
|
6
|
-
/**
|
|
6
|
+
/** A single issue associated with the action (error, warning, or information message that results from a system action). (1..*) */
|
|
7
7
|
issue: Array<OperationOutcome_Issue>;
|
|
8
8
|
}
|
package/lib/operationoutcome.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3BlcmF0aW9ub3V0Y29tZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9vcGVyYXRpb25vdXRjb21lLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IERvbWFpblJlc291cmNlIH0gZnJvbSBcIi4vZG9tYWlucmVzb3VyY2VcIjtcbmltcG9ydCB0eXBlIHsgT3BlcmF0aW9uT3V0Y29tZV9Jc3N1ZSB9IGZyb20gXCIuL29wZXJhdGlvbm91dGNvbWVfaXNzdWVcIjtcblxuLy8gRkhJUiBPcGVyYXRpb25PdXRjb21lIFR5cGVcblxuLy8gU3RydWN0dXJlRGVmaW5pdGlvbjogaHR0cHM6Ly9obDcub3JnL2ZoaXIvUjQvb3BlcmF0aW9ub3V0Y29tZS5odG1sXG5cbmV4cG9ydCBpbnRlcmZhY2UgT3BlcmF0aW9uT3V0Y29tZSBleHRlbmRzIERvbWFpblJlc291cmNlIHtcbiAgLyoqIFRoaXMgaXMgYW4gT3BlcmF0aW9uT3V0Y29tZSByZXNvdXJjZSAqL1xuICByZXNvdXJjZVR5cGU6IFwiT3BlcmF0aW9uT3V0Y29tZVwiO1xuXG4gIC8qKiBBIHNpbmdsZSBpc3N1ZSBhc3NvY2lhdGVkIHdpdGggdGhlIGFjdGlvbiAoZXJyb3IsIHdhcm5pbmcsIG9yIGluZm9ybWF0aW9uIG1lc3NhZ2UgdGhhdCByZXN1bHRzIGZyb20gYSBzeXN0ZW0gYWN0aW9uKS4gKDEuLiopICovXG4gIGlzc3VlOiBBcnJheTxPcGVyYXRpb25PdXRjb21lX0lzc3VlPjtcbn1cbiJdfQ==
|
|
@@ -1,16 +1,94 @@
|
|
|
1
1
|
import type { BackboneElement } from "./backboneelement";
|
|
2
2
|
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
+
/** Issue severity: fatal | error | warning | information (IssueSeverity). */
|
|
4
|
+
export declare const OPERATION_OUTCOME_ISSUE_SEVERITY: {
|
|
5
|
+
/** Fatal: the issue is sufficiently severe to cause the action to fail. */
|
|
6
|
+
readonly FATAL: "fatal";
|
|
7
|
+
/** Error: the issue indicates the action failed (e.g. invalid content). */
|
|
8
|
+
readonly ERROR: "error";
|
|
9
|
+
/** Warning: the issue indicates the action succeeded but with warnings. */
|
|
10
|
+
readonly WARNING: "warning";
|
|
11
|
+
/** Information: the issue is informational only. */
|
|
12
|
+
readonly INFORMATION: "information";
|
|
13
|
+
};
|
|
14
|
+
export type OperationOutcomeIssueSeverity = (typeof OPERATION_OUTCOME_ISSUE_SEVERITY)[keyof typeof OPERATION_OUTCOME_ISSUE_SEVERITY];
|
|
15
|
+
/** OperationOutcome issue code (IssueType value set). */
|
|
16
|
+
export declare const OPERATION_OUTCOME_ISSUE_CODE: {
|
|
17
|
+
/** Invalid: content invalid against the specification or a profile. */
|
|
18
|
+
readonly INVALID: "invalid";
|
|
19
|
+
/** Structure: structural issue (wrong namespace, parse error, invalid syntax). */
|
|
20
|
+
readonly STRUCTURE: "structure";
|
|
21
|
+
/** Required: a required element is missing. */
|
|
22
|
+
readonly REQUIRED: "required";
|
|
23
|
+
/** Value: an element or header value is invalid. */
|
|
24
|
+
readonly VALUE: "value";
|
|
25
|
+
/** Invariant: a content validation rule failed. */
|
|
26
|
+
readonly INVARIANT: "invariant";
|
|
27
|
+
/** Security: authentication/authorization/permissions issue. */
|
|
28
|
+
readonly SECURITY: "security";
|
|
29
|
+
/** Login: the client needs to initiate an authentication process. */
|
|
30
|
+
readonly LOGIN: "login";
|
|
31
|
+
/** Unknown: the user or system could not be authenticated. */
|
|
32
|
+
readonly UNKNOWN: "unknown";
|
|
33
|
+
/** Expired: user session expired; a login may be required. */
|
|
34
|
+
readonly EXPIRED: "expired";
|
|
35
|
+
/** Forbidden: the user does not have the rights to perform this action. */
|
|
36
|
+
readonly FORBIDDEN: "forbidden";
|
|
37
|
+
/** Suppressed: information not returned due to business/consent/privacy rules. */
|
|
38
|
+
readonly SUPPRESSED: "suppressed";
|
|
39
|
+
/** Processing: processing failure (e.g. no point resubmitting unchanged). */
|
|
40
|
+
readonly PROCESSING: "processing";
|
|
41
|
+
/** Not supported: the interaction, operation, resource or profile is not supported. */
|
|
42
|
+
readonly NOT_SUPPORTED: "not-supported";
|
|
43
|
+
/** Duplicate: an attempt was made to create a duplicate record. */
|
|
44
|
+
readonly DUPLICATE: "duplicate";
|
|
45
|
+
/** Multiple matches: multiple matching records were found when only one match was required. */
|
|
46
|
+
readonly MULTIPLE_MATCHES: "multiple-matches";
|
|
47
|
+
/** Not found: the reference provided was not found. */
|
|
48
|
+
readonly NOT_FOUND: "not-found";
|
|
49
|
+
/** Deleted: the reference pointed to content that has been deleted. */
|
|
50
|
+
readonly DELETED: "deleted";
|
|
51
|
+
/** Too long: provided content is too long. */
|
|
52
|
+
readonly TOO_LONG: "too-long";
|
|
53
|
+
/** Code invalid: the code or system could not be understood or was not valid. */
|
|
54
|
+
readonly CODE_INVALID: "code-invalid";
|
|
55
|
+
/** Extension: an extension was not acceptable or could not be resolved. */
|
|
56
|
+
readonly EXTENSION: "extension";
|
|
57
|
+
/** Too costly: the operation was stopped to protect server resources. */
|
|
58
|
+
readonly TOO_COSTLY: "too-costly";
|
|
59
|
+
/** Business rule: content/operation failed a business rule. */
|
|
60
|
+
readonly BUSINESS_RULE: "business-rule";
|
|
61
|
+
/** Conflict: edit version conflict (e.g. version-aware updates). */
|
|
62
|
+
readonly CONFLICT: "conflict";
|
|
63
|
+
/** Incomplete: not all data sources could be reached; results might not be complete. */
|
|
64
|
+
readonly INCOMPLETE: "incomplete";
|
|
65
|
+
/** Transient: transient processing issue; may resubmit once resolved. */
|
|
66
|
+
readonly TRANSIENT: "transient";
|
|
67
|
+
/** Lock error: resource/record locking failure. */
|
|
68
|
+
readonly LOCK_ERROR: "lock-error";
|
|
69
|
+
/** No store: the persistent store is unavailable. */
|
|
70
|
+
readonly NO_STORE: "no-store";
|
|
71
|
+
/** Exception: an unexpected internal error has occurred. */
|
|
72
|
+
readonly EXCEPTION: "exception";
|
|
73
|
+
/** Timeout: an internal timeout has occurred. */
|
|
74
|
+
readonly TIMEOUT: "timeout";
|
|
75
|
+
/** Throttled: the system is not prepared to handle this request due to load. */
|
|
76
|
+
readonly THROTTLED: "throttled";
|
|
77
|
+
/** Informational: a message unrelated to the processing success of the operation. */
|
|
78
|
+
readonly INFORMATIONAL: "informational";
|
|
79
|
+
};
|
|
80
|
+
export type OperationOutcomeIssueCode = (typeof OPERATION_OUTCOME_ISSUE_CODE)[keyof typeof OPERATION_OUTCOME_ISSUE_CODE];
|
|
3
81
|
export interface OperationOutcome_Issue extends BackboneElement {
|
|
4
|
-
/**
|
|
5
|
-
severity
|
|
6
|
-
/**
|
|
7
|
-
code
|
|
8
|
-
/** Additional details about the error
|
|
82
|
+
/** How the issue affects the success of the action. (1..1) */
|
|
83
|
+
severity: OperationOutcomeIssueSeverity;
|
|
84
|
+
/** Error or warning code from IssueType. (1..1) */
|
|
85
|
+
code: OperationOutcomeIssueCode;
|
|
86
|
+
/** Additional details about the error (text or system code). (0..1) */
|
|
9
87
|
details?: CodeableConcept;
|
|
10
|
-
/** Additional diagnostic information about the issue.
|
|
88
|
+
/** Additional diagnostic information about the issue. (0..1) */
|
|
11
89
|
diagnostics?: string;
|
|
12
|
-
/**
|
|
90
|
+
/** Deprecated: path of element(s) related to issue (XPath). Use expression instead. (0..*) */
|
|
13
91
|
location?: Array<string>;
|
|
14
|
-
/**
|
|
92
|
+
/** FHIRPath of element(s) related to issue. (0..*) */
|
|
15
93
|
expression?: Array<string>;
|
|
16
94
|
}
|