Person-Centered Outcomes (PCO) Implementation Guide
1.0.0-ballot - STU 1 Ballot United States of America flag

This page is part of the Person-Centered Outcomes (PCO) Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: Person-Centered Outcome Concepts - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "pco-concepts-temporary",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem pco-concepts-temporary</b></p><a name=\"pco-concepts-temporary\"> </a><a name=\"hcpco-concepts-temporary\"> </a><a name=\"pco-concepts-temporary-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/us/pco/CodeSystem/pco-concepts-temporary</code> defines the following codes in a Is-A hierarchy:</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\">person-centered<a name=\"pco-concepts-temporary-person-centered\"> </a></td><td>Person-Centered</td><td>General category for person-centered goals and observations</td></tr><tr><td style=\"white-space:nowrap\">what-matters<a name=\"pco-concepts-temporary-what-matters\"> </a></td><td>What Matters</td><td>Identify each person's specific health outcome goals and priorities across settings of care.</td></tr><tr><td style=\"white-space:nowrap\">well-being<a name=\"pco-concepts-temporary-well-being\"> </a></td><td>Well-Being</td><td>Indicator for a person's well-being.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pc"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/us/pco/ImplementationGuide/hl7.fhir.us.pco"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/us/pco/CodeSystem/pco-concepts-temporary",
  "version" : "1.0.0-ballot",
  "name" : "PCOConcepts",
  "title" : "Person-Centered Outcome Concepts",
  "status" : "draft",
  "experimental" : true,
  "date" : "2025-03-28T21:02:54+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 codes for Person-Centered Outcomes.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "hierarchyMeaning" : "is-a",
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "person-centered",
      "display" : "Person-Centered",
      "definition" : "General category for person-centered goals and observations"
    },
    {
      "code" : "what-matters",
      "display" : "What Matters",
      "definition" : "Identify each person's specific health outcome goals and priorities across settings of care."
    },
    {
      "code" : "well-being",
      "display" : "Well-Being",
      "definition" : "Indicator for a person's well-being."
    }
  ]
}