Person-Centered Outcomes
0.2.0 - ci-build United States of America flag

Person-Centered Outcomes, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 0.2.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

: Well-Being Concepts - JSON Representation

Active as of 2024-12-13

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "wellbeing-concepts",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem wellbeing-concepts</b></p><a name=\"wellbeing-concepts\"> </a><a name=\"hcwellbeing-concepts\"> </a><a name=\"wellbeing-concepts-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/us/pco/CodeSystem/wellbeing-concepts</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">wellbeing-priority<a name=\"wellbeing-concepts-wellbeing-priority\"> </a></td><td>Well-Being Priority</td><td>Priority for one area of well-being</td></tr><tr><td style=\"white-space:nowrap\">wellbeing-statement<a name=\"wellbeing-concepts-wellbeing-statement\"> </a></td><td>Well-Being Statement</td><td>Statement about one area of well-being</td></tr><tr><td style=\"white-space:nowrap\">wellbeing-assessment<a name=\"wellbeing-concepts-wellbeing-assessment\"> </a></td><td>Well-Being Assessment</td><td>Assessment rating about one area of well-being</td></tr><tr><td style=\"white-space:nowrap\">now-rating<a name=\"wellbeing-concepts-now-rating\"> </a></td><td>Now Rating</td><td>Where are you now?</td></tr><tr><td style=\"white-space:nowrap\">now-reasons<a name=\"wellbeing-concepts-now-reasons\"> </a></td><td>Now Reasons</td><td>What are the reasons you chose this number?</td></tr><tr><td style=\"white-space:nowrap\">future-rating<a name=\"wellbeing-concepts-future-rating\"> </a></td><td>Future Rating</td><td>Where would you like to be?</td></tr><tr><td style=\"white-space:nowrap\">future-changes<a name=\"wellbeing-concepts-future-changes\"> </a></td><td>Future Changes</td><td>What changes could you make to help you get there?</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/pco/CodeSystem/wellbeing-concepts",
  "version" : "0.2.0",
  "name" : "WellBeingConcepts",
  "title" : "Well-Being Concepts",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-12-13T23:10:31+00:00",
  "publisher" : "HL7 International / Patient Care",
  "contact" : [
    {
      "name" : "HL7 International / Patient Care",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/patientcare"
        },
        {
          "system" : "email",
          "value" : "patientcare@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "Code system to identify resource codes and category domains for \"What Matters\".",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 7,
  "concept" : [
    {
      "code" : "wellbeing-priority",
      "display" : "Well-Being Priority",
      "definition" : "Priority for one area of well-being"
    },
    {
      "code" : "wellbeing-statement",
      "display" : "Well-Being Statement",
      "definition" : "Statement about one area of well-being"
    },
    {
      "code" : "wellbeing-assessment",
      "display" : "Well-Being Assessment",
      "definition" : "Assessment rating about one area of well-being"
    },
    {
      "code" : "now-rating",
      "display" : "Now Rating",
      "definition" : "Where are you now?"
    },
    {
      "code" : "now-reasons",
      "display" : "Now Reasons",
      "definition" : "What are the reasons you chose this number?"
    },
    {
      "code" : "future-rating",
      "display" : "Future Rating",
      "definition" : "Where would you like to be?"
    },
    {
      "code" : "future-changes",
      "display" : "Future Changes",
      "definition" : "What changes could you make to help you get there?"
    }
  ]
}