Extension: Goal Program Code
URL for this extension:
- Production
- Preview
https://fhir.netsmartcloud.com/uscore/v1/StructureDefinition/goal-programCode
https://fhirtest.netsmartcloud.com/uscore/v1/StructureDefinition/goal-programCode
Status: draft
This extension represents the Goal Program Code.
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
| Name | Flags | Card. | Disposition | Description & Constraints |
|---|---|---|---|---|
| Extension | 0..1 | Extension | Goal Program Code | |
| - url | 1..1 | uri | "[base]/StructureDefinition/goal-programCode" | |
| - value[x] | 1..1 | string | Goal Program Code * |
Constraints
| Id | Grade | Path(s) | Details | Requirements |
|---|---|---|---|---|
| ele-1 | error | ALL elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
| ext-1 | error | ALL extensions | Must 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-program-code",
"valueString": "12345"
}
// additional extensions
],
// additional Goal content
}