Eyes back on FHIR? An experimental continuation of the Eyes on FHIR working group's HL7 FHIR® IG
0.1.0 - experimental Unknown region code '276'

Eyes back on FHIR? An experimental continuation of the Eyes on FHIR working group's HL7 FHIR® IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Observation - posteriorsegment-example - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "posteriorsegment-example",
  "meta" : {
    "profile" : [
      "https://larfuma.github.io/fhir-eyecare-ig/StructureDefinition-Posteriorsegment-narrative"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation posteriorsegment-example</b></p><a name=\"posteriorsegment-example\"> </a><a name=\"hcposteriorsegment-example\"> </a><a name=\"posteriorsegment-example-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 70944-4}\">Eye posterior segment narrative</span></p><p><b>subject</b>: <a href=\"Patient-ophthal-patient-example-0.html\">Eve Bill Female, DoB: 1958-12-24 ( Medical Record Number:\u00a002134005)</a></p><p><b>value</b>: Retinal Tear at 6 o'clock</p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 362502000}\">Entire right eye (body structure)</span></p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "70944-4",
        "display" : "Eye posterior segment narrative"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/ophthal-patient-example-0"
  },
  "valueString" : "Retinal Tear at 6 o'clock",
  "bodySite" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/bodySite",
        "valueReference" : {
          🔗 "reference" : "BodyStructure/bodystructure-right-eye-6oclock"
        }
      }
    ],
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "362502000",
        "display" : "Entire right eye (body structure)"
      }
    ]
  }
}