LTT Implementation Guide
1.0.1 - ci-build
This page is part of the KLltt (v1.0.1: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
| Official URL: http://fhir.kl.dk/ltt/StructureDefinition/klgateway-ltt-referral | Version: 1.0.1 | |||
| Active as of 2025-10-29 | Computable Name: KLGatewayLTTReferral | |||
Referral of the child or youth to other services.
This model is used whenever a referral is created for a child or youth as part of the LTT. Notice that a referral does not necessarily mean that the LTT for the citizen is completed.
CarePlan.activity.detail.code holds the referral code, which has to come from the specified list of referrals.
Careplan.period.start is when the referral is issued.
CarePlan.status and CarePlan.intent are mandatory. CarePlan.intent is always 'plan' in this implementation guide. CarePlan.status should be either 'completed' or 'entered-in-error'.
CarePlan.activity.detail.status is also mandatory, and the status 'completed' is expected to be used. It is recommended not to use 'entered-in-error' - if the CarePlan is entered-in-error use CarePlan.status.
CarePlan.subject references the citizen.
Nedenstående tabel definerer kort den enkelte attribut på dansk og specificerer hvilke af FHIR-profilens atributter, der skal bruges til specifikation af indholdet.
| Dansk attribut | Definition | FHIR |
|---|---|---|
| henvisningsstatus | Indikerer om henvisningen er klar til at blive handlet på, om dokumentationen repræsentere en fremtidig intention eller er historisk. | CarePlan.status |
| henvisningshensigt | Indikerer niveauet af autorisation og hvor langt i planlægningen henvisningen er | CarePlan.intent |
| henvisningsAktivitetsstatus | Indikerer om henvisningen er igangsat, eller om den ikke er startet, er aflyst, eller er færdiggjort. | CarePlan.activity.detail.status |
| forløbsreference | Reference til det forløb borgeren deltager i, da henvisningen foretages | CarePlan.basedOn |
| henvisningssubjekt | Den borger, som henvisningen retter sig mod | CarePlan.subject |
| henvisningstidspunkt | Det tidspunkt henvisningen foretages | CarePlan.period.start |
| henvisningskode | Kode, der udtrykker hvortil borgeren er henvist | CarePlan.activity.detail.code |
Usages:
You can also check for usages in the FHIR IG Statistics
Description of Profiles, Differentials, Snapshots and how the different presentations work.
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | CarePlan | Healthcare plan for patient or group | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
Σ | 1..1 | Reference(KLGatewayLTTCarePlan) | [DK] forløbsreference |
![]() ![]() |
?!Σ | 1..1 | code | [DK] henvisningsstatus Binding: RequestStatus (required): Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record. |
![]() ![]() |
?!Σ | 1..1 | code | [DK] henvisningshensigt Binding: CarePlanIntent (required): Codes indicating the degree of authority/intentionality associated with a care plan. Required Pattern: plan |
![]() ![]() |
Σ | 1..1 | Reference(KLGatewayLTTCitizen) | [DK] henvisningssubjekt |
![]() ![]() |
Σ | 1..1 | Period | Time period plan covers |
![]() ![]() ![]() |
ΣC | 1..1 | dateTime | [DK] henvisningstidspunkt |
![]() ![]() |
C | 1..1 | BackboneElement | Action to occur as part of plan Constraints: cpl-3 |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() |
C | 1..1 | BackboneElement | In-line definition of activity |
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() |
1..1 | CodeableConcept | [DK] henvisningskode Binding: Lettilgængeligt Tilbud - Henvisning (required) | |
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | Coding | Code defined by a terminology system |
![]() ![]() ![]() ![]() |
?! | 1..1 | code | [DK] henvisningsAktivitetsstatus Binding: CarePlanActivityStatus (required): Codes that reflect the current state of a care plan activity within its overall life cycle. Required Pattern: completed |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| CarePlan.status | Base | required | RequestStatus | 📍4.0.1 | FHIR Std. |
| CarePlan.intent | Base | required | Care Plan Intent | 📍4.0.1 | FHIR Std. |
| CarePlan.activity.detail.code | Base | required | Lettilgængeligt Tilbud - Henvisning | 📦1.0.1 | This IG |
| CarePlan.activity.detail.status | Base | required | CarePlanActivityStatus | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| cpl-3 | error | CarePlan.activity | Provide a reference or detail, not both |
detail.empty() or reference.empty()
|
| dom-2 | error | CarePlan | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | CarePlan | 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().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-4 | error | CarePlan | 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 | CarePlan | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | CarePlan | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
This structure is derived from CarePlan
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
CarePlan | |||
![]() ![]() |
0..0 | External Ids for this plan | ||
![]() ![]() |
0..0 | Instantiates FHIR protocol or definition | ||
![]() ![]() |
0..0 | Instantiates external protocol or definition | ||
![]() ![]() |
1..1 | Reference(KLGatewayLTTCarePlan) | [DK] forløbsreference | |
![]() ![]() |
0..0 | CarePlan replaced by this CarePlan | ||
![]() ![]() |
0..0 | Part of referenced CarePlan | ||
![]() ![]() |
1..1 | code | [DK] henvisningsstatus | |
![]() ![]() |
1..1 | code | [DK] henvisningshensigt Required Pattern: plan | |
![]() ![]() |
0..0 | Type of plan | ||
![]() ![]() |
0..0 | Human-friendly name for the care plan | ||
![]() ![]() |
0..0 | Summary of nature of plan | ||
![]() ![]() |
1..1 | Reference(KLGatewayLTTCitizen) | [DK] henvisningssubjekt | |
![]() ![]() |
0..0 | Encounter created as part of | ||
![]() ![]() |
1..1 | Period | Time period plan covers | |
![]() ![]() ![]() |
1..1 | dateTime | [DK] henvisningstidspunkt | |
![]() ![]() ![]() |
0..0 | End time with inclusive boundary, if not ongoing | ||
![]() ![]() |
0..0 | Date record was first recorded | ||
![]() ![]() |
0..0 | Who is the designated responsible party | ||
![]() ![]() |
0..0 | Who provided the content of the care plan | ||
![]() ![]() |
0..0 | Who's involved in plan? | ||
![]() ![]() |
0..0 | Health issues this plan addresses | ||
![]() ![]() |
0..0 | Information considered as part of plan | ||
![]() ![]() |
0..0 | Desired outcome of plan | ||
![]() ![]() |
1..1 | BackboneElement | Action to occur as part of plan | |
![]() ![]() ![]() |
0..0 | Results of the activity | ||
![]() ![]() ![]() |
0..0 | Appointment, Encounter, Procedure, etc. | ||
![]() ![]() ![]() |
0..0 | Comments about the activity status/progress | ||
![]() ![]() ![]() |
0..0 | Activity details defined in specific resource | ||
![]() ![]() ![]() |
1..1 | BackboneElement | In-line definition of activity | |
![]() ![]() ![]() ![]() |
0..0 | Appointment | CommunicationRequest | DeviceRequest | MedicationRequest | NutritionOrder | Task | ServiceRequest | VisionPrescription | ||
![]() ![]() ![]() ![]() |
0..0 | Instantiates FHIR protocol or definition | ||
![]() ![]() ![]() ![]() |
0..0 | Instantiates external protocol or definition | ||
![]() ![]() ![]() ![]() |
1..1 | CodeableConcept | [DK] henvisningskode Binding: Lettilgængeligt Tilbud - Henvisning (required) | |
![]() ![]() ![]() ![]() ![]() |
1..1 | Coding | Code defined by a terminology system | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Version of the system - if relevant | ||
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | If this coding was chosen directly by the user | ||
![]() ![]() ![]() ![]() ![]() |
0..0 | Plain text representation of the concept | ||
![]() ![]() ![]() ![]() |
0..0 | Why activity should be done or why activity was prohibited | ||
![]() ![]() ![]() ![]() |
0..0 | Why activity is needed | ||
![]() ![]() ![]() ![]() |
0..0 | Goals this activity relates to | ||
![]() ![]() ![]() ![]() |
1..1 | code | [DK] henvisningsAktivitetsstatus Required Pattern: completed | |
![]() ![]() ![]() ![]() |
0..0 | Reason for current status | ||
![]() ![]() ![]() ![]() |
0..0 | If true, activity is prohibiting action | ||
![]() ![]() ![]() ![]() |
0..0 | When activity is to occur | ||
![]() ![]() ![]() ![]() |
0..0 | Where it should happen | ||
![]() ![]() ![]() ![]() |
0..0 | Who will be responsible? | ||
![]() ![]() ![]() ![]() |
0..0 | What is to be administered/supplied | ||
![]() ![]() ![]() ![]() |
0..0 | How to consume/day? | ||
![]() ![]() ![]() ![]() |
0..0 | How much to administer/supply/consume | ||
![]() ![]() ![]() ![]() |
0..0 | Extra info describing activity to perform | ||
![]() ![]() |
0..0 | Comments about the plan | ||
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| CarePlan.activity.detail.code | Base | required | Lettilgængeligt Tilbud - Henvisning | 📦1.0.1 | This IG |
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | CarePlan | Healthcare plan for patient or group | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
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 | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
Σ | 1..1 | Reference(KLGatewayLTTCarePlan) | [DK] forløbsreference | ||||
![]() ![]() |
?!Σ | 1..1 | code | [DK] henvisningsstatus Binding: RequestStatus (required): Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record. | ||||
![]() ![]() |
?!Σ | 1..1 | code | [DK] henvisningshensigt Binding: CarePlanIntent (required): Codes indicating the degree of authority/intentionality associated with a care plan. Required Pattern: plan | ||||
![]() ![]() |
Σ | 1..1 | Reference(KLGatewayLTTCitizen) | [DK] henvisningssubjekt | ||||
![]() ![]() |
Σ | 1..1 | Period | Time period plan covers | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
ΣC | 1..1 | dateTime | [DK] henvisningstidspunkt | ||||
![]() ![]() |
C | 1..1 | BackboneElement | Action to occur as part of plan Constraints: cpl-3 | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
C | 1..1 | BackboneElement | In-line definition of activity | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
1..1 | CodeableConcept | [DK] henvisningskode Binding: Lettilgængeligt Tilbud - Henvisning (required) | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | Coding | Code defined by a terminology system | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Identity of the terminology system | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | code | Symbol in syntax defined by the system | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() |
?! | 1..1 | code | [DK] henvisningsAktivitetsstatus Binding: CarePlanActivityStatus (required): Codes that reflect the current state of a care plan activity within its overall life cycle. Required Pattern: completed | ||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| CarePlan.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| CarePlan.status | Base | required | RequestStatus | 📍4.0.1 | FHIR Std. |
| CarePlan.intent | Base | required | Care Plan Intent | 📍4.0.1 | FHIR Std. |
| CarePlan.activity.detail.code | Base | required | Lettilgængeligt Tilbud - Henvisning | 📦1.0.1 | This IG |
| CarePlan.activity.detail.status | Base | required | CarePlanActivityStatus | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| cpl-3 | error | CarePlan.activity | Provide a reference or detail, not both |
detail.empty() or reference.empty()
|
| dom-2 | error | CarePlan | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | CarePlan | 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().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-4 | error | CarePlan | 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 | CarePlan | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | CarePlan | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
This structure is derived from CarePlan
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | CarePlan | Healthcare plan for patient or group | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
Σ | 1..1 | Reference(KLGatewayLTTCarePlan) | [DK] forløbsreference |
![]() ![]() |
?!Σ | 1..1 | code | [DK] henvisningsstatus Binding: RequestStatus (required): Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record. |
![]() ![]() |
?!Σ | 1..1 | code | [DK] henvisningshensigt Binding: CarePlanIntent (required): Codes indicating the degree of authority/intentionality associated with a care plan. Required Pattern: plan |
![]() ![]() |
Σ | 1..1 | Reference(KLGatewayLTTCitizen) | [DK] henvisningssubjekt |
![]() ![]() |
Σ | 1..1 | Period | Time period plan covers |
![]() ![]() ![]() |
ΣC | 1..1 | dateTime | [DK] henvisningstidspunkt |
![]() ![]() |
C | 1..1 | BackboneElement | Action to occur as part of plan Constraints: cpl-3 |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() |
C | 1..1 | BackboneElement | In-line definition of activity |
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() |
1..1 | CodeableConcept | [DK] henvisningskode Binding: Lettilgængeligt Tilbud - Henvisning (required) | |
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | Coding | Code defined by a terminology system |
![]() ![]() ![]() ![]() |
?! | 1..1 | code | [DK] henvisningsAktivitetsstatus Binding: CarePlanActivityStatus (required): Codes that reflect the current state of a care plan activity within its overall life cycle. Required Pattern: completed |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| CarePlan.status | Base | required | RequestStatus | 📍4.0.1 | FHIR Std. |
| CarePlan.intent | Base | required | Care Plan Intent | 📍4.0.1 | FHIR Std. |
| CarePlan.activity.detail.code | Base | required | Lettilgængeligt Tilbud - Henvisning | 📦1.0.1 | This IG |
| CarePlan.activity.detail.status | Base | required | CarePlanActivityStatus | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| cpl-3 | error | CarePlan.activity | Provide a reference or detail, not both |
detail.empty() or reference.empty()
|
| dom-2 | error | CarePlan | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | CarePlan | 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().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-4 | error | CarePlan | 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 | CarePlan | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | CarePlan | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
Differential View
This structure is derived from CarePlan
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
CarePlan | |||
![]() ![]() |
0..0 | External Ids for this plan | ||
![]() ![]() |
0..0 | Instantiates FHIR protocol or definition | ||
![]() ![]() |
0..0 | Instantiates external protocol or definition | ||
![]() ![]() |
1..1 | Reference(KLGatewayLTTCarePlan) | [DK] forløbsreference | |
![]() ![]() |
0..0 | CarePlan replaced by this CarePlan | ||
![]() ![]() |
0..0 | Part of referenced CarePlan | ||
![]() ![]() |
1..1 | code | [DK] henvisningsstatus | |
![]() ![]() |
1..1 | code | [DK] henvisningshensigt Required Pattern: plan | |
![]() ![]() |
0..0 | Type of plan | ||
![]() ![]() |
0..0 | Human-friendly name for the care plan | ||
![]() ![]() |
0..0 | Summary of nature of plan | ||
![]() ![]() |
1..1 | Reference(KLGatewayLTTCitizen) | [DK] henvisningssubjekt | |
![]() ![]() |
0..0 | Encounter created as part of | ||
![]() ![]() |
1..1 | Period | Time period plan covers | |
![]() ![]() ![]() |
1..1 | dateTime | [DK] henvisningstidspunkt | |
![]() ![]() ![]() |
0..0 | End time with inclusive boundary, if not ongoing | ||
![]() ![]() |
0..0 | Date record was first recorded | ||
![]() ![]() |
0..0 | Who is the designated responsible party | ||
![]() ![]() |
0..0 | Who provided the content of the care plan | ||
![]() ![]() |
0..0 | Who's involved in plan? | ||
![]() ![]() |
0..0 | Health issues this plan addresses | ||
![]() ![]() |
0..0 | Information considered as part of plan | ||
![]() ![]() |
0..0 | Desired outcome of plan | ||
![]() ![]() |
1..1 | BackboneElement | Action to occur as part of plan | |
![]() ![]() ![]() |
0..0 | Results of the activity | ||
![]() ![]() ![]() |
0..0 | Appointment, Encounter, Procedure, etc. | ||
![]() ![]() ![]() |
0..0 | Comments about the activity status/progress | ||
![]() ![]() ![]() |
0..0 | Activity details defined in specific resource | ||
![]() ![]() ![]() |
1..1 | BackboneElement | In-line definition of activity | |
![]() ![]() ![]() ![]() |
0..0 | Appointment | CommunicationRequest | DeviceRequest | MedicationRequest | NutritionOrder | Task | ServiceRequest | VisionPrescription | ||
![]() ![]() ![]() ![]() |
0..0 | Instantiates FHIR protocol or definition | ||
![]() ![]() ![]() ![]() |
0..0 | Instantiates external protocol or definition | ||
![]() ![]() ![]() ![]() |
1..1 | CodeableConcept | [DK] henvisningskode Binding: Lettilgængeligt Tilbud - Henvisning (required) | |
![]() ![]() ![]() ![]() ![]() |
1..1 | Coding | Code defined by a terminology system | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Version of the system - if relevant | ||
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | If this coding was chosen directly by the user | ||
![]() ![]() ![]() ![]() ![]() |
0..0 | Plain text representation of the concept | ||
![]() ![]() ![]() ![]() |
0..0 | Why activity should be done or why activity was prohibited | ||
![]() ![]() ![]() ![]() |
0..0 | Why activity is needed | ||
![]() ![]() ![]() ![]() |
0..0 | Goals this activity relates to | ||
![]() ![]() ![]() ![]() |
1..1 | code | [DK] henvisningsAktivitetsstatus Required Pattern: completed | |
![]() ![]() ![]() ![]() |
0..0 | Reason for current status | ||
![]() ![]() ![]() ![]() |
0..0 | If true, activity is prohibiting action | ||
![]() ![]() ![]() ![]() |
0..0 | When activity is to occur | ||
![]() ![]() ![]() ![]() |
0..0 | Where it should happen | ||
![]() ![]() ![]() ![]() |
0..0 | Who will be responsible? | ||
![]() ![]() ![]() ![]() |
0..0 | What is to be administered/supplied | ||
![]() ![]() ![]() ![]() |
0..0 | How to consume/day? | ||
![]() ![]() ![]() ![]() |
0..0 | How much to administer/supply/consume | ||
![]() ![]() ![]() ![]() |
0..0 | Extra info describing activity to perform | ||
![]() ![]() |
0..0 | Comments about the plan | ||
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| CarePlan.activity.detail.code | Base | required | Lettilgængeligt Tilbud - Henvisning | 📦1.0.1 | This IG |
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | CarePlan | Healthcare plan for patient or group | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
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 | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
Σ | 1..1 | Reference(KLGatewayLTTCarePlan) | [DK] forløbsreference | ||||
![]() ![]() |
?!Σ | 1..1 | code | [DK] henvisningsstatus Binding: RequestStatus (required): Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record. | ||||
![]() ![]() |
?!Σ | 1..1 | code | [DK] henvisningshensigt Binding: CarePlanIntent (required): Codes indicating the degree of authority/intentionality associated with a care plan. Required Pattern: plan | ||||
![]() ![]() |
Σ | 1..1 | Reference(KLGatewayLTTCitizen) | [DK] henvisningssubjekt | ||||
![]() ![]() |
Σ | 1..1 | Period | Time period plan covers | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
ΣC | 1..1 | dateTime | [DK] henvisningstidspunkt | ||||
![]() ![]() |
C | 1..1 | BackboneElement | Action to occur as part of plan Constraints: cpl-3 | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
C | 1..1 | BackboneElement | In-line definition of activity | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
1..1 | CodeableConcept | [DK] henvisningskode Binding: Lettilgængeligt Tilbud - Henvisning (required) | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | Coding | Code defined by a terminology system | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Identity of the terminology system | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | code | Symbol in syntax defined by the system | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() |
?! | 1..1 | code | [DK] henvisningsAktivitetsstatus Binding: CarePlanActivityStatus (required): Codes that reflect the current state of a care plan activity within its overall life cycle. Required Pattern: completed | ||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| CarePlan.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| CarePlan.status | Base | required | RequestStatus | 📍4.0.1 | FHIR Std. |
| CarePlan.intent | Base | required | Care Plan Intent | 📍4.0.1 | FHIR Std. |
| CarePlan.activity.detail.code | Base | required | Lettilgængeligt Tilbud - Henvisning | 📦1.0.1 | This IG |
| CarePlan.activity.detail.status | Base | required | CarePlanActivityStatus | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| cpl-3 | error | CarePlan.activity | Provide a reference or detail, not both |
detail.empty() or reference.empty()
|
| dom-2 | error | CarePlan | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | CarePlan | 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().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-4 | error | CarePlan | 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 | CarePlan | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | CarePlan | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
This structure is derived from CarePlan
Other representations of profile: CSV, Excel, Schematron