FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.eyecare
Resource TypeBodyStructure
IdBodyStructure-bodystructure-left-eye.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative

Resource "bodystructure-left-eye"

Profile: Ocular anatomical location

location: Entire eye (SNOMED CT#244486005)

locationQualifier: Left (SNOMED CT#7771000)

patient: Patient/ophthal-patient-example-0 " BILL"


Source1

{
  "resourceType": "BodyStructure",
  "id": "bodystructure-left-eye",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/eyecare/StructureDefinition/body-structure-eye"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
  }
}