FHIR IG analytics| Package | de.medizininformatikinitiative.kerndatensatz.seltene |
| Resource Type | Encounter |
| Id | Encounter-encounter-cataract-surgery.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Encounter",
"id": "encounter-cataract-surgery",
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "SS",
"display": "short stay"
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "305408004",
"display": "Admission to surgical department"
}
]
}
],
"subject": {
"reference": "Patient/patient-marfan-001"
},
"period": {
"start": "2024-11-12T07:00:00Z",
"end": "2024-11-12T15:00:00Z"
},
"diagnosis": [
{
"condition": {
"reference": "Condition/condition-cataract"
},
"use": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/diagnosis-role",
"code": "CC",
"display": "Chief complaint"
}
]
}
}
]
}