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-6monthsto5years

Formats: Narrative,XML, JSON, Turtle

Raw xml


<Observation xmlns="http://hl7.org/fhir">
  <id value="observation-age-example-6monthsto5years"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <p><b>age</b>: 6 months to 5 years</p>
        </div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="424144002"/>
      <display value="Current chronological age"/>
    </coding>
  </code>
  <valueRange>
    <low>
      <value value="0.5"/>
      <unit value="year"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="a"/>
    </low>
    <high>
      <value value="5"/>
      <unit value="year"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="a"/>
    </high>
  </valueRange>
</Observation>