PACIO Personal Functioning and Engagement Implementation Guide
2.0.0-ballot - STU2 Ballot United States of America flag

PACIO Personal Functioning and Engagement Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-pacio-pfe/ and changes regularly. See the Directory of published versions

: Personal Functioning and Engagement US Core Value Set - TTL Representation

Active as of 2024-08-13

Raw ttl | Download


@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 "pfe-us-core-category-vs"] ; # 
  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 pfe-us-core-category-vs</b></p><a name=\"pfe-us-core-category-vs\"> </a><a name=\"hcpfe-us-core-category-vs\"> </a><a name=\"pfe-us-core-category-vs-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/us/core/STU6.1/CodeSystem-us-core-category.html\"><code>http://hl7.org/fhir/us/core/CodeSystem/us-core-category</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=\"http://hl7.org/fhir/us/core/STU6.1/CodeSystem-us-core-category.html#us-core-category-functional-status\">functional-status</a></td><td>Functional Status</td><td>Functional Status category</td></tr><tr><td><a href=\"http://hl7.org/fhir/us/core/STU6.1/CodeSystem-us-core-category.html#us-core-category-cognitive-status\">cognitive-status</a></td><td>Cognitive Status</td><td>Cognitive Status category</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "pc" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/pacio-pfe/ValueSet/pfe-us-core-category-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0-ballot"] ; # 
  fhir:name [ fhir:v "PFEUSCoreCategoryVS"] ; # 
  fhir:title [ fhir:v "Personal Functioning and Engagement US Core Value Set"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-08-13T14:51:10+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:name [ fhir:v "PACIO project" ] ;
    ( 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 "info@pacioproject.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Subset of the us core categories to identify the type of PFE observation"] ; # 
  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/core/CodeSystem/us-core-category"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "functional-status" ] ;
fhir:display [ fhir:v "Functional Status" ]       ] [
fhir:code [ fhir:v "cognitive-status" ] ;
fhir:display [ fhir:v "Cognitive Status" ]       ] )     ] )
  ] . #