This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Wheelchair Device Association
{
"resourceType" : "DeviceAssociation",
"id" : "wheelchair-association",
"contained" : [{
"resourceType" : "Patient",
"id" : "example-patient",
"name" : [{
"family" : "Doe",
"given" : ["John"]
}]
},
{
"resourceType" : "Device",
"id" : "wheelchair-device",
"status" : "active",
"name" : [{
"value" : "Quickie Q500",
"type" : {
"coding" : [{
"code" : "model-name"
}]
}
}],
"type" : [{
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "58938008",
"display" : "Wheelchair"
}]
}]
}],
"device" : {
"reference" : "#wheelchair-device"
},
"status" : {
"coding" : [{
"system" : "http://hl7.org/fhir/deviceassociation-status",
"code" : "attached"
}]
},
"subject" : {
"reference" : "#example-patient"
},
"period" : {
"start" : "2024-01-01",
"end" : "2025-12-31"
}
}
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.