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 DiagnosticReport - diagnostic-report-visual-field-test-re-0 - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "diagnostic-report-visual-field-test-re-0",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/eyecare/StructureDefinition/diagnostic-report-visual-field"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://snomed.info/sct 103752008}, {http://loinc.org 28629-4}\">Perimetry</span> (<span title=\"Codes: {http://snomed.info/sct 394594003}, {http://terminology.hl7.org/CodeSystem/v2-0074 OTH}\">Ophthalmology</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td><b>Eve Bill</b> female, DoB: 1958-12-24 ( Medical Record Number: 02134005)</td></tr><tr><td>When For</td><td>2019-02-03 07:43:30+0000</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-vf-mean-deviation-re-0.html\"><span title=\"Codes: {http://snomed.info/sct 422859007}\">Mean deviation</span></a> (<span title=\"Codes: \"></span>)</td><td>4.56 decibels</td><td>2013-06-27 05:04:20+0400</td></tr><tr><td><a href=\"Observation-vf-pattern-standard-deviation-re-0.html\"><span title=\"Codes: {http://snomed.info/sct 421362004}\">Pattern standard deviation</span></a> (<span title=\"Codes: \"></span>)</td><td>4.5 decibels</td><td>2013-06-27 05:04:20+0400</td></tr><tr><td><a href=\"Observation-vf-test-duration-re-0.html\"><span title=\"Codes: {http://snomed.info/sct 252129004}\">Test duration</span></a> (<span title=\"Codes: \"></span>)</td><td>310 seconds</td><td>2013-06-27 05:04:20+0400</td></tr><tr><td><a href=\"Observation-vf-fixation-loss-re-0.html\"><span title=\"Codes: {http://hl7.org/fhir/uv/eyecare/CodeSystem/visual-field-observations 400204}\">Fixation loss</span></a> (<span title=\"Codes: \"></span>)</td><td>No display for Ratio</td><td>2013-06-27 05:04:20+0400</td></tr><tr><td><a href=\"Observation-vf-false-positives-re-0.html\"><span title=\"Codes: {http://hl7.org/fhir/uv/eyecare/CodeSystem/visual-field-observations 400205}\">False positive ratio</span></a> (<span title=\"Codes: \"></span>)</td><td>No display for Ratio</td><td>2013-06-27 05:04:20+0400</td></tr></table></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "394594003",
          "display" : "Ophthalmology"
        },
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code" : "OTH",
          "display" : "Other"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "103752008",
        "display" : "Perimetry"
      },
      {
        "system" : "http://loinc.org",
        "code" : "28629-4",
        "display" : "Perimetry study"
      }
    ],
    "text" : "Perimetry"
  },
  "subject" : {
    "reference" : "Patient/ophthal-patient-example-0"
  },
  "effectiveDateTime" : "2019-02-03T19:43:30.000Z",
  "result" : [
    {
      "reference" : "Observation/vf-mean-deviation-re-0"
    },
    {
      "reference" : "Observation/vf-pattern-standard-deviation-re-0"
    },
    {
      "reference" : "Observation/vf-test-duration-re-0"
    },
    {
      "reference" : "Observation/vf-fixation-loss-re-0"
    },
    {
      "reference" : "Observation/vf-false-positives-re-0"
    }
  ],
  "media" : [
    {
      "link" : {
        "reference" : "Media/visual-field-re-0"
      }
    }
  ]
}