A DocumentReference which is used to point to a Document that contains information supporting an Appointment.

Introduction

This resource is contained within the Appointment, it is also described in the description of the Appointment resource.

References to FHIR Profiles

A contained DocumentReference resource which conforms to CareConnect-DocumentReference-1 profile. This resource is referenced in the appointment’s supportingInformation element, it describes the type and identifier(s) of any supporting information, for example a CDA document which is transferred separately.

The DocumentReference resource MUST include the following data items:

Key FHIR Elements

Name Value Description
id Any An id which is unique within the containing Appointment resource.
identifier see below Identifies the supporting information (e.g. CDA document).
identifier.system https://tools.ietf.org/html/rfc4122 Indicates that the associated value is a UUID.
identifier.value string The UUID of the associated document.
status “current” Indicates that the associated document is current. No other value is expected.
type A value from urn:oid:2.16.840.1.113883.2.1.3.2.4.18.17 Indicates the type of document.
content see below Describes the actual document.
content.attachment Describes the actual document.  
content.attachment.contentType A valid mime type Indicates the mime type of the document.
content.attachment.language en States that the document is in English.