HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
1.1.0 - STU 2 Ballot

This page is part of the electronic Case Reporting (eCR) (v1.1.0: STU 2 on FHIR R4 Ballot 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

: eICR Condition example: Eve Everywoman - pertussis - XML Representation

Raw xml | Download



<Condition xmlns="http://hl7.org/fhir">
  <id value="condition-eicr-eve-everywoman-pertussis"/>
  <meta>
    <versionId value="3"/>
    <lastUpdated value="2020-10-28T06:46:32.188+00:00"/>
    <source value="#wQljkQkoByiF3DXi"/>
    <profile
             value="http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-condition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <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-pertussis</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">14</div>
                                </td>
                            </tr>
                            <tr>
                                <td style="font-weight: bold">lastUpdated</td>
                                <td>
                                    <div title="lastUpdated">2019-10-10T21:14:56.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">Encounter Diagnosis</div>  (
                                        
                                        <div title="code">encounter-diagnosis</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">Pertussis (disorder)</div>  (
                                        
                                        <div title="code">27836007</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="encounter-diagnosis"/>
      <display value="Encounter Diagnosis"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="27836007"/>
      <display value="Pertussis (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>