{
  "resourceType" : "Observation",
  "id" : "ncdhc-observation-vision-tested-monocularly-example",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2019-11-21T16:13:03Z",
    "profile" : [
      "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-vision-tested-monocularly"
    ]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Vision Tested Monocularly</div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "363983007",
        "display" : "Visual acuity"
      }
    ]
  },
  "subject" : {
    "reference" : "urn:uuid:dd78393f-37ca-4738-81d6-d9595b2e5d0f",
    "display" : "Baby of Eve Bill"
  },
  "effectiveDateTime" : "2019-11-21T16:13:03Z",
  "performer": [
    {
      "reference": "Practitioner/examiner-practitioner",
      "display": "Examiner"
    },
    {
      "reference": "Organization/examiner-organization",
      "display": "Organisation"
    }
  ],
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "443938003",
        "display" : "Procedure carried out on subject"
      }
    ]
  },
  "interpretation" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "17621005",
        "display" : "Normal"
      }
    ]
  },
  "comment" : "Completed",
  "related" : [
    {
      "type" : "has-member",
      "target" : {
        "reference" : "Observation/ncdhc-observation-left-eye-visiual-acuity-example"
      }
    },
    {
      "type" : "has-member",
      "target" : {
        "reference" : "Observation/ncdhc-observation-right-eye-visiual-acuity-example"
      }
    }
  ]
}