Composition
A Composition represents journal note / textual description of actions made in the response centre or by the health care worker.
Usage of profile attributes
The Composition profile contains two main elements; events and sections.
Events contain structured, timestamped information describing important events.
Sections contain textual descriptions and are used for additional, and normaly manually registered, information.
The following table summarizes the Composition fields that are important for use in the VKP APIs when sending information to VKP. For complete documentation, see VkpComposition.
Field | Description |
---|---|
Status | Fixed value: 'final'. CompositionStatus according to http://hl7.org/fhir/ValueSet/composition-status |
type | Fixed value: LOINC 34133-9, "Summarization of episode note“ |
subject | Reference to the patient this composition is about: Birth number and name. |
category | Type of note, see vkp-composition-category-v090.codesystem. |
date | Date/timestamp when the composition was saved in the VFT-solution. |
author | The health care professional that handled the case. Can be a response center operator or a municipal employee. Birth number (or other unique ID from the system) and name. |
title | Fixed value: "Journalnotat for respons på hendelse“ |
event | List of structured, timestamped information describing the main events/steps of the handling of the case |
event.code | Code describing the event type according to vkp-composition-event-v090.codesystem |
event.period.start | Timestamp of the event |
section | List of textual descriptions. |
section.code | type of section, see vkp-composition-section-v090.codesystem. |
section.title | Title descring the type of this section. Titles are standardized – see table below. |
section.text.status | Fixed value: "additional" |
section.text.div | HTML content |
section.entry | Reference to a resource that is referenced in this section. Used when describing the follow-up of alerts, a a reference to DetectedIssue. |