FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example MedicationRequest/medicationrequest0350 (XML)

Responsible Owner: Pharmacy Work GroupStandards Status: InformativeCompartments: Encounter, Group, Patient, Practitioner

Raw XML (canonical form + also see XML Format Specification)

Request with 3 reasons to justify alternative. (id = "medicationrequest0350")

<?xml version="1.0" encoding="UTF-8"?>

<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="medicationrequest0350"/> 
  <contained> 
    <Medication> 
      <id value="med033027"/> 
      <code> 
        <coding> 
          <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/> 
          <code value="2646460"/> 
          <display value="doxycycline monohydrate Oral Tablet"/> 
        </coding> 
      </code> 
    </Medication> 
  </contained> 
  <identifier> 
    <use value="official"/> 
    <system value="http://www.bmc.nl/portal/prescriptions"/> 
    <value value="123456789"/> 
  </identifier> 
  <status value="active"/> 
  <intent value="order"/> 
  <medication> 
    <reference> 
      <reference value="#med033027"/> 
      <display value="doxycycline monohydrate Oral Tablet"/> 
    </reference> 
  </medication> 
  <subject> 
    <!--   Linked to the resource patient who needs the medication   -->
    <reference value="Patient/pat1"/> 
    <display value="Donald Duck"/> 
  </subject> 
  <authoredOn value="2015-01-15"/> 
  <requester> 
    <reference value="Practitioner/f007"/> 
    <display value="Patrick"/> 
  </requester> 
  <!--   Reason #1: AllergyIntolerance (supported in your system)   -->
  <reason> 
    <reference> 
      <reference value="AllergyIntolerance/medication"/> 
      <display value="Allergy to penicillins (e.g., amoxicillin)"/> 
    </reference> 
  </reason> 
  <!--   Reason #3: Actual indication (infection prevention / prophylaxis)   -->
  <reason> 
    <concept> 
      <coding> 
        <system value="http://snomed.info/sct"/> 
        <code value="724053002"/> 
      </coding> 
    </concept> 
  </reason> 
</MedicationRequest> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.