Australian Base Implementation Guide (AU Base 2)

This page is part of the Australian Base IG (v2.2.0-ballot: R3 Ballot) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions. Page versions: R5 R4 R3

Example: Observation-norelevantfinding-example3

Formats: Narrative,XML, JSON, Turtle

Raw xml



<Observation xmlns="http://hl7.org/fhir">
  <id value="norelevantfinding-example3"/>
  <meta>
    <profile
             value="http://hl7.org.au/fhir/StructureDefinition/au-norelevantfinding"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p></p><p><b>code</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-ActCode ASSERTION}">Assertion</span></p><p><b>subject</b>: <a href="Patient-example0.html">Generated Summary: IHI: 8003608833357361, Medicare Number: 32788511952, Health Care Card Number: 307111942H; Stella Franklin ; sfranklin@amail.example.com; gender: female; birthDate: 1985-10-14</a></p><p><b>effective</b>: 2018-10-23</p><p><b>performer</b>: <a href="Practitioner-example3.html">Generated Summary: HPI-I: 8003619900015717, AHPRA Registration Number: MED0000932850; Francis Fernando </a></p><p><b>value</b>: <span title="Codes: {http://snomed.info/sct 1200661000168109}">Patient not taking any medications</span></p></div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <code value="ASSERTION"/>
      <display value="Assertion"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/example0"/>
  </subject>
  <effectiveDateTime value="2018-10-23"/>
  <performer>
    <reference value="Practitioner/example3"/>
  </performer>
  <valueCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="1200661000168109"/>
      <display value="No current medications"/>
    </coding>
    <text value="Patient not taking any medications"/>
  </valueCodeableConcept>
</Observation>
Issues & Feedback