Release 5 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v5.0.0: R5 - STU ). This is the current published version in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). For a full list of available versions, see times).
See the Directory of published versions icon . Page versions: R5 R4B R4 R3 R2

Maturity Level : Normative
Responsible Owner: FHIR Infrastructure icon Work Group Standards Status : Normative
Definition

A human-readable summary of the resource conveying the essential clinical and business information for the resource.

Short Display Human-readable summary of the resource (essential clinical and business information)
Cardinality 0..*
Type DataType
Definition

The status of the narrative - whether it's entirely generated (from just the defined data or the extensions too), or whether a human authored it and it may contain additional data.

Short Display generated | extensions | additional | empty
Cardinality 1..1
Terminology Binding NarrativeStatus ( Required )
Type code
Definition

The actual narrative content, a stripped down version of XHTML.

Short Display Limited xhtml content
Cardinality 1..1
Type xhtml
Comments

The contents of the html element are an XHTML fragment containing only the basic html formatting elements described in chapters 7-11 and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained stylesheets. The XHTML content SHALL NOT contain a head, a body, external stylesheet references, scripts, forms, base/link/xlink, frames, iframes and objects.

Invariants Constraints
Defined on this element
txt-1 Rule The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained style attributes htmlChecks() txt-2 Rule The narrative attributes, and SHALL have contain some non-whitespace content characters htmlChecks()