HL7 FHIR® Implementation Guide: Ophthalmology Retinal, Release 1
0.1.0 - STU 1 Ballot

HL7 FHIR® Implementation Guide: Ophthalmology Retinal, Release 1, published by HL7 International - Patient Care WG. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/fhir-eyecare-ig/ and changes regularly. See the Directory of published versions

: Example Observation - observation-iop-icare-home-re-0 - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "observation-iop-icare-home-re-0",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/eyecare/StructureDefinition/observation-iop"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"observation-iop-icare-home-re-0\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-observation-iop.html\">Intraocular Pressure (IOP)</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Exam <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#exam)</span></p><p><b>code</b>: Intraocular pressure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#41633001)</span></p><p><b>subject</b>: <a href=\"Patient-ophthal-patient-example-0.html\">Patient/ophthal-patient-example-0</a> \" BILL\"</p><p><b>effective</b>: 2013-06-27 05:04:20+0400</p><p><b>issued</b>: Jun 27, 2013, 1:04:20 PM</p><p><b>value</b>: 25.4 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mm[Hg] = 'mm[Hg]')</span></p><p><b>bodySite</b>:  <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>method</b>: Rebound Tonometry <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (iop-methods#rebound-tonometry)</span></p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "exam",
          "display" : "Exam"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "41633001",
        "display" : "Intraocular pressure"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/ophthal-patient-example-0"
  },
  "effectiveDateTime" : "2013-06-27T17:04:20+04:00",
  "issued" : "2013-06-27T17:04:20.643+04:00",
  "valueQuantity" : {
    "value" : 25.4,
    "unit" : "mm[Hg]",
    "system" : "http://unitsofmeasure.org",
    "code" : "mm[Hg]"
  },
  "bodySite" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/bodySite",
        "valueReference" : {
          "reference" : "BodyStructure/bodystructure-right-eye"
        }
      }
    ]
  },
  "method" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/uv/eyecare/CodeSystem/iop-methods",
        "code" : "rebound-tonometry",
        "display" : "Rebound Tonometry"
      }
    ]
  }
}