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

: Follow-Up GAS Score Answers - 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 "gas-score-answers"] ; # 
  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 gas-score-answers</b></p><a name=\"gas-score-answers\"> </a><a name=\"hcgas-score-answers\"> </a><a name=\"gas-score-answers-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/LA34479-8/\">LA34479-8</a></td><td>Much better than expected</td></tr><tr><td><a href=\"https://loinc.org/LA34480-6/\">LA34480-6</a></td><td>Better than expected</td></tr><tr><td><a href=\"https://loinc.org/LA34481-4/\">LA34481-4</a></td><td>Expected outcome</td></tr><tr><td><a href=\"https://loinc.org/LA34483-0/\">LA34483-0</a></td><td>Less than expected</td></tr><tr><td><a href=\"https://loinc.org/LA34484-8/\">LA34484-8</a></td><td>Much less than expected</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/gas-score-answers"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.0"] ; # 
  fhir:name [ fhir:v "GASScoreAnswers"] ; # 
  fhir:title [ fhir:v "Follow-Up GAS Score Answers"] ; # 
  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 "The progress rating on goal attainment scaling."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "This material contains content from LOINC (http://loinc.org). LOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "LA34479-8" ] ;
fhir:display [ fhir:v "Much better than expected" ]       ] [
fhir:code [ fhir:v "LA34480-6" ] ;
fhir:display [ fhir:v "Better than expected" ]       ] [
fhir:code [ fhir:v "LA34481-4" ] ;
fhir:display [ fhir:v "Expected outcome" ]       ] [
fhir:code [ fhir:v "LA34483-0" ] ;
fhir:display [ fhir:v "Less than expected" ]       ] [
fhir:code [ fhir:v "LA34484-8" ] ;
fhir:display [ fhir:v "Much less than expected" ]       ] )     ] )
  ] . #