Ophthalmology Implementation Guide
0.2.0 - CI Build

Ophthalmology Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions

: - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "01e0df2d-f6fa-4761-8fb7-c22f730ade55",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/ophthal-iop-observation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><h3>Ids</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><h3>Meta</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><p></p><p><b>category</b>: <span title=\"Codes: {http://hl7.org/fhir/observation-category exam}\">Exam</span></p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 41633001}\">Intraocular Pressure</span></p><p><b>subject</b>: <a href=\"Patient/5812adb4-ef6d-4166-b8e1-0591525fb673\">Patient/5812adb4-ef6d-4166-b8e1-0591525fb673</a></p><p><b>issued</b>: 27 Jun. 2013, 11:04:20 pm</p><p><b>device</b>: <span></span></p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/observation-category",
          "code" : "exam",
          "display" : "Exam"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "41633001",
        "display" : "Intraocular pressure of Eye"
      }
    ],
    "text" : "Intraocular Pressure"
  },
  "subject" : {
    "reference" : "Patient/5812adb4-ef6d-4166-b8e1-0591525fb673"
  },
  "issued" : "2013-06-27T17:04:20.643+04:00"
}