Release 4 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see times).
See the Directory of published versions . Page versions: R5 R4B R4

Codesystem-resource-status.ttl

Example CodeSystem/resource-status (Turtle)

Maturity Level : N/A
Modeling and Methodology Responsible Owner: FHIR Infrastructure Work Group Standards Status : Informative

Raw Turtle (+ also see Turtle/RDF Format Specification )

Definition for Code System Canonical Status Codes for FHIR Resources SystemFHIRCanonicalStatusCodes

@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:Resource.id [ fhir:value "resource-status"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2019-11-01T09:29:23.356+11:00" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
     fhir:Extension.value [ fhir:value "trial-use" ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
     fhir:Extension.value [ fhir:value "3" ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "mnm" ]
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/resource-status"];
  fhir:CodeSystem.version [ fhir:value "4.0.1"];
  fhir:CodeSystem.name [ fhir:value "Canonical Status Codes for FHIR Resources"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.publisher [ fhir:value "FHIR Project"];
  fhir:CodeSystem.description [ fhir:value "The master set of status codes used throughout FHIR. All status codes are mapped to one of these codes."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"];
  fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/resource-status"];
  fhir:CodeSystem.hierarchyMeaning [ fhir:value "is-a"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.code [ fhir:value "error" ];
     fhir:CodeSystem.display [ fhir:value "error" ];
     fhir:CodeSystem.definition [ fhir:value "The resource was created in error, and should not be treated as valid (note: in many cases, for various data integrity related reasons, the information cannot be removed from the record)" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.code [ fhir:value "proposed" ];
     fhir:CodeSystem.display [ fhir:value "proposed" ];
     fhir:CodeSystem.definition [ fhir:value "The resource describes an action or plan that is proposed, and not yet approved by the participants" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.code [ fhir:value "planned" ];
     fhir:CodeSystem.display [ fhir:value "planned" ];
     fhir:CodeSystem.definition [ fhir:value "The resource describes a course of action that is planned and agreed/approved, but at the time of recording was still future" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.code [ fhir:value "draft" ];
     fhir:CodeSystem.display [ fhir:value "draft" ];
     fhir:CodeSystem.definition [ fhir:value "The information in the resource is still being prepared and edited" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.code [ fhir:value "requested" ];
     fhir:CodeSystem.display [ fhir:value "requested" ];
     fhir:CodeSystem.definition [ fhir:value "A fulfiller has been asked to perform this action, but it has not yet occurred" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.code [ fhir:value "received" ];
     fhir:CodeSystem.display [ fhir:value "received" ];
     fhir:CodeSystem.definition [ fhir:value "The fulfiller has received the request, but not yet agreed to carry out the action" ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.code [ fhir:value "declined" ];
     fhir:CodeSystem.display [ fhir:value "declined" ];
     fhir:CodeSystem.definition [ fhir:value "The fulfiller chose not to perform the action" ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.code [ fhir:value "accepted" ];
     fhir:CodeSystem.display [ fhir:value "accepted" ];
     fhir:CodeSystem.definition [ fhir:value "The fulfiller has decided to perform the action, and plans are in train to do this in the future" ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.code [ fhir:value "arrived" ];
     fhir:CodeSystem.display [ fhir:value "arrived" ];
     fhir:CodeSystem.definition [ fhir:value "The pre-conditions for the action are all fulfilled, and it is imminent" ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.code [ fhir:value "active" ];
     fhir:CodeSystem.display [ fhir:value "active" ];
     fhir:CodeSystem.definition [ fhir:value "The resource describes information that is currently valid or a process that is presently occuring" ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.code [ fhir:value "suspended" ];
     fhir:CodeSystem.display [ fhir:value "suspended" ];
     fhir:CodeSystem.definition [ fhir:value "The process described/requested in this resource has been halted for some reason" ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.code [ fhir:value "failed" ];
     fhir:CodeSystem.display [ fhir:value "failed" ];
     fhir:CodeSystem.definition [ fhir:value "The process described/requested in the resource could not be completed, and no further action is planned" ]
  ], [
     fhir:index 12;
     fhir:CodeSystem.code [ fhir:value "replaced" ];
     fhir:CodeSystem.display [ fhir:value "replaced" ];
     fhir:CodeSystem.definition [ fhir:value "The information in this resource has been replaced by information in another resource" ]
  ], [
     fhir:index 13;
     fhir:CodeSystem.code [ fhir:value "complete" ];
     fhir:CodeSystem.display [ fhir:value "complete" ];
     fhir:CodeSystem.definition [ fhir:value "The process described/requested in the resource has been completed, and no further action is planned" ]
  ], [
     fhir:index 14;
     fhir:CodeSystem.code [ fhir:value "inactive" ];
     fhir:CodeSystem.display [ fhir:value "inactive" ];
     fhir:CodeSystem.definition [ fhir:value "The resource describes information that is no longer valid or a process that is stopped occurring" ]
  ], [
     fhir:index 15;
     fhir:CodeSystem.code [ fhir:value "abandoned" ];
     fhir:CodeSystem.display [ fhir:value "abandoned" ];
     fhir:CodeSystem.definition [ fhir:value "The process described/requested in the resource did not complete - usually due to some workflow error, and no further action is planned" ]
  ], [
     fhir:index 16;
     fhir:CodeSystem.code [ fhir:value "unknown" ];
     fhir:CodeSystem.display [ fhir:value "unknown" ];
     fhir:CodeSystem.definition [ fhir:value "Authoring system does not know the status" ]
  ], [
     fhir:index 17;
     fhir:CodeSystem.code [ fhir:value "unconfirmed" ];
     fhir:CodeSystem.display [ fhir:value "unconfirmed" ];
     fhir:CodeSystem.definition [ fhir:value "The information in this resource is not yet approved" ]
  ], [
     fhir:index 18;
     fhir:CodeSystem.code [ fhir:value "confirmed" ];
     fhir:CodeSystem.display [ fhir:value "confirmed" ];
     fhir:CodeSystem.definition [ fhir:value "The information in this resource is approved" ]
  ], [
     fhir:index 19;
     fhir:CodeSystem.code [ fhir:value "resolved" ];
     fhir:CodeSystem.display [ fhir:value "resolved" ];
     fhir:CodeSystem.definition [ fhir:value "The issue identified by this resource is no longer of concern" ]
  ], [
     fhir:index 20;
     fhir:CodeSystem.code [ fhir:value "refuted" ];
     fhir:CodeSystem.display [ fhir:value "refuted" ];
     fhir:CodeSystem.definition [ fhir:value "This information has been ruled out by testing and evaluation" ]
  ], [
     fhir:index 21;
     fhir:CodeSystem.code [ fhir:value "differential" ];
     fhir:CodeSystem.display [ fhir:value "differential" ];
     fhir:CodeSystem.definition [ fhir:value "Potentially true?" ]
  ], [
     fhir:index 22;
     fhir:CodeSystem.code [ fhir:value "partial" ];
     fhir:CodeSystem.display [ fhir:value "partial" ];
     fhir:CodeSystem.definition [ fhir:value "This information is still being assembled" ]
  ], [
     fhir:index 23;
     fhir:CodeSystem.code [ fhir:value "busy-unavailable" ];
     fhir:CodeSystem.display [ fhir:value "busy-unavailable" ];
     fhir:CodeSystem.definition [ fhir:value "not available at this time/location" ]
  ], [
     fhir:index 24;
     fhir:CodeSystem.code [ fhir:value "free" ];
     fhir:CodeSystem.display [ fhir:value "free" ];
     fhir:CodeSystem.definition [ fhir:value "Free for scheduling" ]
  ], [
     fhir:index 25;
     fhir:CodeSystem.code [ fhir:value "on-target" ];
     fhir:CodeSystem.display [ fhir:value "on-target" ];
     fhir:CodeSystem.definition [ fhir:value "Ready to act" ]
  ], [
     fhir:index 26;
     fhir:CodeSystem.code [ fhir:value "ahead-of-target" ];
     fhir:CodeSystem.display [ fhir:value "ahead-of-target" ];
     fhir:CodeSystem.definition [ fhir:value "Ahead of the planned timelines" ]
  ], [
     fhir:index 27;
     fhir:CodeSystem.code [ fhir:value "behind-target" ];
     fhir:CodeSystem.display [ fhir:value "behind-target" ]
  ], [
     fhir:index 28;
     fhir:CodeSystem.code [ fhir:value "not-ready" ];
     fhir:CodeSystem.display [ fhir:value "not-ready" ];
     fhir:CodeSystem.definition [ fhir:value "Behind the planned timelines" ]
  ], [
     fhir:index 29;
     fhir:CodeSystem.code [ fhir:value "transduc-discon" ];
     fhir:CodeSystem.display [ fhir:value "transduc-discon" ];
     fhir:CodeSystem.definition [ fhir:value "The device transducer is disconnected" ]
  ], [
     fhir:index 30;
     fhir:CodeSystem.code [ fhir:value "hw-discon" ];
     fhir:CodeSystem.display [ fhir:value "hw-discon" ];
     fhir:CodeSystem.definition [ fhir:value "The hardware is disconnected" ]
  ] .

<http://hl7.org/fhir/CodeSystem/resource-status> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "resource-status"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2025-12-17T09:50:17.012+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 resource-status</b></p><a name=\"resource-status\"> </a><a name=\"hcresource-status\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/resource-status</code> defines the following codes in a Is-A hierarchy:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">error<a name=\"resource-status-error\"> </a></td><td>The resource was created in error, and should not be treated as valid (note: in many cases, for various data integrity related reasons, the information cannot be removed from the record)</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">proposed<a name=\"resource-status-proposed\"> </a></td><td>The resource describes an action or plan that is proposed, and not yet approved by the participants</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">planned<a name=\"resource-status-planned\"> </a></td><td>The resource describes a course of action that is planned and agreed/approved, but at the time of recording was still future</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">draft<a name=\"resource-status-draft\"> </a></td><td>The information in the resource is still being prepared and edited</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">requested<a name=\"resource-status-requested\"> </a></td><td>A fulfiller has been asked to perform this action, but it has not yet occurred</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">received<a name=\"resource-status-received\"> </a></td><td>The fulfiller has received the request, but not yet agreed to carry out the action</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">declined<a name=\"resource-status-declined\"> </a></td><td>The fulfiller chose not to perform the action</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">accepted<a name=\"resource-status-accepted\"> </a></td><td>The fulfiller has decided to perform the action, and plans are in train to do this in the future</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">arrived<a name=\"resource-status-arrived\"> </a></td><td>The pre-conditions for the action are all fulfilled, and it is imminent</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">active<a name=\"resource-status-active\"> </a></td><td>The resource describes information that is currently valid or a process that is presently occuring</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">suspended<a name=\"resource-status-suspended\"> </a></td><td>The process described/requested in this resource has been halted for some reason</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">replaced<a name=\"resource-status-replaced\"> </a></td><td>The information in this resource has been replaced by information in another resource</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">ended<a name=\"resource-status-ended\"> </a></td><td>The process described/requested has reached a state where no further action is planned</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  complete<a name=\"resource-status-complete\"> </a></td><td>The process described/requested in the resource has been completed, and no further action is planned</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  failed<a name=\"resource-status-failed\"> </a></td><td>The process described/requested in the resource could not be completed, and no further action is planned</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  abandoned<a name=\"resource-status-abandoned\"> </a></td><td>The process described/requested in the resource did not complete - usually due to some workflow error, and no further action is planned</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">inactive<a name=\"resource-status-inactive\"> </a></td><td>The resource describes information that is no longer valid or a process that is stopped occurring</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">unknown<a name=\"resource-status-unknown\"> </a></td><td>Authoring system does not know the status</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">unconfirmed<a name=\"resource-status-unconfirmed\"> </a></td><td>The information in this resource is not yet approved</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">confirmed<a name=\"resource-status-confirmed\"> </a></td><td>The information in this resource is approved</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">resolved<a name=\"resource-status-resolved\"> </a></td><td>The issue identified by this resource is no longer of concern</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">refuted<a name=\"resource-status-refuted\"> </a></td><td>This information has been ruled out by testing and evaluation</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">differential<a name=\"resource-status-differential\"> </a></td><td>Potentially true?</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">partial<a name=\"resource-status-partial\"> </a></td><td>This information is still being assembled</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">busy-unavailable<a name=\"resource-status-busy-unavailable\"> </a></td><td>not available at this time/location</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">free<a name=\"resource-status-free\"> </a></td><td>Free for scheduling</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">on-target<a name=\"resource-status-on-target\"> </a></td><td>Ready to act</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">ahead-of-target<a name=\"resource-status-ahead-of-target\"> </a></td><td>Ahead of the planned timelines</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">behind-target<a name=\"resource-status-behind-target\"> </a></td><td>Behind the planned timelines</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">not-ready<a name=\"resource-status-not-ready\"> </a></td><td>Not ready to act</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">transduc-discon<a name=\"resource-status-transduc-discon\"> </a></td><td>The device transducer is disconnected</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">hw-discon<a name=\"resource-status-hw-discon\"> </a></td><td>The hardware is disconnected</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     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/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm>
     ] ;
     fhir:value [
       a fhir:Integer ;
       fhir:v 3
     ]
  ] [
     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 "fhir"
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/resource-status"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/resource-status>
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.1828" ]
  ] ) ; # 
  fhir:version [ fhir:v "6.0.0-ballot3"] ; # 
  fhir:name [ fhir:v "FHIRCanonicalStatusCodes"] ; # 
  fhir:title [ fhir:v "Canonical Status Codes for FHIR Resources"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:publisher [ fhir:v "FHIR Project"] ; # 
  fhir:description [ fhir:v "The master set of status codes used throughout FHIR. All status codes are mapped to one of these codes."] ; # 
  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/resource-status"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/ValueSet/resource-status>
  ] ; # 
  fhir:hierarchyMeaning [ fhir:v "is-a"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "error" ] ;
     fhir:display [ fhir:v "error" ] ;
     fhir:definition [ fhir:v "The resource was created in error, and should not be treated as valid (note: in many cases, for various data integrity related reasons, the information cannot be removed from the record)" ]
  ] [
     fhir:code [ fhir:v "proposed" ] ;
     fhir:display [ fhir:v "proposed" ] ;
     fhir:definition [ fhir:v "The resource describes an action or plan that is proposed, and not yet approved by the participants" ]
  ] [
     fhir:code [ fhir:v "planned" ] ;
     fhir:display [ fhir:v "planned" ] ;
     fhir:definition [ fhir:v "The resource describes a course of action that is planned and agreed/approved, but at the time of recording was still future" ]
  ] [
     fhir:code [ fhir:v "draft" ] ;
     fhir:display [ fhir:v "draft" ] ;
     fhir:definition [ fhir:v "The information in the resource is still being prepared and edited" ]
  ] [
     fhir:code [ fhir:v "requested" ] ;
     fhir:display [ fhir:v "requested" ] ;
     fhir:definition [ fhir:v "A fulfiller has been asked to perform this action, but it has not yet occurred" ]
  ] [
     fhir:code [ fhir:v "received" ] ;
     fhir:display [ fhir:v "received" ] ;
     fhir:definition [ fhir:v "The fulfiller has received the request, but not yet agreed to carry out the action" ]
  ] [
     fhir:code [ fhir:v "declined" ] ;
     fhir:display [ fhir:v "declined" ] ;
     fhir:definition [ fhir:v "The fulfiller chose not to perform the action" ]
  ] [
     fhir:code [ fhir:v "accepted" ] ;
     fhir:display [ fhir:v "accepted" ] ;
     fhir:definition [ fhir:v "The fulfiller has decided to perform the action, and plans are in train to do this in the future" ]
  ] [
     fhir:code [ fhir:v "arrived" ] ;
     fhir:display [ fhir:v "arrived" ] ;
     fhir:definition [ fhir:v "The pre-conditions for the action are all fulfilled, and it is imminent" ]
  ] [
     fhir:code [ fhir:v "active" ] ;
     fhir:display [ fhir:v "active" ] ;
     fhir:definition [ fhir:v "The resource describes information that is currently valid or a process that is presently occuring" ]
  ] [
     fhir:code [ fhir:v "suspended" ] ;
     fhir:display [ fhir:v "suspended" ] ;
     fhir:definition [ fhir:v "The process described/requested in this resource has been halted for some reason" ]
  ] [
     fhir:code [ fhir:v "replaced" ] ;
     fhir:display [ fhir:v "replaced" ] ;
     fhir:definition [ fhir:v "The information in this resource has been replaced by information in another resource" ]
  ] [
     fhir:code [ fhir:v "ended" ] ;
     fhir:display [ fhir:v "ended" ] ;
     fhir:definition [ fhir:v "The process described/requested has reached a state where no further action is planned" ] ;
     fhir:concept ( [
       fhir:code [ fhir:v "complete" ] ;
       fhir:display [ fhir:v "complete" ] ;
       fhir:definition [ fhir:v "The process described/requested in the resource has been completed, and no further action is planned" ]
     ] [
       fhir:code [ fhir:v "failed" ] ;
       fhir:display [ fhir:v "failed" ] ;
       fhir:definition [ fhir:v "The process described/requested in the resource could not be completed, and no further action is planned" ]
     ] [
       fhir:code [ fhir:v "abandoned" ] ;
       fhir:display [ fhir:v "abandoned" ] ;
       fhir:definition [ fhir:v "The process described/requested in the resource did not complete - usually due to some workflow error, and no further action is planned" ]
     ] )
  ] [
     fhir:code [ fhir:v "inactive" ] ;
     fhir:display [ fhir:v "inactive" ] ;
     fhir:definition [ fhir:v "The resource describes information that is no longer valid or a process that is stopped occurring" ]
  ] [
     fhir:code [ fhir:v "unknown" ] ;
     fhir:display [ fhir:v "unknown" ] ;
     fhir:definition [ fhir:v "Authoring system does not know the status" ]
  ] [
     fhir:code [ fhir:v "unconfirmed" ] ;
     fhir:display [ fhir:v "unconfirmed" ] ;
     fhir:definition [ fhir:v "The information in this resource is not yet approved" ]
  ] [
     fhir:code [ fhir:v "confirmed" ] ;
     fhir:display [ fhir:v "confirmed" ] ;
     fhir:definition [ fhir:v "The information in this resource is approved" ]
  ] [
     fhir:code [ fhir:v "resolved" ] ;
     fhir:display [ fhir:v "resolved" ] ;
     fhir:definition [ fhir:v "The issue identified by this resource is no longer of concern" ]
  ] [
     fhir:code [ fhir:v "refuted" ] ;
     fhir:display [ fhir:v "refuted" ] ;
     fhir:definition [ fhir:v "This information has been ruled out by testing and evaluation" ]
  ] [
     fhir:code [ fhir:v "differential" ] ;
     fhir:display [ fhir:v "differential" ] ;
     fhir:definition [ fhir:v "Potentially true?" ]
  ] [
     fhir:code [ fhir:v "partial" ] ;
     fhir:display [ fhir:v "partial" ] ;
     fhir:definition [ fhir:v "This information is still being assembled" ]
  ] [
     fhir:code [ fhir:v "busy-unavailable" ] ;
     fhir:display [ fhir:v "busy-unavailable" ] ;
     fhir:definition [ fhir:v "not available at this time/location" ]
  ] [
     fhir:code [ fhir:v "free" ] ;
     fhir:display [ fhir:v "free" ] ;
     fhir:definition [ fhir:v "Free for scheduling" ]
  ] [
     fhir:code [ fhir:v "on-target" ] ;
     fhir:display [ fhir:v "on-target" ] ;
     fhir:definition [ fhir:v "Ready to act" ]
  ] [
     fhir:code [ fhir:v "ahead-of-target" ] ;
     fhir:display [ fhir:v "ahead-of-target" ] ;
     fhir:definition [ fhir:v "Ahead of the planned timelines" ]
  ] [
     fhir:code [ fhir:v "behind-target" ] ;
     fhir:display [ fhir:v "behind-target" ] ;
     fhir:definition [ fhir:v "Behind the planned timelines" ]
  ] [
     fhir:code [ fhir:v "not-ready" ] ;
     fhir:display [ fhir:v "not-ready" ] ;
     fhir:definition [ fhir:v "Not ready to act" ]
  ] [
     fhir:code [ fhir:v "transduc-discon" ] ;
     fhir:display [ fhir:v "transduc-discon" ] ;
     fhir:definition [ fhir:v "The device transducer is disconnected" ]
  ] [
     fhir:code [ fhir:v "hw-discon" ] ;
     fhir:display [ fhir:v "hw-discon" ] ;
     fhir:definition [ fhir:v "The hardware is disconnected" ]
  ] ) . # 


# -------------------------------------------------------------------------------------


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.