FHIR IG analytics| Package | hl7.eu.fhir.pcsp |
| Resource Type | Observation |
| Id | Observation-ObservationRadTotalDose-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "ObservationRadTotalDose-1"
status: final
category: Procedure (Observation Category Codes#procedure)
code: Total boost radiation dose delivered (SNOMED CT#445565002)
subject: Patient/PatientMainzZeisig " ZEISIG"
value: 5 Gy (Details: UCUM code Gy = 'Gy')
bodySite: Brain: Occipital lobe (Radiotherapy sites#1.4)
{
"resourceType": "Observation",
"id": "ObservationRadTotalDose-1",
"meta": {
"profile": [
"http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Observation-totalDoseRad-eu-pcsp"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "procedure"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "445565002",
"display": "Total boost radiation dose delivered"
}
]
},
"subject": {
"reference": "Patient/PatientMainzZeisig"
},
"valueQuantity": {
"value": 5,
"unit": "Gy",
"system": "http://unitsofmeasure.org",
"code": "Gy"
},
"bodySite": {
"coding": [
{
"system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/cs-radiotherapy-pcsp",
"code": "1.4",
"display": "Brain: Occipital lobe"
}
]
}
}