Nictiz FHIR NL R4 Zib2020
0.9.0 - CI Build

Nictiz FHIR NL R4 Zib2020 - Local Development build (v0.9.0). See the Directory of published versions

Resource Profile: zib MedicationContraIndication ( Abstract )

Official URL: http://nictiz.nl/fhir/StructureDefinition/zib-MedicationContraIndication Version: 0.9.0
Draft as of 2023-10-17 Computable Name: ZibMedicationContraIndication

Copyright/Legal: Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.

A contraindication (CI) for medication safety is a condition or characteristic of a patient where healthcare professionals are not allowed to subscribe certain medicines, or only under certain conditions.

This Flag resource represents the Dutch zib (‘Zorginformatiebouwsteen’, i.e. Health and Care Information Model) MedicationContraIndication v1.0 (2020).

Usage:

Formal Views of Profile Content

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

This structure is derived from Flag

NameFlagsCard.TypeDescription & Constraintsdoco
.. Flag 0..*FlagThis is an abstract profile. Child profiles: NlcoreMedicationContraIndication
MedicationContraIndication
... comment 0..1stringOptional Extensions Element
URL: http://nictiz.nl/fhir/StructureDefinition/ext-Comment
.... value[x] 0..1stringComment
... reasonClosure 0..1stringOptional Extensions Element
URL: http://nictiz.nl/fhir/StructureDefinition/ext-MedicationContraIndication.ReasonClosure
... status 1..1codeactive | inactive | entered-in-error
.... category:medicationContraIndication 1..1CodeableConceptClinical, administrative, etc.
Required Pattern: At least the following
..... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
...... system1..1uriIdentity of the terminology system
Fixed Value: http://snomed.info/sct
...... code1..1codeSymbol in syntax defined by the system
Fixed Value: 140401000146105
... code 1..1CodeableConceptMedicationContraIndicationName
Binding: http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.9.14.1--20200901000000 (required)
... period
.... start 0..1dateTimeStartDate
.... end 0..1dateTimeEndDate
... author 0..1PatternZibHealthProfessionalReference(Device | Organization | Patient | Practitioner | PractitionerRole | zib HealthProfessional PractitionerRole)Reporter

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSet
Flag.coderequiredhttp://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.9.14.1--20200901000000
NameFlagsCard.TypeDescription & Constraintsdoco
.. Flag 0..*FlagThis is an abstract profile. Child profiles: NlcoreMedicationContraIndication
MedicationContraIndication
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... comment 0..1stringOptional Extensions Element
URL: http://nictiz.nl/fhir/StructureDefinition/ext-Comment
.... url 1..1uri"http://nictiz.nl/fhir/StructureDefinition/ext-Comment"
.... value[x] 0..1stringComment
... reasonClosure 0..1stringOptional Extensions Element
URL: http://nictiz.nl/fhir/StructureDefinition/ext-MedicationContraIndication.ReasonClosure
... status ?!Σ1..1codeactive | inactive | entered-in-error
Binding: FlagStatus (required): Indicates whether this flag is active and needs to be displayed to a user, or whether it is no longer needed or was entered in error.

... Slices for category Σ1..*CodeableConceptClinical, administrative, etc.
Slice: Unordered, Open by value:$this
Binding: FlagCategory (example): A general category for flags for filtering/display purposes.


.... category:medicationContraIndication Σ1..1CodeableConceptClinical, administrative, etc.
Binding: FlagCategory (example): A general category for flags for filtering/display purposes.



Required Pattern: At least the following
..... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
...... system1..1uriIdentity of the terminology system
Fixed Value: http://snomed.info/sct
...... code1..1codeSymbol in syntax defined by the system
Fixed Value: 140401000146105
... code Σ1..1CodeableConceptMedicationContraIndicationName
Binding: http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.9.14.1--20200901000000 (required)
... subject Σ1..1Reference(Patient | Location | Group | Organization | Practitioner | PlanDefinition | Medication | Procedure)Who/What is flag about?
... author Σ0..1PatternZibHealthProfessionalReference(Device | Organization | Patient | Practitioner | PractitionerRole | zib HealthProfessional PractitionerRole)Reporter

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
Flag.statusrequiredFlagStatus
Flag.categoryexampleFlagCategory
Flag.category:medicationContraIndicationexamplePattern: SNOMED CT code 140401000146105
Flag.coderequiredhttp://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.9.14.1--20200901000000

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorFlagIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorFlagIf 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-4errorFlagIf 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-5errorFlagIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceFlagA 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()
NameFlagsCard.TypeDescription & Constraintsdoco
.. Flag 0..*FlagThis is an abstract profile. Child profiles: NlcoreMedicationContraIndication
MedicationContraIndication
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... 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
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... comment 0..1stringOptional Extensions Element
URL: http://nictiz.nl/fhir/StructureDefinition/ext-Comment
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... url 1..1uri"http://nictiz.nl/fhir/StructureDefinition/ext-Comment"
.... value[x] 0..1stringComment
... reasonClosure 0..1stringOptional Extensions Element
URL: http://nictiz.nl/fhir/StructureDefinition/ext-MedicationContraIndication.ReasonClosure
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier Σ0..*IdentifierBusiness identifier
... status ?!Σ1..1codeactive | inactive | entered-in-error
Binding: FlagStatus (required): Indicates whether this flag is active and needs to be displayed to a user, or whether it is no longer needed or was entered in error.

... Slices for category Σ1..*CodeableConceptClinical, administrative, etc.
Slice: Unordered, Open by value:$this
Binding: FlagCategory (example): A general category for flags for filtering/display purposes.


.... category:medicationContraIndication Σ1..1CodeableConceptClinical, administrative, etc.
Binding: FlagCategory (example): A general category for flags for filtering/display purposes.



Required Pattern: At least the following
..... id0..1stringUnique id for inter-element referencing
..... extension0..*ExtensionAdditional content defined by implementations
..... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
...... id0..1stringUnique id for inter-element referencing
...... extension0..*ExtensionAdditional content defined by implementations
...... system1..1uriIdentity of the terminology system
Fixed Value: http://snomed.info/sct
...... version0..1stringVersion of the system - if relevant
...... code1..1codeSymbol in syntax defined by the system
Fixed Value: 140401000146105
...... display0..1stringRepresentation defined by the system
...... userSelected0..1booleanIf this coding was chosen directly by the user
..... text0..1stringPlain text representation of the concept
... code Σ1..1CodeableConceptMedicationContraIndicationName
Binding: http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.9.14.1--20200901000000 (required)
... subject Σ1..1Reference(Patient | Location | Group | Organization | Practitioner | PlanDefinition | Medication | Procedure)Who/What is flag about?
... period Σ0..1PeriodTime period when flag is active
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... start ΣC0..1dateTimeStartDate
.... end ΣC0..1dateTimeEndDate
... encounter Σ0..1Reference(Encounter)Alert relevant during encounter
... author Σ0..1PatternZibHealthProfessionalReference(Device | Organization | Patient | Practitioner | PractitionerRole | zib HealthProfessional PractitionerRole)Reporter

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
Flag.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
Flag.statusrequiredFlagStatus
Flag.categoryexampleFlagCategory
Flag.category:medicationContraIndicationexamplePattern: SNOMED CT code 140401000146105
Flag.coderequiredhttp://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.9.14.1--20200901000000

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorFlagIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorFlagIf 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-4errorFlagIf 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-5errorFlagIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceFlagA 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()

This structure is derived from Flag

Summary

Mandatory: 2 elements

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

Slices

This structure defines the following Slices:

  • The element Flag.category is sliced based on the value of value:$this

Differential View

This structure is derived from Flag

NameFlagsCard.TypeDescription & Constraintsdoco
.. Flag 0..*FlagThis is an abstract profile. Child profiles: NlcoreMedicationContraIndication
MedicationContraIndication
... comment 0..1stringOptional Extensions Element
URL: http://nictiz.nl/fhir/StructureDefinition/ext-Comment
.... value[x] 0..1stringComment
... reasonClosure 0..1stringOptional Extensions Element
URL: http://nictiz.nl/fhir/StructureDefinition/ext-MedicationContraIndication.ReasonClosure
... status 1..1codeactive | inactive | entered-in-error
.... category:medicationContraIndication 1..1CodeableConceptClinical, administrative, etc.
Required Pattern: At least the following
..... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
...... system1..1uriIdentity of the terminology system
Fixed Value: http://snomed.info/sct
...... code1..1codeSymbol in syntax defined by the system
Fixed Value: 140401000146105
... code 1..1CodeableConceptMedicationContraIndicationName
Binding: http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.9.14.1--20200901000000 (required)
... period
.... start 0..1dateTimeStartDate
.... end 0..1dateTimeEndDate
... author 0..1PatternZibHealthProfessionalReference(Device | Organization | Patient | Practitioner | PractitionerRole | zib HealthProfessional PractitionerRole)Reporter

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSet
Flag.coderequiredhttp://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.9.14.1--20200901000000

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Flag 0..*FlagThis is an abstract profile. Child profiles: NlcoreMedicationContraIndication
MedicationContraIndication
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... comment 0..1stringOptional Extensions Element
URL: http://nictiz.nl/fhir/StructureDefinition/ext-Comment
.... url 1..1uri"http://nictiz.nl/fhir/StructureDefinition/ext-Comment"
.... value[x] 0..1stringComment
... reasonClosure 0..1stringOptional Extensions Element
URL: http://nictiz.nl/fhir/StructureDefinition/ext-MedicationContraIndication.ReasonClosure
... status ?!Σ1..1codeactive | inactive | entered-in-error
Binding: FlagStatus (required): Indicates whether this flag is active and needs to be displayed to a user, or whether it is no longer needed or was entered in error.

... Slices for category Σ1..*CodeableConceptClinical, administrative, etc.
Slice: Unordered, Open by value:$this
Binding: FlagCategory (example): A general category for flags for filtering/display purposes.


.... category:medicationContraIndication Σ1..1CodeableConceptClinical, administrative, etc.
Binding: FlagCategory (example): A general category for flags for filtering/display purposes.



Required Pattern: At least the following
..... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
...... system1..1uriIdentity of the terminology system
Fixed Value: http://snomed.info/sct
...... code1..1codeSymbol in syntax defined by the system
Fixed Value: 140401000146105
... code Σ1..1CodeableConceptMedicationContraIndicationName
Binding: http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.9.14.1--20200901000000 (required)
... subject Σ1..1Reference(Patient | Location | Group | Organization | Practitioner | PlanDefinition | Medication | Procedure)Who/What is flag about?
... author Σ0..1PatternZibHealthProfessionalReference(Device | Organization | Patient | Practitioner | PractitionerRole | zib HealthProfessional PractitionerRole)Reporter

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
Flag.statusrequiredFlagStatus
Flag.categoryexampleFlagCategory
Flag.category:medicationContraIndicationexamplePattern: SNOMED CT code 140401000146105
Flag.coderequiredhttp://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.9.14.1--20200901000000

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorFlagIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorFlagIf 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-4errorFlagIf 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-5errorFlagIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceFlagA 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()

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Flag 0..*FlagThis is an abstract profile. Child profiles: NlcoreMedicationContraIndication
MedicationContraIndication
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... 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
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... comment 0..1stringOptional Extensions Element
URL: http://nictiz.nl/fhir/StructureDefinition/ext-Comment
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... url 1..1uri"http://nictiz.nl/fhir/StructureDefinition/ext-Comment"
.... value[x] 0..1stringComment
... reasonClosure 0..1stringOptional Extensions Element
URL: http://nictiz.nl/fhir/StructureDefinition/ext-MedicationContraIndication.ReasonClosure
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier Σ0..*IdentifierBusiness identifier
... status ?!Σ1..1codeactive | inactive | entered-in-error
Binding: FlagStatus (required): Indicates whether this flag is active and needs to be displayed to a user, or whether it is no longer needed or was entered in error.

... Slices for category Σ1..*CodeableConceptClinical, administrative, etc.
Slice: Unordered, Open by value:$this
Binding: FlagCategory (example): A general category for flags for filtering/display purposes.


.... category:medicationContraIndication Σ1..1CodeableConceptClinical, administrative, etc.
Binding: FlagCategory (example): A general category for flags for filtering/display purposes.



Required Pattern: At least the following
..... id0..1stringUnique id for inter-element referencing
..... extension0..*ExtensionAdditional content defined by implementations
..... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
...... id0..1stringUnique id for inter-element referencing
...... extension0..*ExtensionAdditional content defined by implementations
...... system1..1uriIdentity of the terminology system
Fixed Value: http://snomed.info/sct
...... version0..1stringVersion of the system - if relevant
...... code1..1codeSymbol in syntax defined by the system
Fixed Value: 140401000146105
...... display0..1stringRepresentation defined by the system
...... userSelected0..1booleanIf this coding was chosen directly by the user
..... text0..1stringPlain text representation of the concept
... code Σ1..1CodeableConceptMedicationContraIndicationName
Binding: http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.9.14.1--20200901000000 (required)
... subject Σ1..1Reference(Patient | Location | Group | Organization | Practitioner | PlanDefinition | Medication | Procedure)Who/What is flag about?
... period Σ0..1PeriodTime period when flag is active
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... start ΣC0..1dateTimeStartDate
.... end ΣC0..1dateTimeEndDate
... encounter Σ0..1Reference(Encounter)Alert relevant during encounter
... author Σ0..1PatternZibHealthProfessionalReference(Device | Organization | Patient | Practitioner | PractitionerRole | zib HealthProfessional PractitionerRole)Reporter

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
Flag.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
Flag.statusrequiredFlagStatus
Flag.categoryexampleFlagCategory
Flag.category:medicationContraIndicationexamplePattern: SNOMED CT code 140401000146105
Flag.coderequiredhttp://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.9.14.1--20200901000000

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorFlagIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorFlagIf 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-4errorFlagIf 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-5errorFlagIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceFlagA 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()

This structure is derived from Flag

Summary

Mandatory: 2 elements

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

Slices

This structure defines the following Slices:

  • The element Flag.category is sliced based on the value of value:$this

 

Other representations of profile: CSV, Excel, Schematron