@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
|
@@ -8,55 +8,55 @@ import type { Period } from "./period";
|
|
|
8
8
|
import type { Quantity } from "./quantity";
|
|
9
9
|
import type { Reference } from "./reference";
|
|
10
10
|
export interface ExplanationOfBenefit_Item extends BackboneElement {
|
|
11
|
-
/** A
|
|
12
|
-
sequence
|
|
13
|
-
/**
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
|
|
17
|
-
/** Procedures applicable for this service or product
|
|
18
|
-
|
|
19
|
-
/** Exceptions, special conditions and supporting information
|
|
20
|
-
|
|
21
|
-
/** The type of
|
|
11
|
+
/** A number to uniquely identify item entries. */
|
|
12
|
+
sequence: number;
|
|
13
|
+
/** Care team members related to this service or product. */
|
|
14
|
+
careTeamSequence?: Array<number>;
|
|
15
|
+
/** Diagnoses applicable for this service or product. */
|
|
16
|
+
diagnosisSequence?: Array<number>;
|
|
17
|
+
/** Procedures applicable for this service or product. */
|
|
18
|
+
procedureSequence?: Array<number>;
|
|
19
|
+
/** Exceptions, special conditions and supporting information applicable for this service or product. */
|
|
20
|
+
informationSequence?: Array<number>;
|
|
21
|
+
/** The type of revenue or cost center providing the product and/or service. */
|
|
22
22
|
revenue?: CodeableConcept;
|
|
23
|
-
/**
|
|
23
|
+
/** Code to identify the general type of benefits under which products and services are provided. */
|
|
24
24
|
category?: CodeableConcept;
|
|
25
|
-
/**
|
|
26
|
-
|
|
27
|
-
/** Item typification or modifiers codes
|
|
25
|
+
/** Billing, service, product, or drug code. When the value is a group code then this item collects a set of related claim details, otherwise this contains the product, service, drug or other billing code for the item. */
|
|
26
|
+
productOrService: CodeableConcept;
|
|
27
|
+
/** Item typification or modifiers codes to convey additional context for the product or service. */
|
|
28
28
|
modifier?: Array<CodeableConcept>;
|
|
29
|
-
/**
|
|
29
|
+
/** Identifies the program under which this may be recovered. */
|
|
30
30
|
programCode?: Array<CodeableConcept>;
|
|
31
|
-
/** The date or dates when the
|
|
31
|
+
/** The date or dates when the service or product was supplied, performed or completed. */
|
|
32
32
|
servicedDate?: string;
|
|
33
|
-
/** The date or dates when the
|
|
33
|
+
/** The date or dates when the service or product was supplied, performed or completed. */
|
|
34
34
|
servicedPeriod?: Period;
|
|
35
|
-
/** Where the service was provided. */
|
|
35
|
+
/** Where the product or service was provided. */
|
|
36
36
|
locationCodeableConcept?: CodeableConcept;
|
|
37
|
-
/** Where the service was provided. */
|
|
37
|
+
/** Where the product or service was provided. */
|
|
38
38
|
locationAddress?: Address;
|
|
39
|
-
/** Where the service was provided. */
|
|
39
|
+
/** Where the product or service was provided. */
|
|
40
40
|
locationReference?: Reference;
|
|
41
41
|
/** The number of repetitions of a service or product. */
|
|
42
42
|
quantity?: Quantity;
|
|
43
|
-
/** If the item is a
|
|
43
|
+
/** If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group. */
|
|
44
44
|
unitPrice?: Money;
|
|
45
|
-
/** A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received.
|
|
45
|
+
/** A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. */
|
|
46
46
|
factor?: number;
|
|
47
|
-
/** The quantity times the unit price for an
|
|
47
|
+
/** The quantity times the unit price for an additional service or product or charge. */
|
|
48
48
|
net?: Money;
|
|
49
|
-
/**
|
|
49
|
+
/** Unique Device Identifiers associated with this line item. */
|
|
50
50
|
udi?: Array<Reference>;
|
|
51
51
|
/** Physical service site on the patient (limb, tooth, etc). */
|
|
52
52
|
bodySite?: CodeableConcept;
|
|
53
|
-
/** A region or surface of the site,
|
|
53
|
+
/** A region or surface of the site, e.g. limb region or tooth surface(s). */
|
|
54
54
|
subSite?: Array<CodeableConcept>;
|
|
55
55
|
/** A billed item may include goods or services provided in multiple encounters. */
|
|
56
56
|
encounter?: Array<Reference>;
|
|
57
|
-
/**
|
|
57
|
+
/** The numbers associated with notes below which apply to the adjudication of this item. */
|
|
58
58
|
noteNumber?: Array<number>;
|
|
59
|
-
/** The
|
|
59
|
+
/** The adjudication results. */
|
|
60
60
|
adjudication?: Array<ExplanationOfBenefit_Adjudication>;
|
|
61
61
|
/** Second tier of goods and services. */
|
|
62
62
|
detail?: Array<ExplanationOfBenefit_Detail>;
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfaXRlbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9leHBsYW5hdGlvbm9mYmVuZWZpdF9pdGVtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IEFkZHJlc3MgfSBmcm9tIFwiLi9hZGRyZXNzXCI7XG5pbXBvcnQgdHlwZSB7IEJhY2tib25lRWxlbWVudCB9IGZyb20gXCIuL2JhY2tib25lZWxlbWVudFwiO1xuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgRXhwbGFuYXRpb25PZkJlbmVmaXRfQWRqdWRpY2F0aW9uIH0gZnJvbSBcIi4vZXhwbGFuYXRpb25vZmJlbmVmaXRfYWRqdWRpY2F0aW9uXCI7XG5pbXBvcnQgdHlwZSB7IEV4cGxhbmF0aW9uT2ZCZW5lZml0X0RldGFpbCB9IGZyb20gXCIuL2V4cGxhbmF0aW9ub2ZiZW5lZml0X2RldGFpbFwiO1xuaW1wb3J0IHR5cGUgeyBNb25leSB9IGZyb20gXCIuL21vbmV5XCI7XG5pbXBvcnQgdHlwZSB7IFBlcmlvZCB9IGZyb20gXCIuL3BlcmlvZFwiO1xuaW1wb3J0IHR5cGUgeyBRdWFudGl0eSB9IGZyb20gXCIuL3F1YW50aXR5XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG4vLyBGSElSIEV4cGxhbmF0aW9uT2ZCZW5lZml0X0l0ZW0gVHlwZVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC9leHBsYW5hdGlvbm9mYmVuZWZpdC5odG1sXG5cbmV4cG9ydCBpbnRlcmZhY2UgRXhwbGFuYXRpb25PZkJlbmVmaXRfSXRlbSBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBBIG51bWJlciB0byB1bmlxdWVseSBpZGVudGlmeSBpdGVtIGVudHJpZXMuICovXG4gIHNlcXVlbmNlOiBudW1iZXI7XG5cbiAgLyoqIENhcmUgdGVhbSBtZW1iZXJzIHJlbGF0ZWQgdG8gdGhpcyBzZXJ2aWNlIG9yIHByb2R1Y3QuICovXG4gIGNhcmVUZWFtU2VxdWVuY2U/OiBBcnJheTxudW1iZXI+O1xuXG4gIC8qKiBEaWFnbm9zZXMgYXBwbGljYWJsZSBmb3IgdGhpcyBzZXJ2aWNlIG9yIHByb2R1Y3QuICovXG4gIGRpYWdub3Npc1NlcXVlbmNlPzogQXJyYXk8bnVtYmVyPjtcblxuICAvKiogUHJvY2VkdXJlcyBhcHBsaWNhYmxlIGZvciB0aGlzIHNlcnZpY2Ugb3IgcHJvZHVjdC4gKi9cbiAgcHJvY2VkdXJlU2VxdWVuY2U/OiBBcnJheTxudW1iZXI+O1xuXG4gIC8qKiBFeGNlcHRpb25zLCBzcGVjaWFsIGNvbmRpdGlvbnMgYW5kIHN1cHBvcnRpbmcgaW5mb3JtYXRpb24gYXBwbGljYWJsZSBmb3IgdGhpcyBzZXJ2aWNlIG9yIHByb2R1Y3QuICovXG4gIGluZm9ybWF0aW9uU2VxdWVuY2U/OiBBcnJheTxudW1iZXI+O1xuXG4gIC8qKiBUaGUgdHlwZSBvZiByZXZlbnVlIG9yIGNvc3QgY2VudGVyIHByb3ZpZGluZyB0aGUgcHJvZHVjdCBhbmQvb3Igc2VydmljZS4gKi9cbiAgcmV2ZW51ZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogQ29kZSB0byBpZGVudGlmeSB0aGUgZ2VuZXJhbCB0eXBlIG9mIGJlbmVmaXRzIHVuZGVyIHdoaWNoIHByb2R1Y3RzIGFuZCBzZXJ2aWNlcyBhcmUgcHJvdmlkZWQuICovXG4gIGNhdGVnb3J5PzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBCaWxsaW5nLCBzZXJ2aWNlLCBwcm9kdWN0LCBvciBkcnVnIGNvZGUuIFdoZW4gdGhlIHZhbHVlIGlzIGEgZ3JvdXAgY29kZSB0aGVuIHRoaXMgaXRlbSBjb2xsZWN0cyBhIHNldCBvZiByZWxhdGVkIGNsYWltIGRldGFpbHMsIG90aGVyd2lzZSB0aGlzIGNvbnRhaW5zIHRoZSBwcm9kdWN0LCBzZXJ2aWNlLCBkcnVnIG9yIG90aGVyIGJpbGxpbmcgY29kZSBmb3IgdGhlIGl0ZW0uICovXG4gIHByb2R1Y3RPclNlcnZpY2U6IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogSXRlbSB0eXBpZmljYXRpb24gb3IgbW9kaWZpZXJzIGNvZGVzIHRvIGNvbnZleSBhZGRpdGlvbmFsIGNvbnRleHQgZm9yIHRoZSBwcm9kdWN0IG9yIHNlcnZpY2UuICovXG4gIG1vZGlmaWVyPzogQXJyYXk8Q29kZWFibGVDb25jZXB0PjtcblxuICAvKiogSWRlbnRpZmllcyB0aGUgcHJvZ3JhbSB1bmRlciB3aGljaCB0aGlzIG1heSBiZSByZWNvdmVyZWQuICovXG4gIHByb2dyYW1Db2RlPzogQXJyYXk8Q29kZWFibGVDb25jZXB0PjtcblxuICAvKiogVGhlIGRhdGUgb3IgZGF0ZXMgd2hlbiB0aGUgc2VydmljZSBvciBwcm9kdWN0IHdhcyBzdXBwbGllZCwgcGVyZm9ybWVkIG9yIGNvbXBsZXRlZC4gKi9cbiAgc2VydmljZWREYXRlPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgZGF0ZSBvciBkYXRlcyB3aGVuIHRoZSBzZXJ2aWNlIG9yIHByb2R1Y3Qgd2FzIHN1cHBsaWVkLCBwZXJmb3JtZWQgb3IgY29tcGxldGVkLiAqL1xuICBzZXJ2aWNlZFBlcmlvZD86IFBlcmlvZDtcblxuICAvKiogV2hlcmUgdGhlIHByb2R1Y3Qgb3Igc2VydmljZSB3YXMgcHJvdmlkZWQuICovXG4gIGxvY2F0aW9uQ29kZWFibGVDb25jZXB0PzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBXaGVyZSB0aGUgcHJvZHVjdCBvciBzZXJ2aWNlIHdhcyBwcm92aWRlZC4gKi9cbiAgbG9jYXRpb25BZGRyZXNzPzogQWRkcmVzcztcblxuICAvKiogV2hlcmUgdGhlIHByb2R1Y3Qgb3Igc2VydmljZSB3YXMgcHJvdmlkZWQuICovXG4gIGxvY2F0aW9uUmVmZXJlbmNlPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBUaGUgbnVtYmVyIG9mIHJlcGV0aXRpb25zIG9mIGEgc2VydmljZSBvciBwcm9kdWN0LiAqL1xuICBxdWFudGl0eT86IFF1YW50aXR5O1xuXG4gIC8qKiBJZiB0aGUgaXRlbSBpcyBub3QgYSBncm91cCB0aGVuIHRoaXMgaXMgdGhlIGZlZSBmb3IgdGhlIHByb2R1Y3Qgb3Igc2VydmljZSwgb3RoZXJ3aXNlIHRoaXMgaXMgdGhlIHRvdGFsIG9mIHRoZSBmZWVzIGZvciB0aGUgZGV0YWlscyBvZiB0aGUgZ3JvdXAuICovXG4gIHVuaXRQcmljZT86IE1vbmV5O1xuXG4gIC8qKiBBIHJlYWwgbnVtYmVyIHRoYXQgcmVwcmVzZW50cyBhIG11bHRpcGxpZXIgdXNlZCBpbiBkZXRlcm1pbmluZyB0aGUgb3ZlcmFsbCB2YWx1ZSBvZiBzZXJ2aWNlcyBkZWxpdmVyZWQgYW5kL29yIGdvb2RzIHJlY2VpdmVkLiAqL1xuICBmYWN0b3I/OiBudW1iZXI7XG5cbiAgLyoqIFRoZSBxdWFudGl0eSB0aW1lcyB0aGUgdW5pdCBwcmljZSBmb3IgYW4gYWRkaXRpb25hbCBzZXJ2aWNlIG9yIHByb2R1Y3Qgb3IgY2hhcmdlLiAqL1xuICBuZXQ/OiBNb25leTtcblxuICAvKiogVW5pcXVlIERldmljZSBJZGVudGlmaWVycyBhc3NvY2lhdGVkIHdpdGggdGhpcyBsaW5lIGl0ZW0uICovXG4gIHVkaT86IEFycmF5PFJlZmVyZW5jZT47XG5cbiAgLyoqIFBoeXNpY2FsIHNlcnZpY2Ugc2l0ZSBvbiB0aGUgcGF0aWVudCAobGltYiwgdG9vdGgsIGV0YykuICovXG4gIGJvZHlTaXRlPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBBIHJlZ2lvbiBvciBzdXJmYWNlIG9mIHRoZSBzaXRlLCBlLmcuIGxpbWIgcmVnaW9uIG9yIHRvb3RoIHN1cmZhY2UocykuICovXG4gIHN1YlNpdGU/OiBBcnJheTxDb2RlYWJsZUNvbmNlcHQ+O1xuXG4gIC8qKiBBIGJpbGxlZCBpdGVtIG1heSBpbmNsdWRlIGdvb2RzIG9yIHNlcnZpY2VzIHByb3ZpZGVkIGluIG11bHRpcGxlIGVuY291bnRlcnMuICovXG4gIGVuY291bnRlcj86IEFycmF5PFJlZmVyZW5jZT47XG5cbiAgLyoqIFRoZSBudW1iZXJzIGFzc29jaWF0ZWQgd2l0aCBub3RlcyBiZWxvdyB3aGljaCBhcHBseSB0byB0aGUgYWRqdWRpY2F0aW9uIG9mIHRoaXMgaXRlbS4gKi9cbiAgbm90ZU51bWJlcj86IEFycmF5PG51bWJlcj47XG5cbiAgLyoqIFRoZSBhZGp1ZGljYXRpb24gcmVzdWx0cy4gKi9cbiAgYWRqdWRpY2F0aW9uPzogQXJyYXk8RXhwbGFuYXRpb25PZkJlbmVmaXRfQWRqdWRpY2F0aW9uPjtcblxuICAvKiogU2Vjb25kIHRpZXIgb2YgZ29vZHMgYW5kIHNlcnZpY2VzLiAqL1xuICBkZXRhaWw/OiBBcnJheTxFeHBsYW5hdGlvbk9mQmVuZWZpdF9EZXRhaWw+O1xufVxuIl19
|
|
@@ -2,10 +2,8 @@ import type { BackboneElement } from "./backboneelement";
|
|
|
2
2
|
import type { CodeableConcept } from "./codeableconcept";
|
|
3
3
|
import type { Reference } from "./reference";
|
|
4
4
|
export interface ExplanationOfBenefit_Payee extends BackboneElement {
|
|
5
|
-
/** Type of Party to be reimbursed: Subscriber, provider, other. */
|
|
5
|
+
/** Category of recipient. Type of Party to be reimbursed: Subscriber, provider, other. */
|
|
6
6
|
type?: CodeableConcept;
|
|
7
|
-
/** organization
|
|
8
|
-
resourceType?: CodeableConcept;
|
|
9
|
-
/** Party to be reimbursed: Subscriber, provider, other. */
|
|
7
|
+
/** Recipient reference. Reference to the individual or organization to whom any payment will be made. */
|
|
10
8
|
party?: Reference;
|
|
11
9
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfcGF5ZWUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvZXhwbGFuYXRpb25vZmJlbmVmaXRfcGF5ZWUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgQmFja2JvbmVFbGVtZW50IH0gZnJvbSBcIi4vYmFja2JvbmVlbGVtZW50XCI7XG5pbXBvcnQgdHlwZSB7IENvZGVhYmxlQ29uY2VwdCB9IGZyb20gXCIuL2NvZGVhYmxlY29uY2VwdFwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuLy8gRkhJUiBFeHBsYW5hdGlvbk9mQmVuZWZpdF9QYXllZSBUeXBlXG5cbi8vIFN0cnVjdHVyZURlZmluaXRpb246IGh0dHBzOi8vaGw3Lm9yZy9maGlyL1I0L2V4cGxhbmF0aW9ub2ZiZW5lZml0Lmh0bWwgKHBheWVlIGJhY2tib25lKVxuXG5leHBvcnQgaW50ZXJmYWNlIEV4cGxhbmF0aW9uT2ZCZW5lZml0X1BheWVlIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIENhdGVnb3J5IG9mIHJlY2lwaWVudC4gVHlwZSBvZiBQYXJ0eSB0byBiZSByZWltYnVyc2VkOiBTdWJzY3JpYmVyLCBwcm92aWRlciwgb3RoZXIuICovXG4gIHR5cGU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIFJlY2lwaWVudCByZWZlcmVuY2UuIFJlZmVyZW5jZSB0byB0aGUgaW5kaXZpZHVhbCBvciBvcmdhbml6YXRpb24gdG8gd2hvbSBhbnkgcGF5bWVudCB3aWxsIGJlIG1hZGUuICovXG4gIHBhcnR5PzogUmVmZXJlbmNlO1xufVxuIl19
|
|
@@ -3,16 +3,16 @@ import type { CodeableConcept } from "./codeableconcept";
|
|
|
3
3
|
import type { Identifier } from "./identifier";
|
|
4
4
|
import type { Money } from "./money";
|
|
5
5
|
export interface ExplanationOfBenefit_Payment extends BackboneElement {
|
|
6
|
-
/** Whether this represents partial or complete payment of the
|
|
6
|
+
/** Whether this represents partial or complete payment of the benefits payable. */
|
|
7
7
|
type?: CodeableConcept;
|
|
8
|
-
/**
|
|
8
|
+
/** Total amount of all adjustments to this payment included in this transaction which are not related to this claim's adjudication. */
|
|
9
9
|
adjustment?: Money;
|
|
10
10
|
/** Reason for the payment adjustment. */
|
|
11
11
|
adjustmentReason?: CodeableConcept;
|
|
12
|
-
/** Estimated payment date. */
|
|
12
|
+
/** Estimated date the payment will be issued or the actual issue date of payment. */
|
|
13
13
|
date?: string;
|
|
14
|
-
/**
|
|
14
|
+
/** Benefits payable less any payment adjustment. */
|
|
15
15
|
amount?: Money;
|
|
16
|
-
/**
|
|
16
|
+
/** Issuer's unique identifier for the payment instrument (e.g. EFT number or check number). */
|
|
17
17
|
identifier?: Identifier;
|
|
18
18
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfcGF5bWVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9leHBsYW5hdGlvbm9mYmVuZWZpdF9wYXltZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IEJhY2tib25lRWxlbWVudCB9IGZyb20gXCIuL2JhY2tib25lZWxlbWVudFwiO1xuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgSWRlbnRpZmllciB9IGZyb20gXCIuL2lkZW50aWZpZXJcIjtcbmltcG9ydCB0eXBlIHsgTW9uZXkgfSBmcm9tIFwiLi9tb25leVwiO1xuXG4vLyBGSElSIEV4cGxhbmF0aW9uT2ZCZW5lZml0X1BheW1lbnQgVHlwZVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC9leHBsYW5hdGlvbm9mYmVuZWZpdC5odG1sXG5cbmV4cG9ydCBpbnRlcmZhY2UgRXhwbGFuYXRpb25PZkJlbmVmaXRfUGF5bWVudCBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBXaGV0aGVyIHRoaXMgcmVwcmVzZW50cyBwYXJ0aWFsIG9yIGNvbXBsZXRlIHBheW1lbnQgb2YgdGhlIGJlbmVmaXRzIHBheWFibGUuICovXG4gIHR5cGU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIFRvdGFsIGFtb3VudCBvZiBhbGwgYWRqdXN0bWVudHMgdG8gdGhpcyBwYXltZW50IGluY2x1ZGVkIGluIHRoaXMgdHJhbnNhY3Rpb24gd2hpY2ggYXJlIG5vdCByZWxhdGVkIHRvIHRoaXMgY2xhaW0ncyBhZGp1ZGljYXRpb24uICovXG4gIGFkanVzdG1lbnQ/OiBNb25leTtcblxuICAvKiogUmVhc29uIGZvciB0aGUgcGF5bWVudCBhZGp1c3RtZW50LiAqL1xuICBhZGp1c3RtZW50UmVhc29uPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBFc3RpbWF0ZWQgZGF0ZSB0aGUgcGF5bWVudCB3aWxsIGJlIGlzc3VlZCBvciB0aGUgYWN0dWFsIGlzc3VlIGRhdGUgb2YgcGF5bWVudC4gKi9cbiAgZGF0ZT86IHN0cmluZztcblxuICAvKiogQmVuZWZpdHMgcGF5YWJsZSBsZXNzIGFueSBwYXltZW50IGFkanVzdG1lbnQuICovXG4gIGFtb3VudD86IE1vbmV5O1xuXG4gIC8qKiBJc3N1ZXIncyB1bmlxdWUgaWRlbnRpZmllciBmb3IgdGhlIHBheW1lbnQgaW5zdHJ1bWVudCAoZS5nLiBFRlQgbnVtYmVyIG9yIGNoZWNrIG51bWJlcikuICovXG4gIGlkZW50aWZpZXI/OiBJZGVudGlmaWVyO1xufVxuIl19
|
|
@@ -2,12 +2,16 @@ import type { BackboneElement } from "./backboneelement";
|
|
|
2
2
|
import type { CodeableConcept } from "./codeableconcept";
|
|
3
3
|
import type { Reference } from "./reference";
|
|
4
4
|
export interface ExplanationOfBenefit_Procedure extends BackboneElement {
|
|
5
|
-
/**
|
|
6
|
-
sequence
|
|
7
|
-
/**
|
|
5
|
+
/** A number to uniquely identify procedure entries. */
|
|
6
|
+
sequence: number;
|
|
7
|
+
/** When the condition was observed or the relative ranking (category of procedure). */
|
|
8
|
+
type?: Array<CodeableConcept>;
|
|
9
|
+
/** Date and optionally time the procedure was performed. */
|
|
8
10
|
date?: string;
|
|
9
|
-
/** The
|
|
11
|
+
/** The code or reference to a Procedure resource which identifies the clinical intervention performed. One of procedureCodeableConcept or procedureReference must be present. */
|
|
10
12
|
procedureCodeableConcept?: CodeableConcept;
|
|
11
|
-
/** The
|
|
13
|
+
/** The code or reference to a Procedure resource which identifies the clinical intervention performed. One of procedureCodeableConcept or procedureReference must be present. */
|
|
12
14
|
procedureReference?: Reference;
|
|
15
|
+
/** Unique Device Identifiers associated with this line item. */
|
|
16
|
+
udi?: Array<Reference>;
|
|
13
17
|
}
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfcHJvY2VkdXJlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2V4cGxhbmF0aW9ub2ZiZW5lZml0X3Byb2NlZHVyZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG4vLyBGSElSIEV4cGxhbmF0aW9uT2ZCZW5lZml0X1Byb2NlZHVyZSBUeXBlXG5cbi8vIFN0cnVjdHVyZURlZmluaXRpb246IGh0dHBzOi8vaGw3Lm9yZy9maGlyL1I0L2V4cGxhbmF0aW9ub2ZiZW5lZml0Lmh0bWxcblxuZXhwb3J0IGludGVyZmFjZSBFeHBsYW5hdGlvbk9mQmVuZWZpdF9Qcm9jZWR1cmUgZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogQSBudW1iZXIgdG8gdW5pcXVlbHkgaWRlbnRpZnkgcHJvY2VkdXJlIGVudHJpZXMuICovXG4gIHNlcXVlbmNlOiBudW1iZXI7XG5cbiAgLyoqIFdoZW4gdGhlIGNvbmRpdGlvbiB3YXMgb2JzZXJ2ZWQgb3IgdGhlIHJlbGF0aXZlIHJhbmtpbmcgKGNhdGVnb3J5IG9mIHByb2NlZHVyZSkuICovXG4gIHR5cGU/OiBBcnJheTxDb2RlYWJsZUNvbmNlcHQ+O1xuXG4gIC8qKiBEYXRlIGFuZCBvcHRpb25hbGx5IHRpbWUgdGhlIHByb2NlZHVyZSB3YXMgcGVyZm9ybWVkLiAqL1xuICBkYXRlPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgY29kZSBvciByZWZlcmVuY2UgdG8gYSBQcm9jZWR1cmUgcmVzb3VyY2Ugd2hpY2ggaWRlbnRpZmllcyB0aGUgY2xpbmljYWwgaW50ZXJ2ZW50aW9uIHBlcmZvcm1lZC4gT25lIG9mIHByb2NlZHVyZUNvZGVhYmxlQ29uY2VwdCBvciBwcm9jZWR1cmVSZWZlcmVuY2UgbXVzdCBiZSBwcmVzZW50LiAqL1xuICBwcm9jZWR1cmVDb2RlYWJsZUNvbmNlcHQ/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIFRoZSBjb2RlIG9yIHJlZmVyZW5jZSB0byBhIFByb2NlZHVyZSByZXNvdXJjZSB3aGljaCBpZGVudGlmaWVzIHRoZSBjbGluaWNhbCBpbnRlcnZlbnRpb24gcGVyZm9ybWVkLiBPbmUgb2YgcHJvY2VkdXJlQ29kZWFibGVDb25jZXB0IG9yIHByb2NlZHVyZVJlZmVyZW5jZSBtdXN0IGJlIHByZXNlbnQuICovXG4gIHByb2NlZHVyZVJlZmVyZW5jZT86IFJlZmVyZW5jZTtcblxuICAvKiogVW5pcXVlIERldmljZSBJZGVudGlmaWVycyBhc3NvY2lhdGVkIHdpdGggdGhpcyBsaW5lIGl0ZW0uICovXG4gIHVkaT86IEFycmF5PFJlZmVyZW5jZT47XG59XG4iXX0=
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import type { BackboneElement } from "./backboneelement";
|
|
2
2
|
import type { CodeableConcept } from "./codeableconcept";
|
|
3
3
|
export interface ExplanationOfBenefit_ProcessNote extends BackboneElement {
|
|
4
|
-
/**
|
|
4
|
+
/** A number to uniquely identify a note entry. */
|
|
5
5
|
number?: number;
|
|
6
|
-
/** The
|
|
6
|
+
/** The business purpose of the note text (e.g. display | print | printoper). */
|
|
7
7
|
type?: CodeableConcept;
|
|
8
|
-
/** The
|
|
8
|
+
/** The explanation or description associated with the processing. */
|
|
9
9
|
text?: string;
|
|
10
|
-
/**
|
|
10
|
+
/** A code to define the language used in the text of the note. */
|
|
11
11
|
language?: CodeableConcept;
|
|
12
12
|
}
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfcHJvY2Vzc25vdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvZXhwbGFuYXRpb25vZmJlbmVmaXRfcHJvY2Vzc25vdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgQmFja2JvbmVFbGVtZW50IH0gZnJvbSBcIi4vYmFja2JvbmVlbGVtZW50XCI7XG5pbXBvcnQgdHlwZSB7IENvZGVhYmxlQ29uY2VwdCB9IGZyb20gXCIuL2NvZGVhYmxlY29uY2VwdFwiO1xuXG4vLyBGSElSIEV4cGxhbmF0aW9uT2ZCZW5lZml0X1Byb2Nlc3NOb3RlIFR5cGVcblxuLy8gU3RydWN0dXJlRGVmaW5pdGlvbjogaHR0cHM6Ly9obDcub3JnL2ZoaXIvUjQvZXhwbGFuYXRpb25vZmJlbmVmaXQuaHRtbFxuXG5leHBvcnQgaW50ZXJmYWNlIEV4cGxhbmF0aW9uT2ZCZW5lZml0X1Byb2Nlc3NOb3RlIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIEEgbnVtYmVyIHRvIHVuaXF1ZWx5IGlkZW50aWZ5IGEgbm90ZSBlbnRyeS4gKi9cbiAgbnVtYmVyPzogbnVtYmVyO1xuXG4gIC8qKiBUaGUgYnVzaW5lc3MgcHVycG9zZSBvZiB0aGUgbm90ZSB0ZXh0IChlLmcuIGRpc3BsYXkgfCBwcmludCB8IHByaW50b3BlcikuICovXG4gIHR5cGU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIFRoZSBleHBsYW5hdGlvbiBvciBkZXNjcmlwdGlvbiBhc3NvY2lhdGVkIHdpdGggdGhlIHByb2Nlc3NpbmcuICovXG4gIHRleHQ/OiBzdHJpbmc7XG5cbiAgLyoqIEEgY29kZSB0byBkZWZpbmUgdGhlIGxhbmd1YWdlIHVzZWQgaW4gdGhlIHRleHQgb2YgdGhlIG5vdGUuICovXG4gIGxhbmd1YWdlPzogQ29kZWFibGVDb25jZXB0O1xufVxuIl19
|
|
@@ -3,10 +3,10 @@ import type { CodeableConcept } from "./codeableconcept";
|
|
|
3
3
|
import type { Identifier } from "./identifier";
|
|
4
4
|
import type { Reference } from "./reference";
|
|
5
5
|
export interface ExplanationOfBenefit_Related extends BackboneElement {
|
|
6
|
-
/**
|
|
6
|
+
/** Reference to a related claim. */
|
|
7
7
|
claim?: Reference;
|
|
8
|
-
/**
|
|
8
|
+
/** A code to convey how the claims are related (e.g. prior or umbrella). */
|
|
9
9
|
relationship?: CodeableConcept;
|
|
10
|
-
/** An alternate organizational reference to the case or file to which this particular claim pertains
|
|
10
|
+
/** An alternate organizational reference to the case or file to which this particular claim pertains (e.g. Property/Casualty insurer claim # or Workers Compensation case #). */
|
|
11
11
|
reference?: Identifier;
|
|
12
12
|
}
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfcmVsYXRlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9leHBsYW5hdGlvbm9mYmVuZWZpdF9yZWxhdGVkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IEJhY2tib25lRWxlbWVudCB9IGZyb20gXCIuL2JhY2tib25lZWxlbWVudFwiO1xuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgSWRlbnRpZmllciB9IGZyb20gXCIuL2lkZW50aWZpZXJcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbi8vIEZISVIgRXhwbGFuYXRpb25PZkJlbmVmaXRfUmVsYXRlZCBUeXBlXG5cbi8vIFN0cnVjdHVyZURlZmluaXRpb246IGh0dHBzOi8vaGw3Lm9yZy9maGlyL1I0L2V4cGxhbmF0aW9ub2ZiZW5lZml0Lmh0bWxcblxuZXhwb3J0IGludGVyZmFjZSBFeHBsYW5hdGlvbk9mQmVuZWZpdF9SZWxhdGVkIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIFJlZmVyZW5jZSB0byBhIHJlbGF0ZWQgY2xhaW0uICovXG4gIGNsYWltPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBBIGNvZGUgdG8gY29udmV5IGhvdyB0aGUgY2xhaW1zIGFyZSByZWxhdGVkIChlLmcuIHByaW9yIG9yIHVtYnJlbGxhKS4gKi9cbiAgcmVsYXRpb25zaGlwPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBBbiBhbHRlcm5hdGUgb3JnYW5pemF0aW9uYWwgcmVmZXJlbmNlIHRvIHRoZSBjYXNlIG9yIGZpbGUgdG8gd2hpY2ggdGhpcyBwYXJ0aWN1bGFyIGNsYWltIHBlcnRhaW5zIChlLmcuIFByb3BlcnR5L0Nhc3VhbHR5IGluc3VyZXIgY2xhaW0gIyBvciBXb3JrZXJzIENvbXBlbnNhdGlvbiBjYXNlICMpLiAqL1xuICByZWZlcmVuY2U/OiBJZGVudGlmaWVyO1xufVxuIl19
|
|
@@ -5,32 +5,30 @@ import type { Money } from "./money";
|
|
|
5
5
|
import type { Quantity } from "./quantity";
|
|
6
6
|
import type { Reference } from "./reference";
|
|
7
7
|
export interface ExplanationOfBenefit_SubDetail extends BackboneElement {
|
|
8
|
-
/** A
|
|
9
|
-
sequence
|
|
10
|
-
/** The type of product or service. */
|
|
11
|
-
type: CodeableConcept;
|
|
12
|
-
/** The type of reveneu or cost center providing the product and/or service. */
|
|
8
|
+
/** A claim detail line. Either a simple (a product or service) or a 'group' of sub-details which are simple items. */
|
|
9
|
+
sequence: number;
|
|
10
|
+
/** The type of revenue or cost center providing the product and/or service. */
|
|
13
11
|
revenue?: CodeableConcept;
|
|
14
|
-
/**
|
|
12
|
+
/** Code to identify the general type of benefits under which products and services are provided. */
|
|
15
13
|
category?: CodeableConcept;
|
|
16
|
-
/**
|
|
17
|
-
|
|
18
|
-
/** Item typification or modifiers codes
|
|
14
|
+
/** Billing, service, product, or drug code. When the value is a group code then this item collects a set of related claim details, otherwise this contains the product, service, drug or other billing code for the item. */
|
|
15
|
+
productOrService: CodeableConcept;
|
|
16
|
+
/** Item typification or modifiers codes to convey additional context for the product or service. */
|
|
19
17
|
modifier?: Array<CodeableConcept>;
|
|
20
|
-
/**
|
|
18
|
+
/** Identifies the program under which this may be recovered. */
|
|
21
19
|
programCode?: Array<CodeableConcept>;
|
|
22
20
|
/** The number of repetitions of a service or product. */
|
|
23
21
|
quantity?: Quantity;
|
|
24
|
-
/**
|
|
22
|
+
/** If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group. */
|
|
25
23
|
unitPrice?: Money;
|
|
26
|
-
/** A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received.
|
|
24
|
+
/** A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. */
|
|
27
25
|
factor?: number;
|
|
28
|
-
/** The quantity times the unit price for an
|
|
26
|
+
/** The quantity times the unit price for an additional service or product or charge. */
|
|
29
27
|
net?: Money;
|
|
30
|
-
/**
|
|
28
|
+
/** Unique Device Identifiers associated with this line item. */
|
|
31
29
|
udi?: Array<Reference>;
|
|
32
|
-
/**
|
|
30
|
+
/** The numbers associated with notes below which apply to the adjudication of this item. */
|
|
33
31
|
noteNumber?: Array<number>;
|
|
34
|
-
/** The
|
|
32
|
+
/** The adjudication results. */
|
|
35
33
|
adjudication?: Array<ExplanationOfBenefit_Adjudication>;
|
|
36
34
|
}
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfc3ViZGV0YWlsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2V4cGxhbmF0aW9ub2ZiZW5lZml0X3N1YmRldGFpbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IEV4cGxhbmF0aW9uT2ZCZW5lZml0X0FkanVkaWNhdGlvbiB9IGZyb20gXCIuL2V4cGxhbmF0aW9ub2ZiZW5lZml0X2FkanVkaWNhdGlvblwiO1xuaW1wb3J0IHR5cGUgeyBNb25leSB9IGZyb20gXCIuL21vbmV5XCI7XG5pbXBvcnQgdHlwZSB7IFF1YW50aXR5IH0gZnJvbSBcIi4vcXVhbnRpdHlcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbi8vIEZISVIgRXhwbGFuYXRpb25PZkJlbmVmaXRfU3ViRGV0YWlsIFR5cGVcblxuLy8gU3RydWN0dXJlRGVmaW5pdGlvbjogaHR0cHM6Ly9obDcub3JnL2ZoaXIvUjQvZXhwbGFuYXRpb25vZmJlbmVmaXQuaHRtbFxuXG5leHBvcnQgaW50ZXJmYWNlIEV4cGxhbmF0aW9uT2ZCZW5lZml0X1N1YkRldGFpbCBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBBIGNsYWltIGRldGFpbCBsaW5lLiBFaXRoZXIgYSBzaW1wbGUgKGEgcHJvZHVjdCBvciBzZXJ2aWNlKSBvciBhICdncm91cCcgb2Ygc3ViLWRldGFpbHMgd2hpY2ggYXJlIHNpbXBsZSBpdGVtcy4gKi9cbiAgc2VxdWVuY2U6IG51bWJlcjtcblxuICAvKiogVGhlIHR5cGUgb2YgcmV2ZW51ZSBvciBjb3N0IGNlbnRlciBwcm92aWRpbmcgdGhlIHByb2R1Y3QgYW5kL29yIHNlcnZpY2UuICovXG4gIHJldmVudWU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIENvZGUgdG8gaWRlbnRpZnkgdGhlIGdlbmVyYWwgdHlwZSBvZiBiZW5lZml0cyB1bmRlciB3aGljaCBwcm9kdWN0cyBhbmQgc2VydmljZXMgYXJlIHByb3ZpZGVkLiAqL1xuICBjYXRlZ29yeT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogQmlsbGluZywgc2VydmljZSwgcHJvZHVjdCwgb3IgZHJ1ZyBjb2RlLiBXaGVuIHRoZSB2YWx1ZSBpcyBhIGdyb3VwIGNvZGUgdGhlbiB0aGlzIGl0ZW0gY29sbGVjdHMgYSBzZXQgb2YgcmVsYXRlZCBjbGFpbSBkZXRhaWxzLCBvdGhlcndpc2UgdGhpcyBjb250YWlucyB0aGUgcHJvZHVjdCwgc2VydmljZSwgZHJ1ZyBvciBvdGhlciBiaWxsaW5nIGNvZGUgZm9yIHRoZSBpdGVtLiAqL1xuICBwcm9kdWN0T3JTZXJ2aWNlOiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEl0ZW0gdHlwaWZpY2F0aW9uIG9yIG1vZGlmaWVycyBjb2RlcyB0byBjb252ZXkgYWRkaXRpb25hbCBjb250ZXh0IGZvciB0aGUgcHJvZHVjdCBvciBzZXJ2aWNlLiAqL1xuICBtb2RpZmllcj86IEFycmF5PENvZGVhYmxlQ29uY2VwdD47XG5cbiAgLyoqIElkZW50aWZpZXMgdGhlIHByb2dyYW0gdW5kZXIgd2hpY2ggdGhpcyBtYXkgYmUgcmVjb3ZlcmVkLiAqL1xuICBwcm9ncmFtQ29kZT86IEFycmF5PENvZGVhYmxlQ29uY2VwdD47XG5cbiAgLyoqIFRoZSBudW1iZXIgb2YgcmVwZXRpdGlvbnMgb2YgYSBzZXJ2aWNlIG9yIHByb2R1Y3QuICovXG4gIHF1YW50aXR5PzogUXVhbnRpdHk7XG5cbiAgLyoqIElmIHRoZSBpdGVtIGlzIG5vdCBhIGdyb3VwIHRoZW4gdGhpcyBpcyB0aGUgZmVlIGZvciB0aGUgcHJvZHVjdCBvciBzZXJ2aWNlLCBvdGhlcndpc2UgdGhpcyBpcyB0aGUgdG90YWwgb2YgdGhlIGZlZXMgZm9yIHRoZSBkZXRhaWxzIG9mIHRoZSBncm91cC4gKi9cbiAgdW5pdFByaWNlPzogTW9uZXk7XG5cbiAgLyoqIEEgcmVhbCBudW1iZXIgdGhhdCByZXByZXNlbnRzIGEgbXVsdGlwbGllciB1c2VkIGluIGRldGVybWluaW5nIHRoZSBvdmVyYWxsIHZhbHVlIG9mIHNlcnZpY2VzIGRlbGl2ZXJlZCBhbmQvb3IgZ29vZHMgcmVjZWl2ZWQuICovXG4gIGZhY3Rvcj86IG51bWJlcjtcblxuICAvKiogVGhlIHF1YW50aXR5IHRpbWVzIHRoZSB1bml0IHByaWNlIGZvciBhbiBhZGRpdGlvbmFsIHNlcnZpY2Ugb3IgcHJvZHVjdCBvciBjaGFyZ2UuICovXG4gIG5ldD86IE1vbmV5O1xuXG4gIC8qKiBVbmlxdWUgRGV2aWNlIElkZW50aWZpZXJzIGFzc29jaWF0ZWQgd2l0aCB0aGlzIGxpbmUgaXRlbS4gKi9cbiAgdWRpPzogQXJyYXk8UmVmZXJlbmNlPjtcblxuICAvKiogVGhlIG51bWJlcnMgYXNzb2NpYXRlZCB3aXRoIG5vdGVzIGJlbG93IHdoaWNoIGFwcGx5IHRvIHRoZSBhZGp1ZGljYXRpb24gb2YgdGhpcyBpdGVtLiAqL1xuICBub3RlTnVtYmVyPzogQXJyYXk8bnVtYmVyPjtcblxuICAvKiogVGhlIGFkanVkaWNhdGlvbiByZXN1bHRzLiAqL1xuICBhZGp1ZGljYXRpb24/OiBBcnJheTxFeHBsYW5hdGlvbk9mQmVuZWZpdF9BZGp1ZGljYXRpb24+O1xufVxuIl19
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { BackboneElement } from "./backboneelement";
|
|
2
|
+
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
+
import type { Money } from "./money";
|
|
4
|
+
export interface ExplanationOfBenefit_Total extends BackboneElement {
|
|
5
|
+
/** Type of adjudication information (e.g. Co-Pay, deductible, eligible, benefit, tax). */
|
|
6
|
+
category: CodeableConcept;
|
|
7
|
+
/** Monetary total amount associated with the category. */
|
|
8
|
+
amount: Money;
|
|
9
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfdG90YWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvZXhwbGFuYXRpb25vZmJlbmVmaXRfdG90YWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgQmFja2JvbmVFbGVtZW50IH0gZnJvbSBcIi4vYmFja2JvbmVlbGVtZW50XCI7XG5pbXBvcnQgdHlwZSB7IENvZGVhYmxlQ29uY2VwdCB9IGZyb20gXCIuL2NvZGVhYmxlY29uY2VwdFwiO1xuaW1wb3J0IHR5cGUgeyBNb25leSB9IGZyb20gXCIuL21vbmV5XCI7XG5cbi8vIEZISVIgRXhwbGFuYXRpb25PZkJlbmVmaXRfVG90YWwgVHlwZVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC9leHBsYW5hdGlvbm9mYmVuZWZpdC5odG1sIChFeHBsYW5hdGlvbk9mQmVuZWZpdC50b3RhbClcblxuZXhwb3J0IGludGVyZmFjZSBFeHBsYW5hdGlvbk9mQmVuZWZpdF9Ub3RhbCBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBUeXBlIG9mIGFkanVkaWNhdGlvbiBpbmZvcm1hdGlvbiAoZS5nLiBDby1QYXksIGRlZHVjdGlibGUsIGVsaWdpYmxlLCBiZW5lZml0LCB0YXgpLiAqL1xuICBjYXRlZ29yeTogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBNb25ldGFyeSB0b3RhbCBhbW91bnQgYXNzb2NpYXRlZCB3aXRoIHRoZSBjYXRlZ29yeS4gKi9cbiAgYW1vdW50OiBNb25leTtcbn1cbiJdfQ==
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Element } from "./element";
|
|
2
|
+
export interface Expression extends Element {
|
|
3
|
+
/** Natural language description of the condition (brief description communicating intended semantics). */
|
|
4
|
+
description?: string;
|
|
5
|
+
/** Short name assigned to expression for reuse in the context where it is defined. */
|
|
6
|
+
name?: string;
|
|
7
|
+
/** The media type of the language for the expression (e.g. text/cql, text/fhirpath, application/x-fhir-query). */
|
|
8
|
+
language: string;
|
|
9
|
+
/** Expression in the specified language that returns a value. */
|
|
10
|
+
expression?: string;
|
|
11
|
+
/** A URI that defines where the expression is found. */
|
|
12
|
+
reference?: string;
|
|
13
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwcmVzc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9leHByZXNzaW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IEVsZW1lbnQgfSBmcm9tIFwiLi9lbGVtZW50XCI7XG5cbi8vIEZISVIgRXhwcmVzc2lvbiBUeXBlIChNZXRhZGF0YSBUeXBlKVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC9leHByZXNzaW9uLmh0bWxcblxuZXhwb3J0IGludGVyZmFjZSBFeHByZXNzaW9uIGV4dGVuZHMgRWxlbWVudCB7XG4gIC8qKiBOYXR1cmFsIGxhbmd1YWdlIGRlc2NyaXB0aW9uIG9mIHRoZSBjb25kaXRpb24gKGJyaWVmIGRlc2NyaXB0aW9uIGNvbW11bmljYXRpbmcgaW50ZW5kZWQgc2VtYW50aWNzKS4gKi9cbiAgZGVzY3JpcHRpb24/OiBzdHJpbmc7XG5cbiAgLyoqIFNob3J0IG5hbWUgYXNzaWduZWQgdG8gZXhwcmVzc2lvbiBmb3IgcmV1c2UgaW4gdGhlIGNvbnRleHQgd2hlcmUgaXQgaXMgZGVmaW5lZC4gKi9cbiAgbmFtZT86IHN0cmluZztcblxuICAvKiogVGhlIG1lZGlhIHR5cGUgb2YgdGhlIGxhbmd1YWdlIGZvciB0aGUgZXhwcmVzc2lvbiAoZS5nLiB0ZXh0L2NxbCwgdGV4dC9maGlycGF0aCwgYXBwbGljYXRpb24veC1maGlyLXF1ZXJ5KS4gKi9cbiAgbGFuZ3VhZ2U6IHN0cmluZztcblxuICAvKiogRXhwcmVzc2lvbiBpbiB0aGUgc3BlY2lmaWVkIGxhbmd1YWdlIHRoYXQgcmV0dXJucyBhIHZhbHVlLiAqL1xuICBleHByZXNzaW9uPzogc3RyaW5nO1xuXG4gIC8qKiBBIFVSSSB0aGF0IGRlZmluZXMgd2hlcmUgdGhlIGV4cHJlc3Npb24gaXMgZm91bmQuICovXG4gIHJlZmVyZW5jZT86IHN0cmluZztcbn1cbiJdfQ==
|