US Core Implementation Guide
4.0.0 - STU4 Release

This page is part of the US Core (v4.0.0: STU4) based on FHIR R4. The current version which supercedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions

: Episode Summary Example - XML Representation

Raw xml | Download



<DocumentReference xmlns="http://hl7.org/fhir">
  <id value="episode-summary"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="Episode Summary Example"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown
                     value="This is a episode summary example for the *US Core DocumentReference Profile*."/>
    </extension>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: urn:oid:2.16.840.1.113883.19.5.99999.1</p><p><b>status</b>: current</p><p><b>type</b>: <span title="Codes: {http://loinc.org 34133-9}">CCD Document</span></p><p><b>category</b>: <span title="Codes: {http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category clinical-note}">Clinical Note</span></p><p><b>subject</b>: <a href="Patient-example.html">Amy Shaw. Generated Summary: Medical Record Number: 1032702 (USUAL); active; Amy V. Shaw , Amy V. Baxter ; Phone: 555-555-5555, amy.shaw@example.com; gender: female; birthDate: 1987-02-20</a></p><p><b>date</b>: Mar 9, 2016 3:29:46 PM</p><p><b>author</b>: <a href="Practitioner-practitioner-1.html">Ronald Bone, MD. Generated Summary: id: 9941339108, id: 25456; Ronald Bone </a></p><p><b>description</b>: Pulmonology clinic acute visit</p><blockquote><p><b>content</b></p><p><b>format</b>: <span title="{urn:oid:1.3.6.1.4.1.19376.1.2.3 urn:hl7-org:sdwg:ccda-structuredBody:2.1}">Documents following C-CDA constraints using a structured body</span></p></blockquote><h3>Contexts</h3><table class="grid"><tr><td>-</td><td><b>Period</b></td></tr><tr><td>*</td><td>Dec 22, 2004 9:00:00 PM --&gt; Dec 22, 2004 9:01:00 PM</td></tr></table></div>
  </text>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.19.5.99999.1"/>
  </identifier>
  <status value="current"/>
  <type>
    <coding>
      <system value="http://loinc.org"/>
      <code value="34133-9"/>
      <display value="Summary of episode note"/>
    </coding>
    <text value="CCD Document"/>
  </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 Note"/>
  </category>
  <subject>
    <reference value="Patient/example"/>
    <display value="Amy Shaw"/>
  </subject>
  <date value="2016-03-09T15:29:46Z"/>
  <author>
    <reference value="Practitioner/practitioner-1"/>
    <display value="Ronald Bone, MD"/>
  </author>
  <description value="Pulmonology clinic acute visit"/>
  <content>
    <attachment>
      <contentType value="text/plain"/>
      <url value="/Binary/1-note"/>
      <title value="Uri where the data can be found: [base]/Binary/1-note"/>
    </attachment>
    <format>
      <system value="urn:oid:1.3.6.1.4.1.19376.1.2.3"/>
      <code value="urn:hl7-org:sdwg:ccda-structuredBody:2.1"/>
      <display
               value="Documents following C-CDA constraints using a structured body"/>
    </format>
  </content>
  <context>
    <period>
      <start value="2004-12-23T08:00:00+11:00"/>
      <end value="2004-12-23T08:01:00+11:00"/>
    </period>
  </context>
</DocumentReference>