MediRecords FHIR Implementation Guide
1.4.0 - release


: MediRecords Triage Priority - XML Representation

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="mr-triage-priority"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include these codes as defined in <a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActPriority.html"><code>http://terminology.hl7.org/CodeSystem/v3-ActPriority</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActPriority.html#v3-ActPriority-S">S</a></td><td>stat</td><td>With highest priority (e.g., emergency).</td></tr><tr><td><a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActPriority.html#v3-ActPriority-EM">EM</a></td><td>emergency</td><td>An unforeseen combination of circumstances or the resulting state that calls for immediate action.</td></tr><tr><td><a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActPriority.html#v3-ActPriority-A">A</a></td><td>ASAP</td><td>As soon as possible, next highest priority after stat.</td></tr><tr><td><a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActPriority.html#v3-ActPriority-UR">UR</a></td><td>urgent</td><td>Calls for prompt action.</td></tr><tr><td><a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActPriority.html#v3-ActPriority-EL">EL</a></td><td>elective</td><td>Beneficial to the patient but not essential for survival.</td></tr></table></li></ul></div>
  </text>
  <url value="https://fhir.medirecords.com/ValueSet/mr-triage-priority"/>
  <version value="1.4.0"/>
  <name value="MRTriagePriority"/>
  <title value="MediRecords Triage Priority"/>
  <status value="active"/>
  <date value="2024-06-28T01:25:00+00:00"/>
  <compose>
    <include>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActPriority"/>
      <concept>
        <code value="S"/>
        <display value="stat"/>
      </concept>
      <concept>
        <code value="EM"/>
        <display value="emergency"/>
      </concept>
      <concept>
        <code value="A"/>
        <display value="ASAP"/>
      </concept>
      <concept>
        <code value="UR"/>
        <display value="urgent"/>
      </concept>
      <concept>
        <code value="EL"/>
        <display value="elective"/>
      </concept>
    </include>
  </compose>
</ValueSet>