Radiation Dose Summary for Diagnostic Procedures on FHIR
0.1.0 - ci-build International flag

Radiation Dose Summary for Diagnostic Procedures on FHIR, published by HL7 Imaging Integration Working Group. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/fhir-radiation-dose-summary-ig/ and changes regularly. See the Directory of published versions

: RadiationDoseSummary-122 - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="122"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/radiation-dose-summary"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="122"> </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 &quot;122&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-radiation-dose-summary.html">Radiation Dose Summary</a></p></div><p><b>partOf</b>: <a href="ImagingStudy-22.html">ImagingStudy/22</a></p><p><b>status</b>: final</p><p><b>code</b>: Radiation exposure and protection information [Description] Document Diagnostic imaging <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#73569-6)</span></p><p><b>subject</b>: <a href="Patient-56.html">Patient/56: Pascale Dupont</a> &quot; DUPONY&quot;</p><p><b>focus</b>: <a href="ImagingStudy-22.html">ImagingStudy/22</a></p><p><b>effective</b>: 2019-01-23 12:00:30+0000</p><p><b>performer</b>: <a href="Practitioner-33.html">Practitioner/33: John Moore</a> &quot; MOORE&quot;</p><p><b>value</b>: Activity = 154 MBq (123-I)</p><blockquote><p><b>component</b></p><p><b>code</b>: Procedure reported <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://dicom.nema.org/resources/ontology/DCM">DICOM</a>#121058)</span></p><p><b>value</b>: Radiopharmaceutical Administration <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://dicom.nema.org/resources/ontology/DCM">DICOM</a>#113502)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Administered activity <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://dicom.nema.org/resources/ontology/DCM">DICOM</a>#113507)</span></p><p><b>value</b>: 154 MBq</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Radiopharmaceuticals <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#349358000)</span></p><p><b>value</b>: Product containing ioflupane (123-I) (medicinal product) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#429296007)</span></p></blockquote></div>
  </text>
  <partOf>
    <reference value="ImagingStudy/22"/>
    <identifier>
      <type>
        <coding>
          <system
                  value="http://hl7.org/fhir/uv/radiation-dose-summary/CodeSystem/dicom-identifier-type"/>
          <code value="study-instance-uid"/>
          <display value="Study Instance UID"/>
        </coding>
      </type>
      <system value="urn:dicom:uid"/>
      <value value="urn:oid:1.2.840.121.3.32.0.1.32"/>
    </identifier>
  </partOf>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="73569-6"/>
      <display
               value="Radiation exposure and protection information [Description] Document Diagnostic imaging"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/56"/>
    <display value="Pascale Dupont"/>
  </subject>
  <focus>
    <reference value="ImagingStudy/22"/>
  </focus>
  <effectiveDateTime value="2019-01-23T12:00:30.000Z"/>
  <performer>
    <reference value="Practitioner/33"/>
    <display value="John Moore"/>
  </performer>
  <valueString value="Activity = 154 MBq (123-I)"/>
  <component>
    <code>
      <coding>
        <system value="http://dicom.nema.org/resources/ontology/DCM"/>
        <code value="121058"/>
        <display value="Procedure reported"/>
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="http://dicom.nema.org/resources/ontology/DCM"/>
        <code value="113502"/>
        <display value="Radiopharmaceutical Administration"/>
      </coding>
    </valueCodeableConcept>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://dicom.nema.org/resources/ontology/DCM"/>
        <code value="113507"/>
        <display value="Administered activity"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="154"/>
      <unit value="MBq"/>
    </valueQuantity>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="349358000"/>
        <display value="Radiopharmaceuticals"/>
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="429296007"/>
        <display
                 value="Product containing ioflupane (123-I) (medicinal product)"/>
      </coding>
    </valueCodeableConcept>
  </component>
</Observation>