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 ObservationRadTotalDose-1
status: Final
category: Procedure
code: Total boost radiation dose delivered
subject: Sarah Zeisig Female, DoB: 1996-12-12 ( http://hl7.eu/fhir/ig/pcsp/sid/pat-id-mainz#L0010)
value: 5 Gy (Details: UCUM codeGy = 'Gy')
bodySite: Brain: Occipital lobe
{
"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"
}
]
}
}