Open Nursing Core FHIR Implementation Guide (ONC-IG)
1.0.0 - release

Open Nursing Core FHIR Implementation Guide (ONC-IG) - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Goal Evaluation Value Set - JSON Representation

Active as of 2026-01-27

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "goal-evaluation-valueset",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet goal-evaluation-valueset</b></p><a name=\"goal-evaluation-valueset\"> </a><a name=\"hcgoal-evaluation-valueset\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/385652002\">385652002</a></td><td>Objective achieved</td></tr><tr><td><a href=\"http://snomed.info/id/385651009\">385651009</a></td><td>Objective not achieved</td></tr><tr><td><a href=\"http://snomed.info/id/255609007\">255609007</a></td><td>Partial achievement</td></tr><tr><td><a href=\"http://snomed.info/id/723510000\">723510000</a></td><td>Sustained improvement</td></tr><tr><td><a href=\"http://snomed.info/id/260388008\">260388008</a></td><td>Worsening</td></tr></table></li></ul></div>"
  },
  "url" : "https://opennursingcoreig.com/ValueSet/goal-evaluation-valueset",
  "version" : "1.0.0",
  "name" : "GoalEvaluationValueSet",
  "title" : "Goal Evaluation Value Set",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-01-27T09:30:37+00:00",
  "publisher" : "The Open Nursing Community",
  "description" : "Value set for evaluating patient goal outcomes",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "385652002",
            "display" : "Objective achieved"
          },
          {
            "code" : "385651009",
            "display" : "Objective not achieved"
          },
          {
            "code" : "255609007",
            "display" : "Partial achievement"
          },
          {
            "code" : "723510000",
            "display" : "Sustained improvement"
          },
          {
            "code" : "260388008",
            "display" : "Worsening"
          }
        ]
      }
    ]
  }
}