Person-Centered Outcomes
0.1.0 - ci-build International flag

Person-Centered Outcomes, published by Mountain Lotus WellBeing LLC. This guide is not an authorized publication; it is the continuous build for version 0.1.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

: What Matters Rating Concepts - TTL Representation

Active as of 2024-09-17

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "what-matters-rating"] ; # 
  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: CodeSystem what-matters-rating</b></p><a name=\"what-matters-rating\"> </a><a name=\"hcwhat-matters-rating\"> </a><a name=\"what-matters-rating-en-US\"> </a><p>This case-sensitive code system <code>http://mtnlotus.com/uv/pco/CodeSystem/what-matters-rating</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">now-rating<a name=\"what-matters-rating-now-rating\"> </a></td><td>Now Rating</td><td>Where are you now?</td></tr><tr><td style=\"white-space:nowrap\">now-reasons<a name=\"what-matters-rating-now-reasons\"> </a></td><td>Now Reasons</td><td>What are the reasons you chose this number?</td></tr><tr><td style=\"white-space:nowrap\">future-rating<a name=\"what-matters-rating-future-rating\"> </a></td><td>Future Rating</td><td>Where would you like to be?</td></tr><tr><td style=\"white-space:nowrap\">future-changes<a name=\"what-matters-rating-future-changes\"> </a></td><td>Future Changes</td><td>What changes could you make to help you get there?</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://mtnlotus.com/uv/pco/CodeSystem/what-matters-rating"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "WhatMattersRating"] ; # 
  fhir:title [ fhir:v "What Matters Rating Concepts"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-09-17T23:40:02+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Mountain Lotus WellBeing LLC"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Mountain Lotus WellBeing LLC" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://mtnlotus.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Code system to identify \"What Matters\" rating concepts."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "now-rating" ] ;
fhir:display [ fhir:v "Now Rating" ] ;
fhir:definition [ fhir:v "Where are you now?" ]
  ] [
fhir:code [ fhir:v "now-reasons" ] ;
fhir:display [ fhir:v "Now Reasons" ] ;
fhir:definition [ fhir:v "What are the reasons you chose this number?" ]
  ] [
fhir:code [ fhir:v "future-rating" ] ;
fhir:display [ fhir:v "Future Rating" ] ;
fhir:definition [ fhir:v "Where would you like to be?" ]
  ] [
fhir:code [ fhir:v "future-changes" ] ;
fhir:display [ fhir:v "Future Changes" ] ;
fhir:definition [ fhir:v "What changes could you make to help you get there?" ]
  ] ) . #