DSTU2 Ballot Source

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

4.4.12.2 StructureDefinition: argonaut

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.

4.4.12.2.1 Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.

This structure is derived from CarePlan.

Summary

Mandatory: 2 elements, Fixed Value: 1 element, Prohibited: 11 elements

This structure is derived from CarePlan.

NameFlagsCard.TypeDescription & Constraintsdoco
.. CarePlan 1..1CarePlan
... identifier 0..0
... patient 1..1
... status 1..1codeFixed Value: active
... period 0..0
... author 0..0
... modified 0..0
... category 0..0
... concern 0..0
... support 0..0
... participant 0..0
... goal 0..0
... activity 0..0
... notes 0..0
NameFlagsCard.TypeDescription & Constraintsdoco
.. CarePlan 1..1CarePlanHealthcare plan for patient
... meta 0..1MetaMetadata about the resource
... implicitRules ?!0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: Language (required)
... text I0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional Content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... patient Σ1..1PatientWho care plan is for
... status ?! Σ1..1codeplanned | active | completed
Binding: CarePlanStatus (required)
Fixed Value: active

todo

This structure is derived from CarePlan.

Summary

Mandatory: 2 elements, Fixed Value: 1 element, Prohibited: 11 elements

Differential View

This structure is derived from CarePlan.

NameFlagsCard.TypeDescription & Constraintsdoco
.. CarePlan 1..1CarePlan
... identifier 0..0
... patient 1..1
... status 1..1codeFixed Value: active
... period 0..0
... author 0..0
... modified 0..0
... category 0..0
... concern 0..0
... support 0..0
... participant 0..0
... goal 0..0
... activity 0..0
... notes 0..0

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. CarePlan 1..1CarePlanHealthcare plan for patient
... meta 0..1MetaMetadata about the resource
... implicitRules ?!0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: Language (required)
... text I0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional Content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... patient Σ1..1PatientWho care plan is for
... status ?! Σ1..1codeplanned | active | completed
Binding: CarePlanStatus (required)
Fixed Value: active

XML Template

JSON Template

todo

 

Other representations of profile: (todo)

4.4.12.2.2 Terminology Bindings

PathNameConformanceValueSet
CarePlan.languageLanguagerequiredhttp://tools.ietf.org/html/bcp47
CarePlan.statusCarePlanStatusrequiredCarePlanStatus
CarePlan.participant.roleCarePlanParticipantRolerequired
CarePlan.activity.detail.categoryCarePlanActivityCategoryrequiredCarePlanActivityCategory
CarePlan.activity.detail.codeCarePlanActivityTyperequired
CarePlan.activity.detail.reason[x]CarePlanActivityReasonrequired
CarePlan.activity.detail.statusCarePlanActivityStatusrequiredCarePlanActivityStatus
CarePlan.activity.detail.statusReasonCarePlanActivityStatusReasonrequired

4.4.12.2.3 Constraints

IdPathNameDetails
cpl-1CarePlan.activity.detaildose for food or drugDailyDose can only be specified if activity category is drug or food
XPath: (f:category/@value=('drug','diet')) = exists(f:dailyAmount)
cpl-2CarePlan.activity.detailquantity for supplyQuantity can only be specified if activity category is supply
XPath: (f:category/@value=('supply')) = exists(f:quantity)
cpl-3CarePlan.activity.detaildetails by reference, or simple detailsOnly provide a detail reference, or a simple detail summary
XPath: not(exists(f:detail)) or not(exists(f:simple))
.