This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

2.3.1 Clinical Document Architecture (CDA) on FHIR

2.3.1.1 What is CDA on FHIR?

CDA on FHIR specifies how to implement CDA R2 with the FHIR Composition resource.
The original HL7 Clinical Document Architecture (CDA) defined the structure and semantics of "clinical documents" for the purpose of exchange. A clinical document is a documentation of clinical observations and services, with the following characteristics:

A CDA document on FHIR is a defined and complete information object that can include text, images, sounds, and other multimedia content.

2.3.1.2 Scope of the CDA on FHIR

The scope of CDA on FHIR is the standardization of clinical documents for exchange.

The data format of clinical documents outside of the exchange context (e.g., the data format used to store clinical documents) is not addressed in this specification.

CDA on FHIR does not specify the creation or management of documents, only their exchange markup. While it may be possible to directly use the CDA Schema in a document authoring environment, such use is not the primary purpose of the CDA specification.

Document management is critically interdependent with the CDA specifications, but the specification of document management messages is outside the scope of the CDA.

2.3.1.3 Goals and Design Principles

The goals of the CDA on FHIR are:

A number of design principles follow from consideration of the above goals:

2.3.1 General CDA on FHIR Concepts

2.3.1.1 Major Components of a CDA on FHIR Document

This section serves as a high-level introduction to the major components of a CDA document, all of which are described again and in greater detail later on. The intent here is to familiarize the reader with the high-level concepts to facilitate an understanding of the sections that follow. [EDITORS: in CDA r2 there is a bunch of detail about how CDA is wrapped - and an example. Consider whether the discussion is relevant here: "A CDA document is wrapped by the <ClinicalDocument> element, and contains a header..."]

2.3.1.2 Human Readability and Rendering CDA Documents

The CDA requirement for human readability guarantees that a receiver of a CDA document can algorithmically display the clinical content of the note on a standard Web browser.

These principles and requirements have led to the current approach, where the material to be rendered is placed into the Section.content...[EDITORS: current design doesn't make it clear where to consistently find narrative]

2.3.1.3 EDITORS CONTINUE FROM HERE (SDC IG COPIED BELOW)

The SDC FHIR Implementation Guide is built on top of the HL7 FHIR standard. It makes use of the following resources:

Additional resources such as Patient , Practitioner , Provenance , AuditEvent and others are likely to be used in SDC solutions, though no SDC-specific profiles have been created for them. As well, basic aspects of the FHIR protocol, including RESTful operations , data types , search , etc. also apply.

The SDC specification consists of the following components:

2.3.1.4 Pre-population service

The Questionnaire resource defines a custom operation called populate . This operation supports generating a "blank" QuestionnaireAnswers instance based on a specified Questionnaire . It also allows for the returned questionnaire to be partially or even fully completed based on data passed in to the operation or data already available to the server on which the operation is invoked.

For SDC purposes, server systems claiming to support roles that require support for the populate operation ( SDC Form Manager ) SHALL, at minimum:

Similarly, client systems claiming to support the populate operation ( SDC Form Filler ) SHALL, at a minimum:

IMPORTANT:

Not all DataElements will be appropriate or safe to reference in a Questionnaire. It is important that the definition associated with the data element fully reflects the context of the question in the questionnaire. For example, "gender" would not be a safe data element because it would not be clear whether the gender was that of the patient or a fetus of the patient. It must be clear from the data element definition exactly what piece of information should be extracted from a source system, CCDA document or other data source. (Inclusion of mappings to specifications such as CCDA is recommended practice whenever possible.)