FHIR IG analytics| Package | hl7.terminology.r3 |
| Resource Type | CodeSystem |
| Id | CodeSystem-deviceassociation-status-reason.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem deviceassociation-status-reason
Language: en
Profile: Shareable CodeSystem
This case-sensitive code system http://terminology.hl7.org/CodeSystem/deviceassociation-status-reason defines the following codes:
{
"resourceType": "CodeSystem",
"id": "deviceassociation-status-reason",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "oo"
}
],
"url": "http://terminology.hl7.org/CodeSystem/deviceassociation-status-reason",
"version": "1.0.0",
"name": "DeviceAssociationStatusReason",
"title": "DeviceAssociation Status Reason Codes",
"status": "active",
"experimental": false,
"date": "2026-03-08T18:17:17-06:00",
"description": "DeviceAssociation Status Reason Codes",
"caseSensitive": true,
"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."
}
]
}