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

: Goal Attainment Scaling (GAS) Score - TTL Representation

Draft 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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "goal-attainment-scaling-score"] ; # 
  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 goal-attainment-scaling-score</b></p><a name=\"goal-attainment-scaling-score\"> </a><a name=\"hcgoal-attainment-scaling-score\"> </a><a name=\"goal-attainment-scaling-score-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</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=\"https://loinc.org/68489/\">68489</a></td><td>Goal attainment scale</td></tr><tr><td><a href=\"https://loinc.org/68490/\">68490</a></td><td>Practitioner follow-up goal attainment scaling score</td></tr><tr><td><a href=\"https://loinc.org/68491/\">68491</a></td><td>Patient follow-up goal attainment scaling score</td></tr><tr><td><a href=\"https://loinc.org/68492/\">68492</a></td><td>Caregiver follow-up goal attainment scaling score</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://mtnlotus.com/uv/pco/ValueSet/goal-attainment-scaling-score"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "GoalAttainmentScalingScore"] ; # 
  fhir:title [ fhir:v "Goal Attainment Scaling (GAS) Score"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  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 "The score indicates how a patient, caregiver, or practitioner rated progress on goal attainment scaling."] ; # 
  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:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "68489" ] ;
fhir:display [ fhir:v "Goal attainment scale" ]       ] [
fhir:code [ fhir:v "68490" ] ;
fhir:display [ fhir:v "Practitioner follow-up goal attainment scaling score" ]       ] [
fhir:code [ fhir:v "68491" ] ;
fhir:display [ fhir:v "Patient follow-up goal attainment scaling score" ]       ] [
fhir:code [ fhir:v "68492" ] ;
fhir:display [ fhir:v "Caregiver follow-up goal attainment scaling score" ]       ] )     ] )
  ] . #