Veteran-Centered Outcomes (VCO) Implementation Guide, published by U.S. Department of Veterans Affairs. 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/vco-ig/ and changes regularly. See the Directory of published versions
: Well-Being Satisfaction Answers - TTL Representation
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 "well-being-satisfaction"] ; #
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 well-being-satisfaction</b></p><a name=\"well-being-satisfaction\"> </a><a name=\"hcwell-being-satisfaction\"> </a><p>This value set includes codes based on the following rules:</p><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/LA14638-3/\">LA14638-3</a></td><td>Very dissatisfied</td></tr><tr><td><a href=\"https://loinc.org/LA29849-9/\">LA29849-9</a></td><td>Somewhat dissatisfied</td></tr><tr><td><a href=\"https://loinc.org/LA31733-1/\">LA31733-1</a></td><td>Neither satisfied nor dissatisfied</td></tr><tr><td><a href=\"https://loinc.org/LA27752-7/\">LA27752-7</a></td><td>Somewhat satisfied</td></tr><tr><td><a href=\"https://loinc.org/LA14642-5/\">LA14642-5</a></td><td>Very satisfied</td></tr></table></li><li>Include these codes as defined in <a href=\"CodeSystem-well-being-answer-codes.html\"><code>http://va.gov/fhir/vco/CodeSystem/well-being-answer-codes</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=\"CodeSystem-well-being-answer-codes.html#well-being-answer-codes-slightly-dissatisfied\">slightly-dissatisfied</a></td><td>Slightly dissatisfied</td></tr><tr><td><a href=\"CodeSystem-well-being-answer-codes.html#well-being-answer-codes-slightly-satisfied\">slightly-satisfied</a></td><td>Slightly satisfied</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://va.gov/fhir/vco/ValueSet/well-being-satisfaction"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "WellBeingSatisfaction"] ; #
fhir:title [ fhir:v "Well-Being Satisfaction Answers"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-09-02T17:48:52+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "U.S. Department of Veterans Affairs"] ; #
fhir:contact ( [
fhir:name [ fhir:v "U.S. Department of Veterans Affairs" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://va.gov" ] ] )
] ) ; #
fhir:description [ fhir:v "Answers for satisfaction related questions in well-being questionnaires."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ] ] )
] ) ; #
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 "LA14638-3" ] ;
fhir:display [ fhir:v "Very dissatisfied" ] ] [
fhir:code [ fhir:v "LA29849-9" ] ;
fhir:display [ fhir:v "Somewhat dissatisfied" ] ] [
fhir:code [ fhir:v "LA31733-1" ] ;
fhir:display [ fhir:v "Neither satisfied nor dissatisfied" ] ] [
fhir:code [ fhir:v "LA27752-7" ] ;
fhir:display [ fhir:v "Somewhat satisfied" ] ] [
fhir:code [ fhir:v "LA14642-5" ] ;
fhir:display [ fhir:v "Very satisfied" ] ] ) ] [
fhir:system [ fhir:v "http://va.gov/fhir/vco/CodeSystem/well-being-answer-codes"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "slightly-dissatisfied" ] ;
fhir:display [ fhir:v "Slightly dissatisfied" ] ] [
fhir:code [ fhir:v "slightly-satisfied" ] ;
fhir:display [ fhir:v "Slightly satisfied" ] ] ) ] )
] . #