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
{
"resourceType" : "BodyStructure",
"id" : "bodystructure-left-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 7771000}\">Left</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" : "7771000",
"display" : "Left"
}
]
}
],
"patient" : {
"reference" : "Patient/ophthal-patient-example-0"
}
}