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-medicationstatement-conformant - XML Representation

Raw xml | Download


<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="au-core-medicationstatement-conformant"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationStatement au-core-medicationstatement-conformant</b></p><a name="au-core-medicationstatement-conformant"> </a><a name="hcau-core-medicationstatement-conformant"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <span title="Codes:{http://snomed.info/sct 6632011000036102}, {http://pbs.gov.au/code/item 2951H}">Bactrim DS - tablet</span></p><p><b>subject</b>: <a href="Patient/patient-fixture">Patient/patient-fixture</a></p><p><b>effective</b>: 2024-06-01</p><p><b>dateAsserted</b>: 2024-06-01 09:00:00+1000</p><p><b>reasonCode</b>: <span title="Codes:{http://snomed.info/sct 68566005}">Urinary tract infection</span></p><p><b>reasonReference</b>: <a href="Condition/medicationstatement-reason-fixture">Condition/medicationstatement-reason-fixture</a></p><h3>Dosages</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Text</b></td></tr><tr><td style="display: none">*</td><td>One tablet twice daily for 5 days</td></tr></table></div>
  </text>
  <status value="active"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="6632011000036102"/>
      <display value="Bactrim DS tablet"/>
    </coding>
    <coding>
      <system value="http://pbs.gov.au/code/item"/>
      <code value="2951H"/>
    </coding>
    <text value="Bactrim DS - tablet"/>
  </medicationCodeableConcept>
  <subject>
    <reference value="Patient/patient-fixture"/>
  </subject>
  <effectiveDateTime value="2024-06-01"/>
  <dateAsserted value="2024-06-01T09:00:00+10:00"/>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="68566005"/>
      <display value="Urinary tract infectious disease"/>
    </coding>
    <text value="Urinary tract infection"/>
  </reasonCode>
  <reasonReference>
    <reference value="Condition/medicationstatement-reason-fixture"/>
  </reasonReference>
  <dosage>
    <text value="One tablet twice daily for 5 days"/>
  </dosage>
</MedicationStatement>