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-4years

Formats: Narrative,XML, JSON, Turtle

Raw json

{
  "resourceType" : "Observation",
  "id" : "observation-age-example-4years",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: observation-age-example-4years</p><p><b>status</b>: final</p><p><b>code</b>: Current chronological age <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '424144002' = 'Current chronological age', given as 'Current chronological age'})</span></p><p><b>subject</b>: <a href=\"Patient-example0.html\">Stella Franklin. Generated Summary: id: example0; IHI = 8003608166690503, Medicare Number = 32788511952, Health Care Card Number = 307111942H; Stella Franklin ; sfranklin@amail.com.au(WORK); gender: female; birthDate: 1985-10-14</a></p><p><b>value</b>: 4 year<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code a = 'a')</span></p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "424144002",
        "display" : "Current chronological age"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/example0",
    "display" : "Stella Franklin"
  },
  "valueQuantity" : {
    "value" : 4,
    "unit" : "year",
    "system" : "http://unitsofmeasure.org",
    "code" : "a"
  }
}