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

AU Patient Summary Implementation Guide, 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 500 mg + codeine phosphate hemihydrate 30 mg (missing data for status and requester) (AU Core compliant) - XML Representation

Page standards status: Informative

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="paracetamol-codeine-01"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest paracetamol-codeine-01</b></p><a name="paracetamol-codeine-01"> </a><a name="hcparacetamol-codeine-01"> </a><a name="paracetamol-codeine-01-en-AU"> </a><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>: ??</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>