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

US Core Implementation Guide, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 8.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/US-Core/ and changes regularly. See the Directory of published versions

: Encounter Diagnosis Example 2 - XML Representation

Page standards status: Informative

Raw xml | Download


<Condition xmlns="http://hl7.org/fhir">
  <id value="encounter-diagnosis-example2"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="Encounter Diagnosis Example 2"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown
                     value="This example of a US Core Condition Encounter Diagnosis Profile illustrates its use to capture information about a patient's encounter diagnosis."/>
    </extension>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-encounter-diagnosis"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition encounter-diagnosis-example2</b></p><a name="encounter-diagnosis-example2"> </a><a name="hcencounter-diagnosis-example2"> </a><a name="encounter-diagnosis-example2-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 Profile</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 442311008}, {http://hl7.org/fhir/sid/icd-10-cm Z38.00}">Single live birth, born in hospital</span></p><p><b>subject</b>: <a href="Patient-example.html">Amy V. Shaw</a></p><p><b>encounter</b>: <a href="Encounter-delivery.html">Encounter: status = finished; class = inpatient encounter (ActCode#IMP); type = Normal delivery procedure (procedure)</a></p><p><b>recordedDate</b>: 2016-08-10 07:15:07-0800</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>
    <text value="Encounter Diagnosis"/>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <version value="http://snomed.info/sct/731000124108"/>
      <code value="442311008"/>
      <display value="Liveborn born in hospital"/>
    </coding>
    <coding>
      <system value="http://hl7.org/fhir/sid/icd-10-cm"/>
      <code value="Z38.00"/>
      <display value="Single liveborn infant, delivered vaginally"/>
    </coding>
    <text value="Single live birth, born in hospital"/>
  </code>
  <subject>🔗 
    <reference value="Patient/example"/>
    <display value="Amy V. Shaw"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/delivery"/>
  </encounter>
  <recordedDate value="2016-08-10T07:15:07-08:00"/>
  <recorder>🔗 
    <reference value="Practitioner/practitioner-1"/>
    <display value="Dr Ronald Bone"/>
  </recorder>
</Condition>