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

Resource Profile: KLGatewayLTTReferral

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.

Scope and usage

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.

Conversions between Danish information model and FHIR profile

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

Formal Views of Profile Content

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

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. CarePlan 0..* CarePlan Healthcare plan for patient or group
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... basedOn Σ 1..1 Reference(KLGatewayLTTCarePlan) [DK] forløbsreference
... intent ?!Σ 1..1 code [DK] henvisningshensigt
Binding: CarePlanIntent (required): Codes indicating the degree of authority/intentionality associated with a care plan.
Required Pattern: plan
... subject Σ 1..1 Reference(KLGatewayLTTCitizen) [DK] henvisningssubjekt
... period Σ 1..1 Period Time period plan covers
.... start ΣC 1..1 dateTime [DK] henvisningstidspunkt
... activity C 1..1 BackboneElement Action to occur as part of plan
Constraints: cpl-3
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... detail C 1..1 BackboneElement In-line definition of activity
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept [DK] henvisningskode
Binding: Lettilgængeligt Tilbud - Henvisning (required)
...... coding Σ 1..1 Coding Code defined by a terminology system
..... status ?! 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

doco Documentation for this format

Terminology Bindings

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.

Constraints

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

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. CarePlan CarePlan
... identifier 0..0 External Ids for this plan
... instantiatesCanonical 0..0 Instantiates FHIR protocol or definition
... instantiatesUri 0..0 Instantiates external protocol or definition
... replaces 0..0 CarePlan replaced by this CarePlan
... partOf 0..0 Part of referenced CarePlan
... status 1..1 code [DK] henvisningsstatus
... intent 1..1 code [DK] henvisningshensigt
Required Pattern: plan
... category 0..0 Type of plan
... title 0..0 Human-friendly name for the care plan
... description 0..0 Summary of nature of plan
... subject 1..1 Reference(KLGatewayLTTCitizen) [DK] henvisningssubjekt
... encounter 0..0 Encounter created as part of
... period 1..1 Period Time period plan covers
.... start 1..1 dateTime [DK] henvisningstidspunkt
.... end 0..0 End time with inclusive boundary, if not ongoing
... created 0..0 Date record was first recorded
... author 0..0 Who is the designated responsible party
... contributor 0..0 Who provided the content of the care plan
... careTeam 0..0 Who's involved in plan?
... addresses 0..0 Health issues this plan addresses
... supportingInfo 0..0 Information considered as part of plan
... goal 0..0 Desired outcome of plan
... activity 1..1 BackboneElement Action to occur as part of plan
.... outcomeCodeableConcept 0..0 Results of the activity
.... outcomeReference 0..0 Appointment, Encounter, Procedure, etc.
.... progress 0..0 Comments about the activity status/progress
.... reference 0..0 Activity details defined in specific resource
.... detail 1..1 BackboneElement In-line definition of activity
..... kind 0..0 Appointment | CommunicationRequest | DeviceRequest | MedicationRequest | NutritionOrder | Task | ServiceRequest | VisionPrescription
..... instantiatesCanonical 0..0 Instantiates FHIR protocol or definition
..... instantiatesUri 0..0 Instantiates external protocol or definition
..... code 1..1 CodeableConcept [DK] henvisningskode
Binding: Lettilgængeligt Tilbud - Henvisning (required)
...... coding 1..1 Coding Code defined by a terminology system
....... version 0..0 Version of the system - if relevant
....... userSelected 0..0 If this coding was chosen directly by the user
...... text 0..0 Plain text representation of the concept
..... reasonCode 0..0 Why activity should be done or why activity was prohibited
..... reasonReference 0..0 Why activity is needed
..... goal 0..0 Goals this activity relates to
..... status 1..1 code [DK] henvisningsAktivitetsstatus
Required Pattern: completed
..... statusReason 0..0 Reason for current status
..... doNotPerform 0..0 If true, activity is prohibiting action
..... scheduled[x] 0..0 When activity is to occur
..... location 0..0 Where it should happen
..... performer 0..0 Who will be responsible?
..... product[x] 0..0 What is to be administered/supplied
..... dailyAmount 0..0 How to consume/day?
..... quantity 0..0 How much to administer/supply/consume
..... description 0..0 Extra info describing activity to perform
... note 0..0 Comments about the plan

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
CarePlan.activity.detail.​code Base required Lettilgængeligt Tilbud - Henvisning 📦1.0.1 This IG
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. CarePlan 0..* CarePlan Healthcare plan for patient or group
... 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
... basedOn Σ 1..1 Reference(KLGatewayLTTCarePlan) [DK] forløbsreference
... status ?!Σ 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.
... intent ?!Σ 1..1 code [DK] henvisningshensigt
Binding: CarePlanIntent (required): Codes indicating the degree of authority/intentionality associated with a care plan.
Required Pattern: plan
... subject Σ 1..1 Reference(KLGatewayLTTCitizen) [DK] henvisningssubjekt
... period Σ 1..1 Period Time period plan covers
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... start ΣC 1..1 dateTime [DK] henvisningstidspunkt
... activity C 1..1 BackboneElement Action to occur as part of plan
Constraints: cpl-3
.... 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
.... detail C 1..1 BackboneElement In-line definition of activity
..... 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
..... code 1..1 CodeableConcept [DK] henvisningskode
Binding: Lettilgængeligt Tilbud - Henvisning (required)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding Σ 1..1 Coding Code defined by a terminology system
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
....... system Σ 0..1 uri Identity of the terminology system
....... code Σ 0..1 code Symbol in syntax defined by the system
....... display Σ 0..1 string Representation defined by the system
..... status ?! 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

doco Documentation for this format

Terminology Bindings

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.

Constraints

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

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. CarePlan 0..* CarePlan Healthcare plan for patient or group
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... basedOn Σ 1..1 Reference(KLGatewayLTTCarePlan) [DK] forløbsreference
... intent ?!Σ 1..1 code [DK] henvisningshensigt
Binding: CarePlanIntent (required): Codes indicating the degree of authority/intentionality associated with a care plan.
Required Pattern: plan
... subject Σ 1..1 Reference(KLGatewayLTTCitizen) [DK] henvisningssubjekt
... period Σ 1..1 Period Time period plan covers
.... start ΣC 1..1 dateTime [DK] henvisningstidspunkt
... activity C 1..1 BackboneElement Action to occur as part of plan
Constraints: cpl-3
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... detail C 1..1 BackboneElement In-line definition of activity
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 1..1 CodeableConcept [DK] henvisningskode
Binding: Lettilgængeligt Tilbud - Henvisning (required)
...... coding Σ 1..1 Coding Code defined by a terminology system
..... status ?! 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

doco Documentation for this format

Terminology Bindings

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.

Constraints

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

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. CarePlan CarePlan
... identifier 0..0 External Ids for this plan
... instantiatesCanonical 0..0 Instantiates FHIR protocol or definition
... instantiatesUri 0..0 Instantiates external protocol or definition
... replaces 0..0 CarePlan replaced by this CarePlan
... partOf 0..0 Part of referenced CarePlan
... status 1..1 code [DK] henvisningsstatus
... intent 1..1 code [DK] henvisningshensigt
Required Pattern: plan
... category 0..0 Type of plan
... title 0..0 Human-friendly name for the care plan
... description 0..0 Summary of nature of plan
... subject 1..1 Reference(KLGatewayLTTCitizen) [DK] henvisningssubjekt
... encounter 0..0 Encounter created as part of
... period 1..1 Period Time period plan covers
.... start 1..1 dateTime [DK] henvisningstidspunkt
.... end 0..0 End time with inclusive boundary, if not ongoing
... created 0..0 Date record was first recorded
... author 0..0 Who is the designated responsible party
... contributor 0..0 Who provided the content of the care plan
... careTeam 0..0 Who's involved in plan?
... addresses 0..0 Health issues this plan addresses
... supportingInfo 0..0 Information considered as part of plan
... goal 0..0 Desired outcome of plan
... activity 1..1 BackboneElement Action to occur as part of plan
.... outcomeCodeableConcept 0..0 Results of the activity
.... outcomeReference 0..0 Appointment, Encounter, Procedure, etc.
.... progress 0..0 Comments about the activity status/progress
.... reference 0..0 Activity details defined in specific resource
.... detail 1..1 BackboneElement In-line definition of activity
..... kind 0..0 Appointment | CommunicationRequest | DeviceRequest | MedicationRequest | NutritionOrder | Task | ServiceRequest | VisionPrescription
..... instantiatesCanonical 0..0 Instantiates FHIR protocol or definition
..... instantiatesUri 0..0 Instantiates external protocol or definition
..... code 1..1 CodeableConcept [DK] henvisningskode
Binding: Lettilgængeligt Tilbud - Henvisning (required)
...... coding 1..1 Coding Code defined by a terminology system
....... version 0..0 Version of the system - if relevant
....... userSelected 0..0 If this coding was chosen directly by the user
...... text 0..0 Plain text representation of the concept
..... reasonCode 0..0 Why activity should be done or why activity was prohibited
..... reasonReference 0..0 Why activity is needed
..... goal 0..0 Goals this activity relates to
..... status 1..1 code [DK] henvisningsAktivitetsstatus
Required Pattern: completed
..... statusReason 0..0 Reason for current status
..... doNotPerform 0..0 If true, activity is prohibiting action
..... scheduled[x] 0..0 When activity is to occur
..... location 0..0 Where it should happen
..... performer 0..0 Who will be responsible?
..... product[x] 0..0 What is to be administered/supplied
..... dailyAmount 0..0 How to consume/day?
..... quantity 0..0 How much to administer/supply/consume
..... description 0..0 Extra info describing activity to perform
... note 0..0 Comments about the plan

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
CarePlan.activity.detail.​code Base required Lettilgængeligt Tilbud - Henvisning 📦1.0.1 This IG

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. CarePlan 0..* CarePlan Healthcare plan for patient or group
... 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
... basedOn Σ 1..1 Reference(KLGatewayLTTCarePlan) [DK] forløbsreference
... status ?!Σ 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.
... intent ?!Σ 1..1 code [DK] henvisningshensigt
Binding: CarePlanIntent (required): Codes indicating the degree of authority/intentionality associated with a care plan.
Required Pattern: plan
... subject Σ 1..1 Reference(KLGatewayLTTCitizen) [DK] henvisningssubjekt
... period Σ 1..1 Period Time period plan covers
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... start ΣC 1..1 dateTime [DK] henvisningstidspunkt
... activity C 1..1 BackboneElement Action to occur as part of plan
Constraints: cpl-3
.... 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
.... detail C 1..1 BackboneElement In-line definition of activity
..... 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
..... code 1..1 CodeableConcept [DK] henvisningskode
Binding: Lettilgængeligt Tilbud - Henvisning (required)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding Σ 1..1 Coding Code defined by a terminology system
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
....... system Σ 0..1 uri Identity of the terminology system
....... code Σ 0..1 code Symbol in syntax defined by the system
....... display Σ 0..1 string Representation defined by the system
..... status ?! 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

doco Documentation for this format

Terminology Bindings

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.

Constraints

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