FHIR IG analytics| Package | cce.fhir |
| Resource Type | Procedure |
| Id | Procedure-Radiotherapy-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Procedure",
"id": "Procedure-Radiotherapy-example-1",
"meta": {
"profile": [
"https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Procedure-Radiotherapy"
]
},
"extension": [
{
"url": "https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Extension-SYSTIntention",
"valueCodeableConcept": {
"coding": [
{
"system": "https://www.cancercoreeurope.eu/fhir/core/CodeSystem/SYSTIntentionCS",
"code": "P",
"display": "palliative"
}
]
}
}
],
"status": "completed",
"category": {
"coding": [
{
"system": "https://www.cancercoreeurope.eu/fhir/core/CodeSystem/SYSTTherapyTypeCS",
"code": "ST",
"display": "Radiotherapy"
}
]
},
"subject": {
"reference": "Patient/Patient-Patient-example-1"
}
}