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

Person-Centered Outcomes - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Person-Centered Categories - TTL Representation

Draft as of 2025-02-10

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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-categories"] ; # 
  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-categories</b></p><a name=\"pco-categories\"> </a><a name=\"hcpco-categories\"> </a><a name=\"pco-categories-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-pco-concepts.html\"><code>http://hl7.org/fhir/us/pco/CodeSystem/pco-concepts</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-concepts.html#pco-concepts-person-centered\">person-centered</a></td><td>Person-Centered</td><td>General category for person-centered goals and observations</td></tr><tr><td><a href=\"CodeSystem-pco-concepts.html#pco-concepts-what-matters\">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><a href=\"CodeSystem-pco-concepts.html#pco-concepts-well-being\">well-being</a></td><td>Well-Being</td><td>Indicator for a person's well-being.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "pc"     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/pco/ValueSet/pco-categories"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.0"] ; # 
  fhir:name [ fhir:v "PCOCategories"] ; # 
  fhir:title [ fhir:v "Person-Centered Categories"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2025-02-10T21:11:28+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 "Categories for person-centered assessment or goals."] ; # 
  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-concepts"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "person-centered" ] ;
fhir:display [ fhir:v "Person-Centered" ]       ] [
fhir:code [ fhir:v "what-matters" ] ;
fhir:display [ fhir:v "What Matters" ]       ] [
fhir:code [ fhir:v "well-being" ] ;
fhir:display [ fhir:v "Well-Being" ]       ] )     ] )
  ] . #