Cross Border Data Exchange IG
1.0.0 - CI Build International flag

Cross Border Data Exchange IG, published by IEHR-Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/InteropEHRate-project/cross-border-data-exchange/ and changes regularly. See the Directory of published versions

: MedicationRequest Example - Azacyclonol - XML Representation

Raw xml | Download



<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="2"/>
  <meta>
    <profile
             value="http://interopehrate.eu/fhir/StructureDefinition/MedicationRequest-prescription-IEHR"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: MedicationRequest</b><a name="2"> </a><a name="hc2"> </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 &quot;2&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-MedicationRequest-prescription-IEHR.html">MedicationRequestPrescription-IEHR</a></p></div><p><b>ProvenanceExtension-IEHR</b>: <a href="Provenance-38.html">Provenance/38</a></p><p><b>identifier</b>: <code>http://interopEHRate.eu/fhir-resource/</code>/MR1</p><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>category</b>: Outpatient <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-medicationrequest-category.html">MedicationRequest Category Codes</a>#outpatient)</span></p><p><b>medication</b>: Azacyclonol <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#3142009)</span></p><p><b>subject</b>: <a href="Patient-3466.html">Patient/3466</a> &quot; SMITH&quot;</p><p><b>encounter</b>: <a href="Encounter-1.html">Encounter/1</a></p><p><b>authoredOn</b>: 2022-07-05 09:49:36+0200</p><p><b>requester</b>: <a href="Practitioner-21.html">Practitioner/21</a> &quot; ANTONIO&quot;</p><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: Code: BID, 2 per 1 days</p><blockquote><p><b>doseAndRate</b></p></blockquote><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote></div>
  </text>
  <extension
             url="http://interopehrate.eu/fhir/StructureDefinition/ProvenanceExtension-IEHR">
    <valueReference>🔗 
      <reference value="Provenance/38"/>
    </valueReference>
  </extension>
  <identifier>
    <system value="http://interopEHRate.eu/fhir-resource/"/>
    <value value="MR1"/>
  </identifier>
  <status value="active"/>
  <intent value="plan"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/>
      <code value="outpatient"/>
      <display value="Outpatient"/>
    </coding>
  </category>
  <medicationCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="3142009"/>
      <display value="Azacyclonol"/>
    </coding>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/3466"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/1"/>
  </encounter>
  <authoredOn value="2022-07-05T09:49:36+02:00"/>
  <requester>🔗 
    <reference value="Practitioner/21"/>
  </requester>
  <dosageInstruction>
    <timing>
      <repeat>
        <frequency value="2"/>
        <period value="1"/>
        <periodUnit value="d"/>
        <timeOfDay value="08:00:00"/>
        <timeOfDay value="16:00:00"/>
      </repeat>
      <code>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation"/>
          <code value="BID"/>
          <display value="BID"/>
        </coding>
      </code>
    </timing>
    <doseAndRate>
      <type>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/>
          <code value="ordered"/>
          <display value="Ordered"/>
        </coding>
      </type>
      <doseQuantity>
        <value value="3"/>
        <unit value="milliliter"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mL"/>
      </doseQuantity>
    </doseAndRate>
    <doseAndRate>
      <type>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/>
          <code value="ordered"/>
          <display value="Ordered"/>
        </coding>
      </type>
    </doseAndRate>
  </dosageInstruction>
</MedicationRequest>