International Patient Summary Implementation Guide
1.1.0 - CI Build International flag

International Patient Summary Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-ips/ and changes regularly. See the Directory of published versions

: Observation: imaging CT Abdomen W contrast IV - XML Representation

Page standards status: Informative

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="ips-example-imaging-1"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <p>
                <b>CT Abdomen W contrast IV</b>
            </p>
            <p>
                <b>date</b>: 1995-06-08
            </p>
            <p>
                <b>subject</b>:
                <a>Patient/eumfh-39-07</a>
            </p>
            <p>
                <b>value</b>: 3 cm nodule present in the inferior medial aspect of right liver lobe. Contrast enhancement pattern consistent with the diagnosis of hemangioma.
            </p>
        </div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="imaging"/>
      <display value="Imaging"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="79103-8"/>
      <display value="CT Abdomen W contrast IV"/>
    </coding>
    <text
          value="Upper abdomen with the administration of oral and intravenous contrast (example-4)"/>
  </code>
  <subject>🔗 
    <reference value="Patient/eumfh-39-07"/>
  </subject>
  <effectiveDateTime value="1995-06-08"/>
  <performer>🔗 
    <reference value="Practitioner/eumfh-39-07"/>
  </performer>
  <performer>🔗 
    <reference value="Organization/TII-Organization1"/>
  </performer>
  <valueString
               value="3 cm nodule present in the inferior medial aspect of right liver lobe. Contrast enhancement pattern consistent with the diagnosis of hemangioma."/>
</Observation>