This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Tablet Assigned to Practitioner
{
"resourceType" : "DeviceAssociation",
"id" : "tablet-association",
"contained" : [{
"resourceType" : "Practitioner",
"id" : "example-practitioner",
"name" : [{
"family" : "Nguyen",
"given" : ["Alex"]
}]
},
{
"resourceType" : "Device",
"id" : "tablet-device",
"status" : "active",
"name" : [{
"value" : "handPad Pro",
"type" : {
"coding" : [{
"code" : "model-name"
}]
}
}],
"type" : [{
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "464572002",
"display" : "Palmtop computer"
}]
}]
}],
"device" : {
"reference" : "#tablet-device"
},
"status" : {
"coding" : [{
"system" : "http://hl7.org/fhir/deviceassociation-status",
"code" : "attached"
}]
},
"subject" : {
"reference" : "#example-practitioner"
},
"period" : {
"start" : "2023-06-01"
}
}
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.