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
: DeviceAssociation Relationship Codes - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "deviceassociation-relationship"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/shareablecodesystem> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg> ] ;
fhir:value [
a fhir:Code ;
fhir:v "oo" ]
] ) ; #
fhir:url [
fhir:v "http://terminology.hl7.org/CodeSystem/deviceassociation-relationship"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/deviceassociation-relationship>
] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "DeviceAssociationRelationship"] ; #
fhir:title [ fhir:v "DeviceAssociation Relationship Codes"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-11-26T17:05:31+00:00"^^xsd:dateTime] ; #
fhir:description [ fhir:v "DeviceAssociation Relationship Codes"] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "owner" ] ;
fhir:display [ fhir:v "Owner" ] ;
fhir:definition [ fhir:v "Owner of the device." ]
] [
fhir:code [ fhir:v "custodian" ] ;
fhir:display [ fhir:v "Custodian" ] ;
fhir:definition [ fhir:v "The individual or organization who has responsibility for taking care of the device." ]
] [
fhir:code [ fhir:v "maintainer" ] ;
fhir:display [ fhir:v "Maintainer" ] ;
fhir:definition [ fhir:v "The individual or organization that keeps the device in an appropriate condition." ]
] [
fhir:code [ fhir:v "patient" ] ;
fhir:display [ fhir:v "Patient" ] ;
fhir:definition [ fhir:v "The patient in which the device is implanted, or to which the device is associated." ]
] [
fhir:code [ fhir:v "operator" ] ;
fhir:display [ fhir:v "Operator" ] ;
fhir:definition [ fhir:v "The person operating the device." ]
] ) . #