@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-status-reason> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "deviceassociation-status-reason"] ; # 
  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-status-reason</b></p><a name=\"deviceassociation-status-reason\"> </a><a name=\"hcdeviceassociation-status-reason\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/deviceassociation-status-reason</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\">lost-to-follow-up<a name=\"deviceassociation-status-reason-lost-to-follow-up\"> </a></td><td>Lost to Follow-up</td><td>The association record status changed because follow-up could not be completed.</td></tr><tr><td style=\"white-space:nowrap\">record-archived<a name=\"deviceassociation-status-reason-record-archived\"> </a></td><td>Record Archived</td><td>The association record has been archived.</td></tr><tr><td style=\"white-space:nowrap\">superseded<a name=\"deviceassociation-status-reason-superseded\"> </a></td><td>Superseded</td><td>The association record has been superseded by another record.</td></tr><tr><td style=\"white-space:nowrap\">duplicate<a name=\"deviceassociation-status-reason-duplicate\"> </a></td><td>Duplicate</td><td>The association record is a duplicate of another record.</td></tr><tr><td style=\"white-space:nowrap\">entered-in-error<a name=\"deviceassociation-status-reason-entered-in-error\"> </a></td><td>Entered in Error</td><td>The association record was entered in error.</td></tr><tr><td style=\"white-space:nowrap\">patient-deceased<a name=\"deviceassociation-status-reason-patient-deceased\"> </a></td><td>Patient Deceased</td><td>The association record status changed because the patient is deceased.</td></tr><tr><td style=\"white-space:nowrap\">device-retired<a name=\"deviceassociation-status-reason-device-retired\"> </a></td><td>Device Retired</td><td>The association record status changed because the device has been retired.</td></tr><tr><td style=\"white-space:nowrap\">association-ended<a name=\"deviceassociation-status-reason-association-ended\"> </a></td><td>Association Ended</td><td>The association record status changed because the device association ended.</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"deviceassociation-status-reason-unknown\"> </a></td><td>Unknown</td><td>The reason for the association record status 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/deviceassociation-status-reason"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/deviceassociation-status-reason>
  ] ; # 
  fhir:version [ fhir:v "6.0.0-ballot4"] ; # 
  fhir:name [ fhir:v "DeviceAssociation"] ; # 
  fhir:title [ fhir:v "DeviceAssociation Status Reason Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "Administrative and record-management reasons for the current DeviceAssociation record status."] ; # 
  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:valueSet [
     fhir:v "http://hl7.org/fhir/ValueSet/deviceassociation-status-reason"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/ValueSet/deviceassociation-status-reason>
  ] ; # 
  fhir:hierarchyMeaning [] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "lost-to-follow-up" ] ;
     fhir:display [ fhir:v "Lost to Follow-up" ] ;
     fhir:definition [ fhir:v "The association record status changed because follow-up could not be completed." ]
  ] [
     fhir:code [ fhir:v "record-archived" ] ;
     fhir:display [ fhir:v "Record Archived" ] ;
     fhir:definition [ fhir:v "The association record has been archived." ]
  ] [
     fhir:code [ fhir:v "superseded" ] ;
     fhir:display [ fhir:v "Superseded" ] ;
     fhir:definition [ fhir:v "The association record has been superseded by another record." ]
  ] [
     fhir:code [ fhir:v "duplicate" ] ;
     fhir:display [ fhir:v "Duplicate" ] ;
     fhir:definition [ fhir:v "The association record is a duplicate of another record." ]
  ] [
     fhir:code [ fhir:v "entered-in-error" ] ;
     fhir:display [ fhir:v "Entered in Error" ] ;
     fhir:definition [ fhir:v "The association record was entered in error." ]
  ] [
     fhir:code [ fhir:v "patient-deceased" ] ;
     fhir:display [ fhir:v "Patient Deceased" ] ;
     fhir:definition [ fhir:v "The association record status changed because the patient is deceased." ]
  ] [
     fhir:code [ fhir:v "device-retired" ] ;
     fhir:display [ fhir:v "Device Retired" ] ;
     fhir:definition [ fhir:v "The association record status changed because the device has been retired." ]
  ] [
     fhir:code [ fhir:v "association-ended" ] ;
     fhir:display [ fhir:v "Association Ended" ] ;
     fhir:definition [ fhir:v "The association record status changed because the device association ended." ]
  ] [
     fhir:code [ fhir:v "unknown" ] ;
     fhir:display [ fhir:v "Unknown" ] ;
     fhir:definition [ fhir:v "The reason for the association record status is unknown." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

