Care Plan Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-careplan |
|---|---|
| Status | draft (experimental) · 1.26.0 |
| Base | CarePlan (constraint) |
| Source | FSH · JSON |
Nexus EMR profile for CarePlan -- the management plan tying goals, conditions and activities together (CDM flowsheets, care gaps). First pass: status/intent, category, goal/addresses linkage, minimal activity. Closed to SMART apps pending an exposure decision.
TypedFhir API / Python
The typed accessor surface CarePlan exposes for CarePlan — generated from this IG's compiled profile; each typed accessor has a validating raw-FHIR twin (xRaw) where marked. The three ports are parity-enforced.
class CarePlan(ClinicalResource) — generated source
| Accessor | Type | Access | Notes |
|---|---|---|---|
| effective_date | FuzzyDate | None |
read-only | The resource's effective date — the first present of this profile's date elements (precedence), normalized to the canonical FuzzyDatetime f… |
| display | str | None |
read-only | The resource's human headline — a coded concept's label, else a title / name, else undefined. |
| status | str | None |
read/write | draft | active | on-hold | revoked | completed | entered-in-error | unknown |
| intent | str | None |
read/write | proposal | plan | order | option -- normally plan |
| category | Concepts |
read/write · raw twin | What kind of plan (e.g. the managed condition's domain) |
| subject | Reference | None |
read/write · raw twin | The patient |
| period | dict | None |
read/write | When the plan is/was in effect |
| addresses | References |
read/write · raw twin | The condition(s) being managed |
| goal | References |
read/write · raw twin | The measurable targets (flowsheet rows) of this plan |
| activity | dict[] | None |
read/write | Planned activities: a reference to a request resource, or an inline detail |