Australian Base Implementation Guide (AU Base 2)

This page is part of the Australian Base IG (v2.1.0: AU Base 2 on R4) based on FHIR R4. For a full list of available versions, see the Directory of published versions

Example: Observation-norelevantfinding-example0

Formats: Narrative,XML, JSON, Turtle

Raw xml


<Observation xmlns="http://hl7.org/fhir">
  <id value="norelevantfinding-example0"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>id</b>: norelevantfinding-example0</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: id: example0; IHI = 8003608166690503, Medicare Number = 32788511952, Health Care Card Number = 307111942H; Stella Franklin ; sfranklin@amail.com.au(WORK); gender: female; birthDate: 1985-10-14</a></p><p><b>effective</b>: 2018-10-23</p><p><b>value</b>: <span title="Codes: {http://snomed.info/sct 416128008}">No history of procedure</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"/>
  <valueCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="416128008"/>
      <display value="No history of procedure"/>
    </coding>
  </valueCodeableConcept>
</Observation>