0.1.0 - ci-build

EgdeVJ_IG - Local Development build (v0.1.0). See the Directory of published versions

Resource Profile: VJ CareTeam

Defining URL:http://fhir.onegde.no/StructureDefinition/egde-vj-care-team
Version:0.1.0
Name:VJCareTeam
Title:VJ CareTeam
Status:Draft as of 2021-08-18T14:36:33+02:00
Definition:

Resource containing the CareTeam details

Source Resource:XML / JSON / Turtle

The official URL for this profile is:

http://fhir.onegde.no/StructureDefinition/egde-vj-care-team

Formal Views of Profile Content

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

This structure is derived from CareTeam

Summary

Prohibited: 7 elements

This structure is derived from CareTeam

NameFlagsCard.TypeDescription & Constraintsdoco
.. CareTeam 0..*CareTeamPlanned participants in the coordination and delivery of care for a patient or group
... status 0..0
... category 0..0
... name 0..0
... reasonCode 0..0
... telecom 0..0
... note 0..0

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. CareTeam 0..*CareTeamPlanned participants in the coordination and delivery of care for a patient or group
... id Σ0..1stringLogical 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
... subject Σ0..1Reference(Patient | Group)Who care team is for
... encounter Σ0..1Reference(Encounter)Encounter created as part of
... participant I0..*BackboneElementMembers of the team
ctm-1: CareTeam.participant.onBehalfOf can only be populated when CareTeam.participant.member is a Practitioner
.... 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
... reasonReference 0..*Reference(Condition)Why the care team exists
... managingOrganization Σ0..*Reference(Organization)Organization responsible for the care team

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. CareTeam 0..*CareTeamPlanned participants in the coordination and delivery of care for a patient or group

doco Documentation for this format

This structure is derived from CareTeam

Summary

Prohibited: 7 elements

Differential View

This structure is derived from CareTeam

NameFlagsCard.TypeDescription & Constraintsdoco
.. CareTeam 0..*CareTeamPlanned participants in the coordination and delivery of care for a patient or group
... status 0..0
... category 0..0
... name 0..0
... reasonCode 0..0
... telecom 0..0
... note 0..0

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. CareTeam 0..*CareTeamPlanned participants in the coordination and delivery of care for a patient or group
... id Σ0..1stringLogical 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
... subject Σ0..1Reference(Patient | Group)Who care team is for
... encounter Σ0..1Reference(Encounter)Encounter created as part of
... participant I0..*BackboneElementMembers of the team
ctm-1: CareTeam.participant.onBehalfOf can only be populated when CareTeam.participant.member is a Practitioner
.... 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
... reasonReference 0..*Reference(Condition)Why the care team exists
... managingOrganization Σ0..*Reference(Organization)Organization responsible for the care team

doco Documentation for this format

 

Other representations of profile: CSV, Excel, Schematron

Terminology Bindings

PathConformanceValueSet
CareTeam.languagepreferredCommonLanguages
Max Binding: AllLanguages
CareTeam.participant.roleexampleParticipantRoles

Constraints

IdPathDetailsRequirements
dom-2CareTeamIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3CareTeamIf 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-4CareTeamIf 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-5CareTeamIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6CareTeamA resource should have narrative for robust management
: text.`div`.exists()
ele-1CareTeam.metaAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1CareTeam.implicitRulesAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1CareTeam.languageAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1CareTeam.textAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1CareTeam.extensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1CareTeam.extensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1CareTeam.modifierExtensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1CareTeam.modifierExtensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1CareTeam.identifierAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1CareTeam.subjectAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1CareTeam.encounterAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ctm-1CareTeam.participantCareTeam.participant.onBehalfOf can only be populated when CareTeam.participant.member is a Practitioner
: onBehalfOf.exists() implies (member.resolve().iif(empty(), true, ofType(Practitioner).exists()))
ele-1CareTeam.participantAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1CareTeam.participant.extensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1CareTeam.participant.extensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1CareTeam.participant.modifierExtensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1CareTeam.participant.modifierExtensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1CareTeam.participant.roleAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1CareTeam.participant.memberAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1CareTeam.participant.onBehalfOfAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1CareTeam.participant.periodAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1CareTeam.reasonReferenceAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1CareTeam.managingOrganizationAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())