Narrative |
Definition | A human readable formatted text, including images |
Control | 1..1 |
RIM Mapping | N/A |
Narrative.status |
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 |
Control | 1..1 |
Type | code from NarrativeStatus |
Must Understand | true |
RIM Mapping | N/A |
Narrative.div |
Definition | The actual narrative content, a stripped down version of XHTML |
Control | 1..1 |
Type | xhtml |
Must Understand | true |
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 may not contain a head, a body, external stylesheet references, scripts, forms, base/link/xlink, frames, iframes, and objects. |
RIM Mapping | N/A |
Narrative.image |
Definition | An image referred to directly in the xhtml |
Control | 0..* |
Must Understand | true |
Requirements | Allows image content to be conveyed inline |
RIM Mapping | N/A |
Narrative.image.mimeType |
Definition | Mime type of image |
Control | 1..1 |
Type | code from MimeType |
Must Understand | true |
RIM Mapping | N/A |
Narrative.image.content |
Definition | base64 image data |
Control | 1..1 |
Type | base64Binary |
Must Understand | true |
RIM Mapping | N/A |
ResourceReference |
Definition | A reference from one resource to another |
Control | 1..1 |
RIM Mapping | N/A |
ResourceReference.type |
Definition | The name of one of the resource types defined in this specification to identify the type of the resource being referenced |
Control | 0..1 |
Type | code from ResourceType |
Must Understand | true |
Comments | Whether or not the type of the resource reference is fixed for a particular element, the reference includes the resource type |
RIM Mapping | N/A |
ResourceReference.id |
Definition | A literal URL that resolves to the location of the resource. The URL may be relative or absolute. Relative Ids contain the logical id of the resource. This reference is version independent - it points to the latest version of this resource |
Control | 0..1 |
Type | uri |
Must Understand | true |
Comments | Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach |
RIM Mapping | N/A |
ResourceReference.version |
Definition | A literal URL that resolves to the location of a particular version of the resource. The URL may be relative or absolute. Relative Ids contain the logical version id of the resource. |
Control | 0..1 |
Type | uri |
Comments | Version Specific references are generally used for audit trail purposes, or when building attested content. The uniqueness of the version id may be scoped by the logical id |
RIM Mapping | N/A |
ResourceReference.display |
Definition | Plain text narrative that identifies the resource in addition to the resource reference |
Control | 0..1 |
Type | string |
Comments | This is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it. |
RIM Mapping | N/A |