Medikationsplan 4 PLUS
0.1.0 - ci-build

Medikationsplan 4 PLUS - Local Development build (v0.1.0). See the Directory of published versions

Resource Profile: MedicationStatement List MP4+

Official URL: https://www.charite.de/fhir/medikationsplan/StructureDefinition/List Version: 0.1.0
Draft as of 2022-11-28 Computable Name: ListMP4P

Die Composition definiert die Struktur des Medikationsplans.

Usage:

  • Refer to this Resource Profile:
  • Examples for this Resource Profile: List/ExampleList

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from List

NameFlagsCard.TypeDescription & Constraintsdoco
.. List 0..*ListA list is a curated collection of resources
... id S0..1idLogical id of this artifact
... meta S0..1MetaMetadata about the resource
.... profile S0..*canonical(StructureDefinition)Profiles this resource claims to conform to
... language S0..1codeLanguage of the resource content
... status S1..1codecurrent | retired | entered-in-error
Fixed Value: current
... mode S1..1codeworking | snapshot | changes
Fixed Value: snapshot
... title 0..1stringZwischenüberschrift Titel (@c)
... code S0..1CodeableConceptWhat the purpose of this list is
Binding: KBV_BMP_Zwischenueberschrift_VS (required)
.... coding S1..*CodingCode defined by a terminology system
..... system S1..1uriIdentity of the terminology system
..... code S1..1codeSymbol in syntax defined by the system
.... text S0..1stringPlain text representation of the concept
... subject 0..0
... encounter 0..0
... date 0..0
... source 0..0
... orderedBy 0..0
... note 0..0
... entry S0..*BackboneElementEntries in the list
.... flag 0..0
.... deleted 0..0
.... date 0..0
.... item S1..1Reference(MedicationStatement MP4+ | Freitext MP4+)Actual entry
..... reference S1..1stringLiteral reference, Relative, internal or absolute URL
... emptyReason 0..0

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSet
List.coderequiredKBV_BMP_Zwischenueberschrift_VS (a valid code from KBV_BMP_Zwischenueberschrift_CS)
NameFlagsCard.TypeDescription & Constraintsdoco
.. List C0..*ListA list is a curated collection of resources
... id SΣ0..1idLogical id of this artifact
... meta SΣ0..1MetaMetadata about the resource
.... profile SΣ0..*canonical(StructureDefinition)Profiles this resource claims to conform to
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... status ?!SΣ1..1codecurrent | retired | entered-in-error
Binding: ListStatus (required): The current state of the list.


Fixed Value: current
... mode ?!SΣ1..1codeworking | snapshot | changes
Binding: ListMode (required): The processing mode that applies to this list.


Fixed Value: snapshot
... title Σ0..1stringZwischenüberschrift Titel (@c)
Example General: Dr. Jane's Patients
... code SΣ0..1CodeableConceptWhat the purpose of this list is
Binding: KBV_BMP_Zwischenueberschrift_VS (required)
.... coding SΣ1..*CodingCode defined by a terminology system
..... system SΣ1..1uriIdentity of the terminology system
..... code SΣ1..1codeSymbol in syntax defined by the system
.... text SΣ0..1stringPlain text representation of the concept
... entry SC0..*BackboneElementEntries in the list
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... item S1..1Reference(MedicationStatement MP4+ | Freitext MP4+)Actual entry
..... reference SΣC1..1stringLiteral reference, Relative, internal or absolute URL

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
List.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
List.statusrequiredFixed Value: current
List.moderequiredFixed Value: snapshot
List.coderequiredKBV_BMP_Zwischenueberschrift_VS (a valid code from KBV_BMP_Zwischenueberschrift_CS)

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorListIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorListIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorListIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorListIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceListA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
lst-1errorListA list can only have an emptyReason if it is empty
: emptyReason.empty() or entry.empty()
lst-2errorListThe deleted flag can only be used if the mode of the list is "changes"
: mode = 'changes' or entry.deleted.empty()
lst-3errorListAn entry date can only be used if the mode of the list is "working"
: mode = 'working' or entry.date.empty()
NameFlagsCard.TypeDescription & Constraintsdoco
.. List C0..*ListA list is a curated collection of resources
... id SΣ0..1idLogical id of this artifact
... meta SΣ0..1MetaMetadata about the resource
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... versionId Σ0..1idVersion specific identifier
.... lastUpdated Σ0..1instantWhen the resource version last changed
.... source Σ0..1uriIdentifies where the resource comes from
.... profile SΣ0..*canonical(StructureDefinition)Profiles this resource claims to conform to
.... security Σ0..*CodingSecurity Labels applied to this resource
Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System.


.... tag Σ0..*CodingTags applied to this resource
Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".


... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... status ?!SΣ1..1codecurrent | retired | entered-in-error
Binding: ListStatus (required): The current state of the list.


Fixed Value: current
... mode ?!SΣ1..1codeworking | snapshot | changes
Binding: ListMode (required): The processing mode that applies to this list.


Fixed Value: snapshot
... title Σ0..1stringZwischenüberschrift Titel (@c)
Example General: Dr. Jane's Patients
... code SΣ0..1CodeableConceptWhat the purpose of this list is
Binding: KBV_BMP_Zwischenueberschrift_VS (required)
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... coding SΣ1..*CodingCode defined by a terminology system
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... system SΣ1..1uriIdentity of the terminology system
..... version Σ0..1stringVersion of the system - if relevant
..... code SΣ1..1codeSymbol in syntax defined by the system
..... display Σ0..1stringRepresentation defined by the system
..... userSelected Σ0..1booleanIf this coding was chosen directly by the user
.... text SΣ0..1stringPlain text representation of the concept
... entry SC0..*BackboneElementEntries in the list
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... item S1..1Reference(MedicationStatement MP4+ | Freitext MP4+)Actual entry
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... reference SΣC1..1stringLiteral reference, Relative, internal or absolute URL
..... type Σ0..1uriType the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

..... identifier Σ0..1IdentifierLogical reference, when literal reference is not known
..... display Σ0..1stringText alternative for the resource

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
List.meta.securityextensibleAll Security Labels
List.meta.tagexampleCommonTags
List.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
List.statusrequiredFixed Value: current
List.moderequiredFixed Value: snapshot
List.coderequiredKBV_BMP_Zwischenueberschrift_VS (a valid code from KBV_BMP_Zwischenueberschrift_CS)
List.entry.item.typeextensibleResourceType

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from List

Summary

Mandatory: 0 element (4 nested mandatory elements)
Must-Support: 14 elements
Fixed Value: 2 elements
Prohibited: 11 elements

Structures

This structure refers to these other structures:

Differential View

This structure is derived from List

NameFlagsCard.TypeDescription & Constraintsdoco
.. List 0..*ListA list is a curated collection of resources
... id S0..1idLogical id of this artifact
... meta S0..1MetaMetadata about the resource
.... profile S0..*canonical(StructureDefinition)Profiles this resource claims to conform to
... language S0..1codeLanguage of the resource content
... status S1..1codecurrent | retired | entered-in-error
Fixed Value: current
... mode S1..1codeworking | snapshot | changes
Fixed Value: snapshot
... title 0..1stringZwischenüberschrift Titel (@c)
... code S0..1CodeableConceptWhat the purpose of this list is
Binding: KBV_BMP_Zwischenueberschrift_VS (required)
.... coding S1..*CodingCode defined by a terminology system
..... system S1..1uriIdentity of the terminology system
..... code S1..1codeSymbol in syntax defined by the system
.... text S0..1stringPlain text representation of the concept
... subject 0..0
... encounter 0..0
... date 0..0
... source 0..0
... orderedBy 0..0
... note 0..0
... entry S0..*BackboneElementEntries in the list
.... flag 0..0
.... deleted 0..0
.... date 0..0
.... item S1..1Reference(MedicationStatement MP4+ | Freitext MP4+)Actual entry
..... reference S1..1stringLiteral reference, Relative, internal or absolute URL
... emptyReason 0..0

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSet
List.coderequiredKBV_BMP_Zwischenueberschrift_VS (a valid code from KBV_BMP_Zwischenueberschrift_CS)

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. List C0..*ListA list is a curated collection of resources
... id SΣ0..1idLogical id of this artifact
... meta SΣ0..1MetaMetadata about the resource
.... profile SΣ0..*canonical(StructureDefinition)Profiles this resource claims to conform to
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... status ?!SΣ1..1codecurrent | retired | entered-in-error
Binding: ListStatus (required): The current state of the list.


Fixed Value: current
... mode ?!SΣ1..1codeworking | snapshot | changes
Binding: ListMode (required): The processing mode that applies to this list.


Fixed Value: snapshot
... title Σ0..1stringZwischenüberschrift Titel (@c)
Example General: Dr. Jane's Patients
... code SΣ0..1CodeableConceptWhat the purpose of this list is
Binding: KBV_BMP_Zwischenueberschrift_VS (required)
.... coding SΣ1..*CodingCode defined by a terminology system
..... system SΣ1..1uriIdentity of the terminology system
..... code SΣ1..1codeSymbol in syntax defined by the system
.... text SΣ0..1stringPlain text representation of the concept
... entry SC0..*BackboneElementEntries in the list
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... item S1..1Reference(MedicationStatement MP4+ | Freitext MP4+)Actual entry
..... reference SΣC1..1stringLiteral reference, Relative, internal or absolute URL

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
List.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
List.statusrequiredFixed Value: current
List.moderequiredFixed Value: snapshot
List.coderequiredKBV_BMP_Zwischenueberschrift_VS (a valid code from KBV_BMP_Zwischenueberschrift_CS)

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorListIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorListIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorListIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorListIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceListA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
lst-1errorListA list can only have an emptyReason if it is empty
: emptyReason.empty() or entry.empty()
lst-2errorListThe deleted flag can only be used if the mode of the list is "changes"
: mode = 'changes' or entry.deleted.empty()
lst-3errorListAn entry date can only be used if the mode of the list is "working"
: mode = 'working' or entry.date.empty()

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. List C0..*ListA list is a curated collection of resources
... id SΣ0..1idLogical id of this artifact
... meta SΣ0..1MetaMetadata about the resource
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... versionId Σ0..1idVersion specific identifier
.... lastUpdated Σ0..1instantWhen the resource version last changed
.... source Σ0..1uriIdentifies where the resource comes from
.... profile SΣ0..*canonical(StructureDefinition)Profiles this resource claims to conform to
.... security Σ0..*CodingSecurity Labels applied to this resource
Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System.


.... tag Σ0..*CodingTags applied to this resource
Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".


... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... status ?!SΣ1..1codecurrent | retired | entered-in-error
Binding: ListStatus (required): The current state of the list.


Fixed Value: current
... mode ?!SΣ1..1codeworking | snapshot | changes
Binding: ListMode (required): The processing mode that applies to this list.


Fixed Value: snapshot
... title Σ0..1stringZwischenüberschrift Titel (@c)
Example General: Dr. Jane's Patients
... code SΣ0..1CodeableConceptWhat the purpose of this list is
Binding: KBV_BMP_Zwischenueberschrift_VS (required)
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... coding SΣ1..*CodingCode defined by a terminology system
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... system SΣ1..1uriIdentity of the terminology system
..... version Σ0..1stringVersion of the system - if relevant
..... code SΣ1..1codeSymbol in syntax defined by the system
..... display Σ0..1stringRepresentation defined by the system
..... userSelected Σ0..1booleanIf this coding was chosen directly by the user
.... text SΣ0..1stringPlain text representation of the concept
... entry SC0..*BackboneElementEntries in the list
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... item S1..1Reference(MedicationStatement MP4+ | Freitext MP4+)Actual entry
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... reference SΣC1..1stringLiteral reference, Relative, internal or absolute URL
..... type Σ0..1uriType the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

..... identifier Σ0..1IdentifierLogical reference, when literal reference is not known
..... display Σ0..1stringText alternative for the resource

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
List.meta.securityextensibleAll Security Labels
List.meta.tagexampleCommonTags
List.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
List.statusrequiredFixed Value: current
List.moderequiredFixed Value: snapshot
List.coderequiredKBV_BMP_Zwischenueberschrift_VS (a valid code from KBV_BMP_Zwischenueberschrift_CS)
List.entry.item.typeextensibleResourceType

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from List

Summary

Mandatory: 0 element (4 nested mandatory elements)
Must-Support: 14 elements
Fixed Value: 2 elements
Prohibited: 11 elements

Structures

This structure refers to these other structures:

 

Other representations of profile: CSV, Excel, Schematron