FHIR IG analytics| Package | hl7.fhir.uv.eyecare |
| Resource Type | BodyStructure |
| Id | BodyStructure-bodystructure-right-eye.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
Resource "bodystructure-right-eye"
Profile: Ocular anatomical location
location: Entire eye (SNOMED CT#244486005)
locationQualifier: Right (SNOMED CT#24028007)
patient: Patient/ophthal-patient-example-0 " BILL"
{
"resourceType": "BodyStructure",
"id": "bodystructure-right-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": "24028007",
"display": "Right"
}
]
}
],
"patient": {
"reference": "Patient/ophthal-patient-example-0"
}
}