This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Orders and Observations Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for Code SystemSupplyRequestStatus
@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/supplyrequest-status> a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "supplyrequest-status"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2025-02-18T17:42:40.473+00:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem supplyrequest-status</b></p><a name=\"supplyrequest-status\"> </a><a name=\"hcsupplyrequest-status\"> </a><a name=\"supplyrequest-status-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/supplyrequest-status</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\">draft<a name=\"supplyrequest-status-draft\"> </a></td><td>Draft</td><td>The request has been created but is not yet complete or ready for action.</td></tr><tr><td style=\"white-space:nowrap\">active<a name=\"supplyrequest-status-active\"> </a></td><td>Active</td><td>The request is ready to be acted upon.</td></tr><tr><td style=\"white-space:nowrap\">suspended<a name=\"supplyrequest-status-suspended\"> </a></td><td>Suspended</td><td>The authorization/request to act has been temporarily withdrawn but is expected to resume in the future.</td></tr><tr><td style=\"white-space:nowrap\">cancelled<a name=\"supplyrequest-status-cancelled\"> </a></td><td>Cancelled</td><td>The authorization/request to act has been terminated prior to the full completion of the intended actions. No further activity should occur.</td></tr><tr><td style=\"white-space:nowrap\">completed<a name=\"supplyrequest-status-completed\"> </a></td><td>Completed</td><td>Activity against the request has been sufficiently completed to the satisfaction of the requester.</td></tr><tr><td style=\"white-space:nowrap\">entered-in-error<a name=\"supplyrequest-status-entered-in-error\"> </a></td><td>Entered in Error</td><td>This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be "cancelled" rather than "entered-in-error".).</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"supplyrequest-status-unknown\"> </a></td><td>Unknown</td><td>The authoring/source system does not know which of the status values currently applies for this observation. Note: This concept is not to be used for "other" - one of the listed statuses is presumed to apply, but the authoring/source system does not know which.</td></tr></table></div>"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "oo" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "trial-use" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ; fhir:value [ a fhir:integer ; fhir:v "1"^^xsd:integer ] ] ) ; # fhir:url [ fhir:v "http://hl7.org/fhir/supplyrequest-status"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.696" ] ] [ fhir:use [ fhir:v "old" ] ; fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.682" ] ] [ fhir:use [ fhir:v "old" ] ; fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.2.354" ] ] ) ; # fhir:version [ fhir:v "6.0.0-ballot2"] ; # fhir:name [ fhir:v "SupplyRequestStatus"] ; # fhir:title [ fhir:v "Supply Request Status"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2021-01-05T10:01:24+11:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org/fhir" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "fhir@lists.hl7.org" ] ] ) ] ) ; # fhir:description [ fhir:v "Status of the supply request."] ; # 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"^^xsd:boolean] ; # fhir:valueSet [ fhir:v "http://hl7.org/fhir/ValueSet/supplyrequest-status"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/ValueSet/supplyrequest-status> ] ; # fhir:hierarchyMeaning [] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "draft" ] ; fhir:display [ fhir:v "Draft" ] ; fhir:definition [ fhir:v "The request has been created but is not yet complete or ready for action." ] ] [ fhir:code [ fhir:v "active" ] ; fhir:display [ fhir:v "Active" ] ; fhir:definition [ fhir:v "The request is ready to be acted upon." ] ] [ fhir:code [ fhir:v "suspended" ] ; fhir:display [ fhir:v "Suspended" ] ; fhir:definition [ fhir:v "The authorization/request to act has been temporarily withdrawn but is expected to resume in the future." ] ] [ fhir:code [ fhir:v "cancelled" ] ; fhir:display [ fhir:v "Cancelled" ] ; fhir:definition [ fhir:v "The authorization/request to act has been terminated prior to the full completion of the intended actions. No further activity should occur." ] ] [ fhir:code [ fhir:v "completed" ] ; fhir:display [ fhir:v "Completed" ] ; fhir:definition [ fhir:v "Activity against the request has been sufficiently completed to the satisfaction of the requester." ] ] [ fhir:code [ fhir:v "entered-in-error" ] ; fhir:display [ fhir:v "Entered in Error" ] ; fhir:definition [ fhir:v "This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be \"cancelled\" rather than \"entered-in-error\".)." ] ] [ fhir:code [ fhir:v "unknown" ] ; fhir:display [ fhir:v "Unknown" ] ; fhir:definition [ fhir:v "The authoring/source system does not know which of the status values currently applies for this observation. Note: This concept is not to be used for \"other\" - one of the listed statuses is presumed to apply, but the authoring/source system does not know which." ] ] ) . # # -------------------------------------------------------------------------------------
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 R6 hl7.fhir.core#6.0.0-ballot2 generated on Tue, Feb 18, 2025 17:50+0000.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R5 |
|
Propose a change