Australian Base Implementation Guide (AU Base 1.1.1)

This page is part of the Australian Base IG (v1.1.1: AU Base 1.1 on STU3 Draft) based on FHIR R3. The current version which supercedes this version is 1.0.2. For a full list of available versions, see the Directory of published versions

Example: Observation-observation-age-example-6monthsandover

Formats: Narrative,XML, JSON, Turtle

Raw xml


<Observation xmlns="http://hl7.org/fhir">
  <id value="observation-age-example-6monthsandover"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <p>6 months and over</p>
        </div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="424144002"/>
      <display value="Current chronological age"/>
    </coding>
  </code>
  <valueQuantity>
    <value value="6"/>
    <comparator value="&gt;="/>
    <unit value="month"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="mo"/>
  </valueQuantity>
</Observation>