--- type: "codesystem" title: "Canonical Status Codes for FHIR Resources" codesystem: "resource-status" --- # Canonical Status Codes for FHIR Resources - **Official URL**: http://hl7.org/fhir/resource-status - **Status**: active - **Name**: FHIRCanonicalStatusCodes - **Title**: Canonical Status Codes for FHIR Resources - **Publisher**: FHIR Project - **Description**: The master set of status codes used throughout FHIR. All status codes are mapped to one of these codes. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | error | error | 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) | | proposed | proposed | The resource describes an action or plan that is proposed, and not yet approved by the participants | | planned | planned | The resource describes a course of action that is planned and agreed/approved, but at the time of recording was still future | | draft | draft | The information in the resource is still being prepared and edited | | requested | requested | A fulfiller has been asked to perform this action, but it has not yet occurred | | received | received | The fulfiller has received the request, but not yet agreed to carry out the action | | declined | declined | The fulfiller chose not to perform the action | | accepted | accepted | The fulfiller has decided to perform the action, and plans are in train to do this in the future | | arrived | arrived | The pre-conditions for the action are all fulfilled, and it is imminent | | active | active | The resource describes information that is currently valid or a process that is presently occuring | | suspended | suspended | The process described/requested in this resource has been halted for some reason | | replaced | replaced | The information in this resource has been replaced by information in another resource | | ended | ended | The process described/requested has reached a state where no further action is planned | | inactive | inactive | The resource describes information that is no longer valid or a process that is stopped occurring | | unknown | unknown | Authoring system does not know the status | | unconfirmed | unconfirmed | The information in this resource is not yet approved | | confirmed | confirmed | The information in this resource is approved | | resolved | resolved | The issue identified by this resource is no longer of concern | | refuted | refuted | This information has been ruled out by testing and evaluation | | differential | differential | Potentially true? | | partial | partial | This information is still being assembled | | busy-unavailable | busy-unavailable | not available at this time/location | | free | free | Free for scheduling | | on-target | on-target | Ready to act | | ahead-of-target | ahead-of-target | Ahead of the planned timelines | | behind-target | behind-target | Behind the planned timelines | | not-ready | not-ready | Not ready to act | | transduc-discon | transduc-discon | The device transducer is disconnected | | hw-discon | hw-discon | The hardware is disconnected | ## CodeSystem XML ```xml <status value="active"/> <experimental value="true"/> <publisher value="FHIR Project"/> <description value="The master set of status codes used throughout FHIR. All status codes are mapped to one of these codes."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/resource-status"/> <hierarchyMeaning value="is-a"/> <content value="complete"/> <concept> <code value="error"/> <display value="error"/> <definition 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)"/> </concept> <concept> <code value="proposed"/> <display value="proposed"/> <definition value="The resource describes an action or plan that is proposed, and not yet approved by the participants"/> </concept> <concept> <code value="planned"/> <display value="planned"/> <definition value="The resource describes a course of action that is planned and agreed/approved, but at the time of recording was still future"/> </concept> <concept> <code value="draft"/> <display value="draft"/> <definition value="The information in the resource is still being prepared and edited"/> </concept> <concept> <code value="requested"/> <display value="requested"/> <definition value="A fulfiller has been asked to perform this action, but it has not yet occurred"/> </concept> <concept> <code value="received"/> <display value="received"/> <definition value="The fulfiller has received the request, but not yet agreed to carry out the action"/> </concept> <concept> <code value="declined"/> <display value="declined"/> <definition value="The fulfiller chose not to perform the action"/> </concept> <concept> <code value="accepted"/> <display value="accepted"/> <definition value="The fulfiller has decided to perform the action, and plans are in train to do this in the future"/> </concept> <concept> <code value="arrived"/> <display value="arrived"/> <definition value="The pre-conditions for the action are all fulfilled, and it is imminent"/> </concept> <concept> <code value="active"/> <display value="active"/> <definition value="The resource describes information that is currently valid or a process that is presently occuring"/> </concept> <concept> <code value="suspended"/> <display value="suspended"/> <definition value="The process described/requested in this resource has been halted for some reason"/> </concept> <concept> <code value="replaced"/> <display value="replaced"/> <definition value="The information in this resource has been replaced by information in another resource"/> </concept> <concept> <code value="ended"/> <display value="ended"/> <definition value="The process described/requested has reached a state where no further action is planned"/> <concept> <code value="complete"/> <display value="complete"/> <definition value="The process described/requested in the resource has been completed, and no further action is planned"/> </concept> <concept> <code value="failed"/> <display value="failed"/> <definition value="The process described/requested in the resource could not be completed, and no further action is planned"/> </concept> <concept> <code value="abandoned"/> <display value="abandoned"/> <definition value="The process described/requested in the resource did not complete - usually due to some workflow error, and no further action is planned"/> </concept> </concept> <concept> <code value="inactive"/> <display value="inactive"/> <definition value="The resource describes information that is no longer valid or a process that is stopped occurring"/> </concept> <concept> <code value="unknown"/> <display value="unknown"/> <definition value="Authoring system does not know the status"/> </concept> <concept> <code value="unconfirmed"/> <display value="unconfirmed"/> <definition value="The information in this resource is not yet approved"/> </concept> <concept> <code value="confirmed"/> <display value="confirmed"/> <definition value="The information in this resource is approved"/> </concept> <concept> <code value="resolved"/> <display value="resolved"/> <definition value="The issue identified by this resource is no longer of concern"/> </concept> <concept> <code value="refuted"/> <display value="refuted"/> <definition value="This information has been ruled out by testing and evaluation"/> </concept> <concept> <code value="differential"/> <display value="differential"/> <definition value="Potentially true?"/> </concept> <concept> <code value="partial"/> <display value="partial"/> <definition value="This information is still being assembled"/> </concept> <concept> <code value="busy-unavailable"/> <display value="busy-unavailable"/> <definition value="not available at this time/location"/> </concept> <concept> <code value="free"/> <display value="free"/> <definition value="Free for scheduling"/> </concept> <concept> <code value="on-target"/> <display value="on-target"/> <definition value="Ready to act"/> </concept> <concept> <code value="ahead-of-target"/> <display value="ahead-of-target"/> <definition value="Ahead of the planned timelines"/> </concept> <concept> <code value="behind-target"/> <display value="behind-target"/> <definition value="Behind the planned timelines"/> </concept> <concept> <code value="not-ready"/> <display value="not-ready"/> <definition value="Not ready to act"/> </concept> <concept> <code value="transduc-discon"/> <display value="transduc-discon"/> <definition value="The device transducer is disconnected"/> </concept> <concept> <code value="hw-discon"/> <display value="hw-discon"/> <definition value="The hardware is disconnected"/> </concept> </CodeSystem> ```