@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
|
@@ -1,25 +1,53 @@
|
|
|
1
|
+
import type { Address } from "./address";
|
|
1
2
|
import type { BackboneElement } from "./backboneelement";
|
|
2
3
|
import type { CodeableConcept } from "./codeableconcept";
|
|
3
4
|
import type { ExplanationOfBenefit_Adjudication } from "./explanationofbenefit_adjudication";
|
|
4
5
|
import type { ExplanationOfBenefit_Detail1 } from "./explanationofbenefit_detail1";
|
|
5
6
|
import type { Money } from "./money";
|
|
7
|
+
import type { Period } from "./period";
|
|
8
|
+
import type { Quantity } from "./quantity";
|
|
9
|
+
import type { Reference } from "./reference";
|
|
6
10
|
export interface ExplanationOfBenefit_AddItem extends BackboneElement {
|
|
7
|
-
/**
|
|
8
|
-
|
|
9
|
-
/** The
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
|
|
15
|
-
/**
|
|
11
|
+
/** Claim items which this service line is intended to replace (item sequence numbers). */
|
|
12
|
+
itemSequence?: Array<number>;
|
|
13
|
+
/** The sequence number of the details within the claim item which this line is intended to replace. */
|
|
14
|
+
detailSequence?: Array<number>;
|
|
15
|
+
/** The sequence number of the sub-details within the details within the claim item which this line is intended to replace. */
|
|
16
|
+
subDetailSequence?: Array<number>;
|
|
17
|
+
/** The providers who are authorized for the services rendered to the patient. */
|
|
18
|
+
provider?: Array<Reference>;
|
|
19
|
+
/** Billing, service, product, or drug code (1..1 required). 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. */
|
|
20
|
+
productOrService: CodeableConcept;
|
|
21
|
+
/** Item typification or modifiers codes to convey additional context for the product or service. */
|
|
16
22
|
modifier?: Array<CodeableConcept>;
|
|
17
|
-
/**
|
|
18
|
-
|
|
19
|
-
/**
|
|
23
|
+
/** Program the product or service is provided under. */
|
|
24
|
+
programCode?: Array<CodeableConcept>;
|
|
25
|
+
/** Date or dates of service or product delivery (0..1). */
|
|
26
|
+
servicedDate?: string;
|
|
27
|
+
/** Period of service or product delivery (0..1). */
|
|
28
|
+
servicedPeriod?: Period;
|
|
29
|
+
/** Place of service or where product was supplied (0..1). Exactly one of locationCodeableConcept, locationAddress, or locationReference if present. */
|
|
30
|
+
locationCodeableConcept?: CodeableConcept;
|
|
31
|
+
/** Place of service: address. */
|
|
32
|
+
locationAddress?: Address;
|
|
33
|
+
/** Place of service: reference to Location. */
|
|
34
|
+
locationReference?: Reference;
|
|
35
|
+
/** Count of products or services (SimpleQuantity). */
|
|
36
|
+
quantity?: Quantity;
|
|
37
|
+
/** Fee, charge or cost per item. */
|
|
38
|
+
unitPrice?: Money;
|
|
39
|
+
/** Price scaling factor (decimal). */
|
|
40
|
+
factor?: number;
|
|
41
|
+
/** Total item cost (quantity * unitPrice * factor). */
|
|
42
|
+
net?: Money;
|
|
43
|
+
/** Physical service site on the patient (limb, tooth, etc.). */
|
|
44
|
+
bodySite?: CodeableConcept;
|
|
45
|
+
/** A region or surface of the bodySite, e.g. limb region or tooth surface(s). */
|
|
46
|
+
subSite?: Array<CodeableConcept>;
|
|
47
|
+
/** The numbers associated with notes below which apply to the adjudication of this item. */
|
|
20
48
|
noteNumber?: Array<number>;
|
|
21
|
-
/** The
|
|
49
|
+
/** The adjudication results. */
|
|
22
50
|
adjudication?: Array<ExplanationOfBenefit_Adjudication>;
|
|
23
|
-
/** The second
|
|
51
|
+
/** The second-tier service adjudications for payor added services. */
|
|
24
52
|
detail?: Array<ExplanationOfBenefit_Detail1>;
|
|
25
53
|
}
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfYWRkaXRlbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9leHBsYW5hdGlvbm9mYmVuZWZpdF9hZGRpdGVtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IEFkZHJlc3MgfSBmcm9tIFwiLi9hZGRyZXNzXCI7XG5pbXBvcnQgdHlwZSB7IEJhY2tib25lRWxlbWVudCB9IGZyb20gXCIuL2JhY2tib25lZWxlbWVudFwiO1xuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgRXhwbGFuYXRpb25PZkJlbmVmaXRfQWRqdWRpY2F0aW9uIH0gZnJvbSBcIi4vZXhwbGFuYXRpb25vZmJlbmVmaXRfYWRqdWRpY2F0aW9uXCI7XG5pbXBvcnQgdHlwZSB7IEV4cGxhbmF0aW9uT2ZCZW5lZml0X0RldGFpbDEgfSBmcm9tIFwiLi9leHBsYW5hdGlvbm9mYmVuZWZpdF9kZXRhaWwxXCI7XG5pbXBvcnQgdHlwZSB7IE1vbmV5IH0gZnJvbSBcIi4vbW9uZXlcIjtcbmltcG9ydCB0eXBlIHsgUGVyaW9kIH0gZnJvbSBcIi4vcGVyaW9kXCI7XG5pbXBvcnQgdHlwZSB7IFF1YW50aXR5IH0gZnJvbSBcIi4vcXVhbnRpdHlcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbi8vIEZISVIgRXhwbGFuYXRpb25PZkJlbmVmaXRfQWRkSXRlbSBUeXBlXG5cbi8vIFN0cnVjdHVyZURlZmluaXRpb246IGh0dHBzOi8vaGw3Lm9yZy9maGlyL1I0L2V4cGxhbmF0aW9ub2ZiZW5lZml0Lmh0bWwgKEV4cGxhbmF0aW9uT2ZCZW5lZml0LmFkZEl0ZW0pXG5cbmV4cG9ydCBpbnRlcmZhY2UgRXhwbGFuYXRpb25PZkJlbmVmaXRfQWRkSXRlbSBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBDbGFpbSBpdGVtcyB3aGljaCB0aGlzIHNlcnZpY2UgbGluZSBpcyBpbnRlbmRlZCB0byByZXBsYWNlIChpdGVtIHNlcXVlbmNlIG51bWJlcnMpLiAqL1xuICBpdGVtU2VxdWVuY2U/OiBBcnJheTxudW1iZXI+O1xuXG4gIC8qKiBUaGUgc2VxdWVuY2UgbnVtYmVyIG9mIHRoZSBkZXRhaWxzIHdpdGhpbiB0aGUgY2xhaW0gaXRlbSB3aGljaCB0aGlzIGxpbmUgaXMgaW50ZW5kZWQgdG8gcmVwbGFjZS4gKi9cbiAgZGV0YWlsU2VxdWVuY2U/OiBBcnJheTxudW1iZXI+O1xuXG4gIC8qKiBUaGUgc2VxdWVuY2UgbnVtYmVyIG9mIHRoZSBzdWItZGV0YWlscyB3aXRoaW4gdGhlIGRldGFpbHMgd2l0aGluIHRoZSBjbGFpbSBpdGVtIHdoaWNoIHRoaXMgbGluZSBpcyBpbnRlbmRlZCB0byByZXBsYWNlLiAqL1xuICBzdWJEZXRhaWxTZXF1ZW5jZT86IEFycmF5PG51bWJlcj47XG5cbiAgLyoqIFRoZSBwcm92aWRlcnMgd2hvIGFyZSBhdXRob3JpemVkIGZvciB0aGUgc2VydmljZXMgcmVuZGVyZWQgdG8gdGhlIHBhdGllbnQuICovXG4gIHByb3ZpZGVyPzogQXJyYXk8UmVmZXJlbmNlPjtcblxuICAvKiogQmlsbGluZywgc2VydmljZSwgcHJvZHVjdCwgb3IgZHJ1ZyBjb2RlICgxLi4xIHJlcXVpcmVkKS4gV2hlbiB0aGUgdmFsdWUgaXMgYSBncm91cCBjb2RlIHRoZW4gdGhpcyBpdGVtIGNvbGxlY3RzIGEgc2V0IG9mIHJlbGF0ZWQgY2xhaW0gZGV0YWlscywgb3RoZXJ3aXNlIHRoaXMgY29udGFpbnMgdGhlIHByb2R1Y3QsIHNlcnZpY2UsIGRydWcgb3Igb3RoZXIgYmlsbGluZyBjb2RlIGZvciB0aGUgaXRlbS4gKi9cbiAgcHJvZHVjdE9yU2VydmljZTogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBJdGVtIHR5cGlmaWNhdGlvbiBvciBtb2RpZmllcnMgY29kZXMgdG8gY29udmV5IGFkZGl0aW9uYWwgY29udGV4dCBmb3IgdGhlIHByb2R1Y3Qgb3Igc2VydmljZS4gKi9cbiAgbW9kaWZpZXI/OiBBcnJheTxDb2RlYWJsZUNvbmNlcHQ+O1xuXG4gIC8qKiBQcm9ncmFtIHRoZSBwcm9kdWN0IG9yIHNlcnZpY2UgaXMgcHJvdmlkZWQgdW5kZXIuICovXG4gIHByb2dyYW1Db2RlPzogQXJyYXk8Q29kZWFibGVDb25jZXB0PjtcblxuICAvKiogRGF0ZSBvciBkYXRlcyBvZiBzZXJ2aWNlIG9yIHByb2R1Y3QgZGVsaXZlcnkgKDAuLjEpLiAqL1xuICBzZXJ2aWNlZERhdGU/OiBzdHJpbmc7XG5cbiAgLyoqIFBlcmlvZCBvZiBzZXJ2aWNlIG9yIHByb2R1Y3QgZGVsaXZlcnkgKDAuLjEpLiAqL1xuICBzZXJ2aWNlZFBlcmlvZD86IFBlcmlvZDtcblxuICAvKiogUGxhY2Ugb2Ygc2VydmljZSBvciB3aGVyZSBwcm9kdWN0IHdhcyBzdXBwbGllZCAoMC4uMSkuIEV4YWN0bHkgb25lIG9mIGxvY2F0aW9uQ29kZWFibGVDb25jZXB0LCBsb2NhdGlvbkFkZHJlc3MsIG9yIGxvY2F0aW9uUmVmZXJlbmNlIGlmIHByZXNlbnQuICovXG4gIGxvY2F0aW9uQ29kZWFibGVDb25jZXB0PzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBQbGFjZSBvZiBzZXJ2aWNlOiBhZGRyZXNzLiAqL1xuICBsb2NhdGlvbkFkZHJlc3M/OiBBZGRyZXNzO1xuXG4gIC8qKiBQbGFjZSBvZiBzZXJ2aWNlOiByZWZlcmVuY2UgdG8gTG9jYXRpb24uICovXG4gIGxvY2F0aW9uUmVmZXJlbmNlPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBDb3VudCBvZiBwcm9kdWN0cyBvciBzZXJ2aWNlcyAoU2ltcGxlUXVhbnRpdHkpLiAqL1xuICBxdWFudGl0eT86IFF1YW50aXR5O1xuXG4gIC8qKiBGZWUsIGNoYXJnZSBvciBjb3N0IHBlciBpdGVtLiAqL1xuICB1bml0UHJpY2U/OiBNb25leTtcblxuICAvKiogUHJpY2Ugc2NhbGluZyBmYWN0b3IgKGRlY2ltYWwpLiAqL1xuICBmYWN0b3I/OiBudW1iZXI7XG5cbiAgLyoqIFRvdGFsIGl0ZW0gY29zdCAocXVhbnRpdHkgKiB1bml0UHJpY2UgKiBmYWN0b3IpLiAqL1xuICBuZXQ/OiBNb25leTtcblxuICAvKiogUGh5c2ljYWwgc2VydmljZSBzaXRlIG9uIHRoZSBwYXRpZW50IChsaW1iLCB0b290aCwgZXRjLikuICovXG4gIGJvZHlTaXRlPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBBIHJlZ2lvbiBvciBzdXJmYWNlIG9mIHRoZSBib2R5U2l0ZSwgZS5nLiBsaW1iIHJlZ2lvbiBvciB0b290aCBzdXJmYWNlKHMpLiAqL1xuICBzdWJTaXRlPzogQXJyYXk8Q29kZWFibGVDb25jZXB0PjtcblxuICAvKiogVGhlIG51bWJlcnMgYXNzb2NpYXRlZCB3aXRoIG5vdGVzIGJlbG93IHdoaWNoIGFwcGx5IHRvIHRoZSBhZGp1ZGljYXRpb24gb2YgdGhpcyBpdGVtLiAqL1xuICBub3RlTnVtYmVyPzogQXJyYXk8bnVtYmVyPjtcblxuICAvKiogVGhlIGFkanVkaWNhdGlvbiByZXN1bHRzLiAqL1xuICBhZGp1ZGljYXRpb24/OiBBcnJheTxFeHBsYW5hdGlvbk9mQmVuZWZpdF9BZGp1ZGljYXRpb24+O1xuXG4gIC8qKiBUaGUgc2Vjb25kLXRpZXIgc2VydmljZSBhZGp1ZGljYXRpb25zIGZvciBwYXlvciBhZGRlZCBzZXJ2aWNlcy4gKi9cbiAgZGV0YWlsPzogQXJyYXk8RXhwbGFuYXRpb25PZkJlbmVmaXRfRGV0YWlsMT47XG59XG4iXX0=
|
|
@@ -2,12 +2,12 @@ import type { BackboneElement } from "./backboneelement";
|
|
|
2
2
|
import type { CodeableConcept } from "./codeableconcept";
|
|
3
3
|
import type { Money } from "./money";
|
|
4
4
|
export interface ExplanationOfBenefit_Adjudication extends BackboneElement {
|
|
5
|
-
/**
|
|
5
|
+
/** Type of adjudication information (e.g. Co-Pay, deductible, eligible, benefit, tax). */
|
|
6
6
|
category: CodeableConcept;
|
|
7
|
-
/**
|
|
7
|
+
/** Explanation of adjudication outcome (e.g. variance from expected amount, funds exhausted). */
|
|
8
8
|
reason?: CodeableConcept;
|
|
9
|
-
/**
|
|
9
|
+
/** Monetary amount associated with the category. */
|
|
10
10
|
amount?: Money;
|
|
11
|
-
/** A non-monetary value
|
|
11
|
+
/** A non-monetary value associated with the category (e.g. eligible percentage). Mutually exclusive to amount. */
|
|
12
12
|
value?: number;
|
|
13
13
|
}
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfYWRqdWRpY2F0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2V4cGxhbmF0aW9ub2ZiZW5lZml0X2FkanVkaWNhdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IE1vbmV5IH0gZnJvbSBcIi4vbW9uZXlcIjtcblxuLy8gRkhJUiBFeHBsYW5hdGlvbk9mQmVuZWZpdF9BZGp1ZGljYXRpb24gVHlwZSAoQmFja2JvbmUgb2YgRXhwbGFuYXRpb25PZkJlbmVmaXQpXG5cbi8vIFN0cnVjdHVyZURlZmluaXRpb246IGh0dHBzOi8vaGw3Lm9yZy9maGlyL1I0L2V4cGxhbmF0aW9ub2ZiZW5lZml0Lmh0bWwgKEV4cGxhbmF0aW9uT2ZCZW5lZml0Lml0ZW0uYWRqdWRpY2F0aW9uIGFuZCBzYW1lIHN0cnVjdHVyZSBlbHNld2hlcmUpXG5cbmV4cG9ydCBpbnRlcmZhY2UgRXhwbGFuYXRpb25PZkJlbmVmaXRfQWRqdWRpY2F0aW9uIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIFR5cGUgb2YgYWRqdWRpY2F0aW9uIGluZm9ybWF0aW9uIChlLmcuIENvLVBheSwgZGVkdWN0aWJsZSwgZWxpZ2libGUsIGJlbmVmaXQsIHRheCkuICovXG4gIGNhdGVnb3J5OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEV4cGxhbmF0aW9uIG9mIGFkanVkaWNhdGlvbiBvdXRjb21lIChlLmcuIHZhcmlhbmNlIGZyb20gZXhwZWN0ZWQgYW1vdW50LCBmdW5kcyBleGhhdXN0ZWQpLiAqL1xuICByZWFzb24/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIE1vbmV0YXJ5IGFtb3VudCBhc3NvY2lhdGVkIHdpdGggdGhlIGNhdGVnb3J5LiAqL1xuICBhbW91bnQ/OiBNb25leTtcblxuICAvKiogQSBub24tbW9uZXRhcnkgdmFsdWUgYXNzb2NpYXRlZCB3aXRoIHRoZSBjYXRlZ29yeSAoZS5nLiBlbGlnaWJsZSBwZXJjZW50YWdlKS4gTXV0dWFsbHkgZXhjbHVzaXZlIHRvIGFtb3VudC4gKi9cbiAgdmFsdWU/OiBudW1iZXI7XG59XG4iXX0=
|
|
@@ -2,22 +2,20 @@ import type { BackboneElement } from "./backboneelement";
|
|
|
2
2
|
import type { CodeableConcept } from "./codeableconcept";
|
|
3
3
|
import type { ExplanationOfBenefit_Financial } from "./explanationofbenefit_financial";
|
|
4
4
|
export interface ExplanationOfBenefit_BenefitBalance extends BackboneElement {
|
|
5
|
-
/**
|
|
5
|
+
/** Benefit classification. Code to identify the general type of benefits under which products and services are provided (e.g. Medical Care, Periodontics, Vision Coverage). */
|
|
6
6
|
category: CodeableConcept;
|
|
7
|
-
/**
|
|
8
|
-
subCategory?: CodeableConcept;
|
|
9
|
-
/** True if the indicated class of service is excluded from the plan, missing or False indicated the service is included in the coverage. */
|
|
7
|
+
/** Excluded from the plan. True if the indicated class of service is excluded from the plan; missing or false indicates the product or service is included in the coverage. */
|
|
10
8
|
excluded?: boolean;
|
|
11
|
-
/** A short name or tag for the benefit
|
|
9
|
+
/** Short name for the benefit. A short name or tag for the benefit (e.g. MED01, DENT2). */
|
|
12
10
|
name?: string;
|
|
13
|
-
/**
|
|
11
|
+
/** Description of the benefit or services covered. A richer description of the benefit or services covered. */
|
|
14
12
|
description?: string;
|
|
15
|
-
/**
|
|
13
|
+
/** In or out of network. Is a flag to indicate whether the benefits refer to in-network providers or out-of-network providers. */
|
|
16
14
|
network?: CodeableConcept;
|
|
17
|
-
/**
|
|
15
|
+
/** Individual or family. Indicates if the benefits apply to an individual or to the family. */
|
|
18
16
|
unit?: CodeableConcept;
|
|
19
|
-
/** The term or period of the values such as 'maximum lifetime benefit' or 'maximum annual
|
|
17
|
+
/** Annual or lifetime. The term or period of the values such as 'maximum lifetime benefit' or 'maximum annual visits'. */
|
|
20
18
|
term?: CodeableConcept;
|
|
21
|
-
/** Benefits
|
|
19
|
+
/** Benefit Summary. Benefits used to date. */
|
|
22
20
|
financial?: Array<ExplanationOfBenefit_Financial>;
|
|
23
21
|
}
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfYmVuZWZpdGJhbGFuY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvZXhwbGFuYXRpb25vZmJlbmVmaXRfYmVuZWZpdGJhbGFuY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgQmFja2JvbmVFbGVtZW50IH0gZnJvbSBcIi4vYmFja2JvbmVlbGVtZW50XCI7XG5pbXBvcnQgdHlwZSB7IENvZGVhYmxlQ29uY2VwdCB9IGZyb20gXCIuL2NvZGVhYmxlY29uY2VwdFwiO1xuaW1wb3J0IHR5cGUgeyBFeHBsYW5hdGlvbk9mQmVuZWZpdF9GaW5hbmNpYWwgfSBmcm9tIFwiLi9leHBsYW5hdGlvbm9mYmVuZWZpdF9maW5hbmNpYWxcIjtcblxuLy8gRkhJUiBFeHBsYW5hdGlvbk9mQmVuZWZpdF9CZW5lZml0QmFsYW5jZSBUeXBlXG5cbi8vIFN0cnVjdHVyZURlZmluaXRpb246IGh0dHBzOi8vaGw3Lm9yZy9maGlyL1I0L2V4cGxhbmF0aW9ub2ZiZW5lZml0Lmh0bWwgKGJlbmVmaXRCYWxhbmNlIGJhY2tib25lKVxuXG5leHBvcnQgaW50ZXJmYWNlIEV4cGxhbmF0aW9uT2ZCZW5lZml0X0JlbmVmaXRCYWxhbmNlIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIEJlbmVmaXQgY2xhc3NpZmljYXRpb24uIENvZGUgdG8gaWRlbnRpZnkgdGhlIGdlbmVyYWwgdHlwZSBvZiBiZW5lZml0cyB1bmRlciB3aGljaCBwcm9kdWN0cyBhbmQgc2VydmljZXMgYXJlIHByb3ZpZGVkIChlLmcuIE1lZGljYWwgQ2FyZSwgUGVyaW9kb250aWNzLCBWaXNpb24gQ292ZXJhZ2UpLiAqL1xuICBjYXRlZ29yeTogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBFeGNsdWRlZCBmcm9tIHRoZSBwbGFuLiBUcnVlIGlmIHRoZSBpbmRpY2F0ZWQgY2xhc3Mgb2Ygc2VydmljZSBpcyBleGNsdWRlZCBmcm9tIHRoZSBwbGFuOyBtaXNzaW5nIG9yIGZhbHNlIGluZGljYXRlcyB0aGUgcHJvZHVjdCBvciBzZXJ2aWNlIGlzIGluY2x1ZGVkIGluIHRoZSBjb3ZlcmFnZS4gKi9cbiAgZXhjbHVkZWQ/OiBib29sZWFuO1xuXG4gIC8qKiBTaG9ydCBuYW1lIGZvciB0aGUgYmVuZWZpdC4gQSBzaG9ydCBuYW1lIG9yIHRhZyBmb3IgdGhlIGJlbmVmaXQgKGUuZy4gTUVEMDEsIERFTlQyKS4gKi9cbiAgbmFtZT86IHN0cmluZztcblxuICAvKiogRGVzY3JpcHRpb24gb2YgdGhlIGJlbmVmaXQgb3Igc2VydmljZXMgY292ZXJlZC4gQSByaWNoZXIgZGVzY3JpcHRpb24gb2YgdGhlIGJlbmVmaXQgb3Igc2VydmljZXMgY292ZXJlZC4gKi9cbiAgZGVzY3JpcHRpb24/OiBzdHJpbmc7XG5cbiAgLyoqIEluIG9yIG91dCBvZiBuZXR3b3JrLiBJcyBhIGZsYWcgdG8gaW5kaWNhdGUgd2hldGhlciB0aGUgYmVuZWZpdHMgcmVmZXIgdG8gaW4tbmV0d29yayBwcm92aWRlcnMgb3Igb3V0LW9mLW5ldHdvcmsgcHJvdmlkZXJzLiAqL1xuICBuZXR3b3JrPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBJbmRpdmlkdWFsIG9yIGZhbWlseS4gSW5kaWNhdGVzIGlmIHRoZSBiZW5lZml0cyBhcHBseSB0byBhbiBpbmRpdmlkdWFsIG9yIHRvIHRoZSBmYW1pbHkuICovXG4gIHVuaXQ/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEFubnVhbCBvciBsaWZldGltZS4gVGhlIHRlcm0gb3IgcGVyaW9kIG9mIHRoZSB2YWx1ZXMgc3VjaCBhcyAnbWF4aW11bSBsaWZldGltZSBiZW5lZml0JyBvciAnbWF4aW11bSBhbm51YWwgdmlzaXRzJy4gKi9cbiAgdGVybT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogQmVuZWZpdCBTdW1tYXJ5LiBCZW5lZml0cyB1c2VkIHRvIGRhdGUuICovXG4gIGZpbmFuY2lhbD86IEFycmF5PEV4cGxhbmF0aW9uT2ZCZW5lZml0X0ZpbmFuY2lhbD47XG59XG4iXX0=
|
|
@@ -2,14 +2,14 @@ import type { BackboneElement } from "./backboneelement";
|
|
|
2
2
|
import type { CodeableConcept } from "./codeableconcept";
|
|
3
3
|
import type { Reference } from "./reference";
|
|
4
4
|
export interface ExplanationOfBenefit_CareTeam extends BackboneElement {
|
|
5
|
-
/**
|
|
6
|
-
sequence
|
|
7
|
-
/**
|
|
5
|
+
/** A number to uniquely identify care team entries. */
|
|
6
|
+
sequence: number;
|
|
7
|
+
/** Member of the team who provided the product or service. */
|
|
8
8
|
provider: Reference;
|
|
9
|
-
/** The
|
|
9
|
+
/** The party who is billing and/or responsible for the claimed products or services. */
|
|
10
10
|
responsible?: boolean;
|
|
11
|
-
/** The lead, assisting or supervising practitioner and their discipline if a
|
|
11
|
+
/** The lead, assisting or supervising practitioner and their discipline if a multidisciplinary team. */
|
|
12
12
|
role?: CodeableConcept;
|
|
13
|
-
/** The qualification which is applicable for this service. */
|
|
13
|
+
/** The qualification of the practitioner which is applicable for this service. */
|
|
14
14
|
qualification?: CodeableConcept;
|
|
15
15
|
}
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfY2FyZXRlYW0uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvZXhwbGFuYXRpb25vZmJlbmVmaXRfY2FyZXRlYW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgQmFja2JvbmVFbGVtZW50IH0gZnJvbSBcIi4vYmFja2JvbmVlbGVtZW50XCI7XG5pbXBvcnQgdHlwZSB7IENvZGVhYmxlQ29uY2VwdCB9IGZyb20gXCIuL2NvZGVhYmxlY29uY2VwdFwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuLy8gRkhJUiBFeHBsYW5hdGlvbk9mQmVuZWZpdF9DYXJlVGVhbSBUeXBlXG5cbi8vIFN0cnVjdHVyZURlZmluaXRpb246IGh0dHBzOi8vaGw3Lm9yZy9maGlyL1I0L2V4cGxhbmF0aW9ub2ZiZW5lZml0Lmh0bWwgKGNhcmVUZWFtIGJhY2tib25lKVxuXG5leHBvcnQgaW50ZXJmYWNlIEV4cGxhbmF0aW9uT2ZCZW5lZml0X0NhcmVUZWFtIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIEEgbnVtYmVyIHRvIHVuaXF1ZWx5IGlkZW50aWZ5IGNhcmUgdGVhbSBlbnRyaWVzLiAqL1xuICBzZXF1ZW5jZTogbnVtYmVyO1xuXG4gIC8qKiBNZW1iZXIgb2YgdGhlIHRlYW0gd2hvIHByb3ZpZGVkIHRoZSBwcm9kdWN0IG9yIHNlcnZpY2UuICovXG4gIHByb3ZpZGVyOiBSZWZlcmVuY2U7XG5cbiAgLyoqIFRoZSBwYXJ0eSB3aG8gaXMgYmlsbGluZyBhbmQvb3IgcmVzcG9uc2libGUgZm9yIHRoZSBjbGFpbWVkIHByb2R1Y3RzIG9yIHNlcnZpY2VzLiAqL1xuICByZXNwb25zaWJsZT86IGJvb2xlYW47XG5cbiAgLyoqIFRoZSBsZWFkLCBhc3Npc3Rpbmcgb3Igc3VwZXJ2aXNpbmcgcHJhY3RpdGlvbmVyIGFuZCB0aGVpciBkaXNjaXBsaW5lIGlmIGEgbXVsdGlkaXNjaXBsaW5hcnkgdGVhbS4gKi9cbiAgcm9sZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogVGhlIHF1YWxpZmljYXRpb24gb2YgdGhlIHByYWN0aXRpb25lciB3aGljaCBpcyBhcHBsaWNhYmxlIGZvciB0aGlzIHNlcnZpY2UuICovXG4gIHF1YWxpZmljYXRpb24/OiBDb2RlYWJsZUNvbmNlcHQ7XG59XG4iXX0=
|
|
@@ -6,34 +6,32 @@ import type { Money } from "./money";
|
|
|
6
6
|
import type { Quantity } from "./quantity";
|
|
7
7
|
import type { Reference } from "./reference";
|
|
8
8
|
export interface ExplanationOfBenefit_Detail extends BackboneElement {
|
|
9
|
-
/**
|
|
10
|
-
sequence
|
|
11
|
-
/** The type of product or service. */
|
|
12
|
-
type: CodeableConcept;
|
|
13
|
-
/** The type of reveneu or cost center providing the product and/or service. */
|
|
9
|
+
/** Product or service provided. A claim detail line. Either a simple (a product or service) or a 'group' of sub-details which are simple items. */
|
|
10
|
+
sequence: number;
|
|
11
|
+
/** Revenue or cost center code. The type of revenue or cost center providing the product and/or service. */
|
|
14
12
|
revenue?: CodeableConcept;
|
|
15
|
-
/**
|
|
13
|
+
/** Benefit classification. Code to identify the general type of benefits under which products and services are provided. */
|
|
16
14
|
category?: CodeableConcept;
|
|
17
|
-
/**
|
|
18
|
-
|
|
19
|
-
/** Item typification or modifiers codes
|
|
15
|
+
/** 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. */
|
|
16
|
+
productOrService: CodeableConcept;
|
|
17
|
+
/** Service/Product billing modifiers. Item typification or modifiers codes to convey additional context for the product or service. */
|
|
20
18
|
modifier?: Array<CodeableConcept>;
|
|
21
|
-
/**
|
|
19
|
+
/** Program the product or service is provided under. Identifies the program under which this may be recovered. */
|
|
22
20
|
programCode?: Array<CodeableConcept>;
|
|
23
|
-
/** The number of repetitions of a service or product. */
|
|
21
|
+
/** Count of products or services. The number of repetitions of a service or product. */
|
|
24
22
|
quantity?: Quantity;
|
|
25
|
-
/** If the item is a
|
|
23
|
+
/** Fee, charge or cost per item. 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. */
|
|
26
24
|
unitPrice?: Money;
|
|
27
|
-
/** A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received.
|
|
25
|
+
/** Price scaling factor. A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. */
|
|
28
26
|
factor?: number;
|
|
29
|
-
/** The quantity times the unit price for an
|
|
27
|
+
/** Total item cost. The quantity times the unit price for an additional service or product or charge. */
|
|
30
28
|
net?: Money;
|
|
31
|
-
/**
|
|
29
|
+
/** Unique device identifier. Unique Device Identifiers associated with this line item. */
|
|
32
30
|
udi?: Array<Reference>;
|
|
33
|
-
/**
|
|
31
|
+
/** Applicable note numbers. The numbers associated with notes below which apply to the adjudication of this item. */
|
|
34
32
|
noteNumber?: Array<number>;
|
|
35
|
-
/** The
|
|
33
|
+
/** Detail level adjudication details. The adjudication results. */
|
|
36
34
|
adjudication?: Array<ExplanationOfBenefit_Adjudication>;
|
|
37
|
-
/** Third
|
|
35
|
+
/** Additional items. Third-tier of goods and services. */
|
|
38
36
|
subDetail?: Array<ExplanationOfBenefit_SubDetail>;
|
|
39
37
|
}
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfZGV0YWlsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2V4cGxhbmF0aW9ub2ZiZW5lZml0X2RldGFpbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IEV4cGxhbmF0aW9uT2ZCZW5lZml0X0FkanVkaWNhdGlvbiB9IGZyb20gXCIuL2V4cGxhbmF0aW9ub2ZiZW5lZml0X2FkanVkaWNhdGlvblwiO1xuaW1wb3J0IHR5cGUgeyBFeHBsYW5hdGlvbk9mQmVuZWZpdF9TdWJEZXRhaWwgfSBmcm9tIFwiLi9leHBsYW5hdGlvbm9mYmVuZWZpdF9zdWJkZXRhaWxcIjtcbmltcG9ydCB0eXBlIHsgTW9uZXkgfSBmcm9tIFwiLi9tb25leVwiO1xuaW1wb3J0IHR5cGUgeyBRdWFudGl0eSB9IGZyb20gXCIuL3F1YW50aXR5XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG4vLyBGSElSIEV4cGxhbmF0aW9uT2ZCZW5lZml0X0RldGFpbCBUeXBlIChSNDogaXRlbS5kZXRhaWwgYmFja2JvbmUsIGV4cGxpY2l0IHR5cGUgXCJEZXRhaWxcIilcblxuLy8gU3RydWN0dXJlRGVmaW5pdGlvbjogaHR0cHM6Ly9obDcub3JnL2ZoaXIvUjQvZXhwbGFuYXRpb25vZmJlbmVmaXQuaHRtbCAoaXRlbS5kZXRhaWwgYmFja2JvbmUpXG5cbmV4cG9ydCBpbnRlcmZhY2UgRXhwbGFuYXRpb25PZkJlbmVmaXRfRGV0YWlsIGV4dGVuZHMgQmFja2JvbmVFbGVtZW50IHtcbiAgLyoqIFByb2R1Y3Qgb3Igc2VydmljZSBwcm92aWRlZC4gQSBjbGFpbSBkZXRhaWwgbGluZS4gRWl0aGVyIGEgc2ltcGxlIChhIHByb2R1Y3Qgb3Igc2VydmljZSkgb3IgYSAnZ3JvdXAnIG9mIHN1Yi1kZXRhaWxzIHdoaWNoIGFyZSBzaW1wbGUgaXRlbXMuICovXG4gIHNlcXVlbmNlOiBudW1iZXI7XG5cbiAgLyoqIFJldmVudWUgb3IgY29zdCBjZW50ZXIgY29kZS4gVGhlIHR5cGUgb2YgcmV2ZW51ZSBvciBjb3N0IGNlbnRlciBwcm92aWRpbmcgdGhlIHByb2R1Y3QgYW5kL29yIHNlcnZpY2UuICovXG4gIHJldmVudWU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEJlbmVmaXQgY2xhc3NpZmljYXRpb24uIENvZGUgdG8gaWRlbnRpZnkgdGhlIGdlbmVyYWwgdHlwZSBvZiBiZW5lZml0cyB1bmRlciB3aGljaCBwcm9kdWN0cyBhbmQgc2VydmljZXMgYXJlIHByb3ZpZGVkLiAqL1xuICBjYXRlZ29yeT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogQmlsbGluZywgc2VydmljZSwgcHJvZHVjdCwgb3IgZHJ1ZyBjb2RlLiBXaGVuIHRoZSB2YWx1ZSBpcyBhIGdyb3VwIGNvZGUgdGhlbiB0aGlzIGl0ZW0gY29sbGVjdHMgYSBzZXQgb2YgcmVsYXRlZCBjbGFpbSBkZXRhaWxzLCBvdGhlcndpc2UgdGhpcyBjb250YWlucyB0aGUgcHJvZHVjdCwgc2VydmljZSwgZHJ1ZyBvciBvdGhlciBiaWxsaW5nIGNvZGUgZm9yIHRoZSBpdGVtLiAqL1xuICBwcm9kdWN0T3JTZXJ2aWNlOiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIFNlcnZpY2UvUHJvZHVjdCBiaWxsaW5nIG1vZGlmaWVycy4gSXRlbSB0eXBpZmljYXRpb24gb3IgbW9kaWZpZXJzIGNvZGVzIHRvIGNvbnZleSBhZGRpdGlvbmFsIGNvbnRleHQgZm9yIHRoZSBwcm9kdWN0IG9yIHNlcnZpY2UuICovXG4gIG1vZGlmaWVyPzogQXJyYXk8Q29kZWFibGVDb25jZXB0PjtcblxuICAvKiogUHJvZ3JhbSB0aGUgcHJvZHVjdCBvciBzZXJ2aWNlIGlzIHByb3ZpZGVkIHVuZGVyLiBJZGVudGlmaWVzIHRoZSBwcm9ncmFtIHVuZGVyIHdoaWNoIHRoaXMgbWF5IGJlIHJlY292ZXJlZC4gKi9cbiAgcHJvZ3JhbUNvZGU/OiBBcnJheTxDb2RlYWJsZUNvbmNlcHQ+O1xuXG4gIC8qKiBDb3VudCBvZiBwcm9kdWN0cyBvciBzZXJ2aWNlcy4gVGhlIG51bWJlciBvZiByZXBldGl0aW9ucyBvZiBhIHNlcnZpY2Ugb3IgcHJvZHVjdC4gKi9cbiAgcXVhbnRpdHk/OiBRdWFudGl0eTtcblxuICAvKiogRmVlLCBjaGFyZ2Ugb3IgY29zdCBwZXIgaXRlbS4gSWYgdGhlIGl0ZW0gaXMgbm90IGEgZ3JvdXAgdGhlbiB0aGlzIGlzIHRoZSBmZWUgZm9yIHRoZSBwcm9kdWN0IG9yIHNlcnZpY2UsIG90aGVyd2lzZSB0aGlzIGlzIHRoZSB0b3RhbCBvZiB0aGUgZmVlcyBmb3IgdGhlIGRldGFpbHMgb2YgdGhlIGdyb3VwLiAqL1xuICB1bml0UHJpY2U/OiBNb25leTtcblxuICAvKiogUHJpY2Ugc2NhbGluZyBmYWN0b3IuIEEgcmVhbCBudW1iZXIgdGhhdCByZXByZXNlbnRzIGEgbXVsdGlwbGllciB1c2VkIGluIGRldGVybWluaW5nIHRoZSBvdmVyYWxsIHZhbHVlIG9mIHNlcnZpY2VzIGRlbGl2ZXJlZCBhbmQvb3IgZ29vZHMgcmVjZWl2ZWQuICovXG4gIGZhY3Rvcj86IG51bWJlcjtcblxuICAvKiogVG90YWwgaXRlbSBjb3N0LiBUaGUgcXVhbnRpdHkgdGltZXMgdGhlIHVuaXQgcHJpY2UgZm9yIGFuIGFkZGl0aW9uYWwgc2VydmljZSBvciBwcm9kdWN0IG9yIGNoYXJnZS4gKi9cbiAgbmV0PzogTW9uZXk7XG5cbiAgLyoqIFVuaXF1ZSBkZXZpY2UgaWRlbnRpZmllci4gVW5pcXVlIERldmljZSBJZGVudGlmaWVycyBhc3NvY2lhdGVkIHdpdGggdGhpcyBsaW5lIGl0ZW0uICovXG4gIHVkaT86IEFycmF5PFJlZmVyZW5jZT47XG5cbiAgLyoqIEFwcGxpY2FibGUgbm90ZSBudW1iZXJzLiBUaGUgbnVtYmVycyBhc3NvY2lhdGVkIHdpdGggbm90ZXMgYmVsb3cgd2hpY2ggYXBwbHkgdG8gdGhlIGFkanVkaWNhdGlvbiBvZiB0aGlzIGl0ZW0uICovXG4gIG5vdGVOdW1iZXI/OiBBcnJheTxudW1iZXI+O1xuXG4gIC8qKiBEZXRhaWwgbGV2ZWwgYWRqdWRpY2F0aW9uIGRldGFpbHMuIFRoZSBhZGp1ZGljYXRpb24gcmVzdWx0cy4gKi9cbiAgYWRqdWRpY2F0aW9uPzogQXJyYXk8RXhwbGFuYXRpb25PZkJlbmVmaXRfQWRqdWRpY2F0aW9uPjtcblxuICAvKiogQWRkaXRpb25hbCBpdGVtcy4gVGhpcmQtdGllciBvZiBnb29kcyBhbmQgc2VydmljZXMuICovXG4gIHN1YkRldGFpbD86IEFycmF5PEV4cGxhbmF0aW9uT2ZCZW5lZml0X1N1YkRldGFpbD47XG59XG4iXX0=
|
|
@@ -2,19 +2,22 @@ import type { BackboneElement } from "./backboneelement";
|
|
|
2
2
|
import type { CodeableConcept } from "./codeableconcept";
|
|
3
3
|
import type { ExplanationOfBenefit_Adjudication } from "./explanationofbenefit_adjudication";
|
|
4
4
|
import type { Money } from "./money";
|
|
5
|
+
import type { Quantity } from "./quantity";
|
|
5
6
|
export interface ExplanationOfBenefit_Detail1 extends BackboneElement {
|
|
6
|
-
/**
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
category?: CodeableConcept;
|
|
10
|
-
/** A code to indicate the Professional Service or Product supplied (eg. CTP, HCPCS,USCLS,ICD10, NCPDP,DIN,ACHI,CCI). */
|
|
11
|
-
service?: CodeableConcept;
|
|
12
|
-
/** Item typification or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or for medical whether the treatment was outside the clinic or out of office hours. */
|
|
7
|
+
/** 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. */
|
|
8
|
+
productOrService: CodeableConcept;
|
|
9
|
+
/** Service/Product billing modifiers. Item typification or modifiers codes to convey additional context for the product or service. */
|
|
13
10
|
modifier?: Array<CodeableConcept>;
|
|
14
|
-
/** The
|
|
15
|
-
|
|
16
|
-
/**
|
|
11
|
+
/** Count of products or services. The number of repetitions of a service or product. */
|
|
12
|
+
quantity?: Quantity;
|
|
13
|
+
/** Fee, charge or cost per item. 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. */
|
|
14
|
+
unitPrice?: Money;
|
|
15
|
+
/** Price scaling factor. A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. */
|
|
16
|
+
factor?: number;
|
|
17
|
+
/** Total item cost. The quantity times the unit price for an additional service or product or charge. */
|
|
18
|
+
net?: Money;
|
|
19
|
+
/** Applicable note numbers. The numbers associated with notes below which apply to the adjudication of this item. */
|
|
17
20
|
noteNumber?: Array<number>;
|
|
18
|
-
/** The
|
|
21
|
+
/** Added items adjudication. The adjudication results. */
|
|
19
22
|
adjudication?: Array<ExplanationOfBenefit_Adjudication>;
|
|
20
23
|
}
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfZGV0YWlsMS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9leHBsYW5hdGlvbm9mYmVuZWZpdF9kZXRhaWwxLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IEJhY2tib25lRWxlbWVudCB9IGZyb20gXCIuL2JhY2tib25lZWxlbWVudFwiO1xuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgRXhwbGFuYXRpb25PZkJlbmVmaXRfQWRqdWRpY2F0aW9uIH0gZnJvbSBcIi4vZXhwbGFuYXRpb25vZmJlbmVmaXRfYWRqdWRpY2F0aW9uXCI7XG5pbXBvcnQgdHlwZSB7IE1vbmV5IH0gZnJvbSBcIi4vbW9uZXlcIjtcbmltcG9ydCB0eXBlIHsgUXVhbnRpdHkgfSBmcm9tIFwiLi9xdWFudGl0eVwiO1xuXG4vLyBGSElSIEV4cGxhbmF0aW9uT2ZCZW5lZml0X0RldGFpbDEgVHlwZSAoUjQ6IGFkZEl0ZW0uZGV0YWlsIGJhY2tib25lLCBleHBsaWNpdCB0eXBlIFwiQWRkZWRJdGVtRGV0YWlsXCIpXG5cbi8vIFN0cnVjdHVyZURlZmluaXRpb246IGh0dHBzOi8vaGw3Lm9yZy9maGlyL1I0L2V4cGxhbmF0aW9ub2ZiZW5lZml0Lmh0bWwgKGFkZEl0ZW0uZGV0YWlsIGJhY2tib25lKVxuXG5leHBvcnQgaW50ZXJmYWNlIEV4cGxhbmF0aW9uT2ZCZW5lZml0X0RldGFpbDEgZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogQmlsbGluZywgc2VydmljZSwgcHJvZHVjdCwgb3IgZHJ1ZyBjb2RlLiBXaGVuIHRoZSB2YWx1ZSBpcyBhIGdyb3VwIGNvZGUgdGhlbiB0aGlzIGl0ZW0gY29sbGVjdHMgYSBzZXQgb2YgcmVsYXRlZCBjbGFpbSBkZXRhaWxzLCBvdGhlcndpc2UgdGhpcyBjb250YWlucyB0aGUgcHJvZHVjdCwgc2VydmljZSwgZHJ1ZyBvciBvdGhlciBiaWxsaW5nIGNvZGUgZm9yIHRoZSBpdGVtLiAqL1xuICBwcm9kdWN0T3JTZXJ2aWNlOiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIFNlcnZpY2UvUHJvZHVjdCBiaWxsaW5nIG1vZGlmaWVycy4gSXRlbSB0eXBpZmljYXRpb24gb3IgbW9kaWZpZXJzIGNvZGVzIHRvIGNvbnZleSBhZGRpdGlvbmFsIGNvbnRleHQgZm9yIHRoZSBwcm9kdWN0IG9yIHNlcnZpY2UuICovXG4gIG1vZGlmaWVyPzogQXJyYXk8Q29kZWFibGVDb25jZXB0PjtcblxuICAvKiogQ291bnQgb2YgcHJvZHVjdHMgb3Igc2VydmljZXMuIFRoZSBudW1iZXIgb2YgcmVwZXRpdGlvbnMgb2YgYSBzZXJ2aWNlIG9yIHByb2R1Y3QuICovXG4gIHF1YW50aXR5PzogUXVhbnRpdHk7XG5cbiAgLyoqIEZlZSwgY2hhcmdlIG9yIGNvc3QgcGVyIGl0ZW0uIElmIHRoZSBpdGVtIGlzIG5vdCBhIGdyb3VwIHRoZW4gdGhpcyBpcyB0aGUgZmVlIGZvciB0aGUgcHJvZHVjdCBvciBzZXJ2aWNlLCBvdGhlcndpc2UgdGhpcyBpcyB0aGUgdG90YWwgb2YgdGhlIGZlZXMgZm9yIHRoZSBkZXRhaWxzIG9mIHRoZSBncm91cC4gKi9cbiAgdW5pdFByaWNlPzogTW9uZXk7XG5cbiAgLyoqIFByaWNlIHNjYWxpbmcgZmFjdG9yLiBBIHJlYWwgbnVtYmVyIHRoYXQgcmVwcmVzZW50cyBhIG11bHRpcGxpZXIgdXNlZCBpbiBkZXRlcm1pbmluZyB0aGUgb3ZlcmFsbCB2YWx1ZSBvZiBzZXJ2aWNlcyBkZWxpdmVyZWQgYW5kL29yIGdvb2RzIHJlY2VpdmVkLiAqL1xuICBmYWN0b3I/OiBudW1iZXI7XG5cbiAgLyoqIFRvdGFsIGl0ZW0gY29zdC4gVGhlIHF1YW50aXR5IHRpbWVzIHRoZSB1bml0IHByaWNlIGZvciBhbiBhZGRpdGlvbmFsIHNlcnZpY2Ugb3IgcHJvZHVjdCBvciBjaGFyZ2UuICovXG4gIG5ldD86IE1vbmV5O1xuXG4gIC8qKiBBcHBsaWNhYmxlIG5vdGUgbnVtYmVycy4gVGhlIG51bWJlcnMgYXNzb2NpYXRlZCB3aXRoIG5vdGVzIGJlbG93IHdoaWNoIGFwcGx5IHRvIHRoZSBhZGp1ZGljYXRpb24gb2YgdGhpcyBpdGVtLiAqL1xuICBub3RlTnVtYmVyPzogQXJyYXk8bnVtYmVyPjtcblxuICAvKiogQWRkZWQgaXRlbXMgYWRqdWRpY2F0aW9uLiBUaGUgYWRqdWRpY2F0aW9uIHJlc3VsdHMuICovXG4gIGFkanVkaWNhdGlvbj86IEFycmF5PEV4cGxhbmF0aW9uT2ZCZW5lZml0X0FkanVkaWNhdGlvbj47XG59XG4iXX0=
|
|
@@ -2,14 +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_Diagnosis extends BackboneElement {
|
|
5
|
-
/**
|
|
6
|
-
sequence
|
|
7
|
-
/** The
|
|
5
|
+
/** Diagnosis instance identifier. A number to uniquely identify diagnosis entries. */
|
|
6
|
+
sequence: number;
|
|
7
|
+
/** Nature of illness or problem. The nature of illness or problem in a coded form or as a reference to an external defined Condition. */
|
|
8
8
|
diagnosisCodeableConcept?: CodeableConcept;
|
|
9
|
-
/** The
|
|
9
|
+
/** Nature of illness or problem. The nature of illness or problem in a coded form or as a reference to an external defined Condition. */
|
|
10
10
|
diagnosisReference?: Reference;
|
|
11
|
-
/**
|
|
11
|
+
/** Timing or nature of the diagnosis. When the condition was observed or the relative ranking (e.g. admitting, primary, secondary, discharge). */
|
|
12
12
|
type?: Array<CodeableConcept>;
|
|
13
|
-
/**
|
|
13
|
+
/** Present on admission. Indication of whether the diagnosis was present on admission to a facility. */
|
|
14
|
+
onAdmission?: CodeableConcept;
|
|
15
|
+
/** Package billing code. A package billing code or bundle code used to group products and services to a particular health condition (e.g. DRG). */
|
|
14
16
|
packageCode?: CodeableConcept;
|
|
15
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfZGlhZ25vc2lzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2V4cGxhbmF0aW9ub2ZiZW5lZml0X2RpYWdub3Npcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG4vLyBGSElSIEV4cGxhbmF0aW9uT2ZCZW5lZml0X0RpYWdub3NpcyBUeXBlXG5cbi8vIFN0cnVjdHVyZURlZmluaXRpb246IGh0dHBzOi8vaGw3Lm9yZy9maGlyL1I0L2V4cGxhbmF0aW9ub2ZiZW5lZml0Lmh0bWwgKGRpYWdub3NpcyBiYWNrYm9uZSlcblxuZXhwb3J0IGludGVyZmFjZSBFeHBsYW5hdGlvbk9mQmVuZWZpdF9EaWFnbm9zaXMgZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogRGlhZ25vc2lzIGluc3RhbmNlIGlkZW50aWZpZXIuIEEgbnVtYmVyIHRvIHVuaXF1ZWx5IGlkZW50aWZ5IGRpYWdub3NpcyBlbnRyaWVzLiAqL1xuICBzZXF1ZW5jZTogbnVtYmVyO1xuXG4gIC8qKiBOYXR1cmUgb2YgaWxsbmVzcyBvciBwcm9ibGVtLiBUaGUgbmF0dXJlIG9mIGlsbG5lc3Mgb3IgcHJvYmxlbSBpbiBhIGNvZGVkIGZvcm0gb3IgYXMgYSByZWZlcmVuY2UgdG8gYW4gZXh0ZXJuYWwgZGVmaW5lZCBDb25kaXRpb24uICovXG4gIGRpYWdub3Npc0NvZGVhYmxlQ29uY2VwdD86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogTmF0dXJlIG9mIGlsbG5lc3Mgb3IgcHJvYmxlbS4gVGhlIG5hdHVyZSBvZiBpbGxuZXNzIG9yIHByb2JsZW0gaW4gYSBjb2RlZCBmb3JtIG9yIGFzIGEgcmVmZXJlbmNlIHRvIGFuIGV4dGVybmFsIGRlZmluZWQgQ29uZGl0aW9uLiAqL1xuICBkaWFnbm9zaXNSZWZlcmVuY2U/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIFRpbWluZyBvciBuYXR1cmUgb2YgdGhlIGRpYWdub3Npcy4gV2hlbiB0aGUgY29uZGl0aW9uIHdhcyBvYnNlcnZlZCBvciB0aGUgcmVsYXRpdmUgcmFua2luZyAoZS5nLiBhZG1pdHRpbmcsIHByaW1hcnksIHNlY29uZGFyeSwgZGlzY2hhcmdlKS4gKi9cbiAgdHlwZT86IEFycmF5PENvZGVhYmxlQ29uY2VwdD47XG5cbiAgLyoqIFByZXNlbnQgb24gYWRtaXNzaW9uLiBJbmRpY2F0aW9uIG9mIHdoZXRoZXIgdGhlIGRpYWdub3NpcyB3YXMgcHJlc2VudCBvbiBhZG1pc3Npb24gdG8gYSBmYWNpbGl0eS4gKi9cbiAgb25BZG1pc3Npb24/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIFBhY2thZ2UgYmlsbGluZyBjb2RlLiBBIHBhY2thZ2UgYmlsbGluZyBjb2RlIG9yIGJ1bmRsZSBjb2RlIHVzZWQgdG8gZ3JvdXAgcHJvZHVjdHMgYW5kIHNlcnZpY2VzIHRvIGEgcGFydGljdWxhciBoZWFsdGggY29uZGl0aW9uIChlLmcuIERSRykuICovXG4gIHBhY2thZ2VDb2RlPzogQ29kZWFibGVDb25jZXB0O1xufVxuIl19
|
|
@@ -2,16 +2,16 @@ import type { BackboneElement } from "./backboneelement";
|
|
|
2
2
|
import type { CodeableConcept } from "./codeableconcept";
|
|
3
3
|
import type { Money } from "./money";
|
|
4
4
|
export interface ExplanationOfBenefit_Financial extends BackboneElement {
|
|
5
|
-
/**
|
|
5
|
+
/** Benefit classification. Classification of benefit being provided (e.g. deductible, visits, benefit amount). */
|
|
6
6
|
type: CodeableConcept;
|
|
7
|
-
/** Benefits allowed. */
|
|
7
|
+
/** Benefits allowed. The quantity of the benefit which is permitted under the coverage. */
|
|
8
8
|
allowedUnsignedInt?: number;
|
|
9
|
-
/** Benefits allowed. */
|
|
9
|
+
/** Benefits allowed. The quantity of the benefit which is permitted under the coverage. */
|
|
10
10
|
allowedString?: string;
|
|
11
|
-
/** Benefits allowed. */
|
|
11
|
+
/** Benefits allowed. The quantity of the benefit which is permitted under the coverage. */
|
|
12
12
|
allowedMoney?: Money;
|
|
13
|
-
/** Benefits used. */
|
|
13
|
+
/** Benefits used. The quantity of the benefit which have been consumed to date. */
|
|
14
14
|
usedUnsignedInt?: number;
|
|
15
|
-
/** Benefits used. */
|
|
15
|
+
/** Benefits used. The quantity of the benefit which have been consumed to date. */
|
|
16
16
|
usedMoney?: Money;
|
|
17
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfZmluYW5jaWFsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2V4cGxhbmF0aW9ub2ZiZW5lZml0X2ZpbmFuY2lhbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IE1vbmV5IH0gZnJvbSBcIi4vbW9uZXlcIjtcblxuLy8gRkhJUiBFeHBsYW5hdGlvbk9mQmVuZWZpdF9GaW5hbmNpYWwgVHlwZSAoUjQ6IGJlbmVmaXRCYWxhbmNlLmZpbmFuY2lhbCBiYWNrYm9uZSwgZXhwbGljaXQgdHlwZSBcIkJlbmVmaXRcIilcblxuLy8gU3RydWN0dXJlRGVmaW5pdGlvbjogaHR0cHM6Ly9obDcub3JnL2ZoaXIvUjQvZXhwbGFuYXRpb25vZmJlbmVmaXQuaHRtbCAoYmVuZWZpdEJhbGFuY2UuZmluYW5jaWFsIGJhY2tib25lKVxuXG5leHBvcnQgaW50ZXJmYWNlIEV4cGxhbmF0aW9uT2ZCZW5lZml0X0ZpbmFuY2lhbCBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBCZW5lZml0IGNsYXNzaWZpY2F0aW9uLiBDbGFzc2lmaWNhdGlvbiBvZiBiZW5lZml0IGJlaW5nIHByb3ZpZGVkIChlLmcuIGRlZHVjdGlibGUsIHZpc2l0cywgYmVuZWZpdCBhbW91bnQpLiAqL1xuICB0eXBlOiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEJlbmVmaXRzIGFsbG93ZWQuIFRoZSBxdWFudGl0eSBvZiB0aGUgYmVuZWZpdCB3aGljaCBpcyBwZXJtaXR0ZWQgdW5kZXIgdGhlIGNvdmVyYWdlLiAqL1xuICBhbGxvd2VkVW5zaWduZWRJbnQ/OiBudW1iZXI7XG5cbiAgLyoqIEJlbmVmaXRzIGFsbG93ZWQuIFRoZSBxdWFudGl0eSBvZiB0aGUgYmVuZWZpdCB3aGljaCBpcyBwZXJtaXR0ZWQgdW5kZXIgdGhlIGNvdmVyYWdlLiAqL1xuICBhbGxvd2VkU3RyaW5nPzogc3RyaW5nO1xuXG4gIC8qKiBCZW5lZml0cyBhbGxvd2VkLiBUaGUgcXVhbnRpdHkgb2YgdGhlIGJlbmVmaXQgd2hpY2ggaXMgcGVybWl0dGVkIHVuZGVyIHRoZSBjb3ZlcmFnZS4gKi9cbiAgYWxsb3dlZE1vbmV5PzogTW9uZXk7XG5cbiAgLyoqIEJlbmVmaXRzIHVzZWQuIFRoZSBxdWFudGl0eSBvZiB0aGUgYmVuZWZpdCB3aGljaCBoYXZlIGJlZW4gY29uc3VtZWQgdG8gZGF0ZS4gKi9cbiAgdXNlZFVuc2lnbmVkSW50PzogbnVtYmVyO1xuXG4gIC8qKiBCZW5lZml0cyB1c2VkLiBUaGUgcXVhbnRpdHkgb2YgdGhlIGJlbmVmaXQgd2hpY2ggaGF2ZSBiZWVuIGNvbnN1bWVkIHRvIGRhdGUuICovXG4gIHVzZWRNb25leT86IE1vbmV5O1xufVxuIl19
|
|
@@ -6,24 +6,26 @@ import type { Period } from "./period";
|
|
|
6
6
|
import type { Quantity } from "./quantity";
|
|
7
7
|
import type { Reference } from "./reference";
|
|
8
8
|
export interface ExplanationOfBenefit_Information extends BackboneElement {
|
|
9
|
-
/**
|
|
10
|
-
sequence
|
|
11
|
-
/** The general class of the information supplied: information; exception; accident, employment; onset, etc. */
|
|
9
|
+
/** Information instance identifier. A number to uniquely identify supporting information entries. */
|
|
10
|
+
sequence: number;
|
|
11
|
+
/** Classification of the supplied information. The general class of the information supplied: information; exception; accident, employment; onset, etc. */
|
|
12
12
|
category: CodeableConcept;
|
|
13
|
-
/** System and code pertaining to the specific information regarding special conditions relating to the setting, treatment or patient
|
|
13
|
+
/** Type of information. System and code pertaining to the specific information regarding special conditions relating to the setting, treatment or patient for which care is sought. */
|
|
14
14
|
code?: CodeableConcept;
|
|
15
|
-
/** The date when or period to which this information refers. */
|
|
15
|
+
/** When it occurred. The date when or period to which this information refers. */
|
|
16
16
|
timingDate?: string;
|
|
17
|
-
/** The date when or period to which this information refers. */
|
|
17
|
+
/** When it occurred. The date when or period to which this information refers. */
|
|
18
18
|
timingPeriod?: Period;
|
|
19
|
-
/** Additional data or information such as resources, documents, images etc.
|
|
19
|
+
/** Data to be provided. Additional data or information such as resources, documents, images etc. */
|
|
20
|
+
valueBoolean?: boolean;
|
|
21
|
+
/** Data to be provided. Additional data or information such as resources, documents, images etc. */
|
|
20
22
|
valueString?: string;
|
|
21
|
-
/** Additional data or information such as resources, documents, images etc.
|
|
23
|
+
/** Data to be provided. Additional data or information such as resources, documents, images etc. */
|
|
22
24
|
valueQuantity?: Quantity;
|
|
23
|
-
/** Additional data or information such as resources, documents, images etc.
|
|
25
|
+
/** Data to be provided. Additional data or information such as resources, documents, images etc. */
|
|
24
26
|
valueAttachment?: Attachment;
|
|
25
|
-
/** Additional data or information such as resources, documents, images etc.
|
|
27
|
+
/** Data to be provided. Additional data or information such as resources, documents, images etc. */
|
|
26
28
|
valueReference?: Reference;
|
|
27
|
-
/**
|
|
29
|
+
/** Explanation for the information. Provides the reason in the situation where a reason code is required in addition to the content. */
|
|
28
30
|
reason?: Coding;
|
|
29
31
|
}
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfaW5mb3JtYXRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvZXhwbGFuYXRpb25vZmJlbmVmaXRfaW5mb3JtYXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgQXR0YWNobWVudCB9IGZyb20gXCIuL2F0dGFjaG1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQmFja2JvbmVFbGVtZW50IH0gZnJvbSBcIi4vYmFja2JvbmVlbGVtZW50XCI7XG5pbXBvcnQgdHlwZSB7IENvZGVhYmxlQ29uY2VwdCB9IGZyb20gXCIuL2NvZGVhYmxlY29uY2VwdFwiO1xuaW1wb3J0IHR5cGUgeyBDb2RpbmcgfSBmcm9tIFwiLi9jb2RpbmdcIjtcbmltcG9ydCB0eXBlIHsgUGVyaW9kIH0gZnJvbSBcIi4vcGVyaW9kXCI7XG5pbXBvcnQgdHlwZSB7IFF1YW50aXR5IH0gZnJvbSBcIi4vcXVhbnRpdHlcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbi8vIEZISVIgRXhwbGFuYXRpb25PZkJlbmVmaXRfSW5mb3JtYXRpb24gVHlwZSAoUjQ6IHN1cHBvcnRpbmdJbmZvIGJhY2tib25lKVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC9leHBsYW5hdGlvbm9mYmVuZWZpdC5odG1sIChzdXBwb3J0aW5nSW5mbyBiYWNrYm9uZSlcblxuZXhwb3J0IGludGVyZmFjZSBFeHBsYW5hdGlvbk9mQmVuZWZpdF9JbmZvcm1hdGlvbiBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBJbmZvcm1hdGlvbiBpbnN0YW5jZSBpZGVudGlmaWVyLiBBIG51bWJlciB0byB1bmlxdWVseSBpZGVudGlmeSBzdXBwb3J0aW5nIGluZm9ybWF0aW9uIGVudHJpZXMuICovXG4gIHNlcXVlbmNlOiBudW1iZXI7XG5cbiAgLyoqIENsYXNzaWZpY2F0aW9uIG9mIHRoZSBzdXBwbGllZCBpbmZvcm1hdGlvbi4gVGhlIGdlbmVyYWwgY2xhc3Mgb2YgdGhlIGluZm9ybWF0aW9uIHN1cHBsaWVkOiBpbmZvcm1hdGlvbjsgZXhjZXB0aW9uOyBhY2NpZGVudCwgZW1wbG95bWVudDsgb25zZXQsIGV0Yy4gKi9cbiAgY2F0ZWdvcnk6IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogVHlwZSBvZiBpbmZvcm1hdGlvbi4gU3lzdGVtIGFuZCBjb2RlIHBlcnRhaW5pbmcgdG8gdGhlIHNwZWNpZmljIGluZm9ybWF0aW9uIHJlZ2FyZGluZyBzcGVjaWFsIGNvbmRpdGlvbnMgcmVsYXRpbmcgdG8gdGhlIHNldHRpbmcsIHRyZWF0bWVudCBvciBwYXRpZW50IGZvciB3aGljaCBjYXJlIGlzIHNvdWdodC4gKi9cbiAgY29kZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogV2hlbiBpdCBvY2N1cnJlZC4gVGhlIGRhdGUgd2hlbiBvciBwZXJpb2QgdG8gd2hpY2ggdGhpcyBpbmZvcm1hdGlvbiByZWZlcnMuICovXG4gIHRpbWluZ0RhdGU/OiBzdHJpbmc7XG5cbiAgLyoqIFdoZW4gaXQgb2NjdXJyZWQuIFRoZSBkYXRlIHdoZW4gb3IgcGVyaW9kIHRvIHdoaWNoIHRoaXMgaW5mb3JtYXRpb24gcmVmZXJzLiAqL1xuICB0aW1pbmdQZXJpb2Q/OiBQZXJpb2Q7XG5cbiAgLyoqIERhdGEgdG8gYmUgcHJvdmlkZWQuIEFkZGl0aW9uYWwgZGF0YSBvciBpbmZvcm1hdGlvbiBzdWNoIGFzIHJlc291cmNlcywgZG9jdW1lbnRzLCBpbWFnZXMgZXRjLiAqL1xuICB2YWx1ZUJvb2xlYW4/OiBib29sZWFuO1xuXG4gIC8qKiBEYXRhIHRvIGJlIHByb3ZpZGVkLiBBZGRpdGlvbmFsIGRhdGEgb3IgaW5mb3JtYXRpb24gc3VjaCBhcyByZXNvdXJjZXMsIGRvY3VtZW50cywgaW1hZ2VzIGV0Yy4gKi9cbiAgdmFsdWVTdHJpbmc/OiBzdHJpbmc7XG5cbiAgLyoqIERhdGEgdG8gYmUgcHJvdmlkZWQuIEFkZGl0aW9uYWwgZGF0YSBvciBpbmZvcm1hdGlvbiBzdWNoIGFzIHJlc291cmNlcywgZG9jdW1lbnRzLCBpbWFnZXMgZXRjLiAqL1xuICB2YWx1ZVF1YW50aXR5PzogUXVhbnRpdHk7XG5cbiAgLyoqIERhdGEgdG8gYmUgcHJvdmlkZWQuIEFkZGl0aW9uYWwgZGF0YSBvciBpbmZvcm1hdGlvbiBzdWNoIGFzIHJlc291cmNlcywgZG9jdW1lbnRzLCBpbWFnZXMgZXRjLiAqL1xuICB2YWx1ZUF0dGFjaG1lbnQ/OiBBdHRhY2htZW50O1xuXG4gIC8qKiBEYXRhIHRvIGJlIHByb3ZpZGVkLiBBZGRpdGlvbmFsIGRhdGEgb3IgaW5mb3JtYXRpb24gc3VjaCBhcyByZXNvdXJjZXMsIGRvY3VtZW50cywgaW1hZ2VzIGV0Yy4gKi9cbiAgdmFsdWVSZWZlcmVuY2U/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIEV4cGxhbmF0aW9uIGZvciB0aGUgaW5mb3JtYXRpb24uIFByb3ZpZGVzIHRoZSByZWFzb24gaW4gdGhlIHNpdHVhdGlvbiB3aGVyZSBhIHJlYXNvbiBjb2RlIGlzIHJlcXVpcmVkIGluIGFkZGl0aW9uIHRvIHRoZSBjb250ZW50LiAqL1xuICByZWFzb24/OiBDb2Rpbmc7XG59XG4iXX0=
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import type { BackboneElement } from "./backboneelement";
|
|
2
2
|
import type { Reference } from "./reference";
|
|
3
3
|
export interface ExplanationOfBenefit_Insurance extends BackboneElement {
|
|
4
|
-
/**
|
|
5
|
-
|
|
6
|
-
/**
|
|
4
|
+
/** Coverage to be used for adjudication. A flag to indicate that this Coverage is to be used for adjudication of this claim when set to true. */
|
|
5
|
+
focal: boolean;
|
|
6
|
+
/** Insurance information. Reference to the insurance card level information contained in the Coverage resource. */
|
|
7
|
+
coverage: Reference;
|
|
8
|
+
/** Prior authorization reference number. Reference numbers previously provided by the insurer to the provider to be quoted on subsequent claims. */
|
|
7
9
|
preAuthRef?: Array<string>;
|
|
8
10
|
}
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfaW5zdXJhbmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2V4cGxhbmF0aW9ub2ZiZW5lZml0X2luc3VyYW5jZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbi8vIEZISVIgRXhwbGFuYXRpb25PZkJlbmVmaXRfSW5zdXJhbmNlIFR5cGVcblxuLy8gU3RydWN0dXJlRGVmaW5pdGlvbjogaHR0cHM6Ly9obDcub3JnL2ZoaXIvUjQvZXhwbGFuYXRpb25vZmJlbmVmaXQuaHRtbCAoaW5zdXJhbmNlIGJhY2tib25lKVxuXG5leHBvcnQgaW50ZXJmYWNlIEV4cGxhbmF0aW9uT2ZCZW5lZml0X0luc3VyYW5jZSBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBDb3ZlcmFnZSB0byBiZSB1c2VkIGZvciBhZGp1ZGljYXRpb24uIEEgZmxhZyB0byBpbmRpY2F0ZSB0aGF0IHRoaXMgQ292ZXJhZ2UgaXMgdG8gYmUgdXNlZCBmb3IgYWRqdWRpY2F0aW9uIG9mIHRoaXMgY2xhaW0gd2hlbiBzZXQgdG8gdHJ1ZS4gKi9cbiAgZm9jYWw6IGJvb2xlYW47XG5cbiAgLyoqIEluc3VyYW5jZSBpbmZvcm1hdGlvbi4gUmVmZXJlbmNlIHRvIHRoZSBpbnN1cmFuY2UgY2FyZCBsZXZlbCBpbmZvcm1hdGlvbiBjb250YWluZWQgaW4gdGhlIENvdmVyYWdlIHJlc291cmNlLiAqL1xuICBjb3ZlcmFnZTogUmVmZXJlbmNlO1xuXG4gIC8qKiBQcmlvciBhdXRob3JpemF0aW9uIHJlZmVyZW5jZSBudW1iZXIuIFJlZmVyZW5jZSBudW1iZXJzIHByZXZpb3VzbHkgcHJvdmlkZWQgYnkgdGhlIGluc3VyZXIgdG8gdGhlIHByb3ZpZGVyIHRvIGJlIHF1b3RlZCBvbiBzdWJzZXF1ZW50IGNsYWltcy4gKi9cbiAgcHJlQXV0aFJlZj86IEFycmF5PHN0cmluZz47XG59XG4iXX0=
|