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

: What Matters Codes Example - 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 "what-matters-codes-example"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet what-matters-codes-example</b></p><a name=\"what-matters-codes-example\"> </a><a name=\"hcwhat-matters-codes-example\"> </a><a name=\"what-matters-codes-example-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/363702006\">363702006</a></td><td>Has focus</td></tr></table></li><li>Include all codes defined in <a href=\"CodeSystem-what-matters-concepts.html\"><code>http://hl7.org/fhir/us/pco/CodeSystem/what-matters-concepts</code></a></li><li>Include all codes defined in <a href=\"CodeSystem-va-whole-health.html\"><code>http://hl7.org/fhir/us/pco/CodeSystem/va-whole-health</code></a></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/what-matters-codes-example"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.0"] ; # 
  fhir:name [ fhir:v "WhatMattersCodesExample"] ; # 
  fhir:title [ fhir:v "What Matters Codes Example"] ; # 
  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 "Example value set containing codes for What Matters observations."] ; # 
  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://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "363702006" ] ;
fhir:display [ fhir:v "Has focus" ]       ] )     ] [
fhir:system [ fhir:v "http://hl7.org/fhir/us/pco/CodeSystem/what-matters-concepts"^^xsd:anyURI ]     ] [
fhir:system [ fhir:v "http://hl7.org/fhir/us/pco/CodeSystem/va-whole-health"^^xsd:anyURI ]     ] )
  ] . #