This page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4
Modeling and Methodology Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for Code SystemFHIRCanonicalStatusCodes
@prefix fhir: <http://hl7.org/fhir/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . # - resource ------------------------------------------------------------------- [] a fhir:CodeSystem ; fhir:id [ fhir:v "resource-status"] ; fhir:meta [ fhir:lastUpdated [ fhir:v "2023-03-26T15:21:02.749+11:00" ] ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ] ; fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ] ; fhir:value [ fhir:v "trial-use" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ] ; fhir:value [ fhir:v "3" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ] ; fhir:value [ fhir:v "mnm" ] ] ) ; fhir:url [ fhir:v "http://hl7.org/fhir/resource-status"], [ fhir:v "http://hl7.org/fhir/resource-status"] ; fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.1828" ] ] [ fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.1828" ] ] ) ; fhir:version [ fhir:v "5.0.0"], [ fhir:v "5.0.0"] ; fhir:name [ fhir:v "FHIRCanonicalStatusCodes"], [ fhir:v "FHIRCanonicalStatusCodes"] ; fhir:title [ fhir:v "Canonical Status Codes for FHIR Resources"], [ fhir:v "Canonical Status Codes for FHIR Resources"] ; fhir:status [ fhir:v "draft"], [ fhir:v "draft"] ; fhir:experimental [ fhir:v "true"], [ fhir:v "true"] ; fhir:publisher [ fhir:v "FHIR Project"], [ 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: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" ] ; fhir:code [ fhir:v "001" ] ; fhir:display [ fhir:v "World" ] ] ) ] [ fhir:coding ( [ fhir:system [ fhir:v "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"] ; 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: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.
FHIR ®© HL7.org 2011+. FHIR R5 hl7.fhir.core#5.0.0 generated on Sun, Mar 26, 2023 15:22+1100.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R4 |
Compare to R4B |
|
Propose a change