US Core Implementation Guide
7.0.0-ballot - Ballot United States of America flag

This page is part of the US Core (v7.0.0-ballot: STU7 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.1.0. For a full list of available versions, see the Directory of published versions

: Discharge Summary Example - XML Representation

Page standards status: Informative

Raw xml | Download



<DocumentReference xmlns="http://hl7.org/fhir">
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference|7.0.0-ballot"/>
  </meta>
  <status value="current"/>
  <type>
    <coding>
      <system value="http://loinc.org"/>
      <code value="18842-5"/>
      <display value="Discharge Summary"/>
    </coding>
    <text value="Discharge Summary"/>
  </type>
  <category>
    <coding>
      <system
              value="http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category"/>
      <code value="clinical-note"/>
      <display value="Clinical Note"/>
    </coding>
    <text value="Clinical No"/>
  </category>
  <subject>🔗 
    <reference value="Patient/example"/>
  </subject>
  <content>
    <attachment>
      <contentType value="text/plain"/>
      <data
            value="Tm8gYWN0aXZpdHkgcmVzdHJpY3Rpb24sIHJlZ3VsYXIgZGlldCwgZm9sbG93IHVwIGluIHR3byB0byB0aHJlZSB3ZWVrcyB3aXRoIHByaW1hcnkgY2FyZSBwcm92aWRlci4="/>
    </attachment>
  </content>
  <context>
    <encounter>🔗 
      <reference value="Encounter/example-1"/>
    </encounter>
  </context>
</DocumentReference>