Common Data Models Harmonization
1.0.0 - STU 1 Publication

Common Data Models Harmonization, published by HL7 International - Biomedical Research and Regulation Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/cdmh/ and changes regularly. See the Directory of published versions

: CDMH MedicationRequest - Example - XML Representation

Raw xml | Download



<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="CDMH Medication Request Example"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown
                     value="This is a CDMH Medication Request example for the *CDMH  MedicationRequest Profile*."/>
    </extension>
    <profile
             value="http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-medicationrequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>CDMH Medication Request Example</b></p>
  </text>
  <status value="active"/>
  <intent value="order"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="582620"/>
      <display value="Nizatidine 15 MG/ML Oral Solution [Axid]"/>
    </coding>
    <text value="Nizatidine 15 MG/ML Oral Solution [Axid]"/>
  </medicationCodeableConcept>
  <subject>
    <reference value="Patient/example"/>
    <display value="Amy Shaw"/>
  </subject>
  <authoredOn value="2008-04-05"/>
  <requester>
    <reference value="Practitioner/example"/>
    <display value="Ronald Bone, MD"/>
  </requester>
  <dosageInstruction>
    <text value="10 mL bid"/>
    <timing>
      <repeat>
        <boundsPeriod>
          <start value="2008-04-05"/>
        </boundsPeriod>
      </repeat>
    </timing>
  </dosageInstruction>
  <dispenseRequest>
    <numberOfRepeatsAllowed value="1"/>
    <quantity>
      <value value="480"/>
      <unit value="mL"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mL"/>
    </quantity>
    <expectedSupplyDuration>
      <value value="30"/>
      <unit value="days"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="d"/>
    </expectedSupplyDuration>
  </dispenseRequest>
</MedicationRequest>