This page is part of the PanCareSurPass Project HL7 FHIR Implementation Guide (v0.1.0: QA Preview) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions 
: Observation: Radiotherapy Total Dose - JSON Representation
Raw json | Download
{
"resourceType" : "Observation",
"id" : "ObservationRadTotalDose-1",
"meta" : {
"profile" : [
"http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Observation-totalDoseRad-eu-pcsp"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"ObservationRadTotalDose-1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation "ObservationRadTotalDose-1" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Observation-totalDoseRad-eu-pcsp.html\">Observation: Radiotherapy Total Dose PCSP</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Procedure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#procedure)</span></p><p><b>code</b>: Total boost radiation dose delivered <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#445565002)</span></p><p><b>subject</b>: <a href=\"Patient-PatientMainzZeisig.html\">Patient/PatientMainzZeisig</a> " ZEISIG"</p><p><b>value</b>: 5 Gy<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code Gy = 'Gy')</span></p><p><b>bodySite</b>: Brain: Occipital lobe <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cs-radiotherapy-pcsp.html\">Radiotherapy sites</a>#1.4)</span></p></div>"
},
"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"
}
]
}
}