Observation Goal Reference - Open Nursing Core FHIR Implementation Guide (ONC-IG) v0.1.0
- Table of Contents
- Artifacts Summary
- Observation Goal Reference
Extension: Observation Goal Reference
| Official URL:https://clinyqai.github.io/open-nursing-core-ig/StructureDefinition/observation-goal-reference | Version:0.1.0 |
| Draft as of 2026-01-01 | Computable Name:ObservationGoalReference |
Extension to link goal evaluation observations to the patient goals being evaluated.
Context of Use
Usage info
Usages:
- Use this Extension: ONC Goal Evaluation
You can also check for usages in the FHIR IG Statistics
Formal Views of Extension Content
Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.
Other representations of profile: CSV, Excel, Schematron
Constraints
Resource Content
{
"resourceType" : "StructureDefinition",
"id" : "observation-goal-reference",
"url" : "https://clinyqai.github.io/open-nursing-core-ig/StructureDefinition/observation-goal-reference",
"version" : "0.1.0",
"name" : "ObservationGoalReference",
"title" : "Observation Goal Reference",
"status" : "draft",
"date" : "2026-01-01T13:37:23+00:00",
"description" : "Extension to link goal evaluation observations to the patient goals being evaluated.",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "rim",
"uri" : "http://hl7.org/v3",
"name" : "RIM Mapping"
}
],
"kind" : "complex-type",
"abstract" : false,
"context" : [
{
"type" : "element",
"expression" : "Element"
}
],
"type" : "Extension",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Extension",
"path" : "Extension",
"short" : "Observation Goal Reference",
"definition" : "Extension to link goal evaluation observations to the patient goals being evaluated."
},
{
"id" : "Extension.extension",
"path" : "Extension.extension",
"max" : "0"
},
{
"id" : "Extension.url",
"path" : "Extension.url",
"fixedUri" : "https://clinyqai.github.io/open-nursing-core-ig/StructureDefinition/observation-goal-reference"
},
{
"id" : "Extension.value[x]",
"path" : "Extension.value[x]",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://clinyqai.github.io/open-nursing-core-ig/StructureDefinition/onc-nursing-goal"
]
}
]
}
]
}
}