PACIO Sample Data Depot
0.1.0 - draft

PACIO Sample Data Depot, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/paciowg/sample-data-fsh/ and changes regularly. See the Directory of published versions

: wm1-deviceRequest-wheelchair-20260226 - JSON Representation

Raw json | Download

{
  "resourceType" : "DeviceRequest",
  "id" : "wm1-deviceRequest-wheelchair-20260226",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DeviceRequest wm1-deviceRequest-wheelchair-20260226</b></p><a name=\"wm1-deviceRequest-wheelchair-20260226\"> </a><a name=\"hcwm1-deviceRequest-wheelchair-20260226\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://www.cms.gov/Medicare/Coding/HCPCSReleaseCodeSets K0001}\">Standard wheelchair</span></p><p><b>subject</b>: <a href=\"Patient-patient-wilmamarina01.html\">Wilma Marina</a></p><p><b>authoredOn</b>: 2026-02-26</p><p><b>requester</b>: <a href=\"PractitionerRole-PractitionerRole-PT-DeangeloMontes.html\">PractitionerRole Physical Therapist</a></p><p><b>note</b>: </p><blockquote><div><p>Home health order for wheelchair.</p>\n</div></blockquote></div>"
  },
  "status" : "active",
  "intent" : "order",
  "codeCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.cms.gov/Medicare/Coding/HCPCSReleaseCodeSets",
        "code" : "K0001",
        "display" : "Standard wheelchair"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-wilmamarina01",
    "display" : "Wilma Marina"
  },
  "authoredOn" : "2026-02-26",
  "requester" : {
    🔗 "reference" : "PractitionerRole/PractitionerRole-PT-DeangeloMontes"
  },
  "note" : [
    {
      "text" : "Home health order for wheelchair."
    }
  ]
}