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 CareTeam ( Abstract )

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

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 care team is a group of health professionals and other people involved in caring for a patient for one or more problems.

This CareTeam resource represents the Dutch zib (‘Zorginformatiebouwsteen’, i.e. Health and Care Information Model) CareTeam 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 CareTeam

NameFlagsCard.TypeDescription & Constraintsdoco
.. CareTeam 0..*CareTeamThis is an abstract profile. Child profiles: NlcoreCareTeam
CareTeam
... name 0..1stringCareTeamName
... Slices for participant 0..*BackboneElementMembers of the team
Slice: Unordered, Open by profile:member.resolve()
.... participant:contactPerson 0..1BackboneElementMembers of the team
..... member 1..1Reference(zib ContactPerson)CareTeamMember
.... participant:patient 0..1BackboneElementMembers of the team
..... member 1..1Reference(zib Patient)CareTeamMember
.... participant:healthcareProfessional 0..1BackboneElementMembers of the team
..... Slices for role 0..*CodeableConceptType of involvement
Slice: Unordered, Open by value:$this
...... role:healthProfessionalRole 0..1CodeableConceptHealthProfessionalRole
Binding: http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.1.5--20200901000000 (required)
..... member 1..1PatternZibHealthProfessionalReference(zib HealthProfessional PractitionerRole)CareTeamMember
... reasonReference 0..*Reference(Condition | zib Problem)Problem

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSet
CareTeam.participant:healthcareProfessional.role:healthProfessionalRolerequiredhttp://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.1.5--20200901000000
NameFlagsCard.TypeDescription & Constraintsdoco
.. CareTeam 0..*CareTeamThis is an abstract profile. Child profiles: NlcoreCareTeam
CareTeam
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... status ?!Σ0..1codeproposed | active | suspended | inactive | entered-in-error
Binding: CareTeamStatus (required): Indicates the status of the care team.

... Slices for participant C0..*BackboneElementMembers of the team
Slice: Unordered, Open by profile:member.resolve()
.... participant:All Slices Content/Rules for all slices
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... participant:contactPerson C0..1BackboneElementMembers of the team
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... member Σ1..1Reference(zib ContactPerson)CareTeamMember
.... participant:patient C0..1BackboneElementMembers of the team
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... member Σ1..1Reference(zib Patient)CareTeamMember
.... participant:healthcareProfessional C0..1BackboneElementMembers of the team
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... Slices for role Σ0..*CodeableConceptType of involvement
Slice: Unordered, Open by value:$this
Binding: ParticipantRoles (example): Indicates specific responsibility of an individual within the care team, such as "Primary physician", "Team coordinator", "Caregiver", etc.


...... role:healthProfessionalRole Σ0..1CodeableConceptHealthProfessionalRole
Binding: http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.1.5--20200901000000 (required)
..... member Σ1..1PatternZibHealthProfessionalReference(zib HealthProfessional PractitionerRole)CareTeamMember
... reasonReference 0..*Reference(Condition | zib Problem)Problem

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
CareTeam.statusrequiredCareTeamStatus
CareTeam.participant:healthcareProfessional.roleexampleParticipantRoles
CareTeam.participant:healthcareProfessional.role:healthProfessionalRolerequiredhttp://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.1.5--20200901000000

Constraints

IdGradePath(s)DetailsRequirements
ctm-1errorCareTeam.participant, CareTeam.participant:contactPerson, CareTeam.participant:patient, CareTeam.participant:healthcareProfessionalCareTeam.participant.onBehalfOf can only be populated when CareTeam.participant.member is a Practitioner
: onBehalfOf.exists() implies (member.resolve().iif(empty(), true, ofType(Practitioner).exists()))
dom-2errorCareTeamIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorCareTeamIf 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-4errorCareTeamIf 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-5errorCareTeamIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceCareTeamA 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
.. CareTeam 0..*CareTeamThis is an abstract profile. Child profiles: NlcoreCareTeam
CareTeam
... 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
... extension 0..*ExtensionAdditional content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier Σ0..*IdentifierExternal Ids for this team
... status ?!Σ0..1codeproposed | active | suspended | inactive | entered-in-error
Binding: CareTeamStatus (required): Indicates the status of the care team.

... category Σ0..*CodeableConceptType of team
Binding: CareTeamCategory (example): Indicates the type of care team.


... name Σ0..1stringCareTeamName
... subject Σ0..1Reference(Patient | Group)Who care team is for
... encounter Σ0..1Reference(Encounter)Encounter created as part of
... period Σ0..1PeriodTime period team covers
... Slices for participant C0..*BackboneElementMembers of the team
Slice: Unordered, Open by profile:member.resolve()
.... participant:All Slices Content/Rules for all slices
..... 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
..... role Σ0..*CodeableConceptType of involvement
Binding: ParticipantRoles (example): Indicates specific responsibility of an individual within the care team, such as "Primary physician", "Team coordinator", "Caregiver", etc.


..... member Σ0..1Reference(Practitioner | PractitionerRole | RelatedPerson | Patient | Organization | CareTeam)Who is involved
..... onBehalfOf Σ0..1Reference(Organization)Organization of the practitioner
..... period 0..1PeriodTime period of participant
.... participant:contactPerson C0..1BackboneElementMembers of the team
..... 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
..... role Σ0..*CodeableConceptType of involvement
Binding: ParticipantRoles (example): Indicates specific responsibility of an individual within the care team, such as "Primary physician", "Team coordinator", "Caregiver", etc.


..... member Σ1..1Reference(zib ContactPerson)CareTeamMember
..... onBehalfOf Σ0..1Reference(Organization)Organization of the practitioner
..... period 0..1PeriodTime period of participant
.... participant:patient C0..1BackboneElementMembers of the team
..... 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
..... role Σ0..*CodeableConceptType of involvement
Binding: ParticipantRoles (example): Indicates specific responsibility of an individual within the care team, such as "Primary physician", "Team coordinator", "Caregiver", etc.


..... member Σ1..1Reference(zib Patient)CareTeamMember
..... onBehalfOf Σ0..1Reference(Organization)Organization of the practitioner
..... period 0..1PeriodTime period of participant
.... participant:healthcareProfessional C0..1BackboneElementMembers of the team
..... 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
..... Slices for role Σ0..*CodeableConceptType of involvement
Slice: Unordered, Open by value:$this
Binding: ParticipantRoles (example): Indicates specific responsibility of an individual within the care team, such as "Primary physician", "Team coordinator", "Caregiver", etc.


...... role:healthProfessionalRole Σ0..1CodeableConceptHealthProfessionalRole
Binding: http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.1.5--20200901000000 (required)
..... member Σ1..1PatternZibHealthProfessionalReference(zib HealthProfessional PractitionerRole)CareTeamMember
..... onBehalfOf Σ0..1Reference(Organization)Organization of the practitioner
..... period 0..1PeriodTime period of participant
... reasonCode 0..*CodeableConceptWhy the care team exists
Binding: SNOMEDCTClinicalFindings (example): Indicates the reason for the care team.


... reasonReference 0..*Reference(Condition | zib Problem)Problem
... managingOrganization Σ0..*Reference(Organization)Organization responsible for the care team
... telecom 0..*ContactPointA contact detail for the care team (that applies to all members)
... note 0..*AnnotationComments made about the CareTeam

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
CareTeam.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
CareTeam.statusrequiredCareTeamStatus
CareTeam.categoryexampleCareTeamCategory
CareTeam.participant.roleexampleParticipantRoles
CareTeam.participant:contactPerson.roleexampleParticipantRoles
CareTeam.participant:patient.roleexampleParticipantRoles
CareTeam.participant:healthcareProfessional.roleexampleParticipantRoles
CareTeam.participant:healthcareProfessional.role:healthProfessionalRolerequiredhttp://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.1.5--20200901000000
CareTeam.reasonCodeexampleSNOMEDCTClinicalFindings

Constraints

IdGradePath(s)DetailsRequirements
ctm-1errorCareTeam.participant, CareTeam.participant:contactPerson, CareTeam.participant:patient, CareTeam.participant:healthcareProfessionalCareTeam.participant.onBehalfOf can only be populated when CareTeam.participant.member is a Practitioner
: onBehalfOf.exists() implies (member.resolve().iif(empty(), true, ofType(Practitioner).exists()))
dom-2errorCareTeamIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorCareTeamIf 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-4errorCareTeamIf 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-5errorCareTeamIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceCareTeamA 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 CareTeam

Summary

Mandatory: 0 element (3 nested mandatory elements)

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element CareTeam.participant is sliced based on the value of profile:member.resolve()
  • The element CareTeam.participant.role is sliced based on the value of value:$this

Differential View

This structure is derived from CareTeam

NameFlagsCard.TypeDescription & Constraintsdoco
.. CareTeam 0..*CareTeamThis is an abstract profile. Child profiles: NlcoreCareTeam
CareTeam
... name 0..1stringCareTeamName
... Slices for participant 0..*BackboneElementMembers of the team
Slice: Unordered, Open by profile:member.resolve()
.... participant:contactPerson 0..1BackboneElementMembers of the team
..... member 1..1Reference(zib ContactPerson)CareTeamMember
.... participant:patient 0..1BackboneElementMembers of the team
..... member 1..1Reference(zib Patient)CareTeamMember
.... participant:healthcareProfessional 0..1BackboneElementMembers of the team
..... Slices for role 0..*CodeableConceptType of involvement
Slice: Unordered, Open by value:$this
...... role:healthProfessionalRole 0..1CodeableConceptHealthProfessionalRole
Binding: http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.1.5--20200901000000 (required)
..... member 1..1PatternZibHealthProfessionalReference(zib HealthProfessional PractitionerRole)CareTeamMember
... reasonReference 0..*Reference(Condition | zib Problem)Problem

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSet
CareTeam.participant:healthcareProfessional.role:healthProfessionalRolerequiredhttp://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.1.5--20200901000000

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. CareTeam 0..*CareTeamThis is an abstract profile. Child profiles: NlcoreCareTeam
CareTeam
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... status ?!Σ0..1codeproposed | active | suspended | inactive | entered-in-error
Binding: CareTeamStatus (required): Indicates the status of the care team.

... Slices for participant C0..*BackboneElementMembers of the team
Slice: Unordered, Open by profile:member.resolve()
.... participant:All Slices Content/Rules for all slices
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... participant:contactPerson C0..1BackboneElementMembers of the team
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... member Σ1..1Reference(zib ContactPerson)CareTeamMember
.... participant:patient C0..1BackboneElementMembers of the team
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... member Σ1..1Reference(zib Patient)CareTeamMember
.... participant:healthcareProfessional C0..1BackboneElementMembers of the team
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... Slices for role Σ0..*CodeableConceptType of involvement
Slice: Unordered, Open by value:$this
Binding: ParticipantRoles (example): Indicates specific responsibility of an individual within the care team, such as "Primary physician", "Team coordinator", "Caregiver", etc.


...... role:healthProfessionalRole Σ0..1CodeableConceptHealthProfessionalRole
Binding: http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.1.5--20200901000000 (required)
..... member Σ1..1PatternZibHealthProfessionalReference(zib HealthProfessional PractitionerRole)CareTeamMember
... reasonReference 0..*Reference(Condition | zib Problem)Problem

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
CareTeam.statusrequiredCareTeamStatus
CareTeam.participant:healthcareProfessional.roleexampleParticipantRoles
CareTeam.participant:healthcareProfessional.role:healthProfessionalRolerequiredhttp://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.1.5--20200901000000

Constraints

IdGradePath(s)DetailsRequirements
ctm-1errorCareTeam.participant, CareTeam.participant:contactPerson, CareTeam.participant:patient, CareTeam.participant:healthcareProfessionalCareTeam.participant.onBehalfOf can only be populated when CareTeam.participant.member is a Practitioner
: onBehalfOf.exists() implies (member.resolve().iif(empty(), true, ofType(Practitioner).exists()))
dom-2errorCareTeamIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorCareTeamIf 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-4errorCareTeamIf 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-5errorCareTeamIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceCareTeamA 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
.. CareTeam 0..*CareTeamThis is an abstract profile. Child profiles: NlcoreCareTeam
CareTeam
... 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
... extension 0..*ExtensionAdditional content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier Σ0..*IdentifierExternal Ids for this team
... status ?!Σ0..1codeproposed | active | suspended | inactive | entered-in-error
Binding: CareTeamStatus (required): Indicates the status of the care team.

... category Σ0..*CodeableConceptType of team
Binding: CareTeamCategory (example): Indicates the type of care team.


... name Σ0..1stringCareTeamName
... subject Σ0..1Reference(Patient | Group)Who care team is for
... encounter Σ0..1Reference(Encounter)Encounter created as part of
... period Σ0..1PeriodTime period team covers
... Slices for participant C0..*BackboneElementMembers of the team
Slice: Unordered, Open by profile:member.resolve()
.... participant:All Slices Content/Rules for all slices
..... 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
..... role Σ0..*CodeableConceptType of involvement
Binding: ParticipantRoles (example): Indicates specific responsibility of an individual within the care team, such as "Primary physician", "Team coordinator", "Caregiver", etc.


..... member Σ0..1Reference(Practitioner | PractitionerRole | RelatedPerson | Patient | Organization | CareTeam)Who is involved
..... onBehalfOf Σ0..1Reference(Organization)Organization of the practitioner
..... period 0..1PeriodTime period of participant
.... participant:contactPerson C0..1BackboneElementMembers of the team
..... 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
..... role Σ0..*CodeableConceptType of involvement
Binding: ParticipantRoles (example): Indicates specific responsibility of an individual within the care team, such as "Primary physician", "Team coordinator", "Caregiver", etc.


..... member Σ1..1Reference(zib ContactPerson)CareTeamMember
..... onBehalfOf Σ0..1Reference(Organization)Organization of the practitioner
..... period 0..1PeriodTime period of participant
.... participant:patient C0..1BackboneElementMembers of the team
..... 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
..... role Σ0..*CodeableConceptType of involvement
Binding: ParticipantRoles (example): Indicates specific responsibility of an individual within the care team, such as "Primary physician", "Team coordinator", "Caregiver", etc.


..... member Σ1..1Reference(zib Patient)CareTeamMember
..... onBehalfOf Σ0..1Reference(Organization)Organization of the practitioner
..... period 0..1PeriodTime period of participant
.... participant:healthcareProfessional C0..1BackboneElementMembers of the team
..... 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
..... Slices for role Σ0..*CodeableConceptType of involvement
Slice: Unordered, Open by value:$this
Binding: ParticipantRoles (example): Indicates specific responsibility of an individual within the care team, such as "Primary physician", "Team coordinator", "Caregiver", etc.


...... role:healthProfessionalRole Σ0..1CodeableConceptHealthProfessionalRole
Binding: http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.1.5--20200901000000 (required)
..... member Σ1..1PatternZibHealthProfessionalReference(zib HealthProfessional PractitionerRole)CareTeamMember
..... onBehalfOf Σ0..1Reference(Organization)Organization of the practitioner
..... period 0..1PeriodTime period of participant
... reasonCode 0..*CodeableConceptWhy the care team exists
Binding: SNOMEDCTClinicalFindings (example): Indicates the reason for the care team.


... reasonReference 0..*Reference(Condition | zib Problem)Problem
... managingOrganization Σ0..*Reference(Organization)Organization responsible for the care team
... telecom 0..*ContactPointA contact detail for the care team (that applies to all members)
... note 0..*AnnotationComments made about the CareTeam

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
CareTeam.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
CareTeam.statusrequiredCareTeamStatus
CareTeam.categoryexampleCareTeamCategory
CareTeam.participant.roleexampleParticipantRoles
CareTeam.participant:contactPerson.roleexampleParticipantRoles
CareTeam.participant:patient.roleexampleParticipantRoles
CareTeam.participant:healthcareProfessional.roleexampleParticipantRoles
CareTeam.participant:healthcareProfessional.role:healthProfessionalRolerequiredhttp://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.1.5--20200901000000
CareTeam.reasonCodeexampleSNOMEDCTClinicalFindings

Constraints

IdGradePath(s)DetailsRequirements
ctm-1errorCareTeam.participant, CareTeam.participant:contactPerson, CareTeam.participant:patient, CareTeam.participant:healthcareProfessionalCareTeam.participant.onBehalfOf can only be populated when CareTeam.participant.member is a Practitioner
: onBehalfOf.exists() implies (member.resolve().iif(empty(), true, ofType(Practitioner).exists()))
dom-2errorCareTeamIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorCareTeamIf 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-4errorCareTeamIf 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-5errorCareTeamIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceCareTeamA 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 CareTeam

Summary

Mandatory: 0 element (3 nested mandatory elements)

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element CareTeam.participant is sliced based on the value of profile:member.resolve()
  • The element CareTeam.participant.role is sliced based on the value of value:$this

 

Other representations of profile: CSV, Excel, Schematron