Pulmonary Order
Pulmonary Order
Pulmonary Order
Source Object: Pulmonary Order
The Pulmonary Order source object plays a pivotal role in managing and documenting orders and tests related to pulmonary health. It contains information related to patient allergies, clinical reasons for orders, and diagnostic codes, making it an essential part of healthcare data management.
Overview
The Pulmonary Order source object serves as a comprehensive repository for orders and tests related to pulmonary health. It includes vital information, such as patient allergies, clinical reasons for orders, diagnostic codes (ICD-10), and details about the tests ordered. The object also records significant data, including the creation and deletion dates of the order.
Usage
The Pulmonary Order source object finds application in various healthcare scenarios:
- Allergy Information: It captures patient allergies that are crucial for pulmonary care, ensuring that medical professionals are aware of any allergies that may impact treatment.
- Clinical Reason: The "clinical_reason" field provides insights into the medical reasons behind the order, aiding in diagnosis and treatment decisions.
- Diagnostic Codes: The object includes diagnostic codes (ICD-10) for proper classification and documentation of pulmonary conditions and symptoms.
- Test Management: The "tests" section contains details about the tests ordered, including their names, creation dates, and practice-related data.
- Data Integrity: The Pulmonary Order source object ensures that pulmonary orders are accurately documented and helps maintain precise patient records.
This source object is a vital component in managing pulmonary health, enabling healthcare professionals to track orders, tests, and patient allergies effectively.
Mapping Table
Data Field | Source Object | Source Field Data Type | Resource Mapping Context | Source Data Field Cardinality | Source Data Field Description | Example Value | Source Data Field Validation Rule | Mapped FHIR Resource | Mapped FHIR Data Field | Augmented Mapping | Associated Coding System | Associated FHIR Data Field Extension | Mapped FHIR Data Field Type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
allergies | Pulmonary Order | String | Top Level | 0..1 | - | - | - | ServiceRequest | extension[*].valueString | - | NA | allergies | TBD |
chart_date | Pulmonary Order | DateTime | Top Level | 0..1 | Date at which this order was first seen in the patient's chart. | - | - | ServiceRequest | extension[*].valueDateTime | - | NA | chart-date | TBD |
clinical_reason | Pulmonary Order | String | Top Level | 0..1 | The reason for clinical | - | - | ServiceRequest | extension[*].valueString | - | NA | clinical-reason | TBD |
confidential | Pulmonary Order | Boolean | Top Level | 0..1 | Whether the provider has marked the order as confidential. Should not be shared with a patient. | TRUE | true, false | ServiceRequest | extension[*].valueBoolean | - | NA | confidential | TBD |
created_date | Pulmonary Order | DateTime | Top Level | 0..1 | Time at which elation created this order. Can be different from chart_date when the order was imported into a chart from a different source and document_date when documenting an order that happened at some other time. | - | - | ServiceRequest | authoredOn | - | NA | - | TBD |
deleted_date | Pulmonary Order | DateTime | Top Level | 0..1 | Time at which elation deleted this order. | - | - | ServiceRequest | extension[*].valueDateTime | - | NA | deleted-date | TBD |
document_date | Pulmonary Order | DateTime | Top Level | 0..1 | Time at which this order was created in whichever system created it. Could be historical or same as the create_date. | - | - | ServiceRequest | occurrenceDateTime | - | NA | - | TBD |
follow_up_method | Pulmonary Order | String | Top Level | 0..1 | Freetext field communicating how the patient should receive their results. | - | ServiceRequest | extension[*].valueString | - | NA | follow-up | TBD | |
icd10_codes | Pulmonary Order | Object | Top Level | 0..* | List of ICD10 codes | - | - | ServiceRequest | - | - | NA | - | TBD |
icd10_codes.code | Pulmonary Order | String | Top Level | 0..1 | icd 10 code | - | - | ServiceRequest | reasonCode.coding[*].code | - | NA | - | TBD |
icd10_codes.description | Pulmonary Order | String | Top Level | 0..1 | icd10 description | - | - | ServiceRequest | reasonCode.coding[*].display | - | NA | - | TBD |
id | Pulmonary Order | Integer | Top Level | 0..1 | The id of the Pulmonary order in Elation's systems. Will be unique. | - | - | ServiceRequest | id | - | NA | - | TBD |
patient | Pulmonary Order | Integer | Top Level | 0..1 | The id of the patient. | - | - | ServiceRequest | subject.reference | - | NA | - | TBD |
practice | Pulmonary Order | Integer | Top Level | 0..1 | The id of the practice. | - | - | ServiceRequest | extension[*].valueReference.reference | Organization | NA | practice | TBD |
prescribing_user | Pulmonary Order | Integer | Top Level | 0..1 | - | - | - | ServiceRequest | requester.reference | - | NA | - | TBD |
signed_date | Pulmonary Order | DateTime | Top Level | 0..1 | The time when the order was signed. | - | - | ServiceRequest | extension[*].valueDateTime | - | NA | signed-date | TBD |
tests | Pulmonary Order | Object | Top Level | 0..* | The list of tests that should be performed | - | - | ServiceRequest | - | - | NA | - | TBD |
tests.code | Pulmonary Order | String | Top Level | 0..1 | Any code associated with the test. | - | - | ServiceRequest | code.coding[1].code | - | NA | - | TBD |
tests.created_date | Pulmonary Order | DateTime | Top Level | 0..1 | Time at which Elation created this Pulmonary Order Test. | - | - | ServiceRequest | code.extension[*].valueDateTime | - | NA | created-date | TBD |
tests.deleted_date | Pulmonary Order | DateTime | Top Level | 0..1 | Time at which this Pulmonary Order Test was deleted. | - | - | ServiceRequest | code.extension[*].valueDateTime | - | NA | deleted-date | TBD |
tests.id | Pulmonary Order | Integer | Top Level | 0..1 | The id of the Pulmonary Order Test. | - | - | ServiceRequest | code.id | - | NA | - | TBD |
tests.name | Pulmonary Order | String | Top Level | 0..1 | The name of the Pulmonary Order Test. | - | - | ServiceRequest | code.extension[*].valueString | - | NA | test-name | TBD |
tests.practice_created | Pulmonary Order | Integer | Top Level | 0..1 | The id of the practice that created the test if practice created. | - | - | ServiceRequest | code.extension[*].valueInteger | - | NA | practice-created | TBD |