Skip to main content

Extension: Goal CarePlan

URL for this extension:

https://fhir.netsmartcloud.com/uscore/v1/StructureDefinition/goal-careplan

Status: draft

This extension represents CareRecord-specific CarePlan Reference associated with this Goal.

Context of Use

This extension may be used on the Goal resource.

Supported CareRecords

This extension is supported by the following CareRecords:

  • myAvatar

Formal Views of Extension Content

Differential Table

NameFlagsCard.TypeDescription & Constraints
Extension0..1ExtensionGoal CarePlan Reference
- url1..1uri"[base]/StructureDefinition/goal-careplan"
- value[x]1..1ReferenceGoal CarePlan Reference

Constraints

IdGradePath(s)DetailsRequirements
ele-1errorALL elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorALL extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Examples

{
"resourceType": "Goal",
"extension": [
{
"url": "https://fhir.netsmartcloud.com/uscore/v1/StructureDefinition/goal-careplan",
"valueReference": {
"reference": "CarePlan/3456",
"type": "CarePlan"
}
}
// additional extensions
],
// other Goal content
}