HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm CI Build

This page is part of the electronic Case Reporting (eCR) (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

XML Format: Condition-condition-eicr-eve-everywoman-common-cold

Raw xml


<Condition xmlns="http://hl7.org/fhir">
  <id value="condition-eicr-eve-everywoman-common-cold"/>
  <meta>
    <versionId value="15"/>
    <lastUpdated value="2019-10-10T21:21:49.000-04:00"/>
    <profile
             value="http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-condition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
         <table xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
            <tr>
               <td style="font-weight: bold">id</td>
               <td>
                  <div title="id">condition-eicr-eve-everywoman-common-cold</div> 
               </td>
            </tr>
            <tr>
               <td style="font-weight: bold">meta</td>
               <td>
                  <table>
                     <tr>
                        <td style="font-weight: bold">versionId</td>
                        <td>
                           <div title="versionId">15</div> 
                        </td>
                     </tr>
                     <tr>
                        <td style="font-weight: bold">lastUpdated</td>
                        <td>
                           <div title="lastUpdated">2019-10-10T21:21:49.000-04:00</div> 
                        </td>
                     </tr>
                     <tr>
                        <td style="font-weight: bold">profile</td>
                        <td>
                           <div title="profile">http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-condition</div> 
                        </td>
                     </tr>
                  </table>
               </td>
            </tr>
            <tr>
               <td style="font-weight: bold">category</td>
               <td>
                  <ul style="list-style:none; padding-left:0; margin:0 0;">
                     <li>
                        <ul style="list-style:none; padding-left:0; margin:0 0;">
                           <li>
                              <div title="display">Problem List Item</div>  (<div title="code">problem-list-item</div> )
          </li>
                           <li>
                              <div title="system">
                                 <a href="http://terminology.hl7.org/CodeSystem/condition-category">http://terminology.hl7.org/CodeSystem/condition-category</a>
                              </div>
                           </li>
                        </ul>
                     </li>
                  </ul>
               </td>
            </tr>
            <tr>
               <td style="font-weight: bold">code</td>
               <td>
                  <ul style="list-style:none; padding-left:0; margin:0 0;">
                     <li>
                        <ul style="list-style:none; padding-left:0; margin:0 0;">
                           <li>
                              <div title="display">Common cold (disorder)</div>  (<div title="code">82272006</div> )
          </li>
                           <li>
                              <div title="system">
                                 <a href="http://snomed.info/sct">http://snomed.info/sct</a>
                              </div>
                           </li>
                        </ul>
                     </li>
                  </ul>
               </td>
            </tr>
            <tr>
               <td style="font-weight: bold">subject</td>
               <td>
                  <ul style="list-style:none; padding-left:0; margin:0 0;">
                     <li/>
                     <li>
                        <a href="Patient-patient-ecr-eve-everywoman.html">Eve Everywoman</a>
                     </li>
                  </ul>
               </td>
            </tr>
            <tr>
               <td style="font-weight: bold">onsetDateTime</td>
               <td>
                  <div title="onsetDateTime">2017-09-23</div> 
               </td>
            </tr>
            <tr>
               <td style="font-weight: bold">asserter</td>
               <td>
                  <ul style="list-style:none; padding-left:0; margin:0 0;">
                     <li/>
                     <li>
                        <a href="Practitioner-practitioner-us-core-henry-seven.html">Henry Seven, MD</a>
                     </li>
                  </ul>
               </td>
            </tr>
         </table>
      </div>
  </text>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/condition-category"/>
      <code value="problem-list-item"/>
      <display value="Problem List Item"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="82272006"/>
      <display value="Common cold (disorder)"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/patient-ecr-eve-everywoman"/>
    <display value="Eve Everywoman"/>
  </subject>
  <onsetDateTime value="2017-09-23"/>
  <asserter>
    <reference value="Practitioner/practitioner-us-core-henry-seven"/>
    <display value="Henry Seven, MD"/>
  </asserter>
</Condition>