DME
Source Object: DME (Durable Medical Equipment)
Overview and Usage: The "DME" source object in athena EHR is a key component for managing and documenting durable medical equipment-related information. It is essential for healthcare providers to efficiently record and track details related to durable medical equipment prescriptions and orders. Here's an overview of key fields and their usage:
- Diagnosis SNOMED Code: "diagnosissnomedcode" specifies the Systematized Nomenclature of Medicine (SNOMED) code associated with the diagnosis that necessitates the durable medical equipment. It ensures proper documentation of the medical condition requiring the equipment.
- Order Type ID: "ordertypeid" serves as an identifier for the type of order placed for the durable medical equipment, facilitating order management and classification.
- Provider Note: "providernote" allows for additional notes or comments from the healthcare provider regarding the durable medical equipment order, offering context or specific instructions.
- Dispense as Written: "dispenseaswritten" indicates whether the prescription for the durable medical equipment must be dispensed as written, ensuring accurate fulfillment of the prescription.
- Number of Refills Allowed: "numrefillsallowed" specifies the number of allowable refills for the durable medical equipment prescription, helping to manage the patient's ongoing medical needs.
- Total Quantity: "totalquantity" records the total quantity or dosage of the durable medical equipment to be dispensed, aiding in supply management.
- Unstructured Sig: "unstructuredsig" field captures unstructured prescribing information or instructions related to the durable medical equipment prescription, which may include specific usage directions.
- Facility ID: "facilityid" is an identifier for the healthcare facility associated with the durable medical equipment prescription.
- Facility Note: "facilitynote" allows for additional notes or comments specific to the healthcare facility, offering context for equipment fulfillment.
The "DME" source object is vital for healthcare providers to efficiently manage and document durable medical equipment prescriptions. It ensures proper documentation of diagnoses, orders, and equipment details, facilitating accurate fulfillment and patient care. Developers can utilize this source object to build features and applications that enhance the prescription and management of durable medical equipment within athena EHR.
Mapping Table
Data Field | Example Value | Source Data Field Description | Source Field Data Type | Source Data Field Cardinality | Mapped FHIR++ Resource | Mapped FHIR Data Field | Augmented Mapping | Associated Coding System | Associated FHIR Data Field Extension | Mapping Context |
---|---|---|---|---|---|---|---|---|---|---|
diagnosissnomedcode | - | The SNOMED code for diagnosis this order is for. | integer | 0..1 | serviceRequest | reasonCode.[*].coding | Top Level | |||
ordertypeid | - | The athena ID of the patient information to order. Get the IDs using /reference/order/patientinfo. | integer | 0..1 | serviceRequest | code.coding[1].code | Top Level | |||
providernote | - | An internal note for the provider or staff. | string | 0..1 | serviceRequest | note[*].text | Top Level | |||
dispenseaswritten | - | Whether the DME should be marked as dispense as written (i.e., no substitutions without consulting the doctor). | string | 0..1 | serviceRequest | extension.valueString | dispense-as-written | Top Level | ||
numrefillsallowed | - | The number of refills allowed for this DME. Defaults to 0. | string | 0..1 | serviceRequest | extension.valueString | num-refills-allowed | Top Level | ||
totalquantity | - | The total amount of units of the DME being prescribed. | integer | 0..1 | serviceRequest | quantityQuantity.value | Top Level | |||
unstructuredsig | - | The unstructured sig. | string | 0..1 | serviceRequest | extension.valueString | unstructured-sig | Top Level | ||
facilityid | - | The athena ID of the lab you want to send the order to. Get a localized list using /chart/configuration/facilities. | Integer | 0..1 | serviceRequest | order.performer.[0].reference.split("/")?.[1] | - | - | Top Level | |
facilitynote | - | A note to send to the lab. | String | 0..1 | serviceRequest | note[*].text | note[*].authorString=facility | - | Top Level |