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 / C#
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 |
|---|---|---|---|
| EffectiveDate | FuzzyDate? |
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? |
read-only | The resource's human headline — a coded concept's label, else a title / name, else undefined. |
| Status | string? |
read/write | draft | active | on-hold | revoked | completed | entered-in-error | unknown |
| Intent | string? |
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? |
read/write · raw twin | The patient |
| Period | JsonNode? |
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[]? |
read/write | Planned activities: a reference to a request resource, or an inline detail |