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
Draft as of 2024-12-13 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "pco-domain-category-valueset"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet pco-domain-category-valueset</b></p><a name=\"pco-domain-category-valueset\"> </a><a name=\"hcpco-domain-category-valueset\"> </a><a name=\"pco-domain-category-valueset-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-pco-goal-domains.html\"><code>http://hl7.org/fhir/us/pco/CodeSystem/pco-goal-domains</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-pco-goal-domains.html#pco-goal-domains-housing\">housing</a></td><td>Housing</td><td>Having acceptable housing that is appropriate for a person's needs.</td></tr><tr><td><a href=\"CodeSystem-pco-goal-domains.html#pco-goal-domains-access-to-services\">access-to-services</a></td><td>Access To Services</td><td>Ability to access, afford, and utilize appropriate health and community resources. Includes access to transportation, stable food resources, and assistance with financial concerns.</td></tr><tr><td><a href=\"CodeSystem-pco-goal-domains.html#pco-goal-domains-caregiver-needs\">caregiver-needs</a></td><td>Caregiver Needs</td><td/></tr><tr><td><a href=\"CodeSystem-pco-goal-domains.html#pco-goal-domains-end-of-life\">end-of-life</a></td><td>End Of Life</td><td>Planning for end-of-life care and desires to reduce burden on family or others.</td></tr><tr><td><a href=\"CodeSystem-pco-goal-domains.html#pco-goal-domains-independence\">independence</a></td><td>Independence</td><td>Ability to live independently without help or assistance from others.</td></tr><tr><td><a href=\"CodeSystem-pco-goal-domains.html#pco-goal-domains-legal\">legal</a></td><td>Legal</td><td>Having adequate support for legal issues such as child custody, medical power of attorney, etc.</td></tr><tr><td><a href=\"CodeSystem-pco-goal-domains.html#pco-goal-domains-managing-conditions\">managing-conditions</a></td><td>Managing Conditions</td><td>Satisfaction with health care received or desired, and experiences with providers and the health care system.</td></tr><tr><td><a href=\"CodeSystem-pco-goal-domains.html#pco-goal-domains-medication-management\">medication-management</a></td><td>Medication Management</td><td>Satisfaction with ability to manage medications.</td></tr><tr><td><a href=\"CodeSystem-pco-goal-domains.html#pco-goal-domains-improving-health-and-wellness\">improving-health-and-wellness</a></td><td>Improving Health And Wellness</td><td>Ability to develop, improve and maintain positive health and wellness habits.</td></tr><tr><td><a href=\"CodeSystem-pco-goal-domains.html#pco-goal-domains-physical-function\">physical-function</a></td><td>Physical Function</td><td>Ability to manage physical functioning, physical symptoms or conditions, and improve or maintain ability to participate in physical activities.</td></tr><tr><td><a href=\"CodeSystem-pco-goal-domains.html#pco-goal-domains-social-functioning\">social-functioning</a></td><td>Social Functioning</td><td/></tr><tr><td><a href=\"CodeSystem-pco-goal-domains.html#pco-goal-domains-emotional-and-mental-health\">emotional-and-mental-health</a></td><td>Emotional And Mental Health</td><td/></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/pco/ValueSet/pco-domain-category-valueset"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.2.0"] ; #
fhir:name [ fhir:v "PCODomainCategoryValueSet"] ; #
fhir:title [ fhir:v "PCO Domain Categories"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-12-13T23:10:31+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Patient Care"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Patient Care" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/patientcare" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "patientcare@lists.HL7.org" ] ] )
] ) ; #
fhir:description [ fhir:v "Example value set to identify the domains category for PCO resources."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/us/pco/CodeSystem/pco-goal-domains"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "housing" ] ;
fhir:display [ fhir:v "Housing" ] ] [
fhir:code [ fhir:v "access-to-services" ] ;
fhir:display [ fhir:v "Access To Services" ] ] [
fhir:code [ fhir:v "caregiver-needs" ] ;
fhir:display [ fhir:v "Caregiver Needs" ] ] [
fhir:code [ fhir:v "end-of-life" ] ;
fhir:display [ fhir:v "End Of Life" ] ] [
fhir:code [ fhir:v "independence" ] ;
fhir:display [ fhir:v "Independence" ] ] [
fhir:code [ fhir:v "legal" ] ;
fhir:display [ fhir:v "Legal" ] ] [
fhir:code [ fhir:v "managing-conditions" ] ;
fhir:display [ fhir:v "Managing Conditions" ] ] [
fhir:code [ fhir:v "medication-management" ] ;
fhir:display [ fhir:v "Medication Management" ] ] [
fhir:code [ fhir:v "improving-health-and-wellness" ] ;
fhir:display [ fhir:v "Improving Health And Wellness" ] ] [
fhir:code [ fhir:v "physical-function" ] ;
fhir:display [ fhir:v "Physical Function" ] ] [
fhir:code [ fhir:v "social-functioning" ] ;
fhir:display [ fhir:v "Social Functioning" ] ] [
fhir:code [ fhir:v "emotional-and-mental-health" ] ;
fhir:display [ fhir:v "Emotional And Mental Health" ] ] ) ] )
] . #
IG © 2024+ HL7 International / Patient Care. Package hl7.fhir.us.pco#0.2.0 based on FHIR 4.0.1. Generated 2024-12-13
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change