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: Fast kontakt

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

Profil som beskriver relationen Fast kontakt som kan finnas mellan en invånare och namngiven vård- och omsorgspersonal i svensk vård och omsorg. En fast kontakt är en namngiven vård- eller omsorgspersonal som tilldelats en samordnande roll för en vård- och/eller omsorgstagare i syfte att skapa trygghet och kontinuitet.

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
... 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: fast-kontakt
..... display 0..1 string Representation defined by the system
..... userSelected 0..1 boolean If this coding was chosen directly by the user
... subject SΣ 1..1 Reference(Patient) Invånare som den fasta kontakten 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 1..1 BackboneElement Fast kontakt
Constraints: ctm-1, ctm-2
.... Skivor för extension 0..* Extension Extension
Skiva: Oordnad, Öppen av value:url
..... extension:contactViaTeam S 0..1 Reference(Team) Team som den fasta kontakten nås via
URL: http://example.org/fhir/fasta-kontakter/StructureDefinition/riv-contact-via-team-extension
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... role SΣC 1..1 CodeableConcept Typ av fast kontakt
Bindning: Typ av fast kontakt (required)
.... member SΣC 1..1 Reference(PractitionerRole) Namngiven vård- eller omsorgspersonal
... telecom S 0..* ContactPoint Kontaktuppgifter till den fasta kontakten
.... 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.participant.​role Base required Typ av fast kontakt 📦0.1.0 Denna IG
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
... 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: fast-kontakt
... subject S 1..1 Reference(Patient) Invånare som den fasta kontakten gäller för
... period S 0..1 Period Time period team covers
.... start S 0..1 dateTime Startdatum
.... end S 0..1 dateTime Slutdatum
.... Skivor för extension 0..* Extension Extension
Skiva: Oordnad, Öppen av value:url
..... extension:contactViaTeam S 0..1 Reference(Team) Team som den fasta kontakten nås via
URL: http://example.org/fhir/fasta-kontakter/StructureDefinition/riv-contact-via-team-extension
.... role S 1..1 CodeableConcept Typ av fast kontakt
Bindning: Typ av fast kontakt (required)
.... member S 1..1 Reference(PractitionerRole) Namngiven vård- eller omsorgspersonal
... telecom S 0..* ContactPoint Kontaktuppgifter till den fasta kontakten
.... 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

Terminologibindningar (differential)

Sökväg Status Användning ValueSet Version Källa
CareTeam.participant.​role Base required Typ av fast kontakt 📦0.1.0 Denna IG
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 Σ 0..* Identifier External Ids for this 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: fast-kontakt
..... 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 Σ 0..1 string Name of the team, such as crisis assessment team
... subject SΣ 1..1 Reference(Patient) Invånare som den fasta kontakten 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 1..1 BackboneElement Fast kontakt
Constraints: ctm-1, ctm-2
.... id 0..1 string Unique id for inter-element referencing
.... Skivor för extension 0..* Extension Extension
Skiva: Oordnad, Öppen av value:url
..... extension:contactViaTeam S 0..1 Reference(Team) Team som den fasta kontakten nås via
URL: http://example.org/fhir/fasta-kontakter/StructureDefinition/riv-contact-via-team-extension
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... role SΣC 1..1 CodeableConcept Typ av fast kontakt
Bindning: Typ av fast kontakt (required)
.... member SΣC 1..1 Reference(PractitionerRole) Namngiven vård- eller omsorgspersonal
.... 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 den fasta kontakten
.... 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 required Typ av fast kontakt 📦0.1.0 Denna IG
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: 6 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
... 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: fast-kontakt
..... display 0..1 string Representation defined by the system
..... userSelected 0..1 boolean If this coding was chosen directly by the user
... subject SΣ 1..1 Reference(Patient) Invånare som den fasta kontakten 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 1..1 BackboneElement Fast kontakt
Constraints: ctm-1, ctm-2
.... Skivor för extension 0..* Extension Extension
Skiva: Oordnad, Öppen av value:url
..... extension:contactViaTeam S 0..1 Reference(Team) Team som den fasta kontakten nås via
URL: http://example.org/fhir/fasta-kontakter/StructureDefinition/riv-contact-via-team-extension
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... role SΣC 1..1 CodeableConcept Typ av fast kontakt
Bindning: Typ av fast kontakt (required)
.... member SΣC 1..1 Reference(PractitionerRole) Namngiven vård- eller omsorgspersonal
... telecom S 0..* ContactPoint Kontaktuppgifter till den fasta kontakten
.... 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.participant.​role Base required Typ av fast kontakt 📦0.1.0 Denna IG
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
... 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: fast-kontakt
... subject S 1..1 Reference(Patient) Invånare som den fasta kontakten gäller för
... period S 0..1 Period Time period team covers
.... start S 0..1 dateTime Startdatum
.... end S 0..1 dateTime Slutdatum
.... Skivor för extension 0..* Extension Extension
Skiva: Oordnad, Öppen av value:url
..... extension:contactViaTeam S 0..1 Reference(Team) Team som den fasta kontakten nås via
URL: http://example.org/fhir/fasta-kontakter/StructureDefinition/riv-contact-via-team-extension
.... role S 1..1 CodeableConcept Typ av fast kontakt
Bindning: Typ av fast kontakt (required)
.... member S 1..1 Reference(PractitionerRole) Namngiven vård- eller omsorgspersonal
... telecom S 0..* ContactPoint Kontaktuppgifter till den fasta kontakten
.... 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

Terminologibindningar (differential)

Sökväg Status Användning ValueSet Version Källa
CareTeam.participant.​role Base required Typ av fast kontakt 📦0.1.0 Denna IG

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 Σ 0..* Identifier External Ids for this 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: fast-kontakt
..... 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 Σ 0..1 string Name of the team, such as crisis assessment team
... subject SΣ 1..1 Reference(Patient) Invånare som den fasta kontakten 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 1..1 BackboneElement Fast kontakt
Constraints: ctm-1, ctm-2
.... id 0..1 string Unique id for inter-element referencing
.... Skivor för extension 0..* Extension Extension
Skiva: Oordnad, Öppen av value:url
..... extension:contactViaTeam S 0..1 Reference(Team) Team som den fasta kontakten nås via
URL: http://example.org/fhir/fasta-kontakter/StructureDefinition/riv-contact-via-team-extension
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... role SΣC 1..1 CodeableConcept Typ av fast kontakt
Bindning: Typ av fast kontakt (required)
.... member SΣC 1..1 Reference(PractitionerRole) Namngiven vård- eller omsorgspersonal
.... 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 den fasta kontakten
.... 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 required Typ av fast kontakt 📦0.1.0 Denna IG
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: 6 elements
Måste stödjas: 14 elements

Extensions

Denna struktur refererar till dessa extensions:

 

Other representations of profile: CSV, Excel, Schematron