This page is part of the US Core (v7.0.0: STU7) 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: STU6.1 STU6
<Bundle xmlns="http://hl7.org/fhir">
<id value="docref-example-1"/>
<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>
<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>