HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.1.2 - STU 2 United States of America flag

This page is part of the electronic Case Reporting (eCR) (v2.1.2: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: eICR Condition example: Eve Everywoman- common cold - XML Representation

Raw xml | Download


<Condition xmlns="http://hl7.org/fhir">
  <id value="condition-eicr-eve-everywoman-common-cold"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-condition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition condition-eicr-eve-everywoman-common-cold</b></p><a name="condition-eicr-eve-everywoman-common-cold"> </a><a name="hccondition-eicr-eve-everywoman-common-cold"> </a><a name="condition-eicr-eve-everywoman-common-cold-en-US"> </a><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}">Problem List Item</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 82272006}">Common cold (disorder)</span></p><p><b>subject</b>: <a href="Patient-patient-ecr-eve-everywoman.html">Eve Everywoman</a></p><p><b>onset</b>: 2017-09-23</p><p><b>asserter</b>: <a href="Practitioner-practitioner-us-core-henry-seven.html">Henry Seven, MD</a></p></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>