Person-Centered Outcomes
0.1.0 - ci-build International flag

Person-Centered Outcomes, published by Mountain Lotus WellBeing LLC. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/mtnlotus/pco-ig/ and changes regularly. See the Directory of published versions

: Goal for GAD-7 PROM Outcome - JSON Representation

Raw json | Download


{
  "resourceType" : "Goal",
  "id" : "pcoGoalAnxietyExample",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Goal pcoGoalAnxietyExample</b></p><a name=\"pcoGoalAnxietyExample\"> </a><a name=\"hcpcoGoalAnxietyExample\"> </a><a name=\"pcoGoalAnxietyExample-en-US\"> </a><p><b>lifecycleStatus</b>: Active</p><p><b>achievementStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/goal-achievement in-progress}\">In Progress</span></p><p><b>category</b>: <span title=\"Codes:{http://mtnlotus.com/uv/pco/CodeSystem/va-whole-health mind}\">Power of the Mind</span></p><p><b>description</b>: <span title=\"Codes:\">Reduce to mild anxiety level score</span></p><p><b>subject</b>: <a href=\"Patient-pcoPatientLopez.html\">Camila Lopez  Female, DoB: 1959-07-16 ( http://example.org#ee8d4ac0-545c-4501-8d7e-646bfbda1ge3\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>start</b>: 2024-08-11</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 70274-6}\">Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]</span></td><td>&lt;6 score<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{score} = '{score}')</span></td><td>2024-12-31</td></tr></table><p><b>expressedBy</b>: <a href=\"Practitioner-pcoPractitionerAnderson.html\">Practitioner John Anderson, MD</a></p></div>"
  },
  "lifecycleStatus" : "active",
  "achievementStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/goal-achievement",
        "code" : "in-progress"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://mtnlotus.com/uv/pco/CodeSystem/va-whole-health",
          "code" : "mind",
          "display" : "Power of the Mind"
        }
      ]
    }
  ],
  "description" : {
    "text" : "Reduce to mild anxiety level score"
  },
  "subject" : {
    🔗 "reference" : "Patient/pcoPatientLopez"
  },
  "startDate" : "2024-08-11",
  "target" : [
    {
      "measure" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "70274-6",
            "display" : "Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"
          }
        ]
      },
      "detailQuantity" : {
        "value" : 6,
        "comparator" : "<",
        "unit" : "score",
        "system" : "http://unitsofmeasure.org",
        "code" : "{score}"
      },
      "dueDate" : "2024-12-31"
    }
  ],
  "expressedBy" : {
    🔗 "reference" : "Practitioner/pcoPractitionerAnderson"
  }
}