FHIR IG analytics| Package | de.dktk.oncology |
| Resource Type | Observation |
| Id | Observation-GesamtbeurteilungTumorstatus-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "Observation-GesamtbeurteilungTumorstatus-example-1",
"meta": {
"profile": [
"http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Observation-GesamtbeurteilungTumorstatus"
]
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "21976-6"
}
]
},
"subject": {
"reference": "Patient/Patient-Patient-example-1"
},
"encounter": {
"reference": "Encounter/Encounter-Fall-example-1"
},
"effectiveDateTime": "2018-01-01",
"valueCodeableConcept": {
"coding": [
{
"system": "http://dktk.dkfz.de/fhir/onco/core/CodeSystem/GesamtbeurteilungTumorstatusCS",
"code": "V",
"display": "Vollremission (complete remission, CR)"
}
]
}
}