1.0.0 - release
CambioOpenServicesIG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Official URL: https://fhir.cambio.se/StructureDefinition/CarePlanSe | Version: 1.0.0 | |||
| Active as of 2023-08-23 | Computable Name: CarePlanSe | |||
The CarePlanSe profile is used to retrieve data about care plans in COSMIC.
The intended use for reading data with this API is in first hand that the API is applied for direct access and should not be used to transfer data between caregivers. If it should be used for "data copying" between care providers, patient consent must be handled outside the API.
The MustSupport-flag indicates which attributes are supported by Cambio, meaning that those can be returned as part of the care plan.
| Type | Description |
|---|---|
| Rule | The consumer of the API is responsible for making sure data retrieved is filtered in compliance with laws and regulations prior to presenting it to any end-users. |
| Rule | For reading careplans, the external system needs to be able to evaluate PDL. This means whether the information can be displayed for a healthcare professional with a specific assignment. PDL data needed (HSA care unit and HSA care provider) is retrieved by including the organization referenced from Careplan.author.PractitionerRoleLiteSe(PractitionerRole.organization.OrganizationSEVendorLite). |
| Limitation | This API can be used to find active care plans. Care plans that are completed or entered in error will not be returned. |
| COS version | Profile version | Required COSMIC version | Date | Description |
|---|---|---|---|---|
| 3.9.0 | 1.0.0 | 3.9.0 | September 2023 | Initial version, support for GET and search. |
| HTTP Method | Description |
|---|---|
| GET | Used to retrieve a care plan. |
| Parameter | Format | Mandatory | Comment |
|---|---|---|---|
subject |
string | Mandatory | The subject that the care plan is about. |
_profile |
string | Optional | Canonical url for specific profile (https://fhir.cambio.se/StructureDefinition/CarePlanSe) |
category |
string | Optional | The care plan's category. |
GET [baseURL]/CarePlanSe?subject.identifier=[patientIdentifier]_include paramsCarePlan:supportingInfoCarePlan:contributorCarePlan:subjectCarePlan:author.organizationCarePlan:author.practitioner| Code | Description | Comment |
|---|---|---|
| 400 | Invalid payloads |
Usages:
You can also check for usages in the FHIR IG Statistics
Description of Profiles, Differentials, Snapshots and how the different presentations work.
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | CarePlanCore | Healthcare plan for patient or group | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
?!Σ | 1..1 | code | Indicates whether the plan is currently being acted upon or is now a historical record. Binding: RequestStatus (required): Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record. |
![]() ![]() |
?!Σ | 1..1 | code | proposal | plan | order | option Binding: CarePlanIntent (required): Codes indicating the degree of authority/intentionality associated with a care plan. Fixed Value: plan |
![]() ![]() |
Σ | 1..1 | CodeableConcept | Type of plan. Can be standardized or individual. Slice: Unordered, Open by value:coding.code Binding: CarePlanCategory (required): Identifies what "kind" of plan this is. |
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Type of plan Binding: CarePlanCategory (required) |
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Type of plan Binding: CarePlanCategory (required) |
![]() ![]() |
SΣ | 0..1 | string | Human-friendly name for the care plan |
![]() ![]() |
Σ | 1..1 | Reference(Patient) | Who the care plan is for |
![]() ![]() |
SΣ | 0..1 | Reference(Encounter) | Encounter created as part of |
![]() ![]() |
SΣ | 0..1 | dateTime | Date record was first recorded |
![]() ![]() |
Σ | 0..1 | Reference(PractitionerRoleLiteSe) | Who is the designated responsible party |
![]() ![]() |
SΣ | 0..* | Reference(Condition) | Health issues this plan addresses |
![]() ![]() |
S | 0..* | Reference(Goal) | Desired outcome of plan |
![]() ![]() |
SC | 0..* | BackboneElement | Action to occur as part of plan Constraints: cpl-3 |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() |
S | 0..* | Reference(Procedure) | Clinical information recorded for the activity. |
Documentation for this format | ||||
| Path | Conformance | ValueSet / Code | URI |
| CarePlan.status | required | RequestStatushttp://hl7.org/fhir/ValueSet/request-status|4.0.1From the FHIR Standard | |
| CarePlan.intent | required | Fixed Value: planhttp://hl7.org/fhir/ValueSet/care-plan-intent|4.0.1From the FHIR Standard | |
| CarePlan.category | required | CarePlanCategoryhttps://fhir.cambio.se/ValueSet/CarePlanCategoryFrom this IG | |
| CarePlan.category:standardized | required | CarePlanCategoryhttps://fhir.cambio.se/ValueSet/CarePlanCategoryFrom this IG | |
| CarePlan.category:individual | required | CarePlanCategoryhttps://fhir.cambio.se/ValueSet/CarePlanCategoryFrom this IG | |
| CarePlan.activity.detail.status | required | CarePlanActivityStatushttp://hl7.org/fhir/ValueSet/care-plan-activity-status|4.0.1From the FHIR Standard |
| Id | Grade | Path(s) | Details | Requirements |
| 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 CarePlanCore
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | CarePlanCore | Healthcare plan for patient or group | |
![]() ![]() |
0..0 | |||
![]() ![]() |
0..0 | |||
![]() ![]() |
0..0 | |||
![]() ![]() |
0..0 | |||
![]() ![]() |
0..0 | |||
![]() ![]() |
0..0 | |||
![]() ![]() |
1..1 | code | Indicates whether the plan is currently being acted upon or is now a historical record. | |
![]() ![]() |
1..1 | code | proposal | plan | order | option Fixed Value: plan | |
![]() ![]() |
1..1 | CodeableConcept | Type of plan. Can be standardized or individual. Slice: Unordered, Open by value:coding.code Binding: CarePlanCategory (required): Identifies what "kind" of plan this is. | |
![]() ![]() ![]() |
0..1 | CodeableConcept | Type of plan Binding: CarePlanCategory (required) | |
![]() ![]() ![]() ![]() |
||||
![]() ![]() ![]() ![]() ![]() |
0..1 | uri | Identity of the terminology system Fixed Value: https://cambio.codes/cs/care-plan-category | |
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: SVP | |
![]() ![]() ![]() |
0..1 | CodeableConcept | Type of plan Binding: CarePlanCategory (required) | |
![]() ![]() ![]() ![]() |
||||
![]() ![]() ![]() ![]() ![]() |
0..1 | uri | Identity of the terminology system Fixed Value: https://cambio.codes/cs/care-plan-category | |
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: IP | |
![]() ![]() |
S | 0..1 | string | Human-friendly name for the care plan |
![]() ![]() |
0..0 | |||
![]() ![]() |
1..1 | Reference(Patient) | Who the care plan is for | |
![]() ![]() |
S | 0..1 | Reference(Encounter) | Encounter created as part of |
![]() ![]() |
S | 0..1 | dateTime | Date record was first recorded |
![]() ![]() |
0..1 | Reference(PractitionerRoleLiteSe) | Who is the designated responsible party | |
![]() ![]() |
0..0 | |||
![]() ![]() |
0..0 | |||
![]() ![]() |
S | 0..* | Reference(Condition) | Health issues this plan addresses |
![]() ![]() |
0..0 | |||
![]() ![]() |
S | 0..* | Reference(Goal) | Desired outcome of plan |
![]() ![]() |
S | 0..* | BackboneElement | Action to occur as part of plan |
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
S | 0..* | Reference(Procedure) | Clinical information recorded for the activity. |
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() |
0..0 | |||
Documentation for this format | ||||
| Path | Conformance | ValueSet | URI |
| CarePlan.category | required | CarePlanCategoryhttps://fhir.cambio.se/ValueSet/CarePlanCategoryFrom this IG | |
| CarePlan.category:standardized | required | CarePlanCategoryhttps://fhir.cambio.se/ValueSet/CarePlanCategoryFrom this IG | |
| CarePlan.category:individual | required | CarePlanCategoryhttps://fhir.cambio.se/ValueSet/CarePlanCategoryFrom this IG |
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | CarePlanCore | Healthcare plan for patient or group | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
?!Σ | 1..1 | code | Indicates whether the plan is currently being acted upon or is now a historical record. Binding: RequestStatus (required): Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record. | ||||
![]() ![]() |
?!Σ | 1..1 | code | proposal | plan | order | option Binding: CarePlanIntent (required): Codes indicating the degree of authority/intentionality associated with a care plan. Fixed Value: plan | ||||
![]() ![]() |
Σ | 1..1 | CodeableConcept | Type of plan. Can be standardized or individual. Slice: Unordered, Open by value:coding.code Binding: CarePlanCategory (required): Identifies what "kind" of plan this is. | ||||
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Type of plan Binding: CarePlanCategory (required) | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Code defined by a terminology system | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Identity of the terminology system Fixed Value: https://cambio.codes/cs/care-plan-category | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Symbol in syntax defined by the system Fixed Value: SVP | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Type of plan Binding: CarePlanCategory (required) | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Code defined by a terminology system | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Identity of the terminology system Fixed Value: https://cambio.codes/cs/care-plan-category | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Symbol in syntax defined by the system Fixed Value: IP | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() |
SΣ | 0..1 | string | Human-friendly name for the care plan | ||||
![]() ![]() |
Σ | 1..1 | Reference(Patient) | Who the care plan is for | ||||
![]() ![]() |
SΣ | 0..1 | Reference(Encounter) | Encounter created as part of | ||||
![]() ![]() |
SΣ | 0..1 | dateTime | Date record was first recorded | ||||
![]() ![]() |
Σ | 0..1 | Reference(PractitionerRoleLiteSe) | Who is the designated responsible party | ||||
![]() ![]() |
SΣ | 0..* | Reference(Condition) | Health issues this plan addresses | ||||
![]() ![]() |
S | 0..* | Reference(Goal) | Desired outcome of plan | ||||
![]() ![]() |
SC | 0..* | BackboneElement | Action to occur as part of plan Constraints: cpl-3 | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
S | 0..* | Reference(Procedure) | Clinical information recorded for the activity. | ||||
Documentation for this format | ||||||||
| Path | Conformance | ValueSet / Code | URI | |||
| CarePlan.language | preferred | CommonLanguageshttp://hl7.org/fhir/ValueSet/languagesFrom the FHIR Standard
| ||||
| CarePlan.status | required | RequestStatushttp://hl7.org/fhir/ValueSet/request-status|4.0.1From the FHIR Standard | ||||
| CarePlan.intent | required | Fixed Value: planhttp://hl7.org/fhir/ValueSet/care-plan-intent|4.0.1From the FHIR Standard | ||||
| CarePlan.category | required | CarePlanCategoryhttps://fhir.cambio.se/ValueSet/CarePlanCategoryFrom this IG | ||||
| CarePlan.category:standardized | required | CarePlanCategoryhttps://fhir.cambio.se/ValueSet/CarePlanCategoryFrom this IG | ||||
| CarePlan.category:individual | required | CarePlanCategoryhttps://fhir.cambio.se/ValueSet/CarePlanCategoryFrom this IG | ||||
| CarePlan.activity.detail.kind | required | CarePlanActivityKindhttp://hl7.org/fhir/ValueSet/care-plan-activity-kind|4.0.1From the FHIR Standard | ||||
| CarePlan.activity.detail.code | example | ProcedureCodes(SNOMEDCT)http://hl7.org/fhir/ValueSet/procedure-codeFrom the FHIR Standard | ||||
| CarePlan.activity.detail.reasonCode | example | SNOMEDCTClinicalFindingshttp://hl7.org/fhir/ValueSet/clinical-findingsFrom the FHIR Standard | ||||
| CarePlan.activity.detail.status | required | CarePlanActivityStatushttp://hl7.org/fhir/ValueSet/care-plan-activity-status|4.0.1From the FHIR Standard | ||||
| CarePlan.activity.detail.product[x] | example | SNOMEDCTMedicationCodeshttp://hl7.org/fhir/ValueSet/medication-codesFrom the FHIR Standard |
| Id | Grade | Path(s) | Details | Requirements |
| 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 CarePlanCore
Summary
Mandatory: 1 element(2 nested mandatory elements)
Must-Support: 7 elements
Fixed: 5 elements
Prohibited: 15 elements
Structures
This structure refers to these other structures:
Slices
This structure defines the following Slices:
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | CarePlanCore | Healthcare plan for patient or group | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
?!Σ | 1..1 | code | Indicates whether the plan is currently being acted upon or is now a historical record. Binding: RequestStatus (required): Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record. |
![]() ![]() |
?!Σ | 1..1 | code | proposal | plan | order | option Binding: CarePlanIntent (required): Codes indicating the degree of authority/intentionality associated with a care plan. Fixed Value: plan |
![]() ![]() |
Σ | 1..1 | CodeableConcept | Type of plan. Can be standardized or individual. Slice: Unordered, Open by value:coding.code Binding: CarePlanCategory (required): Identifies what "kind" of plan this is. |
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Type of plan Binding: CarePlanCategory (required) |
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Type of plan Binding: CarePlanCategory (required) |
![]() ![]() |
SΣ | 0..1 | string | Human-friendly name for the care plan |
![]() ![]() |
Σ | 1..1 | Reference(Patient) | Who the care plan is for |
![]() ![]() |
SΣ | 0..1 | Reference(Encounter) | Encounter created as part of |
![]() ![]() |
SΣ | 0..1 | dateTime | Date record was first recorded |
![]() ![]() |
Σ | 0..1 | Reference(PractitionerRoleLiteSe) | Who is the designated responsible party |
![]() ![]() |
SΣ | 0..* | Reference(Condition) | Health issues this plan addresses |
![]() ![]() |
S | 0..* | Reference(Goal) | Desired outcome of plan |
![]() ![]() |
SC | 0..* | BackboneElement | Action to occur as part of plan Constraints: cpl-3 |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() |
S | 0..* | Reference(Procedure) | Clinical information recorded for the activity. |
Documentation for this format | ||||
| Path | Conformance | ValueSet / Code | URI |
| CarePlan.status | required | RequestStatushttp://hl7.org/fhir/ValueSet/request-status|4.0.1From the FHIR Standard | |
| CarePlan.intent | required | Fixed Value: planhttp://hl7.org/fhir/ValueSet/care-plan-intent|4.0.1From the FHIR Standard | |
| CarePlan.category | required | CarePlanCategoryhttps://fhir.cambio.se/ValueSet/CarePlanCategoryFrom this IG | |
| CarePlan.category:standardized | required | CarePlanCategoryhttps://fhir.cambio.se/ValueSet/CarePlanCategoryFrom this IG | |
| CarePlan.category:individual | required | CarePlanCategoryhttps://fhir.cambio.se/ValueSet/CarePlanCategoryFrom this IG | |
| CarePlan.activity.detail.status | required | CarePlanActivityStatushttp://hl7.org/fhir/ValueSet/care-plan-activity-status|4.0.1From the FHIR Standard |
| Id | Grade | Path(s) | Details | Requirements |
| 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 CarePlanCore
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | CarePlanCore | Healthcare plan for patient or group | |
![]() ![]() |
0..0 | |||
![]() ![]() |
0..0 | |||
![]() ![]() |
0..0 | |||
![]() ![]() |
0..0 | |||
![]() ![]() |
0..0 | |||
![]() ![]() |
0..0 | |||
![]() ![]() |
1..1 | code | Indicates whether the plan is currently being acted upon or is now a historical record. | |
![]() ![]() |
1..1 | code | proposal | plan | order | option Fixed Value: plan | |
![]() ![]() |
1..1 | CodeableConcept | Type of plan. Can be standardized or individual. Slice: Unordered, Open by value:coding.code Binding: CarePlanCategory (required): Identifies what "kind" of plan this is. | |
![]() ![]() ![]() |
0..1 | CodeableConcept | Type of plan Binding: CarePlanCategory (required) | |
![]() ![]() ![]() ![]() |
||||
![]() ![]() ![]() ![]() ![]() |
0..1 | uri | Identity of the terminology system Fixed Value: https://cambio.codes/cs/care-plan-category | |
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: SVP | |
![]() ![]() ![]() |
0..1 | CodeableConcept | Type of plan Binding: CarePlanCategory (required) | |
![]() ![]() ![]() ![]() |
||||
![]() ![]() ![]() ![]() ![]() |
0..1 | uri | Identity of the terminology system Fixed Value: https://cambio.codes/cs/care-plan-category | |
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: IP | |
![]() ![]() |
S | 0..1 | string | Human-friendly name for the care plan |
![]() ![]() |
0..0 | |||
![]() ![]() |
1..1 | Reference(Patient) | Who the care plan is for | |
![]() ![]() |
S | 0..1 | Reference(Encounter) | Encounter created as part of |
![]() ![]() |
S | 0..1 | dateTime | Date record was first recorded |
![]() ![]() |
0..1 | Reference(PractitionerRoleLiteSe) | Who is the designated responsible party | |
![]() ![]() |
0..0 | |||
![]() ![]() |
0..0 | |||
![]() ![]() |
S | 0..* | Reference(Condition) | Health issues this plan addresses |
![]() ![]() |
0..0 | |||
![]() ![]() |
S | 0..* | Reference(Goal) | Desired outcome of plan |
![]() ![]() |
S | 0..* | BackboneElement | Action to occur as part of plan |
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
S | 0..* | Reference(Procedure) | Clinical information recorded for the activity. |
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() |
0..0 | |||
Documentation for this format | ||||
| Path | Conformance | ValueSet | URI |
| CarePlan.category | required | CarePlanCategoryhttps://fhir.cambio.se/ValueSet/CarePlanCategoryFrom this IG | |
| CarePlan.category:standardized | required | CarePlanCategoryhttps://fhir.cambio.se/ValueSet/CarePlanCategoryFrom this IG | |
| CarePlan.category:individual | required | CarePlanCategoryhttps://fhir.cambio.se/ValueSet/CarePlanCategoryFrom this IG |
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | CarePlanCore | Healthcare plan for patient or group | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
?!Σ | 1..1 | code | Indicates whether the plan is currently being acted upon or is now a historical record. Binding: RequestStatus (required): Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record. | ||||
![]() ![]() |
?!Σ | 1..1 | code | proposal | plan | order | option Binding: CarePlanIntent (required): Codes indicating the degree of authority/intentionality associated with a care plan. Fixed Value: plan | ||||
![]() ![]() |
Σ | 1..1 | CodeableConcept | Type of plan. Can be standardized or individual. Slice: Unordered, Open by value:coding.code Binding: CarePlanCategory (required): Identifies what "kind" of plan this is. | ||||
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Type of plan Binding: CarePlanCategory (required) | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Code defined by a terminology system | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Identity of the terminology system Fixed Value: https://cambio.codes/cs/care-plan-category | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Symbol in syntax defined by the system Fixed Value: SVP | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Type of plan Binding: CarePlanCategory (required) | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Code defined by a terminology system | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Identity of the terminology system Fixed Value: https://cambio.codes/cs/care-plan-category | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Symbol in syntax defined by the system Fixed Value: IP | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() |
SΣ | 0..1 | string | Human-friendly name for the care plan | ||||
![]() ![]() |
Σ | 1..1 | Reference(Patient) | Who the care plan is for | ||||
![]() ![]() |
SΣ | 0..1 | Reference(Encounter) | Encounter created as part of | ||||
![]() ![]() |
SΣ | 0..1 | dateTime | Date record was first recorded | ||||
![]() ![]() |
Σ | 0..1 | Reference(PractitionerRoleLiteSe) | Who is the designated responsible party | ||||
![]() ![]() |
SΣ | 0..* | Reference(Condition) | Health issues this plan addresses | ||||
![]() ![]() |
S | 0..* | Reference(Goal) | Desired outcome of plan | ||||
![]() ![]() |
SC | 0..* | BackboneElement | Action to occur as part of plan Constraints: cpl-3 | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
S | 0..* | Reference(Procedure) | Clinical information recorded for the activity. | ||||
Documentation for this format | ||||||||
| Path | Conformance | ValueSet / Code | URI | |||
| CarePlan.language | preferred | CommonLanguageshttp://hl7.org/fhir/ValueSet/languagesFrom the FHIR Standard
| ||||
| CarePlan.status | required | RequestStatushttp://hl7.org/fhir/ValueSet/request-status|4.0.1From the FHIR Standard | ||||
| CarePlan.intent | required | Fixed Value: planhttp://hl7.org/fhir/ValueSet/care-plan-intent|4.0.1From the FHIR Standard | ||||
| CarePlan.category | required | CarePlanCategoryhttps://fhir.cambio.se/ValueSet/CarePlanCategoryFrom this IG | ||||
| CarePlan.category:standardized | required | CarePlanCategoryhttps://fhir.cambio.se/ValueSet/CarePlanCategoryFrom this IG | ||||
| CarePlan.category:individual | required | CarePlanCategoryhttps://fhir.cambio.se/ValueSet/CarePlanCategoryFrom this IG | ||||
| CarePlan.activity.detail.kind | required | CarePlanActivityKindhttp://hl7.org/fhir/ValueSet/care-plan-activity-kind|4.0.1From the FHIR Standard | ||||
| CarePlan.activity.detail.code | example | ProcedureCodes(SNOMEDCT)http://hl7.org/fhir/ValueSet/procedure-codeFrom the FHIR Standard | ||||
| CarePlan.activity.detail.reasonCode | example | SNOMEDCTClinicalFindingshttp://hl7.org/fhir/ValueSet/clinical-findingsFrom the FHIR Standard | ||||
| CarePlan.activity.detail.status | required | CarePlanActivityStatushttp://hl7.org/fhir/ValueSet/care-plan-activity-status|4.0.1From the FHIR Standard | ||||
| CarePlan.activity.detail.product[x] | example | SNOMEDCTMedicationCodeshttp://hl7.org/fhir/ValueSet/medication-codesFrom the FHIR Standard |
| Id | Grade | Path(s) | Details | Requirements |
| 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 CarePlanCore
Summary
Mandatory: 1 element(2 nested mandatory elements)
Must-Support: 7 elements
Fixed: 5 elements
Prohibited: 15 elements
Structures
This structure refers to these other structures:
Slices
This structure defines the following Slices:
Other representations of profile: CSV, Excel, Schematron