PACIO Personal Functioning and Engagement Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-pacio-pfe/ and changes regularly. See the Directory of published versions
| Page standards status: Trial-use | Maturity Level: 3 |
{
"resourceType" : "CodeSystem",
"id" : "pfe-deviceassociation-relationship-cs",
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem pfe-deviceassociation-relationship-cs</b></p><a name=\"pfe-deviceassociation-relationship-cs\"> </a><a name=\"hcpfe-deviceassociation-relationship-cs\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/us/pacio-pfe/CodeSystem/pfe-deviceassociation-relationship-cs</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=\"pfe-deviceassociation-relationship-cs-owner\"> </a></td><td>Owner</td><td>Owner of the device.</td></tr><tr><td style=\"white-space:nowrap\">custodian<a name=\"pfe-deviceassociation-relationship-cs-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=\"pfe-deviceassociation-relationship-cs-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=\"pfe-deviceassociation-relationship-cs-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=\"pfe-deviceassociation-relationship-cs-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" : "pc"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 3,
"_valueInteger" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical" : "http://hl7.org/fhir/us/pacio-pfe/ImplementationGuide/hl7.fhir.us.pacio-pfe"
}
]
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "trial-use",
"_valueCode" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical" : "http://hl7.org/fhir/us/pacio-pfe/ImplementationGuide/hl7.fhir.us.pacio-pfe"
}
]
}
}
],
"url" : "http://hl7.org/fhir/us/pacio-pfe/CodeSystem/pfe-deviceassociation-relationship-cs",
"version" : "2.0.0",
"name" : "PFEDeviceAssociationRelationshipCS",
"title" : "Personal Functioning and Engagement Device Association Relationship Code System",
"status" : "active",
"experimental" : false,
"date" : "2026-04-30T17:12:38+00:00",
"publisher" : "HL7 International / Patient Care",
"contact" : [
{
"name" : "HL7 International / Patient Care",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/patientcare"
},
{
"system" : "email",
"value" : "patientcare@lists.HL7.org"
}
]
},
{
"name" : "PACIO project",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/patientcare"
},
{
"system" : "email",
"value" : "info@pacioproject.org"
}
]
}
],
"description" : "Relationship codes used to describe how a person is associated with a device. These concepts are derived from the FHIR CI-build DeviceAssociation relationship terminology so this IG can validate without depending on CI-build terminology artifacts.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 5,
"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."
}
]
}