HL7 Terminology (THO)
7.0.0 - Continuous Process Integration (ci build)
HL7 Terminology (THO), published by HL7 International - Vocabulary Work Group. This guide is not an authorized publication; it is the continuous build for version 7.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/UTG/ and changes regularly. See the Directory of published versions
| Active as of 2025-11-26 |
{
"resourceType" : "CodeSystem",
"id" : "deviceassociation-relationship",
"meta" : {
"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-relationship</b></p><a name=\"deviceassociation-relationship\"> </a><a name=\"hcdeviceassociation-relationship\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R5/shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/deviceassociation-relationship</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\">owner<a name=\"deviceassociation-relationship-owner\"> </a></td><td>Owner</td><td>Owner of the device.</td></tr><tr><td style=\"white-space:nowrap\">custodian<a name=\"deviceassociation-relationship-custodian\"> </a></td><td>Custodian</td><td>The individual or organization who has responsibility for taking care of the device.</td></tr><tr><td style=\"white-space:nowrap\">maintainer<a name=\"deviceassociation-relationship-maintainer\"> </a></td><td>Maintainer</td><td>The individual or organization that keeps the device in an appropriate condition.</td></tr><tr><td style=\"white-space:nowrap\">patient<a name=\"deviceassociation-relationship-patient\"> </a></td><td>Patient</td><td>The patient in which the device is implanted, or to which the device is associated.</td></tr><tr><td style=\"white-space:nowrap\">operator<a name=\"deviceassociation-relationship-operator\"> </a></td><td>Operator</td><td>The person operating the device.</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "oo"
}
],
"url" : "http://terminology.hl7.org/CodeSystem/deviceassociation-relationship",
"version" : "1.0.0",
"name" : "DeviceAssociationRelationship",
"title" : "DeviceAssociation Relationship Codes",
"status" : "active",
"experimental" : false,
"date" : "2025-11-26T17:05:31+00:00",
"description" : "DeviceAssociation Relationship Codes",
"caseSensitive" : true,
"content" : "complete",
"concept" : [
{
"code" : "owner",
"display" : "Owner",
"definition" : "Owner of the device."
},
{
"code" : "custodian",
"display" : "Custodian",
"definition" : "The individual or organization who has responsibility for taking care of the device."
},
{
"code" : "maintainer",
"display" : "Maintainer",
"definition" : "The individual or organization that keeps the device in an appropriate condition."
},
{
"code" : "patient",
"display" : "Patient",
"definition" : "The patient in which the device is implanted, or to which the device is associated."
},
{
"code" : "operator",
"display" : "Operator",
"definition" : "The person operating the device."
}
]
}