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 in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Observation: Radiotherapy Total Dose - XML Representation
Raw xml | Download
<Observation xmlns="http://hl7.org/fhir">
<id value="ObservationRadTotalDose-1"/>
<meta>
<profile
value="http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Observation-totalDoseRad-eu-pcsp"/>
</meta>
<text>
<status value="generated"/>
<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>
</text>
<status value="final"/>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/observation-category"/>
<code value="procedure"/>
</coding>
</category>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="445565002"/>
<display value="Total boost radiation dose delivered"/>
</coding>
</code>
<subject>
<reference value="Patient/PatientMainzZeisig"/>
</subject>
<valueQuantity>
<value value="5"/>
<unit value="Gy"/>
<system value="http://unitsofmeasure.org"/>
<code value="Gy"/>
</valueQuantity>
<bodySite>
<coding>
<system
value="http://hl7.eu/fhir/ig/pcsp/CodeSystem/cs-radiotherapy-pcsp"/>
<code value="1.4"/>
<display value="Brain: Occipital lobe"/>
</coding>
</bodySite>
</Observation>