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

This page is part of the HL7 FHIR® Implementation Guide: Ophthalmology Retinal, Release 1 (v0.1.0: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Right Eye Body Structure - JSON Representation

Raw json | Download


{
  "resourceType" : "BodyStructure",
  "id" : "bodystructure-right-eye",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/eyecare/StructureDefinition/body-structure-eye"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>location</b>: <span title=\"Codes: {http://snomed.info/sct 244486005}\">Entire eye</span></p><p><b>locationQualifier</b>: <span title=\"Codes: {http://snomed.info/sct 24028007}\">Right</span></p><p><b>patient</b>: <a href=\"Patient-ophthal-patient-example-0.html\">Generated Summary: Medical Record Number: 02134005; active; Eve Bill; gender: female; birthDate: 1958-12-24</a></p></div>"
  },
  "location" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "244486005",
        "display" : "Entire eye"
      }
    ]
  },
  "locationQualifier" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "24028007",
          "display" : "Right"
        }
      ]
    }
  ],
  "patient" : {
    "reference" : "Patient/ophthal-patient-example-0"
  }
}