US Core Implementation Guide
8.0.0 - STU 8 United States of America flag

This page is part of the US Core (v8.0.0: STU8) 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. Page versions: R8 R7 R6 R5

: Encounter Diagnosis Example 1 - XML Representation

Page standards status: Informative

Raw xml | Download


<Condition xmlns="http://hl7.org/fhir">
  <id value="encounter-diagnosis-example1"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-encounter-diagnosis|8.0.0"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition encounter-diagnosis-example1</b></p><a name="encounter-diagnosis-example1"> </a><a name="hcencounter-diagnosis-example1"> </a><a name="encounter-diagnosis-example1-en-US"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-us-core-condition-encounter-diagnosis.html">US Core Condition Encounter Diagnosis Profileversion: null8.0.0)</a></p></div><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}">Encounter Diagnosis</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 39065001}, {http://hl7.org/fhir/sid/icd-10-cm T20.21}">Burnt Ear</span></p><p><b>subject</b>: <a href="Patient-example.html">Amy Shaw</a></p><p><b>encounter</b>: <a href="Encounter-example-1.html">Encounter: extension = Yes (qualifier value) (SNOMED CT#373066001); status = finished; class = ambulatory (ActCode#AMB); type = Office or other outpatient visit for the evaluation and management of an established patient that may not require the presence of a physician or other qualified health care professional; period = 2015-11-01 17:00:14-0500 --&gt; 2015-11-01 18:00:14-0500</a></p><p><b>recordedDate</b>: 2015-11-01</p><p><b>recorder</b>: <a href="Practitioner-practitioner-1.html">Dr Ronald Bone</a></p></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"/>
      <version value="http://snomed.info/sct/731000124108"/>
      <code value="39065001"/>
      <display value="Burn of ear"/>
    </coding>
    <coding>
      <system value="http://hl7.org/fhir/sid/icd-10-cm"/>
      <code value="T20.21"/>
      <display
               value="Burn of second degree of ear [any part, except ear drum]"/>
    </coding>
    <text value="Burnt Ear"/>
  </code>
  <subject>🔗 
    <reference value="Patient/example"/>
    <display value="Amy Shaw"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/example-1"/>
  </encounter>
  <recordedDate value="2015-11-01"/>
  <recorder>🔗 
    <reference value="Practitioner/practitioner-1"/>
    <display value="Dr Ronald Bone"/>
  </recorder>
</Condition>