DRAFT AU Patient Summary Implementation Guide for Testing
0.1.0-cibuild - CI Build Australia flag

DRAFT AU Patient Summary Implementation Guide for Testing, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 0.1.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/draft-au-patient-summary/ and changes regularly. See the Directory of published versions

: MedicationRequest - prescription, paracetamol-codeine (AU Core compliant but not IPS compliant) with meta.profile=AU Core - XML Representation

Page standards status: Informative

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="paracetamol-codeine-02-aucore"/>
  <meta>
    <profile
             value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-medicationrequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest paracetamol-codeine-02-aucore</b></p><a name="paracetamol-codeine-02-aucore"> </a><a name="hcparacetamol-codeine-02-aucore"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="https://build.fhir.org/ig/hl7au/au-fhir-core/StructureDefinition-au-core-medicationrequest.html">AU Core MedicationRequest</a></p></div><p><b>status</b>: Unknown</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title="Codes:{http://snomed.info/sct 79115011000036100}">Paracetamol 500 mg + codeine phosphate hemihydrate 30 mg tablet</span></p><p><b>subject</b>: bennelong-anne</p><p><b>authoredOn</b>: 2018-07-15</p><p><b>requester</b>: ?rref?</p></div>
  </text>
  <status value="unknown"/>
  <intent value="order"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="79115011000036100"/>
    </coding>
  </medicationCodeableConcept>
  <subject>
    <display value="bennelong-anne"/>
  </subject>
  <authoredOn value="2018-07-15"/>
  <requester>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
      <valueCode value="unknown"/>
    </extension>
  </requester>
</MedicationRequest>