@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
package/lib/ehr/claim.d.ts
DELETED
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import type { Claim_Accident } from "./claim_accident";
|
|
2
|
-
import type { Claim_CareTeam } from "./claim_careteam";
|
|
3
|
-
import type { Claim_Diagnosis } from "./claim_diagnosis";
|
|
4
|
-
import type { Claim_Information } from "./claim_information";
|
|
5
|
-
import type { Claim_Insurance } from "./claim_insurance";
|
|
6
|
-
import type { Claim_Item } from "./claim_item";
|
|
7
|
-
import type { Claim_Payee } from "./claim_payee";
|
|
8
|
-
import type { Claim_Procedure } from "./claim_procedure";
|
|
9
|
-
import type { Claim_Related } from "./claim_related";
|
|
10
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
11
|
-
import type { Identifier } from "./identifier";
|
|
12
|
-
import type { Money } from "./money";
|
|
13
|
-
import type { Period } from "./period";
|
|
14
|
-
import type { Reference } from "./reference";
|
|
15
|
-
export interface Claim {
|
|
16
|
-
/** This is a Claim resource */
|
|
17
|
-
resourceType: "Claim";
|
|
18
|
-
/** The business identifier for the instance: claim number, pre-determination or pre-authorization number. */
|
|
19
|
-
identifier?: Identifier[];
|
|
20
|
-
/** The status of the resource instance. */
|
|
21
|
-
status?: string;
|
|
22
|
-
/** The category of claim, eg, oral, pharmacy, vision, insitutional, professional. */
|
|
23
|
-
type?: CodeableConcept;
|
|
24
|
-
/** A finer grained suite of claim subtype codes which may convey Inpatient vs Outpatient and/or a specialty service. In the US the BillType. */
|
|
25
|
-
subType?: CodeableConcept[];
|
|
26
|
-
/** Complete (Bill or Claim), Proposed (Pre-Authorization), Exploratory (Pre-determination). */
|
|
27
|
-
use?: "complete" | "proposed" | "exploratory" | "other";
|
|
28
|
-
/** Patient Resource. */
|
|
29
|
-
patient?: Reference;
|
|
30
|
-
/** The billable period for which charges are being submitted. */
|
|
31
|
-
billablePeriod?: Period;
|
|
32
|
-
/** The date when the enclosed suite of services were performed or completed. */
|
|
33
|
-
created?: string;
|
|
34
|
-
/** Person who created the invoice/claim/pre-determination or pre-authorization. */
|
|
35
|
-
enterer?: Reference;
|
|
36
|
-
/** The Insurer who is target of the request. */
|
|
37
|
-
insurer?: Reference;
|
|
38
|
-
/** The provider which is responsible for the bill, claim pre-determination, pre-authorization. */
|
|
39
|
-
provider?: Reference;
|
|
40
|
-
/** The organization which is responsible for the bill, claim pre-determination, pre-authorization. */
|
|
41
|
-
organization?: Reference;
|
|
42
|
-
/** Immediate (STAT), best effort (NORMAL), deferred (DEFER). */
|
|
43
|
-
priority?: CodeableConcept;
|
|
44
|
-
/** In the case of a Pre-Determination/Pre-Authorization the provider may request that funds in the amount of the expected Benefit be reserved ('Patient' or 'Provider') to pay for the Benefits determined on the subsequent claim(s). 'None' explicitly indicates no funds reserving is requested. */
|
|
45
|
-
fundsReserve?: CodeableConcept;
|
|
46
|
-
/** Other claims which are related to this claim such as prior claim versions or for related services. */
|
|
47
|
-
related?: Claim_Related[];
|
|
48
|
-
/** Prescription to support the dispensing of Pharmacy or Vision products. */
|
|
49
|
-
prescription?: Reference;
|
|
50
|
-
/** 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'. */
|
|
51
|
-
originalPrescription?: Reference;
|
|
52
|
-
/** The party to be reimbursed for the services. */
|
|
53
|
-
payee?: Claim_Payee;
|
|
54
|
-
/** The referral resource which lists the date, practitioner, reason and other supporting information. */
|
|
55
|
-
referral?: Reference;
|
|
56
|
-
/** Facility where the services were provided. */
|
|
57
|
-
facility?: Reference;
|
|
58
|
-
/** The members of the team who provided the overall service as well as their role and whether responsible and qualifications. */
|
|
59
|
-
careTeam?: Claim_CareTeam[];
|
|
60
|
-
/** Additional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues. Often there are mutiple jurisdiction specific valuesets which are required. */
|
|
61
|
-
information?: Claim_Information[];
|
|
62
|
-
/** List of patient diagnosis for which care is sought. */
|
|
63
|
-
diagnosis?: Claim_Diagnosis[];
|
|
64
|
-
/** Ordered list of patient procedures performed to support the adjudication. */
|
|
65
|
-
procedure?: Claim_Procedure[];
|
|
66
|
-
/** Financial instrument by which payment information for health care. */
|
|
67
|
-
insurance?: Claim_Insurance[];
|
|
68
|
-
/** An accident which resulted in the need for healthcare services. */
|
|
69
|
-
accident?: Claim_Accident;
|
|
70
|
-
/** The start and optional end dates of when the patient was precluded from working due to the treatable condition(s). */
|
|
71
|
-
employmentImpacted?: Period;
|
|
72
|
-
/** The start and optional end dates of when the patient was confined to a treatment center. */
|
|
73
|
-
hospitalization?: Period;
|
|
74
|
-
/** First tier of goods and services. */
|
|
75
|
-
item?: Claim_Item[];
|
|
76
|
-
/** The total value of the claim. */
|
|
77
|
-
total?: Money;
|
|
78
|
-
}
|
package/lib/ehr/claim.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xhaW0uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2NsYWltLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENsYWltIFR5cGVcbmltcG9ydCB0eXBlIHsgQ2xhaW1fQWNjaWRlbnQgfSBmcm9tIFwiLi9jbGFpbV9hY2NpZGVudFwiO1xuaW1wb3J0IHR5cGUgeyBDbGFpbV9DYXJlVGVhbSB9IGZyb20gXCIuL2NsYWltX2NhcmV0ZWFtXCI7XG5pbXBvcnQgdHlwZSB7IENsYWltX0RpYWdub3NpcyB9IGZyb20gXCIuL2NsYWltX2RpYWdub3Npc1wiO1xuaW1wb3J0IHR5cGUgeyBDbGFpbV9JbmZvcm1hdGlvbiB9IGZyb20gXCIuL2NsYWltX2luZm9ybWF0aW9uXCI7XG5pbXBvcnQgdHlwZSB7IENsYWltX0luc3VyYW5jZSB9IGZyb20gXCIuL2NsYWltX2luc3VyYW5jZVwiO1xuaW1wb3J0IHR5cGUgeyBDbGFpbV9JdGVtIH0gZnJvbSBcIi4vY2xhaW1faXRlbVwiO1xuaW1wb3J0IHR5cGUgeyBDbGFpbV9QYXllZSB9IGZyb20gXCIuL2NsYWltX3BheWVlXCI7XG5pbXBvcnQgdHlwZSB7IENsYWltX1Byb2NlZHVyZSB9IGZyb20gXCIuL2NsYWltX3Byb2NlZHVyZVwiO1xuaW1wb3J0IHR5cGUgeyBDbGFpbV9SZWxhdGVkIH0gZnJvbSBcIi4vY2xhaW1fcmVsYXRlZFwiO1xuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgSWRlbnRpZmllciB9IGZyb20gXCIuL2lkZW50aWZpZXJcIjtcbmltcG9ydCB0eXBlIHsgTW9uZXkgfSBmcm9tIFwiLi9tb25leVwiO1xuaW1wb3J0IHR5cGUgeyBQZXJpb2QgfSBmcm9tIFwiLi9wZXJpb2RcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ2xhaW0ge1xuICAvKiogVGhpcyBpcyBhIENsYWltIHJlc291cmNlICovXG4gIHJlc291cmNlVHlwZTogXCJDbGFpbVwiO1xuXG4gIC8qKiBUaGUgYnVzaW5lc3MgaWRlbnRpZmllciBmb3IgdGhlIGluc3RhbmNlOiBjbGFpbSBudW1iZXIsIHByZS1kZXRlcm1pbmF0aW9uIG9yIHByZS1hdXRob3JpemF0aW9uIG51bWJlci4gKi9cbiAgaWRlbnRpZmllcj86IElkZW50aWZpZXJbXTtcblxuICAvKiogVGhlIHN0YXR1cyBvZiB0aGUgcmVzb3VyY2UgaW5zdGFuY2UuICovXG4gIHN0YXR1cz86IHN0cmluZztcblxuICAvKiogVGhlIGNhdGVnb3J5IG9mIGNsYWltLCBlZywgb3JhbCwgcGhhcm1hY3ksIHZpc2lvbiwgaW5zaXR1dGlvbmFsLCBwcm9mZXNzaW9uYWwuICovXG4gIHR5cGU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEEgZmluZXIgZ3JhaW5lZCBzdWl0ZSBvZiBjbGFpbSBzdWJ0eXBlIGNvZGVzIHdoaWNoIG1heSBjb252ZXkgSW5wYXRpZW50IHZzIE91dHBhdGllbnQgYW5kL29yIGEgc3BlY2lhbHR5IHNlcnZpY2UuIEluIHRoZSBVUyB0aGUgQmlsbFR5cGUuICovXG4gIHN1YlR5cGU/OiBDb2RlYWJsZUNvbmNlcHRbXTtcblxuICAvKiogQ29tcGxldGUgKEJpbGwgb3IgQ2xhaW0pLCBQcm9wb3NlZCAoUHJlLUF1dGhvcml6YXRpb24pLCBFeHBsb3JhdG9yeSAoUHJlLWRldGVybWluYXRpb24pLiAqL1xuICB1c2U/OiBcImNvbXBsZXRlXCIgfCBcInByb3Bvc2VkXCIgfCBcImV4cGxvcmF0b3J5XCIgfCBcIm90aGVyXCI7XG5cbiAgLyoqIFBhdGllbnQgUmVzb3VyY2UuICovXG4gIHBhdGllbnQ/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIFRoZSBiaWxsYWJsZSBwZXJpb2QgZm9yIHdoaWNoIGNoYXJnZXMgYXJlIGJlaW5nIHN1Ym1pdHRlZC4gKi9cbiAgYmlsbGFibGVQZXJpb2Q/OiBQZXJpb2Q7XG5cbiAgLyoqIFRoZSBkYXRlIHdoZW4gdGhlIGVuY2xvc2VkIHN1aXRlIG9mIHNlcnZpY2VzIHdlcmUgcGVyZm9ybWVkIG9yIGNvbXBsZXRlZC4gKi9cbiAgY3JlYXRlZD86IHN0cmluZztcblxuICAvKiogUGVyc29uIHdobyBjcmVhdGVkIHRoZSBpbnZvaWNlL2NsYWltL3ByZS1kZXRlcm1pbmF0aW9uIG9yIHByZS1hdXRob3JpemF0aW9uLiAqL1xuICBlbnRlcmVyPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBUaGUgSW5zdXJlciB3aG8gaXMgdGFyZ2V0IG9mIHRoZSByZXF1ZXN0LiAqL1xuICBpbnN1cmVyPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBUaGUgcHJvdmlkZXIgd2hpY2ggaXMgcmVzcG9uc2libGUgZm9yIHRoZSBiaWxsLCBjbGFpbSBwcmUtZGV0ZXJtaW5hdGlvbiwgcHJlLWF1dGhvcml6YXRpb24uICovXG4gIHByb3ZpZGVyPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBUaGUgb3JnYW5pemF0aW9uIHdoaWNoIGlzIHJlc3BvbnNpYmxlIGZvciB0aGUgYmlsbCwgY2xhaW0gcHJlLWRldGVybWluYXRpb24sIHByZS1hdXRob3JpemF0aW9uLiAqL1xuICBvcmdhbml6YXRpb24/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIEltbWVkaWF0ZSAoU1RBVCksIGJlc3QgZWZmb3J0IChOT1JNQUwpLCBkZWZlcnJlZCAoREVGRVIpLiAqL1xuICBwcmlvcml0eT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogSW4gdGhlIGNhc2Ugb2YgYSBQcmUtRGV0ZXJtaW5hdGlvbi9QcmUtQXV0aG9yaXphdGlvbiB0aGUgcHJvdmlkZXIgbWF5IHJlcXVlc3QgdGhhdCBmdW5kcyBpbiB0aGUgYW1vdW50IG9mIHRoZSBleHBlY3RlZCBCZW5lZml0IGJlIHJlc2VydmVkICgnUGF0aWVudCcgb3IgJ1Byb3ZpZGVyJykgdG8gcGF5IGZvciB0aGUgQmVuZWZpdHMgZGV0ZXJtaW5lZCBvbiB0aGUgc3Vic2VxdWVudCBjbGFpbShzKS4gJ05vbmUnIGV4cGxpY2l0bHkgaW5kaWNhdGVzIG5vIGZ1bmRzIHJlc2VydmluZyBpcyByZXF1ZXN0ZWQuICovXG4gIGZ1bmRzUmVzZXJ2ZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogT3RoZXIgY2xhaW1zIHdoaWNoIGFyZSByZWxhdGVkIHRvIHRoaXMgY2xhaW0gc3VjaCBhcyBwcmlvciBjbGFpbSB2ZXJzaW9ucyBvciBmb3IgcmVsYXRlZCBzZXJ2aWNlcy4gKi9cbiAgcmVsYXRlZD86IENsYWltX1JlbGF0ZWRbXTtcblxuICAvKiogUHJlc2NyaXB0aW9uIHRvIHN1cHBvcnQgdGhlIGRpc3BlbnNpbmcgb2YgUGhhcm1hY3kgb3IgVmlzaW9uIHByb2R1Y3RzLiAqL1xuICBwcmVzY3JpcHRpb24/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIE9yaWdpbmFsIHByZXNjcmlwdGlvbiB3aGljaCBoYXMgYmVlbiBzdXBlcmNlZGVkIGJ5IHRoaXMgcHJlc2NyaXB0aW9uIHRvIHN1cHBvcnQgdGhlIGRpc3BlbnNpbmcgb2YgcGhhcm1hY3kgc2VydmljZXMsIG1lZGljYXRpb25zIG9yIHByb2R1Y3RzLiBGb3IgZXhhbXBsZSwgYSBwaHlzaWNpYW4gbWF5IHByZXNjcmliZSBhIG1lZGljYXRpb24gd2hpY2ggdGhlIHBoYXJtYWN5IGRldGVybWluZXMgaXMgY29udHJhaW5kaWNhdGVkLCBvciBmb3Igd2hpY2ggdGhlIHBhdGllbnQgaGFzIGFuIGludG9sZXJhbmNlLCBhbmQgdGhlcmVmb3IgaXNzdWVzIGEgbmV3IHByZWNyaXB0aW9uIGZvciBhbiBhbHRlcm5hdGUgbWVkaWNhdGlvbiB3aGljaCBoYXMgdGhlIHNhbWUgdGhlcmFwdXRpYyBpbnRlbnQuIFRoZSBwcmVzY3JpcHRpb24gZnJvbSB0aGUgcGhhcm1hY3kgYmVjb21lcyB0aGUgJ3ByZXNjcmlwdGlvbicgYW5kIHRoYXQgZnJvbSB0aGUgcGh5c2ljaWFuIGJlY29tZXMgdGhlICdvcmlnaW5hbCBwcmVzY3JpcHRpb24nLiAqL1xuICBvcmlnaW5hbFByZXNjcmlwdGlvbj86IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIHBhcnR5IHRvIGJlIHJlaW1idXJzZWQgZm9yIHRoZSBzZXJ2aWNlcy4gKi9cbiAgcGF5ZWU/OiBDbGFpbV9QYXllZTtcblxuICAvKiogVGhlIHJlZmVycmFsIHJlc291cmNlIHdoaWNoIGxpc3RzIHRoZSBkYXRlLCBwcmFjdGl0aW9uZXIsIHJlYXNvbiBhbmQgb3RoZXIgc3VwcG9ydGluZyBpbmZvcm1hdGlvbi4gKi9cbiAgcmVmZXJyYWw/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIEZhY2lsaXR5IHdoZXJlIHRoZSBzZXJ2aWNlcyB3ZXJlIHByb3ZpZGVkLiAqL1xuICBmYWNpbGl0eT86IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIG1lbWJlcnMgb2YgdGhlIHRlYW0gd2hvIHByb3ZpZGVkIHRoZSBvdmVyYWxsIHNlcnZpY2UgYXMgd2VsbCBhcyB0aGVpciByb2xlIGFuZCB3aGV0aGVyIHJlc3BvbnNpYmxlIGFuZCBxdWFsaWZpY2F0aW9ucy4gKi9cbiAgY2FyZVRlYW0/OiBDbGFpbV9DYXJlVGVhbVtdO1xuXG4gIC8qKiBBZGRpdGlvbmFsIGluZm9ybWF0aW9uIGNvZGVzIHJlZ2FyZGluZyBleGNlcHRpb25zLCBzcGVjaWFsIGNvbnNpZGVyYXRpb25zLCB0aGUgY29uZGl0aW9uLCBzaXR1YXRpb24sIHByaW9yIG9yIGNvbmN1cnJlbnQgaXNzdWVzLiBPZnRlbiB0aGVyZSBhcmUgbXV0aXBsZSBqdXJpc2RpY3Rpb24gc3BlY2lmaWMgdmFsdWVzZXRzIHdoaWNoIGFyZSByZXF1aXJlZC4gKi9cbiAgaW5mb3JtYXRpb24/OiBDbGFpbV9JbmZvcm1hdGlvbltdO1xuXG4gIC8qKiBMaXN0IG9mIHBhdGllbnQgZGlhZ25vc2lzIGZvciB3aGljaCBjYXJlIGlzIHNvdWdodC4gKi9cbiAgZGlhZ25vc2lzPzogQ2xhaW1fRGlhZ25vc2lzW107XG5cbiAgLyoqIE9yZGVyZWQgbGlzdCBvZiBwYXRpZW50IHByb2NlZHVyZXMgcGVyZm9ybWVkIHRvIHN1cHBvcnQgdGhlIGFkanVkaWNhdGlvbi4gKi9cbiAgcHJvY2VkdXJlPzogQ2xhaW1fUHJvY2VkdXJlW107XG5cbiAgLyoqIEZpbmFuY2lhbCBpbnN0cnVtZW50IGJ5IHdoaWNoIHBheW1lbnQgaW5mb3JtYXRpb24gZm9yIGhlYWx0aCBjYXJlLiAqL1xuICBpbnN1cmFuY2U/OiBDbGFpbV9JbnN1cmFuY2VbXTtcblxuICAvKiogQW4gYWNjaWRlbnQgd2hpY2ggcmVzdWx0ZWQgaW4gdGhlIG5lZWQgZm9yIGhlYWx0aGNhcmUgc2VydmljZXMuICovXG4gIGFjY2lkZW50PzogQ2xhaW1fQWNjaWRlbnQ7XG5cbiAgLyoqIFRoZSBzdGFydCBhbmQgb3B0aW9uYWwgZW5kIGRhdGVzIG9mIHdoZW4gdGhlIHBhdGllbnQgd2FzIHByZWNsdWRlZCBmcm9tIHdvcmtpbmcgZHVlIHRvIHRoZSB0cmVhdGFibGUgY29uZGl0aW9uKHMpLiAqL1xuICBlbXBsb3ltZW50SW1wYWN0ZWQ/OiBQZXJpb2Q7XG5cbiAgLyoqIFRoZSBzdGFydCBhbmQgb3B0aW9uYWwgZW5kIGRhdGVzIG9mIHdoZW4gdGhlIHBhdGllbnQgd2FzIGNvbmZpbmVkIHRvIGEgdHJlYXRtZW50IGNlbnRlci4gKi9cbiAgaG9zcGl0YWxpemF0aW9uPzogUGVyaW9kO1xuXG4gIC8qKiBGaXJzdCB0aWVyIG9mIGdvb2RzIGFuZCBzZXJ2aWNlcy4gKi9cbiAgaXRlbT86IENsYWltX0l0ZW1bXTtcblxuICAvKiogVGhlIHRvdGFsIHZhbHVlIG9mIHRoZSBjbGFpbS4gKi9cbiAgdG90YWw/OiBNb25leTtcbn1cbiJdfQ==
|
|
@@ -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 Claim_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
|
-
/** Accident Place. */
|
|
10
|
-
locationAddress?: Address;
|
|
11
|
-
/** Accident Place. */
|
|
12
|
-
locationReference?: Reference;
|
|
13
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xhaW1fYWNjaWRlbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2NsYWltX2FjY2lkZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENsYWltX0FjY2lkZW50IFR5cGVcbmltcG9ydCB0eXBlIHsgQWRkcmVzcyB9IGZyb20gXCIuL2FkZHJlc3NcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENsYWltX0FjY2lkZW50IHtcbiAgLyoqIERhdGUgb2YgYW4gYWNjaWRlbnQgd2hpY2ggdGhlc2Ugc2VydmljZXMgYXJlIGFkZHJlc3NpbmcuICovXG4gIGRhdGU/OiBzdHJpbmc7XG5cbiAgLyoqIFR5cGUgb2YgYWNjaWRlbnQ6IHdvcmssIGF1dG8sIGV0Yy4gKi9cbiAgdHlwZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogQWNjaWRlbnQgUGxhY2UuICovXG4gIGxvY2F0aW9uQWRkcmVzcz86IEFkZHJlc3M7XG5cbiAgLyoqIEFjY2lkZW50IFBsYWNlLiAqL1xuICBsb2NhdGlvblJlZmVyZW5jZT86IFJlZmVyZW5jZTtcbn1cbiJdfQ==
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
export interface Claim_CareTeam {
|
|
4
|
-
/** Sequence of the careTeam which serves to order and provide a link. */
|
|
5
|
-
sequence?: number;
|
|
6
|
-
/** Member of the team who provided the overall service. */
|
|
7
|
-
provider: Reference;
|
|
8
|
-
/** The party who is billing and responsible for the claimed good or service 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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xhaW1fY2FyZXRlYW0uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2NsYWltX2NhcmV0ZWFtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENsYWltX0NhcmVUZWFtIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENsYWltX0NhcmVUZWFtIHtcbiAgLyoqIFNlcXVlbmNlIG9mIHRoZSBjYXJlVGVhbSB3aGljaCBzZXJ2ZXMgdG8gb3JkZXIgYW5kIHByb3ZpZGUgYSBsaW5rLiAqL1xuICBzZXF1ZW5jZT86IG51bWJlcjtcblxuICAvKiogTWVtYmVyIG9mIHRoZSB0ZWFtIHdobyBwcm92aWRlZCB0aGUgb3ZlcmFsbCBzZXJ2aWNlLiAqL1xuICBwcm92aWRlcjogUmVmZXJlbmNlO1xuXG4gIC8qKiBUaGUgcGFydHkgd2hvIGlzIGJpbGxpbmcgYW5kIHJlc3BvbnNpYmxlIGZvciB0aGUgY2xhaW1lZCBnb29kIG9yIHNlcnZpY2UgcmVuZGVyZWQgdG8gdGhlIHBhdGllbnQuICovXG4gIHJlc3BvbnNpYmxlPzogYm9vbGVhbjtcblxuICAvKiogVGhlIGxlYWQsIGFzc2lzdGluZyBvciBzdXBlcnZpc2luZyBwcmFjdGl0aW9uZXIgYW5kIHRoZWlyIGRpc2NpcGxpbmUgaWYgYSBtdWx0aWRpc2lwbGluYXJ5IHRlYW0uICovXG4gIHJvbGU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIFRoZSBxdWFsaWZpY2F0aW9uIHdoaWNoIGlzIGFwcGxpY2FibGUgZm9yIHRoaXMgc2VydmljZS4gKi9cbiAgcXVhbGlmaWNhdGlvbj86IENvZGVhYmxlQ29uY2VwdDtcbn1cbiJdfQ==
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import type { Claim_SubDetail } from "./claim_subdetail";
|
|
2
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
-
import type { Money } from "./money";
|
|
4
|
-
import type { Quantity } from "./quantity";
|
|
5
|
-
import type { Reference } from "./reference";
|
|
6
|
-
export interface Claim_Detail {
|
|
7
|
-
/** A service line number. */
|
|
8
|
-
sequence?: number;
|
|
9
|
-
/** The type of reveneu or cost center providing the product and/or service. */
|
|
10
|
-
revenue?: CodeableConcept;
|
|
11
|
-
/** Health Care Service Type Codes to identify the classification of service or benefits. */
|
|
12
|
-
category?: CodeableConcept;
|
|
13
|
-
/** 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'. */
|
|
14
|
-
service?: CodeableConcept;
|
|
15
|
-
/** 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. */
|
|
16
|
-
modifier?: CodeableConcept[];
|
|
17
|
-
/** For programs which require reson codes for the inclusion, covering, of this billed item under the program or sub-program. */
|
|
18
|
-
programCode?: CodeableConcept[];
|
|
19
|
-
/** The number of repetitions of a service or product. */
|
|
20
|
-
quantity?: Quantity;
|
|
21
|
-
/** 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. */
|
|
22
|
-
unitPrice?: Money;
|
|
23
|
-
/** 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. */
|
|
24
|
-
factor?: number;
|
|
25
|
-
/** 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. */
|
|
26
|
-
net?: Money;
|
|
27
|
-
/** List of Unique Device Identifiers associated with this line item. */
|
|
28
|
-
udi?: Reference[];
|
|
29
|
-
/** Third tier of goods and services. */
|
|
30
|
-
subDetail?: Claim_SubDetail[];
|
|
31
|
-
}
|
package/lib/ehr/claim_detail.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xhaW1fZGV0YWlsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9jbGFpbV9kZXRhaWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ2xhaW1fRGV0YWlsIFR5cGVcbmltcG9ydCB0eXBlIHsgQ2xhaW1fU3ViRGV0YWlsIH0gZnJvbSBcIi4vY2xhaW1fc3ViZGV0YWlsXCI7XG5pbXBvcnQgdHlwZSB7IENvZGVhYmxlQ29uY2VwdCB9IGZyb20gXCIuL2NvZGVhYmxlY29uY2VwdFwiO1xuaW1wb3J0IHR5cGUgeyBNb25leSB9IGZyb20gXCIuL21vbmV5XCI7XG5pbXBvcnQgdHlwZSB7IFF1YW50aXR5IH0gZnJvbSBcIi4vcXVhbnRpdHlcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ2xhaW1fRGV0YWlsIHtcbiAgLyoqIEEgc2VydmljZSBsaW5lIG51bWJlci4gKi9cbiAgc2VxdWVuY2U/OiBudW1iZXI7XG5cbiAgLyoqIFRoZSB0eXBlIG9mIHJldmVuZXUgb3IgY29zdCBjZW50ZXIgcHJvdmlkaW5nIHRoZSBwcm9kdWN0IGFuZC9vciBzZXJ2aWNlLiAqL1xuICByZXZlbnVlPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBIZWFsdGggQ2FyZSBTZXJ2aWNlIFR5cGUgQ29kZXMgIHRvIGlkZW50aWZ5IHRoZSBjbGFzc2lmaWNhdGlvbiBvZiBzZXJ2aWNlIG9yIGJlbmVmaXRzLiAqL1xuICBjYXRlZ29yeT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogSWYgdGhpcyBpcyBhbiBhY3R1YWwgc2VydmljZSBvciBwcm9kdWN0IGxpbmUsIGllLiBub3QgYSBHcm91cCwgdGhlbiB1c2UgY29kZSB0byBpbmRpY2F0ZSB0aGUgUHJvZmVzc2lvbmFsIFNlcnZpY2Ugb3IgUHJvZHVjdCBzdXBwbGllZCAoZWcuIENUUCwgSENQQ1MsVVNDTFMsSUNEMTAsIE5DUERQLERJTixBQ0hJLENDSSkuIElmIGEgZ3JvdXBpbmcgaXRlbSB0aGVuIHVzZSBhIGdyb3VwIGNvZGUgdG8gaW5kaWNhdGUgdGhlIHR5cGUgb2YgdGhpbmcgYmVpbmcgZ3JvdXBlZCBlZy4gJ2dsYXNzZXMnIG9yICdjb21wb3VuZCcuICovXG4gIHNlcnZpY2U/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEl0ZW0gdHlwaWZpY2F0aW9uIG9yIG1vZGlmaWVycyBjb2RlcywgZWcgZm9yIE9yYWwgd2hldGhlciB0aGUgdHJlYXRtZW50IGlzIGNvc21ldGljIG9yIGFzc29jaWF0ZWQgd2l0aCBUTUosIG9yIGZvciBtZWRpY2FsIHdoZXRoZXIgdGhlIHRyZWF0bWVudCB3YXMgb3V0c2lkZSB0aGUgY2xpbmljIG9yIG91dCBvZiBvZmZpY2UgaG91cnMuICovXG4gIG1vZGlmaWVyPzogQ29kZWFibGVDb25jZXB0W107XG5cbiAgLyoqIEZvciBwcm9ncmFtcyB3aGljaCByZXF1aXJlIHJlc29uIGNvZGVzIGZvciB0aGUgaW5jbHVzaW9uLCBjb3ZlcmluZywgb2YgdGhpcyBiaWxsZWQgaXRlbSB1bmRlciB0aGUgcHJvZ3JhbSBvciBzdWItcHJvZ3JhbS4gKi9cbiAgcHJvZ3JhbUNvZGU/OiBDb2RlYWJsZUNvbmNlcHRbXTtcblxuICAvKiogVGhlIG51bWJlciBvZiByZXBldGl0aW9ucyBvZiBhIHNlcnZpY2Ugb3IgcHJvZHVjdC4gKi9cbiAgcXVhbnRpdHk/OiBRdWFudGl0eTtcblxuICAvKiogSWYgdGhlIGl0ZW0gaXMgYSBub2RlIHRoZW4gdGhpcyBpcyB0aGUgZmVlIGZvciB0aGUgcHJvZHVjdCBvciBzZXJ2aWNlLCBvdGhlcndpc2UgdGhpcyBpcyB0aGUgdG90YWwgb2YgdGhlIGZlZXMgZm9yIHRoZSBjaGlsZHJlbiBvZiB0aGUgZ3JvdXAuICovXG4gIHVuaXRQcmljZT86IE1vbmV5O1xuXG4gIC8qKiBBIHJlYWwgbnVtYmVyIHRoYXQgcmVwcmVzZW50cyBhIG11bHRpcGxpZXIgdXNlZCBpbiBkZXRlcm1pbmluZyB0aGUgb3ZlcmFsbCB2YWx1ZSBvZiBzZXJ2aWNlcyBkZWxpdmVyZWQgYW5kL29yIGdvb2RzIHJlY2VpdmVkLiBUaGUgY29uY2VwdCBvZiBhIEZhY3RvciBhbGxvd3MgZm9yIGEgZGlzY291bnQgb3Igc3VyY2hhcmdlIG11bHRpcGxpZXIgdG8gYmUgYXBwbGllZCB0byBhIG1vbmV0YXJ5IGFtb3VudC4gKi9cbiAgZmFjdG9yPzogbnVtYmVyO1xuXG4gIC8qKiBUaGUgcXVhbnRpdHkgdGltZXMgdGhlIHVuaXQgcHJpY2UgZm9yIGFuIGFkZGl0dGlvbmFsIHNlcnZpY2Ugb3IgcHJvZHVjdCBvciBjaGFyZ2UuIEZvciBleGFtcGxlLCB0aGUgZm9ybXVsYTogdW5pdCBRdWFudGl0eSAqIHVuaXQgUHJpY2UgKENvc3QgcGVyIFBvaW50KSAqIGZhY3RvciBOdW1iZXIgICogcG9pbnRzID0gbmV0IEFtb3VudC4gUXVhbnRpdHksIGZhY3RvciBhbmQgcG9pbnRzIGFyZSBhc3N1bWVkIHRvIGJlIDEgaWYgbm90IHN1cHBsaWVkLiAqL1xuICBuZXQ/OiBNb25leTtcblxuICAvKiogTGlzdCBvZiBVbmlxdWUgRGV2aWNlIElkZW50aWZpZXJzIGFzc29jaWF0ZWQgd2l0aCB0aGlzIGxpbmUgaXRlbS4gKi9cbiAgdWRpPzogUmVmZXJlbmNlW107XG5cbiAgLyoqIFRoaXJkIHRpZXIgb2YgZ29vZHMgYW5kIHNlcnZpY2VzLiAqL1xuICBzdWJEZXRhaWw/OiBDbGFpbV9TdWJEZXRhaWxbXTtcbn1cbiJdfQ==
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
export interface Claim_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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xhaW1fZGlhZ25vc2lzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9jbGFpbV9kaWFnbm9zaXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ2xhaW1fRGlhZ25vc2lzIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENsYWltX0RpYWdub3NpcyB7XG4gIC8qKiBTZXF1ZW5jZSBvZiBkaWFnbm9zaXMgd2hpY2ggc2VydmVzIHRvIHByb3ZpZGUgYSBsaW5rLiAqL1xuICBzZXF1ZW5jZT86IG51bWJlcjtcblxuICAvKiogVGhlIGRpYWdub3Npcy4gKi9cbiAgZGlhZ25vc2lzQ29kZWFibGVDb25jZXB0PzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBUaGUgZGlhZ25vc2lzLiAqL1xuICBkaWFnbm9zaXNSZWZlcmVuY2U/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIFRoZSB0eXBlIG9mIHRoZSBEaWFnbm9zaXMsIGZvciBleGFtcGxlOiBhZG1pdHRpbmcsIHByaW1hcnksIHNlY29uZGFyeSwgZGlzY2hhcmdlLiAqL1xuICB0eXBlPzogQ29kZWFibGVDb25jZXB0W107XG5cbiAgLyoqIFRoZSBwYWNrYWdlIGJpbGxpbmcgY29kZSwgZm9yIGV4YW1wbGUgRFJHLCBiYXNlZCBvbiB0aGUgYXNzaWduZWQgZ3JvdXBpbmcgY29kZSBzeXN0ZW0uICovXG4gIHBhY2thZ2VDb2RlPzogQ29kZWFibGVDb25jZXB0O1xufVxuIl19
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import type { Attachment } from "./attachment";
|
|
2
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
3
|
-
import type { Period } from "./period";
|
|
4
|
-
import type { Quantity } from "./quantity";
|
|
5
|
-
import type { Reference } from "./reference";
|
|
6
|
-
export interface Claim_Information {
|
|
7
|
-
/** Sequence of the information element which serves to provide a link. */
|
|
8
|
-
sequence?: number;
|
|
9
|
-
/** The general class of the information supplied: information; exception; accident, employment; onset, etc. */
|
|
10
|
-
category: CodeableConcept;
|
|
11
|
-
/** 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. */
|
|
12
|
-
code?: CodeableConcept;
|
|
13
|
-
/** The date when or period to which this information refers. */
|
|
14
|
-
timingDate?: string;
|
|
15
|
-
/** The date when or period to which this information refers. */
|
|
16
|
-
timingPeriod?: Period;
|
|
17
|
-
/** Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data. */
|
|
18
|
-
valueString?: string;
|
|
19
|
-
/** Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data. */
|
|
20
|
-
valueQuantity?: Quantity;
|
|
21
|
-
/** Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data. */
|
|
22
|
-
valueAttachment?: Attachment;
|
|
23
|
-
/** Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data. */
|
|
24
|
-
valueReference?: Reference;
|
|
25
|
-
/** 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. */
|
|
26
|
-
reason?: CodeableConcept;
|
|
27
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xhaW1faW5mb3JtYXRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2NsYWltX2luZm9ybWF0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENsYWltX0luZm9ybWF0aW9uIFR5cGVcbmltcG9ydCB0eXBlIHsgQXR0YWNobWVudCB9IGZyb20gXCIuL2F0dGFjaG1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFBlcmlvZCB9IGZyb20gXCIuL3BlcmlvZFwiO1xuaW1wb3J0IHR5cGUgeyBRdWFudGl0eSB9IGZyb20gXCIuL3F1YW50aXR5XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENsYWltX0luZm9ybWF0aW9uIHtcbiAgLyoqIFNlcXVlbmNlIG9mIHRoZSBpbmZvcm1hdGlvbiBlbGVtZW50IHdoaWNoIHNlcnZlcyB0byBwcm92aWRlIGEgbGluay4gKi9cbiAgc2VxdWVuY2U/OiBudW1iZXI7XG5cbiAgLyoqIFRoZSBnZW5lcmFsIGNsYXNzIG9mIHRoZSBpbmZvcm1hdGlvbiBzdXBwbGllZDogaW5mb3JtYXRpb247IGV4Y2VwdGlvbjsgYWNjaWRlbnQsIGVtcGxveW1lbnQ7IG9uc2V0LCBldGMuICovXG4gIGNhdGVnb3J5OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIFN5c3RlbSBhbmQgY29kZSBwZXJ0YWluaW5nIHRvIHRoZSBzcGVjaWZpYyBpbmZvcm1hdGlvbiByZWdhcmRpbmcgc3BlY2lhbCBjb25kaXRpb25zIHJlbGF0aW5nIHRvIHRoZSBzZXR0aW5nLCB0cmVhdG1lbnQgb3IgcGF0aWVudCAgZm9yIHdoaWNoIGNhcmUgaXMgc291Z2h0IHdoaWNoIG1heSBpbmZsdWVuY2UgdGhlIGFkanVkaWNhdGlvbi4gKi9cbiAgY29kZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogVGhlIGRhdGUgd2hlbiBvciBwZXJpb2QgdG8gd2hpY2ggdGhpcyBpbmZvcm1hdGlvbiByZWZlcnMuICovXG4gIHRpbWluZ0RhdGU/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBkYXRlIHdoZW4gb3IgcGVyaW9kIHRvIHdoaWNoIHRoaXMgaW5mb3JtYXRpb24gcmVmZXJzLiAqL1xuICB0aW1pbmdQZXJpb2Q/OiBQZXJpb2Q7XG5cbiAgLyoqIEFkZGl0aW9uYWwgZGF0YSBvciBpbmZvcm1hdGlvbiBzdWNoIGFzIHJlc291cmNlcywgZG9jdW1lbnRzLCBpbWFnZXMgZXRjLiBpbmNsdWRpbmcgcmVmZXJlbmNlcyB0byB0aGUgZGF0YSBvciB0aGUgYWN0dWFsIGluY2x1c2lvbiBvZiB0aGUgZGF0YS4gKi9cbiAgdmFsdWVTdHJpbmc/OiBzdHJpbmc7XG5cbiAgLyoqIEFkZGl0aW9uYWwgZGF0YSBvciBpbmZvcm1hdGlvbiBzdWNoIGFzIHJlc291cmNlcywgZG9jdW1lbnRzLCBpbWFnZXMgZXRjLiBpbmNsdWRpbmcgcmVmZXJlbmNlcyB0byB0aGUgZGF0YSBvciB0aGUgYWN0dWFsIGluY2x1c2lvbiBvZiB0aGUgZGF0YS4gKi9cbiAgdmFsdWVRdWFudGl0eT86IFF1YW50aXR5O1xuXG4gIC8qKiBBZGRpdGlvbmFsIGRhdGEgb3IgaW5mb3JtYXRpb24gc3VjaCBhcyByZXNvdXJjZXMsIGRvY3VtZW50cywgaW1hZ2VzIGV0Yy4gaW5jbHVkaW5nIHJlZmVyZW5jZXMgdG8gdGhlIGRhdGEgb3IgdGhlIGFjdHVhbCBpbmNsdXNpb24gb2YgdGhlIGRhdGEuICovXG4gIHZhbHVlQXR0YWNobWVudD86IEF0dGFjaG1lbnQ7XG5cbiAgLyoqIEFkZGl0aW9uYWwgZGF0YSBvciBpbmZvcm1hdGlvbiBzdWNoIGFzIHJlc291cmNlcywgZG9jdW1lbnRzLCBpbWFnZXMgZXRjLiBpbmNsdWRpbmcgcmVmZXJlbmNlcyB0byB0aGUgZGF0YSBvciB0aGUgYWN0dWFsIGluY2x1c2lvbiBvZiB0aGUgZGF0YS4gKi9cbiAgdmFsdWVSZWZlcmVuY2U/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIEZvciBleGFtcGxlLCBwcm92aWRlcyB0aGUgcmVhc29uIGZvcjogdGhlIGFkZGl0aW9uYWwgc3RheSwgb3IgbWlzc2luZyB0b290aCBvciBhbnkgb3RoZXIgc2l0dWF0aW9uIHdoZXJlIGEgcmVhc29uIGNvZGUgaXMgcmVxdWlyZWQgaW4gYWRkaXRpb24gdG8gdGhlIGNvbnRlbnQuICovXG4gIHJlYXNvbj86IENvZGVhYmxlQ29uY2VwdDtcbn1cbiJdfQ==
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { Reference } from "./reference";
|
|
2
|
-
export interface Claim_Insurance {
|
|
3
|
-
/** Sequence of coverage which serves to provide a link and convey coordination of benefit order. */
|
|
4
|
-
sequence?: number;
|
|
5
|
-
/** A flag to indicate that this Coverage is the focus for adjudication. The Coverage against which the claim is to be adjudicated. */
|
|
6
|
-
focal?: boolean;
|
|
7
|
-
/** Reference to the program or plan identification, underwriter or payor. */
|
|
8
|
-
coverage: Reference;
|
|
9
|
-
/** The contract number of a business agreement which describes the terms and conditions. */
|
|
10
|
-
businessArrangement?: string;
|
|
11
|
-
/** A list of references from the Insurer to which these services pertain. */
|
|
12
|
-
preAuthRef?: string[];
|
|
13
|
-
/** The Coverages adjudication details. */
|
|
14
|
-
claimResponse?: Reference;
|
|
15
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xhaW1faW5zdXJhbmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9jbGFpbV9pbnN1cmFuY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ2xhaW1fSW5zdXJhbmNlIFR5cGVcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ2xhaW1fSW5zdXJhbmNlIHtcbiAgLyoqIFNlcXVlbmNlIG9mIGNvdmVyYWdlIHdoaWNoIHNlcnZlcyB0byBwcm92aWRlIGEgbGluayBhbmQgY29udmV5IGNvb3JkaW5hdGlvbiBvZiBiZW5lZml0IG9yZGVyLiAqL1xuICBzZXF1ZW5jZT86IG51bWJlcjtcblxuICAvKiogQSBmbGFnIHRvIGluZGljYXRlIHRoYXQgdGhpcyBDb3ZlcmFnZSBpcyB0aGUgZm9jdXMgZm9yIGFkanVkaWNhdGlvbi4gVGhlIENvdmVyYWdlIGFnYWluc3Qgd2hpY2ggdGhlIGNsYWltIGlzIHRvIGJlIGFkanVkaWNhdGVkLiAqL1xuICBmb2NhbD86IGJvb2xlYW47XG5cbiAgLyoqIFJlZmVyZW5jZSB0byB0aGUgcHJvZ3JhbSBvciBwbGFuIGlkZW50aWZpY2F0aW9uLCB1bmRlcndyaXRlciBvciBwYXlvci4gKi9cbiAgY292ZXJhZ2U6IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIGNvbnRyYWN0IG51bWJlciBvZiBhIGJ1c2luZXNzIGFncmVlbWVudCB3aGljaCBkZXNjcmliZXMgdGhlIHRlcm1zIGFuZCBjb25kaXRpb25zLiAqL1xuICBidXNpbmVzc0FycmFuZ2VtZW50Pzogc3RyaW5nO1xuXG4gIC8qKiBBIGxpc3Qgb2YgcmVmZXJlbmNlcyBmcm9tIHRoZSBJbnN1cmVyIHRvIHdoaWNoIHRoZXNlIHNlcnZpY2VzIHBlcnRhaW4uICovXG4gIHByZUF1dGhSZWY/OiBzdHJpbmdbXTtcblxuICAvKiogVGhlIENvdmVyYWdlcyBhZGp1ZGljYXRpb24gZGV0YWlscy4gKi9cbiAgY2xhaW1SZXNwb25zZT86IFJlZmVyZW5jZTtcbn1cbiJdfQ==
|
package/lib/ehr/claim_item.d.ts
DELETED
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import type { Address } from "./address";
|
|
2
|
-
import type { Claim_Detail } from "./claim_detail";
|
|
3
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
4
|
-
import type { Money } from "./money";
|
|
5
|
-
import type { Period } from "./period";
|
|
6
|
-
import type { Quantity } from "./quantity";
|
|
7
|
-
import type { Reference } from "./reference";
|
|
8
|
-
export interface Claim_Item {
|
|
9
|
-
/** A service line number. */
|
|
10
|
-
sequence?: number;
|
|
11
|
-
/** CareTeam applicable for this service or product line. */
|
|
12
|
-
careTeamLinkId?: number[];
|
|
13
|
-
/** Diagnosis applicable for this service or product line. */
|
|
14
|
-
diagnosisLinkId?: number[];
|
|
15
|
-
/** Procedures applicable for this service or product line. */
|
|
16
|
-
procedureLinkId?: number[];
|
|
17
|
-
/** Exceptions, special conditions and supporting information pplicable for this service or product line. */
|
|
18
|
-
informationLinkId?: number[];
|
|
19
|
-
/** The type of reveneu or cost center providing the product and/or service. */
|
|
20
|
-
revenue?: CodeableConcept;
|
|
21
|
-
/** Health Care Service Type Codes to identify the classification of service or benefits. */
|
|
22
|
-
category?: CodeableConcept;
|
|
23
|
-
/** 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,RXNorm,ACHI,CCI). If a grouping item then use a group code to indicate the type of thing being grouped eg. 'glasses' or 'compound'. */
|
|
24
|
-
service?: CodeableConcept;
|
|
25
|
-
/** 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. */
|
|
26
|
-
modifier?: CodeableConcept[];
|
|
27
|
-
/** For programs which require reason codes for the inclusion or covering of this billed item under the program or sub-program. */
|
|
28
|
-
programCode?: CodeableConcept[];
|
|
29
|
-
/** The date or dates when the enclosed suite of services were performed or completed. */
|
|
30
|
-
servicedDate?: string;
|
|
31
|
-
/** The date or dates when the enclosed suite of services were performed or completed. */
|
|
32
|
-
servicedPeriod?: Period;
|
|
33
|
-
/** Where the service was provided. */
|
|
34
|
-
locationCodeableConcept?: CodeableConcept;
|
|
35
|
-
/** Where the service was provided. */
|
|
36
|
-
locationAddress?: Address;
|
|
37
|
-
/** Where the service was provided. */
|
|
38
|
-
locationReference?: Reference;
|
|
39
|
-
/** The number of repetitions of a service or product. */
|
|
40
|
-
quantity?: Quantity;
|
|
41
|
-
/** 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. */
|
|
42
|
-
unitPrice?: Money;
|
|
43
|
-
/** 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. */
|
|
44
|
-
factor?: number;
|
|
45
|
-
/** 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. */
|
|
46
|
-
net?: Money;
|
|
47
|
-
/** List of Unique Device Identifiers associated with this line item. */
|
|
48
|
-
udi?: Reference[];
|
|
49
|
-
/** Physical service site on the patient (limb, tooth, etc). */
|
|
50
|
-
bodySite?: CodeableConcept;
|
|
51
|
-
/** A region or surface of the site, eg. limb region or tooth surface(s). */
|
|
52
|
-
subSite?: CodeableConcept[];
|
|
53
|
-
/** A billed item may include goods or services provided in multiple encounters. */
|
|
54
|
-
encounter?: Reference[];
|
|
55
|
-
/** Second tier of goods and services. */
|
|
56
|
-
detail?: Claim_Detail[];
|
|
57
|
-
}
|
package/lib/ehr/claim_item.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xhaW1faXRlbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvY2xhaW1faXRlbS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBDbGFpbV9JdGVtIFR5cGVcbmltcG9ydCB0eXBlIHsgQWRkcmVzcyB9IGZyb20gXCIuL2FkZHJlc3NcIjtcbmltcG9ydCB0eXBlIHsgQ2xhaW1fRGV0YWlsIH0gZnJvbSBcIi4vY2xhaW1fZGV0YWlsXCI7XG5pbXBvcnQgdHlwZSB7IENvZGVhYmxlQ29uY2VwdCB9IGZyb20gXCIuL2NvZGVhYmxlY29uY2VwdFwiO1xuaW1wb3J0IHR5cGUgeyBNb25leSB9IGZyb20gXCIuL21vbmV5XCI7XG5pbXBvcnQgdHlwZSB7IFBlcmlvZCB9IGZyb20gXCIuL3BlcmlvZFwiO1xuaW1wb3J0IHR5cGUgeyBRdWFudGl0eSB9IGZyb20gXCIuL3F1YW50aXR5XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENsYWltX0l0ZW0ge1xuICAvKiogQSBzZXJ2aWNlIGxpbmUgbnVtYmVyLiAqL1xuICBzZXF1ZW5jZT86IG51bWJlcjtcblxuICAvKiogQ2FyZVRlYW0gYXBwbGljYWJsZSBmb3IgdGhpcyBzZXJ2aWNlIG9yIHByb2R1Y3QgbGluZS4gKi9cbiAgY2FyZVRlYW1MaW5rSWQ/OiBudW1iZXJbXTtcblxuICAvKiogRGlhZ25vc2lzIGFwcGxpY2FibGUgZm9yIHRoaXMgc2VydmljZSBvciBwcm9kdWN0IGxpbmUuICovXG4gIGRpYWdub3Npc0xpbmtJZD86IG51bWJlcltdO1xuXG4gIC8qKiBQcm9jZWR1cmVzIGFwcGxpY2FibGUgZm9yIHRoaXMgc2VydmljZSBvciBwcm9kdWN0IGxpbmUuICovXG4gIHByb2NlZHVyZUxpbmtJZD86IG51bWJlcltdO1xuXG4gIC8qKiBFeGNlcHRpb25zLCBzcGVjaWFsIGNvbmRpdGlvbnMgYW5kIHN1cHBvcnRpbmcgaW5mb3JtYXRpb24gcHBsaWNhYmxlIGZvciB0aGlzIHNlcnZpY2Ugb3IgcHJvZHVjdCBsaW5lLiAqL1xuICBpbmZvcm1hdGlvbkxpbmtJZD86IG51bWJlcltdO1xuXG4gIC8qKiBUaGUgdHlwZSBvZiByZXZlbmV1IG9yIGNvc3QgY2VudGVyIHByb3ZpZGluZyB0aGUgcHJvZHVjdCBhbmQvb3Igc2VydmljZS4gKi9cbiAgcmV2ZW51ZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogSGVhbHRoIENhcmUgU2VydmljZSBUeXBlIENvZGVzICB0byBpZGVudGlmeSB0aGUgY2xhc3NpZmljYXRpb24gb2Ygc2VydmljZSBvciBiZW5lZml0cy4gKi9cbiAgY2F0ZWdvcnk/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIElmIHRoaXMgaXMgYW4gYWN0dWFsIHNlcnZpY2Ugb3IgcHJvZHVjdCBsaW5lLCBpZS4gbm90IGEgR3JvdXAsIHRoZW4gdXNlIGNvZGUgdG8gaW5kaWNhdGUgdGhlIFByb2Zlc3Npb25hbCBTZXJ2aWNlIG9yIFByb2R1Y3Qgc3VwcGxpZWQgKGVnLiBDVFAsIEhDUENTLFVTQ0xTLElDRDEwLCBOQ1BEUCxESU4sUlhOb3JtLEFDSEksQ0NJKS4gSWYgYSBncm91cGluZyBpdGVtIHRoZW4gdXNlIGEgZ3JvdXAgY29kZSB0byBpbmRpY2F0ZSB0aGUgdHlwZSBvZiB0aGluZyBiZWluZyBncm91cGVkIGVnLiAnZ2xhc3Nlcycgb3IgJ2NvbXBvdW5kJy4gKi9cbiAgc2VydmljZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogSXRlbSB0eXBpZmljYXRpb24gb3IgbW9kaWZpZXJzIGNvZGVzLCBlZyBmb3IgT3JhbCB3aGV0aGVyIHRoZSB0cmVhdG1lbnQgaXMgY29zbWV0aWMgb3IgYXNzb2NpYXRlZCB3aXRoIFRNSiwgb3IgZm9yIG1lZGljYWwgd2hldGhlciB0aGUgdHJlYXRtZW50IHdhcyBvdXRzaWRlIHRoZSBjbGluaWMgb3Igb3V0IG9mIG9mZmljZSBob3Vycy4gKi9cbiAgbW9kaWZpZXI/OiBDb2RlYWJsZUNvbmNlcHRbXTtcblxuICAvKiogRm9yIHByb2dyYW1zIHdoaWNoIHJlcXVpcmUgcmVhc29uIGNvZGVzIGZvciB0aGUgaW5jbHVzaW9uIG9yIGNvdmVyaW5nIG9mIHRoaXMgYmlsbGVkIGl0ZW0gdW5kZXIgdGhlIHByb2dyYW0gb3Igc3ViLXByb2dyYW0uICovXG4gIHByb2dyYW1Db2RlPzogQ29kZWFibGVDb25jZXB0W107XG5cbiAgLyoqIFRoZSBkYXRlIG9yIGRhdGVzIHdoZW4gdGhlIGVuY2xvc2VkIHN1aXRlIG9mIHNlcnZpY2VzIHdlcmUgcGVyZm9ybWVkIG9yIGNvbXBsZXRlZC4gKi9cbiAgc2VydmljZWREYXRlPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgZGF0ZSBvciBkYXRlcyB3aGVuIHRoZSBlbmNsb3NlZCBzdWl0ZSBvZiBzZXJ2aWNlcyB3ZXJlIHBlcmZvcm1lZCBvciBjb21wbGV0ZWQuICovXG4gIHNlcnZpY2VkUGVyaW9kPzogUGVyaW9kO1xuXG4gIC8qKiBXaGVyZSB0aGUgc2VydmljZSB3YXMgcHJvdmlkZWQuICovXG4gIGxvY2F0aW9uQ29kZWFibGVDb25jZXB0PzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBXaGVyZSB0aGUgc2VydmljZSB3YXMgcHJvdmlkZWQuICovXG4gIGxvY2F0aW9uQWRkcmVzcz86IEFkZHJlc3M7XG5cbiAgLyoqIFdoZXJlIHRoZSBzZXJ2aWNlIHdhcyBwcm92aWRlZC4gKi9cbiAgbG9jYXRpb25SZWZlcmVuY2U/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIFRoZSBudW1iZXIgb2YgcmVwZXRpdGlvbnMgb2YgYSBzZXJ2aWNlIG9yIHByb2R1Y3QuICovXG4gIHF1YW50aXR5PzogUXVhbnRpdHk7XG5cbiAgLyoqIElmIHRoZSBpdGVtIGlzIGEgbm9kZSB0aGVuIHRoaXMgaXMgdGhlIGZlZSBmb3IgdGhlIHByb2R1Y3Qgb3Igc2VydmljZSwgb3RoZXJ3aXNlIHRoaXMgaXMgdGhlIHRvdGFsIG9mIHRoZSBmZWVzIGZvciB0aGUgY2hpbGRyZW4gb2YgdGhlIGdyb3VwLiAqL1xuICB1bml0UHJpY2U/OiBNb25leTtcblxuICAvKiogQSByZWFsIG51bWJlciB0aGF0IHJlcHJlc2VudHMgYSBtdWx0aXBsaWVyIHVzZWQgaW4gZGV0ZXJtaW5pbmcgdGhlIG92ZXJhbGwgdmFsdWUgb2Ygc2VydmljZXMgZGVsaXZlcmVkIGFuZC9vciBnb29kcyByZWNlaXZlZC4gVGhlIGNvbmNlcHQgb2YgYSBGYWN0b3IgYWxsb3dzIGZvciBhIGRpc2NvdW50IG9yIHN1cmNoYXJnZSBtdWx0aXBsaWVyIHRvIGJlIGFwcGxpZWQgdG8gYSBtb25ldGFyeSBhbW91bnQuICovXG4gIGZhY3Rvcj86IG51bWJlcjtcblxuICAvKiogVGhlIHF1YW50aXR5IHRpbWVzIHRoZSB1bml0IHByaWNlIGZvciBhbiBhZGRpdHRpb25hbCBzZXJ2aWNlIG9yIHByb2R1Y3Qgb3IgY2hhcmdlLiBGb3IgZXhhbXBsZSwgdGhlIGZvcm11bGE6IHVuaXQgUXVhbnRpdHkgKiB1bml0IFByaWNlIChDb3N0IHBlciBQb2ludCkgKiBmYWN0b3IgTnVtYmVyICAqIHBvaW50cyA9IG5ldCBBbW91bnQuIFF1YW50aXR5LCBmYWN0b3IgYW5kIHBvaW50cyBhcmUgYXNzdW1lZCB0byBiZSAxIGlmIG5vdCBzdXBwbGllZC4gKi9cbiAgbmV0PzogTW9uZXk7XG5cbiAgLyoqIExpc3Qgb2YgVW5pcXVlIERldmljZSBJZGVudGlmaWVycyBhc3NvY2lhdGVkIHdpdGggdGhpcyBsaW5lIGl0ZW0uICovXG4gIHVkaT86IFJlZmVyZW5jZVtdO1xuXG4gIC8qKiBQaHlzaWNhbCBzZXJ2aWNlIHNpdGUgb24gdGhlIHBhdGllbnQgKGxpbWIsIHRvb3RoLCBldGMpLiAqL1xuICBib2R5U2l0ZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogQSByZWdpb24gb3Igc3VyZmFjZSBvZiB0aGUgc2l0ZSwgZWcuIGxpbWIgcmVnaW9uIG9yIHRvb3RoIHN1cmZhY2UocykuICovXG4gIHN1YlNpdGU/OiBDb2RlYWJsZUNvbmNlcHRbXTtcblxuICAvKiogQSBiaWxsZWQgaXRlbSBtYXkgaW5jbHVkZSBnb29kcyBvciBzZXJ2aWNlcyBwcm92aWRlZCBpbiBtdWx0aXBsZSBlbmNvdW50ZXJzLiAqL1xuICBlbmNvdW50ZXI/OiBSZWZlcmVuY2VbXTtcblxuICAvKiogU2Vjb25kIHRpZXIgb2YgZ29vZHMgYW5kIHNlcnZpY2VzLiAqL1xuICBkZXRhaWw/OiBDbGFpbV9EZXRhaWxbXTtcbn1cbiJdfQ==
|
package/lib/ehr/claim_payee.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Coding } from "./coding";
|
|
3
|
-
import type { Reference } from "./reference";
|
|
4
|
-
export interface Claim_Payee {
|
|
5
|
-
/** Type of Party to be reimbursed: Subscriber, provider, other. */
|
|
6
|
-
type: CodeableConcept;
|
|
7
|
-
/** organization | patient | practitioner | relatedperson. */
|
|
8
|
-
resourceType?: Coding;
|
|
9
|
-
/** Party to be reimbursed: Subscriber, provider, other. */
|
|
10
|
-
party?: Reference;
|
|
11
|
-
}
|
package/lib/ehr/claim_payee.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xhaW1fcGF5ZWUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2NsYWltX3BheWVlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENsYWltX1BheWVlIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IENvZGluZyB9IGZyb20gXCIuL2NvZGluZ1wiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDbGFpbV9QYXllZSB7XG4gIC8qKiBUeXBlIG9mIFBhcnR5IHRvIGJlIHJlaW1idXJzZWQ6IFN1YnNjcmliZXIsIHByb3ZpZGVyLCBvdGhlci4gKi9cbiAgdHlwZTogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBvcmdhbml6YXRpb24gfCBwYXRpZW50IHwgcHJhY3RpdGlvbmVyIHwgcmVsYXRlZHBlcnNvbi4gKi9cbiAgcmVzb3VyY2VUeXBlPzogQ29kaW5nO1xuXG4gIC8qKiBQYXJ0eSB0byBiZSByZWltYnVyc2VkOiBTdWJzY3JpYmVyLCBwcm92aWRlciwgb3RoZXIuICovXG4gIHBhcnR5PzogUmVmZXJlbmNlO1xufVxuIl19
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
export interface Claim_Procedure {
|
|
4
|
-
/** Sequence of procedures which serves to order and provide a link. */
|
|
5
|
-
sequence?: number;
|
|
6
|
-
/** Date and optionally time the procedure was performed . */
|
|
7
|
-
date?: string;
|
|
8
|
-
/** The procedure code. */
|
|
9
|
-
procedureCodeableConcept?: CodeableConcept;
|
|
10
|
-
/** The procedure code. */
|
|
11
|
-
procedureReference?: Reference;
|
|
12
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xhaW1fcHJvY2VkdXJlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9jbGFpbV9wcm9jZWR1cmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ2xhaW1fUHJvY2VkdXJlIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENsYWltX1Byb2NlZHVyZSB7XG4gIC8qKiBTZXF1ZW5jZSBvZiBwcm9jZWR1cmVzIHdoaWNoIHNlcnZlcyB0byBvcmRlciBhbmQgcHJvdmlkZSBhIGxpbmsuICovXG4gIHNlcXVlbmNlPzogbnVtYmVyO1xuXG4gIC8qKiBEYXRlIGFuZCBvcHRpb25hbGx5IHRpbWUgdGhlIHByb2NlZHVyZSB3YXMgcGVyZm9ybWVkIC4gKi9cbiAgZGF0ZT86IHN0cmluZztcblxuICAvKiogVGhlIHByb2NlZHVyZSBjb2RlLiAqL1xuICBwcm9jZWR1cmVDb2RlYWJsZUNvbmNlcHQ/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIFRoZSBwcm9jZWR1cmUgY29kZS4gKi9cbiAgcHJvY2VkdXJlUmVmZXJlbmNlPzogUmVmZXJlbmNlO1xufVxuIl19
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Identifier } from "./identifier";
|
|
3
|
-
import type { Reference } from "./reference";
|
|
4
|
-
export interface Claim_Related {
|
|
5
|
-
/** Other claims which are related to this claim such as prior claim versions or for related services. */
|
|
6
|
-
claim?: Reference;
|
|
7
|
-
/** For example prior or umbrella. */
|
|
8
|
-
relationship?: CodeableConcept;
|
|
9
|
-
/** An alternate organizational reference to the case or file to which this particular claim pertains - eg Property/Casualy insurer claim # or Workers Compensation case # . */
|
|
10
|
-
reference?: Identifier;
|
|
11
|
-
}
|
package/lib/ehr/claim_related.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xhaW1fcmVsYXRlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvY2xhaW1fcmVsYXRlZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBDbGFpbV9SZWxhdGVkIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IElkZW50aWZpZXIgfSBmcm9tIFwiLi9pZGVudGlmaWVyXCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENsYWltX1JlbGF0ZWQge1xuICAvKiogT3RoZXIgY2xhaW1zIHdoaWNoIGFyZSByZWxhdGVkIHRvIHRoaXMgY2xhaW0gc3VjaCBhcyBwcmlvciBjbGFpbSB2ZXJzaW9ucyBvciBmb3IgcmVsYXRlZCBzZXJ2aWNlcy4gKi9cbiAgY2xhaW0/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIEZvciBleGFtcGxlIHByaW9yIG9yIHVtYnJlbGxhLiAqL1xuICByZWxhdGlvbnNoaXA/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEFuIGFsdGVybmF0ZSBvcmdhbml6YXRpb25hbCByZWZlcmVuY2UgdG8gdGhlIGNhc2Ugb3IgZmlsZSB0byB3aGljaCB0aGlzIHBhcnRpY3VsYXIgY2xhaW0gcGVydGFpbnMgLSBlZyBQcm9wZXJ0eS9DYXN1YWx5IGluc3VyZXIgY2xhaW0gIyBvciBXb3JrZXJzIENvbXBlbnNhdGlvbiBjYXNlICMgLiAqL1xuICByZWZlcmVuY2U/OiBJZGVudGlmaWVyO1xufVxuIl19
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Money } from "./money";
|
|
3
|
-
import type { Quantity } from "./quantity";
|
|
4
|
-
import type { Reference } from "./reference";
|
|
5
|
-
export interface Claim_SubDetail {
|
|
6
|
-
/** A service line number. */
|
|
7
|
-
sequence?: 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
|
-
/** A code to indicate the Professional Service or Product supplied (eg. CTP, HCPCS,USCLS,ICD10, NCPDP,DIN,ACHI,CCI). */
|
|
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
|
-
/** For programs which require reson codes for the inclusion, covering, of this billed item under the program or sub-program. */
|
|
17
|
-
programCode?: CodeableConcept[];
|
|
18
|
-
/** The number of repetitions of a service or product. */
|
|
19
|
-
quantity?: Quantity;
|
|
20
|
-
/** The fee for an addittional service or product or charge. */
|
|
21
|
-
unitPrice?: Money;
|
|
22
|
-
/** 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. */
|
|
23
|
-
factor?: number;
|
|
24
|
-
/** 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. */
|
|
25
|
-
net?: Money;
|
|
26
|
-
/** List of Unique Device Identifiers associated with this line item. */
|
|
27
|
-
udi?: Reference[];
|
|
28
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xhaW1fc3ViZGV0YWlsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9jbGFpbV9zdWJkZXRhaWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ2xhaW1fU3ViRGV0YWlsIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IE1vbmV5IH0gZnJvbSBcIi4vbW9uZXlcIjtcbmltcG9ydCB0eXBlIHsgUXVhbnRpdHkgfSBmcm9tIFwiLi9xdWFudGl0eVwiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDbGFpbV9TdWJEZXRhaWwge1xuICAvKiogQSBzZXJ2aWNlIGxpbmUgbnVtYmVyLiAqL1xuICBzZXF1ZW5jZT86IG51bWJlcjtcblxuICAvKiogVGhlIHR5cGUgb2YgcmV2ZW5ldSBvciBjb3N0IGNlbnRlciBwcm92aWRpbmcgdGhlIHByb2R1Y3QgYW5kL29yIHNlcnZpY2UuICovXG4gIHJldmVudWU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEhlYWx0aCBDYXJlIFNlcnZpY2UgVHlwZSBDb2RlcyAgdG8gaWRlbnRpZnkgdGhlIGNsYXNzaWZpY2F0aW9uIG9mIHNlcnZpY2Ugb3IgYmVuZWZpdHMuICovXG4gIGNhdGVnb3J5PzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBBIGNvZGUgdG8gaW5kaWNhdGUgdGhlIFByb2Zlc3Npb25hbCBTZXJ2aWNlIG9yIFByb2R1Y3Qgc3VwcGxpZWQgKGVnLiBDVFAsIEhDUENTLFVTQ0xTLElDRDEwLCBOQ1BEUCxESU4sQUNISSxDQ0kpLiAqL1xuICBzZXJ2aWNlPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBJdGVtIHR5cGlmaWNhdGlvbiBvciBtb2RpZmllcnMgY29kZXMsIGVnIGZvciBPcmFsIHdoZXRoZXIgdGhlIHRyZWF0bWVudCBpcyBjb3NtZXRpYyBvciBhc3NvY2lhdGVkIHdpdGggVE1KLCBvciBmb3IgbWVkaWNhbCB3aGV0aGVyIHRoZSB0cmVhdG1lbnQgd2FzIG91dHNpZGUgdGhlIGNsaW5pYyBvciBvdXQgb2Ygb2ZmaWNlIGhvdXJzLiAqL1xuICBtb2RpZmllcj86IENvZGVhYmxlQ29uY2VwdFtdO1xuXG4gIC8qKiBGb3IgcHJvZ3JhbXMgd2hpY2ggcmVxdWlyZSByZXNvbiBjb2RlcyBmb3IgdGhlIGluY2x1c2lvbiwgY292ZXJpbmcsIG9mIHRoaXMgYmlsbGVkIGl0ZW0gdW5kZXIgdGhlIHByb2dyYW0gb3Igc3ViLXByb2dyYW0uICovXG4gIHByb2dyYW1Db2RlPzogQ29kZWFibGVDb25jZXB0W107XG5cbiAgLyoqIFRoZSBudW1iZXIgb2YgcmVwZXRpdGlvbnMgb2YgYSBzZXJ2aWNlIG9yIHByb2R1Y3QuICovXG4gIHF1YW50aXR5PzogUXVhbnRpdHk7XG5cbiAgLyoqIFRoZSBmZWUgZm9yIGFuIGFkZGl0dGlvbmFsIHNlcnZpY2Ugb3IgcHJvZHVjdCBvciBjaGFyZ2UuICovXG4gIHVuaXRQcmljZT86IE1vbmV5O1xuXG4gIC8qKiBBIHJlYWwgbnVtYmVyIHRoYXQgcmVwcmVzZW50cyBhIG11bHRpcGxpZXIgdXNlZCBpbiBkZXRlcm1pbmluZyB0aGUgb3ZlcmFsbCB2YWx1ZSBvZiBzZXJ2aWNlcyBkZWxpdmVyZWQgYW5kL29yIGdvb2RzIHJlY2VpdmVkLiBUaGUgY29uY2VwdCBvZiBhIEZhY3RvciBhbGxvd3MgZm9yIGEgZGlzY291bnQgb3Igc3VyY2hhcmdlIG11bHRpcGxpZXIgdG8gYmUgYXBwbGllZCB0byBhIG1vbmV0YXJ5IGFtb3VudC4gKi9cbiAgZmFjdG9yPzogbnVtYmVyO1xuXG4gIC8qKiBUaGUgcXVhbnRpdHkgdGltZXMgdGhlIHVuaXQgcHJpY2UgZm9yIGFuIGFkZGl0dGlvbmFsIHNlcnZpY2Ugb3IgcHJvZHVjdCBvciBjaGFyZ2UuIEZvciBleGFtcGxlLCB0aGUgZm9ybXVsYTogdW5pdCBRdWFudGl0eSAqIHVuaXQgUHJpY2UgKENvc3QgcGVyIFBvaW50KSAqIGZhY3RvciBOdW1iZXIgICogcG9pbnRzID0gbmV0IEFtb3VudC4gUXVhbnRpdHksIGZhY3RvciBhbmQgcG9pbnRzIGFyZSBhc3N1bWVkIHRvIGJlIDEgaWYgbm90IHN1cHBsaWVkLiAqL1xuICBuZXQ/OiBNb25leTtcblxuICAvKiogTGlzdCBvZiBVbmlxdWUgRGV2aWNlIElkZW50aWZpZXJzIGFzc29jaWF0ZWQgd2l0aCB0aGlzIGxpbmUgaXRlbS4gKi9cbiAgdWRpPzogUmVmZXJlbmNlW107XG59XG4iXX0=
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import type { ClaimResponse_AddItem } from "./claimresponse_additem";
|
|
2
|
-
import type { ClaimResponse_Error } from "./claimresponse_error";
|
|
3
|
-
import type { ClaimResponse_Insurance } from "./claimresponse_insurance";
|
|
4
|
-
import type { ClaimResponse_Item } from "./claimresponse_item";
|
|
5
|
-
import type { ClaimResponse_Payment } from "./claimresponse_payment";
|
|
6
|
-
import type { ClaimResponse_ProcessNote } from "./claimresponse_processnote";
|
|
7
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
8
|
-
import type { Coding } from "./coding";
|
|
9
|
-
import type { Identifier } from "./identifier";
|
|
10
|
-
import type { Money } from "./money";
|
|
11
|
-
import type { Reference } from "./reference";
|
|
12
|
-
export interface ClaimResponse {
|
|
13
|
-
/** This is a ClaimResponse resource */
|
|
14
|
-
resourceType: "ClaimResponse";
|
|
15
|
-
/** The Response business identifier. */
|
|
16
|
-
identifier?: Identifier[];
|
|
17
|
-
/** The status of the resource instance. */
|
|
18
|
-
status?: string;
|
|
19
|
-
/** Patient Resource. */
|
|
20
|
-
patient?: Reference;
|
|
21
|
-
/** The date when the enclosed suite of services were performed or completed. */
|
|
22
|
-
created?: string;
|
|
23
|
-
/** The Insurer who produced this adjudicated response. */
|
|
24
|
-
insurer?: Reference;
|
|
25
|
-
/** The practitioner who is responsible for the services rendered to the patient. */
|
|
26
|
-
requestProvider?: Reference;
|
|
27
|
-
/** The organization which is responsible for the services rendered to the patient. */
|
|
28
|
-
requestOrganization?: Reference;
|
|
29
|
-
/** Original request resource referrence. */
|
|
30
|
-
request?: Reference;
|
|
31
|
-
/** Processing outcome errror, partial or complete processing. */
|
|
32
|
-
outcome?: CodeableConcept;
|
|
33
|
-
/** A description of the status of the adjudication. */
|
|
34
|
-
disposition?: string;
|
|
35
|
-
/** Party to be reimbursed: Subscriber, provider, other. */
|
|
36
|
-
payeeType?: CodeableConcept;
|
|
37
|
-
/** The first tier service adjudications for submitted services. */
|
|
38
|
-
item?: ClaimResponse_Item[];
|
|
39
|
-
/** The first tier service adjudications for payor added services. */
|
|
40
|
-
addItem?: ClaimResponse_AddItem[];
|
|
41
|
-
/** Mutually exclusive with Services Provided (Item). */
|
|
42
|
-
error?: ClaimResponse_Error[];
|
|
43
|
-
/** The total cost of the services reported. */
|
|
44
|
-
totalCost?: Money;
|
|
45
|
-
/** The amount of deductible applied which was not allocated to any particular service line. */
|
|
46
|
-
unallocDeductable?: Money;
|
|
47
|
-
/** Total amount of benefit payable (Equal to sum of the Benefit amounts from all detail lines and additions less the Unallocated Deductible). */
|
|
48
|
-
totalBenefit?: Money;
|
|
49
|
-
/** Payment details for the claim if the claim has been paid. */
|
|
50
|
-
payment?: ClaimResponse_Payment;
|
|
51
|
-
/** Status of funds reservation (For provider, for Patient, None). */
|
|
52
|
-
reserved?: Coding;
|
|
53
|
-
/** The form to be used for printing the content. */
|
|
54
|
-
form?: CodeableConcept;
|
|
55
|
-
/** Note text. */
|
|
56
|
-
processNote?: ClaimResponse_ProcessNote[];
|
|
57
|
-
/** Request for additional supporting or authorizing information, such as: documents, images or resources. */
|
|
58
|
-
communicationRequest?: Reference[];
|
|
59
|
-
/** Financial instrument by which payment information for health care. */
|
|
60
|
-
insurance?: ClaimResponse_Insurance[];
|
|
61
|
-
}
|
package/lib/ehr/claimresponse.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xhaW1yZXNwb25zZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvY2xhaW1yZXNwb25zZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBDbGFpbVJlc3BvbnNlIFR5cGVcbmltcG9ydCB0eXBlIHsgQ2xhaW1SZXNwb25zZV9BZGRJdGVtIH0gZnJvbSBcIi4vY2xhaW1yZXNwb25zZV9hZGRpdGVtXCI7XG5pbXBvcnQgdHlwZSB7IENsYWltUmVzcG9uc2VfRXJyb3IgfSBmcm9tIFwiLi9jbGFpbXJlc3BvbnNlX2Vycm9yXCI7XG5pbXBvcnQgdHlwZSB7IENsYWltUmVzcG9uc2VfSW5zdXJhbmNlIH0gZnJvbSBcIi4vY2xhaW1yZXNwb25zZV9pbnN1cmFuY2VcIjtcbmltcG9ydCB0eXBlIHsgQ2xhaW1SZXNwb25zZV9JdGVtIH0gZnJvbSBcIi4vY2xhaW1yZXNwb25zZV9pdGVtXCI7XG5pbXBvcnQgdHlwZSB7IENsYWltUmVzcG9uc2VfUGF5bWVudCB9IGZyb20gXCIuL2NsYWltcmVzcG9uc2VfcGF5bWVudFwiO1xuaW1wb3J0IHR5cGUgeyBDbGFpbVJlc3BvbnNlX1Byb2Nlc3NOb3RlIH0gZnJvbSBcIi4vY2xhaW1yZXNwb25zZV9wcm9jZXNzbm90ZVwiO1xuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgQ29kaW5nIH0gZnJvbSBcIi4vY29kaW5nXCI7XG5pbXBvcnQgdHlwZSB7IElkZW50aWZpZXIgfSBmcm9tIFwiLi9pZGVudGlmaWVyXCI7XG5pbXBvcnQgdHlwZSB7IE1vbmV5IH0gZnJvbSBcIi4vbW9uZXlcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ2xhaW1SZXNwb25zZSB7XG4gIC8qKiBUaGlzIGlzIGEgQ2xhaW1SZXNwb25zZSByZXNvdXJjZSAqL1xuICByZXNvdXJjZVR5cGU6IFwiQ2xhaW1SZXNwb25zZVwiO1xuXG4gIC8qKiBUaGUgUmVzcG9uc2UgYnVzaW5lc3MgaWRlbnRpZmllci4gKi9cbiAgaWRlbnRpZmllcj86IElkZW50aWZpZXJbXTtcblxuICAvKiogVGhlIHN0YXR1cyBvZiB0aGUgcmVzb3VyY2UgaW5zdGFuY2UuICovXG4gIHN0YXR1cz86IHN0cmluZztcblxuICAvKiogUGF0aWVudCBSZXNvdXJjZS4gKi9cbiAgcGF0aWVudD86IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIGRhdGUgd2hlbiB0aGUgZW5jbG9zZWQgc3VpdGUgb2Ygc2VydmljZXMgd2VyZSBwZXJmb3JtZWQgb3IgY29tcGxldGVkLiAqL1xuICBjcmVhdGVkPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgSW5zdXJlciB3aG8gcHJvZHVjZWQgdGhpcyBhZGp1ZGljYXRlZCByZXNwb25zZS4gKi9cbiAgaW5zdXJlcj86IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIHByYWN0aXRpb25lciB3aG8gaXMgcmVzcG9uc2libGUgZm9yIHRoZSBzZXJ2aWNlcyByZW5kZXJlZCB0byB0aGUgcGF0aWVudC4gKi9cbiAgcmVxdWVzdFByb3ZpZGVyPzogUmVmZXJlbmNlO1xuXG4gIC8qKiBUaGUgb3JnYW5pemF0aW9uIHdoaWNoIGlzIHJlc3BvbnNpYmxlIGZvciB0aGUgc2VydmljZXMgcmVuZGVyZWQgdG8gdGhlIHBhdGllbnQuICovXG4gIHJlcXVlc3RPcmdhbml6YXRpb24/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIE9yaWdpbmFsIHJlcXVlc3QgcmVzb3VyY2UgcmVmZXJyZW5jZS4gKi9cbiAgcmVxdWVzdD86IFJlZmVyZW5jZTtcblxuICAvKiogUHJvY2Vzc2luZyBvdXRjb21lIGVycnJvciwgcGFydGlhbCBvciBjb21wbGV0ZSBwcm9jZXNzaW5nLiAqL1xuICBvdXRjb21lPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBBIGRlc2NyaXB0aW9uIG9mIHRoZSBzdGF0dXMgb2YgdGhlIGFkanVkaWNhdGlvbi4gKi9cbiAgZGlzcG9zaXRpb24/OiBzdHJpbmc7XG5cbiAgLyoqIFBhcnR5IHRvIGJlIHJlaW1idXJzZWQ6IFN1YnNjcmliZXIsIHByb3ZpZGVyLCBvdGhlci4gKi9cbiAgcGF5ZWVUeXBlPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBUaGUgZmlyc3QgdGllciBzZXJ2aWNlIGFkanVkaWNhdGlvbnMgZm9yIHN1Ym1pdHRlZCBzZXJ2aWNlcy4gKi9cbiAgaXRlbT86IENsYWltUmVzcG9uc2VfSXRlbVtdO1xuXG4gIC8qKiBUaGUgZmlyc3QgdGllciBzZXJ2aWNlIGFkanVkaWNhdGlvbnMgZm9yIHBheW9yIGFkZGVkIHNlcnZpY2VzLiAqL1xuICBhZGRJdGVtPzogQ2xhaW1SZXNwb25zZV9BZGRJdGVtW107XG5cbiAgLyoqIE11dHVhbGx5IGV4Y2x1c2l2ZSB3aXRoIFNlcnZpY2VzIFByb3ZpZGVkIChJdGVtKS4gKi9cbiAgZXJyb3I/OiBDbGFpbVJlc3BvbnNlX0Vycm9yW107XG5cbiAgLyoqIFRoZSB0b3RhbCBjb3N0IG9mIHRoZSBzZXJ2aWNlcyByZXBvcnRlZC4gKi9cbiAgdG90YWxDb3N0PzogTW9uZXk7XG5cbiAgLyoqIFRoZSBhbW91bnQgb2YgZGVkdWN0aWJsZSBhcHBsaWVkIHdoaWNoIHdhcyBub3QgYWxsb2NhdGVkIHRvIGFueSBwYXJ0aWN1bGFyIHNlcnZpY2UgbGluZS4gKi9cbiAgdW5hbGxvY0RlZHVjdGFibGU/OiBNb25leTtcblxuICAvKiogVG90YWwgYW1vdW50IG9mIGJlbmVmaXQgcGF5YWJsZSAoRXF1YWwgdG8gc3VtIG9mIHRoZSBCZW5lZml0IGFtb3VudHMgZnJvbSBhbGwgZGV0YWlsIGxpbmVzIGFuZCBhZGRpdGlvbnMgbGVzcyB0aGUgVW5hbGxvY2F0ZWQgRGVkdWN0aWJsZSkuICovXG4gIHRvdGFsQmVuZWZpdD86IE1vbmV5O1xuXG4gIC8qKiBQYXltZW50IGRldGFpbHMgZm9yIHRoZSBjbGFpbSBpZiB0aGUgY2xhaW0gaGFzIGJlZW4gcGFpZC4gKi9cbiAgcGF5bWVudD86IENsYWltUmVzcG9uc2VfUGF5bWVudDtcblxuICAvKiogU3RhdHVzIG9mIGZ1bmRzIHJlc2VydmF0aW9uIChGb3IgcHJvdmlkZXIsIGZvciBQYXRpZW50LCBOb25lKS4gKi9cbiAgcmVzZXJ2ZWQ/OiBDb2Rpbmc7XG5cbiAgLyoqIFRoZSBmb3JtIHRvIGJlIHVzZWQgZm9yIHByaW50aW5nIHRoZSBjb250ZW50LiAqL1xuICBmb3JtPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBOb3RlIHRleHQuICovXG4gIHByb2Nlc3NOb3RlPzogQ2xhaW1SZXNwb25zZV9Qcm9jZXNzTm90ZVtdO1xuXG4gIC8qKiBSZXF1ZXN0IGZvciBhZGRpdGlvbmFsIHN1cHBvcnRpbmcgb3IgYXV0aG9yaXppbmcgaW5mb3JtYXRpb24sIHN1Y2ggYXM6IGRvY3VtZW50cywgaW1hZ2VzIG9yIHJlc291cmNlcy4gKi9cbiAgY29tbXVuaWNhdGlvblJlcXVlc3Q/OiBSZWZlcmVuY2VbXTtcblxuICAvKiogRmluYW5jaWFsIGluc3RydW1lbnQgYnkgd2hpY2ggcGF5bWVudCBpbmZvcm1hdGlvbiBmb3IgaGVhbHRoIGNhcmUuICovXG4gIGluc3VyYW5jZT86IENsYWltUmVzcG9uc2VfSW5zdXJhbmNlW107XG59XG4iXX0=
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import type { ClaimResponse_Adjudication } from "./claimresponse_adjudication";
|
|
2
|
-
import type { ClaimResponse_Detail1 } from "./claimresponse_detail1";
|
|
3
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
4
|
-
import type { Money } from "./money";
|
|
5
|
-
export interface ClaimResponse_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
|
-
/** A code to indicate the Professional Service or Product supplied. */
|
|
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?: ClaimResponse_Adjudication[];
|
|
22
|
-
/** The second tier service adjudications for payor added services. */
|
|
23
|
-
detail?: ClaimResponse_Detail1[];
|
|
24
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xhaW1yZXNwb25zZV9hZGRpdGVtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci9jbGFpbXJlc3BvbnNlX2FkZGl0ZW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgQ2xhaW1SZXNwb25zZV9BZGRJdGVtIFR5cGVcbmltcG9ydCB0eXBlIHsgQ2xhaW1SZXNwb25zZV9BZGp1ZGljYXRpb24gfSBmcm9tIFwiLi9jbGFpbXJlc3BvbnNlX2FkanVkaWNhdGlvblwiO1xuaW1wb3J0IHR5cGUgeyBDbGFpbVJlc3BvbnNlX0RldGFpbDEgfSBmcm9tIFwiLi9jbGFpbXJlc3BvbnNlX2RldGFpbDFcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IE1vbmV5IH0gZnJvbSBcIi4vbW9uZXlcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDbGFpbVJlc3BvbnNlX0FkZEl0ZW0ge1xuICAvKiogTGlzdCBvZiBpbnB1dCBzZXJ2aWNlIGl0ZW1zIHdoaWNoIHRoaXMgc2VydmljZSBsaW5lIGlzIGludGVuZGVkIHRvIHJlcGxhY2UuICovXG4gIHNlcXVlbmNlTGlua0lkPzogbnVtYmVyW107XG5cbiAgLyoqIFRoZSB0eXBlIG9mIHJldmVuZXUgb3IgY29zdCBjZW50ZXIgcHJvdmlkaW5nIHRoZSBwcm9kdWN0IGFuZC9vciBzZXJ2aWNlLiAqL1xuICByZXZlbnVlPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBIZWFsdGggQ2FyZSBTZXJ2aWNlIFR5cGUgQ29kZXMgIHRvIGlkZW50aWZ5IHRoZSBjbGFzc2lmaWNhdGlvbiBvZiBzZXJ2aWNlIG9yIGJlbmVmaXRzLiAqL1xuICBjYXRlZ29yeT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogQSBjb2RlIHRvIGluZGljYXRlIHRoZSBQcm9mZXNzaW9uYWwgU2VydmljZSBvciBQcm9kdWN0IHN1cHBsaWVkLiAqL1xuICBzZXJ2aWNlPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBJdGVtIHR5cGlmaWNhdGlvbiBvciBtb2RpZmllcnMgY29kZXMsIGVnIGZvciBPcmFsIHdoZXRoZXIgdGhlIHRyZWF0bWVudCBpcyBjb3NtZXRpYyBvciBhc3NvY2lhdGVkIHdpdGggVE1KLCBvciBmb3IgbWVkaWNhbCB3aGV0aGVyIHRoZSB0cmVhdG1lbnQgd2FzIG91dHNpZGUgdGhlIGNsaW5pYyBvciBvdXQgb2Ygb2ZmaWNlIGhvdXJzLiAqL1xuICBtb2RpZmllcj86IENvZGVhYmxlQ29uY2VwdFtdO1xuXG4gIC8qKiBUaGUgZmVlIGNoYXJnZWQgZm9yIHRoZSBwcm9mZXNzaW9uYWwgc2VydmljZSBvciBwcm9kdWN0Li4gKi9cbiAgZmVlPzogTW9uZXk7XG5cbiAgLyoqIEEgbGlzdCBvZiBub3RlIHJlZmVyZW5jZXMgdG8gdGhlIG5vdGVzIHByb3ZpZGVkIGJlbG93LiAqL1xuICBub3RlTnVtYmVyPzogbnVtYmVyW107XG5cbiAgLyoqIFRoZSBhZGp1ZGljYXRpb25zIHJlc3VsdHMuICovXG4gIGFkanVkaWNhdGlvbj86IENsYWltUmVzcG9uc2VfQWRqdWRpY2F0aW9uW107XG5cbiAgLyoqIFRoZSBzZWNvbmQgdGllciBzZXJ2aWNlIGFkanVkaWNhdGlvbnMgZm9yIHBheW9yIGFkZGVkIHNlcnZpY2VzLiAqL1xuICBkZXRhaWw/OiBDbGFpbVJlc3BvbnNlX0RldGFpbDFbXTtcbn1cbiJdfQ==
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { Money } from "./money";
|
|
3
|
-
export interface ClaimResponse_Adjudication {
|
|
4
|
-
/** Code indicating: Co-Pay, deductible, eligible, benefit, tax, etc. */
|
|
5
|
-
category: CodeableConcept;
|
|
6
|
-
/** Adjudication reason such as limit reached. */
|
|
7
|
-
reason?: CodeableConcept;
|
|
8
|
-
/** Monetary 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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xhaW1yZXNwb25zZV9hZGp1ZGljYXRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2NsYWltcmVzcG9uc2VfYWRqdWRpY2F0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENsYWltUmVzcG9uc2VfQWRqdWRpY2F0aW9uIFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IE1vbmV5IH0gZnJvbSBcIi4vbW9uZXlcIjtcblxuZXhwb3J0IGludGVyZmFjZSBDbGFpbVJlc3BvbnNlX0FkanVkaWNhdGlvbiB7XG4gIC8qKiBDb2RlIGluZGljYXRpbmc6IENvLVBheSwgZGVkdWN0aWJsZSwgZWxpZ2libGUsIGJlbmVmaXQsIHRheCwgZXRjLiAqL1xuICBjYXRlZ29yeTogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBBZGp1ZGljYXRpb24gcmVhc29uIHN1Y2ggYXMgbGltaXQgcmVhY2hlZC4gKi9cbiAgcmVhc29uPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBNb25ldGFyeSBhbW91bnQgYXNzb2NpYXRlZCB3aXRoIHRoZSBjb2RlLiAqL1xuICBhbW91bnQ/OiBNb25leTtcblxuICAvKiogQSBub24tbW9uZXRhcnkgdmFsdWUgZm9yIGV4YW1wbGUgYSBwZXJjZW50YWdlLiBNdXR1YWxseSBleGNsdXNpdmUgdG8gdGhlIGFtb3VudCBlbGVtZW50IGFib3ZlLiAqL1xuICB2YWx1ZT86IG51bWJlcjtcbn1cbiJdfQ==
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { ClaimResponse_Adjudication } from "./claimresponse_adjudication";
|
|
2
|
-
import type { ClaimResponse_SubDetail } from "./claimresponse_subdetail";
|
|
3
|
-
export interface ClaimResponse_Detail {
|
|
4
|
-
/** A service line number. */
|
|
5
|
-
sequenceLinkId?: number;
|
|
6
|
-
/** A list of note references to the notes provided below. */
|
|
7
|
-
noteNumber?: number[];
|
|
8
|
-
/** The adjudications results. */
|
|
9
|
-
adjudication?: ClaimResponse_Adjudication[];
|
|
10
|
-
/** The third tier service adjudications for submitted services. */
|
|
11
|
-
subDetail?: ClaimResponse_SubDetail[];
|
|
12
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xhaW1yZXNwb25zZV9kZXRhaWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL2NsYWltcmVzcG9uc2VfZGV0YWlsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIENsYWltUmVzcG9uc2VfRGV0YWlsIFR5cGVcbmltcG9ydCB0eXBlIHsgQ2xhaW1SZXNwb25zZV9BZGp1ZGljYXRpb24gfSBmcm9tIFwiLi9jbGFpbXJlc3BvbnNlX2FkanVkaWNhdGlvblwiO1xuaW1wb3J0IHR5cGUgeyBDbGFpbVJlc3BvbnNlX1N1YkRldGFpbCB9IGZyb20gXCIuL2NsYWltcmVzcG9uc2Vfc3ViZGV0YWlsXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ2xhaW1SZXNwb25zZV9EZXRhaWwge1xuICAvKiogQSBzZXJ2aWNlIGxpbmUgbnVtYmVyLiAqL1xuICBzZXF1ZW5jZUxpbmtJZD86IG51bWJlcjtcblxuICAvKiogQSBsaXN0IG9mIG5vdGUgcmVmZXJlbmNlcyB0byB0aGUgbm90ZXMgcHJvdmlkZWQgYmVsb3cuICovXG4gIG5vdGVOdW1iZXI/OiBudW1iZXJbXTtcblxuICAvKiogVGhlIGFkanVkaWNhdGlvbnMgcmVzdWx0cy4gKi9cbiAgYWRqdWRpY2F0aW9uPzogQ2xhaW1SZXNwb25zZV9BZGp1ZGljYXRpb25bXTtcblxuICAvKiogVGhlIHRoaXJkIHRpZXIgc2VydmljZSBhZGp1ZGljYXRpb25zIGZvciBzdWJtaXR0ZWQgc2VydmljZXMuICovXG4gIHN1YkRldGFpbD86IENsYWltUmVzcG9uc2VfU3ViRGV0YWlsW107XG59XG4iXX0=
|