xCaliber healthCare Data Mesh

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 FieldExample ValueSource Data Field DescriptionSource Field Data TypeSource Data Field CardinalityMapped FHIR++ ResourceMapped FHIR Data FieldAugmented MappingAssociated Coding SystemAssociated FHIR Data Field ExtensionMapping Context
diagnosissnomedcode-The SNOMED code for diagnosis this order is for.integer0..1serviceRequestreasonCode.[*].codingTop Level
ordertypeid-The athena ID of the patient information to order. Get the IDs using /reference/order/patientinfo.integer0..1serviceRequestcode.coding[1].codeTop Level
providernote-An internal note for the provider or staff.string0..1serviceRequestnote[*].textTop Level
dispenseaswritten-Whether the DME should be marked as dispense as written (i.e., no substitutions without consulting the doctor).string0..1serviceRequestextension.valueStringdispense-as-writtenTop Level
numrefillsallowed-The number of refills allowed for this DME. Defaults to 0.string0..1serviceRequestextension.valueStringnum-refills-allowedTop Level
totalquantity-The total amount of units of the DME being prescribed.integer0..1serviceRequestquantityQuantity.valueTop Level
unstructuredsig-The unstructured sig.string0..1serviceRequestextension.valueStringunstructured-sigTop Level
facilityid-The athena ID of the lab you want to send the order to. Get a localized list using /chart/configuration/facilities.Integer0..1serviceRequestorder.performer.[0].reference.split("/")?.[1]--Top Level
facilitynote-A note to send to the lab.String0..1serviceRequestnote[*].textnote[*].authorString=facility-Top Level