MediRecords FHIR Implementation Guide
1.3.0 - release


: Prescription Type CodeSystem - XML Representation

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="mr-prescription-type"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>https://fhir.medirecords.com/CodeSystem/mr-prescription-type</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style="white-space:nowrap">1<a name="mr-prescription-type-1"> </a></td><td>Manual</td></tr><tr><td style="white-space:nowrap">2<a name="mr-prescription-type-2"> </a></td><td>Paperscript</td></tr><tr><td style="white-space:nowrap">3<a name="mr-prescription-type-3"> </a></td><td>Paperless</td></tr><tr><td style="white-space:nowrap">4<a name="mr-prescription-type-4"> </a></td><td>Medication Request</td></tr><tr><td style="white-space:nowrap">5<a name="mr-prescription-type-5"> </a></td><td>Prescribed Elsewhere</td></tr></table></div>
  </text>
  <url value="https://fhir.medirecords.com/CodeSystem/mr-prescription-type"/>
  <version value="1.3.0"/>
  <name value="MRPrescriptionTypeCodeSystem"/>
  <title value="Prescription Type CodeSystem"/>
  <status value="active"/>
  <date value="2023-12-21T01:01:27+00:00"/>
  <description value="MediRecords Prescription Type CodeSystem"/>
  <content value="complete"/>
  <count value="5"/>
  <concept>
    <code value="1"/>
    <display value="Manual"/>
  </concept>
  <concept>
    <code value="2"/>
    <display value="Paperscript"/>
  </concept>
  <concept>
    <code value="3"/>
    <display value="Paperless"/>
  </concept>
  <concept>
    <code value="4"/>
    <display value="Medication Request"/>
  </concept>
  <concept>
    <code value="5"/>
    <display value="Prescribed Elsewhere"/>
  </concept>
</CodeSystem>