0.1.0 - ci-build

FastaKontakter - Lokal utvecklingsbygge (v0.1.0) byggt av FHIR (HL7® FHIR® Standard) Build Tools. Se katalogen över publicerade versioner

Resource Profile: Team

Official URL: http://example.org/fhir/fasta-kontakter/StructureDefinition/RIVManagingTeam-careteam Version: 0.1.0
Draft as of 2026-08-26 Computable Name: RIVManagingTeam

Profil som beskriver ett vård- eller omsorgsteam i svensk vård och omsorg. Ett team kan vara kopplat till en invånare och kan ha egna kontaktuppgifter. Teamet kan också utgöra kontaktväg eller organisatoriskt sammanhang för en fast kontakt.

Användningar:

Du kan också kontrollera användningar i FHIR IG-statistiken

Formal Views of Profile Content

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

NamnFlaggorKard.TypBeskrivning & begränsningar    Filter: Filtersdoco
.. CareTeam 0..* CareTeam Planned participants in the coordination and delivery of care
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... status ?!Σ 0..1 code proposed | active | suspended | inactive | entered-in-error
Bindning: CareTeamStatus (required): Indicates the status of the care team.
... category SΣ 1..1 CodeableConcept Kategori av CareTeam
Bindning: CareTeamCategory (example): Indicates the type of care team.

Obligatoriskt mönster: Minst följande
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... text 0..1 string Plain text representation of the concept
.... coding Σ 1..1 Coding Code defined by a terminology system

Fast värde: (Komplex)
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... system 1..1 uri Identity of the terminology system
Fast värde: http://example.org/fhir/fasta-kontakter/CodeSystem/typ-av-careteam-cs
..... version 0..1 string Version of the system - if relevant
..... code 1..1 code Symbol in syntax defined by the system
Fast värde: team
..... display 0..1 string Representation defined by the system
..... userSelected 0..1 boolean If this coding was chosen directly by the user
... name SΣ 0..1 string Teamets namn
... subject SΣ 0..1 Reference(Patient) Invånare som teamet gäller för
... period SΣ 0..1 Period Time period team covers
.... start SΣC 0..1 dateTime Startdatum
.... end SΣC 0..1 dateTime Slutdatum
... participant SC 0..* BackboneElement Deltagare i teamet
Constraints: ctm-1, ctm-2
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... member SΣC 0..1 Reference(PractitionerRole | Practitioner) Teamdeltagare
... telecom S 0..* ContactPoint Kontaktuppgifter till teamet
.... Skivor för extension Innehåll/regler för alla skivor
..... extension:availability S 0..1 (Komplex) Tillgänglighet för kontaktväg
URL: http://example.org/fhir/fasta-kontakter/StructureDefinition/RIVContactPointAvailability
...... extension 0..0 Extension
Skiva: Oordnad, Öppen av value:url
...... url 1..1 uri "http://example.org/fhir/fasta-kontakter/StructureDefinition/RIVContactPointAvailability"
...... value[x] S 1..1 Availability Kontaktvägens tillgänglighet
....... availableTime SΣC 1..* Element Tillgänglig tid
Constraints: av-1
........ daysOfWeek SΣ 1..* code Veckodag
Bindning: DaysOfWeek (required): The purpose for which an extended contact detail should be used.
........ availableStartTime SΣC 0..1 time Starttid
........ availableEndTime SΣC 0..1 time Sluttid
.... system SΣC 0..1 code phone | fax | email | pager | url | sms | other
Bindning: ContactPointSystem (required): Telecommunications form for contact point.
.... value SΣC 0..1 string The actual contact point details
.... use ?!Σ 0..1 code home | work | temp | old | mobile - purpose of this contact point
Bindning: ContactPointUse (required): Use of contact point.
... note S 0..* Annotation Kommentar

doco Dokumentation för detta format

Terminologibindningar

Sökväg Status Användning ValueSet Version Källa
CareTeam.status Base required Care Team Status 📍5.0.0 FHIR-std.
CareTeam.category Base example Care Team category 📍5.0.0 FHIR-std.
CareTeam.telecom.extension:availability.​value[x].availableTime.​daysOfWeek Base required Days Of Week 📍5.0.0 FHIR-std.
CareTeam.telecom.system Base required ContactPointSystem 📍5.0.0 FHIR-std.
CareTeam.telecom.use Base required ContactPointUse 📍5.0.0 FHIR-std.

Begränsningar

Id Grad Sökväg(ar) Beskrivning Uttryck
av-1 error CareTeam.telecom.extension:availability.value[x].availableTime Cannot include start/end times when selecting all day availability. allDay.exists().not() or (allDay implies availableStartTime.exists().not() and availableEndTime.exists().not())
ctm-1 error CareTeam.participant CareTeam.participant.onBehalfOf can only be populated when CareTeam.participant.member is a Practitioner onBehalfOf.exists() implies (member.resolve() is Practitioner)
ctm-2 warning CareTeam.participant CareTeam.participant.role or CareTeam.participant.member exists role.exists() or member.exists()
dom-2 error CareTeam If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error CareTeam If 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error CareTeam If 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-5 error CareTeam If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 bästa praxis CareTeam A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALLA** element All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALLA** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from CareTeam

NamnFlaggorKard.TypBeskrivning & begränsningar    Filter: Filtersdoco
.. CareTeam 0..* CareTeam Planned participants in the coordination and delivery of care
... identifier S 0..* Identifier Identifierare för team
... category S 1..1 CodeableConcept Kategori av CareTeam
Obligatoriskt mönster: Minst följande
.... coding 1..1 Coding Code defined by a terminology system
Fast värde: (Komplex)
..... system 1..1 uri Identity of the terminology system
Fast värde: http://example.org/fhir/fasta-kontakter/CodeSystem/typ-av-careteam-cs
..... code 1..1 code Symbol in syntax defined by the system
Fast värde: team
... name S 0..1 string Teamets namn
... period S 0..1 Period Time period team covers
.... start S 0..1 dateTime Startdatum
.... end S 0..1 dateTime Slutdatum
... participant S 0..* BackboneElement Deltagare i teamet
.... member S 0..1 Reference(PractitionerRole | Practitioner) Teamdeltagare
... telecom S 0..* ContactPoint Kontaktuppgifter till teamet
.... Skivor för extension Innehåll/regler för alla skivor
..... extension:availability S 0..1 (Komplex) Tillgänglighet för kontaktväg
URL: http://example.org/fhir/fasta-kontakter/StructureDefinition/RIVContactPointAvailability
...... value[x]
....... availableTime
........ daysOfWeek 1..* code Veckodag
........ availableStartTime 0..1 time Starttid
........ availableEndTime 0..1 time Sluttid
.... system S 0..1 code phone | fax | email | pager | url | sms | other
.... value S 0..1 string The actual contact point details
... note S 0..* Annotation Kommentar

doco Dokumentation för detta format
NamnFlaggorKard.TypBeskrivning & begränsningar    Filter: Filtersdoco
.. CareTeam 0..* CareTeam Planned participants in the coordination and delivery of care
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... identifier SΣ 0..* Identifier Identifierare för team
... status ?!Σ 0..1 code proposed | active | suspended | inactive | entered-in-error
Bindning: CareTeamStatus (required): Indicates the status of the care team.
... category SΣ 1..1 CodeableConcept Kategori av CareTeam
Bindning: CareTeamCategory (example): Indicates the type of care team.

Obligatoriskt mönster: Minst följande
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Skiva: Oordnad, Öppen av value:url
.... coding Σ 1..1 Coding Code defined by a terminology system

Fast värde: (Komplex)
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... system 1..1 uri Identity of the terminology system
Fast värde: http://example.org/fhir/fasta-kontakter/CodeSystem/typ-av-careteam-cs
..... version 0..1 string Version of the system - if relevant
..... code 1..1 code Symbol in syntax defined by the system
Fast värde: team
..... display 0..1 string Representation defined by the system
..... userSelected 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string Plain text representation of the concept
... name SΣ 0..1 string Teamets namn
... subject SΣ 0..1 Reference(Patient) Invånare som teamet gäller för
... period SΣ 0..1 Period Time period team covers
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Skiva: Oordnad, Öppen av value:url
.... start SΣC 0..1 dateTime Startdatum
.... end SΣC 0..1 dateTime Slutdatum
... participant SC 0..* BackboneElement Deltagare i teamet
Constraints: ctm-1, ctm-2
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... role ΣC 0..1 CodeableConcept Type of involvement
Bindning: ParticipantRoles (example): Indicates specific responsibility of an individual within the care team, such as "Primary physician", "Team coordinator", "Caregiver", etc.
.... member SΣC 0..1 Reference(PractitionerRole | Practitioner) Teamdeltagare
.... onBehalfOf ΣC 0..1 Reference(Organization) Organization of the practitioner
.... coverage[x] 0..1 When the member is generally available within this care team
..... coveragePeriod Period
..... coverageTiming Timing
... reason 0..* CodeableReference(Condition) Why the care team exists
Bindning: SNOMEDCTClinicalFindings (example): Indicates the reason for the care team.
... managingOrganization Σ 0..* Reference(Organization) Organization responsible for the care team
... telecom S 0..* ContactPoint Kontaktuppgifter till teamet
.... id 0..1 id Unique id for inter-element referencing
.... Skivor för extension 0..* Extension Additional content defined by implementations
Skiva: Oordnad, Öppen av value:url
..... extension:availability S 0..1 (Komplex) Tillgänglighet för kontaktväg
URL: http://example.org/fhir/fasta-kontakter/StructureDefinition/RIVContactPointAvailability
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..0 Extension
Skiva: Oordnad, Öppen av value:url
...... url 1..1 uri "http://example.org/fhir/fasta-kontakter/StructureDefinition/RIVContactPointAvailability"
...... value[x] S 1..1 Availability Kontaktvägens tillgänglighet
....... id 0..1 id Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Skiva: Oordnad, Öppen av value:url
....... availableTime SΣC 1..* Element Tillgänglig tid
Constraints: av-1
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Skiva: Oordnad, Öppen av value:url
........ daysOfWeek SΣ 1..* code Veckodag
Bindning: DaysOfWeek (required): The purpose for which an extended contact detail should be used.
........ allDay ΣC 0..1 boolean Always available? i.e. 24 hour service
........ availableStartTime SΣC 0..1 time Starttid
........ availableEndTime SΣC 0..1 time Sluttid
....... notAvailableTime Σ 0..* Element Not available during this time due to provided reason
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Skiva: Oordnad, Öppen av value:url
........ description Σ 0..1 string Reason presented to the user explaining why time not available
........ during Σ 0..1 Period Service not available during this period
.... system SΣC 0..1 code phone | fax | email | pager | url | sms | other
Bindning: ContactPointSystem (required): Telecommunications form for contact point.
.... value SΣC 0..1 string The actual contact point details
.... use ?!Σ 0..1 code home | work | temp | old | mobile - purpose of this contact point
Bindning: ContactPointUse (required): Use of contact point.
.... rank Σ 0..1 positiveInt Specify preferred order of use (1 = highest)
.... period Σ 0..1 Period Time period when the contact point was/is in use
... note S 0..* Annotation Kommentar

doco Dokumentation för detta format

Terminologibindningar

Sökväg Status Användning ValueSet Version Källa
CareTeam.language Base required All Languages 📍5.0.0 FHIR-std.
CareTeam.status Base required Care Team Status 📍5.0.0 FHIR-std.
CareTeam.category Base example Care Team category 📍5.0.0 FHIR-std.
CareTeam.participant.​role Base example Participant Roles 📍5.0.0 FHIR-std.
CareTeam.reason Base example SNOMED CT Clinical Findings 📍5.0.0 FHIR-std.
CareTeam.telecom.extension:availability.​value[x].availableTime.​daysOfWeek Base required Days Of Week 📍5.0.0 FHIR-std.
CareTeam.telecom.system Base required ContactPointSystem 📍5.0.0 FHIR-std.
CareTeam.telecom.use Base required ContactPointUse 📍5.0.0 FHIR-std.

Begränsningar

Id Grad Sökväg(ar) Beskrivning Uttryck
av-1 error CareTeam.telecom.extension:availability.value[x].availableTime Cannot include start/end times when selecting all day availability. allDay.exists().not() or (allDay implies availableStartTime.exists().not() and availableEndTime.exists().not())
ctm-1 error CareTeam.participant CareTeam.participant.onBehalfOf can only be populated when CareTeam.participant.member is a Practitioner onBehalfOf.exists() implies (member.resolve() is Practitioner)
ctm-2 warning CareTeam.participant CareTeam.participant.role or CareTeam.participant.member exists role.exists() or member.exists()
dom-2 error CareTeam If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error CareTeam If 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error CareTeam If 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-5 error CareTeam If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 bästa praxis CareTeam A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALLA** element All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALLA** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from CareTeam

Sammanfattning

Obligatorisk: 2 elements
Måste stödjas: 14 elements

Extensions

Denna struktur refererar till dessa extensions:

Key Elements View

NamnFlaggorKard.TypBeskrivning & begränsningar    Filter: Filtersdoco
.. CareTeam 0..* CareTeam Planned participants in the coordination and delivery of care
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... status ?!Σ 0..1 code proposed | active | suspended | inactive | entered-in-error
Bindning: CareTeamStatus (required): Indicates the status of the care team.
... category SΣ 1..1 CodeableConcept Kategori av CareTeam
Bindning: CareTeamCategory (example): Indicates the type of care team.

Obligatoriskt mönster: Minst följande
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... text 0..1 string Plain text representation of the concept
.... coding Σ 1..1 Coding Code defined by a terminology system

Fast värde: (Komplex)
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... system 1..1 uri Identity of the terminology system
Fast värde: http://example.org/fhir/fasta-kontakter/CodeSystem/typ-av-careteam-cs
..... version 0..1 string Version of the system - if relevant
..... code 1..1 code Symbol in syntax defined by the system
Fast värde: team
..... display 0..1 string Representation defined by the system
..... userSelected 0..1 boolean If this coding was chosen directly by the user
... name SΣ 0..1 string Teamets namn
... subject SΣ 0..1 Reference(Patient) Invånare som teamet gäller för
... period SΣ 0..1 Period Time period team covers
.... start SΣC 0..1 dateTime Startdatum
.... end SΣC 0..1 dateTime Slutdatum
... participant SC 0..* BackboneElement Deltagare i teamet
Constraints: ctm-1, ctm-2
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... member SΣC 0..1 Reference(PractitionerRole | Practitioner) Teamdeltagare
... telecom S 0..* ContactPoint Kontaktuppgifter till teamet
.... Skivor för extension Innehåll/regler för alla skivor
..... extension:availability S 0..1 (Komplex) Tillgänglighet för kontaktväg
URL: http://example.org/fhir/fasta-kontakter/StructureDefinition/RIVContactPointAvailability
...... extension 0..0 Extension
Skiva: Oordnad, Öppen av value:url
...... url 1..1 uri "http://example.org/fhir/fasta-kontakter/StructureDefinition/RIVContactPointAvailability"
...... value[x] S 1..1 Availability Kontaktvägens tillgänglighet
....... availableTime SΣC 1..* Element Tillgänglig tid
Constraints: av-1
........ daysOfWeek SΣ 1..* code Veckodag
Bindning: DaysOfWeek (required): The purpose for which an extended contact detail should be used.
........ availableStartTime SΣC 0..1 time Starttid
........ availableEndTime SΣC 0..1 time Sluttid
.... system SΣC 0..1 code phone | fax | email | pager | url | sms | other
Bindning: ContactPointSystem (required): Telecommunications form for contact point.
.... value SΣC 0..1 string The actual contact point details
.... use ?!Σ 0..1 code home | work | temp | old | mobile - purpose of this contact point
Bindning: ContactPointUse (required): Use of contact point.
... note S 0..* Annotation Kommentar

doco Dokumentation för detta format

Terminologibindningar

Sökväg Status Användning ValueSet Version Källa
CareTeam.status Base required Care Team Status 📍5.0.0 FHIR-std.
CareTeam.category Base example Care Team category 📍5.0.0 FHIR-std.
CareTeam.telecom.extension:availability.​value[x].availableTime.​daysOfWeek Base required Days Of Week 📍5.0.0 FHIR-std.
CareTeam.telecom.system Base required ContactPointSystem 📍5.0.0 FHIR-std.
CareTeam.telecom.use Base required ContactPointUse 📍5.0.0 FHIR-std.

Begränsningar

Id Grad Sökväg(ar) Beskrivning Uttryck
av-1 error CareTeam.telecom.extension:availability.value[x].availableTime Cannot include start/end times when selecting all day availability. allDay.exists().not() or (allDay implies availableStartTime.exists().not() and availableEndTime.exists().not())
ctm-1 error CareTeam.participant CareTeam.participant.onBehalfOf can only be populated when CareTeam.participant.member is a Practitioner onBehalfOf.exists() implies (member.resolve() is Practitioner)
ctm-2 warning CareTeam.participant CareTeam.participant.role or CareTeam.participant.member exists role.exists() or member.exists()
dom-2 error CareTeam If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error CareTeam If 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error CareTeam If 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-5 error CareTeam If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 bästa praxis CareTeam A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALLA** element All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALLA** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

Differential View

This structure is derived from CareTeam

NamnFlaggorKard.TypBeskrivning & begränsningar    Filter: Filtersdoco
.. CareTeam 0..* CareTeam Planned participants in the coordination and delivery of care
... identifier S 0..* Identifier Identifierare för team
... category S 1..1 CodeableConcept Kategori av CareTeam
Obligatoriskt mönster: Minst följande
.... coding 1..1 Coding Code defined by a terminology system
Fast värde: (Komplex)
..... system 1..1 uri Identity of the terminology system
Fast värde: http://example.org/fhir/fasta-kontakter/CodeSystem/typ-av-careteam-cs
..... code 1..1 code Symbol in syntax defined by the system
Fast värde: team
... name S 0..1 string Teamets namn
... period S 0..1 Period Time period team covers
.... start S 0..1 dateTime Startdatum
.... end S 0..1 dateTime Slutdatum
... participant S 0..* BackboneElement Deltagare i teamet
.... member S 0..1 Reference(PractitionerRole | Practitioner) Teamdeltagare
... telecom S 0..* ContactPoint Kontaktuppgifter till teamet
.... Skivor för extension Innehåll/regler för alla skivor
..... extension:availability S 0..1 (Komplex) Tillgänglighet för kontaktväg
URL: http://example.org/fhir/fasta-kontakter/StructureDefinition/RIVContactPointAvailability
...... value[x]
....... availableTime
........ daysOfWeek 1..* code Veckodag
........ availableStartTime 0..1 time Starttid
........ availableEndTime 0..1 time Sluttid
.... system S 0..1 code phone | fax | email | pager | url | sms | other
.... value S 0..1 string The actual contact point details
... note S 0..* Annotation Kommentar

doco Dokumentation för detta format

Snapshot View

NamnFlaggorKard.TypBeskrivning & begränsningar    Filter: Filtersdoco
.. CareTeam 0..* CareTeam Planned participants in the coordination and delivery of care
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... identifier SΣ 0..* Identifier Identifierare för team
... status ?!Σ 0..1 code proposed | active | suspended | inactive | entered-in-error
Bindning: CareTeamStatus (required): Indicates the status of the care team.
... category SΣ 1..1 CodeableConcept Kategori av CareTeam
Bindning: CareTeamCategory (example): Indicates the type of care team.

Obligatoriskt mönster: Minst följande
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Skiva: Oordnad, Öppen av value:url
.... coding Σ 1..1 Coding Code defined by a terminology system

Fast värde: (Komplex)
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... system 1..1 uri Identity of the terminology system
Fast värde: http://example.org/fhir/fasta-kontakter/CodeSystem/typ-av-careteam-cs
..... version 0..1 string Version of the system - if relevant
..... code 1..1 code Symbol in syntax defined by the system
Fast värde: team
..... display 0..1 string Representation defined by the system
..... userSelected 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string Plain text representation of the concept
... name SΣ 0..1 string Teamets namn
... subject SΣ 0..1 Reference(Patient) Invånare som teamet gäller för
... period SΣ 0..1 Period Time period team covers
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Skiva: Oordnad, Öppen av value:url
.... start SΣC 0..1 dateTime Startdatum
.... end SΣC 0..1 dateTime Slutdatum
... participant SC 0..* BackboneElement Deltagare i teamet
Constraints: ctm-1, ctm-2
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... role ΣC 0..1 CodeableConcept Type of involvement
Bindning: ParticipantRoles (example): Indicates specific responsibility of an individual within the care team, such as "Primary physician", "Team coordinator", "Caregiver", etc.
.... member SΣC 0..1 Reference(PractitionerRole | Practitioner) Teamdeltagare
.... onBehalfOf ΣC 0..1 Reference(Organization) Organization of the practitioner
.... coverage[x] 0..1 When the member is generally available within this care team
..... coveragePeriod Period
..... coverageTiming Timing
... reason 0..* CodeableReference(Condition) Why the care team exists
Bindning: SNOMEDCTClinicalFindings (example): Indicates the reason for the care team.
... managingOrganization Σ 0..* Reference(Organization) Organization responsible for the care team
... telecom S 0..* ContactPoint Kontaktuppgifter till teamet
.... id 0..1 id Unique id for inter-element referencing
.... Skivor för extension 0..* Extension Additional content defined by implementations
Skiva: Oordnad, Öppen av value:url
..... extension:availability S 0..1 (Komplex) Tillgänglighet för kontaktväg
URL: http://example.org/fhir/fasta-kontakter/StructureDefinition/RIVContactPointAvailability
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..0 Extension
Skiva: Oordnad, Öppen av value:url
...... url 1..1 uri "http://example.org/fhir/fasta-kontakter/StructureDefinition/RIVContactPointAvailability"
...... value[x] S 1..1 Availability Kontaktvägens tillgänglighet
....... id 0..1 id Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Skiva: Oordnad, Öppen av value:url
....... availableTime SΣC 1..* Element Tillgänglig tid
Constraints: av-1
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Skiva: Oordnad, Öppen av value:url
........ daysOfWeek SΣ 1..* code Veckodag
Bindning: DaysOfWeek (required): The purpose for which an extended contact detail should be used.
........ allDay ΣC 0..1 boolean Always available? i.e. 24 hour service
........ availableStartTime SΣC 0..1 time Starttid
........ availableEndTime SΣC 0..1 time Sluttid
....... notAvailableTime Σ 0..* Element Not available during this time due to provided reason
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Skiva: Oordnad, Öppen av value:url
........ description Σ 0..1 string Reason presented to the user explaining why time not available
........ during Σ 0..1 Period Service not available during this period
.... system SΣC 0..1 code phone | fax | email | pager | url | sms | other
Bindning: ContactPointSystem (required): Telecommunications form for contact point.
.... value SΣC 0..1 string The actual contact point details
.... use ?!Σ 0..1 code home | work | temp | old | mobile - purpose of this contact point
Bindning: ContactPointUse (required): Use of contact point.
.... rank Σ 0..1 positiveInt Specify preferred order of use (1 = highest)
.... period Σ 0..1 Period Time period when the contact point was/is in use
... note S 0..* Annotation Kommentar

doco Dokumentation för detta format

Terminologibindningar

Sökväg Status Användning ValueSet Version Källa
CareTeam.language Base required All Languages 📍5.0.0 FHIR-std.
CareTeam.status Base required Care Team Status 📍5.0.0 FHIR-std.
CareTeam.category Base example Care Team category 📍5.0.0 FHIR-std.
CareTeam.participant.​role Base example Participant Roles 📍5.0.0 FHIR-std.
CareTeam.reason Base example SNOMED CT Clinical Findings 📍5.0.0 FHIR-std.
CareTeam.telecom.extension:availability.​value[x].availableTime.​daysOfWeek Base required Days Of Week 📍5.0.0 FHIR-std.
CareTeam.telecom.system Base required ContactPointSystem 📍5.0.0 FHIR-std.
CareTeam.telecom.use Base required ContactPointUse 📍5.0.0 FHIR-std.

Begränsningar

Id Grad Sökväg(ar) Beskrivning Uttryck
av-1 error CareTeam.telecom.extension:availability.value[x].availableTime Cannot include start/end times when selecting all day availability. allDay.exists().not() or (allDay implies availableStartTime.exists().not() and availableEndTime.exists().not())
ctm-1 error CareTeam.participant CareTeam.participant.onBehalfOf can only be populated when CareTeam.participant.member is a Practitioner onBehalfOf.exists() implies (member.resolve() is Practitioner)
ctm-2 warning CareTeam.participant CareTeam.participant.role or CareTeam.participant.member exists role.exists() or member.exists()
dom-2 error CareTeam If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error CareTeam If 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error CareTeam If 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-5 error CareTeam If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 bästa praxis CareTeam A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALLA** element All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALLA** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from CareTeam

Sammanfattning

Obligatorisk: 2 elements
Måste stödjas: 14 elements

Extensions

Denna struktur refererar till dessa extensions:

 

Other representations of profile: CSV, Excel, Schematron