OpenELIS GLOBAL2 Implementation Guide
0.1.0 - ci-build

OpenELIS GLOBAL2 Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Service Request Status - XML Representation

Active as of 2023-03-05

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="service-request-status-code-system"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>https://i-tech-uw.github.io/openelis-global2-fhir-ig/codesystem-service-request-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">active<a name="service-request-status-code-system-active"> </a></td><td>Active</td><td>The request is in force and ready to be acted upon.</td></tr><tr><td style="white-space:nowrap">completed<a name="service-request-status-code-system-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 style="white-space:nowrap">revoked<a name="service-request-status-code-system-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></table></div>
  </text>
  <url
       value="https://i-tech-uw.github.io/openelis-global2-fhir-ig/codesystem-service-request-status"/>
  <version value="0.1.0"/>
  <name value="ServiceRequestStatusCodeSystem"/>
  <title value="Service Request Status"/>
  <status value="active"/>
  <date value="2023-03-05T22:47:16+00:00"/>
  <contact>
    <name value="I-TECH-UW"/>
    <telecom>
      <system value="url"/>
      <value value="www.github.com/i-tech-uw"/>
    </telecom>
  </contact>
  <description value="ServiceRequest Status Code System"/>
  <content value="complete"/>
  <count value="3"/>
  <concept>
    <code value="active"/>
    <display value="Active"/>
    <definition value="The request is in force and ready to be acted upon."/>
  </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."/>
  </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."/>
  </concept>
</CodeSystem>