PanCareSurPass Project HL7 FHIR Implementation Guide
0.2.0 - CI Build 150

PanCareSurPass Project HL7 FHIR Implementation Guide, published by PanCareSurPass Project. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/pcsp/ and changes regularly. 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 class="res-header-id"><b>Generated Narrative: Observation ObservationRadTotalDose-1</b></p><a name="ObservationRadTotalDose-1"> </a><a name="hcObservationRadTotalDose-1"> </a><a name="ObservationRadTotalDose-1-en-US"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/observation-category procedure}">Procedure</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 445565002}">Total boost radiation dose delivered</span></p><p><b>subject</b>: <a href="Patient-PatientMainzZeisig.html">Sarah Zeisig  Female, DoB: 1996-12-12 ( http://hl7.eu/fhir/ig/pcsp/sid/pat-id-mainz#L0010)</a></p><p><b>value</b>: 5 Gy<span style="background: LightGoldenRodYellow"> (Details: UCUM  codeGy = 'Gy')</span></p><p><b>bodySite</b>: <span title="Codes:{http://hl7.eu/fhir/ig/pcsp/CodeSystem/cs-radiotherapy-pcsp 1.4}">Brain: Occipital lobe</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>