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-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=">="/> <unit value="month"/> <system value="http://unitsofmeasure.org"/> <code value="mo"/> </valueQuantity> </Observation>