File size: 3,418 Bytes
6d12932
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# Intervention Goal Reference - Open Nursing Core FHIR Implementation Guide (ONC-IG) v0.1.0

* [**Table of Contents**](toc.md)
* [**Artifacts Summary**](artifacts.md)
* **Intervention Goal Reference**

## Extension: Intervention Goal Reference 

| | |
| :--- | :--- |
| *Official URL*:https://clinyqai.github.io/open-nursing-core-ig/StructureDefinition/intervention-goal-reference | *Version*:0.1.0 |
| Draft as of 2026-01-01 | *Computable Name*:InterventionGoalReference |

Extension to link nursing interventions to the patient goals they are intended to achieve.

**Context of Use**

**Usage info**

**Usages:**

* Use this Extension: [ONC Nursing Intervention](StructureDefinition-onc-nursing-intervention.md)
* Examples for this Extension: [Procedure/example-nursing-intervention](Procedure-example-nursing-intervention.md)

You can also check for [usages in the FHIR IG Statistics](https://packages2.fhir.org/xig/onc.ig|current/StructureDefinition/intervention-goal-reference)

### Formal Views of Extension Content

 [Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work](http://build.fhir.org/ig/FHIR/ig-guidance/readingIgs.html#structure-definitions). 

 

Other representations of profile: [CSV](StructureDefinition-intervention-goal-reference.csv), [Excel](StructureDefinition-intervention-goal-reference.xlsx), [Schematron](StructureDefinition-intervention-goal-reference.sch) 

#### Constraints



## Resource Content

```json

{

  "resourceType" : "StructureDefinition",

  "id" : "intervention-goal-reference",

  "url" : "https://clinyqai.github.io/open-nursing-core-ig/StructureDefinition/intervention-goal-reference",

  "version" : "0.1.0",

  "name" : "InterventionGoalReference",

  "title" : "Intervention Goal Reference",

  "status" : "draft",

  "date" : "2026-01-01T13:37:23+00:00",

  "description" : "Extension to link nursing interventions to the patient goals they are intended to achieve.",

  "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" : "Intervention Goal Reference",

        "definition" : "Extension to link nursing interventions to the patient goals they are intended to achieve."

      },

      {

        "id" : "Extension.extension",

        "path" : "Extension.extension",

        "max" : "0"

      },

      {

        "id" : "Extension.url",

        "path" : "Extension.url",

        "fixedUri" : "https://clinyqai.github.io/open-nursing-core-ig/StructureDefinition/intervention-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"

            ]

          }

        ]

      }

    ]

  }

}



```