This page is part of the Australian Base IG (v0.9.3: R1 Draft) based on FHIR (HL7® FHIR® Standard) R3. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions
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>