FHIR IG analytics| Package | de.basisprofil.r4 |
| Resource Type | Observation |
| Id | Observation-Example-observation-pflegegrad.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "Example-observation-pflegegrad",
"meta": {
"profile": [
"http://fhir.de/StructureDefinition/observation-de-pflegegrad"
]
},
"code": {
"coding": [
{
"code": "80391-6",
"system": "http://loinc.org",
"display": "Pflegegrad"
}
]
},
"status": "final",
"subject": {
"reference": "Patient/example"
},
"effectivePeriod": {
"start": "2019-01-09"
},
"valueCodeableConcept": {
"coding": [
{
"version": "2025",
"code": "9-984.6",
"system": "http://fhir.de/CodeSystem/bfarm/ops",
"display": "Pflegebedürftigkeit: Pflegebedürftig nach Pflegegrad 1"
}
]
}
}