@openhi/types 0.0.1 → 0.0.2
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/README.md +2 -9
- package/lib/account.d.ts +37 -0
- package/lib/account.js +3 -0
- package/lib/account_coverage.d.ts +10 -0
- package/lib/account_coverage.js +3 -0
- package/lib/account_guarantor.d.ts +11 -0
- package/lib/account_guarantor.js +3 -0
- package/lib/activitydefinition.d.ts +95 -0
- package/lib/activitydefinition.js +3 -0
- package/lib/activitydefinition_dynamicvalue.d.ts +11 -0
- package/lib/activitydefinition_dynamicvalue.js +3 -0
- package/lib/activitydefinition_participant.d.ts +8 -0
- package/lib/activitydefinition_participant.js +3 -0
- package/lib/address.d.ts +24 -0
- package/lib/address.js +3 -0
- package/lib/adverseevent.d.ts +41 -0
- package/lib/adverseevent.js +3 -0
- package/lib/adverseevent_suspectentity.d.ts +19 -0
- package/lib/adverseevent_suspectentity.js +3 -0
- package/lib/age.d.ts +3 -0
- package/lib/age.js +3 -0
- package/lib/allergyintolerance.d.ts +51 -0
- package/lib/allergyintolerance.js +3 -0
- package/lib/allergyintolerance_reaction.d.ts +19 -0
- package/lib/allergyintolerance_reaction.js +3 -0
- package/lib/annotation.d.ts +12 -0
- package/lib/annotation.js +3 -0
- package/lib/appointment.d.ts +50 -0
- package/lib/appointment.js +3 -0
- package/lib/appointment_participant.d.ts +13 -0
- package/lib/appointment_participant.js +3 -0
- package/lib/appointmentresponse.d.ts +24 -0
- package/lib/appointmentresponse.js +3 -0
- package/lib/attachment.d.ts +19 -0
- package/lib/attachment.js +3 -0
- package/lib/auditevent.d.ts +30 -0
- package/lib/auditevent.js +3 -0
- package/lib/auditevent_agent.d.ts +30 -0
- package/lib/auditevent_agent.js +3 -0
- package/lib/auditevent_detail.d.ts +7 -0
- package/lib/auditevent_detail.js +3 -0
- package/lib/auditevent_entity.d.ts +27 -0
- package/lib/auditevent_entity.js +3 -0
- package/lib/auditevent_network.d.ts +7 -0
- package/lib/auditevent_network.js +3 -0
- package/lib/auditevent_source.d.ts +11 -0
- package/lib/auditevent_source.js +3 -0
- package/lib/backboneelement.d.ts +6 -0
- package/lib/backboneelement.js +3 -0
- package/lib/basic.d.ts +18 -0
- package/lib/basic.js +3 -0
- package/lib/binary.d.ts +12 -0
- package/lib/binary.js +3 -0
- package/lib/bodysite.d.ts +23 -0
- package/lib/bodysite.js +3 -0
- package/lib/bundle.d.ts +21 -0
- package/lib/bundle.js +3 -0
- package/lib/bundle_entry.d.ts +22 -0
- package/lib/bundle_entry.js +3 -0
- package/lib/bundle_link.d.ts +7 -0
- package/lib/bundle_link.js +3 -0
- package/lib/bundle_request.d.ts +15 -0
- package/lib/bundle_request.js +3 -0
- package/lib/bundle_response.d.ts +14 -0
- package/lib/bundle_response.js +3 -0
- package/lib/bundle_search.d.ts +7 -0
- package/lib/bundle_search.js +3 -0
- package/lib/capabilitystatement.d.ts +68 -0
- package/lib/capabilitystatement.js +3 -0
- package/lib/capabilitystatement_certificate.d.ts +7 -0
- package/lib/capabilitystatement_certificate.js +3 -0
- package/lib/capabilitystatement_document.d.ts +10 -0
- package/lib/capabilitystatement_document.js +3 -0
- package/lib/capabilitystatement_endpoint.d.ts +8 -0
- package/lib/capabilitystatement_endpoint.js +3 -0
- package/lib/capabilitystatement_event.d.ts +19 -0
- package/lib/capabilitystatement_event.js +3 -0
- package/lib/capabilitystatement_implementation.d.ts +7 -0
- package/lib/capabilitystatement_implementation.js +3 -0
- package/lib/capabilitystatement_interaction.d.ts +7 -0
- package/lib/capabilitystatement_interaction.js +3 -0
- package/lib/capabilitystatement_interaction1.d.ts +7 -0
- package/lib/capabilitystatement_interaction1.js +3 -0
- package/lib/capabilitystatement_messaging.d.ts +16 -0
- package/lib/capabilitystatement_messaging.js +3 -0
- package/lib/capabilitystatement_operation.d.ts +8 -0
- package/lib/capabilitystatement_operation.js +3 -0
- package/lib/capabilitystatement_resource.d.ts +36 -0
- package/lib/capabilitystatement_resource.js +3 -0
- package/lib/capabilitystatement_rest.d.ts +24 -0
- package/lib/capabilitystatement_rest.js +3 -0
- package/lib/capabilitystatement_searchparam.d.ts +11 -0
- package/lib/capabilitystatement_searchparam.js +3 -0
- package/lib/capabilitystatement_security.d.ts +13 -0
- package/lib/capabilitystatement_security.js +3 -0
- package/lib/capabilitystatement_software.d.ts +9 -0
- package/lib/capabilitystatement_software.js +3 -0
- package/lib/capabilitystatement_supportedmessage.d.ts +8 -0
- package/lib/capabilitystatement_supportedmessage.js +3 -0
- package/lib/careplan.d.ts +51 -0
- package/lib/careplan.js +3 -0
- package/lib/careplan_activity.d.ts +17 -0
- package/lib/careplan_activity.js +3 -0
- package/lib/careplan_detail.d.ts +46 -0
- package/lib/careplan_detail.js +3 -0
- package/lib/careteam.d.ts +35 -0
- package/lib/careteam.js +3 -0
- package/lib/careteam_participant.d.ts +14 -0
- package/lib/careteam_participant.js +3 -0
- package/lib/chargeitem.d.ts +64 -0
- package/lib/chargeitem.js +3 -0
- package/lib/chargeitem_participant.d.ts +9 -0
- package/lib/chargeitem_participant.js +3 -0
- package/lib/claim.d.ts +79 -0
- package/lib/claim.js +3 -0
- package/lib/claim_accident.d.ts +14 -0
- package/lib/claim_accident.js +3 -0
- package/lib/claim_careteam.d.ts +15 -0
- package/lib/claim_careteam.js +3 -0
- package/lib/claim_detail.d.ts +32 -0
- package/lib/claim_detail.js +3 -0
- package/lib/claim_diagnosis.d.ts +15 -0
- package/lib/claim_diagnosis.js +3 -0
- package/lib/claim_information.d.ts +28 -0
- package/lib/claim_information.js +3 -0
- package/lib/claim_insurance.d.ts +16 -0
- package/lib/claim_insurance.js +3 -0
- package/lib/claim_item.d.ts +58 -0
- package/lib/claim_item.js +3 -0
- package/lib/claim_payee.d.ts +12 -0
- package/lib/claim_payee.js +3 -0
- package/lib/claim_procedure.d.ts +13 -0
- package/lib/claim_procedure.js +3 -0
- package/lib/claim_related.d.ts +12 -0
- package/lib/claim_related.js +3 -0
- package/lib/claim_subdetail.d.ts +29 -0
- package/lib/claim_subdetail.js +3 -0
- package/lib/claimresponse.d.ts +62 -0
- package/lib/claimresponse.js +3 -0
- package/lib/claimresponse_additem.d.ts +25 -0
- package/lib/claimresponse_additem.js +3 -0
- package/lib/claimresponse_adjudication.d.ts +13 -0
- package/lib/claimresponse_adjudication.js +3 -0
- package/lib/claimresponse_detail.d.ts +13 -0
- package/lib/claimresponse_detail.js +3 -0
- package/lib/claimresponse_detail1.d.ts +20 -0
- package/lib/claimresponse_detail1.js +3 -0
- package/lib/claimresponse_error.d.ts +12 -0
- package/lib/claimresponse_error.js +3 -0
- package/lib/claimresponse_insurance.d.ts +16 -0
- package/lib/claimresponse_insurance.js +3 -0
- package/lib/claimresponse_item.d.ts +13 -0
- package/lib/claimresponse_item.js +3 -0
- package/lib/claimresponse_payment.d.ts +18 -0
- package/lib/claimresponse_payment.js +3 -0
- package/lib/claimresponse_processnote.d.ts +12 -0
- package/lib/claimresponse_processnote.js +3 -0
- package/lib/claimresponse_subdetail.d.ts +10 -0
- package/lib/claimresponse_subdetail.js +3 -0
- package/lib/clinicalimpression.d.ts +52 -0
- package/lib/clinicalimpression.js +3 -0
- package/lib/clinicalimpression_finding.d.ts +11 -0
- package/lib/clinicalimpression_finding.js +3 -0
- package/lib/clinicalimpression_investigation.d.ts +9 -0
- package/lib/clinicalimpression_investigation.js +3 -0
- package/lib/codeableconcept.d.ts +8 -0
- package/lib/codeableconcept.js +3 -0
- package/lib/codesystem.d.ts +62 -0
- package/lib/codesystem.js +3 -0
- package/lib/codesystem_concept.d.ts +17 -0
- package/lib/codesystem_concept.js +3 -0
- package/lib/codesystem_designation.d.ts +10 -0
- package/lib/codesystem_designation.js +3 -0
- package/lib/codesystem_filter.d.ts +11 -0
- package/lib/codesystem_filter.js +3 -0
- package/lib/codesystem_property.d.ts +11 -0
- package/lib/codesystem_property.js +3 -0
- package/lib/codesystem_property1.d.ts +18 -0
- package/lib/codesystem_property1.js +3 -0
- package/lib/coding.d.ts +13 -0
- package/lib/coding.js +3 -0
- package/lib/communication.d.ts +50 -0
- package/lib/communication.js +3 -0
- package/lib/communication_payload.d.ts +11 -0
- package/lib/communication_payload.js +3 -0
- package/lib/communicationrequest.d.ts +54 -0
- package/lib/communicationrequest.js +3 -0
- package/lib/communicationrequest_payload.d.ts +11 -0
- package/lib/communicationrequest_payload.js +3 -0
- package/lib/communicationrequest_requester.d.ts +8 -0
- package/lib/communicationrequest_requester.js +3 -0
- package/lib/compartmentdefinition.d.ts +39 -0
- package/lib/compartmentdefinition.js +3 -0
- package/lib/compartmentdefinition_resource.d.ts +9 -0
- package/lib/compartmentdefinition_resource.js +3 -0
- package/lib/composition.d.ts +42 -0
- package/lib/composition.js +3 -0
- package/lib/composition_attester.d.ts +10 -0
- package/lib/composition_attester.js +3 -0
- package/lib/composition_event.d.ts +12 -0
- package/lib/composition_event.js +3 -0
- package/lib/composition_relatesto.d.ts +11 -0
- package/lib/composition_relatesto.js +3 -0
- package/lib/composition_section.d.ts +22 -0
- package/lib/composition_section.js +3 -0
- package/lib/conceptmap.d.ts +51 -0
- package/lib/conceptmap.js +3 -0
- package/lib/conceptmap_dependson.d.ts +11 -0
- package/lib/conceptmap_dependson.js +3 -0
- package/lib/conceptmap_element.d.ts +10 -0
- package/lib/conceptmap_element.js +3 -0
- package/lib/conceptmap_group.d.ts +17 -0
- package/lib/conceptmap_group.js +3 -0
- package/lib/conceptmap_target.d.ts +16 -0
- package/lib/conceptmap_target.js +3 -0
- package/lib/conceptmap_unmapped.d.ts +11 -0
- package/lib/conceptmap_unmapped.js +3 -0
- package/lib/condition.d.ts +64 -0
- package/lib/condition.js +3 -0
- package/lib/condition_evidence.d.ts +9 -0
- package/lib/condition_evidence.js +3 -0
- package/lib/condition_stage.d.ts +9 -0
- package/lib/condition_stage.js +3 -0
- package/lib/consent.d.ts +55 -0
- package/lib/consent.js +3 -0
- package/lib/consent_actor.d.ts +9 -0
- package/lib/consent_actor.js +3 -0
- package/lib/consent_actor1.d.ts +9 -0
- package/lib/consent_actor1.js +3 -0
- package/lib/consent_data.d.ts +8 -0
- package/lib/consent_data.js +3 -0
- package/lib/consent_data1.d.ts +8 -0
- package/lib/consent_data1.js +3 -0
- package/lib/consent_except.d.ts +28 -0
- package/lib/consent_except.js +3 -0
- package/lib/consent_policy.d.ts +7 -0
- package/lib/consent_policy.js +3 -0
- package/lib/contactdetail.d.ts +8 -0
- package/lib/contactdetail.js +3 -0
- package/lib/contactpoint.d.ts +14 -0
- package/lib/contactpoint.js +3 -0
- package/lib/contract.d.ts +66 -0
- package/lib/contract.js +3 -0
- package/lib/contract_agent.d.ts +9 -0
- package/lib/contract_agent.js +3 -0
- package/lib/contract_agent1.d.ts +9 -0
- package/lib/contract_agent1.js +3 -0
- package/lib/contract_friendly.d.ts +9 -0
- package/lib/contract_friendly.js +3 -0
- package/lib/contract_legal.d.ts +9 -0
- package/lib/contract_legal.js +3 -0
- package/lib/contract_rule.d.ts +9 -0
- package/lib/contract_rule.js +3 -0
- package/lib/contract_signer.d.ts +12 -0
- package/lib/contract_signer.js +3 -0
- package/lib/contract_term.d.ts +36 -0
- package/lib/contract_term.js +3 -0
- package/lib/contract_valueditem.d.ts +26 -0
- package/lib/contract_valueditem.js +3 -0
- package/lib/contract_valueditem1.d.ts +26 -0
- package/lib/contract_valueditem1.js +3 -0
- package/lib/contributor.d.ts +10 -0
- package/lib/contributor.js +3 -0
- package/lib/count.d.ts +3 -0
- package/lib/count.js +3 -0
- package/lib/coverage.d.ts +42 -0
- package/lib/coverage.js +3 -0
- package/lib/coverage_grouping.d.ts +27 -0
- package/lib/coverage_grouping.js +3 -0
- package/lib/dataelement.d.ts +43 -0
- package/lib/dataelement.js +3 -0
- package/lib/dataelement_mapping.d.ts +11 -0
- package/lib/dataelement_mapping.js +3 -0
- package/lib/datarequirement.d.ts +15 -0
- package/lib/datarequirement.js +3 -0
- package/lib/datarequirement_codefilter.d.ts +18 -0
- package/lib/datarequirement_codefilter.js +3 -0
- package/lib/datarequirement_datefilter.d.ts +13 -0
- package/lib/datarequirement_datefilter.js +3 -0
- package/lib/detectedissue.d.ts +31 -0
- package/lib/detectedissue.js +3 -0
- package/lib/detectedissue_mitigation.d.ts +11 -0
- package/lib/detectedissue_mitigation.js +3 -0
- package/lib/device.d.ts +45 -0
- package/lib/device.js +3 -0
- package/lib/device_udi.d.ts +25 -0
- package/lib/device_udi.js +3 -0
- package/lib/devicecomponent.d.ts +29 -0
- package/lib/devicecomponent.js +3 -0
- package/lib/devicecomponent_productionspecification.d.ts +11 -0
- package/lib/devicecomponent_productionspecification.js +3 -0
- package/lib/devicemetric.d.ts +30 -0
- package/lib/devicemetric.js +3 -0
- package/lib/devicemetric_calibration.d.ts +9 -0
- package/lib/devicemetric_calibration.js +3 -0
- package/lib/devicerequest.d.ts +60 -0
- package/lib/devicerequest.js +3 -0
- package/lib/devicerequest_requester.d.ts +8 -0
- package/lib/devicerequest_requester.js +3 -0
- package/lib/deviceusestatement.d.ts +37 -0
- package/lib/deviceusestatement.js +3 -0
- package/lib/diagnosticreport.d.ts +48 -0
- package/lib/diagnosticreport.js +3 -0
- package/lib/diagnosticreport_image.d.ts +8 -0
- package/lib/diagnosticreport_image.js +3 -0
- package/lib/diagnosticreport_performer.d.ts +9 -0
- package/lib/diagnosticreport_performer.js +3 -0
- package/lib/distance.d.ts +3 -0
- package/lib/distance.js +3 -0
- package/lib/documentmanifest.d.ts +34 -0
- package/lib/documentmanifest.js +3 -0
- package/lib/documentmanifest_content.d.ts +9 -0
- package/lib/documentmanifest_content.js +3 -0
- package/lib/documentmanifest_related.d.ts +9 -0
- package/lib/documentmanifest_related.js +3 -0
- package/lib/documentreference.d.ts +45 -0
- package/lib/documentreference.js +3 -0
- package/lib/documentreference_content.d.ts +9 -0
- package/lib/documentreference_content.js +3 -0
- package/lib/documentreference_context.d.ts +21 -0
- package/lib/documentreference_context.js +3 -0
- package/lib/documentreference_related.d.ts +9 -0
- package/lib/documentreference_related.js +3 -0
- package/lib/documentreference_relatesto.d.ts +8 -0
- package/lib/documentreference_relatesto.js +3 -0
- package/lib/domainresource.d.ts +14 -0
- package/lib/domainresource.js +3 -0
- package/lib/dosage.d.ts +44 -0
- package/lib/dosage.js +3 -0
- package/lib/duration.d.ts +3 -0
- package/lib/duration.js +3 -0
- package/lib/element.d.ts +7 -0
- package/lib/element.js +3 -0
- package/lib/elementdefinition.d.ts +451 -0
- package/lib/elementdefinition.js +3 -0
- package/lib/elementdefinition_base.d.ts +9 -0
- package/lib/elementdefinition_base.js +3 -0
- package/lib/elementdefinition_binding.d.ts +12 -0
- package/lib/elementdefinition_binding.js +3 -0
- package/lib/elementdefinition_constraint.d.ts +17 -0
- package/lib/elementdefinition_constraint.js +3 -0
- package/lib/elementdefinition_discriminator.d.ts +7 -0
- package/lib/elementdefinition_discriminator.js +3 -0
- package/lib/elementdefinition_example.d.ts +145 -0
- package/lib/elementdefinition_example.js +3 -0
- package/lib/elementdefinition_mapping.d.ts +11 -0
- package/lib/elementdefinition_mapping.js +3 -0
- package/lib/elementdefinition_slicing.d.ts +12 -0
- package/lib/elementdefinition_slicing.js +3 -0
- package/lib/elementdefinition_type.d.ts +13 -0
- package/lib/elementdefinition_type.js +3 -0
- package/lib/eligibilityrequest.d.ts +41 -0
- package/lib/eligibilityrequest.js +3 -0
- package/lib/eligibilityresponse.d.ts +36 -0
- package/lib/eligibilityresponse.js +3 -0
- package/lib/eligibilityresponse_benefitbalance.d.ts +23 -0
- package/lib/eligibilityresponse_benefitbalance.js +3 -0
- package/lib/eligibilityresponse_error.d.ts +6 -0
- package/lib/eligibilityresponse_error.js +3 -0
- package/lib/eligibilityresponse_financial.d.ts +17 -0
- package/lib/eligibilityresponse_financial.js +3 -0
- package/lib/eligibilityresponse_insurance.d.ts +11 -0
- package/lib/eligibilityresponse_insurance.js +3 -0
- package/lib/encounter.d.ts +61 -0
- package/lib/encounter.js +3 -0
- package/lib/encounter_classhistory.d.ts +9 -0
- package/lib/encounter_classhistory.js +3 -0
- package/lib/encounter_diagnosis.d.ts +11 -0
- package/lib/encounter_diagnosis.js +3 -0
- package/lib/encounter_hospitalization.d.ts +24 -0
- package/lib/encounter_hospitalization.js +3 -0
- package/lib/encounter_location.d.ts +11 -0
- package/lib/encounter_location.js +3 -0
- package/lib/encounter_participant.d.ts +12 -0
- package/lib/encounter_participant.js +3 -0
- package/lib/encounter_statushistory.d.ts +8 -0
- package/lib/encounter_statushistory.js +3 -0
- package/lib/endpoint.d.ts +33 -0
- package/lib/endpoint.js +3 -0
- package/lib/enrollmentrequest.d.ts +23 -0
- package/lib/enrollmentrequest.js +3 -0
- package/lib/enrollmentresponse.d.ts +26 -0
- package/lib/enrollmentresponse.js +3 -0
- package/lib/episodeofcare.d.ts +35 -0
- package/lib/episodeofcare.js +3 -0
- package/lib/episodeofcare_diagnosis.d.ts +11 -0
- package/lib/episodeofcare_diagnosis.js +3 -0
- package/lib/episodeofcare_statushistory.d.ts +8 -0
- package/lib/episodeofcare_statushistory.js +3 -0
- package/lib/expansionprofile.d.ts +58 -0
- package/lib/expansionprofile.js +3 -0
- package/lib/expansionprofile_designation.d.ts +9 -0
- package/lib/expansionprofile_designation.js +3 -0
- package/lib/expansionprofile_designation1.d.ts +8 -0
- package/lib/expansionprofile_designation1.js +3 -0
- package/lib/expansionprofile_designation2.d.ts +8 -0
- package/lib/expansionprofile_designation2.js +3 -0
- package/lib/expansionprofile_exclude.d.ts +6 -0
- package/lib/expansionprofile_exclude.js +3 -0
- package/lib/expansionprofile_excludedsystem.d.ts +7 -0
- package/lib/expansionprofile_excludedsystem.js +3 -0
- package/lib/expansionprofile_fixedversion.d.ts +9 -0
- package/lib/expansionprofile_fixedversion.js +3 -0
- package/lib/expansionprofile_include.d.ts +6 -0
- package/lib/expansionprofile_include.js +3 -0
- package/lib/explanationofbenefit.d.ts +101 -0
- package/lib/explanationofbenefit.js +3 -0
- package/lib/explanationofbenefit_accident.d.ts +14 -0
- package/lib/explanationofbenefit_accident.js +3 -0
- package/lib/explanationofbenefit_additem.d.ts +25 -0
- package/lib/explanationofbenefit_additem.js +3 -0
- package/lib/explanationofbenefit_adjudication.d.ts +13 -0
- package/lib/explanationofbenefit_adjudication.js +3 -0
- package/lib/explanationofbenefit_benefitbalance.d.ts +23 -0
- package/lib/explanationofbenefit_benefitbalance.js +3 -0
- package/lib/explanationofbenefit_careteam.d.ts +15 -0
- package/lib/explanationofbenefit_careteam.js +3 -0
- package/lib/explanationofbenefit_detail.d.ts +39 -0
- package/lib/explanationofbenefit_detail.js +3 -0
- package/lib/explanationofbenefit_detail1.d.ts +20 -0
- package/lib/explanationofbenefit_detail1.js +3 -0
- package/lib/explanationofbenefit_diagnosis.d.ts +15 -0
- package/lib/explanationofbenefit_diagnosis.js +3 -0
- package/lib/explanationofbenefit_financial.d.ts +17 -0
- package/lib/explanationofbenefit_financial.js +3 -0
- package/lib/explanationofbenefit_information.d.ts +29 -0
- package/lib/explanationofbenefit_information.js +3 -0
- package/lib/explanationofbenefit_insurance.d.ts +8 -0
- package/lib/explanationofbenefit_insurance.js +3 -0
- package/lib/explanationofbenefit_item.d.ts +63 -0
- package/lib/explanationofbenefit_item.js +3 -0
- package/lib/explanationofbenefit_payee.d.ts +11 -0
- package/lib/explanationofbenefit_payee.js +3 -0
- package/lib/explanationofbenefit_payment.d.ts +18 -0
- package/lib/explanationofbenefit_payment.js +3 -0
- package/lib/explanationofbenefit_procedure.d.ts +13 -0
- package/lib/explanationofbenefit_procedure.js +3 -0
- package/lib/explanationofbenefit_processnote.d.ts +12 -0
- package/lib/explanationofbenefit_processnote.js +3 -0
- package/lib/explanationofbenefit_related.d.ts +12 -0
- package/lib/explanationofbenefit_related.js +3 -0
- package/lib/explanationofbenefit_subdetail.d.ts +36 -0
- package/lib/explanationofbenefit_subdetail.js +3 -0
- package/lib/extension.d.ts +144 -0
- package/lib/extension.js +3 -0
- package/lib/familymemberhistory.d.ts +65 -0
- package/lib/familymemberhistory.js +3 -0
- package/lib/familymemberhistory_condition.d.ts +22 -0
- package/lib/familymemberhistory_condition.js +3 -0
- package/lib/flag.d.ts +25 -0
- package/lib/flag.js +3 -0
- package/lib/goal.d.ts +42 -0
- package/lib/goal.js +3 -0
- package/lib/goal_target.d.ts +19 -0
- package/lib/goal_target.js +3 -0
- package/lib/graphdefinition.d.ts +39 -0
- package/lib/graphdefinition.js +3 -0
- package/lib/graphdefinition_compartment.d.ts +11 -0
- package/lib/graphdefinition_compartment.js +3 -0
- package/lib/graphdefinition_link.d.ts +16 -0
- package/lib/graphdefinition_link.js +3 -0
- package/lib/graphdefinition_target.d.ts +13 -0
- package/lib/graphdefinition_target.js +3 -0
- package/lib/group.d.ts +27 -0
- package/lib/group.js +3 -0
- package/lib/group_characteristic.d.ts +21 -0
- package/lib/group_characteristic.js +3 -0
- package/lib/group_member.d.ts +11 -0
- package/lib/group_member.js +3 -0
- package/lib/guidanceresponse.d.ts +40 -0
- package/lib/guidanceresponse.js +3 -0
- package/lib/healthcareservice.d.ts +60 -0
- package/lib/healthcareservice.js +3 -0
- package/lib/healthcareservice_availabletime.d.ts +11 -0
- package/lib/healthcareservice_availabletime.js +3 -0
- package/lib/healthcareservice_notavailable.d.ts +8 -0
- package/lib/healthcareservice_notavailable.js +3 -0
- package/lib/humanname.d.ts +18 -0
- package/lib/humanname.js +3 -0
- package/lib/identifier.d.ts +18 -0
- package/lib/identifier.js +3 -0
- package/lib/imagingmanifest.d.ts +21 -0
- package/lib/imagingmanifest.js +3 -0
- package/lib/imagingmanifest_instance.d.ts +7 -0
- package/lib/imagingmanifest_instance.js +3 -0
- package/lib/imagingmanifest_series.d.ts +11 -0
- package/lib/imagingmanifest_series.js +3 -0
- package/lib/imagingmanifest_study.d.ts +13 -0
- package/lib/imagingmanifest_study.js +3 -0
- package/lib/imagingstudy.d.ts +48 -0
- package/lib/imagingstudy.js +3 -0
- package/lib/imagingstudy_instance.d.ts +11 -0
- package/lib/imagingstudy_instance.js +3 -0
- package/lib/imagingstudy_series.d.ts +30 -0
- package/lib/imagingstudy_series.js +3 -0
- package/lib/immunization.d.ts +56 -0
- package/lib/immunization.js +3 -0
- package/lib/immunization_explanation.d.ts +8 -0
- package/lib/immunization_explanation.js +3 -0
- package/lib/immunization_practitioner.d.ts +9 -0
- package/lib/immunization_practitioner.js +3 -0
- package/lib/immunization_reaction.d.ts +10 -0
- package/lib/immunization_reaction.js +3 -0
- package/lib/immunization_vaccinationprotocol.d.ts +21 -0
- package/lib/immunization_vaccinationprotocol.js +3 -0
- package/lib/immunizationrecommendation.d.ts +14 -0
- package/lib/immunizationrecommendation.js +3 -0
- package/lib/immunizationrecommendation_datecriterion.d.ts +8 -0
- package/lib/immunizationrecommendation_datecriterion.js +3 -0
- package/lib/immunizationrecommendation_protocol.d.ts +12 -0
- package/lib/immunizationrecommendation_protocol.js +3 -0
- package/lib/immunizationrecommendation_recommendation.d.ts +25 -0
- package/lib/immunizationrecommendation_recommendation.js +3 -0
- package/lib/implementationguide.d.ts +48 -0
- package/lib/implementationguide.js +3 -0
- package/lib/implementationguide_dependency.d.ts +7 -0
- package/lib/implementationguide_dependency.js +3 -0
- package/lib/implementationguide_global.d.ts +8 -0
- package/lib/implementationguide_global.js +3 -0
- package/lib/implementationguide_package.d.ts +10 -0
- package/lib/implementationguide_package.js +3 -0
- package/lib/implementationguide_page.d.ts +17 -0
- package/lib/implementationguide_page.js +3 -0
- package/lib/implementationguide_resource.d.ts +18 -0
- package/lib/implementationguide_resource.js +3 -0
- package/lib/index.d.ts +490 -5
- package/lib/index.js +491 -6
- package/lib/library.d.ts +67 -0
- package/lib/library.js +3 -0
- package/lib/linkage.d.ts +13 -0
- package/lib/linkage.js +3 -0
- package/lib/linkage_item.d.ts +8 -0
- package/lib/linkage_item.js +3 -0
- package/lib/list.d.ts +36 -0
- package/lib/list.js +3 -0
- package/lib/list_entry.d.ts +13 -0
- package/lib/list_entry.js +3 -0
- package/lib/location.d.ts +42 -0
- package/lib/location.js +3 -0
- package/lib/location_position.d.ts +9 -0
- package/lib/location_position.js +3 -0
- package/lib/measure.d.ts +89 -0
- package/lib/measure.js +3 -0
- package/lib/measure_group.d.ts +16 -0
- package/lib/measure_group.js +3 -0
- package/lib/measure_population.d.ts +15 -0
- package/lib/measure_population.js +3 -0
- package/lib/measure_stratifier.d.ts +10 -0
- package/lib/measure_stratifier.js +3 -0
- package/lib/measure_supplementaldata.d.ts +13 -0
- package/lib/measure_supplementaldata.js +3 -0
- package/lib/measurereport.d.ts +29 -0
- package/lib/measurereport.js +3 -0
- package/lib/measurereport_group.d.ts +14 -0
- package/lib/measurereport_group.js +3 -0
- package/lib/measurereport_population.d.ts +14 -0
- package/lib/measurereport_population.js +3 -0
- package/lib/measurereport_population1.d.ts +14 -0
- package/lib/measurereport_population1.js +3 -0
- package/lib/measurereport_stratifier.d.ts +9 -0
- package/lib/measurereport_stratifier.js +3 -0
- package/lib/measurereport_stratum.d.ts +10 -0
- package/lib/measurereport_stratum.js +3 -0
- package/lib/media.d.ts +49 -0
- package/lib/media.js +3 -0
- package/lib/medication.d.ts +28 -0
- package/lib/medication.js +3 -0
- package/lib/medication_batch.d.ts +7 -0
- package/lib/medication_batch.js +3 -0
- package/lib/medication_content.d.ts +12 -0
- package/lib/medication_content.js +3 -0
- package/lib/medication_ingredient.d.ts +14 -0
- package/lib/medication_ingredient.js +3 -0
- package/lib/medication_package.d.ts +12 -0
- package/lib/medication_package.js +3 -0
- package/lib/medicationadministration.d.ts +56 -0
- package/lib/medicationadministration.js +3 -0
- package/lib/medicationadministration_dosage.d.ts +22 -0
- package/lib/medicationadministration_dosage.js +3 -0
- package/lib/medicationadministration_performer.d.ts +8 -0
- package/lib/medicationadministration_performer.js +3 -0
- package/lib/medicationdispense.d.ts +65 -0
- package/lib/medicationdispense.js +3 -0
- package/lib/medicationdispense_performer.d.ts +8 -0
- package/lib/medicationdispense_performer.js +3 -0
- package/lib/medicationdispense_substitution.d.ts +13 -0
- package/lib/medicationdispense_substitution.js +3 -0
- package/lib/medicationrequest.d.ts +63 -0
- package/lib/medicationrequest.js +3 -0
- package/lib/medicationrequest_dispenserequest.d.ts +17 -0
- package/lib/medicationrequest_dispenserequest.js +3 -0
- package/lib/medicationrequest_requester.d.ts +8 -0
- package/lib/medicationrequest_requester.js +3 -0
- package/lib/medicationrequest_substitution.d.ts +8 -0
- package/lib/medicationrequest_substitution.js +3 -0
- package/lib/medicationstatement.d.ts +51 -0
- package/lib/medicationstatement.js +3 -0
- package/lib/messagedefinition.d.ts +59 -0
- package/lib/messagedefinition.js +3 -0
- package/lib/messagedefinition_allowedresponse.d.ts +8 -0
- package/lib/messagedefinition_allowedresponse.js +3 -0
- package/lib/messagedefinition_focus.d.ts +12 -0
- package/lib/messagedefinition_focus.js +3 -0
- package/lib/messageheader.d.ts +35 -0
- package/lib/messageheader.js +3 -0
- package/lib/messageheader_destination.d.ts +10 -0
- package/lib/messageheader_destination.js +3 -0
- package/lib/messageheader_response.d.ts +10 -0
- package/lib/messageheader_response.js +3 -0
- package/lib/messageheader_source.d.ts +14 -0
- package/lib/messageheader_source.js +3 -0
- package/lib/meta.d.ts +14 -0
- package/lib/meta.js +3 -0
- package/lib/money.d.ts +3 -0
- package/lib/money.js +3 -0
- package/lib/namingsystem.d.ts +38 -0
- package/lib/namingsystem.js +3 -0
- package/lib/namingsystem_uniqueid.d.ts +14 -0
- package/lib/namingsystem_uniqueid.js +3 -0
- package/lib/narrative.d.ts +7 -0
- package/lib/narrative.js +3 -0
- package/lib/nutritionorder.d.ts +35 -0
- package/lib/nutritionorder.js +3 -0
- package/lib/nutritionorder_administration.d.ts +14 -0
- package/lib/nutritionorder_administration.js +3 -0
- package/lib/nutritionorder_enteralformula.d.ts +24 -0
- package/lib/nutritionorder_enteralformula.js +3 -0
- package/lib/nutritionorder_nutrient.d.ts +9 -0
- package/lib/nutritionorder_nutrient.js +3 -0
- package/lib/nutritionorder_oraldiet.d.ts +19 -0
- package/lib/nutritionorder_oraldiet.js +3 -0
- package/lib/nutritionorder_supplement.d.ts +16 -0
- package/lib/nutritionorder_supplement.js +3 -0
- package/lib/nutritionorder_texture.d.ts +8 -0
- package/lib/nutritionorder_texture.js +3 -0
- package/lib/observation.d.ts +81 -0
- package/lib/observation.js +3 -0
- package/lib/observation_component.d.ts +39 -0
- package/lib/observation_component.js +3 -0
- package/lib/observation_referencerange.d.ts +18 -0
- package/lib/observation_referencerange.js +3 -0
- package/lib/observation_related.d.ts +8 -0
- package/lib/observation_related.js +3 -0
- package/lib/operationdefinition.d.ts +57 -0
- package/lib/operationdefinition.js +3 -0
- package/lib/operationdefinition_binding.d.ts +10 -0
- package/lib/operationdefinition_binding.js +3 -0
- package/lib/operationdefinition_overload.d.ts +7 -0
- package/lib/operationdefinition_overload.js +3 -0
- package/lib/operationdefinition_parameter.d.ts +25 -0
- package/lib/operationdefinition_parameter.js +3 -0
- package/lib/operationoutcome.d.ts +8 -0
- package/lib/operationoutcome.js +3 -0
- package/lib/operationoutcome_issue.d.ts +16 -0
- package/lib/operationoutcome_issue.js +3 -0
- package/lib/organization.d.ts +31 -0
- package/lib/organization.js +3 -0
- package/lib/organization_contact.d.ts +15 -0
- package/lib/organization_contact.js +3 -0
- package/lib/parameterdefinition.d.ts +18 -0
- package/lib/parameterdefinition.js +3 -0
- package/lib/parameters.d.ts +6 -0
- package/lib/parameters.js +3 -0
- package/lib/parameters_parameter.d.ts +150 -0
- package/lib/parameters_parameter.js +3 -0
- package/lib/patient.d.ts +54 -0
- package/lib/patient.js +3 -0
- package/lib/patient_animal.d.ts +10 -0
- package/lib/patient_animal.js +3 -0
- package/lib/patient_communication.d.ts +8 -0
- package/lib/patient_communication.js +3 -0
- package/lib/patient_contact.d.ts +23 -0
- package/lib/patient_contact.js +3 -0
- package/lib/patient_link.d.ts +8 -0
- package/lib/patient_link.js +3 -0
- package/lib/paymentnotice.d.ts +28 -0
- package/lib/paymentnotice.js +3 -0
- package/lib/paymentreconciliation.d.ts +40 -0
- package/lib/paymentreconciliation.js +3 -0
- package/lib/paymentreconciliation_detail.d.ts +20 -0
- package/lib/paymentreconciliation_detail.js +3 -0
- package/lib/paymentreconciliation_processnote.d.ts +8 -0
- package/lib/paymentreconciliation_processnote.js +3 -0
- package/lib/period.d.ts +7 -0
- package/lib/period.js +3 -0
- package/lib/person.d.ts +32 -0
- package/lib/person.js +3 -0
- package/lib/person_link.d.ts +8 -0
- package/lib/person_link.js +3 -0
- package/lib/plandefinition.d.ts +67 -0
- package/lib/plandefinition.js +3 -0
- package/lib/plandefinition_action.d.ts +75 -0
- package/lib/plandefinition_action.js +3 -0
- package/lib/plandefinition_condition.d.ts +11 -0
- package/lib/plandefinition_condition.js +3 -0
- package/lib/plandefinition_dynamicvalue.d.ts +11 -0
- package/lib/plandefinition_dynamicvalue.js +3 -0
- package/lib/plandefinition_goal.d.ts +20 -0
- package/lib/plandefinition_goal.js +3 -0
- package/lib/plandefinition_participant.d.ts +8 -0
- package/lib/plandefinition_participant.js +3 -0
- package/lib/plandefinition_relatedaction.d.ts +13 -0
- package/lib/plandefinition_relatedaction.js +3 -0
- package/lib/plandefinition_target.d.ts +17 -0
- package/lib/plandefinition_target.js +3 -0
- package/lib/practitioner.d.ts +33 -0
- package/lib/practitioner.js +3 -0
- package/lib/practitioner_qualification.d.ts +15 -0
- package/lib/practitioner_qualification.js +3 -0
- package/lib/practitionerrole.d.ts +40 -0
- package/lib/practitionerrole.js +3 -0
- package/lib/practitionerrole_availabletime.d.ts +11 -0
- package/lib/practitionerrole_availabletime.js +3 -0
- package/lib/practitionerrole_notavailable.d.ts +8 -0
- package/lib/practitionerrole_notavailable.js +3 -0
- package/lib/procedure.d.ts +66 -0
- package/lib/procedure.js +3 -0
- package/lib/procedure_focaldevice.d.ts +9 -0
- package/lib/procedure_focaldevice.js +3 -0
- package/lib/procedure_performer.d.ts +11 -0
- package/lib/procedure_performer.js +3 -0
- package/lib/procedurerequest.d.ts +70 -0
- package/lib/procedurerequest.js +3 -0
- package/lib/procedurerequest_requester.d.ts +8 -0
- package/lib/procedurerequest_requester.js +3 -0
- package/lib/processrequest.d.ts +39 -0
- package/lib/processrequest.js +3 -0
- package/lib/processrequest_item.d.ts +5 -0
- package/lib/processrequest_item.js +3 -0
- package/lib/processresponse.d.ts +35 -0
- package/lib/processresponse.js +3 -0
- package/lib/processresponse_processnote.d.ts +8 -0
- package/lib/processresponse_processnote.js +3 -0
- package/lib/provenance.d.ts +31 -0
- package/lib/provenance.js +3 -0
- package/lib/provenance_agent.d.ts +17 -0
- package/lib/provenance_agent.js +3 -0
- package/lib/provenance_entity.d.ts +16 -0
- package/lib/provenance_entity.js +3 -0
- package/lib/quantity.d.ts +13 -0
- package/lib/quantity.js +3 -0
- package/lib/questionnaire.d.ts +54 -0
- package/lib/questionnaire.js +3 -0
- package/lib/questionnaire_enablewhen.d.ts +35 -0
- package/lib/questionnaire_enablewhen.js +3 -0
- package/lib/questionnaire_item.d.ts +70 -0
- package/lib/questionnaire_item.js +3 -0
- package/lib/questionnaire_option.d.ts +14 -0
- package/lib/questionnaire_option.js +3 -0
- package/lib/questionnaireresponse.d.ts +30 -0
- package/lib/questionnaireresponse.js +3 -0
- package/lib/questionnaireresponse_answer.d.ts +34 -0
- package/lib/questionnaireresponse_answer.js +3 -0
- package/lib/questionnaireresponse_item.d.ts +17 -0
- package/lib/questionnaireresponse_item.js +3 -0
- package/lib/range.d.ts +8 -0
- package/lib/range.js +3 -0
- package/lib/ratio.d.ts +8 -0
- package/lib/ratio.js +3 -0
- package/lib/reference.d.ts +10 -0
- package/lib/reference.js +3 -0
- package/lib/referralrequest.d.ts +59 -0
- package/lib/referralrequest.js +3 -0
- package/lib/referralrequest_requester.d.ts +8 -0
- package/lib/referralrequest_requester.js +3 -0
- package/lib/relatedartifact.d.ts +17 -0
- package/lib/relatedartifact.js +3 -0
- package/lib/relatedperson.d.ts +35 -0
- package/lib/relatedperson.js +3 -0
- package/lib/requestgroup.d.ts +42 -0
- package/lib/requestgroup.js +3 -0
- package/lib/requestgroup_action.d.ts +57 -0
- package/lib/requestgroup_action.js +3 -0
- package/lib/requestgroup_condition.d.ts +11 -0
- package/lib/requestgroup_condition.js +3 -0
- package/lib/requestgroup_relatedaction.d.ts +13 -0
- package/lib/requestgroup_relatedaction.js +3 -0
- package/lib/researchstudy.d.ts +53 -0
- package/lib/researchstudy.js +3 -0
- package/lib/researchstudy_arm.d.ts +10 -0
- package/lib/researchstudy_arm.js +3 -0
- package/lib/researchsubject.d.ts +24 -0
- package/lib/researchsubject.js +3 -0
- package/lib/resource.js +3 -0
- package/lib/resourcelist.js +4 -0
- package/lib/riskassessment.d.ts +46 -0
- package/lib/riskassessment.js +3 -0
- package/lib/riskassessment_prediction.d.ts +22 -0
- package/lib/riskassessment_prediction.js +3 -0
- package/lib/sampleddata.d.ts +18 -0
- package/lib/sampleddata.js +3 -0
- package/lib/schedule.d.ts +25 -0
- package/lib/schedule.js +3 -0
- package/lib/searchparameter.d.ts +57 -0
- package/lib/searchparameter.js +3 -0
- package/lib/searchparameter_component.d.ts +8 -0
- package/lib/searchparameter_component.js +3 -0
- package/lib/sequence.d.ts +42 -0
- package/lib/sequence.js +3 -0
- package/lib/sequence_quality.d.ts +33 -0
- package/lib/sequence_quality.js +3 -0
- package/lib/sequence_referenceseq.d.ts +21 -0
- package/lib/sequence_referenceseq.js +3 -0
- package/lib/sequence_repository.d.ts +15 -0
- package/lib/sequence_repository.js +3 -0
- package/lib/sequence_variant.d.ts +16 -0
- package/lib/sequence_variant.js +3 -0
- package/lib/servicedefinition.d.ts +65 -0
- package/lib/servicedefinition.js +3 -0
- package/lib/signature.d.ts +21 -0
- package/lib/signature.js +3 -0
- package/lib/slot.d.ts +30 -0
- package/lib/slot.js +3 -0
- package/lib/specimen.d.ts +36 -0
- package/lib/specimen.js +3 -0
- package/lib/specimen_collection.d.ts +19 -0
- package/lib/specimen_collection.js +3 -0
- package/lib/specimen_container.d.ts +21 -0
- package/lib/specimen_container.js +3 -0
- package/lib/specimen_processing.d.ts +16 -0
- package/lib/specimen_processing.js +3 -0
- package/lib/structuredefinition.d.ts +69 -0
- package/lib/structuredefinition.js +3 -0
- package/lib/structuredefinition_differential.d.ts +6 -0
- package/lib/structuredefinition_differential.js +3 -0
- package/lib/structuredefinition_mapping.d.ts +11 -0
- package/lib/structuredefinition_mapping.js +3 -0
- package/lib/structuredefinition_snapshot.d.ts +6 -0
- package/lib/structuredefinition_snapshot.js +3 -0
- package/lib/structuremap.d.ts +47 -0
- package/lib/structuremap.js +3 -0
- package/lib/structuremap_dependent.d.ts +7 -0
- package/lib/structuremap_dependent.js +3 -0
- package/lib/structuremap_group.d.ts +17 -0
- package/lib/structuremap_group.js +3 -0
- package/lib/structuremap_input.d.ts +11 -0
- package/lib/structuremap_input.js +3 -0
- package/lib/structuremap_parameter.d.ts +13 -0
- package/lib/structuremap_parameter.js +3 -0
- package/lib/structuremap_rule.d.ts +18 -0
- package/lib/structuremap_rule.js +3 -0
- package/lib/structuremap_source.d.ts +161 -0
- package/lib/structuremap_source.js +3 -0
- package/lib/structuremap_structure.d.ts +11 -0
- package/lib/structuremap_structure.js +3 -0
- package/lib/structuremap_target.d.ts +20 -0
- package/lib/structuremap_target.js +3 -0
- package/lib/subscription.d.ts +24 -0
- package/lib/subscription.js +3 -0
- package/lib/subscription_channel.d.ts +11 -0
- package/lib/subscription_channel.js +3 -0
- package/lib/substance.d.ts +23 -0
- package/lib/substance.js +3 -0
- package/lib/substance_ingredient.d.ts +12 -0
- package/lib/substance_ingredient.js +3 -0
- package/lib/substance_instance.d.ts +11 -0
- package/lib/substance_instance.js +3 -0
- package/lib/supplydelivery.d.ts +37 -0
- package/lib/supplydelivery.js +3 -0
- package/lib/supplydelivery_supplieditem.d.ts +12 -0
- package/lib/supplydelivery_supplieditem.js +3 -0
- package/lib/supplyrequest.d.ts +42 -0
- package/lib/supplyrequest.js +3 -0
- package/lib/supplyrequest_ordereditem.d.ts +12 -0
- package/lib/supplyrequest_ordereditem.js +3 -0
- package/lib/supplyrequest_requester.d.ts +8 -0
- package/lib/supplyrequest_requester.js +3 -0
- package/lib/task.d.ts +70 -0
- package/lib/task.js +3 -0
- package/lib/task_input.d.ts +145 -0
- package/lib/task_input.js +3 -0
- package/lib/task_output.d.ts +145 -0
- package/lib/task_output.js +3 -0
- package/lib/task_requester.d.ts +8 -0
- package/lib/task_requester.js +3 -0
- package/lib/task_restriction.d.ts +11 -0
- package/lib/task_restriction.js +3 -0
- package/lib/testreport.d.ts +35 -0
- package/lib/testreport.js +3 -0
- package/lib/testreport_action.d.ts +9 -0
- package/lib/testreport_action.js +3 -0
- package/lib/testreport_action1.d.ts +9 -0
- package/lib/testreport_action1.js +3 -0
- package/lib/testreport_action2.d.ts +6 -0
- package/lib/testreport_action2.js +3 -0
- package/lib/testreport_assert.d.ts +9 -0
- package/lib/testreport_assert.js +3 -0
- package/lib/testreport_operation.d.ts +9 -0
- package/lib/testreport_operation.js +3 -0
- package/lib/testreport_participant.d.ts +9 -0
- package/lib/testreport_participant.js +3 -0
- package/lib/testreport_setup.d.ts +6 -0
- package/lib/testreport_setup.js +3 -0
- package/lib/testreport_teardown.d.ts +6 -0
- package/lib/testreport_teardown.js +3 -0
- package/lib/testreport_test.d.ts +10 -0
- package/lib/testreport_test.js +3 -0
- package/lib/testscript.d.ts +72 -0
- package/lib/testscript.js +3 -0
- package/lib/testscript_action.d.ts +9 -0
- package/lib/testscript_action.js +3 -0
- package/lib/testscript_action1.d.ts +9 -0
- package/lib/testscript_action1.js +3 -0
- package/lib/testscript_action2.d.ts +6 -0
- package/lib/testscript_action2.js +3 -0
- package/lib/testscript_assert.d.ts +53 -0
- package/lib/testscript_assert.js +3 -0
- package/lib/testscript_capability.d.ts +18 -0
- package/lib/testscript_capability.js +3 -0
- package/lib/testscript_destination.d.ts +8 -0
- package/lib/testscript_destination.js +3 -0
- package/lib/testscript_fixture.d.ts +10 -0
- package/lib/testscript_fixture.js +3 -0
- package/lib/testscript_link.d.ts +7 -0
- package/lib/testscript_link.js +3 -0
- package/lib/testscript_metadata.d.ts +9 -0
- package/lib/testscript_metadata.js +3 -0
- package/lib/testscript_operation.d.ts +37 -0
- package/lib/testscript_operation.js +3 -0
- package/lib/testscript_origin.d.ts +8 -0
- package/lib/testscript_origin.js +3 -0
- package/lib/testscript_param.d.ts +7 -0
- package/lib/testscript_param.js +3 -0
- package/lib/testscript_param1.d.ts +7 -0
- package/lib/testscript_param1.js +3 -0
- package/lib/testscript_param2.d.ts +7 -0
- package/lib/testscript_param2.js +3 -0
- package/lib/testscript_param3.d.ts +7 -0
- package/lib/testscript_param3.js +3 -0
- package/lib/testscript_requestheader.d.ts +7 -0
- package/lib/testscript_requestheader.js +3 -0
- package/lib/testscript_rule.d.ts +9 -0
- package/lib/testscript_rule.js +3 -0
- package/lib/testscript_rule1.d.ts +8 -0
- package/lib/testscript_rule1.js +3 -0
- package/lib/testscript_rule2.d.ts +8 -0
- package/lib/testscript_rule2.js +3 -0
- package/lib/testscript_rule3.d.ts +8 -0
- package/lib/testscript_rule3.js +3 -0
- package/lib/testscript_ruleset.d.ts +9 -0
- package/lib/testscript_ruleset.js +3 -0
- package/lib/testscript_ruleset1.d.ts +8 -0
- package/lib/testscript_ruleset1.js +3 -0
- package/lib/testscript_setup.d.ts +6 -0
- package/lib/testscript_setup.js +3 -0
- package/lib/testscript_teardown.d.ts +6 -0
- package/lib/testscript_teardown.js +3 -0
- package/lib/testscript_test.d.ts +10 -0
- package/lib/testscript_test.js +3 -0
- package/lib/testscript_variable.d.ts +19 -0
- package/lib/testscript_variable.js +3 -0
- package/lib/timing.d.ts +11 -0
- package/lib/timing.js +3 -0
- package/lib/timing_repeat.d.ts +40 -0
- package/lib/timing_repeat.js +3 -0
- package/lib/triggerdefinition.d.ts +20 -0
- package/lib/triggerdefinition.js +3 -0
- package/lib/usagecontext.d.ts +15 -0
- package/lib/usagecontext.js +3 -0
- package/lib/valueset.d.ts +49 -0
- package/lib/valueset.js +3 -0
- package/lib/valueset_compose.d.ts +12 -0
- package/lib/valueset_compose.js +3 -0
- package/lib/valueset_concept.d.ts +10 -0
- package/lib/valueset_concept.js +3 -0
- package/lib/valueset_contains.d.ts +20 -0
- package/lib/valueset_contains.js +3 -0
- package/lib/valueset_designation.d.ts +10 -0
- package/lib/valueset_designation.js +3 -0
- package/lib/valueset_expansion.d.ts +17 -0
- package/lib/valueset_expansion.js +3 -0
- package/lib/valueset_filter.d.ts +9 -0
- package/lib/valueset_filter.js +3 -0
- package/lib/valueset_include.d.ts +15 -0
- package/lib/valueset_include.js +3 -0
- package/lib/valueset_parameter.d.ts +17 -0
- package/lib/valueset_parameter.js +3 -0
- package/lib/visionprescription.d.ts +27 -0
- package/lib/visionprescription.js +3 -0
- package/lib/visionprescription_dispense.d.ts +36 -0
- package/lib/visionprescription_dispense.js +3 -0
- package/package.json +2 -2
- package/lib/cms/index.d.ts +0 -5
- package/lib/cms/index.js +0 -3
- package/lib/crm/index.d.ts +0 -5
- package/lib/crm/index.js +0 -3
- package/lib/ehr/account.d.ts +0 -36
- package/lib/ehr/account.js +0 -3
- package/lib/ehr/account_coverage.d.ts +0 -9
- package/lib/ehr/account_coverage.js +0 -3
- package/lib/ehr/account_guarantor.d.ts +0 -10
- package/lib/ehr/account_guarantor.js +0 -3
- package/lib/ehr/activitydefinition.d.ts +0 -94
- package/lib/ehr/activitydefinition.js +0 -3
- package/lib/ehr/activitydefinition_dynamicvalue.d.ts +0 -10
- package/lib/ehr/activitydefinition_dynamicvalue.js +0 -4
- package/lib/ehr/activitydefinition_participant.d.ts +0 -7
- package/lib/ehr/activitydefinition_participant.js +0 -3
- package/lib/ehr/address.d.ts +0 -23
- package/lib/ehr/address.js +0 -3
- package/lib/ehr/adverseevent.d.ts +0 -40
- package/lib/ehr/adverseevent.js +0 -3
- package/lib/ehr/adverseevent_suspectentity.d.ts +0 -18
- package/lib/ehr/adverseevent_suspectentity.js +0 -3
- package/lib/ehr/age.d.ts +0 -2
- package/lib/ehr/age.js +0 -4
- package/lib/ehr/allergyintolerance.d.ts +0 -50
- package/lib/ehr/allergyintolerance.js +0 -3
- package/lib/ehr/allergyintolerance_reaction.d.ts +0 -18
- package/lib/ehr/allergyintolerance_reaction.js +0 -3
- package/lib/ehr/annotation.d.ts +0 -11
- package/lib/ehr/annotation.js +0 -3
- package/lib/ehr/appointment.d.ts +0 -49
- package/lib/ehr/appointment.js +0 -3
- package/lib/ehr/appointment_participant.d.ts +0 -12
- package/lib/ehr/appointment_participant.js +0 -3
- package/lib/ehr/appointmentresponse.d.ts +0 -23
- package/lib/ehr/appointmentresponse.js +0 -3
- package/lib/ehr/attachment.d.ts +0 -18
- package/lib/ehr/attachment.js +0 -4
- package/lib/ehr/auditevent.d.ts +0 -29
- package/lib/ehr/auditevent.js +0 -3
- package/lib/ehr/auditevent_agent.d.ts +0 -29
- package/lib/ehr/auditevent_agent.js +0 -3
- package/lib/ehr/auditevent_detail.d.ts +0 -6
- package/lib/ehr/auditevent_detail.js +0 -4
- package/lib/ehr/auditevent_entity.d.ts +0 -26
- package/lib/ehr/auditevent_entity.js +0 -3
- package/lib/ehr/auditevent_network.d.ts +0 -6
- package/lib/ehr/auditevent_network.js +0 -4
- package/lib/ehr/auditevent_source.d.ts +0 -10
- package/lib/ehr/auditevent_source.js +0 -3
- package/lib/ehr/backboneelement.d.ts +0 -5
- package/lib/ehr/backboneelement.js +0 -3
- package/lib/ehr/basic.d.ts +0 -17
- package/lib/ehr/basic.js +0 -3
- package/lib/ehr/binary.d.ts +0 -11
- package/lib/ehr/binary.js +0 -3
- package/lib/ehr/bodysite.d.ts +0 -22
- package/lib/ehr/bodysite.js +0 -3
- package/lib/ehr/bundle.d.ts +0 -20
- package/lib/ehr/bundle.js +0 -3
- package/lib/ehr/bundle_entry.d.ts +0 -21
- package/lib/ehr/bundle_entry.js +0 -3
- package/lib/ehr/bundle_link.d.ts +0 -6
- package/lib/ehr/bundle_link.js +0 -4
- package/lib/ehr/bundle_request.d.ts +0 -14
- package/lib/ehr/bundle_request.js +0 -4
- package/lib/ehr/bundle_response.d.ts +0 -13
- package/lib/ehr/bundle_response.js +0 -3
- package/lib/ehr/bundle_search.d.ts +0 -6
- package/lib/ehr/bundle_search.js +0 -4
- package/lib/ehr/capabilitystatement.d.ts +0 -67
- package/lib/ehr/capabilitystatement.js +0 -3
- package/lib/ehr/capabilitystatement_certificate.d.ts +0 -6
- package/lib/ehr/capabilitystatement_certificate.js +0 -4
- package/lib/ehr/capabilitystatement_document.d.ts +0 -9
- package/lib/ehr/capabilitystatement_document.js +0 -3
- package/lib/ehr/capabilitystatement_endpoint.d.ts +0 -7
- package/lib/ehr/capabilitystatement_endpoint.js +0 -3
- package/lib/ehr/capabilitystatement_event.d.ts +0 -18
- package/lib/ehr/capabilitystatement_event.js +0 -3
- package/lib/ehr/capabilitystatement_implementation.d.ts +0 -6
- package/lib/ehr/capabilitystatement_implementation.js +0 -4
- package/lib/ehr/capabilitystatement_interaction.d.ts +0 -6
- package/lib/ehr/capabilitystatement_interaction.js +0 -4
- package/lib/ehr/capabilitystatement_interaction1.d.ts +0 -6
- package/lib/ehr/capabilitystatement_interaction1.js +0 -4
- package/lib/ehr/capabilitystatement_messaging.d.ts +0 -15
- package/lib/ehr/capabilitystatement_messaging.js +0 -3
- package/lib/ehr/capabilitystatement_operation.d.ts +0 -7
- package/lib/ehr/capabilitystatement_operation.js +0 -3
- package/lib/ehr/capabilitystatement_resource.d.ts +0 -35
- package/lib/ehr/capabilitystatement_resource.js +0 -3
- package/lib/ehr/capabilitystatement_rest.d.ts +0 -23
- package/lib/ehr/capabilitystatement_rest.js +0 -3
- package/lib/ehr/capabilitystatement_searchparam.d.ts +0 -10
- package/lib/ehr/capabilitystatement_searchparam.js +0 -4
- package/lib/ehr/capabilitystatement_security.d.ts +0 -12
- package/lib/ehr/capabilitystatement_security.js +0 -3
- package/lib/ehr/capabilitystatement_software.d.ts +0 -8
- package/lib/ehr/capabilitystatement_software.js +0 -4
- package/lib/ehr/capabilitystatement_supportedmessage.d.ts +0 -7
- package/lib/ehr/capabilitystatement_supportedmessage.js +0 -3
- package/lib/ehr/careplan.d.ts +0 -50
- package/lib/ehr/careplan.js +0 -3
- package/lib/ehr/careplan_activity.d.ts +0 -16
- package/lib/ehr/careplan_activity.js +0 -3
- package/lib/ehr/careplan_detail.d.ts +0 -45
- package/lib/ehr/careplan_detail.js +0 -3
- package/lib/ehr/careteam.d.ts +0 -34
- package/lib/ehr/careteam.js +0 -3
- package/lib/ehr/careteam_participant.d.ts +0 -13
- package/lib/ehr/careteam_participant.js +0 -3
- package/lib/ehr/chargeitem.d.ts +0 -63
- package/lib/ehr/chargeitem.js +0 -3
- package/lib/ehr/chargeitem_participant.d.ts +0 -8
- package/lib/ehr/chargeitem_participant.js +0 -3
- package/lib/ehr/claim.d.ts +0 -78
- package/lib/ehr/claim.js +0 -3
- package/lib/ehr/claim_accident.d.ts +0 -13
- package/lib/ehr/claim_accident.js +0 -3
- package/lib/ehr/claim_careteam.d.ts +0 -14
- package/lib/ehr/claim_careteam.js +0 -3
- package/lib/ehr/claim_detail.d.ts +0 -31
- package/lib/ehr/claim_detail.js +0 -3
- package/lib/ehr/claim_diagnosis.d.ts +0 -14
- package/lib/ehr/claim_diagnosis.js +0 -3
- package/lib/ehr/claim_information.d.ts +0 -27
- package/lib/ehr/claim_information.js +0 -3
- package/lib/ehr/claim_insurance.d.ts +0 -15
- package/lib/ehr/claim_insurance.js +0 -3
- package/lib/ehr/claim_item.d.ts +0 -57
- package/lib/ehr/claim_item.js +0 -3
- package/lib/ehr/claim_payee.d.ts +0 -11
- package/lib/ehr/claim_payee.js +0 -3
- package/lib/ehr/claim_procedure.d.ts +0 -12
- package/lib/ehr/claim_procedure.js +0 -3
- package/lib/ehr/claim_related.d.ts +0 -11
- package/lib/ehr/claim_related.js +0 -3
- package/lib/ehr/claim_subdetail.d.ts +0 -28
- package/lib/ehr/claim_subdetail.js +0 -3
- package/lib/ehr/claimresponse.d.ts +0 -61
- package/lib/ehr/claimresponse.js +0 -3
- package/lib/ehr/claimresponse_additem.d.ts +0 -24
- package/lib/ehr/claimresponse_additem.js +0 -3
- package/lib/ehr/claimresponse_adjudication.d.ts +0 -12
- package/lib/ehr/claimresponse_adjudication.js +0 -3
- package/lib/ehr/claimresponse_detail.d.ts +0 -12
- package/lib/ehr/claimresponse_detail.js +0 -3
- package/lib/ehr/claimresponse_detail1.d.ts +0 -19
- package/lib/ehr/claimresponse_detail1.js +0 -3
- package/lib/ehr/claimresponse_error.d.ts +0 -11
- package/lib/ehr/claimresponse_error.js +0 -3
- package/lib/ehr/claimresponse_insurance.d.ts +0 -15
- package/lib/ehr/claimresponse_insurance.js +0 -3
- package/lib/ehr/claimresponse_item.d.ts +0 -12
- package/lib/ehr/claimresponse_item.js +0 -3
- package/lib/ehr/claimresponse_payment.d.ts +0 -17
- package/lib/ehr/claimresponse_payment.js +0 -3
- package/lib/ehr/claimresponse_processnote.d.ts +0 -11
- package/lib/ehr/claimresponse_processnote.js +0 -3
- package/lib/ehr/claimresponse_subdetail.d.ts +0 -9
- package/lib/ehr/claimresponse_subdetail.js +0 -3
- package/lib/ehr/clinicalimpression.d.ts +0 -51
- package/lib/ehr/clinicalimpression.js +0 -3
- package/lib/ehr/clinicalimpression_finding.d.ts +0 -10
- package/lib/ehr/clinicalimpression_finding.js +0 -3
- package/lib/ehr/clinicalimpression_investigation.d.ts +0 -8
- package/lib/ehr/clinicalimpression_investigation.js +0 -3
- package/lib/ehr/codeableconcept.d.ts +0 -7
- package/lib/ehr/codeableconcept.js +0 -3
- package/lib/ehr/codesystem.d.ts +0 -61
- package/lib/ehr/codesystem.js +0 -3
- package/lib/ehr/codesystem_concept.d.ts +0 -16
- package/lib/ehr/codesystem_concept.js +0 -3
- package/lib/ehr/codesystem_designation.d.ts +0 -9
- package/lib/ehr/codesystem_designation.js +0 -3
- package/lib/ehr/codesystem_filter.d.ts +0 -10
- package/lib/ehr/codesystem_filter.js +0 -4
- package/lib/ehr/codesystem_property.d.ts +0 -10
- package/lib/ehr/codesystem_property.js +0 -4
- package/lib/ehr/codesystem_property1.d.ts +0 -17
- package/lib/ehr/codesystem_property1.js +0 -3
- package/lib/ehr/coding.d.ts +0 -12
- package/lib/ehr/coding.js +0 -4
- package/lib/ehr/communication.d.ts +0 -49
- package/lib/ehr/communication.js +0 -3
- package/lib/ehr/communication_payload.d.ts +0 -10
- package/lib/ehr/communication_payload.js +0 -3
- package/lib/ehr/communicationrequest.d.ts +0 -53
- package/lib/ehr/communicationrequest.js +0 -3
- package/lib/ehr/communicationrequest_payload.d.ts +0 -10
- package/lib/ehr/communicationrequest_payload.js +0 -3
- package/lib/ehr/communicationrequest_requester.d.ts +0 -7
- package/lib/ehr/communicationrequest_requester.js +0 -3
- package/lib/ehr/compartmentdefinition.d.ts +0 -38
- package/lib/ehr/compartmentdefinition.js +0 -3
- package/lib/ehr/compartmentdefinition_resource.d.ts +0 -8
- package/lib/ehr/compartmentdefinition_resource.js +0 -4
- package/lib/ehr/composition.d.ts +0 -41
- package/lib/ehr/composition.js +0 -3
- package/lib/ehr/composition_attester.d.ts +0 -9
- package/lib/ehr/composition_attester.js +0 -3
- package/lib/ehr/composition_event.d.ts +0 -11
- package/lib/ehr/composition_event.js +0 -3
- package/lib/ehr/composition_relatesto.d.ts +0 -10
- package/lib/ehr/composition_relatesto.js +0 -3
- package/lib/ehr/composition_section.d.ts +0 -21
- package/lib/ehr/composition_section.js +0 -3
- package/lib/ehr/conceptmap.d.ts +0 -50
- package/lib/ehr/conceptmap.js +0 -3
- package/lib/ehr/conceptmap_dependson.d.ts +0 -10
- package/lib/ehr/conceptmap_dependson.js +0 -4
- package/lib/ehr/conceptmap_element.d.ts +0 -9
- package/lib/ehr/conceptmap_element.js +0 -3
- package/lib/ehr/conceptmap_group.d.ts +0 -16
- package/lib/ehr/conceptmap_group.js +0 -3
- package/lib/ehr/conceptmap_target.d.ts +0 -15
- package/lib/ehr/conceptmap_target.js +0 -3
- package/lib/ehr/conceptmap_unmapped.d.ts +0 -10
- package/lib/ehr/conceptmap_unmapped.js +0 -4
- package/lib/ehr/condition.d.ts +0 -63
- package/lib/ehr/condition.js +0 -3
- package/lib/ehr/condition_evidence.d.ts +0 -8
- package/lib/ehr/condition_evidence.js +0 -3
- package/lib/ehr/condition_stage.d.ts +0 -8
- package/lib/ehr/condition_stage.js +0 -3
- package/lib/ehr/consent.d.ts +0 -54
- package/lib/ehr/consent.js +0 -3
- package/lib/ehr/consent_actor.d.ts +0 -8
- package/lib/ehr/consent_actor.js +0 -3
- package/lib/ehr/consent_actor1.d.ts +0 -8
- package/lib/ehr/consent_actor1.js +0 -3
- package/lib/ehr/consent_data.d.ts +0 -7
- package/lib/ehr/consent_data.js +0 -3
- package/lib/ehr/consent_data1.d.ts +0 -7
- package/lib/ehr/consent_data1.js +0 -3
- package/lib/ehr/consent_except.d.ts +0 -27
- package/lib/ehr/consent_except.js +0 -3
- package/lib/ehr/consent_policy.d.ts +0 -6
- package/lib/ehr/consent_policy.js +0 -4
- package/lib/ehr/contactdetail.d.ts +0 -7
- package/lib/ehr/contactdetail.js +0 -3
- package/lib/ehr/contactpoint.d.ts +0 -13
- package/lib/ehr/contactpoint.js +0 -3
- package/lib/ehr/contract.d.ts +0 -65
- package/lib/ehr/contract.js +0 -3
- package/lib/ehr/contract_agent.d.ts +0 -8
- package/lib/ehr/contract_agent.js +0 -3
- package/lib/ehr/contract_agent1.d.ts +0 -8
- package/lib/ehr/contract_agent1.js +0 -3
- package/lib/ehr/contract_friendly.d.ts +0 -8
- package/lib/ehr/contract_friendly.js +0 -3
- package/lib/ehr/contract_legal.d.ts +0 -8
- package/lib/ehr/contract_legal.js +0 -3
- package/lib/ehr/contract_rule.d.ts +0 -8
- package/lib/ehr/contract_rule.js +0 -3
- package/lib/ehr/contract_signer.d.ts +0 -11
- package/lib/ehr/contract_signer.js +0 -3
- package/lib/ehr/contract_term.d.ts +0 -35
- package/lib/ehr/contract_term.js +0 -3
- package/lib/ehr/contract_valueditem.d.ts +0 -25
- package/lib/ehr/contract_valueditem.js +0 -3
- package/lib/ehr/contract_valueditem1.d.ts +0 -25
- package/lib/ehr/contract_valueditem1.js +0 -3
- package/lib/ehr/contributor.d.ts +0 -9
- package/lib/ehr/contributor.js +0 -3
- package/lib/ehr/count.d.ts +0 -2
- package/lib/ehr/count.js +0 -4
- package/lib/ehr/coverage.d.ts +0 -41
- package/lib/ehr/coverage.js +0 -3
- package/lib/ehr/coverage_grouping.d.ts +0 -26
- package/lib/ehr/coverage_grouping.js +0 -4
- package/lib/ehr/dataelement.d.ts +0 -42
- package/lib/ehr/dataelement.js +0 -3
- package/lib/ehr/dataelement_mapping.d.ts +0 -10
- package/lib/ehr/dataelement_mapping.js +0 -4
- package/lib/ehr/datarequirement.d.ts +0 -14
- package/lib/ehr/datarequirement.js +0 -3
- package/lib/ehr/datarequirement_codefilter.d.ts +0 -17
- package/lib/ehr/datarequirement_codefilter.js +0 -3
- package/lib/ehr/datarequirement_datefilter.d.ts +0 -12
- package/lib/ehr/datarequirement_datefilter.js +0 -3
- package/lib/ehr/detectedissue.d.ts +0 -30
- package/lib/ehr/detectedissue.js +0 -3
- package/lib/ehr/detectedissue_mitigation.d.ts +0 -10
- package/lib/ehr/detectedissue_mitigation.js +0 -3
- package/lib/ehr/device.d.ts +0 -44
- package/lib/ehr/device.js +0 -3
- package/lib/ehr/device_udi.d.ts +0 -24
- package/lib/ehr/device_udi.js +0 -4
- package/lib/ehr/devicecomponent.d.ts +0 -28
- package/lib/ehr/devicecomponent.js +0 -3
- package/lib/ehr/devicecomponent_productionspecification.d.ts +0 -10
- package/lib/ehr/devicecomponent_productionspecification.js +0 -3
- package/lib/ehr/devicemetric.d.ts +0 -29
- package/lib/ehr/devicemetric.js +0 -3
- package/lib/ehr/devicemetric_calibration.d.ts +0 -8
- package/lib/ehr/devicemetric_calibration.js +0 -4
- package/lib/ehr/devicerequest.d.ts +0 -59
- package/lib/ehr/devicerequest.js +0 -3
- package/lib/ehr/devicerequest_requester.d.ts +0 -7
- package/lib/ehr/devicerequest_requester.js +0 -3
- package/lib/ehr/deviceusestatement.d.ts +0 -36
- package/lib/ehr/deviceusestatement.js +0 -3
- package/lib/ehr/diagnosticreport.d.ts +0 -47
- package/lib/ehr/diagnosticreport.js +0 -3
- package/lib/ehr/diagnosticreport_image.d.ts +0 -7
- package/lib/ehr/diagnosticreport_image.js +0 -3
- package/lib/ehr/diagnosticreport_performer.d.ts +0 -8
- package/lib/ehr/diagnosticreport_performer.js +0 -3
- package/lib/ehr/distance.d.ts +0 -2
- package/lib/ehr/distance.js +0 -4
- package/lib/ehr/documentmanifest.d.ts +0 -33
- package/lib/ehr/documentmanifest.js +0 -3
- package/lib/ehr/documentmanifest_content.d.ts +0 -8
- package/lib/ehr/documentmanifest_content.js +0 -3
- package/lib/ehr/documentmanifest_related.d.ts +0 -8
- package/lib/ehr/documentmanifest_related.js +0 -3
- package/lib/ehr/documentreference.d.ts +0 -44
- package/lib/ehr/documentreference.js +0 -3
- package/lib/ehr/documentreference_content.d.ts +0 -8
- package/lib/ehr/documentreference_content.js +0 -3
- package/lib/ehr/documentreference_context.d.ts +0 -20
- package/lib/ehr/documentreference_context.js +0 -3
- package/lib/ehr/documentreference_related.d.ts +0 -8
- package/lib/ehr/documentreference_related.js +0 -3
- package/lib/ehr/documentreference_relatesto.d.ts +0 -7
- package/lib/ehr/documentreference_relatesto.js +0 -3
- package/lib/ehr/domainresource.d.ts +0 -13
- package/lib/ehr/domainresource.js +0 -3
- package/lib/ehr/dosage.d.ts +0 -43
- package/lib/ehr/dosage.js +0 -3
- package/lib/ehr/duration.d.ts +0 -2
- package/lib/ehr/duration.js +0 -4
- package/lib/ehr/element.d.ts +0 -7
- package/lib/ehr/element.js +0 -3
- package/lib/ehr/elementdefinition.d.ts +0 -451
- package/lib/ehr/elementdefinition.js +0 -3
- package/lib/ehr/elementdefinition_base.d.ts +0 -8
- package/lib/ehr/elementdefinition_base.js +0 -4
- package/lib/ehr/elementdefinition_binding.d.ts +0 -11
- package/lib/ehr/elementdefinition_binding.js +0 -3
- package/lib/ehr/elementdefinition_constraint.d.ts +0 -16
- package/lib/ehr/elementdefinition_constraint.js +0 -4
- package/lib/ehr/elementdefinition_discriminator.d.ts +0 -6
- package/lib/ehr/elementdefinition_discriminator.js +0 -4
- package/lib/ehr/elementdefinition_example.d.ts +0 -145
- package/lib/ehr/elementdefinition_example.js +0 -3
- package/lib/ehr/elementdefinition_mapping.d.ts +0 -10
- package/lib/ehr/elementdefinition_mapping.js +0 -4
- package/lib/ehr/elementdefinition_slicing.d.ts +0 -11
- package/lib/ehr/elementdefinition_slicing.js +0 -3
- package/lib/ehr/elementdefinition_type.d.ts +0 -12
- package/lib/ehr/elementdefinition_type.js +0 -4
- package/lib/ehr/eligibilityrequest.d.ts +0 -40
- package/lib/ehr/eligibilityrequest.js +0 -3
- package/lib/ehr/eligibilityresponse.d.ts +0 -35
- package/lib/ehr/eligibilityresponse.js +0 -3
- package/lib/ehr/eligibilityresponse_benefitbalance.d.ts +0 -22
- package/lib/ehr/eligibilityresponse_benefitbalance.js +0 -3
- package/lib/ehr/eligibilityresponse_error.d.ts +0 -5
- package/lib/ehr/eligibilityresponse_error.js +0 -3
- package/lib/ehr/eligibilityresponse_financial.d.ts +0 -16
- package/lib/ehr/eligibilityresponse_financial.js +0 -3
- package/lib/ehr/eligibilityresponse_insurance.d.ts +0 -10
- package/lib/ehr/eligibilityresponse_insurance.js +0 -3
- package/lib/ehr/encounter.d.ts +0 -60
- package/lib/ehr/encounter.js +0 -3
- package/lib/ehr/encounter_classhistory.d.ts +0 -8
- package/lib/ehr/encounter_classhistory.js +0 -3
- package/lib/ehr/encounter_diagnosis.d.ts +0 -10
- package/lib/ehr/encounter_diagnosis.js +0 -3
- package/lib/ehr/encounter_hospitalization.d.ts +0 -23
- package/lib/ehr/encounter_hospitalization.js +0 -3
- package/lib/ehr/encounter_location.d.ts +0 -10
- package/lib/ehr/encounter_location.js +0 -3
- package/lib/ehr/encounter_participant.d.ts +0 -11
- package/lib/ehr/encounter_participant.js +0 -3
- package/lib/ehr/encounter_statushistory.d.ts +0 -7
- package/lib/ehr/encounter_statushistory.js +0 -3
- package/lib/ehr/endpoint.d.ts +0 -32
- package/lib/ehr/endpoint.js +0 -3
- package/lib/ehr/enrollmentrequest.d.ts +0 -22
- package/lib/ehr/enrollmentrequest.js +0 -3
- package/lib/ehr/enrollmentresponse.d.ts +0 -25
- package/lib/ehr/enrollmentresponse.js +0 -3
- package/lib/ehr/episodeofcare.d.ts +0 -34
- package/lib/ehr/episodeofcare.js +0 -3
- package/lib/ehr/episodeofcare_diagnosis.d.ts +0 -10
- package/lib/ehr/episodeofcare_diagnosis.js +0 -3
- package/lib/ehr/episodeofcare_statushistory.d.ts +0 -7
- package/lib/ehr/episodeofcare_statushistory.js +0 -3
- package/lib/ehr/expansionprofile.d.ts +0 -57
- package/lib/ehr/expansionprofile.js +0 -3
- package/lib/ehr/expansionprofile_designation.d.ts +0 -8
- package/lib/ehr/expansionprofile_designation.js +0 -3
- package/lib/ehr/expansionprofile_designation1.d.ts +0 -7
- package/lib/ehr/expansionprofile_designation1.js +0 -3
- package/lib/ehr/expansionprofile_designation2.d.ts +0 -7
- package/lib/ehr/expansionprofile_designation2.js +0 -3
- package/lib/ehr/expansionprofile_exclude.d.ts +0 -5
- package/lib/ehr/expansionprofile_exclude.js +0 -3
- package/lib/ehr/expansionprofile_excludedsystem.d.ts +0 -6
- package/lib/ehr/expansionprofile_excludedsystem.js +0 -4
- package/lib/ehr/expansionprofile_fixedversion.d.ts +0 -8
- package/lib/ehr/expansionprofile_fixedversion.js +0 -4
- package/lib/ehr/expansionprofile_include.d.ts +0 -5
- package/lib/ehr/expansionprofile_include.js +0 -3
- package/lib/ehr/explanationofbenefit.d.ts +0 -100
- package/lib/ehr/explanationofbenefit.js +0 -3
- package/lib/ehr/explanationofbenefit_accident.d.ts +0 -13
- package/lib/ehr/explanationofbenefit_accident.js +0 -3
- package/lib/ehr/explanationofbenefit_additem.d.ts +0 -24
- package/lib/ehr/explanationofbenefit_additem.js +0 -3
- package/lib/ehr/explanationofbenefit_adjudication.d.ts +0 -12
- package/lib/ehr/explanationofbenefit_adjudication.js +0 -3
- package/lib/ehr/explanationofbenefit_benefitbalance.d.ts +0 -22
- package/lib/ehr/explanationofbenefit_benefitbalance.js +0 -3
- package/lib/ehr/explanationofbenefit_careteam.d.ts +0 -14
- package/lib/ehr/explanationofbenefit_careteam.js +0 -3
- package/lib/ehr/explanationofbenefit_detail.d.ts +0 -38
- package/lib/ehr/explanationofbenefit_detail.js +0 -3
- package/lib/ehr/explanationofbenefit_detail1.d.ts +0 -19
- package/lib/ehr/explanationofbenefit_detail1.js +0 -3
- package/lib/ehr/explanationofbenefit_diagnosis.d.ts +0 -14
- package/lib/ehr/explanationofbenefit_diagnosis.js +0 -3
- package/lib/ehr/explanationofbenefit_financial.d.ts +0 -16
- package/lib/ehr/explanationofbenefit_financial.js +0 -3
- package/lib/ehr/explanationofbenefit_information.d.ts +0 -28
- package/lib/ehr/explanationofbenefit_information.js +0 -3
- package/lib/ehr/explanationofbenefit_insurance.d.ts +0 -7
- package/lib/ehr/explanationofbenefit_insurance.js +0 -3
- package/lib/ehr/explanationofbenefit_item.d.ts +0 -62
- package/lib/ehr/explanationofbenefit_item.js +0 -3
- package/lib/ehr/explanationofbenefit_payee.d.ts +0 -10
- package/lib/ehr/explanationofbenefit_payee.js +0 -3
- package/lib/ehr/explanationofbenefit_payment.d.ts +0 -17
- package/lib/ehr/explanationofbenefit_payment.js +0 -3
- package/lib/ehr/explanationofbenefit_procedure.d.ts +0 -12
- package/lib/ehr/explanationofbenefit_procedure.js +0 -3
- package/lib/ehr/explanationofbenefit_processnote.d.ts +0 -11
- package/lib/ehr/explanationofbenefit_processnote.js +0 -3
- package/lib/ehr/explanationofbenefit_related.d.ts +0 -11
- package/lib/ehr/explanationofbenefit_related.js +0 -3
- package/lib/ehr/explanationofbenefit_subdetail.d.ts +0 -35
- package/lib/ehr/explanationofbenefit_subdetail.js +0 -3
- package/lib/ehr/extension.d.ts +0 -144
- package/lib/ehr/extension.js +0 -3
- package/lib/ehr/familymemberhistory.d.ts +0 -64
- package/lib/ehr/familymemberhistory.js +0 -3
- package/lib/ehr/familymemberhistory_condition.d.ts +0 -21
- package/lib/ehr/familymemberhistory_condition.js +0 -3
- package/lib/ehr/flag.d.ts +0 -24
- package/lib/ehr/flag.js +0 -3
- package/lib/ehr/goal.d.ts +0 -41
- package/lib/ehr/goal.js +0 -3
- package/lib/ehr/goal_target.d.ts +0 -18
- package/lib/ehr/goal_target.js +0 -3
- package/lib/ehr/graphdefinition.d.ts +0 -38
- package/lib/ehr/graphdefinition.js +0 -3
- package/lib/ehr/graphdefinition_compartment.d.ts +0 -10
- package/lib/ehr/graphdefinition_compartment.js +0 -4
- package/lib/ehr/graphdefinition_link.d.ts +0 -15
- package/lib/ehr/graphdefinition_link.js +0 -3
- package/lib/ehr/graphdefinition_target.d.ts +0 -12
- package/lib/ehr/graphdefinition_target.js +0 -3
- package/lib/ehr/group.d.ts +0 -26
- package/lib/ehr/group.js +0 -3
- package/lib/ehr/group_characteristic.d.ts +0 -20
- package/lib/ehr/group_characteristic.js +0 -3
- package/lib/ehr/group_member.d.ts +0 -10
- package/lib/ehr/group_member.js +0 -3
- package/lib/ehr/guidanceresponse.d.ts +0 -39
- package/lib/ehr/guidanceresponse.js +0 -3
- package/lib/ehr/healthcareservice.d.ts +0 -59
- package/lib/ehr/healthcareservice.js +0 -3
- package/lib/ehr/healthcareservice_availabletime.d.ts +0 -10
- package/lib/ehr/healthcareservice_availabletime.js +0 -4
- package/lib/ehr/healthcareservice_notavailable.d.ts +0 -7
- package/lib/ehr/healthcareservice_notavailable.js +0 -3
- package/lib/ehr/humanname.d.ts +0 -17
- package/lib/ehr/humanname.js +0 -3
- package/lib/ehr/identifier.d.ts +0 -17
- package/lib/ehr/identifier.js +0 -3
- package/lib/ehr/imagingmanifest.d.ts +0 -20
- package/lib/ehr/imagingmanifest.js +0 -3
- package/lib/ehr/imagingmanifest_instance.d.ts +0 -6
- package/lib/ehr/imagingmanifest_instance.js +0 -4
- package/lib/ehr/imagingmanifest_series.d.ts +0 -10
- package/lib/ehr/imagingmanifest_series.js +0 -3
- package/lib/ehr/imagingmanifest_study.d.ts +0 -12
- package/lib/ehr/imagingmanifest_study.js +0 -3
- package/lib/ehr/imagingstudy.d.ts +0 -47
- package/lib/ehr/imagingstudy.js +0 -3
- package/lib/ehr/imagingstudy_instance.d.ts +0 -10
- package/lib/ehr/imagingstudy_instance.js +0 -4
- package/lib/ehr/imagingstudy_series.d.ts +0 -29
- package/lib/ehr/imagingstudy_series.js +0 -3
- package/lib/ehr/immunization.d.ts +0 -55
- package/lib/ehr/immunization.js +0 -3
- package/lib/ehr/immunization_explanation.d.ts +0 -7
- package/lib/ehr/immunization_explanation.js +0 -3
- package/lib/ehr/immunization_practitioner.d.ts +0 -8
- package/lib/ehr/immunization_practitioner.js +0 -3
- package/lib/ehr/immunization_reaction.d.ts +0 -9
- package/lib/ehr/immunization_reaction.js +0 -3
- package/lib/ehr/immunization_vaccinationprotocol.d.ts +0 -20
- package/lib/ehr/immunization_vaccinationprotocol.js +0 -3
- package/lib/ehr/immunizationrecommendation.d.ts +0 -13
- package/lib/ehr/immunizationrecommendation.js +0 -3
- package/lib/ehr/immunizationrecommendation_datecriterion.d.ts +0 -7
- package/lib/ehr/immunizationrecommendation_datecriterion.js +0 -3
- package/lib/ehr/immunizationrecommendation_protocol.d.ts +0 -11
- package/lib/ehr/immunizationrecommendation_protocol.js +0 -3
- package/lib/ehr/immunizationrecommendation_recommendation.d.ts +0 -24
- package/lib/ehr/immunizationrecommendation_recommendation.js +0 -3
- package/lib/ehr/implementationguide.d.ts +0 -47
- package/lib/ehr/implementationguide.js +0 -3
- package/lib/ehr/implementationguide_dependency.d.ts +0 -6
- package/lib/ehr/implementationguide_dependency.js +0 -4
- package/lib/ehr/implementationguide_global.d.ts +0 -7
- package/lib/ehr/implementationguide_global.js +0 -3
- package/lib/ehr/implementationguide_package.d.ts +0 -9
- package/lib/ehr/implementationguide_package.js +0 -3
- package/lib/ehr/implementationguide_page.d.ts +0 -16
- package/lib/ehr/implementationguide_page.js +0 -4
- package/lib/ehr/implementationguide_resource.d.ts +0 -17
- package/lib/ehr/implementationguide_resource.js +0 -3
- package/lib/ehr/index.d.ts +0 -490
- package/lib/ehr/index.js +0 -509
- package/lib/ehr/library.d.ts +0 -66
- package/lib/ehr/library.js +0 -3
- package/lib/ehr/linkage.d.ts +0 -12
- package/lib/ehr/linkage.js +0 -3
- package/lib/ehr/linkage_item.d.ts +0 -7
- package/lib/ehr/linkage_item.js +0 -3
- package/lib/ehr/list.d.ts +0 -35
- package/lib/ehr/list.js +0 -3
- package/lib/ehr/list_entry.d.ts +0 -12
- package/lib/ehr/list_entry.js +0 -3
- package/lib/ehr/location.d.ts +0 -41
- package/lib/ehr/location.js +0 -3
- package/lib/ehr/location_position.d.ts +0 -8
- package/lib/ehr/location_position.js +0 -4
- package/lib/ehr/measure.d.ts +0 -88
- package/lib/ehr/measure.js +0 -3
- package/lib/ehr/measure_group.d.ts +0 -15
- package/lib/ehr/measure_group.js +0 -3
- package/lib/ehr/measure_population.d.ts +0 -14
- package/lib/ehr/measure_population.js +0 -3
- package/lib/ehr/measure_stratifier.d.ts +0 -9
- package/lib/ehr/measure_stratifier.js +0 -3
- package/lib/ehr/measure_supplementaldata.d.ts +0 -12
- package/lib/ehr/measure_supplementaldata.js +0 -3
- package/lib/ehr/measurereport.d.ts +0 -28
- package/lib/ehr/measurereport.js +0 -3
- package/lib/ehr/measurereport_group.d.ts +0 -13
- package/lib/ehr/measurereport_group.js +0 -3
- package/lib/ehr/measurereport_population.d.ts +0 -13
- package/lib/ehr/measurereport_population.js +0 -3
- package/lib/ehr/measurereport_population1.d.ts +0 -13
- package/lib/ehr/measurereport_population1.js +0 -3
- package/lib/ehr/measurereport_stratifier.d.ts +0 -8
- package/lib/ehr/measurereport_stratifier.js +0 -3
- package/lib/ehr/measurereport_stratum.d.ts +0 -9
- package/lib/ehr/measurereport_stratum.js +0 -3
- package/lib/ehr/media.d.ts +0 -48
- package/lib/ehr/media.js +0 -3
- package/lib/ehr/medication.d.ts +0 -27
- package/lib/ehr/medication.js +0 -3
- package/lib/ehr/medication_batch.d.ts +0 -6
- package/lib/ehr/medication_batch.js +0 -4
- package/lib/ehr/medication_content.d.ts +0 -11
- package/lib/ehr/medication_content.js +0 -3
- package/lib/ehr/medication_ingredient.d.ts +0 -13
- package/lib/ehr/medication_ingredient.js +0 -3
- package/lib/ehr/medication_package.d.ts +0 -11
- package/lib/ehr/medication_package.js +0 -3
- package/lib/ehr/medicationadministration.d.ts +0 -55
- package/lib/ehr/medicationadministration.js +0 -3
- package/lib/ehr/medicationadministration_dosage.d.ts +0 -21
- package/lib/ehr/medicationadministration_dosage.js +0 -3
- package/lib/ehr/medicationadministration_performer.d.ts +0 -7
- package/lib/ehr/medicationadministration_performer.js +0 -3
- package/lib/ehr/medicationdispense.d.ts +0 -64
- package/lib/ehr/medicationdispense.js +0 -3
- package/lib/ehr/medicationdispense_performer.d.ts +0 -7
- package/lib/ehr/medicationdispense_performer.js +0 -3
- package/lib/ehr/medicationdispense_substitution.d.ts +0 -12
- package/lib/ehr/medicationdispense_substitution.js +0 -3
- package/lib/ehr/medicationrequest.d.ts +0 -62
- package/lib/ehr/medicationrequest.js +0 -3
- package/lib/ehr/medicationrequest_dispenserequest.d.ts +0 -16
- package/lib/ehr/medicationrequest_dispenserequest.js +0 -3
- package/lib/ehr/medicationrequest_requester.d.ts +0 -7
- package/lib/ehr/medicationrequest_requester.js +0 -3
- package/lib/ehr/medicationrequest_substitution.d.ts +0 -7
- package/lib/ehr/medicationrequest_substitution.js +0 -3
- package/lib/ehr/medicationstatement.d.ts +0 -50
- package/lib/ehr/medicationstatement.js +0 -3
- package/lib/ehr/messagedefinition.d.ts +0 -58
- package/lib/ehr/messagedefinition.js +0 -3
- package/lib/ehr/messagedefinition_allowedresponse.d.ts +0 -7
- package/lib/ehr/messagedefinition_allowedresponse.js +0 -3
- package/lib/ehr/messagedefinition_focus.d.ts +0 -11
- package/lib/ehr/messagedefinition_focus.js +0 -3
- package/lib/ehr/messageheader.d.ts +0 -34
- package/lib/ehr/messageheader.js +0 -3
- package/lib/ehr/messageheader_destination.d.ts +0 -9
- package/lib/ehr/messageheader_destination.js +0 -3
- package/lib/ehr/messageheader_response.d.ts +0 -9
- package/lib/ehr/messageheader_response.js +0 -3
- package/lib/ehr/messageheader_source.d.ts +0 -13
- package/lib/ehr/messageheader_source.js +0 -3
- package/lib/ehr/meta.d.ts +0 -13
- package/lib/ehr/meta.js +0 -3
- package/lib/ehr/money.d.ts +0 -2
- package/lib/ehr/money.js +0 -4
- package/lib/ehr/namingsystem.d.ts +0 -37
- package/lib/ehr/namingsystem.js +0 -3
- package/lib/ehr/namingsystem_uniqueid.d.ts +0 -13
- package/lib/ehr/namingsystem_uniqueid.js +0 -3
- package/lib/ehr/narrative.d.ts +0 -6
- package/lib/ehr/narrative.js +0 -4
- package/lib/ehr/nutritionorder.d.ts +0 -34
- package/lib/ehr/nutritionorder.js +0 -3
- package/lib/ehr/nutritionorder_administration.d.ts +0 -13
- package/lib/ehr/nutritionorder_administration.js +0 -3
- package/lib/ehr/nutritionorder_enteralformula.d.ts +0 -23
- package/lib/ehr/nutritionorder_enteralformula.js +0 -3
- package/lib/ehr/nutritionorder_nutrient.d.ts +0 -8
- package/lib/ehr/nutritionorder_nutrient.js +0 -3
- package/lib/ehr/nutritionorder_oraldiet.d.ts +0 -18
- package/lib/ehr/nutritionorder_oraldiet.js +0 -3
- package/lib/ehr/nutritionorder_supplement.d.ts +0 -15
- package/lib/ehr/nutritionorder_supplement.js +0 -3
- package/lib/ehr/nutritionorder_texture.d.ts +0 -7
- package/lib/ehr/nutritionorder_texture.js +0 -3
- package/lib/ehr/observation.d.ts +0 -80
- package/lib/ehr/observation.js +0 -3
- package/lib/ehr/observation_component.d.ts +0 -38
- package/lib/ehr/observation_component.js +0 -3
- package/lib/ehr/observation_referencerange.d.ts +0 -17
- package/lib/ehr/observation_referencerange.js +0 -3
- package/lib/ehr/observation_related.d.ts +0 -7
- package/lib/ehr/observation_related.js +0 -3
- package/lib/ehr/operationdefinition.d.ts +0 -56
- package/lib/ehr/operationdefinition.js +0 -3
- package/lib/ehr/operationdefinition_binding.d.ts +0 -9
- package/lib/ehr/operationdefinition_binding.js +0 -3
- package/lib/ehr/operationdefinition_overload.d.ts +0 -6
- package/lib/ehr/operationdefinition_overload.js +0 -4
- package/lib/ehr/operationdefinition_parameter.d.ts +0 -24
- package/lib/ehr/operationdefinition_parameter.js +0 -3
- package/lib/ehr/operationoutcome.d.ts +0 -7
- package/lib/ehr/operationoutcome.js +0 -3
- package/lib/ehr/operationoutcome_issue.d.ts +0 -15
- package/lib/ehr/operationoutcome_issue.js +0 -3
- package/lib/ehr/organization.d.ts +0 -30
- package/lib/ehr/organization.js +0 -3
- package/lib/ehr/organization_contact.d.ts +0 -14
- package/lib/ehr/organization_contact.js +0 -3
- package/lib/ehr/parameterdefinition.d.ts +0 -17
- package/lib/ehr/parameterdefinition.js +0 -3
- package/lib/ehr/parameters.d.ts +0 -5
- package/lib/ehr/parameters.js +0 -3
- package/lib/ehr/parameters_parameter.d.ts +0 -150
- package/lib/ehr/parameters_parameter.js +0 -3
- package/lib/ehr/patient.d.ts +0 -53
- package/lib/ehr/patient.js +0 -3
- package/lib/ehr/patient_animal.d.ts +0 -9
- package/lib/ehr/patient_animal.js +0 -3
- package/lib/ehr/patient_communication.d.ts +0 -7
- package/lib/ehr/patient_communication.js +0 -3
- package/lib/ehr/patient_contact.d.ts +0 -22
- package/lib/ehr/patient_contact.js +0 -3
- package/lib/ehr/patient_link.d.ts +0 -7
- package/lib/ehr/patient_link.js +0 -3
- package/lib/ehr/paymentnotice.d.ts +0 -27
- package/lib/ehr/paymentnotice.js +0 -3
- package/lib/ehr/paymentreconciliation.d.ts +0 -39
- package/lib/ehr/paymentreconciliation.js +0 -3
- package/lib/ehr/paymentreconciliation_detail.d.ts +0 -19
- package/lib/ehr/paymentreconciliation_detail.js +0 -3
- package/lib/ehr/paymentreconciliation_processnote.d.ts +0 -7
- package/lib/ehr/paymentreconciliation_processnote.js +0 -3
- package/lib/ehr/period.d.ts +0 -6
- package/lib/ehr/period.js +0 -4
- package/lib/ehr/person.d.ts +0 -31
- package/lib/ehr/person.js +0 -3
- package/lib/ehr/person_link.d.ts +0 -7
- package/lib/ehr/person_link.js +0 -3
- package/lib/ehr/plandefinition.d.ts +0 -66
- package/lib/ehr/plandefinition.js +0 -3
- package/lib/ehr/plandefinition_action.d.ts +0 -74
- package/lib/ehr/plandefinition_action.js +0 -3
- package/lib/ehr/plandefinition_condition.d.ts +0 -10
- package/lib/ehr/plandefinition_condition.js +0 -4
- package/lib/ehr/plandefinition_dynamicvalue.d.ts +0 -10
- package/lib/ehr/plandefinition_dynamicvalue.js +0 -4
- package/lib/ehr/plandefinition_goal.d.ts +0 -19
- package/lib/ehr/plandefinition_goal.js +0 -3
- package/lib/ehr/plandefinition_participant.d.ts +0 -7
- package/lib/ehr/plandefinition_participant.js +0 -3
- package/lib/ehr/plandefinition_relatedaction.d.ts +0 -12
- package/lib/ehr/plandefinition_relatedaction.js +0 -3
- package/lib/ehr/plandefinition_target.d.ts +0 -16
- package/lib/ehr/plandefinition_target.js +0 -3
- package/lib/ehr/practitioner.d.ts +0 -32
- package/lib/ehr/practitioner.js +0 -3
- package/lib/ehr/practitioner_qualification.d.ts +0 -14
- package/lib/ehr/practitioner_qualification.js +0 -3
- package/lib/ehr/practitionerrole.d.ts +0 -39
- package/lib/ehr/practitionerrole.js +0 -3
- package/lib/ehr/practitionerrole_availabletime.d.ts +0 -10
- package/lib/ehr/practitionerrole_availabletime.js +0 -4
- package/lib/ehr/practitionerrole_notavailable.d.ts +0 -7
- package/lib/ehr/practitionerrole_notavailable.js +0 -3
- package/lib/ehr/procedure.d.ts +0 -65
- package/lib/ehr/procedure.js +0 -3
- package/lib/ehr/procedure_focaldevice.d.ts +0 -8
- package/lib/ehr/procedure_focaldevice.js +0 -3
- package/lib/ehr/procedure_performer.d.ts +0 -10
- package/lib/ehr/procedure_performer.js +0 -3
- package/lib/ehr/procedurerequest.d.ts +0 -69
- package/lib/ehr/procedurerequest.js +0 -3
- package/lib/ehr/procedurerequest_requester.d.ts +0 -7
- package/lib/ehr/procedurerequest_requester.js +0 -3
- package/lib/ehr/processrequest.d.ts +0 -38
- package/lib/ehr/processrequest.js +0 -3
- package/lib/ehr/processrequest_item.d.ts +0 -4
- package/lib/ehr/processrequest_item.js +0 -4
- package/lib/ehr/processresponse.d.ts +0 -34
- package/lib/ehr/processresponse.js +0 -3
- package/lib/ehr/processresponse_processnote.d.ts +0 -7
- package/lib/ehr/processresponse_processnote.js +0 -3
- package/lib/ehr/provenance.d.ts +0 -30
- package/lib/ehr/provenance.js +0 -3
- package/lib/ehr/provenance_agent.d.ts +0 -16
- package/lib/ehr/provenance_agent.js +0 -3
- package/lib/ehr/provenance_entity.d.ts +0 -15
- package/lib/ehr/provenance_entity.js +0 -3
- package/lib/ehr/quantity.d.ts +0 -12
- package/lib/ehr/quantity.js +0 -4
- package/lib/ehr/questionnaire.d.ts +0 -53
- package/lib/ehr/questionnaire.js +0 -3
- package/lib/ehr/questionnaire_enablewhen.d.ts +0 -34
- package/lib/ehr/questionnaire_enablewhen.js +0 -3
- package/lib/ehr/questionnaire_item.d.ts +0 -69
- package/lib/ehr/questionnaire_item.js +0 -3
- package/lib/ehr/questionnaire_option.d.ts +0 -13
- package/lib/ehr/questionnaire_option.js +0 -3
- package/lib/ehr/questionnaireresponse.d.ts +0 -29
- package/lib/ehr/questionnaireresponse.js +0 -3
- package/lib/ehr/questionnaireresponse_answer.d.ts +0 -33
- package/lib/ehr/questionnaireresponse_answer.js +0 -3
- package/lib/ehr/questionnaireresponse_item.d.ts +0 -16
- package/lib/ehr/questionnaireresponse_item.js +0 -3
- package/lib/ehr/range.d.ts +0 -7
- package/lib/ehr/range.js +0 -3
- package/lib/ehr/ratio.d.ts +0 -7
- package/lib/ehr/ratio.js +0 -3
- package/lib/ehr/reference.d.ts +0 -9
- package/lib/ehr/reference.js +0 -3
- package/lib/ehr/referralrequest.d.ts +0 -58
- package/lib/ehr/referralrequest.js +0 -3
- package/lib/ehr/referralrequest_requester.d.ts +0 -7
- package/lib/ehr/referralrequest_requester.js +0 -3
- package/lib/ehr/relatedartifact.d.ts +0 -16
- package/lib/ehr/relatedartifact.js +0 -3
- package/lib/ehr/relatedperson.d.ts +0 -34
- package/lib/ehr/relatedperson.js +0 -3
- package/lib/ehr/requestgroup.d.ts +0 -41
- package/lib/ehr/requestgroup.js +0 -3
- package/lib/ehr/requestgroup_action.d.ts +0 -56
- package/lib/ehr/requestgroup_action.js +0 -3
- package/lib/ehr/requestgroup_condition.d.ts +0 -10
- package/lib/ehr/requestgroup_condition.js +0 -4
- package/lib/ehr/requestgroup_relatedaction.d.ts +0 -12
- package/lib/ehr/requestgroup_relatedaction.js +0 -3
- package/lib/ehr/researchstudy.d.ts +0 -52
- package/lib/ehr/researchstudy.js +0 -3
- package/lib/ehr/researchstudy_arm.d.ts +0 -9
- package/lib/ehr/researchstudy_arm.js +0 -3
- package/lib/ehr/researchsubject.d.ts +0 -23
- package/lib/ehr/researchsubject.js +0 -3
- package/lib/ehr/resource.js +0 -3
- package/lib/ehr/resourcelist.js +0 -4
- package/lib/ehr/riskassessment.d.ts +0 -45
- package/lib/ehr/riskassessment.js +0 -3
- package/lib/ehr/riskassessment_prediction.d.ts +0 -21
- package/lib/ehr/riskassessment_prediction.js +0 -3
- package/lib/ehr/sampleddata.d.ts +0 -17
- package/lib/ehr/sampleddata.js +0 -3
- package/lib/ehr/schedule.d.ts +0 -24
- package/lib/ehr/schedule.js +0 -3
- package/lib/ehr/searchparameter.d.ts +0 -56
- package/lib/ehr/searchparameter.js +0 -3
- package/lib/ehr/searchparameter_component.d.ts +0 -7
- package/lib/ehr/searchparameter_component.js +0 -3
- package/lib/ehr/sequence.d.ts +0 -41
- package/lib/ehr/sequence.js +0 -3
- package/lib/ehr/sequence_quality.d.ts +0 -32
- package/lib/ehr/sequence_quality.js +0 -3
- package/lib/ehr/sequence_referenceseq.d.ts +0 -20
- package/lib/ehr/sequence_referenceseq.js +0 -3
- package/lib/ehr/sequence_repository.d.ts +0 -14
- package/lib/ehr/sequence_repository.js +0 -4
- package/lib/ehr/sequence_variant.d.ts +0 -15
- package/lib/ehr/sequence_variant.js +0 -3
- package/lib/ehr/servicedefinition.d.ts +0 -64
- package/lib/ehr/servicedefinition.js +0 -3
- package/lib/ehr/signature.d.ts +0 -20
- package/lib/ehr/signature.js +0 -3
- package/lib/ehr/slot.d.ts +0 -29
- package/lib/ehr/slot.js +0 -3
- package/lib/ehr/specimen.d.ts +0 -35
- package/lib/ehr/specimen.js +0 -3
- package/lib/ehr/specimen_collection.d.ts +0 -18
- package/lib/ehr/specimen_collection.js +0 -3
- package/lib/ehr/specimen_container.d.ts +0 -20
- package/lib/ehr/specimen_container.js +0 -3
- package/lib/ehr/specimen_processing.d.ts +0 -15
- package/lib/ehr/specimen_processing.js +0 -3
- package/lib/ehr/structuredefinition.d.ts +0 -68
- package/lib/ehr/structuredefinition.js +0 -3
- package/lib/ehr/structuredefinition_differential.d.ts +0 -5
- package/lib/ehr/structuredefinition_differential.js +0 -3
- package/lib/ehr/structuredefinition_mapping.d.ts +0 -10
- package/lib/ehr/structuredefinition_mapping.js +0 -4
- package/lib/ehr/structuredefinition_snapshot.d.ts +0 -5
- package/lib/ehr/structuredefinition_snapshot.js +0 -3
- package/lib/ehr/structuremap.d.ts +0 -46
- package/lib/ehr/structuremap.js +0 -3
- package/lib/ehr/structuremap_dependent.d.ts +0 -6
- package/lib/ehr/structuremap_dependent.js +0 -4
- package/lib/ehr/structuremap_group.d.ts +0 -16
- package/lib/ehr/structuremap_group.js +0 -3
- package/lib/ehr/structuremap_input.d.ts +0 -10
- package/lib/ehr/structuremap_input.js +0 -4
- package/lib/ehr/structuremap_parameter.d.ts +0 -12
- package/lib/ehr/structuremap_parameter.js +0 -4
- package/lib/ehr/structuremap_rule.d.ts +0 -17
- package/lib/ehr/structuremap_rule.js +0 -3
- package/lib/ehr/structuremap_source.d.ts +0 -161
- package/lib/ehr/structuremap_source.js +0 -3
- package/lib/ehr/structuremap_structure.d.ts +0 -10
- package/lib/ehr/structuremap_structure.js +0 -4
- package/lib/ehr/structuremap_target.d.ts +0 -19
- package/lib/ehr/structuremap_target.js +0 -3
- package/lib/ehr/subscription.d.ts +0 -23
- package/lib/ehr/subscription.js +0 -3
- package/lib/ehr/subscription_channel.d.ts +0 -10
- package/lib/ehr/subscription_channel.js +0 -4
- package/lib/ehr/substance.d.ts +0 -22
- package/lib/ehr/substance.js +0 -3
- package/lib/ehr/substance_ingredient.d.ts +0 -11
- package/lib/ehr/substance_ingredient.js +0 -3
- package/lib/ehr/substance_instance.d.ts +0 -10
- package/lib/ehr/substance_instance.js +0 -3
- package/lib/ehr/supplydelivery.d.ts +0 -36
- package/lib/ehr/supplydelivery.js +0 -3
- package/lib/ehr/supplydelivery_supplieditem.d.ts +0 -11
- package/lib/ehr/supplydelivery_supplieditem.js +0 -3
- package/lib/ehr/supplyrequest.d.ts +0 -41
- package/lib/ehr/supplyrequest.js +0 -3
- package/lib/ehr/supplyrequest_ordereditem.d.ts +0 -11
- package/lib/ehr/supplyrequest_ordereditem.js +0 -3
- package/lib/ehr/supplyrequest_requester.d.ts +0 -7
- package/lib/ehr/supplyrequest_requester.js +0 -3
- package/lib/ehr/task.d.ts +0 -69
- package/lib/ehr/task.js +0 -3
- package/lib/ehr/task_input.d.ts +0 -145
- package/lib/ehr/task_input.js +0 -3
- package/lib/ehr/task_output.d.ts +0 -145
- package/lib/ehr/task_output.js +0 -3
- package/lib/ehr/task_requester.d.ts +0 -7
- package/lib/ehr/task_requester.js +0 -3
- package/lib/ehr/task_restriction.d.ts +0 -10
- package/lib/ehr/task_restriction.js +0 -3
- package/lib/ehr/testreport.d.ts +0 -34
- package/lib/ehr/testreport.js +0 -3
- package/lib/ehr/testreport_action.d.ts +0 -8
- package/lib/ehr/testreport_action.js +0 -3
- package/lib/ehr/testreport_action1.d.ts +0 -8
- package/lib/ehr/testreport_action1.js +0 -3
- package/lib/ehr/testreport_action2.d.ts +0 -5
- package/lib/ehr/testreport_action2.js +0 -3
- package/lib/ehr/testreport_assert.d.ts +0 -8
- package/lib/ehr/testreport_assert.js +0 -4
- package/lib/ehr/testreport_operation.d.ts +0 -8
- package/lib/ehr/testreport_operation.js +0 -4
- package/lib/ehr/testreport_participant.d.ts +0 -8
- package/lib/ehr/testreport_participant.js +0 -4
- package/lib/ehr/testreport_setup.d.ts +0 -5
- package/lib/ehr/testreport_setup.js +0 -3
- package/lib/ehr/testreport_teardown.d.ts +0 -5
- package/lib/ehr/testreport_teardown.js +0 -3
- package/lib/ehr/testreport_test.d.ts +0 -9
- package/lib/ehr/testreport_test.js +0 -3
- package/lib/ehr/testscript.d.ts +0 -71
- package/lib/ehr/testscript.js +0 -3
- package/lib/ehr/testscript_action.d.ts +0 -8
- package/lib/ehr/testscript_action.js +0 -3
- package/lib/ehr/testscript_action1.d.ts +0 -8
- package/lib/ehr/testscript_action1.js +0 -3
- package/lib/ehr/testscript_action2.d.ts +0 -5
- package/lib/ehr/testscript_action2.js +0 -3
- package/lib/ehr/testscript_assert.d.ts +0 -52
- package/lib/ehr/testscript_assert.js +0 -3
- package/lib/ehr/testscript_capability.d.ts +0 -17
- package/lib/ehr/testscript_capability.js +0 -3
- package/lib/ehr/testscript_destination.d.ts +0 -7
- package/lib/ehr/testscript_destination.js +0 -3
- package/lib/ehr/testscript_fixture.d.ts +0 -9
- package/lib/ehr/testscript_fixture.js +0 -3
- package/lib/ehr/testscript_link.d.ts +0 -6
- package/lib/ehr/testscript_link.js +0 -4
- package/lib/ehr/testscript_metadata.d.ts +0 -8
- package/lib/ehr/testscript_metadata.js +0 -3
- package/lib/ehr/testscript_operation.d.ts +0 -36
- package/lib/ehr/testscript_operation.js +0 -3
- package/lib/ehr/testscript_origin.d.ts +0 -7
- package/lib/ehr/testscript_origin.js +0 -3
- package/lib/ehr/testscript_param.d.ts +0 -6
- package/lib/ehr/testscript_param.js +0 -4
- package/lib/ehr/testscript_param1.d.ts +0 -6
- package/lib/ehr/testscript_param1.js +0 -4
- package/lib/ehr/testscript_param2.d.ts +0 -6
- package/lib/ehr/testscript_param2.js +0 -4
- package/lib/ehr/testscript_param3.d.ts +0 -6
- package/lib/ehr/testscript_param3.js +0 -4
- package/lib/ehr/testscript_requestheader.d.ts +0 -6
- package/lib/ehr/testscript_requestheader.js +0 -4
- package/lib/ehr/testscript_rule.d.ts +0 -8
- package/lib/ehr/testscript_rule.js +0 -3
- package/lib/ehr/testscript_rule1.d.ts +0 -7
- package/lib/ehr/testscript_rule1.js +0 -3
- package/lib/ehr/testscript_rule2.d.ts +0 -7
- package/lib/ehr/testscript_rule2.js +0 -3
- package/lib/ehr/testscript_rule3.d.ts +0 -7
- package/lib/ehr/testscript_rule3.js +0 -3
- package/lib/ehr/testscript_ruleset.d.ts +0 -8
- package/lib/ehr/testscript_ruleset.js +0 -3
- package/lib/ehr/testscript_ruleset1.d.ts +0 -7
- package/lib/ehr/testscript_ruleset1.js +0 -3
- package/lib/ehr/testscript_setup.d.ts +0 -5
- package/lib/ehr/testscript_setup.js +0 -3
- package/lib/ehr/testscript_teardown.d.ts +0 -5
- package/lib/ehr/testscript_teardown.js +0 -3
- package/lib/ehr/testscript_test.d.ts +0 -9
- package/lib/ehr/testscript_test.js +0 -3
- package/lib/ehr/testscript_variable.d.ts +0 -18
- package/lib/ehr/testscript_variable.js +0 -4
- package/lib/ehr/timing.d.ts +0 -10
- package/lib/ehr/timing.js +0 -3
- package/lib/ehr/timing_repeat.d.ts +0 -39
- package/lib/ehr/timing_repeat.js +0 -3
- package/lib/ehr/triggerdefinition.d.ts +0 -19
- package/lib/ehr/triggerdefinition.js +0 -3
- package/lib/ehr/usagecontext.d.ts +0 -14
- package/lib/ehr/usagecontext.js +0 -3
- package/lib/ehr/valueset.d.ts +0 -48
- package/lib/ehr/valueset.js +0 -3
- package/lib/ehr/valueset_compose.d.ts +0 -11
- package/lib/ehr/valueset_compose.js +0 -3
- package/lib/ehr/valueset_concept.d.ts +0 -9
- package/lib/ehr/valueset_concept.js +0 -3
- package/lib/ehr/valueset_contains.d.ts +0 -19
- package/lib/ehr/valueset_contains.js +0 -3
- package/lib/ehr/valueset_designation.d.ts +0 -9
- package/lib/ehr/valueset_designation.js +0 -3
- package/lib/ehr/valueset_expansion.d.ts +0 -16
- package/lib/ehr/valueset_expansion.js +0 -3
- package/lib/ehr/valueset_filter.d.ts +0 -8
- package/lib/ehr/valueset_filter.js +0 -4
- package/lib/ehr/valueset_include.d.ts +0 -14
- package/lib/ehr/valueset_include.js +0 -3
- package/lib/ehr/valueset_parameter.d.ts +0 -16
- package/lib/ehr/valueset_parameter.js +0 -4
- package/lib/ehr/visionprescription.d.ts +0 -26
- package/lib/ehr/visionprescription.js +0 -3
- package/lib/ehr/visionprescription_dispense.d.ts +0 -35
- package/lib/ehr/visionprescription_dispense.js +0 -3
- package/lib/erp/index.d.ts +0 -5
- package/lib/erp/index.js +0 -3
- package/lib/ohi/index.d.ts +0 -5
- package/lib/ohi/index.js +0 -3
- /package/lib/{ehr/resource.d.ts → resource.d.ts} +0 -0
- /package/lib/{ehr/resourcelist.d.ts → resourcelist.d.ts} +0 -0
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwYW5zaW9ucHJvZmlsZV9kZXNpZ25hdGlvbjIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2V4cGFuc2lvbnByb2ZpbGVfZGVzaWduYXRpb24yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIEV4cGFuc2lvblByb2ZpbGVfRGVzaWduYXRpb24yIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kaW5nIH0gZnJvbSBcIi4vY29kaW5nXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgRXhwYW5zaW9uUHJvZmlsZV9EZXNpZ25hdGlvbjIge1xuICAvKiogVGhlIGxhbmd1YWdlIHRoaXMgZGVzaWduYXRpb24gaXMgZGVmaW5lZCBmb3IuICovXG4gIGxhbmd1YWdlPzogc3RyaW5nO1xuXG4gIC8qKiBXaGljaCBraW5kcyBvZiBkZXNpZ25hdGlvbiB0byBleGNsdWRlIGZyb20gdGhlIGV4cGFuc2lvbi4gKi9cbiAgdXNlPzogQ29kaW5nO1xufVxuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwYW5zaW9ucHJvZmlsZV9leGNsdWRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9leHBhbnNpb25wcm9maWxlX2V4Y2x1ZGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgRXhwYW5zaW9uUHJvZmlsZV9FeGNsdWRlIFR5cGVcbmltcG9ydCB0eXBlIHsgRXhwYW5zaW9uUHJvZmlsZV9EZXNpZ25hdGlvbjIgfSBmcm9tIFwiLi9leHBhbnNpb25wcm9maWxlX2Rlc2lnbmF0aW9uMlwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIEV4cGFuc2lvblByb2ZpbGVfRXhjbHVkZSB7XG4gIC8qKiBBIGRhdGEgZ3JvdXAgZm9yIGVhY2ggZGVzaWduYXRpb24gdG8gYmUgZXhjbHVkZWQuICovXG4gIGRlc2lnbmF0aW9uPzogRXhwYW5zaW9uUHJvZmlsZV9EZXNpZ25hdGlvbjJbXTtcbn1cbiJdfQ==
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// FHIR ExpansionProfile_ExcludedSystem Type
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwYW5zaW9ucHJvZmlsZV9leGNsdWRlZHN5c3RlbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvZXhwYW5zaW9ucHJvZmlsZV9leGNsdWRlZHN5c3RlbS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsNENBQTRDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBFeHBhbnNpb25Qcm9maWxlX0V4Y2x1ZGVkU3lzdGVtIFR5cGVcblxuZXhwb3J0IGludGVyZmFjZSBFeHBhbnNpb25Qcm9maWxlX0V4Y2x1ZGVkU3lzdGVtIHtcbiAgLyoqIEFuIGFic29sdXRlIFVSSSB3aGljaCBpcyB0aGUgY29kZSBzeXN0ZW0gdG8gYmUgZXhjbHVkZWQuICovXG4gIHN5c3RlbT86IHN0cmluZztcblxuICAvKiogVGhlIHZlcnNpb24gb2YgdGhlIGNvZGUgc3lzdGVtIGZyb20gd2hpY2ggY29kZXMgaW4gdGhlIGV4cGFuc2lvbiBzaG91bGQgYmUgZXhjbHVkZWQuICovXG4gIHZlcnNpb24/OiBzdHJpbmc7XG59XG4iXX0=
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export interface ExpansionProfile_FixedVersion {
|
|
2
|
-
/** The specific system for which to fix the version. */
|
|
3
|
-
system?: string;
|
|
4
|
-
/** The version of the code system from which codes in the expansion should be included. */
|
|
5
|
-
version?: string;
|
|
6
|
-
/** How to manage the intersection between a fixed version in a value set, and this fixed version of the system in the expansion profile. */
|
|
7
|
-
mode?: "default" | "check" | "override";
|
|
8
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// FHIR ExpansionProfile_FixedVersion Type
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwYW5zaW9ucHJvZmlsZV9maXhlZHZlcnNpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2V4cGFuc2lvbnByb2ZpbGVfZml4ZWR2ZXJzaW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSwwQ0FBMEMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIEV4cGFuc2lvblByb2ZpbGVfRml4ZWRWZXJzaW9uIFR5cGVcblxuZXhwb3J0IGludGVyZmFjZSBFeHBhbnNpb25Qcm9maWxlX0ZpeGVkVmVyc2lvbiB7XG4gIC8qKiBUaGUgc3BlY2lmaWMgc3lzdGVtIGZvciB3aGljaCB0byBmaXggdGhlIHZlcnNpb24uICovXG4gIHN5c3RlbT86IHN0cmluZztcblxuICAvKiogVGhlIHZlcnNpb24gb2YgdGhlIGNvZGUgc3lzdGVtIGZyb20gd2hpY2ggY29kZXMgaW4gdGhlIGV4cGFuc2lvbiBzaG91bGQgYmUgaW5jbHVkZWQuICovXG4gIHZlcnNpb24/OiBzdHJpbmc7XG5cbiAgLyoqIEhvdyB0byBtYW5hZ2UgdGhlIGludGVyc2VjdGlvbiBiZXR3ZWVuIGEgZml4ZWQgdmVyc2lvbiBpbiBhIHZhbHVlIHNldCwgYW5kIHRoaXMgZml4ZWQgdmVyc2lvbiBvZiB0aGUgc3lzdGVtIGluIHRoZSBleHBhbnNpb24gcHJvZmlsZS4gKi9cbiAgbW9kZT86IFwiZGVmYXVsdFwiIHwgXCJjaGVja1wiIHwgXCJvdmVycmlkZVwiO1xufVxuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwYW5zaW9ucHJvZmlsZV9pbmNsdWRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9leHBhbnNpb25wcm9maWxlX2luY2x1ZGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgRXhwYW5zaW9uUHJvZmlsZV9JbmNsdWRlIFR5cGVcbmltcG9ydCB0eXBlIHsgRXhwYW5zaW9uUHJvZmlsZV9EZXNpZ25hdGlvbjEgfSBmcm9tIFwiLi9leHBhbnNpb25wcm9maWxlX2Rlc2lnbmF0aW9uMVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIEV4cGFuc2lvblByb2ZpbGVfSW5jbHVkZSB7XG4gIC8qKiBBIGRhdGEgZ3JvdXAgZm9yIGVhY2ggZGVzaWduYXRpb24gdG8gYmUgaW5jbHVkZWQuICovXG4gIGRlc2lnbmF0aW9uPzogRXhwYW5zaW9uUHJvZmlsZV9EZXNpZ25hdGlvbjFbXTtcbn1cbiJdfQ==
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { ExplanationOfBenefit_Accident } from "./explanationofbenefit_accident";
|
|
3
|
-
import type { ExplanationOfBenefit_AddItem } from "./explanationofbenefit_additem";
|
|
4
|
-
import type { ExplanationOfBenefit_BenefitBalance } from "./explanationofbenefit_benefitbalance";
|
|
5
|
-
import type { ExplanationOfBenefit_CareTeam } from "./explanationofbenefit_careteam";
|
|
6
|
-
import type { ExplanationOfBenefit_Diagnosis } from "./explanationofbenefit_diagnosis";
|
|
7
|
-
import type { ExplanationOfBenefit_Information } from "./explanationofbenefit_information";
|
|
8
|
-
import type { ExplanationOfBenefit_Insurance } from "./explanationofbenefit_insurance";
|
|
9
|
-
import type { ExplanationOfBenefit_Item } from "./explanationofbenefit_item";
|
|
10
|
-
import type { ExplanationOfBenefit_Payee } from "./explanationofbenefit_payee";
|
|
11
|
-
import type { ExplanationOfBenefit_Payment } from "./explanationofbenefit_payment";
|
|
12
|
-
import type { ExplanationOfBenefit_Procedure } from "./explanationofbenefit_procedure";
|
|
13
|
-
import type { ExplanationOfBenefit_ProcessNote } from "./explanationofbenefit_processnote";
|
|
14
|
-
import type { ExplanationOfBenefit_Related } from "./explanationofbenefit_related";
|
|
15
|
-
import type { Identifier } from "./identifier";
|
|
16
|
-
import type { Money } from "./money";
|
|
17
|
-
import type { Period } from "./period";
|
|
18
|
-
import type { Reference } from "./reference";
|
|
19
|
-
export interface ExplanationOfBenefit {
|
|
20
|
-
/** This is a ExplanationOfBenefit resource */
|
|
21
|
-
resourceType: "ExplanationOfBenefit";
|
|
22
|
-
/** The EOB Business Identifier. */
|
|
23
|
-
identifier?: Identifier[];
|
|
24
|
-
/** The status of the resource instance. */
|
|
25
|
-
status?: "active" | "cancelled" | "draft" | "entered-in-error";
|
|
26
|
-
/** The category of claim, eg, oral, pharmacy, vision, insitutional, professional. */
|
|
27
|
-
type?: CodeableConcept;
|
|
28
|
-
/** A finer grained suite of claim subtype codes which may convey Inpatient vs Outpatient and/or a specialty service. In the US the BillType. */
|
|
29
|
-
subType?: CodeableConcept[];
|
|
30
|
-
/** Patient Resource. */
|
|
31
|
-
patient?: Reference;
|
|
32
|
-
/** The billable period for which charges are being submitted. */
|
|
33
|
-
billablePeriod?: Period;
|
|
34
|
-
/** The date when the EOB was created. */
|
|
35
|
-
created?: string;
|
|
36
|
-
/** The person who created the explanation of benefit. */
|
|
37
|
-
enterer?: Reference;
|
|
38
|
-
/** The insurer which is responsible for the explanation of benefit. */
|
|
39
|
-
insurer?: Reference;
|
|
40
|
-
/** The provider which is responsible for the claim. */
|
|
41
|
-
provider?: Reference;
|
|
42
|
-
/** The provider which is responsible for the claim. */
|
|
43
|
-
organization?: Reference;
|
|
44
|
-
/** The referral resource which lists the date, practitioner, reason and other supporting information. */
|
|
45
|
-
referral?: Reference;
|
|
46
|
-
/** Facility where the services were provided. */
|
|
47
|
-
facility?: Reference;
|
|
48
|
-
/** The business identifier for the instance: invoice number, claim number, pre-determination or pre-authorization number. */
|
|
49
|
-
claim?: Reference;
|
|
50
|
-
/** The business identifier for the instance: invoice number, claim number, pre-determination or pre-authorization number. */
|
|
51
|
-
claimResponse?: Reference;
|
|
52
|
-
/** Processing outcome errror, partial or complete processing. */
|
|
53
|
-
outcome?: CodeableConcept;
|
|
54
|
-
/** A description of the status of the adjudication. */
|
|
55
|
-
disposition?: string;
|
|
56
|
-
/** Other claims which are related to this claim such as prior claim versions or for related services. */
|
|
57
|
-
related?: ExplanationOfBenefit_Related[];
|
|
58
|
-
/** Prescription to support the dispensing of Pharmacy or Vision products. */
|
|
59
|
-
prescription?: Reference;
|
|
60
|
-
/** Original prescription which has been superceded by this prescription to support the dispensing of pharmacy services, medications or products. For example, a physician may prescribe a medication which the pharmacy determines is contraindicated, or for which the patient has an intolerance, and therefor issues a new precription for an alternate medication which has the same theraputic intent. The prescription from the pharmacy becomes the 'prescription' and that from the physician becomes the 'original prescription'. */
|
|
61
|
-
originalPrescription?: Reference;
|
|
62
|
-
/** The party to be reimbursed for the services. */
|
|
63
|
-
payee?: ExplanationOfBenefit_Payee;
|
|
64
|
-
/** Additional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues. Often there are mutiple jurisdiction specific valuesets which are required. */
|
|
65
|
-
information?: ExplanationOfBenefit_Information[];
|
|
66
|
-
/** The members of the team who provided the overall service as well as their role and whether responsible and qualifications. */
|
|
67
|
-
careTeam?: ExplanationOfBenefit_CareTeam[];
|
|
68
|
-
/** Ordered list of patient diagnosis for which care is sought. */
|
|
69
|
-
diagnosis?: ExplanationOfBenefit_Diagnosis[];
|
|
70
|
-
/** Ordered list of patient procedures performed to support the adjudication. */
|
|
71
|
-
procedure?: ExplanationOfBenefit_Procedure[];
|
|
72
|
-
/** Precedence (primary, secondary, etc.). */
|
|
73
|
-
precedence?: number;
|
|
74
|
-
/** Financial instrument by which payment information for health care. */
|
|
75
|
-
insurance?: ExplanationOfBenefit_Insurance;
|
|
76
|
-
/** An accident which resulted in the need for healthcare services. */
|
|
77
|
-
accident?: ExplanationOfBenefit_Accident;
|
|
78
|
-
/** The start and optional end dates of when the patient was precluded from working due to the treatable condition(s). */
|
|
79
|
-
employmentImpacted?: Period;
|
|
80
|
-
/** The start and optional end dates of when the patient was confined to a treatment center. */
|
|
81
|
-
hospitalization?: Period;
|
|
82
|
-
/** First tier of goods and services. */
|
|
83
|
-
item?: ExplanationOfBenefit_Item[];
|
|
84
|
-
/** The first tier service adjudications for payor added services. */
|
|
85
|
-
addItem?: ExplanationOfBenefit_AddItem[];
|
|
86
|
-
/** The total cost of the services reported. */
|
|
87
|
-
totalCost?: Money;
|
|
88
|
-
/** The amount of deductable applied which was not allocated to any particular service line. */
|
|
89
|
-
unallocDeductable?: Money;
|
|
90
|
-
/** Total amount of benefit payable (Equal to sum of the Benefit amounts from all detail lines and additions less the Unallocated Deductable). */
|
|
91
|
-
totalBenefit?: Money;
|
|
92
|
-
/** Payment details for the claim if the claim has been paid. */
|
|
93
|
-
payment?: ExplanationOfBenefit_Payment;
|
|
94
|
-
/** The form to be used for printing the content. */
|
|
95
|
-
form?: CodeableConcept;
|
|
96
|
-
/** Note text. */
|
|
97
|
-
processNote?: ExplanationOfBenefit_ProcessNote[];
|
|
98
|
-
/** Balance by Benefit Category. */
|
|
99
|
-
benefitBalance?: ExplanationOfBenefit_BenefitBalance[];
|
|
100
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2V4cGxhbmF0aW9ub2ZiZW5lZml0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIEV4cGxhbmF0aW9uT2ZCZW5lZml0IFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IEV4cGxhbmF0aW9uT2ZCZW5lZml0X0FjY2lkZW50IH0gZnJvbSBcIi4vZXhwbGFuYXRpb25vZmJlbmVmaXRfYWNjaWRlbnRcIjtcbmltcG9ydCB0eXBlIHsgRXhwbGFuYXRpb25PZkJlbmVmaXRfQWRkSXRlbSB9IGZyb20gXCIuL2V4cGxhbmF0aW9ub2ZiZW5lZml0X2FkZGl0ZW1cIjtcbmltcG9ydCB0eXBlIHsgRXhwbGFuYXRpb25PZkJlbmVmaXRfQmVuZWZpdEJhbGFuY2UgfSBmcm9tIFwiLi9leHBsYW5hdGlvbm9mYmVuZWZpdF9iZW5lZml0YmFsYW5jZVwiO1xuaW1wb3J0IHR5cGUgeyBFeHBsYW5hdGlvbk9mQmVuZWZpdF9DYXJlVGVhbSB9IGZyb20gXCIuL2V4cGxhbmF0aW9ub2ZiZW5lZml0X2NhcmV0ZWFtXCI7XG5pbXBvcnQgdHlwZSB7IEV4cGxhbmF0aW9uT2ZCZW5lZml0X0RpYWdub3NpcyB9IGZyb20gXCIuL2V4cGxhbmF0aW9ub2ZiZW5lZml0X2RpYWdub3Npc1wiO1xuaW1wb3J0IHR5cGUgeyBFeHBsYW5hdGlvbk9mQmVuZWZpdF9JbmZvcm1hdGlvbiB9IGZyb20gXCIuL2V4cGxhbmF0aW9ub2ZiZW5lZml0X2luZm9ybWF0aW9uXCI7XG5pbXBvcnQgdHlwZSB7IEV4cGxhbmF0aW9uT2ZCZW5lZml0X0luc3VyYW5jZSB9IGZyb20gXCIuL2V4cGxhbmF0aW9ub2ZiZW5lZml0X2luc3VyYW5jZVwiO1xuaW1wb3J0IHR5cGUgeyBFeHBsYW5hdGlvbk9mQmVuZWZpdF9JdGVtIH0gZnJvbSBcIi4vZXhwbGFuYXRpb25vZmJlbmVmaXRfaXRlbVwiO1xuaW1wb3J0IHR5cGUgeyBFeHBsYW5hdGlvbk9mQmVuZWZpdF9QYXllZSB9IGZyb20gXCIuL2V4cGxhbmF0aW9ub2ZiZW5lZml0X3BheWVlXCI7XG5pbXBvcnQgdHlwZSB7IEV4cGxhbmF0aW9uT2ZCZW5lZml0X1BheW1lbnQgfSBmcm9tIFwiLi9leHBsYW5hdGlvbm9mYmVuZWZpdF9wYXltZW50XCI7XG5pbXBvcnQgdHlwZSB7IEV4cGxhbmF0aW9uT2ZCZW5lZml0X1Byb2NlZHVyZSB9IGZyb20gXCIuL2V4cGxhbmF0aW9ub2ZiZW5lZml0X3Byb2NlZHVyZVwiO1xuaW1wb3J0IHR5cGUgeyBFeHBsYW5hdGlvbk9mQmVuZWZpdF9Qcm9jZXNzTm90ZSB9IGZyb20gXCIuL2V4cGxhbmF0aW9ub2ZiZW5lZml0X3Byb2Nlc3Nub3RlXCI7XG5pbXBvcnQgdHlwZSB7IEV4cGxhbmF0aW9uT2ZCZW5lZml0X1JlbGF0ZWQgfSBmcm9tIFwiLi9leHBsYW5hdGlvbm9mYmVuZWZpdF9yZWxhdGVkXCI7XG5pbXBvcnQgdHlwZSB7IElkZW50aWZpZXIgfSBmcm9tIFwiLi9pZGVudGlmaWVyXCI7XG5pbXBvcnQgdHlwZSB7IE1vbmV5IH0gZnJvbSBcIi4vbW9uZXlcIjtcbmltcG9ydCB0eXBlIHsgUGVyaW9kIH0gZnJvbSBcIi4vcGVyaW9kXCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIEV4cGxhbmF0aW9uT2ZCZW5lZml0IHtcbiAgLyoqIFRoaXMgaXMgYSBFeHBsYW5hdGlvbk9mQmVuZWZpdCByZXNvdXJjZSAqL1xuICByZXNvdXJjZVR5cGU6IFwiRXhwbGFuYXRpb25PZkJlbmVmaXRcIjtcblxuICAvKiogVGhlIEVPQiBCdXNpbmVzcyBJZGVudGlmaWVyLiAqL1xuICBpZGVudGlmaWVyPzogSWRlbnRpZmllcltdO1xuXG4gIC8qKiBUaGUgc3RhdHVzIG9mIHRoZSByZXNvdXJjZSBpbnN0YW5jZS4gKi9cbiAgc3RhdHVzPzogXCJhY3RpdmVcIiB8IFwiY2FuY2VsbGVkXCIgfCBcImRyYWZ0XCIgfCBcImVudGVyZWQtaW4tZXJyb3JcIjtcblxuICAvKiogVGhlIGNhdGVnb3J5IG9mIGNsYWltLCBlZywgb3JhbCwgcGhhcm1hY3ksIHZpc2lvbiwgaW5zaXR1dGlvbmFsLCBwcm9mZXNzaW9uYWwuICovXG4gIHR5cGU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEEgZmluZXIgZ3JhaW5lZCBzdWl0ZSBvZiBjbGFpbSBzdWJ0eXBlIGNvZGVzIHdoaWNoIG1heSBjb252ZXkgSW5wYXRpZW50IHZzIE91dHBhdGllbnQgYW5kL29yIGEgc3BlY2lhbHR5IHNlcnZpY2UuIEluIHRoZSBVUyB0aGUgQmlsbFR5cGUuICovXG4gIHN1YlR5cGU/OiBDb2RlYWJsZUNvbmNlcHRbXTtcblxuICAvKiogUGF0aWVudCBSZXNvdXJjZS4gKi9cbiAgcGF0aWVudD86IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIGJpbGxhYmxlIHBlcmlvZCBmb3Igd2hpY2ggY2hhcmdlcyBhcmUgYmVpbmcgc3VibWl0dGVkLiAqL1xuICBiaWxsYWJsZVBlcmlvZD86IFBlcmlvZDtcblxuICAvKiogVGhlIGRhdGUgd2hlbiB0aGUgRU9CIHdhcyBjcmVhdGVkLiAqL1xuICBjcmVhdGVkPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgcGVyc29uIHdobyBjcmVhdGVkIHRoZSBleHBsYW5hdGlvbiBvZiBiZW5lZml0LiAqL1xuICBlbnRlcmVyPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBUaGUgaW5zdXJlciB3aGljaCBpcyByZXNwb25zaWJsZSBmb3IgdGhlIGV4cGxhbmF0aW9uIG9mIGJlbmVmaXQuICovXG4gIGluc3VyZXI/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIFRoZSBwcm92aWRlciB3aGljaCBpcyByZXNwb25zaWJsZSBmb3IgdGhlIGNsYWltLiAqL1xuICBwcm92aWRlcj86IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIHByb3ZpZGVyIHdoaWNoIGlzIHJlc3BvbnNpYmxlIGZvciB0aGUgY2xhaW0uICovXG4gIG9yZ2FuaXphdGlvbj86IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIHJlZmVycmFsIHJlc291cmNlIHdoaWNoIGxpc3RzIHRoZSBkYXRlLCBwcmFjdGl0aW9uZXIsIHJlYXNvbiBhbmQgb3RoZXIgc3VwcG9ydGluZyBpbmZvcm1hdGlvbi4gKi9cbiAgcmVmZXJyYWw/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIEZhY2lsaXR5IHdoZXJlIHRoZSBzZXJ2aWNlcyB3ZXJlIHByb3ZpZGVkLiAqL1xuICBmYWNpbGl0eT86IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIGJ1c2luZXNzIGlkZW50aWZpZXIgZm9yIHRoZSBpbnN0YW5jZTogaW52b2ljZSBudW1iZXIsIGNsYWltIG51bWJlciwgcHJlLWRldGVybWluYXRpb24gb3IgcHJlLWF1dGhvcml6YXRpb24gbnVtYmVyLiAqL1xuICBjbGFpbT86IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIGJ1c2luZXNzIGlkZW50aWZpZXIgZm9yIHRoZSBpbnN0YW5jZTogaW52b2ljZSBudW1iZXIsIGNsYWltIG51bWJlciwgcHJlLWRldGVybWluYXRpb24gb3IgcHJlLWF1dGhvcml6YXRpb24gbnVtYmVyLiAqL1xuICBjbGFpbVJlc3BvbnNlPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBQcm9jZXNzaW5nIG91dGNvbWUgZXJycm9yLCBwYXJ0aWFsIG9yIGNvbXBsZXRlIHByb2Nlc3NpbmcuICovXG4gIG91dGNvbWU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEEgZGVzY3JpcHRpb24gb2YgdGhlIHN0YXR1cyBvZiB0aGUgYWRqdWRpY2F0aW9uLiAqL1xuICBkaXNwb3NpdGlvbj86IHN0cmluZztcblxuICAvKiogT3RoZXIgY2xhaW1zIHdoaWNoIGFyZSByZWxhdGVkIHRvIHRoaXMgY2xhaW0gc3VjaCBhcyBwcmlvciBjbGFpbSB2ZXJzaW9ucyBvciBmb3IgcmVsYXRlZCBzZXJ2aWNlcy4gKi9cbiAgcmVsYXRlZD86IEV4cGxhbmF0aW9uT2ZCZW5lZml0X1JlbGF0ZWRbXTtcblxuICAvKiogUHJlc2NyaXB0aW9uIHRvIHN1cHBvcnQgdGhlIGRpc3BlbnNpbmcgb2YgUGhhcm1hY3kgb3IgVmlzaW9uIHByb2R1Y3RzLiAqL1xuICBwcmVzY3JpcHRpb24/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIE9yaWdpbmFsIHByZXNjcmlwdGlvbiB3aGljaCBoYXMgYmVlbiBzdXBlcmNlZGVkIGJ5IHRoaXMgcHJlc2NyaXB0aW9uIHRvIHN1cHBvcnQgdGhlIGRpc3BlbnNpbmcgb2YgcGhhcm1hY3kgc2VydmljZXMsIG1lZGljYXRpb25zIG9yIHByb2R1Y3RzLiBGb3IgZXhhbXBsZSwgYSBwaHlzaWNpYW4gbWF5IHByZXNjcmliZSBhIG1lZGljYXRpb24gd2hpY2ggdGhlIHBoYXJtYWN5IGRldGVybWluZXMgaXMgY29udHJhaW5kaWNhdGVkLCBvciBmb3Igd2hpY2ggdGhlIHBhdGllbnQgaGFzIGFuIGludG9sZXJhbmNlLCBhbmQgdGhlcmVmb3IgaXNzdWVzIGEgbmV3IHByZWNyaXB0aW9uIGZvciBhbiBhbHRlcm5hdGUgbWVkaWNhdGlvbiB3aGljaCBoYXMgdGhlIHNhbWUgdGhlcmFwdXRpYyBpbnRlbnQuIFRoZSBwcmVzY3JpcHRpb24gZnJvbSB0aGUgcGhhcm1hY3kgYmVjb21lcyB0aGUgJ3ByZXNjcmlwdGlvbicgYW5kIHRoYXQgZnJvbSB0aGUgcGh5c2ljaWFuIGJlY29tZXMgdGhlICdvcmlnaW5hbCBwcmVzY3JpcHRpb24nLiAqL1xuICBvcmlnaW5hbFByZXNjcmlwdGlvbj86IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIHBhcnR5IHRvIGJlIHJlaW1idXJzZWQgZm9yIHRoZSBzZXJ2aWNlcy4gKi9cbiAgcGF5ZWU/OiBFeHBsYW5hdGlvbk9mQmVuZWZpdF9QYXllZTtcblxuICAvKiogQWRkaXRpb25hbCBpbmZvcm1hdGlvbiBjb2RlcyByZWdhcmRpbmcgZXhjZXB0aW9ucywgc3BlY2lhbCBjb25zaWRlcmF0aW9ucywgdGhlIGNvbmRpdGlvbiwgc2l0dWF0aW9uLCBwcmlvciBvciBjb25jdXJyZW50IGlzc3Vlcy4gT2Z0ZW4gdGhlcmUgYXJlIG11dGlwbGUganVyaXNkaWN0aW9uIHNwZWNpZmljIHZhbHVlc2V0cyB3aGljaCBhcmUgcmVxdWlyZWQuICovXG4gIGluZm9ybWF0aW9uPzogRXhwbGFuYXRpb25PZkJlbmVmaXRfSW5mb3JtYXRpb25bXTtcblxuICAvKiogVGhlIG1lbWJlcnMgb2YgdGhlIHRlYW0gd2hvIHByb3ZpZGVkIHRoZSBvdmVyYWxsIHNlcnZpY2UgYXMgd2VsbCBhcyB0aGVpciByb2xlIGFuZCB3aGV0aGVyIHJlc3BvbnNpYmxlIGFuZCBxdWFsaWZpY2F0aW9ucy4gKi9cbiAgY2FyZVRlYW0/OiBFeHBsYW5hdGlvbk9mQmVuZWZpdF9DYXJlVGVhbVtdO1xuXG4gIC8qKiBPcmRlcmVkIGxpc3Qgb2YgcGF0aWVudCBkaWFnbm9zaXMgZm9yIHdoaWNoIGNhcmUgaXMgc291Z2h0LiAqL1xuICBkaWFnbm9zaXM/OiBFeHBsYW5hdGlvbk9mQmVuZWZpdF9EaWFnbm9zaXNbXTtcblxuICAvKiogT3JkZXJlZCBsaXN0IG9mIHBhdGllbnQgcHJvY2VkdXJlcyBwZXJmb3JtZWQgdG8gc3VwcG9ydCB0aGUgYWRqdWRpY2F0aW9uLiAqL1xuICBwcm9jZWR1cmU/OiBFeHBsYW5hdGlvbk9mQmVuZWZpdF9Qcm9jZWR1cmVbXTtcblxuICAvKiogUHJlY2VkZW5jZSAocHJpbWFyeSwgc2Vjb25kYXJ5LCBldGMuKS4gKi9cbiAgcHJlY2VkZW5jZT86IG51bWJlcjtcblxuICAvKiogRmluYW5jaWFsIGluc3RydW1lbnQgYnkgd2hpY2ggcGF5bWVudCBpbmZvcm1hdGlvbiBmb3IgaGVhbHRoIGNhcmUuICovXG4gIGluc3VyYW5jZT86IEV4cGxhbmF0aW9uT2ZCZW5lZml0X0luc3VyYW5jZTtcblxuICAvKiogQW4gYWNjaWRlbnQgd2hpY2ggcmVzdWx0ZWQgaW4gdGhlIG5lZWQgZm9yIGhlYWx0aGNhcmUgc2VydmljZXMuICovXG4gIGFjY2lkZW50PzogRXhwbGFuYXRpb25PZkJlbmVmaXRfQWNjaWRlbnQ7XG5cbiAgLyoqIFRoZSBzdGFydCBhbmQgb3B0aW9uYWwgZW5kIGRhdGVzIG9mIHdoZW4gdGhlIHBhdGllbnQgd2FzIHByZWNsdWRlZCBmcm9tIHdvcmtpbmcgZHVlIHRvIHRoZSB0cmVhdGFibGUgY29uZGl0aW9uKHMpLiAqL1xuICBlbXBsb3ltZW50SW1wYWN0ZWQ/OiBQZXJpb2Q7XG5cbiAgLyoqIFRoZSBzdGFydCBhbmQgb3B0aW9uYWwgZW5kIGRhdGVzIG9mIHdoZW4gdGhlIHBhdGllbnQgd2FzIGNvbmZpbmVkIHRvIGEgdHJlYXRtZW50IGNlbnRlci4gKi9cbiAgaG9zcGl0YWxpemF0aW9uPzogUGVyaW9kO1xuXG4gIC8qKiBGaXJzdCB0aWVyIG9mIGdvb2RzIGFuZCBzZXJ2aWNlcy4gKi9cbiAgaXRlbT86IEV4cGxhbmF0aW9uT2ZCZW5lZml0X0l0ZW1bXTtcblxuICAvKiogVGhlIGZpcnN0IHRpZXIgc2VydmljZSBhZGp1ZGljYXRpb25zIGZvciBwYXlvciBhZGRlZCBzZXJ2aWNlcy4gKi9cbiAgYWRkSXRlbT86IEV4cGxhbmF0aW9uT2ZCZW5lZml0X0FkZEl0ZW1bXTtcblxuICAvKiogVGhlIHRvdGFsIGNvc3Qgb2YgdGhlIHNlcnZpY2VzIHJlcG9ydGVkLiAqL1xuICB0b3RhbENvc3Q/OiBNb25leTtcblxuICAvKiogVGhlIGFtb3VudCBvZiBkZWR1Y3RhYmxlIGFwcGxpZWQgd2hpY2ggd2FzIG5vdCBhbGxvY2F0ZWQgdG8gYW55IHBhcnRpY3VsYXIgc2VydmljZSBsaW5lLiAqL1xuICB1bmFsbG9jRGVkdWN0YWJsZT86IE1vbmV5O1xuXG4gIC8qKiBUb3RhbCBhbW91bnQgb2YgYmVuZWZpdCBwYXlhYmxlIChFcXVhbCB0byBzdW0gb2YgdGhlIEJlbmVmaXQgYW1vdW50cyBmcm9tIGFsbCBkZXRhaWwgbGluZXMgYW5kIGFkZGl0aW9ucyBsZXNzIHRoZSBVbmFsbG9jYXRlZCBEZWR1Y3RhYmxlKS4gKi9cbiAgdG90YWxCZW5lZml0PzogTW9uZXk7XG5cbiAgLyoqIFBheW1lbnQgZGV0YWlscyBmb3IgdGhlIGNsYWltIGlmIHRoZSBjbGFpbSBoYXMgYmVlbiBwYWlkLiAqL1xuICBwYXltZW50PzogRXhwbGFuYXRpb25PZkJlbmVmaXRfUGF5bWVudDtcblxuICAvKiogVGhlIGZvcm0gdG8gYmUgdXNlZCBmb3IgcHJpbnRpbmcgdGhlIGNvbnRlbnQuICovXG4gIGZvcm0/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIE5vdGUgdGV4dC4gKi9cbiAgcHJvY2Vzc05vdGU/OiBFeHBsYW5hdGlvbk9mQmVuZWZpdF9Qcm9jZXNzTm90ZVtdO1xuXG4gIC8qKiBCYWxhbmNlIGJ5IEJlbmVmaXQgQ2F0ZWdvcnkuICovXG4gIGJlbmVmaXRCYWxhbmNlPzogRXhwbGFuYXRpb25PZkJlbmVmaXRfQmVuZWZpdEJhbGFuY2VbXTtcbn1cbiJdfQ==
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { Address } from "./address";
|
|
2
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
-
import type { Reference } from "./reference";
|
|
4
|
-
export interface ExplanationOfBenefit_Accident {
|
|
5
|
-
/** Date of an accident which these services are addressing. */
|
|
6
|
-
date?: string;
|
|
7
|
-
/** Type of accident: work, auto, etc. */
|
|
8
|
-
type?: CodeableConcept;
|
|
9
|
-
/** Where the accident occurred. */
|
|
10
|
-
locationAddress?: Address;
|
|
11
|
-
/** Where the accident occurred. */
|
|
12
|
-
locationReference?: Reference;
|
|
13
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfYWNjaWRlbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2V4cGxhbmF0aW9ub2ZiZW5lZml0X2FjY2lkZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIEV4cGxhbmF0aW9uT2ZCZW5lZml0X0FjY2lkZW50IFR5cGVcbmltcG9ydCB0eXBlIHsgQWRkcmVzcyB9IGZyb20gXCIuL2FkZHJlc3NcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIEV4cGxhbmF0aW9uT2ZCZW5lZml0X0FjY2lkZW50IHtcbiAgLyoqIERhdGUgb2YgYW4gYWNjaWRlbnQgd2hpY2ggdGhlc2Ugc2VydmljZXMgYXJlIGFkZHJlc3NpbmcuICovXG4gIGRhdGU/OiBzdHJpbmc7XG5cbiAgLyoqIFR5cGUgb2YgYWNjaWRlbnQ6IHdvcmssIGF1dG8sIGV0Yy4gKi9cbiAgdHlwZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogV2hlcmUgdGhlIGFjY2lkZW50IG9jY3VycmVkLiAqL1xuICBsb2NhdGlvbkFkZHJlc3M/OiBBZGRyZXNzO1xuXG4gIC8qKiBXaGVyZSB0aGUgYWNjaWRlbnQgb2NjdXJyZWQuICovXG4gIGxvY2F0aW9uUmVmZXJlbmNlPzogUmVmZXJlbmNlO1xufVxuIl19
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { ExplanationOfBenefit_Adjudication } from "./explanationofbenefit_adjudication";
|
|
3
|
-
import type { ExplanationOfBenefit_Detail1 } from "./explanationofbenefit_detail1";
|
|
4
|
-
import type { Money } from "./money";
|
|
5
|
-
export interface ExplanationOfBenefit_AddItem {
|
|
6
|
-
/** List of input service items which this service line is intended to replace. */
|
|
7
|
-
sequenceLinkId?: number[];
|
|
8
|
-
/** The type of reveneu or cost center providing the product and/or service. */
|
|
9
|
-
revenue?: CodeableConcept;
|
|
10
|
-
/** Health Care Service Type Codes to identify the classification of service or benefits. */
|
|
11
|
-
category?: CodeableConcept;
|
|
12
|
-
/** If this is an actual service or product line, ie. not a Group, then use code to indicate the Professional Service or Product supplied (eg. CTP, HCPCS,USCLS,ICD10, NCPDP,DIN,ACHI,CCI). If a grouping item then use a group code to indicate the type of thing being grouped eg. 'glasses' or 'compound'. */
|
|
13
|
-
service?: CodeableConcept;
|
|
14
|
-
/** 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. */
|
|
15
|
-
modifier?: CodeableConcept[];
|
|
16
|
-
/** The fee charged for the professional service or product. */
|
|
17
|
-
fee?: Money;
|
|
18
|
-
/** A list of note references to the notes provided below. */
|
|
19
|
-
noteNumber?: number[];
|
|
20
|
-
/** The adjudications results. */
|
|
21
|
-
adjudication?: ExplanationOfBenefit_Adjudication[];
|
|
22
|
-
/** The second tier service adjudications for payor added services. */
|
|
23
|
-
detail?: ExplanationOfBenefit_Detail1[];
|
|
24
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfYWRkaXRlbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvZXhwbGFuYXRpb25vZmJlbmVmaXRfYWRkaXRlbS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBFeHBsYW5hdGlvbk9mQmVuZWZpdF9BZGRJdGVtIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IEV4cGxhbmF0aW9uT2ZCZW5lZml0X0FkanVkaWNhdGlvbiB9IGZyb20gXCIuL2V4cGxhbmF0aW9ub2ZiZW5lZml0X2FkanVkaWNhdGlvblwiO1xuaW1wb3J0IHR5cGUgeyBFeHBsYW5hdGlvbk9mQmVuZWZpdF9EZXRhaWwxIH0gZnJvbSBcIi4vZXhwbGFuYXRpb25vZmJlbmVmaXRfZGV0YWlsMVwiO1xuaW1wb3J0IHR5cGUgeyBNb25leSB9IGZyb20gXCIuL21vbmV5XCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgRXhwbGFuYXRpb25PZkJlbmVmaXRfQWRkSXRlbSB7XG4gIC8qKiBMaXN0IG9mIGlucHV0IHNlcnZpY2UgaXRlbXMgd2hpY2ggdGhpcyBzZXJ2aWNlIGxpbmUgaXMgaW50ZW5kZWQgdG8gcmVwbGFjZS4gKi9cbiAgc2VxdWVuY2VMaW5rSWQ/OiBudW1iZXJbXTtcblxuICAvKiogVGhlIHR5cGUgb2YgcmV2ZW5ldSBvciBjb3N0IGNlbnRlciBwcm92aWRpbmcgdGhlIHByb2R1Y3QgYW5kL29yIHNlcnZpY2UuICovXG4gIHJldmVudWU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEhlYWx0aCBDYXJlIFNlcnZpY2UgVHlwZSBDb2RlcyAgdG8gaWRlbnRpZnkgdGhlIGNsYXNzaWZpY2F0aW9uIG9mIHNlcnZpY2Ugb3IgYmVuZWZpdHMuICovXG4gIGNhdGVnb3J5PzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBJZiB0aGlzIGlzIGFuIGFjdHVhbCBzZXJ2aWNlIG9yIHByb2R1Y3QgbGluZSwgaWUuIG5vdCBhIEdyb3VwLCB0aGVuIHVzZSBjb2RlIHRvIGluZGljYXRlIHRoZSBQcm9mZXNzaW9uYWwgU2VydmljZSBvciBQcm9kdWN0IHN1cHBsaWVkIChlZy4gQ1RQLCBIQ1BDUyxVU0NMUyxJQ0QxMCwgTkNQRFAsRElOLEFDSEksQ0NJKS4gSWYgYSBncm91cGluZyBpdGVtIHRoZW4gdXNlIGEgZ3JvdXAgY29kZSB0byBpbmRpY2F0ZSB0aGUgdHlwZSBvZiB0aGluZyBiZWluZyBncm91cGVkIGVnLiAnZ2xhc3Nlcycgb3IgJ2NvbXBvdW5kJy4gKi9cbiAgc2VydmljZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogSXRlbSB0eXBpZmljYXRpb24gb3IgbW9kaWZpZXJzIGNvZGVzLCBlZyBmb3IgT3JhbCB3aGV0aGVyIHRoZSB0cmVhdG1lbnQgaXMgY29zbWV0aWMgb3IgYXNzb2NpYXRlZCB3aXRoIFRNSiwgb3IgZm9yIG1lZGljYWwgd2hldGhlciB0aGUgdHJlYXRtZW50IHdhcyBvdXRzaWRlIHRoZSBjbGluaWMgb3Igb3V0IG9mIG9mZmljZSBob3Vycy4gKi9cbiAgbW9kaWZpZXI/OiBDb2RlYWJsZUNvbmNlcHRbXTtcblxuICAvKiogVGhlIGZlZSBjaGFyZ2VkIGZvciB0aGUgcHJvZmVzc2lvbmFsIHNlcnZpY2Ugb3IgcHJvZHVjdC4gKi9cbiAgZmVlPzogTW9uZXk7XG5cbiAgLyoqIEEgbGlzdCBvZiBub3RlIHJlZmVyZW5jZXMgdG8gdGhlIG5vdGVzIHByb3ZpZGVkIGJlbG93LiAqL1xuICBub3RlTnVtYmVyPzogbnVtYmVyW107XG5cbiAgLyoqIFRoZSBhZGp1ZGljYXRpb25zIHJlc3VsdHMuICovXG4gIGFkanVkaWNhdGlvbj86IEV4cGxhbmF0aW9uT2ZCZW5lZml0X0FkanVkaWNhdGlvbltdO1xuXG4gIC8qKiBUaGUgc2Vjb25kIHRpZXIgc2VydmljZSBhZGp1ZGljYXRpb25zIGZvciBwYXlvciBhZGRlZCBzZXJ2aWNlcy4gKi9cbiAgZGV0YWlsPzogRXhwbGFuYXRpb25PZkJlbmVmaXRfRGV0YWlsMVtdO1xufVxuIl19
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Money } from "./money";
|
|
3
|
-
export interface ExplanationOfBenefit_Adjudication {
|
|
4
|
-
/** Code indicating: Co-Pay, deductable, elegible, benefit, tax, etc. */
|
|
5
|
-
category: CodeableConcept;
|
|
6
|
-
/** Adjudication reason such as limit reached. */
|
|
7
|
-
reason?: CodeableConcept;
|
|
8
|
-
/** Monitory amount associated with the code. */
|
|
9
|
-
amount?: Money;
|
|
10
|
-
/** A non-monetary value for example a percentage. Mutually exclusive to the amount element above. */
|
|
11
|
-
value?: number;
|
|
12
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfYWRqdWRpY2F0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9leHBsYW5hdGlvbm9mYmVuZWZpdF9hZGp1ZGljYXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgRXhwbGFuYXRpb25PZkJlbmVmaXRfQWRqdWRpY2F0aW9uIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IE1vbmV5IH0gZnJvbSBcIi4vbW9uZXlcIjtcblxuZXhwb3J0IGludGVyZmFjZSBFeHBsYW5hdGlvbk9mQmVuZWZpdF9BZGp1ZGljYXRpb24ge1xuICAvKiogQ29kZSBpbmRpY2F0aW5nOiBDby1QYXksIGRlZHVjdGFibGUsIGVsZWdpYmxlLCBiZW5lZml0LCB0YXgsIGV0Yy4gKi9cbiAgY2F0ZWdvcnk6IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogQWRqdWRpY2F0aW9uIHJlYXNvbiBzdWNoIGFzIGxpbWl0IHJlYWNoZWQuICovXG4gIHJlYXNvbj86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogTW9uaXRvcnkgYW1vdW50IGFzc29jaWF0ZWQgd2l0aCB0aGUgY29kZS4gKi9cbiAgYW1vdW50PzogTW9uZXk7XG5cbiAgLyoqIEEgbm9uLW1vbmV0YXJ5IHZhbHVlIGZvciBleGFtcGxlIGEgcGVyY2VudGFnZS4gTXV0dWFsbHkgZXhjbHVzaXZlIHRvIHRoZSBhbW91bnQgZWxlbWVudCBhYm92ZS4gKi9cbiAgdmFsdWU/OiBudW1iZXI7XG59XG4iXX0=
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { ExplanationOfBenefit_Financial } from "./explanationofbenefit_financial";
|
|
3
|
-
export interface ExplanationOfBenefit_BenefitBalance {
|
|
4
|
-
/** Dental, Vision, Medical, Pharmacy, Rehab etc. */
|
|
5
|
-
category: CodeableConcept;
|
|
6
|
-
/** Dental: basic, major, ortho; Vision exam, glasses, contacts; etc. */
|
|
7
|
-
subCategory?: CodeableConcept;
|
|
8
|
-
/** True if the indicated class of service is excluded from the plan, missing or False indicated the service is included in the coverage. */
|
|
9
|
-
excluded?: boolean;
|
|
10
|
-
/** A short name or tag for the benefit, for example MED01, or DENT2. */
|
|
11
|
-
name?: string;
|
|
12
|
-
/** A richer description of the benefit, for example 'DENT2 covers 100% of basic, 50% of major but exclused Ortho, Implants and Costmetic services'. */
|
|
13
|
-
description?: string;
|
|
14
|
-
/** Network designation. */
|
|
15
|
-
network?: CodeableConcept;
|
|
16
|
-
/** Unit designation: individual or family. */
|
|
17
|
-
unit?: CodeableConcept;
|
|
18
|
-
/** The term or period of the values such as 'maximum lifetime benefit' or 'maximum annual vistis'. */
|
|
19
|
-
term?: CodeableConcept;
|
|
20
|
-
/** Benefits Used to date. */
|
|
21
|
-
financial?: ExplanationOfBenefit_Financial[];
|
|
22
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfYmVuZWZpdGJhbGFuY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2V4cGxhbmF0aW9ub2ZiZW5lZml0X2JlbmVmaXRiYWxhbmNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIEV4cGxhbmF0aW9uT2ZCZW5lZml0X0JlbmVmaXRCYWxhbmNlIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IEV4cGxhbmF0aW9uT2ZCZW5lZml0X0ZpbmFuY2lhbCB9IGZyb20gXCIuL2V4cGxhbmF0aW9ub2ZiZW5lZml0X2ZpbmFuY2lhbFwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIEV4cGxhbmF0aW9uT2ZCZW5lZml0X0JlbmVmaXRCYWxhbmNlIHtcbiAgLyoqIERlbnRhbCwgVmlzaW9uLCBNZWRpY2FsLCBQaGFybWFjeSwgUmVoYWIgZXRjLiAqL1xuICBjYXRlZ29yeTogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBEZW50YWw6IGJhc2ljLCBtYWpvciwgb3J0aG87IFZpc2lvbiBleGFtLCBnbGFzc2VzLCBjb250YWN0czsgZXRjLiAqL1xuICBzdWJDYXRlZ29yeT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogVHJ1ZSBpZiB0aGUgaW5kaWNhdGVkIGNsYXNzIG9mIHNlcnZpY2UgaXMgZXhjbHVkZWQgZnJvbSB0aGUgcGxhbiwgbWlzc2luZyBvciBGYWxzZSBpbmRpY2F0ZWQgdGhlIHNlcnZpY2UgaXMgaW5jbHVkZWQgaW4gdGhlIGNvdmVyYWdlLiAqL1xuICBleGNsdWRlZD86IGJvb2xlYW47XG5cbiAgLyoqIEEgc2hvcnQgbmFtZSBvciB0YWcgZm9yIHRoZSBiZW5lZml0LCBmb3IgZXhhbXBsZSBNRUQwMSwgb3IgREVOVDIuICovXG4gIG5hbWU/OiBzdHJpbmc7XG5cbiAgLyoqIEEgcmljaGVyIGRlc2NyaXB0aW9uIG9mIHRoZSBiZW5lZml0LCBmb3IgZXhhbXBsZSAnREVOVDIgY292ZXJzIDEwMCUgb2YgYmFzaWMsIDUwJSBvZiBtYWpvciBidXQgZXhjbHVzZWQgT3J0aG8sIEltcGxhbnRzIGFuZCBDb3N0bWV0aWMgc2VydmljZXMnLiAqL1xuICBkZXNjcmlwdGlvbj86IHN0cmluZztcblxuICAvKiogTmV0d29yayBkZXNpZ25hdGlvbi4gKi9cbiAgbmV0d29yaz86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogVW5pdCBkZXNpZ25hdGlvbjogaW5kaXZpZHVhbCBvciBmYW1pbHkuICovXG4gIHVuaXQ/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIFRoZSB0ZXJtIG9yIHBlcmlvZCBvZiB0aGUgdmFsdWVzIHN1Y2ggYXMgJ21heGltdW0gbGlmZXRpbWUgYmVuZWZpdCcgb3IgJ21heGltdW0gYW5udWFsIHZpc3RpcycuICovXG4gIHRlcm0/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEJlbmVmaXRzIFVzZWQgdG8gZGF0ZS4gKi9cbiAgZmluYW5jaWFsPzogRXhwbGFuYXRpb25PZkJlbmVmaXRfRmluYW5jaWFsW107XG59XG4iXX0=
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
export interface ExplanationOfBenefit_CareTeam {
|
|
4
|
-
/** Sequence of careteam which serves to order and provide a link. */
|
|
5
|
-
sequence?: number;
|
|
6
|
-
/** The members of the team who provided the overall service. */
|
|
7
|
-
provider: Reference;
|
|
8
|
-
/** The practitioner who is billing and responsible for the claimed services rendered to the patient. */
|
|
9
|
-
responsible?: boolean;
|
|
10
|
-
/** The lead, assisting or supervising practitioner and their discipline if a multidisiplinary team. */
|
|
11
|
-
role?: CodeableConcept;
|
|
12
|
-
/** The qualification which is applicable for this service. */
|
|
13
|
-
qualification?: CodeableConcept;
|
|
14
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfY2FyZXRlYW0uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2V4cGxhbmF0aW9ub2ZiZW5lZml0X2NhcmV0ZWFtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIEV4cGxhbmF0aW9uT2ZCZW5lZml0X0NhcmVUZWFtIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIEV4cGxhbmF0aW9uT2ZCZW5lZml0X0NhcmVUZWFtIHtcbiAgLyoqIFNlcXVlbmNlIG9mIGNhcmV0ZWFtIHdoaWNoIHNlcnZlcyB0byBvcmRlciBhbmQgcHJvdmlkZSBhIGxpbmsuICovXG4gIHNlcXVlbmNlPzogbnVtYmVyO1xuXG4gIC8qKiBUaGUgbWVtYmVycyBvZiB0aGUgdGVhbSB3aG8gcHJvdmlkZWQgdGhlIG92ZXJhbGwgc2VydmljZS4gKi9cbiAgcHJvdmlkZXI6IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIHByYWN0aXRpb25lciB3aG8gaXMgYmlsbGluZyBhbmQgcmVzcG9uc2libGUgZm9yIHRoZSBjbGFpbWVkIHNlcnZpY2VzIHJlbmRlcmVkIHRvIHRoZSBwYXRpZW50LiAqL1xuICByZXNwb25zaWJsZT86IGJvb2xlYW47XG5cbiAgLyoqIFRoZSBsZWFkLCBhc3Npc3Rpbmcgb3Igc3VwZXJ2aXNpbmcgcHJhY3RpdGlvbmVyIGFuZCB0aGVpciBkaXNjaXBsaW5lIGlmIGEgbXVsdGlkaXNpcGxpbmFyeSB0ZWFtLiAqL1xuICByb2xlPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBUaGUgcXVhbGlmaWNhdGlvbiB3aGljaCBpcyBhcHBsaWNhYmxlIGZvciB0aGlzIHNlcnZpY2UuICovXG4gIHF1YWxpZmljYXRpb24/OiBDb2RlYWJsZUNvbmNlcHQ7XG59XG4iXX0=
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { ExplanationOfBenefit_Adjudication } from "./explanationofbenefit_adjudication";
|
|
3
|
-
import type { ExplanationOfBenefit_SubDetail } from "./explanationofbenefit_subdetail";
|
|
4
|
-
import type { Money } from "./money";
|
|
5
|
-
import type { Quantity } from "./quantity";
|
|
6
|
-
import type { Reference } from "./reference";
|
|
7
|
-
export interface ExplanationOfBenefit_Detail {
|
|
8
|
-
/** A service line number. */
|
|
9
|
-
sequence?: number;
|
|
10
|
-
/** The type of product or service. */
|
|
11
|
-
type: CodeableConcept;
|
|
12
|
-
/** The type of reveneu or cost center providing the product and/or service. */
|
|
13
|
-
revenue?: CodeableConcept;
|
|
14
|
-
/** Health Care Service Type Codes to identify the classification of service or benefits. */
|
|
15
|
-
category?: CodeableConcept;
|
|
16
|
-
/** If this is an actual service or product line, ie. not a Group, then use code to indicate the Professional Service or Product supplied (eg. CTP, HCPCS,USCLS,ICD10, NCPDP,DIN,ACHI,CCI). If a grouping item then use a group code to indicate the type of thing being grouped eg. 'glasses' or 'compound'. */
|
|
17
|
-
service?: CodeableConcept;
|
|
18
|
-
/** 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. */
|
|
19
|
-
modifier?: CodeableConcept[];
|
|
20
|
-
/** For programs which require reson codes for the inclusion, covering, of this billed item under the program or sub-program. */
|
|
21
|
-
programCode?: CodeableConcept[];
|
|
22
|
-
/** The number of repetitions of a service or product. */
|
|
23
|
-
quantity?: Quantity;
|
|
24
|
-
/** If the item is a node then this is the fee for the product or service, otherwise this is the total of the fees for the children of the group. */
|
|
25
|
-
unitPrice?: Money;
|
|
26
|
-
/** A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount. */
|
|
27
|
-
factor?: number;
|
|
28
|
-
/** The quantity times the unit price for an addittional service or product or charge. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number * points = net Amount. Quantity, factor and points are assumed to be 1 if not supplied. */
|
|
29
|
-
net?: Money;
|
|
30
|
-
/** List of Unique Device Identifiers associated with this line item. */
|
|
31
|
-
udi?: Reference[];
|
|
32
|
-
/** A list of note references to the notes provided below. */
|
|
33
|
-
noteNumber?: number[];
|
|
34
|
-
/** The adjudications results. */
|
|
35
|
-
adjudication?: ExplanationOfBenefit_Adjudication[];
|
|
36
|
-
/** Third tier of goods and services. */
|
|
37
|
-
subDetail?: ExplanationOfBenefit_SubDetail[];
|
|
38
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfZGV0YWlsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9leHBsYW5hdGlvbm9mYmVuZWZpdF9kZXRhaWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgRXhwbGFuYXRpb25PZkJlbmVmaXRfRGV0YWlsIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IEV4cGxhbmF0aW9uT2ZCZW5lZml0X0FkanVkaWNhdGlvbiB9IGZyb20gXCIuL2V4cGxhbmF0aW9ub2ZiZW5lZml0X2FkanVkaWNhdGlvblwiO1xuaW1wb3J0IHR5cGUgeyBFeHBsYW5hdGlvbk9mQmVuZWZpdF9TdWJEZXRhaWwgfSBmcm9tIFwiLi9leHBsYW5hdGlvbm9mYmVuZWZpdF9zdWJkZXRhaWxcIjtcbmltcG9ydCB0eXBlIHsgTW9uZXkgfSBmcm9tIFwiLi9tb25leVwiO1xuaW1wb3J0IHR5cGUgeyBRdWFudGl0eSB9IGZyb20gXCIuL3F1YW50aXR5XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIEV4cGxhbmF0aW9uT2ZCZW5lZml0X0RldGFpbCB7XG4gIC8qKiBBIHNlcnZpY2UgbGluZSBudW1iZXIuICovXG4gIHNlcXVlbmNlPzogbnVtYmVyO1xuXG4gIC8qKiBUaGUgdHlwZSBvZiBwcm9kdWN0IG9yIHNlcnZpY2UuICovXG4gIHR5cGU6IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogVGhlIHR5cGUgb2YgcmV2ZW5ldSBvciBjb3N0IGNlbnRlciBwcm92aWRpbmcgdGhlIHByb2R1Y3QgYW5kL29yIHNlcnZpY2UuICovXG4gIHJldmVudWU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEhlYWx0aCBDYXJlIFNlcnZpY2UgVHlwZSBDb2RlcyAgdG8gaWRlbnRpZnkgdGhlIGNsYXNzaWZpY2F0aW9uIG9mIHNlcnZpY2Ugb3IgYmVuZWZpdHMuICovXG4gIGNhdGVnb3J5PzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBJZiB0aGlzIGlzIGFuIGFjdHVhbCBzZXJ2aWNlIG9yIHByb2R1Y3QgbGluZSwgaWUuIG5vdCBhIEdyb3VwLCB0aGVuIHVzZSBjb2RlIHRvIGluZGljYXRlIHRoZSBQcm9mZXNzaW9uYWwgU2VydmljZSBvciBQcm9kdWN0IHN1cHBsaWVkIChlZy4gQ1RQLCBIQ1BDUyxVU0NMUyxJQ0QxMCwgTkNQRFAsRElOLEFDSEksQ0NJKS4gSWYgYSBncm91cGluZyBpdGVtIHRoZW4gdXNlIGEgZ3JvdXAgY29kZSB0byBpbmRpY2F0ZSB0aGUgdHlwZSBvZiB0aGluZyBiZWluZyBncm91cGVkIGVnLiAnZ2xhc3Nlcycgb3IgJ2NvbXBvdW5kJy4gKi9cbiAgc2VydmljZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogSXRlbSB0eXBpZmljYXRpb24gb3IgbW9kaWZpZXJzIGNvZGVzLCBlZyBmb3IgT3JhbCB3aGV0aGVyIHRoZSB0cmVhdG1lbnQgaXMgY29zbWV0aWMgb3IgYXNzb2NpYXRlZCB3aXRoIFRNSiwgb3IgZm9yIG1lZGljYWwgd2hldGhlciB0aGUgdHJlYXRtZW50IHdhcyBvdXRzaWRlIHRoZSBjbGluaWMgb3Igb3V0IG9mIG9mZmljZSBob3Vycy4gKi9cbiAgbW9kaWZpZXI/OiBDb2RlYWJsZUNvbmNlcHRbXTtcblxuICAvKiogRm9yIHByb2dyYW1zIHdoaWNoIHJlcXVpcmUgcmVzb24gY29kZXMgZm9yIHRoZSBpbmNsdXNpb24sIGNvdmVyaW5nLCBvZiB0aGlzIGJpbGxlZCBpdGVtIHVuZGVyIHRoZSBwcm9ncmFtIG9yIHN1Yi1wcm9ncmFtLiAqL1xuICBwcm9ncmFtQ29kZT86IENvZGVhYmxlQ29uY2VwdFtdO1xuXG4gIC8qKiBUaGUgbnVtYmVyIG9mIHJlcGV0aXRpb25zIG9mIGEgc2VydmljZSBvciBwcm9kdWN0LiAqL1xuICBxdWFudGl0eT86IFF1YW50aXR5O1xuXG4gIC8qKiBJZiB0aGUgaXRlbSBpcyBhIG5vZGUgdGhlbiB0aGlzIGlzIHRoZSBmZWUgZm9yIHRoZSBwcm9kdWN0IG9yIHNlcnZpY2UsIG90aGVyd2lzZSB0aGlzIGlzIHRoZSB0b3RhbCBvZiB0aGUgZmVlcyBmb3IgdGhlIGNoaWxkcmVuIG9mIHRoZSBncm91cC4gKi9cbiAgdW5pdFByaWNlPzogTW9uZXk7XG5cbiAgLyoqIEEgcmVhbCBudW1iZXIgdGhhdCByZXByZXNlbnRzIGEgbXVsdGlwbGllciB1c2VkIGluIGRldGVybWluaW5nIHRoZSBvdmVyYWxsIHZhbHVlIG9mIHNlcnZpY2VzIGRlbGl2ZXJlZCBhbmQvb3IgZ29vZHMgcmVjZWl2ZWQuIFRoZSBjb25jZXB0IG9mIGEgRmFjdG9yIGFsbG93cyBmb3IgYSBkaXNjb3VudCBvciBzdXJjaGFyZ2UgbXVsdGlwbGllciB0byBiZSBhcHBsaWVkIHRvIGEgbW9uZXRhcnkgYW1vdW50LiAqL1xuICBmYWN0b3I/OiBudW1iZXI7XG5cbiAgLyoqIFRoZSBxdWFudGl0eSB0aW1lcyB0aGUgdW5pdCBwcmljZSBmb3IgYW4gYWRkaXR0aW9uYWwgc2VydmljZSBvciBwcm9kdWN0IG9yIGNoYXJnZS4gRm9yIGV4YW1wbGUsIHRoZSBmb3JtdWxhOiB1bml0IFF1YW50aXR5ICogdW5pdCBQcmljZSAoQ29zdCBwZXIgUG9pbnQpICogZmFjdG9yIE51bWJlciAgKiBwb2ludHMgPSBuZXQgQW1vdW50LiBRdWFudGl0eSwgZmFjdG9yIGFuZCBwb2ludHMgYXJlIGFzc3VtZWQgdG8gYmUgMSBpZiBub3Qgc3VwcGxpZWQuICovXG4gIG5ldD86IE1vbmV5O1xuXG4gIC8qKiBMaXN0IG9mIFVuaXF1ZSBEZXZpY2UgSWRlbnRpZmllcnMgYXNzb2NpYXRlZCB3aXRoIHRoaXMgbGluZSBpdGVtLiAqL1xuICB1ZGk/OiBSZWZlcmVuY2VbXTtcblxuICAvKiogQSBsaXN0IG9mIG5vdGUgcmVmZXJlbmNlcyB0byB0aGUgbm90ZXMgcHJvdmlkZWQgYmVsb3cuICovXG4gIG5vdGVOdW1iZXI/OiBudW1iZXJbXTtcblxuICAvKiogVGhlIGFkanVkaWNhdGlvbnMgcmVzdWx0cy4gKi9cbiAgYWRqdWRpY2F0aW9uPzogRXhwbGFuYXRpb25PZkJlbmVmaXRfQWRqdWRpY2F0aW9uW107XG5cbiAgLyoqIFRoaXJkIHRpZXIgb2YgZ29vZHMgYW5kIHNlcnZpY2VzLiAqL1xuICBzdWJEZXRhaWw/OiBFeHBsYW5hdGlvbk9mQmVuZWZpdF9TdWJEZXRhaWxbXTtcbn1cbiJdfQ==
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { ExplanationOfBenefit_Adjudication } from "./explanationofbenefit_adjudication";
|
|
3
|
-
import type { Money } from "./money";
|
|
4
|
-
export interface ExplanationOfBenefit_Detail1 {
|
|
5
|
-
/** The type of reveneu or cost center providing the product and/or service. */
|
|
6
|
-
revenue?: CodeableConcept;
|
|
7
|
-
/** Health Care Service Type Codes to identify the classification of service or benefits. */
|
|
8
|
-
category?: CodeableConcept;
|
|
9
|
-
/** A code to indicate the Professional Service or Product supplied (eg. CTP, HCPCS,USCLS,ICD10, NCPDP,DIN,ACHI,CCI). */
|
|
10
|
-
service?: CodeableConcept;
|
|
11
|
-
/** 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. */
|
|
12
|
-
modifier?: CodeableConcept[];
|
|
13
|
-
/** The fee charged for the professional service or product. */
|
|
14
|
-
fee?: Money;
|
|
15
|
-
/** A list of note references to the notes provided below. */
|
|
16
|
-
noteNumber?: number[];
|
|
17
|
-
/** The adjudications results. */
|
|
18
|
-
adjudication?: ExplanationOfBenefit_Adjudication[];
|
|
19
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfZGV0YWlsMS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvZXhwbGFuYXRpb25vZmJlbmVmaXRfZGV0YWlsMS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBFeHBsYW5hdGlvbk9mQmVuZWZpdF9EZXRhaWwxIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IEV4cGxhbmF0aW9uT2ZCZW5lZml0X0FkanVkaWNhdGlvbiB9IGZyb20gXCIuL2V4cGxhbmF0aW9ub2ZiZW5lZml0X2FkanVkaWNhdGlvblwiO1xuaW1wb3J0IHR5cGUgeyBNb25leSB9IGZyb20gXCIuL21vbmV5XCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgRXhwbGFuYXRpb25PZkJlbmVmaXRfRGV0YWlsMSB7XG4gIC8qKiBUaGUgdHlwZSBvZiByZXZlbmV1IG9yIGNvc3QgY2VudGVyIHByb3ZpZGluZyB0aGUgcHJvZHVjdCBhbmQvb3Igc2VydmljZS4gKi9cbiAgcmV2ZW51ZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogSGVhbHRoIENhcmUgU2VydmljZSBUeXBlIENvZGVzICB0byBpZGVudGlmeSB0aGUgY2xhc3NpZmljYXRpb24gb2Ygc2VydmljZSBvciBiZW5lZml0cy4gKi9cbiAgY2F0ZWdvcnk/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEEgY29kZSB0byBpbmRpY2F0ZSB0aGUgUHJvZmVzc2lvbmFsIFNlcnZpY2Ugb3IgUHJvZHVjdCBzdXBwbGllZCAoZWcuIENUUCwgSENQQ1MsVVNDTFMsSUNEMTAsIE5DUERQLERJTixBQ0hJLENDSSkuICovXG4gIHNlcnZpY2U/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEl0ZW0gdHlwaWZpY2F0aW9uIG9yIG1vZGlmaWVycyBjb2RlcywgZWcgZm9yIE9yYWwgd2hldGhlciB0aGUgdHJlYXRtZW50IGlzIGNvc21ldGljIG9yIGFzc29jaWF0ZWQgd2l0aCBUTUosIG9yIGZvciBtZWRpY2FsIHdoZXRoZXIgdGhlIHRyZWF0bWVudCB3YXMgb3V0c2lkZSB0aGUgY2xpbmljIG9yIG91dCBvZiBvZmZpY2UgaG91cnMuICovXG4gIG1vZGlmaWVyPzogQ29kZWFibGVDb25jZXB0W107XG5cbiAgLyoqIFRoZSBmZWUgY2hhcmdlZCBmb3IgdGhlIHByb2Zlc3Npb25hbCBzZXJ2aWNlIG9yIHByb2R1Y3QuICovXG4gIGZlZT86IE1vbmV5O1xuXG4gIC8qKiBBIGxpc3Qgb2Ygbm90ZSByZWZlcmVuY2VzIHRvIHRoZSBub3RlcyBwcm92aWRlZCBiZWxvdy4gKi9cbiAgbm90ZU51bWJlcj86IG51bWJlcltdO1xuXG4gIC8qKiBUaGUgYWRqdWRpY2F0aW9ucyByZXN1bHRzLiAqL1xuICBhZGp1ZGljYXRpb24/OiBFeHBsYW5hdGlvbk9mQmVuZWZpdF9BZGp1ZGljYXRpb25bXTtcbn1cbiJdfQ==
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
export interface ExplanationOfBenefit_Diagnosis {
|
|
4
|
-
/** Sequence of diagnosis which serves to provide a link. */
|
|
5
|
-
sequence?: number;
|
|
6
|
-
/** The diagnosis. */
|
|
7
|
-
diagnosisCodeableConcept?: CodeableConcept;
|
|
8
|
-
/** The diagnosis. */
|
|
9
|
-
diagnosisReference?: Reference;
|
|
10
|
-
/** The type of the Diagnosis, for example: admitting, primary, secondary, discharge. */
|
|
11
|
-
type?: CodeableConcept[];
|
|
12
|
-
/** The package billing code, for example DRG, based on the assigned grouping code system. */
|
|
13
|
-
packageCode?: CodeableConcept;
|
|
14
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfZGlhZ25vc2lzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9leHBsYW5hdGlvbm9mYmVuZWZpdF9kaWFnbm9zaXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgRXhwbGFuYXRpb25PZkJlbmVmaXRfRGlhZ25vc2lzIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIEV4cGxhbmF0aW9uT2ZCZW5lZml0X0RpYWdub3NpcyB7XG4gIC8qKiBTZXF1ZW5jZSBvZiBkaWFnbm9zaXMgd2hpY2ggc2VydmVzIHRvIHByb3ZpZGUgYSBsaW5rLiAqL1xuICBzZXF1ZW5jZT86IG51bWJlcjtcblxuICAvKiogVGhlIGRpYWdub3Npcy4gKi9cbiAgZGlhZ25vc2lzQ29kZWFibGVDb25jZXB0PzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBUaGUgZGlhZ25vc2lzLiAqL1xuICBkaWFnbm9zaXNSZWZlcmVuY2U/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIFRoZSB0eXBlIG9mIHRoZSBEaWFnbm9zaXMsIGZvciBleGFtcGxlOiBhZG1pdHRpbmcsIHByaW1hcnksIHNlY29uZGFyeSwgZGlzY2hhcmdlLiAqL1xuICB0eXBlPzogQ29kZWFibGVDb25jZXB0W107XG5cbiAgLyoqIFRoZSBwYWNrYWdlIGJpbGxpbmcgY29kZSwgZm9yIGV4YW1wbGUgRFJHLCBiYXNlZCBvbiB0aGUgYXNzaWduZWQgZ3JvdXBpbmcgY29kZSBzeXN0ZW0uICovXG4gIHBhY2thZ2VDb2RlPzogQ29kZWFibGVDb25jZXB0O1xufVxuIl19
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Money } from "./money";
|
|
3
|
-
export interface ExplanationOfBenefit_Financial {
|
|
4
|
-
/** Deductable, visits, benefit amount. */
|
|
5
|
-
type: CodeableConcept;
|
|
6
|
-
/** Benefits allowed. */
|
|
7
|
-
allowedUnsignedInt?: number;
|
|
8
|
-
/** Benefits allowed. */
|
|
9
|
-
allowedString?: string;
|
|
10
|
-
/** Benefits allowed. */
|
|
11
|
-
allowedMoney?: Money;
|
|
12
|
-
/** Benefits used. */
|
|
13
|
-
usedUnsignedInt?: number;
|
|
14
|
-
/** Benefits used. */
|
|
15
|
-
usedMoney?: Money;
|
|
16
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfZmluYW5jaWFsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9leHBsYW5hdGlvbm9mYmVuZWZpdF9maW5hbmNpYWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgRXhwbGFuYXRpb25PZkJlbmVmaXRfRmluYW5jaWFsIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IE1vbmV5IH0gZnJvbSBcIi4vbW9uZXlcIjtcblxuZXhwb3J0IGludGVyZmFjZSBFeHBsYW5hdGlvbk9mQmVuZWZpdF9GaW5hbmNpYWwge1xuICAvKiogRGVkdWN0YWJsZSwgdmlzaXRzLCBiZW5lZml0IGFtb3VudC4gKi9cbiAgdHlwZTogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBCZW5lZml0cyBhbGxvd2VkLiAqL1xuICBhbGxvd2VkVW5zaWduZWRJbnQ/OiBudW1iZXI7XG5cbiAgLyoqIEJlbmVmaXRzIGFsbG93ZWQuICovXG4gIGFsbG93ZWRTdHJpbmc/OiBzdHJpbmc7XG5cbiAgLyoqIEJlbmVmaXRzIGFsbG93ZWQuICovXG4gIGFsbG93ZWRNb25leT86IE1vbmV5O1xuXG4gIC8qKiBCZW5lZml0cyB1c2VkLiAqL1xuICB1c2VkVW5zaWduZWRJbnQ/OiBudW1iZXI7XG5cbiAgLyoqIEJlbmVmaXRzIHVzZWQuICovXG4gIHVzZWRNb25leT86IE1vbmV5O1xufVxuIl19
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import type { Attachment } from "./attachment";
|
|
2
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
-
import type { Coding } from "./coding";
|
|
4
|
-
import type { Period } from "./period";
|
|
5
|
-
import type { Quantity } from "./quantity";
|
|
6
|
-
import type { Reference } from "./reference";
|
|
7
|
-
export interface ExplanationOfBenefit_Information {
|
|
8
|
-
/** Sequence of the information element which serves to provide a link. */
|
|
9
|
-
sequence?: number;
|
|
10
|
-
/** The general class of the information supplied: information; exception; accident, employment; onset, etc. */
|
|
11
|
-
category: CodeableConcept;
|
|
12
|
-
/** System and code pertaining to the specific information regarding special conditions relating to the setting, treatment or patient for which care is sought which may influence the adjudication. */
|
|
13
|
-
code?: CodeableConcept;
|
|
14
|
-
/** The date when or period to which this information refers. */
|
|
15
|
-
timingDate?: string;
|
|
16
|
-
/** The date when or period to which this information refers. */
|
|
17
|
-
timingPeriod?: Period;
|
|
18
|
-
/** Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data. */
|
|
19
|
-
valueString?: string;
|
|
20
|
-
/** Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data. */
|
|
21
|
-
valueQuantity?: Quantity;
|
|
22
|
-
/** Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data. */
|
|
23
|
-
valueAttachment?: Attachment;
|
|
24
|
-
/** Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data. */
|
|
25
|
-
valueReference?: Reference;
|
|
26
|
-
/** For example, provides the reason for: the additional stay, or missing tooth or any other situation where a reason code is required in addition to the content. */
|
|
27
|
-
reason?: Coding;
|
|
28
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfaW5mb3JtYXRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2V4cGxhbmF0aW9ub2ZiZW5lZml0X2luZm9ybWF0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIEV4cGxhbmF0aW9uT2ZCZW5lZml0X0luZm9ybWF0aW9uIFR5cGVcbmltcG9ydCB0eXBlIHsgQXR0YWNobWVudCB9IGZyb20gXCIuL2F0dGFjaG1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IENvZGluZyB9IGZyb20gXCIuL2NvZGluZ1wiO1xuaW1wb3J0IHR5cGUgeyBQZXJpb2QgfSBmcm9tIFwiLi9wZXJpb2RcIjtcbmltcG9ydCB0eXBlIHsgUXVhbnRpdHkgfSBmcm9tIFwiLi9xdWFudGl0eVwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuZXhwb3J0IGludGVyZmFjZSBFeHBsYW5hdGlvbk9mQmVuZWZpdF9JbmZvcm1hdGlvbiB7XG4gIC8qKiBTZXF1ZW5jZSBvZiB0aGUgaW5mb3JtYXRpb24gZWxlbWVudCB3aGljaCBzZXJ2ZXMgdG8gcHJvdmlkZSBhIGxpbmsuICovXG4gIHNlcXVlbmNlPzogbnVtYmVyO1xuXG4gIC8qKiBUaGUgZ2VuZXJhbCBjbGFzcyBvZiB0aGUgaW5mb3JtYXRpb24gc3VwcGxpZWQ6IGluZm9ybWF0aW9uOyBleGNlcHRpb247IGFjY2lkZW50LCBlbXBsb3ltZW50OyBvbnNldCwgZXRjLiAqL1xuICBjYXRlZ29yeTogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBTeXN0ZW0gYW5kIGNvZGUgcGVydGFpbmluZyB0byB0aGUgc3BlY2lmaWMgaW5mb3JtYXRpb24gcmVnYXJkaW5nIHNwZWNpYWwgY29uZGl0aW9ucyByZWxhdGluZyB0byB0aGUgc2V0dGluZywgdHJlYXRtZW50IG9yIHBhdGllbnQgIGZvciB3aGljaCBjYXJlIGlzIHNvdWdodCB3aGljaCBtYXkgaW5mbHVlbmNlIHRoZSBhZGp1ZGljYXRpb24uICovXG4gIGNvZGU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIFRoZSBkYXRlIHdoZW4gb3IgcGVyaW9kIHRvIHdoaWNoIHRoaXMgaW5mb3JtYXRpb24gcmVmZXJzLiAqL1xuICB0aW1pbmdEYXRlPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgZGF0ZSB3aGVuIG9yIHBlcmlvZCB0byB3aGljaCB0aGlzIGluZm9ybWF0aW9uIHJlZmVycy4gKi9cbiAgdGltaW5nUGVyaW9kPzogUGVyaW9kO1xuXG4gIC8qKiBBZGRpdGlvbmFsIGRhdGEgb3IgaW5mb3JtYXRpb24gc3VjaCBhcyByZXNvdXJjZXMsIGRvY3VtZW50cywgaW1hZ2VzIGV0Yy4gaW5jbHVkaW5nIHJlZmVyZW5jZXMgdG8gdGhlIGRhdGEgb3IgdGhlIGFjdHVhbCBpbmNsdXNpb24gb2YgdGhlIGRhdGEuICovXG4gIHZhbHVlU3RyaW5nPzogc3RyaW5nO1xuXG4gIC8qKiBBZGRpdGlvbmFsIGRhdGEgb3IgaW5mb3JtYXRpb24gc3VjaCBhcyByZXNvdXJjZXMsIGRvY3VtZW50cywgaW1hZ2VzIGV0Yy4gaW5jbHVkaW5nIHJlZmVyZW5jZXMgdG8gdGhlIGRhdGEgb3IgdGhlIGFjdHVhbCBpbmNsdXNpb24gb2YgdGhlIGRhdGEuICovXG4gIHZhbHVlUXVhbnRpdHk/OiBRdWFudGl0eTtcblxuICAvKiogQWRkaXRpb25hbCBkYXRhIG9yIGluZm9ybWF0aW9uIHN1Y2ggYXMgcmVzb3VyY2VzLCBkb2N1bWVudHMsIGltYWdlcyBldGMuIGluY2x1ZGluZyByZWZlcmVuY2VzIHRvIHRoZSBkYXRhIG9yIHRoZSBhY3R1YWwgaW5jbHVzaW9uIG9mIHRoZSBkYXRhLiAqL1xuICB2YWx1ZUF0dGFjaG1lbnQ/OiBBdHRhY2htZW50O1xuXG4gIC8qKiBBZGRpdGlvbmFsIGRhdGEgb3IgaW5mb3JtYXRpb24gc3VjaCBhcyByZXNvdXJjZXMsIGRvY3VtZW50cywgaW1hZ2VzIGV0Yy4gaW5jbHVkaW5nIHJlZmVyZW5jZXMgdG8gdGhlIGRhdGEgb3IgdGhlIGFjdHVhbCBpbmNsdXNpb24gb2YgdGhlIGRhdGEuICovXG4gIHZhbHVlUmVmZXJlbmNlPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBGb3IgZXhhbXBsZSwgcHJvdmlkZXMgdGhlIHJlYXNvbiBmb3I6IHRoZSBhZGRpdGlvbmFsIHN0YXksIG9yIG1pc3NpbmcgdG9vdGggb3IgYW55IG90aGVyIHNpdHVhdGlvbiB3aGVyZSBhIHJlYXNvbiBjb2RlIGlzIHJlcXVpcmVkIGluIGFkZGl0aW9uIHRvIHRoZSBjb250ZW50LiAqL1xuICByZWFzb24/OiBDb2Rpbmc7XG59XG4iXX0=
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Reference } from "./reference";
|
|
2
|
-
export interface ExplanationOfBenefit_Insurance {
|
|
3
|
-
/** Reference to the program or plan identification, underwriter or payor. */
|
|
4
|
-
coverage?: Reference;
|
|
5
|
-
/** A list of references from the Insurer to which these services pertain. */
|
|
6
|
-
preAuthRef?: string[];
|
|
7
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfaW5zdXJhbmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9leHBsYW5hdGlvbm9mYmVuZWZpdF9pbnN1cmFuY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgRXhwbGFuYXRpb25PZkJlbmVmaXRfSW5zdXJhbmNlIFR5cGVcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgRXhwbGFuYXRpb25PZkJlbmVmaXRfSW5zdXJhbmNlIHtcbiAgLyoqIFJlZmVyZW5jZSB0byB0aGUgcHJvZ3JhbSBvciBwbGFuIGlkZW50aWZpY2F0aW9uLCB1bmRlcndyaXRlciBvciBwYXlvci4gKi9cbiAgY292ZXJhZ2U/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIEEgbGlzdCBvZiByZWZlcmVuY2VzIGZyb20gdGhlIEluc3VyZXIgdG8gd2hpY2ggdGhlc2Ugc2VydmljZXMgcGVydGFpbi4gKi9cbiAgcHJlQXV0aFJlZj86IHN0cmluZ1tdO1xufVxuIl19
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import type { Address } from "./address";
|
|
2
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
-
import type { ExplanationOfBenefit_Adjudication } from "./explanationofbenefit_adjudication";
|
|
4
|
-
import type { ExplanationOfBenefit_Detail } from "./explanationofbenefit_detail";
|
|
5
|
-
import type { Money } from "./money";
|
|
6
|
-
import type { Period } from "./period";
|
|
7
|
-
import type { Quantity } from "./quantity";
|
|
8
|
-
import type { Reference } from "./reference";
|
|
9
|
-
export interface ExplanationOfBenefit_Item {
|
|
10
|
-
/** A service line number. */
|
|
11
|
-
sequence?: number;
|
|
12
|
-
/** Careteam applicable for this service or product line. */
|
|
13
|
-
careTeamLinkId?: number[];
|
|
14
|
-
/** Diagnosis applicable for this service or product line. */
|
|
15
|
-
diagnosisLinkId?: number[];
|
|
16
|
-
/** Procedures applicable for this service or product line. */
|
|
17
|
-
procedureLinkId?: number[];
|
|
18
|
-
/** Exceptions, special conditions and supporting information pplicable for this service or product line. */
|
|
19
|
-
informationLinkId?: number[];
|
|
20
|
-
/** The type of reveneu or cost center providing the product and/or service. */
|
|
21
|
-
revenue?: CodeableConcept;
|
|
22
|
-
/** Health Care Service Type Codes to identify the classification of service or benefits. */
|
|
23
|
-
category?: CodeableConcept;
|
|
24
|
-
/** If this is an actual service or product line, ie. not a Group, then use code to indicate the Professional Service or Product supplied (eg. CTP, HCPCS,USCLS,ICD10, NCPDP,DIN,ACHI,CCI). If a grouping item then use a group code to indicate the type of thing being grouped eg. 'glasses' or 'compound'. */
|
|
25
|
-
service?: CodeableConcept;
|
|
26
|
-
/** 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. */
|
|
27
|
-
modifier?: CodeableConcept[];
|
|
28
|
-
/** For programs which require reson codes for the inclusion, covering, of this billed item under the program or sub-program. */
|
|
29
|
-
programCode?: CodeableConcept[];
|
|
30
|
-
/** The date or dates when the enclosed suite of services were performed or completed. */
|
|
31
|
-
servicedDate?: string;
|
|
32
|
-
/** The date or dates when the enclosed suite of services were performed or completed. */
|
|
33
|
-
servicedPeriod?: Period;
|
|
34
|
-
/** Where the service was provided. */
|
|
35
|
-
locationCodeableConcept?: CodeableConcept;
|
|
36
|
-
/** Where the service was provided. */
|
|
37
|
-
locationAddress?: Address;
|
|
38
|
-
/** Where the service was provided. */
|
|
39
|
-
locationReference?: Reference;
|
|
40
|
-
/** The number of repetitions of a service or product. */
|
|
41
|
-
quantity?: Quantity;
|
|
42
|
-
/** If the item is a node then this is the fee for the product or service, otherwise this is the total of the fees for the children of the group. */
|
|
43
|
-
unitPrice?: Money;
|
|
44
|
-
/** A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount. */
|
|
45
|
-
factor?: number;
|
|
46
|
-
/** The quantity times the unit price for an addittional service or product or charge. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number * points = net Amount. Quantity, factor and points are assumed to be 1 if not supplied. */
|
|
47
|
-
net?: Money;
|
|
48
|
-
/** List of Unique Device Identifiers associated with this line item. */
|
|
49
|
-
udi?: Reference[];
|
|
50
|
-
/** Physical service site on the patient (limb, tooth, etc). */
|
|
51
|
-
bodySite?: CodeableConcept;
|
|
52
|
-
/** A region or surface of the site, eg. limb region or tooth surface(s). */
|
|
53
|
-
subSite?: CodeableConcept[];
|
|
54
|
-
/** A billed item may include goods or services provided in multiple encounters. */
|
|
55
|
-
encounter?: Reference[];
|
|
56
|
-
/** A list of note references to the notes provided below. */
|
|
57
|
-
noteNumber?: number[];
|
|
58
|
-
/** The adjudications results. */
|
|
59
|
-
adjudication?: ExplanationOfBenefit_Adjudication[];
|
|
60
|
-
/** Second tier of goods and services. */
|
|
61
|
-
detail?: ExplanationOfBenefit_Detail[];
|
|
62
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwbGFuYXRpb25vZmJlbmVmaXRfaXRlbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvZXhwbGFuYXRpb25vZmJlbmVmaXRfaXRlbS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBFeHBsYW5hdGlvbk9mQmVuZWZpdF9JdGVtIFR5cGVcbmltcG9ydCB0eXBlIHsgQWRkcmVzcyB9IGZyb20gXCIuL2FkZHJlc3NcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IEV4cGxhbmF0aW9uT2ZCZW5lZml0X0FkanVkaWNhdGlvbiB9IGZyb20gXCIuL2V4cGxhbmF0aW9ub2ZiZW5lZml0X2FkanVkaWNhdGlvblwiO1xuaW1wb3J0IHR5cGUgeyBFeHBsYW5hdGlvbk9mQmVuZWZpdF9EZXRhaWwgfSBmcm9tIFwiLi9leHBsYW5hdGlvbm9mYmVuZWZpdF9kZXRhaWxcIjtcbmltcG9ydCB0eXBlIHsgTW9uZXkgfSBmcm9tIFwiLi9tb25leVwiO1xuaW1wb3J0IHR5cGUgeyBQZXJpb2QgfSBmcm9tIFwiLi9wZXJpb2RcIjtcbmltcG9ydCB0eXBlIHsgUXVhbnRpdHkgfSBmcm9tIFwiLi9xdWFudGl0eVwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuZXhwb3J0IGludGVyZmFjZSBFeHBsYW5hdGlvbk9mQmVuZWZpdF9JdGVtIHtcbiAgLyoqIEEgc2VydmljZSBsaW5lIG51bWJlci4gKi9cbiAgc2VxdWVuY2U/OiBudW1iZXI7XG5cbiAgLyoqIENhcmV0ZWFtIGFwcGxpY2FibGUgZm9yIHRoaXMgc2VydmljZSBvciBwcm9kdWN0IGxpbmUuICovXG4gIGNhcmVUZWFtTGlua0lkPzogbnVtYmVyW107XG5cbiAgLyoqIERpYWdub3NpcyBhcHBsaWNhYmxlIGZvciB0aGlzIHNlcnZpY2Ugb3IgcHJvZHVjdCBsaW5lLiAqL1xuICBkaWFnbm9zaXNMaW5rSWQ/OiBudW1iZXJbXTtcblxuICAvKiogUHJvY2VkdXJlcyBhcHBsaWNhYmxlIGZvciB0aGlzIHNlcnZpY2Ugb3IgcHJvZHVjdCBsaW5lLiAqL1xuICBwcm9jZWR1cmVMaW5rSWQ/OiBudW1iZXJbXTtcblxuICAvKiogRXhjZXB0aW9ucywgc3BlY2lhbCBjb25kaXRpb25zIGFuZCBzdXBwb3J0aW5nIGluZm9ybWF0aW9uIHBwbGljYWJsZSBmb3IgdGhpcyBzZXJ2aWNlIG9yIHByb2R1Y3QgbGluZS4gKi9cbiAgaW5mb3JtYXRpb25MaW5rSWQ/OiBudW1iZXJbXTtcblxuICAvKiogVGhlIHR5cGUgb2YgcmV2ZW5ldSBvciBjb3N0IGNlbnRlciBwcm92aWRpbmcgdGhlIHByb2R1Y3QgYW5kL29yIHNlcnZpY2UuICovXG4gIHJldmVudWU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEhlYWx0aCBDYXJlIFNlcnZpY2UgVHlwZSBDb2RlcyAgdG8gaWRlbnRpZnkgdGhlIGNsYXNzaWZpY2F0aW9uIG9mIHNlcnZpY2Ugb3IgYmVuZWZpdHMuICovXG4gIGNhdGVnb3J5PzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBJZiB0aGlzIGlzIGFuIGFjdHVhbCBzZXJ2aWNlIG9yIHByb2R1Y3QgbGluZSwgaWUuIG5vdCBhIEdyb3VwLCB0aGVuIHVzZSBjb2RlIHRvIGluZGljYXRlIHRoZSBQcm9mZXNzaW9uYWwgU2VydmljZSBvciBQcm9kdWN0IHN1cHBsaWVkIChlZy4gQ1RQLCBIQ1BDUyxVU0NMUyxJQ0QxMCwgTkNQRFAsRElOLEFDSEksQ0NJKS4gSWYgYSBncm91cGluZyBpdGVtIHRoZW4gdXNlIGEgZ3JvdXAgY29kZSB0byBpbmRpY2F0ZSB0aGUgdHlwZSBvZiB0aGluZyBiZWluZyBncm91cGVkIGVnLiAnZ2xhc3Nlcycgb3IgJ2NvbXBvdW5kJy4gKi9cbiAgc2VydmljZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogSXRlbSB0eXBpZmljYXRpb24gb3IgbW9kaWZpZXJzIGNvZGVzLCBlZyBmb3IgT3JhbCB3aGV0aGVyIHRoZSB0cmVhdG1lbnQgaXMgY29zbWV0aWMgb3IgYXNzb2NpYXRlZCB3aXRoIFRNSiwgb3IgZm9yIG1lZGljYWwgd2hldGhlciB0aGUgdHJlYXRtZW50IHdhcyBvdXRzaWRlIHRoZSBjbGluaWMgb3Igb3V0IG9mIG9mZmljZSBob3Vycy4gKi9cbiAgbW9kaWZpZXI/OiBDb2RlYWJsZUNvbmNlcHRbXTtcblxuICAvKiogRm9yIHByb2dyYW1zIHdoaWNoIHJlcXVpcmUgcmVzb24gY29kZXMgZm9yIHRoZSBpbmNsdXNpb24sIGNvdmVyaW5nLCBvZiB0aGlzIGJpbGxlZCBpdGVtIHVuZGVyIHRoZSBwcm9ncmFtIG9yIHN1Yi1wcm9ncmFtLiAqL1xuICBwcm9ncmFtQ29kZT86IENvZGVhYmxlQ29uY2VwdFtdO1xuXG4gIC8qKiBUaGUgZGF0ZSBvciBkYXRlcyB3aGVuIHRoZSBlbmNsb3NlZCBzdWl0ZSBvZiBzZXJ2aWNlcyB3ZXJlIHBlcmZvcm1lZCBvciBjb21wbGV0ZWQuICovXG4gIHNlcnZpY2VkRGF0ZT86IHN0cmluZztcblxuICAvKiogVGhlIGRhdGUgb3IgZGF0ZXMgd2hlbiB0aGUgZW5jbG9zZWQgc3VpdGUgb2Ygc2VydmljZXMgd2VyZSBwZXJmb3JtZWQgb3IgY29tcGxldGVkLiAqL1xuICBzZXJ2aWNlZFBlcmlvZD86IFBlcmlvZDtcblxuICAvKiogV2hlcmUgdGhlIHNlcnZpY2Ugd2FzIHByb3ZpZGVkLiAqL1xuICBsb2NhdGlvbkNvZGVhYmxlQ29uY2VwdD86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogV2hlcmUgdGhlIHNlcnZpY2Ugd2FzIHByb3ZpZGVkLiAqL1xuICBsb2NhdGlvbkFkZHJlc3M/OiBBZGRyZXNzO1xuXG4gIC8qKiBXaGVyZSB0aGUgc2VydmljZSB3YXMgcHJvdmlkZWQuICovXG4gIGxvY2F0aW9uUmVmZXJlbmNlPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBUaGUgbnVtYmVyIG9mIHJlcGV0aXRpb25zIG9mIGEgc2VydmljZSBvciBwcm9kdWN0LiAqL1xuICBxdWFudGl0eT86IFF1YW50aXR5O1xuXG4gIC8qKiBJZiB0aGUgaXRlbSBpcyBhIG5vZGUgdGhlbiB0aGlzIGlzIHRoZSBmZWUgZm9yIHRoZSBwcm9kdWN0IG9yIHNlcnZpY2UsIG90aGVyd2lzZSB0aGlzIGlzIHRoZSB0b3RhbCBvZiB0aGUgZmVlcyBmb3IgdGhlIGNoaWxkcmVuIG9mIHRoZSBncm91cC4gKi9cbiAgdW5pdFByaWNlPzogTW9uZXk7XG5cbiAgLyoqIEEgcmVhbCBudW1iZXIgdGhhdCByZXByZXNlbnRzIGEgbXVsdGlwbGllciB1c2VkIGluIGRldGVybWluaW5nIHRoZSBvdmVyYWxsIHZhbHVlIG9mIHNlcnZpY2VzIGRlbGl2ZXJlZCBhbmQvb3IgZ29vZHMgcmVjZWl2ZWQuIFRoZSBjb25jZXB0IG9mIGEgRmFjdG9yIGFsbG93cyBmb3IgYSBkaXNjb3VudCBvciBzdXJjaGFyZ2UgbXVsdGlwbGllciB0byBiZSBhcHBsaWVkIHRvIGEgbW9uZXRhcnkgYW1vdW50LiAqL1xuICBmYWN0b3I/OiBudW1iZXI7XG5cbiAgLyoqIFRoZSBxdWFudGl0eSB0aW1lcyB0aGUgdW5pdCBwcmljZSBmb3IgYW4gYWRkaXR0aW9uYWwgc2VydmljZSBvciBwcm9kdWN0IG9yIGNoYXJnZS4gRm9yIGV4YW1wbGUsIHRoZSBmb3JtdWxhOiB1bml0IFF1YW50aXR5ICogdW5pdCBQcmljZSAoQ29zdCBwZXIgUG9pbnQpICogZmFjdG9yIE51bWJlciAgKiBwb2ludHMgPSBuZXQgQW1vdW50LiBRdWFudGl0eSwgZmFjdG9yIGFuZCBwb2ludHMgYXJlIGFzc3VtZWQgdG8gYmUgMSBpZiBub3Qgc3VwcGxpZWQuICovXG4gIG5ldD86IE1vbmV5O1xuXG4gIC8qKiBMaXN0IG9mIFVuaXF1ZSBEZXZpY2UgSWRlbnRpZmllcnMgYXNzb2NpYXRlZCB3aXRoIHRoaXMgbGluZSBpdGVtLiAqL1xuICB1ZGk/OiBSZWZlcmVuY2VbXTtcblxuICAvKiogUGh5c2ljYWwgc2VydmljZSBzaXRlIG9uIHRoZSBwYXRpZW50IChsaW1iLCB0b290aCwgZXRjKS4gKi9cbiAgYm9keVNpdGU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEEgcmVnaW9uIG9yIHN1cmZhY2Ugb2YgdGhlIHNpdGUsIGVnLiBsaW1iIHJlZ2lvbiBvciB0b290aCBzdXJmYWNlKHMpLiAqL1xuICBzdWJTaXRlPzogQ29kZWFibGVDb25jZXB0W107XG5cbiAgLyoqIEEgYmlsbGVkIGl0ZW0gbWF5IGluY2x1ZGUgZ29vZHMgb3Igc2VydmljZXMgcHJvdmlkZWQgaW4gbXVsdGlwbGUgZW5jb3VudGVycy4gKi9cbiAgZW5jb3VudGVyPzogUmVmZXJlbmNlW107XG5cbiAgLyoqIEEgbGlzdCBvZiBub3RlIHJlZmVyZW5jZXMgdG8gdGhlIG5vdGVzIHByb3ZpZGVkIGJlbG93LiAqL1xuICBub3RlTnVtYmVyPzogbnVtYmVyW107XG5cbiAgLyoqIFRoZSBhZGp1ZGljYXRpb25zIHJlc3VsdHMuICovXG4gIGFkanVkaWNhdGlvbj86IEV4cGxhbmF0aW9uT2ZCZW5lZml0X0FkanVkaWNhdGlvbltdO1xuXG4gIC8qKiBTZWNvbmQgdGllciBvZiBnb29kcyBhbmQgc2VydmljZXMuICovXG4gIGRldGFpbD86IEV4cGxhbmF0aW9uT2ZCZW5lZml0X0RldGFpbFtdO1xufVxuIl19
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
export interface ExplanationOfBenefit_Payee {
|
|
4
|
-
/** Type of Party to be reimbursed: Subscriber, provider, other. */
|
|
5
|
-
type?: CodeableConcept;
|
|
6
|
-
/** organization | patient | practitioner | relatedperson. */
|
|
7
|
-
resourceType?: CodeableConcept;
|
|
8
|
-
/** Party to be reimbursed: Subscriber, provider, other. */
|
|
9
|
-
party?: Reference;
|
|
10
|
-
}
|