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 json
{
"resourceType" : "Observation",
"id" : "observation-age-example-6monthsandover",
"text" : {
"status" : "extensions",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml">
<p>6 months and over</p>
</div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "424144002",
"display" : "Current chronological age"
}
]
},
"valueQuantity" : {
"value" : 6,
"comparator" : ">=",
"unit" : "month",
"system" : "http://unitsofmeasure.org",
"code" : "mo"
}
}