This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
The official URL for this profile is:
http://hl7.org/fhir/StructureDefinition/careplan-argonaut-argonaut
A simple profile for care plan - text only, and critical supporting data
This profile was published on Fri, Jan 31, 2014 00:00+1100 as a draft by FHIR project on behalf of Project Argonaut.
Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.
This structure is derived from CarePlan.
This structure is derived from CarePlan.
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
CarePlan | 1..1 | CarePlan | Healthcare plan for patient | |
meta | 0..1 | Meta | Metadata about the resource | |
implicitRules | ?! | 0..1 | uri | A set of rules under which this content was created |
language | 0..1 | code | Language of the resource content Binding: Language (required) | |
text | I | 0..1 | Narrative | Text summary of the resource, for human interpretation |
contained | 0..* | Resource | Contained, inline Resources | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
patient | Σ | 1..1 | Patient | Who care plan is for |
status | ?! Σ | 1..1 | code | planned | active | completed Binding: CarePlanStatus (required) Fixed Value: active |
todo
This structure is derived from CarePlan.
Differential View
This structure is derived from CarePlan.
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
CarePlan | 1..1 | CarePlan | Healthcare plan for patient | |
meta | 0..1 | Meta | Metadata about the resource | |
implicitRules | ?! | 0..1 | uri | A set of rules under which this content was created |
language | 0..1 | code | Language of the resource content Binding: Language (required) | |
text | I | 0..1 | Narrative | Text summary of the resource, for human interpretation |
contained | 0..* | Resource | Contained, inline Resources | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
patient | Σ | 1..1 | Patient | Who care plan is for |
status | ?! Σ | 1..1 | code | planned | active | completed Binding: CarePlanStatus (required) Fixed Value: active |
XML Template
JSON Template
todo
Other representations of profile: (todo)
Path | Name | Conformance | ValueSet |
CarePlan.language | Language | required | http://tools.ietf.org/html/bcp47 |
CarePlan.status | CarePlanStatus | required | CarePlanStatus |
CarePlan.participant.role | CarePlanParticipantRole | required | |
CarePlan.activity.detail.category | CarePlanActivityCategory | required | CarePlanActivityCategory |
CarePlan.activity.detail.code | CarePlanActivityType | required | |
CarePlan.activity.detail.reason[x] | CarePlanActivityReason | required | |
CarePlan.activity.detail.status | CarePlanActivityStatus | required | CarePlanActivityStatus |
CarePlan.activity.detail.statusReason | CarePlanActivityStatusReason | required |
Id | Path | Name | Details |
cpl-1 | CarePlan.activity.detail | dose for food or drug | DailyDose can only be specified if activity category is drug or food XPath: (f:category/@value=('drug','diet')) = exists(f:dailyAmount) |
cpl-2 | CarePlan.activity.detail | quantity for supply | Quantity can only be specified if activity category is supply XPath: (f:category/@value=('supply')) = exists(f:quantity) |
cpl-3 | CarePlan.activity.detail | details by reference, or simple details | Only provide a detail reference, or a simple detail summary XPath: not(exists(f:detail)) or not(exists(f:simple)) |