This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Definition for Code SystemDeviceAssociation
{
"resourceType" : "CodeSystem",
"id" : "deviceassociation-status-reason",
"meta" : {
"lastUpdated" : "2024-11-12T02:57:08.856+00:00",
"profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem deviceassociation-status-reason</b></p><a name=\"deviceassociation-status-reason\"> </a><a name=\"hcdeviceassociation-status-reason\"> </a><a name=\"deviceassociation-status-reason-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/deviceassociation-status-reason</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">attached<a name=\"deviceassociation-status-reason-attached\"> </a></td><td>Attached</td><td>The device is connected to the patient.</td></tr><tr><td style=\"white-space:nowrap\">disconnected<a name=\"deviceassociation-status-reason-disconnected\"> </a></td><td>Disconnected</td><td>The device is no longer connected.</td></tr><tr><td style=\"white-space:nowrap\">failed<a name=\"deviceassociation-status-reason-failed\"> </a></td><td>Failed</td><td>The device has failed to work, or continue to function.</td></tr><tr><td style=\"white-space:nowrap\">placed<a name=\"deviceassociation-status-reason-placed\"> </a></td><td>placed</td><td>The device was placed in the patient.</td></tr><tr><td style=\"white-space:nowrap\">replaced<a name=\"deviceassociation-status-reason-replaced\"> </a></td><td>Replaced</td><td>The device was updated with a new device or device part.</td></tr></table></div>"
},
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "oo"
}],
"url" : "http://hl7.org/fhir/deviceassociation-status-reason",
"version" : "6.0.0-ballot2",
"name" : "DeviceAssociation",
"title" : "DeviceAssociation Status Reason Codes",
"status" : "active",
"experimental" : false,
"publisher" : "HL7 International",
"description" : "DeviceAssociation Status Reason Codes",
"jurisdiction" : [{
"coding" : [{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}]
}],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/deviceassociation-status-reason",
"content" : "complete",
"concept" : [{
"code" : "attached",
"display" : "Attached",
"definition" : "The device is connected to the patient."
},
{
"code" : "disconnected",
"display" : "Disconnected",
"definition" : "The device is no longer connected."
},
{
"code" : "failed",
"display" : "Failed",
"definition" : "The device has failed to work, or continue to function."
},
{
"code" : "placed",
"display" : "placed",
"definition" : "The device was placed in the patient."
},
{
"code" : "replaced",
"display" : "Replaced",
"definition" : "The device was updated with a new device or device part."
}]
}
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.