LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: CDM Medication Request Drug Example - XML Representation

Raw xml | Download



<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="MedicationRequestDrugExample"/>
  <meta>
    <source value="http://acme-health.com/emr1"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: MedicationRequest</b><a name="MedicationRequestDrugExample"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource MedicationRequest "MedicationRequestDrugExample" </p><p style="margin-bottom: 0px">Information Source: http://acme-health.com/emr1!</p></div><p><b>identifier</b>: Prescription Number: 00000000000000000001921078(use: OFFICIAL)</p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>medication</b>: 69452-0151-20 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-ndc-no-hyphens.html">NDC No Hyphens Codes</a>#69452015120)</span></p><p><b>subject</b>: <a href="Patient-CDMPatientInstance.html">Patient/CDMPatientInstance</a> " MCLASTNAME"</p></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system
                value="http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type"/>
        <code value="RXN"/>
      </coding>
    </type>
    <system value="http://acme-health.com/CodeSystem/local-claim-identifier"/>
    <value value="00000000000000000001921078"/>
    <assigner>
      <display value="Acme Health - Wellness Center Pharmacy"/>
    </assigner>
  </identifier>
  <status value="completed"/>
  <intent value="order"/>
  <medicationCodeableConcept>
    <coding>
      <system
              value="http://linuxforhealth.org/fhir/cdm/CodeSystem/ndc-no-hyphens"/>
      <code value="69452015120"/>
    </coding>
  </medicationCodeableConcept>
  <subject>
    <reference value="Patient/CDMPatientInstance"/>
  </subject>
</MedicationRequest>