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
{
"resourceType" : "Device",
"id" : "wm1-device-wheelchair-20260226",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device wm1-device-wheelchair-20260226</b></p><a name=\"wm1-device-wheelchair-20260226\"> </a><a name=\"hcwm1-device-wheelchair-20260226\"> </a><p><b>status</b>: Active</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>Standard wheelchair</td><td>User Friendly name</td></tr></table><p><b>type</b>: <span title=\"Codes:{http://www.cms.gov/Medicare/Coding/HCPCSReleaseCodeSets K0001}\">Standard wheelchair</span></p><p><b>patient</b>: <a href=\"Patient-patient-wilmamarina01.html\">Wilma Marina</a></p></div>"
},
"status" : "active",
"deviceName" : [
{
"name" : "Standard wheelchair",
"type" : "user-friendly-name"
}
],
"type" : {
"coding" : [
{
"system" : "http://www.cms.gov/Medicare/Coding/HCPCSReleaseCodeSets",
"code" : "K0001",
"display" : "Standard wheelchair"
}
]
},
"patient" : {
🔗 "reference" : "Patient/patient-wilmamarina01",
"display" : "Wilma Marina"
}
}