FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/pco-categories

Packagehl7.fhir.us.pco
TypeValueSet
Idpco-categories
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/pco/https://build.fhir.org/ig/HL7/pco-ig/ValueSet-pco-categories.html
URLhttp://hl7.org/fhir/us/pco/ValueSet/pco-categories
Version1.0.0-ballot
Statusdraft
Date2025-03-28T13:01:03+00:00
NamePCOCategories
TitlePerson-Centered Categories
Realmus
Authorityhl7
DescriptionCategories for person-centered assessment or goals.

Resources that use this resource

StructureDefinition
pco-care-planPerson-Centered Care Plan
pco-goal-profilePerson-Centered Goal
pco-what-matters-assessmentWhat Matters Assessment

Resources that this resource uses

CodeSystem
pco-concepts-temporaryPerson-Centered Outcome Concepts

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet pco-categories


Source

{
  "resourceType": "ValueSet",
  "id": "pco-categories",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pc"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2,
      "_valueInteger": {
        "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/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft",
      "_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/ValueSet/pco-categories",
  "version": "1.0.0-ballot",
  "name": "PCOCategories",
  "title": "Person-Centered Categories",
  "status": "draft",
  "experimental": false,
  "date": "2025-03-28T13:01:03+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": "Categories for person-centered assessment or goals.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/us/pco/CodeSystem/pco-concepts-temporary",
        "concept": [
          {
            "code": "person-centered",
            "display": "Person-Centered"
          },
          {
            "code": "what-matters",
            "display": "What Matters"
          },
          {
            "code": "well-being",
            "display": "Well-Being"
          }
        ]
      }
    ]
  }
}