Open-Nursing-Validator / docs /StructureDefinition-intervention-goal-reference.md
NurseCitizenDeveloper's picture
Deploy Open Nursing Validator (Docker)
6d12932 verified

Intervention Goal Reference - Open Nursing Core FHIR Implementation Guide (ONC-IG) v0.1.0

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:

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" : "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"
            ]
          }
        ]
      }
    ]
  }
}