UCSDI5 Sandbox
0.0.0 - CI Build United States of America flag

UCSDI5 Sandbox - Local Development build (v0.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Docref Example 1 - XML Representation

Raw xml | Download


<Bundle xmlns="http://hl7.org/fhir">
  <id value="docref-example-1"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="Docref Example 1"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown
                     value="This bundle is a the response to a $docref operation and contains an example *US Core DocumentReference*.  It is used in [Example 1: Request the latest CCD](StructureDefinition-us-core-documentreference.html#mandatory-operation)."/>
    </extension>
  </meta>
  <type value="searchset"/>
  <total value="1"/>
  <link>
    <relation value="self"/>
    <url value="http://example.org/DocumentReference/$docref?patient=123"/>
  </link>
  <entry>
    <fullUrl value="http://example.org/DocumentReference/ccd123"/>
    <resource>
      <DocumentReference>
        <id value="ccd123"/>
        <meta>
          <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"><a name="DocumentReference_ccd123"> </a><p class="res-header-id"><b>Generated Narrative: DocumentReference ccd123</b></p><a name="ccd123"> </a><a name="hcccd123"> </a><a name="ccd123-en-US"> </a><p><b>identifier</b>: <code>urn:ietf:rfc:3986</code>/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</a></p><p><b>date</b>: 2016-03-09 15:29:46+0000</p><p><b>author</b>: <a href="https://simplifier.net/resolve?scope=hl7.fhir.us.core.3.1.1@3.1.1&amp;canonical=http://hl7.org/fhir/us/core/Practitioner/practitioner-1">Ronald Bone, MD</a></p><p><b>description</b>: Pulmonology clinic acute visit</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class="grid"><tr><td style="display: none">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Title</b></td></tr><tr><td style="display: none">*</td><td>text/plain</td><td><a href="https://simplifier.net/resolve?scope=hl7.fhir.us.core.3.1.1@3.1.1&amp;canonical=http://hl7.org/fhir/us/core/Binary/1-note">Binary/1-note</a></td><td>Uri where the data can be found: http://example.org/Binary/1-note</td></tr></table><p><b>format</b>: <a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-HL7DocumentFormatCodes.html#v3-HL7DocumentFormatCodes-urn.58hl7-org.58sdwg.58ccda-structuredBody.582.461">HL7 Document Format Codes urn:hl7-org:sdwg:ccda-structuredBody:2.1</a>: ccda-structuredBody:2.1</p></blockquote><h3>Contexts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Period</b></td></tr><tr><td style="display: none">*</td><td>2004-12-23 08:00:00+1100 --&gt; 2004-12-23 08:01:00+1100</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: http://example.org/Binary/1-note"/>
          </attachment>
          <format>
            <system
                    value="http://terminology.hl7.org/CodeSystem/v3-HL7DocumentFormatCodes"/>
            <code value="urn:hl7-org:sdwg:ccda-structuredBody:2.1"/>
            <display value="ccda-structuredBody:2.1"/>
          </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>
    </resource>
    <search>
      <mode value="match"/>
    </search>
  </entry>
</Bundle>