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

: example-patient-goal - JSON Representation

Raw json | Download

{
  "resourceType" : "Goal",
  "id" : "example-patient-goal",
  "meta" : {
    "profile" : [
      🔗 "https://opennursingcoreig.com/StructureDefinition/onc-nursing-goal"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Goal example-patient-goal</b></p><a name=\"example-patient-goal\"> </a><a name=\"hcexample-patient-goal\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-onc-nursing-goal.html\">ONC Nursing Goal</a></p></div><p><b>lifecycleStatus</b>: Active</p><p><b>description</b>: <span title=\"Codes:\">Patient will remain free from falls.</span></p><p><b>subject</b>: <a href=\"Patient-patient-example-jane.html\">Jane Doe  Female, DoB Unknown</a></p><h3>Targets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Measure</b></td><td><b>Detail[x]</b></td><td><b>Due[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 88020-3}\">Functional status</span></td><td><span title=\"Codes:{http://snomed.info/sct 385652002}\">Objective achieved</span></td><td>2025-12-31</td></tr></table><p><b>addresses</b>: <a href=\"Condition-example-nursing-problem.html\">Condition Risk of falls</a></p></div>"
  },
  "lifecycleStatus" : "active",
  "description" : {
    "text" : "Patient will remain free from falls."
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-example-jane"
  },
  "target" : [
    {
      "measure" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "88020-3",
            "display" : "Functional status"
          }
        ]
      },
      "detailCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "385652002",
            "display" : "Objective achieved"
          }
        ]
      },
      "dueDate" : "2025-12-31"
    }
  ],
  "addresses" : [
    {
      🔗 "reference" : "Condition/example-nursing-problem"
    }
  ]
}