FHIR IG analytics| Package | de.basisprofil.r4 |
| Resource Type | Observation |
| Id | Observation-Example-grad-der-behinderung.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "Example-grad-der-behinderung",
"meta": {
"profile": [
"http://fhir.de/StructureDefinition/GradDerBehinderung"
]
},
"code": {
"coding": [
{
"code": "116149007",
"system": "http://snomed.info/sct"
}
]
},
"status": "final",
"subject": {
"reference": "Patient/example"
},
"valueInteger": 100,
"component": [
{
"code": {
"coding": [
{
"code": "G",
"system": "http://fhir.de/CodeSystem/merkzeichen-de"
}
]
},
"valueBoolean": true
},
{
"code": {
"coding": [
{
"code": "H",
"system": "http://fhir.de/CodeSystem/merkzeichen-de"
}
]
},
"valueBoolean": true
}
]
}