FHIR Frog AU Core Conformance Tests
0.1.0 - draft

FHIR Frog AU Core Conformance Tests, published by FHIR Frog. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jgsuess/au-core-tests/ and changes regularly. See the Directory of published versions

: au-core-medicationrequest-conformant - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="au-core-medicationrequest-conformant"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest au-core-medicationrequest-conformant</b></p><a name="au-core-medicationrequest-conformant"> </a><a name="hcau-core-medicationrequest-conformant"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href="Medication/medication-fixture">Medication/medication-fixture</a></p><p><b>subject</b>: <a href="Patient/patient-fixture">Patient/patient-fixture</a></p><p><b>encounter</b>: Frog Pond Clinic encounter</p><p><b>authoredOn</b>: 2024-03-15</p><p><b>requester</b>: Dr Sample Frog</p><p><b>reasonCode</b>: <span title="Codes:">Test indication for MedicationRequest conformance testing</span></p><p><b>reasonReference</b>: Frog test condition</p><h3>DosageInstructions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Text</b></td></tr><tr><td style="display: none">*</td><td>Take one tablet daily</td></tr></table></div>
  </text>
  <status value="active"/>
  <intent value="order"/>
  <medicationReference>
    <reference value="Medication/medication-fixture"/>
  </medicationReference>
  <subject>
    <reference value="Patient/patient-fixture"/>
  </subject>
  <encounter>
    <display value="Frog Pond Clinic encounter"/>
  </encounter>
  <authoredOn value="2024-03-15"/>
  <requester>
    <display value="Dr Sample Frog"/>
  </requester>
  <reasonCode>
    <text value="Test indication for MedicationRequest conformance testing"/>
  </reasonCode>
  <reasonReference>
    <display value="Frog test condition"/>
  </reasonReference>
  <dosageInstruction>
    <text value="Take one tablet daily"/>
  </dosageInstruction>
</MedicationRequest>