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 / TypeScript
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 extends ClinicalResource — generated source
| Accessor | Type | Access | Notes |
|---|---|---|---|
| $effectiveDate | FuzzyDate | undefined |
read-only | The resource's effective date — the first present of this profile's date elements (precedence), normalized to the canonical FuzzyDatetime f… |
| $display | string | undefined |
read-only | The resource's human headline — a coded concept's label, else a title / name, else undefined. |
| status | string | undefined |
read/write | draft | active | on-hold | revoked | completed | entered-in-error | unknown |
| intent | string | undefined |
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 | undefined |
read/write · raw twin | The patient |
| period | Json | undefined |
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 | Json[] | undefined |
read/write | Planned activities: a reference to a request resource, or an inline detail |