MediRecords FHIR Implementation Guide
1.4.2 - release


: Draft Prescription Type ValueSet - XML Representation

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="mr-draft-prescription-type"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet mr-draft-prescription-type</b></p><a name="mr-draft-prescription-type"> </a><a name="hcmr-draft-prescription-type"> </a><ul><li>Include these codes as defined in <a href="CodeSystem-mr-prescription-type.html"><code>https://fhir.medirecords.com/CodeSystem/mr-prescription-type</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href="CodeSystem-mr-prescription-type.html#mr-prescription-type-1">1</a></td><td>Manual</td></tr><tr><td><a href="CodeSystem-mr-prescription-type.html#mr-prescription-type-2">2</a></td><td>Paperscript</td></tr><tr><td><a href="CodeSystem-mr-prescription-type.html#mr-prescription-type-3">3</a></td><td>Paperless</td></tr></table></li></ul></div>
  </text>
  <url
       value="https://fhir.medirecords.com/ValueSet/mr-draft-prescription-type"/>
  <version value="1.4.2"/>
  <name value="MRDraftPrescriptionTypeValueSet"/>
  <title value="Draft Prescription Type ValueSet"/>
  <status value="active"/>
  <date value="2026-04-23T22:51:42+00:00"/>
  <description
               value="MediRecords Prescription Type ValueSet for draft MedicationRequest"/>
  <compose>
    <include>
      <system
              value="https://fhir.medirecords.com/CodeSystem/mr-prescription-type"/>
      <concept>
        <code value="1"/>
        <display value="Manual"/>
      </concept>
      <concept>
        <code value="2"/>
        <display value="Paperscript"/>
      </concept>
      <concept>
        <code value="3"/>
        <display value="Paperless"/>
      </concept>
    </include>
  </compose>
</ValueSet>