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 
Formats: Narrative,XML, JSON, Turtle
Raw json
{
"resourceType" : "Observation",
"id" : "observation-age-example-6monthsandover",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>6 months and over</p>\n </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"
}
}