{
  "resourceType" : "Observation",
  "id" : "observation-apgar-score-5m-example",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2019-05-18T16:13:03Z",
    "profile" : [
      "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-apgar-score"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">5 minute Apgar Score</div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "9273-4"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "169909004",
        "display" : "Apgar score at 5 minutes"
      }
    ],
    "text" : "Apgar score at 5 minutes"
  },
  "subject" : {
    "reference" : "Patient/patient-baby-example",
    "display" : "Baby of Eve Bill"
  },
  "effectiveDateTime" : "2019-05-18T22:33:22Z",
  "performer": [
    {
      "reference": "Practitioner/examiner-practitioner",
      "display": "Examiner"
    },
    {
      "reference": "Organization/examiner-organization",
      "display": "Organisation"
    }
  ],
  "valueQuantity" : {
    "value" : 6,
    "system" : "http://unitsofmeasure.org",
    "code" : "{score}"
  }  
}