TerminologyThis is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
| Responsible Owner: Orders and Observations Work Group | Standards Status: Informative |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for Code SystemDeviceAssociationAssociationStatusCodes
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/deviceassociation-association-status> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "deviceassociation-association-status"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2026-06-11T22:32:02.825+00:00"^^xsd:dateTime ]
] ; #
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-association-status</b></p><a name=\"deviceassociation-association-status\"> </a><a name=\"hcdeviceassociation-association-status\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/CodeSystem/deviceassociation-association-status</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\">planned<a name=\"deviceassociation-association-status-planned\"> </a></td><td>Planned</td><td>The association is planned but is not yet active.</td></tr><tr><td style=\"white-space:nowrap\">active<a name=\"deviceassociation-association-status-active\"> </a></td><td>Active</td><td>The association is active.</td></tr><tr><td style=\"white-space:nowrap\">suspended<a name=\"deviceassociation-association-status-suspended\"> </a></td><td>Suspended</td><td>The association is temporarily inactive.</td></tr><tr><td style=\"white-space:nowrap\">ended<a name=\"deviceassociation-association-status-ended\"> </a></td><td>Ended</td><td>The association has ended.</td></tr><tr><td style=\"white-space:nowrap\">removed<a name=\"deviceassociation-association-status-removed\"> </a></td><td>Removed</td><td>The device has been removed from the subject or association context.</td></tr><tr><td style=\"white-space:nowrap\">abandoned<a name=\"deviceassociation-association-status-abandoned\"> </a></td><td>Abandoned</td><td>The association has been abandoned.</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"deviceassociation-association-status-unknown\"> </a></td><td>Unknown</td><td>The state of the association is unknown.</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://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>
] ;
fhir:value [
a fhir:Code ;
fhir:v "normative"
]
] ) ; #
fhir:url [
fhir:v "http://hl7.org/fhir/CodeSystem/deviceassociation-association-status"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/CodeSystem/deviceassociation-association-status>
] ; #
fhir:version [ fhir:v "6.0.0-ballot4"] ; #
fhir:name [ fhir:v "DeviceAssociationAssociationStatusCodes"] ; #
fhir:title [ fhir:v "DeviceAssociation Association Status Codes"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:publisher [ fhir:v "HL7 International"] ; #
fhir:description [ fhir:v "Codes that describe the state of the relationship between a device and the subject."] ; #
fhir:jurisdiction ( [
fhir:coding ( [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]
] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:hierarchyMeaning [] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "planned" ] ;
fhir:display [ fhir:v "Planned" ] ;
fhir:definition [ fhir:v "The association is planned but is not yet active." ]
] [
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ] ;
fhir:definition [ fhir:v "The association is active." ]
] [
fhir:code [ fhir:v "suspended" ] ;
fhir:display [ fhir:v "Suspended" ] ;
fhir:definition [ fhir:v "The association is temporarily inactive." ]
] [
fhir:code [ fhir:v "ended" ] ;
fhir:display [ fhir:v "Ended" ] ;
fhir:definition [ fhir:v "The association has ended." ]
] [
fhir:code [ fhir:v "removed" ] ;
fhir:display [ fhir:v "Removed" ] ;
fhir:definition [ fhir:v "The device has been removed from the subject or association context." ]
] [
fhir:code [ fhir:v "abandoned" ] ;
fhir:display [ fhir:v "Abandoned" ] ;
fhir:definition [ fhir:v "The association has been abandoned." ]
] [
fhir:code [ fhir:v "unknown" ] ;
fhir:display [ fhir:v "Unknown" ] ;
fhir:definition [ fhir:v "The state of the association is unknown." ]
] ) . #
# -------------------------------------------------------------------------------------
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.
FHIR ®© HL7.org 2011+. FHIR R6 hl7.fhir.core#6.0.0-ballot4 generated on Thu, Jun 11, 2026 22:33+0000.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R4 |
Compare to R5 |
Compare to Last Ballot |
|
Propose a change