FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 3 |
@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:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "resource-status"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system http://hl7.org/fhir/resource-status defines the following codes:</p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">error\n <a name=\"resource-status-error\"> </a>\n </td>\n <td>error</td>\n <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>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">proposed\n <a name=\"resource-status-proposed\"> </a>\n </td>\n <td>proposed</td>\n <td>The resource describes an action or plan that is proposed, and not yet approved by the participants</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">planned\n <a name=\"resource-status-planned\"> </a>\n </td>\n <td>planned</td>\n <td>The resource describes a course of action that is planned and agreed/approved, but at the time of recording was still future</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">draft\n <a name=\"resource-status-draft\"> </a>\n </td>\n <td>draft</td>\n <td>The information in the resource is still being prepared and edited</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">requested\n <a name=\"resource-status-requested\"> </a>\n </td>\n <td>requested</td>\n <td>A fulfiller has been asked to perform this action, but it has not yet occurred</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">received\n <a name=\"resource-status-received\"> </a>\n </td>\n <td>received</td>\n <td>The fulfiller has received the request, but not yet agreed to carry out the action</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">declined\n <a name=\"resource-status-declined\"> </a>\n </td>\n <td>declined</td>\n <td>The fulfiller chose not to perform the action</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">accepted\n <a name=\"resource-status-accepted\"> </a>\n </td>\n <td>accepted</td>\n <td>The fulfiller has decided to perform the action, and plans are in train to do this in the future</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">arrived\n <a name=\"resource-status-arrived\"> </a>\n </td>\n <td>arrived</td>\n <td>The pre-conditions for the action are all fulfilled, and it is imminent</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">active\n <a name=\"resource-status-active\"> </a>\n </td>\n <td>active</td>\n <td>The resource describes information that is currently valid or a process that is presently occuring</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">suspended\n <a name=\"resource-status-suspended\"> </a>\n </td>\n <td>suspended</td>\n <td>The process described/requested in this resource has been halted for some reason</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">failed\n <a name=\"resource-status-failed\"> </a>\n </td>\n <td>failed</td>\n <td>The process described/requested in the resource could not be completed, and no further action is planned</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">replaced\n <a name=\"resource-status-replaced\"> </a>\n </td>\n <td>replaced</td>\n <td>The information in this resource has been replaced by information in another resource</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">complete\n <a name=\"resource-status-complete\"> </a>\n </td>\n <td>complete</td>\n <td>The process described/requested in the resource has been completed, and no further action is planned</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">inactive\n <a name=\"resource-status-inactive\"> </a>\n </td>\n <td>inactive</td>\n <td>The resource describes information that is no longer valid or a process that is stopped occurring</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">abandoned\n <a name=\"resource-status-abandoned\"> </a>\n </td>\n <td>abandoned</td>\n <td>The process described/requested in the resource did not complete - usually due to some workflow error, and no further action is planned</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">unknown\n <a name=\"resource-status-unknown\"> </a>\n </td>\n <td>unknown</td>\n <td>Authoring system does not know the status</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">unconfirmed\n <a name=\"resource-status-unconfirmed\"> </a>\n </td>\n <td>unconfirmed</td>\n <td>The information in this resource is not yet approved</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">confirmed\n <a name=\"resource-status-confirmed\"> </a>\n </td>\n <td>confirmed</td>\n <td>The information in this resource is approved</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">resolved\n <a name=\"resource-status-resolved\"> </a>\n </td>\n <td>resolved</td>\n <td>The issue identified by this resource is no longer of concern</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">refuted\n <a name=\"resource-status-refuted\"> </a>\n </td>\n <td>refuted</td>\n <td>This information has been ruled out by testing and evaluation</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">differential\n <a name=\"resource-status-differential\"> </a>\n </td>\n <td>differential</td>\n <td>Potentially true?</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">partial\n <a name=\"resource-status-partial\"> </a>\n </td>\n <td>partial</td>\n <td>This information is still being assembled</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">busy-unavailable\n <a name=\"resource-status-busy-unavailable\"> </a>\n </td>\n <td>busy-unavailable</td>\n <td>not available at this time/location</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">free\n <a name=\"resource-status-free\"> </a>\n </td>\n <td>free</td>\n <td>Free for scheduling</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">on-target\n <a name=\"resource-status-on-target\"> </a>\n </td>\n <td>on-target</td>\n <td>Ready to act</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">ahead-of-target\n <a name=\"resource-status-ahead-of-target\"> </a>\n </td>\n <td>ahead-of-target</td>\n <td>Ahead of the planned timelines</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">behind-target\n <a name=\"resource-status-behind-target\"> </a>\n </td>\n <td>behind-target</td>\n <td/>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">not-ready\n <a name=\"resource-status-not-ready\"> </a>\n </td>\n <td>not-ready</td>\n <td>Behind the planned timelines</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">transduc-discon\n <a name=\"resource-status-transduc-discon\"> </a>\n </td>\n <td>transduc-discon</td>\n <td>The device transducer is disconnected</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">hw-discon\n <a name=\"resource-status-hw-discon\"> </a>\n </td>\n <td>hw-discon</td>\n <td>The hardware is disconnected</td>\n </tr>\n </table>\n </div>"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "informative" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ; fhir:value [ a fhir:integer ; fhir:v 3 ] ] [ ( fhir:extension [ fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ; fhir:value [ a fhir:id ; fhir:v "hl7.fhir.uv.xver-r4b.r4" ] ] [ fhir:url [ fhir:v "version"^^xsd:anyURI ] ; fhir:value [ a fhir:string ; fhir:v "0.0.1-snapshot-2" ] ] ) ; fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "mnm" ] ] ) ; # fhir:url [ fhir:v "http://hl7.org/fhir/resource-status"^^xsd:anyURI] ; # fhir:version [ fhir:v "4.3.0"] ; # fhir:name [ fhir:v "Canonical Status Codes for FHIR Resources"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-09-13T16:38:45-04:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Modeling and Methodology"] ; # fhir:contact ( [ fhir:name [ fhir:v "Modeling and Methodology" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://www.hl7.org/Special/committees/mnm" ] ] ) ] ) ; # 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: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|4.0.1"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/ValueSet/resource-status|4.0.1> ] ; # 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 "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 "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 "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 "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 "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 "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:code [ fhir:v "not-ready" ] ; fhir:display [ fhir:v "not-ready" ] ; fhir:definition [ fhir:v "Behind the planned timelines" ] ] [ 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" ] ] ) . #
IG © 2025+ FHIR Infrastructure. Package hl7.fhir.uv.xver-r4b.r4#0.0.1-snapshot-2 based on FHIR 4.0.1. Generated 2025-09-13
Links: Table of Contents |
QA Report
| Version History |
|
History
