FHIR IG analytics| Package | de.dktk.oncology |
| Resource Type | Procedure |
| Id | Procedure-Strahlentherapie-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Procedure",
"id": "Procedure-Strahlentherapie-example-1",
"meta": {
"profile": [
"http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Procedure-Strahlentherapie"
]
},
"extension": [
{
"url": "http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Extension-StellungZurOp",
"valueCodeableConcept": {
"coding": [
{
"system": "http://dktk.dkfz.de/fhir/onco/core/CodeSystem/SYSTStellungOPCS",
"code": "A",
"display": "adjuvant"
}
]
}
},
{
"url": "http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Extension-SYSTIntention",
"valueCodeableConcept": {
"coding": [
{
"system": "http://dktk.dkfz.de/fhir/onco/core/CodeSystem/SYSTIntentionCS",
"code": "P",
"display": "palliativ"
}
]
}
}
],
"status": "completed",
"category": {
"coding": [
{
"system": "http://dktk.dkfz.de/fhir/onco/core/CodeSystem/SYSTTherapieartCS",
"code": "ST",
"display": "Strahlentherapie"
}
]
},
"subject": {
"reference": "Patient/Patient-Patient-example-1"
},
"encounter": {
"reference": "Encounter/Encounter-Fall-example-1"
},
"outcome": {
"coding": [
{
"system": "http://dktk.dkfz.de/fhir/onco/core/CodeSystem/LokaleBeurteilungResidualstatusCS",
"code": "R0"
},
{
"system": "http://dktk.dkfz.de/fhir/onco/core/CodeSystem/GesamtbeurteilungResidualstatusCS",
"code": "R0"
}
]
}
}