Search FHIR

ANS IG document core
0.1.0 - ci-build France flag

ANS IG document core - version de développement local (v0.1.0) construite par les outils de publication FHIR (HL7® FHIR® Standard). Voir le répertoire des versions publiées

Resource Profile: FRCarePlanDocument - Detailed Descriptions

Draft as of 2025-12-05

Definitions for the fr-care-plan-document resource profile.

Des conseils sur linterprétation du contenu de ce tableau peuvent être trouvésici

0. CarePlan
Définition

Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions.

CourtHealthcare plan for patient or group
Contrôle0..*
Est modificateurfalse
Résuméfalse
Noms alternatifsCare Team
Invariantsdom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty())
dom-3: 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: 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: If a resource is contained in another resource, it SHALL NOT have a security label (contained.meta.security.empty())
dom-6: A resource should have narrative for robust management (text.`div`.exists())
2. CarePlan.implicitRules
Définition

A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

CourtA set of rules under which this content was created
Commentaires

Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.

Contrôle0..1
Typeuri
Est modificateurtrue parce que This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation
Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
Résumétrue
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
4. CarePlan.modifierExtension
Définition

May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

CourtExtensions that cannot be ignored
Commentaires

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Contrôle0..*
TypeExtension
Est modificateurtrue parce que Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them
Résuméfalse
Exigences

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Noms alternatifsextensions, user content
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
6. CarePlan.identifier
Définition

Business identifiers assigned to this care plan by the performer or other systems which remain constant as the resource is updated and propagates from server to server.

CourtIdentifiant de la ligne de traitement dans un plan de traitement.External Ids for this plan
Commentaires

This is a business identifier, not a resource identifier (see discussion). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.

NoteCeci est un identifiant métier, pas un identifiant de ressource (voir discussion)
Contrôle10..*
TypeIdentifier
Est modificateurfalse
Doit être pris en charge (Must Support)true
Résumétrue
Exigences

Allows identification of the care plan as it is known by various participating systems and in a way that remains consistent across servers.

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
8. CarePlan.status
Définition

Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record.

Courtdraft | active | on-hold | revoked | completed | entered-in-error | unknown
Commentaires

The unknown code is not to be used to convey other statuses. The unknown code should be used when one of the statuses applies, but the authoring system doesn't know the current state of the care plan.

This element is labeled as a modifier because the status contains the code entered-in-error that marks the plan as not currently valid.

Contrôle1..1
BindingLes codes DOIVENT (SHALL) être pris de RequestStatushttp://hl7.org/fhir/ValueSet/request-status|4.0.1
(required to http://hl7.org/fhir/ValueSet/request-status|4.0.1)

Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record.

Typecode
Est modificateurtrue parce que This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
Résumétrue
Exigences

Allows clinicians to determine whether the plan is actionable or not.

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
10. CarePlan.intent
Définition

Indicates the level of authority/intentionality associated with the care plan and where the care plan fits into the workflow chain.

Courtproposal | plan | order | option
Commentaires

This element is labeled as a modifier because the intent alters when and how the resource is actually applicable.

Contrôle1..1
BindingLes codes DOIVENT (SHALL) être pris de CarePlanIntenthttp://hl7.org/fhir/ValueSet/care-plan-intent|4.0.1
(required to http://hl7.org/fhir/ValueSet/care-plan-intent|4.0.1)

Codes indicating the degree of authority/intentionality associated with a care plan.

Typecode
Est modificateurtrue parce que This element changes the interpretation of all descriptive attributes. For example "the time the request is recommended to occur" vs. "the time the request is authorized to occur" or "who is recommended to perform the request" vs. "who is authorized to perform the request"
Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
Résumétrue
Exigences

Proposals/recommendations, plans and orders all use the same structure and can exist in the same fulfillment chain.

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
12. CarePlan.category
Définition

Identifies what "kind" of plan this is to support differentiation between multiple co-existing plans; e.g. "Home health", "psychiatric", "asthma", "disease management", "wellness plan", etc.

CourtCode indiquant que la référence est une ligne de traitement dans un plan de traitement.Type of plan
Commentaires

There may be multiple axes of categorization and one plan may serve multiple purposes. In some cases, this may be redundant with references to CarePlan.concern.

Contrôle10..1*
BindingPour des exemples de codes, voir CarePlanCategoryhttp://hl7.org/fhir/ValueSet/care-plan-category|4.0.1
(example to http://hl7.org/fhir/ValueSet/care-plan-category|4.0.1)

Identifies what "kind" of plan this is to support differentiation between multiple co-existing plans; e.g. "Home health", "psychiatric", "asthma", "disease management", etc.

TypeCodeableConcept
Est modificateurfalse
Doit être pris en charge (Must Support)true
Résumétrue
Exigences

Used for filtering what plan(s) are retrieved and displayed to different types of users.

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
14. CarePlan.category.coding
Définition

A reference to a code defined by a terminology system.

CourtCode defined by a terminology system
Commentaires

Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

Contrôle10..1*
TypeCoding
Est modificateurfalse
Résumétrue
Exigences

Allows for alternative encodings within a code system, and translations to other code systems.

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
16. CarePlan.category.coding.system
Définition

The identification of the code system that defines the meaning of the symbol in the code.

CourtIdentity of the terminology system
Commentaires

The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

Contrôle0..1
Typeuri
Est modificateurfalse
Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
Résumétrue
Exigences

Need to be unambiguous about the source of the definition of the symbol.

Valeur de motifurn:1.3.6.1.4.1.19376.1.9.2.2
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
18. CarePlan.category.coding.code
Définition

A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

CourtSymbol in syntax defined by the system
Contrôle0..1
Typecode
Est modificateurfalse
Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
Résumétrue
Exigences

Need to refer to a particular code in the system.

Valeur de motifIHEPharmacyItemTypeList
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
20. CarePlan.category.coding.display
Définition

A representation of the meaning of the code in the system, following the rules of the system.

CourtRepresentation defined by the system
Contrôle0..1
Typestring
Est modificateurfalse
Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
Résumétrue
Exigences

Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

Valeur de motifLigne dans un plan de traitement
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
22. CarePlan.subject
Définition

Identifies the patient or group whose intended care is described by the plan.

CourtWho the care plan is for
Contrôle1..1
TypeReference(Patient, Group)
Est modificateurfalse
Résumétrue
Noms alternatifspatient
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
24. CarePlan.author
Définition

When populated, the author is responsible for the care plan. The care plan is attributed to the author.

CourtWho is the designated responsible party
Commentaires

The author may also be a contributor. For example, an organization can be an author, but not listed as a contributor.

Contrôle0..1
TypeReference(Patient, Practitioner, PractitionerRole, Device, RelatedPerson, Organization, CareTeam)
Est modificateurfalse
Doit être pris en charge (Must Support)true
Types qui doivent être pris en charge (Must Support)Aucune règle de prise en charge obligatoire concernant le choix des types/profils
Résumétrue
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
26. CarePlan.activity
Définition

Identifies a planned action to occur as part of the plan. For example, a medication to be used, lab tests to perform, self-monitoring, education, etc.

CourtAction to occur as part of plan
Contrôle0..*
TypeBackboneElement
Est modificateurfalse
Résuméfalse
Exigences

Allows systems to prompt for performance of planned activities, and validate plans against best practice.

Invariantscpl-3: Provide a reference or detail, not both (detail.empty() or reference.empty())
ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
cpl-3: Provide a reference or detail, not both (detail.empty() or reference.empty())
28. CarePlan.activity.modifierExtension
Définition

May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

CourtExtensions that cannot be ignored even if unrecognized
Commentaires

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Contrôle0..*
TypeExtension
Est modificateurtrue parce que Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
Résumétrue
Exigences

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Noms alternatifsextensions, user content, modifiers
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
30. CarePlan.activity.reference
Définition

The details of the proposed activity represented in a specific resource.

CourtActivity details defined in specific resource
Commentaires

Standard extension exists (resource-pertainsToGoal) that allows goals to be referenced from any of the referenced resources in CarePlan.activity.reference.
The goal should be visible when the resource referenced by CarePlan.activity.reference is viewed independently from the CarePlan. Requests that are pointed to by a CarePlan using this element should not point to this CarePlan using the "basedOn" element. i.e. Requests that are part of a CarePlan are not "based on" the CarePlan.

Contrôle0..1
Cet élément est affecté par les invariants suivants : cpl-3
TypeReference(MedicationRequest - FR Medication Request Document, Appointment, CommunicationRequest, DeviceRequest, MedicationRequest, NutritionOrder, Task, ServiceRequest, VisionPrescription, RequestGroup)
Est modificateurfalse
Doit être pris en charge (Must Support)true
Résuméfalse
Exigences

Details in a form consistent with other applications and contexts of use.

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
32. CarePlan.activity.detail
Définition

A simple summary of a planned activity suitable for a general care plan system (e.g. form driven) that doesn't know about specific resources such as procedure etc.

CourtIn-line definition of activity
Contrôle0..1
Cet élément est affecté par les invariants suivants : cpl-3
TypeBackboneElement
Est modificateurfalse
Résuméfalse
Exigences

Details in a simple form for generic care plan systems.

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
34. CarePlan.activity.detail.modifierExtension
Définition

May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

CourtExtensions that cannot be ignored even if unrecognized
Commentaires

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Contrôle0..*
TypeExtension
Est modificateurtrue parce que Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
Résumétrue
Exigences

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Noms alternatifsextensions, user content, modifiers
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
36. CarePlan.activity.detail.status
Définition

Identifies what progress is being made for the specific activity.

Courtnot-started | scheduled | in-progress | on-hold | completed | cancelled | stopped | unknown | entered-in-error
Commentaires

Some aspects of status can be inferred based on the resources linked in actionTaken. Note that "status" is only as current as the plan was most recently updated.
The unknown code is not to be used to convey other statuses. The unknown code should be used when one of the statuses applies, but the authoring system doesn't know the current state of the activity.

Contrôle1..1
BindingLes codes DOIVENT (SHALL) être pris de CarePlanActivityStatushttp://hl7.org/fhir/ValueSet/care-plan-activity-status|4.0.1
(required to http://hl7.org/fhir/ValueSet/care-plan-activity-status|4.0.1)

Codes that reflect the current state of a care plan activity within its overall life cycle.

Typecode
Est modificateurtrue parce que This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the activity should not be treated as valid
Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
Résuméfalse
Exigences

Indicates progress against the plan, whether the activity is still relevant for the plan.

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
38. CarePlan.activity.detail.doNotPerform
Définition

If true, indicates that the described activity is one that must NOT be engaged in when following the plan. If false, or missing, indicates that the described activity is one that should be engaged in when following the plan.

CourtIf true, activity is prohibiting action
Commentaires

This element is labeled as a modifier because it marks an activity as an activity that is not to be performed.

Contrôle0..1
Typeboolean
Est modificateurtrue parce que If true this element negates the specified action. For example, instead of a request for a procedure, it is a request for the procedure to not occur.
Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
Résuméfalse
Exigences

Captures intention to not do something that may have been previously typical.

Signification si manquantIf missing indicates that the described activity is one that should be engaged in when following the plan.
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
40. CarePlan.activity.detail.product[x]
Définition

Identifies the food, drug or other product to be consumed or supplied in the activity.

CourtProduit de santéWhat is to be administered/supplied
Contrôle0..1
BindingPour des exemples de codes, voir SNOMEDCTMedicationCodeshttp://hl7.org/fhir/ValueSet/medication-codes|4.0.1
(example to http://hl7.org/fhir/ValueSet/medication-codes|4.0.1)

A product supplied or administered as part of a care plan activity.

TypeChoix de : CodeableConcept, Reference(Medication - FR Medication Document, Medication - FR Medications Combinaison Document, Medication, Substance)
Note [x]VoirChoix de types de donnéespour plus dinformations sur lutilisation de [x]
Est modificateurfalse
Doit être pris en charge (Must Support)true
Types qui doivent être pris en charge (Must Support)Aucune règle de prise en charge obligatoire concernant le choix des types/profils
Résuméfalse
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))

Des conseils sur linterprétation du contenu de ce tableau peuvent être trouvésici

0. CarePlan
2. CarePlan.identifier
CourtIdentifiant de la ligne de traitement dans un plan de traitement.
NoteCeci est un identifiant métier, pas un identifiant de ressource (voir discussion)
Contrôle1..?
Doit être pris en charge (Must Support)true
4. CarePlan.category
CourtCode indiquant que la référence est une ligne de traitement dans un plan de traitement.
Contrôle1..1
Doit être pris en charge (Must Support)true
6. CarePlan.category.coding
Contrôle1..1
8. CarePlan.category.coding.system
Valeur de motifurn:1.3.6.1.4.1.19376.1.9.2.2
10. CarePlan.category.coding.code
Valeur de motifIHEPharmacyItemTypeList
12. CarePlan.category.coding.display
Valeur de motifLigne dans un plan de traitement
14. CarePlan.author
Doit être pris en charge (Must Support)true
16. CarePlan.activity
18. CarePlan.activity.reference
TypeReference(MedicationRequest - FR Medication Request Document)
Doit être pris en charge (Must Support)true
20. CarePlan.activity.detail
22. CarePlan.activity.detail.product[x]
CourtProduit de santé
TypeChoix de : CodeableConcept, Reference(Medication - FR Medication Document, Medication - FR Medications Combinaison Document)
Note [x]VoirChoix de types de donnéespour plus dinformations sur lutilisation de [x]
Doit être pris en charge (Must Support)true
Types qui doivent être pris en charge (Must Support)Aucune règle de prise en charge obligatoire concernant le choix des types/profils

Des conseils sur linterprétation du contenu de ce tableau peuvent être trouvésici

0. CarePlan
Définition

Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions.

CourtHealthcare plan for patient or group
Contrôle0..*
Est modificateurfalse
Résuméfalse
Noms alternatifsCare Team
Invariantsdom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty())
dom-3: 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: 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: If a resource is contained in another resource, it SHALL NOT have a security label (contained.meta.security.empty())
dom-6: A resource should have narrative for robust management (text.`div`.exists())
2. CarePlan.id
Définition

The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.

CourtLogical id of this artifact
Commentaires

The only time that a resource does not have an id is when it is being submitted to the server using a create operation.

Contrôle0..1
Typeid
Est modificateurfalse
Résumétrue
4. CarePlan.meta
Définition

The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.

CourtMetadata about the resource
Contrôle0..1
TypeMeta
Est modificateurfalse
Résumétrue
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
6. CarePlan.implicitRules
Définition

A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

CourtA set of rules under which this content was created
Commentaires

Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.

Contrôle0..1
Typeuri
Est modificateurtrue parce que This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation
Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
Résumétrue
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
8. CarePlan.language
Définition

The base language in which the resource is written.

CourtLanguage of the resource content
Commentaires

Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).

Contrôle0..1
BindingLes codes DEVRAIENT (SHOULD) être pris de CommonLanguages
(preferred to http://hl7.org/fhir/ValueSet/languages|4.0.1)

A human language.

Bindings AdditionnelsBut
AllLanguagesBinding Max
Typecode
Est modificateurfalse
Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
Résuméfalse
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
10. CarePlan.text
Définition

A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.

CourtText summary of the resource, for human interpretation
Commentaires

Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later.

Contrôle0..1
TypeNarrative
Est modificateurfalse
Résuméfalse
Noms alternatifsnarrative, html, xhtml, display
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
12. CarePlan.contained
Définition

These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.

CourtContained, inline Resources
Commentaires

This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.

Contrôle0..*
TypeResource
Est modificateurfalse
Résuméfalse
Noms alternatifsinline resources, anonymous resources, contained resources
14. CarePlan.extension
Définition

May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

CourtAdditional content defined by implementations
Commentaires

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Contrôle0..*
TypeExtension
Est modificateurfalse
Résuméfalse
Noms alternatifsextensions, user content
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
16. CarePlan.modifierExtension
Définition

May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

CourtExtensions that cannot be ignored
Commentaires

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Contrôle0..*
TypeExtension
Est modificateurtrue parce que Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them
Résuméfalse
Exigences

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Noms alternatifsextensions, user content
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
18. CarePlan.identifier
Définition

Business identifiers assigned to this care plan by the performer or other systems which remain constant as the resource is updated and propagates from server to server.

CourtIdentifiant de la ligne de traitement dans un plan de traitement.
Commentaires

This is a business identifier, not a resource identifier (see discussion). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.

NoteCeci est un identifiant métier, pas un identifiant de ressource (voir discussion)
Contrôle1..*
TypeIdentifier
Est modificateurfalse
Doit être pris en charge (Must Support)true
Résumétrue
Exigences

Allows identification of the care plan as it is known by various participating systems and in a way that remains consistent across servers.

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
20. CarePlan.instantiatesCanonical
Définition

The URL pointing to a FHIR-defined protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan.

CourtInstantiates FHIR protocol or definition
Contrôle0..*
Typecanonical(PlanDefinition, Questionnaire, Measure, ActivityDefinition, OperationDefinition)
Est modificateurfalse
Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
Résumétrue
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
22. CarePlan.instantiatesUri
Définition

The URL pointing to an externally maintained protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan.

CourtInstantiates external protocol or definition
Commentaires

This might be an HTML page, PDF, etc. or could just be a non-resolvable URI identifier.

Contrôle0..*
Typeuri
Est modificateurfalse
Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
Résumétrue
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
24. CarePlan.basedOn
Définition

A care plan that is fulfilled in whole or in part by this care plan.

CourtFulfills CarePlan
Contrôle0..*
TypeReference(CarePlan)
Est modificateurfalse
Résumétrue
Exigences

Allows tracing of the care plan and tracking whether proposals/recommendations were acted upon.

Noms alternatifsfulfills
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
26. CarePlan.replaces
Définition

Completed or terminated care plan whose function is taken by this new care plan.

CourtCarePlan replaced by this CarePlan
Commentaires

The replacement could be because the initial care plan was immediately rejected (due to an issue) or because the previous care plan was completed, but the need for the action described by the care plan remains ongoing.

Contrôle0..*
TypeReference(CarePlan)
Est modificateurfalse
Résumétrue
Exigences

Allows tracing the continuation of a therapy or administrative process instantiated through multiple care plans.

Noms alternatifssupersedes
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
28. CarePlan.partOf
Définition

A larger care plan of which this particular care plan is a component or step.

CourtPart of referenced CarePlan
Commentaires

Each care plan is an independent request, such that having a care plan be part of another care plan can cause issues with cascading statuses. As such, this element is still being discussed.

Contrôle0..*
TypeReference(CarePlan)
Est modificateurfalse
Résumétrue
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
30. CarePlan.status
Définition

Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record.

Courtdraft | active | on-hold | revoked | completed | entered-in-error | unknown
Commentaires

The unknown code is not to be used to convey other statuses. The unknown code should be used when one of the statuses applies, but the authoring system doesn't know the current state of the care plan.

This element is labeled as a modifier because the status contains the code entered-in-error that marks the plan as not currently valid.

Contrôle1..1
BindingLes codes DOIVENT (SHALL) être pris de RequestStatus
(required to http://hl7.org/fhir/ValueSet/request-status|4.0.1)

Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record.

Typecode
Est modificateurtrue parce que This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
Résumétrue
Exigences

Allows clinicians to determine whether the plan is actionable or not.

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
32. CarePlan.intent
Définition

Indicates the level of authority/intentionality associated with the care plan and where the care plan fits into the workflow chain.

Courtproposal | plan | order | option
Commentaires

This element is labeled as a modifier because the intent alters when and how the resource is actually applicable.

Contrôle1..1
BindingLes codes DOIVENT (SHALL) être pris de CarePlanIntent
(required to http://hl7.org/fhir/ValueSet/care-plan-intent|4.0.1)

Codes indicating the degree of authority/intentionality associated with a care plan.

Typecode
Est modificateurtrue parce que This element changes the interpretation of all descriptive attributes. For example "the time the request is recommended to occur" vs. "the time the request is authorized to occur" or "who is recommended to perform the request" vs. "who is authorized to perform the request"
Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
Résumétrue
Exigences

Proposals/recommendations, plans and orders all use the same structure and can exist in the same fulfillment chain.

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
34. CarePlan.category
Définition

Identifies what "kind" of plan this is to support differentiation between multiple co-existing plans; e.g. "Home health", "psychiatric", "asthma", "disease management", "wellness plan", etc.

CourtCode indiquant que la référence est une ligne de traitement dans un plan de traitement.
Commentaires

There may be multiple axes of categorization and one plan may serve multiple purposes. In some cases, this may be redundant with references to CarePlan.concern.

Contrôle1..1
BindingPour des exemples de codes, voir CarePlanCategory
(example to http://hl7.org/fhir/ValueSet/care-plan-category|4.0.1)

Identifies what "kind" of plan this is to support differentiation between multiple co-existing plans; e.g. "Home health", "psychiatric", "asthma", "disease management", etc.

TypeCodeableConcept
Est modificateurfalse
Doit être pris en charge (Must Support)true
Résumétrue
Exigences

Used for filtering what plan(s) are retrieved and displayed to different types of users.

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
36. CarePlan.category.id
Définition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

CourtUnique id for inter-element referencing
Contrôle0..1
Typestring
Est modificateurfalse
Format XMLDans le format XML, cette propriété est représentée comme attribut.
Résuméfalse
38. CarePlan.category.extension
Définition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

CourtAdditional content defined by implementations
Commentaires

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Contrôle0..*
TypeExtension
Est modificateurfalse
Résuméfalse
Noms alternatifsextensions, user content
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
SlicingCet élément introduit un ensemble de slices sur CarePlan.category.extension. Les slices sontNon ordonné et Open, et peut être différencié en utilisant les discriminateurs suivants :
  • value @ url
  • 40. CarePlan.category.coding
    Définition

    A reference to a code defined by a terminology system.

    CourtCode defined by a terminology system
    Commentaires

    Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

    Contrôle1..1
    TypeCoding
    Est modificateurfalse
    Résumétrue
    Exigences

    Allows for alternative encodings within a code system, and translations to other code systems.

    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    42. CarePlan.category.coding.id
    Définition

    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

    CourtUnique id for inter-element referencing
    Contrôle0..1
    Typestring
    Est modificateurfalse
    Format XMLDans le format XML, cette propriété est représentée comme attribut.
    Résuméfalse
    44. CarePlan.category.coding.extension
    Définition

    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

    CourtAdditional content defined by implementations
    Commentaires

    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

    Contrôle0..*
    TypeExtension
    Est modificateurfalse
    Résuméfalse
    Noms alternatifsextensions, user content
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
    SlicingCet élément introduit un ensemble de slices sur CarePlan.category.coding.extension. Les slices sontNon ordonné et Open, et peut être différencié en utilisant les discriminateurs suivants :
    • value @ url
    • 46. CarePlan.category.coding.system
      Définition

      The identification of the code system that defines the meaning of the symbol in the code.

      CourtIdentity of the terminology system
      Commentaires

      The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

      Contrôle0..1
      Typeuri
      Est modificateurfalse
      Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
      Résumétrue
      Exigences

      Need to be unambiguous about the source of the definition of the symbol.

      Valeur de motifurn:1.3.6.1.4.1.19376.1.9.2.2
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      48. CarePlan.category.coding.version
      Définition

      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

      CourtVersion of the system - if relevant
      Commentaires

      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

      NoteCeci est un ID de version métier, pas un ID de version de ressource (voir discussion)
      Contrôle0..1
      Typestring
      Est modificateurfalse
      Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
      Résumétrue
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      50. CarePlan.category.coding.code
      Définition

      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

      CourtSymbol in syntax defined by the system
      Contrôle0..1
      Typecode
      Est modificateurfalse
      Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
      Résumétrue
      Exigences

      Need to refer to a particular code in the system.

      Valeur de motifIHEPharmacyItemTypeList
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      52. CarePlan.category.coding.display
      Définition

      A representation of the meaning of the code in the system, following the rules of the system.

      CourtRepresentation defined by the system
      Contrôle0..1
      Typestring
      Est modificateurfalse
      Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
      Résumétrue
      Exigences

      Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

      Valeur de motifLigne dans un plan de traitement
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      54. CarePlan.category.coding.userSelected
      Définition

      Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).

      CourtIf this coding was chosen directly by the user
      Commentaires

      Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely.

      Contrôle0..1
      Typeboolean
      Est modificateurfalse
      Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
      Résumétrue
      Exigences

      This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      56. CarePlan.category.text
      Définition

      A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

      CourtPlain text representation of the concept
      Commentaires

      Very often the text is the same as a displayName of one of the codings.

      Contrôle0..1
      Typestring
      Est modificateurfalse
      Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
      Résumétrue
      Exigences

      The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      58. CarePlan.title
      Définition

      Human-friendly name for the care plan.

      CourtHuman-friendly name for the care plan
      Contrôle0..1
      Typestring
      Est modificateurfalse
      Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
      Résumétrue
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      60. CarePlan.description
      Définition

      A description of the scope and nature of the plan.

      CourtSummary of nature of plan
      Contrôle0..1
      Typestring
      Est modificateurfalse
      Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
      Résumétrue
      Exigences

      Provides more detail than conveyed by category.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      62. CarePlan.subject
      Définition

      Identifies the patient or group whose intended care is described by the plan.

      CourtWho the care plan is for
      Contrôle1..1
      TypeReference(Patient, Group)
      Est modificateurfalse
      Résumétrue
      Noms alternatifspatient
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      64. CarePlan.encounter
      Définition

      The Encounter during which this CarePlan was created or to which the creation of this record is tightly associated.

      CourtEncounter created as part of
      Commentaires

      This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter. CarePlan activities conducted as a result of the care plan may well occur as part of other encounters.

      Contrôle0..1
      TypeReference(Encounter)
      Est modificateurfalse
      Résumétrue
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      66. CarePlan.period
      Définition

      Indicates when the plan did (or is intended to) come into effect and end.

      CourtTime period plan covers
      Commentaires

      Any activities scheduled as part of the plan should be constrained to the specified period regardless of whether the activities are planned within a single encounter/episode or across multiple encounters/episodes (e.g. the longitudinal management of a chronic condition).

      Contrôle0..1
      TypePeriod
      Est modificateurfalse
      Résumétrue
      Exigences

      Allows tracking what plan(s) are in effect at a particular time.

      Noms alternatifstiming
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      68. CarePlan.created
      Définition

      Represents when this particular CarePlan record was created in the system, which is often a system-generated date.

      CourtDate record was first recorded
      Contrôle0..1
      TypedateTime
      Est modificateurfalse
      Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
      Résumétrue
      Noms alternatifsauthoredOn
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      70. CarePlan.author
      Définition

      When populated, the author is responsible for the care plan. The care plan is attributed to the author.

      CourtWho is the designated responsible party
      Commentaires

      The author may also be a contributor. For example, an organization can be an author, but not listed as a contributor.

      Contrôle0..1
      TypeReference(Patient, Practitioner, PractitionerRole, Device, RelatedPerson, Organization, CareTeam)
      Est modificateurfalse
      Doit être pris en charge (Must Support)true
      Types qui doivent être pris en charge (Must Support)Aucune règle de prise en charge obligatoire concernant le choix des types/profils
      Résumétrue
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      72. CarePlan.contributor
      Définition

      Identifies the individual(s) or organization who provided the contents of the care plan.

      CourtWho provided the content of the care plan
      Commentaires

      Collaborative care plans may have multiple contributors.

      Contrôle0..*
      TypeReference(Patient, Practitioner, PractitionerRole, Device, RelatedPerson, Organization, CareTeam)
      Est modificateurfalse
      Résuméfalse
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      74. CarePlan.careTeam
      Définition

      Identifies all people and organizations who are expected to be involved in the care envisioned by this plan.

      CourtWho's involved in plan?
      Contrôle0..*
      TypeReference(CareTeam)
      Est modificateurfalse
      Résuméfalse
      Exigences

      Allows representation of care teams, helps scope care plan. In some cases may be a determiner of access permissions.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      76. CarePlan.addresses
      Définition

      Identifies the conditions/problems/concerns/diagnoses/etc. whose management and/or mitigation are handled by this plan.

      CourtHealth issues this plan addresses
      Commentaires

      When the diagnosis is related to an allergy or intolerance, the Condition and AllergyIntolerance resources can both be used. However, to be actionable for decision support, using Condition alone is not sufficient as the allergy or intolerance condition needs to be represented as an AllergyIntolerance.

      Contrôle0..*
      TypeReference(Condition)
      Est modificateurfalse
      Résumétrue
      Exigences

      Links plan to the conditions it manages. The element can identify risks addressed by the plan as well as active conditions. (The Condition resource can include things like "at risk for hypertension" or "fall risk".) Also scopes plans - multiple plans may exist addressing different concerns.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      78. CarePlan.supportingInfo
      Définition

      Identifies portions of the patient's record that specifically influenced the formation of the plan. These might include comorbidities, recent procedures, limitations, recent assessments, etc.

      CourtInformation considered as part of plan
      Commentaires

      Use "concern" to identify specific conditions addressed by the care plan.

      Contrôle0..*
      TypeReference(Resource)
      Est modificateurfalse
      Résuméfalse
      Exigences

      Identifies barriers and other considerations associated with the care plan.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      80. CarePlan.goal
      Définition

      Describes the intended objective(s) of carrying out the care plan.

      CourtDesired outcome of plan
      Commentaires

      Goal can be achieving a particular change or merely maintaining a current state or even slowing a decline.

      Contrôle0..*
      TypeReference(Goal)
      Est modificateurfalse
      Résuméfalse
      Exigences

      Provides context for plan. Allows plan effectiveness to be evaluated by clinicians.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      82. CarePlan.activity
      Définition

      Identifies a planned action to occur as part of the plan. For example, a medication to be used, lab tests to perform, self-monitoring, education, etc.

      CourtAction to occur as part of plan
      Contrôle0..*
      TypeBackboneElement
      Est modificateurfalse
      Résuméfalse
      Exigences

      Allows systems to prompt for performance of planned activities, and validate plans against best practice.

      Invariantscpl-3: Provide a reference or detail, not both (detail.empty() or reference.empty())
      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      84. CarePlan.activity.id
      Définition

      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

      CourtUnique id for inter-element referencing
      Contrôle0..1
      Typestring
      Est modificateurfalse
      Format XMLDans le format XML, cette propriété est représentée comme attribut.
      Résuméfalse
      86. CarePlan.activity.extension
      Définition

      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

      CourtAdditional content defined by implementations
      Commentaires

      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

      Contrôle0..*
      TypeExtension
      Est modificateurfalse
      Résuméfalse
      Noms alternatifsextensions, user content
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
      88. CarePlan.activity.modifierExtension
      Définition

      May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

      CourtExtensions that cannot be ignored even if unrecognized
      Commentaires

      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

      Contrôle0..*
      TypeExtension
      Est modificateurtrue parce que Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
      Résumétrue
      Exigences

      Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

      Noms alternatifsextensions, user content, modifiers
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
      90. CarePlan.activity.outcomeCodeableConcept
      Définition

      Identifies the outcome at the point when the status of the activity is assessed. For example, the outcome of an education activity could be patient understands (or not).

      CourtResults of the activity
      Commentaires

      Note that this should not duplicate the activity status (e.g. completed or in progress).

      Contrôle0..*
      BindingPour des exemples de codes, voir CarePlanActivityOutcome
      (example to http://hl7.org/fhir/ValueSet/care-plan-activity-outcome|4.0.1)

      Identifies the results of the activity.

      TypeCodeableConcept
      Est modificateurfalse
      Résuméfalse
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      92. CarePlan.activity.outcomeReference
      Définition

      Details of the outcome or action resulting from the activity. The reference to an "event" resource, such as Procedure or Encounter or Observation, is the result/outcome of the activity itself. The activity can be conveyed using CarePlan.activity.detail OR using the CarePlan.activity.reference (a reference to a “request” resource).

      CourtAppointment, Encounter, Procedure, etc.
      Commentaires

      The activity outcome is independent of the outcome of the related goal(s). For example, if the goal is to achieve a target body weight of 150 lbs and an activity is defined to diet, then the activity outcome could be calories consumed whereas the goal outcome is an observation for the actual body weight measured.

      Contrôle0..*
      TypeReference(Resource)
      Est modificateurfalse
      Résuméfalse
      Exigences

      Links plan to resulting actions.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      94. CarePlan.activity.progress
      Définition

      Notes about the adherence/status/progress of the activity.

      CourtComments about the activity status/progress
      Commentaires

      This element should NOT be used to describe the activity to be performed - that occurs either within the resource pointed to by activity.detail.reference or in activity.detail.description.

      Contrôle0..*
      TypeAnnotation
      Est modificateurfalse
      Résuméfalse
      Exigences

      Can be used to capture information about adherence, progress, concerns, etc.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      96. CarePlan.activity.reference
      Définition

      The details of the proposed activity represented in a specific resource.

      CourtActivity details defined in specific resource
      Commentaires

      Standard extension exists (resource-pertainsToGoal) that allows goals to be referenced from any of the referenced resources in CarePlan.activity.reference.
      The goal should be visible when the resource referenced by CarePlan.activity.reference is viewed independently from the CarePlan. Requests that are pointed to by a CarePlan using this element should not point to this CarePlan using the "basedOn" element. i.e. Requests that are part of a CarePlan are not "based on" the CarePlan.

      Contrôle0..1
      Cet élément est affecté par les invariants suivants : cpl-3
      TypeReference(MedicationRequest - FR Medication Request Document)
      Est modificateurfalse
      Doit être pris en charge (Must Support)true
      Résuméfalse
      Exigences

      Details in a form consistent with other applications and contexts of use.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      98. CarePlan.activity.detail
      Définition

      A simple summary of a planned activity suitable for a general care plan system (e.g. form driven) that doesn't know about specific resources such as procedure etc.

      CourtIn-line definition of activity
      Contrôle0..1
      Cet élément est affecté par les invariants suivants : cpl-3
      TypeBackboneElement
      Est modificateurfalse
      Résuméfalse
      Exigences

      Details in a simple form for generic care plan systems.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      100. CarePlan.activity.detail.id
      Définition

      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

      CourtUnique id for inter-element referencing
      Contrôle0..1
      Typestring
      Est modificateurfalse
      Format XMLDans le format XML, cette propriété est représentée comme attribut.
      Résuméfalse
      102. CarePlan.activity.detail.extension
      Définition

      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

      CourtAdditional content defined by implementations
      Commentaires

      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

      Contrôle0..*
      TypeExtension
      Est modificateurfalse
      Résuméfalse
      Noms alternatifsextensions, user content
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
      104. CarePlan.activity.detail.modifierExtension
      Définition

      May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

      CourtExtensions that cannot be ignored even if unrecognized
      Commentaires

      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

      Contrôle0..*
      TypeExtension
      Est modificateurtrue parce que Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
      Résumétrue
      Exigences

      Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

      Noms alternatifsextensions, user content, modifiers
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
      106. CarePlan.activity.detail.kind
      Définition

      A description of the kind of resource the in-line definition of a care plan activity is representing. The CarePlan.activity.detail is an in-line definition when a resource is not referenced using CarePlan.activity.reference. For example, a MedicationRequest, a ServiceRequest, or a CommunicationRequest.

      CourtAppointment | CommunicationRequest | DeviceRequest | MedicationRequest | NutritionOrder | Task | ServiceRequest | VisionPrescription
      Contrôle0..1
      BindingLes codes DOIVENT (SHALL) être pris de CarePlanActivityKind
      (required to http://hl7.org/fhir/ValueSet/care-plan-activity-kind|4.0.1)

      Resource types defined as part of FHIR that can be represented as in-line definitions of a care plan activity.

      Typecode
      Est modificateurfalse
      Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
      Résuméfalse
      Exigences

      May determine what types of extensions are permitted.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      108. CarePlan.activity.detail.instantiatesCanonical
      Définition

      The URL pointing to a FHIR-defined protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.

      CourtInstantiates FHIR protocol or definition
      Contrôle0..*
      Typecanonical(PlanDefinition, ActivityDefinition, Questionnaire, Measure, OperationDefinition)
      Est modificateurfalse
      Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
      Résuméfalse
      Exigences

      Allows Questionnaires that the patient (or practitioner) should fill in to fulfill the care plan activity.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      110. CarePlan.activity.detail.instantiatesUri
      Définition

      The URL pointing to an externally maintained protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.

      CourtInstantiates external protocol or definition
      Commentaires

      This might be an HTML page, PDF, etc. or could just be a non-resolvable URI identifier.

      Contrôle0..*
      Typeuri
      Est modificateurfalse
      Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
      Résuméfalse
      Exigences

      Allows Questionnaires that the patient (or practitioner) should fill in to fulfill the care plan activity.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      112. CarePlan.activity.detail.code
      Définition

      Detailed description of the type of planned activity; e.g. what lab test, what procedure, what kind of encounter.

      CourtDetail type of activity
      Commentaires

      Tends to be less relevant for activities involving particular products. Codes should not convey negation - use "prohibited" instead.

      Contrôle0..1
      BindingPour des exemples de codes, voir ProcedureCodes(SNOMEDCT)
      (example to http://hl7.org/fhir/ValueSet/procedure-code|4.0.1)

      Detailed description of the type of activity; e.g. What lab test, what procedure, what kind of encounter.

      TypeCodeableConcept
      Est modificateurfalse
      Résuméfalse
      Exigences

      Allows matching performed to planned as well as validation against protocols.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      114. CarePlan.activity.detail.reasonCode
      Définition

      Provides the rationale that drove the inclusion of this particular activity as part of the plan or the reason why the activity was prohibited.

      CourtWhy activity should be done or why activity was prohibited
      Commentaires

      This could be a diagnosis code. If a full condition record exists or additional detail is needed, use reasonCondition instead.

      Contrôle0..*
      BindingPour des exemples de codes, voir SNOMEDCTClinicalFindings
      (example to http://hl7.org/fhir/ValueSet/clinical-findings|4.0.1)

      Identifies why a care plan activity is needed. Can include any health condition codes as well as such concepts as "general wellness", prophylaxis, surgical preparation, etc.

      TypeCodeableConcept
      Est modificateurfalse
      Résuméfalse
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      116. CarePlan.activity.detail.reasonReference
      Définition

      Indicates another resource, such as the health condition(s), whose existence justifies this request and drove the inclusion of this particular activity as part of the plan.

      CourtWhy activity is needed
      Commentaires

      Conditions can be identified at the activity level that are not identified as reasons for the overall plan.

      Contrôle0..*
      TypeReference(Condition, Observation, DiagnosticReport, DocumentReference)
      Est modificateurfalse
      Résuméfalse
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      118. CarePlan.activity.detail.goal
      Définition

      Internal reference that identifies the goals that this activity is intended to contribute towards meeting.

      CourtGoals this activity relates to
      Contrôle0..*
      TypeReference(Goal)
      Est modificateurfalse
      Résuméfalse
      Exigences

      So that participants know the link explicitly.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      120. CarePlan.activity.detail.status
      Définition

      Identifies what progress is being made for the specific activity.

      Courtnot-started | scheduled | in-progress | on-hold | completed | cancelled | stopped | unknown | entered-in-error
      Commentaires

      Some aspects of status can be inferred based on the resources linked in actionTaken. Note that "status" is only as current as the plan was most recently updated.
      The unknown code is not to be used to convey other statuses. The unknown code should be used when one of the statuses applies, but the authoring system doesn't know the current state of the activity.

      Contrôle1..1
      BindingLes codes DOIVENT (SHALL) être pris de CarePlanActivityStatus
      (required to http://hl7.org/fhir/ValueSet/care-plan-activity-status|4.0.1)

      Codes that reflect the current state of a care plan activity within its overall life cycle.

      Typecode
      Est modificateurtrue parce que This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the activity should not be treated as valid
      Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
      Résuméfalse
      Exigences

      Indicates progress against the plan, whether the activity is still relevant for the plan.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      122. CarePlan.activity.detail.statusReason
      Définition

      Provides reason why the activity isn't yet started, is on hold, was cancelled, etc.

      CourtReason for current status
      Commentaires

      Will generally not be present if status is "complete". Be sure to prompt to update this (or at least remove the existing value) if the status is changed.

      Contrôle0..1
      TypeCodeableConcept
      Est modificateurfalse
      Résuméfalse
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      124. CarePlan.activity.detail.doNotPerform
      Définition

      If true, indicates that the described activity is one that must NOT be engaged in when following the plan. If false, or missing, indicates that the described activity is one that should be engaged in when following the plan.

      CourtIf true, activity is prohibiting action
      Commentaires

      This element is labeled as a modifier because it marks an activity as an activity that is not to be performed.

      Contrôle0..1
      Typeboolean
      Est modificateurtrue parce que If true this element negates the specified action. For example, instead of a request for a procedure, it is a request for the procedure to not occur.
      Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
      Résuméfalse
      Exigences

      Captures intention to not do something that may have been previously typical.

      Signification si manquantIf missing indicates that the described activity is one that should be engaged in when following the plan.
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      126. CarePlan.activity.detail.scheduled[x]
      Définition

      The period, timing or frequency upon which the described activity is to occur.

      CourtWhen activity is to occur
      Contrôle0..1
      TypeChoix de : Timing, Period, string
      Note [x]VoirChoix de types de donnéespour plus dinformations sur lutilisation de [x]
      Est modificateurfalse
      Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
      Résuméfalse
      Exigences

      Allows prompting for activities and detection of missed planned activities.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      128. CarePlan.activity.detail.location
      Définition

      Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc.

      CourtWhere it should happen
      Commentaires

      May reference a specific clinical location or may identify a type of location.

      Contrôle0..1
      TypeReference(Location)
      Est modificateurfalse
      Résuméfalse
      Exigences

      Helps in planning of activity.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      130. CarePlan.activity.detail.performer
      Définition

      Identifies who's expected to be involved in the activity.

      CourtWho will be responsible?
      Commentaires

      A performer MAY also be a participant in the care plan.

      Contrôle0..*
      TypeReference(Practitioner, PractitionerRole, Organization, RelatedPerson, Patient, CareTeam, HealthcareService, Device)
      Est modificateurfalse
      Résuméfalse
      Exigences

      Helps in planning of activity.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      132. CarePlan.activity.detail.product[x]
      Définition

      Identifies the food, drug or other product to be consumed or supplied in the activity.

      CourtProduit de santé
      Contrôle0..1
      BindingPour des exemples de codes, voir SNOMEDCTMedicationCodes
      (example to http://hl7.org/fhir/ValueSet/medication-codes|4.0.1)

      A product supplied or administered as part of a care plan activity.

      TypeChoix de : CodeableConcept, Reference(Medication - FR Medication Document, Medication - FR Medications Combinaison Document)
      Note [x]VoirChoix de types de donnéespour plus dinformations sur lutilisation de [x]
      Est modificateurfalse
      Doit être pris en charge (Must Support)true
      Types qui doivent être pris en charge (Must Support)Aucune règle de prise en charge obligatoire concernant le choix des types/profils
      Résuméfalse
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      134. CarePlan.activity.detail.dailyAmount
      Définition

      Identifies the quantity expected to be consumed in a given day.

      CourtHow to consume/day?
      Contrôle0..1
      TypeQuantity(SimpleQuantity)
      Est modificateurfalse
      Résuméfalse
      Exigences

      Allows rough dose checking.

      Noms alternatifsdaily dose
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      136. CarePlan.activity.detail.quantity
      Définition

      Identifies the quantity expected to be supplied, administered or consumed by the subject.

      CourtHow much to administer/supply/consume
      Contrôle0..1
      TypeQuantity(SimpleQuantity)
      Est modificateurfalse
      Résuméfalse
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      138. CarePlan.activity.detail.description
      Définition

      This provides a textual description of constraints on the intended activity occurrence, including relation to other activities. It may also include objectives, pre-conditions and end-conditions. Finally, it may convey specifics about the activity such as body site, method, route, etc.

      CourtExtra info describing activity to perform
      Contrôle0..1
      Typestring
      Est modificateurfalse
      Valeur primitiveCet élément primitif peut être présent, absent ou remplacé par une extension
      Résuméfalse
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      140. CarePlan.note
      Définition

      General notes about the care plan not covered elsewhere.

      CourtComments about the plan
      Contrôle0..*
      TypeAnnotation
      Est modificateurfalse
      Résuméfalse
      Exigences

      Used to capture information that applies to the plan as a whole that doesn't fit into discrete elements.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))