HL7 FHIR Implementation Guide: DK Core
1.1.0 - release

This page is part of the HL7 FHIR Implementation Guide: DK Core (v1.1.0: Release) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: RequestStatus - XML Representation

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="request-status-dk-supplement"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><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><a style="white-space:nowrap" href="http://hl7.org/fhir/R4/codesystem-request-status.html#draft">draft</a><a name="request-status-dk-supplement-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><a style="white-space:nowrap" href="http://hl7.org/fhir/R4/codesystem-request-status.html#active">active</a><a name="request-status-dk-supplement-active"> </a></td><td>Active</td><td>The request is in force and ready to be acted upon.</td></tr><tr><td><a style="white-space:nowrap" href="http://hl7.org/fhir/R4/codesystem-request-status.html#on-hold">on-hold</a><a name="request-status-dk-supplement-on-hold"> </a></td><td>On Hold</td><td>The request (and any implicit authorization to act) has been temporarily withdrawn but is expected to resume in the future.</td></tr><tr><td><a style="white-space:nowrap" href="http://hl7.org/fhir/R4/codesystem-request-status.html#revoked">revoked</a><a name="request-status-dk-supplement-revoked"> </a></td><td>Revoked</td><td>The request (and any implicit authorization to act) has been terminated prior to the known full completion of the intended actions. No further activity should occur.</td></tr><tr><td><a style="white-space:nowrap" href="http://hl7.org/fhir/R4/codesystem-request-status.html#completed">completed</a><a name="request-status-dk-supplement-completed"> </a></td><td>Completed</td><td>The activity described by the request has been fully performed. No further activity will occur.</td></tr><tr><td><a style="white-space:nowrap" href="http://hl7.org/fhir/R4/codesystem-request-status.html#entered-in-error">entered-in-error</a><a name="request-status-dk-supplement-entered-in-error"> </a></td><td>Entered in Error</td><td>This request should never have existed and should be considered 'void'. (It is possible that real-world decisions were based on it. If real-world activity has occurred, the status should be &quot;revoked&quot; rather than &quot;entered-in-error&quot;.).</td></tr><tr><td><a style="white-space:nowrap" href="http://hl7.org/fhir/R4/codesystem-request-status.html#unknown">unknown</a><a name="request-status-dk-supplement-unknown"> </a></td><td>Unknown</td><td>The authoring system does not know which of the status values currently applies for this request.  Note: This concept is not to be used for &quot;other&quot;  - one of the listed statuses is presumed to apply, but the authoring/source system does not know which.</td></tr></table><p><b>Additional Language Displays</b></p><table class="codes"><tr><td><b>Code</b></td><td><b>Dansk (Danish, da)</b></td></tr><tr><td>draft</td><td>Udkast</td></tr><tr><td>active</td><td>Aktiv</td></tr><tr><td>on-hold</td><td>Suspenderet</td></tr><tr><td>revoked</td><td>Annulleret</td></tr><tr><td>completed</td><td>Afsluttet</td></tr><tr><td>entered-in-error</td><td>Fejlindtastning</td></tr><tr><td>unknown</td><td>Ukendt</td></tr></table></div>
  </text>
  <url value="http://hl7.dk/fhir/core/CodeSystem/request-status-dk-supplement"/>
  <version value="1.1.0"/>
  <name value="RequestStatus"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2021-12-18T23:15:40+01:00"/>
  <publisher value="HL7 Denmark"/>
  <contact>
    <name value="HL7 Denmark"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.dk"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="jenskristianvilladsen@gmail.com"/>
    </telecom>
  </contact>
  <description value="Codes identifying the stage lifecycle stage of a request"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="DK"/>
      <display value="Denmark"/>
    </coding>
  </jurisdiction>
  <content value="supplement"/>
  <supplements value="http://hl7.org/fhir/request-status"/>
  <concept>
    <code value="draft"/>
    <display value="Draft"/>
    <definition
                value="The request has been created but is not yet complete or ready for action."/>
    <designation>
      <language value="da"/>
      <use>
        <system value="http://snomed.info/sct"/>
        <code value="900000000000013009"/>
      </use>
      <value value="Udkast"/>
    </designation>
  </concept>
  <concept>
    <code value="active"/>
    <display value="Active"/>
    <definition value="The request is in force and ready to be acted upon."/>
    <designation>
      <language value="da"/>
      <use>
        <system value="http://snomed.info/sct"/>
        <code value="900000000000013009"/>
      </use>
      <value value="Aktiv"/>
    </designation>
  </concept>
  <concept>
    <code value="on-hold"/>
    <display value="On Hold"/>
    <definition
                value="The request (and any implicit authorization to act) has been temporarily withdrawn but is expected to resume in the future."/>
    <designation>
      <language value="da"/>
      <use>
        <system value="http://snomed.info/sct"/>
        <code value="900000000000013009"/>
      </use>
      <value value="Suspenderet"/>
    </designation>
  </concept>
  <concept>
    <code value="revoked"/>
    <display value="Revoked"/>
    <definition
                value="The request (and any implicit authorization to act) has been terminated prior to the known full completion of the intended actions. No further activity should occur."/>
    <designation>
      <language value="da"/>
      <use>
        <system value="http://snomed.info/sct"/>
        <code value="900000000000013009"/>
      </use>
      <value value="Annulleret"/>
    </designation>
  </concept>
  <concept>
    <code value="completed"/>
    <display value="Completed"/>
    <definition
                value="The activity described by the request has been fully performed. No further activity will occur."/>
    <designation>
      <language value="da"/>
      <use>
        <system value="http://snomed.info/sct"/>
        <code value="900000000000013009"/>
      </use>
      <value value="Afsluttet"/>
    </designation>
  </concept>
  <concept>
    <code value="entered-in-error"/>
    <display value="Entered in Error"/>
    <definition
                value="This request should never have existed and should be considered &#39;void&#39;. (It is possible that real-world decisions were based on it. If real-world activity has occurred, the status should be &quot;revoked&quot; rather than &quot;entered-in-error&quot;.)."/>
    <designation>
      <language value="da"/>
      <use>
        <system value="http://snomed.info/sct"/>
        <code value="900000000000013009"/>
      </use>
      <value value="Fejlindtastning"/>
    </designation>
  </concept>
  <concept>
    <code value="unknown"/>
    <display value="Unknown"/>
    <definition
                value="The authoring system does not know which of the status values currently applies for this request.  Note: This concept is not to be used for &quot;other&quot;  - one of the listed statuses is presumed to apply, but the authoring/source system does not know which."/>
    <designation>
      <language value="da"/>
      <use>
        <system value="http://snomed.info/sct"/>
        <code value="900000000000013009"/>
      </use>
      <value value="Ukendt"/>
    </designation>
  </concept>
</CodeSystem>