Medtech ALEX® Implementation Guide
0.0.1 - draft International flag

Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Priority for Medication Request - XML Representation

Active as of 2025-07-09

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="request-priority"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet request-priority</b></p><a name="request-priority"> </a><a name="hcrequest-priority"> </a><ul><li>Include these codes as defined in <a href="http://hl7.org/fhir/R4/codesystem-request-priority.html"><code>http://hl7.org/fhir/request-priority</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://hl7.org/fhir/R4/codesystem-request-priority.html#request-priority-urgent">urgent</a></td><td>Urgent</td><td>The request should be actioned promptly - higher priority than routine.</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-request-priority.html#request-priority-routine">routine</a></td><td>Routine</td><td>The request has normal priority.</td></tr></table></li></ul></div>
  </text>
  <url
       value="https://alexapi.medtechglobal.com.au/fhir/ValueSet/request-priority"/>
  <version value="0.0.1"/>
  <name value="MedicationRequestPriorityVS"/>
  <title value="Priority for Medication Request"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2025-07-09T23:40:54+00:00"/>
  <publisher value="Medtech Global"/>
  <contact>
    <name value="Medtech Global"/>
    <telecom>
      <system value="url"/>
      <value value="https://medtechglobal.com.au"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="support@medtechglobal.com"/>
    </telecom>
  </contact>
  <contact>
    <name value="Medtech Support"/>
    <telecom>
      <system value="email"/>
      <value value="support@medtechglobal.com"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description value="Defines the priority for Medication Request"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/request-priority"/>
      <concept>
        <code value="urgent"/>
        <display value="Urgent"/>
      </concept>
      <concept>
        <code value="routine"/>
        <display value="Routine"/>
      </concept>
    </include>
  </compose>
</ValueSet>