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 json

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