Smart Bear Implementation Guide
3.4.1 - ci-build

Smart Bear Implementation Guide - Local Development build (v3.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Questionnaire Response ABC RATING SCALE - 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 "ABCRAtingScale"] ; # 
  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 ABCRAtingScale</b></p><a name=\"ABCRAtingScale\"> </a><a name=\"hcABCRAtingScale\"> </a><a name=\"ABCRAtingScale-en-US\"> </a><p>This  code system <code>https://smart-bear.eu/fhir/CodeSystem/ABCRAtingScale</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"ABCRAtingScale-0\"> </a></td><td>0 No confidence</td></tr><tr><td style=\"white-space:nowrap\">10<a name=\"ABCRAtingScale-10\"> </a></td><td>10</td></tr><tr><td style=\"white-space:nowrap\">20<a name=\"ABCRAtingScale-20\"> </a></td><td>20</td></tr><tr><td style=\"white-space:nowrap\">30<a name=\"ABCRAtingScale-30\"> </a></td><td>30</td></tr><tr><td style=\"white-space:nowrap\">40<a name=\"ABCRAtingScale-40\"> </a></td><td>40</td></tr><tr><td style=\"white-space:nowrap\">50<a name=\"ABCRAtingScale-50\"> </a></td><td>50</td></tr><tr><td style=\"white-space:nowrap\">60<a name=\"ABCRAtingScale-60\"> </a></td><td>60</td></tr><tr><td style=\"white-space:nowrap\">70<a name=\"ABCRAtingScale-70\"> </a></td><td>70</td></tr><tr><td style=\"white-space:nowrap\">80<a name=\"ABCRAtingScale-80\"> </a></td><td>80</td></tr><tr><td style=\"white-space:nowrap\">90<a name=\"ABCRAtingScale-90\"> </a></td><td>90</td></tr><tr><td style=\"white-space:nowrap\">100<a name=\"ABCRAtingScale-100\"> </a></td><td>100 Completely confident</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://smart-bear.eu/fhir/CodeSystem/ABCRAtingScale"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "3.4.1"] ; # 
  fhir:name [ fhir:v "ABCRAtingScale"] ; # 
  fhir:title [ fhir:v "Questionnaire Response ABC RATING SCALE"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-09-17T08:57:54+02:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "Questionnaire Response ABC RATING SCALE"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "11"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "0" ] ;
fhir:display [ fhir:v "0 No confidence" ]
  ] [
fhir:code [ fhir:v "10" ] ;
fhir:display [ fhir:v "10" ]
  ] [
fhir:code [ fhir:v "20" ] ;
fhir:display [ fhir:v "20" ]
  ] [
fhir:code [ fhir:v "30" ] ;
fhir:display [ fhir:v "30" ]
  ] [
fhir:code [ fhir:v "40" ] ;
fhir:display [ fhir:v "40" ]
  ] [
fhir:code [ fhir:v "50" ] ;
fhir:display [ fhir:v "50" ]
  ] [
fhir:code [ fhir:v "60" ] ;
fhir:display [ fhir:v "60" ]
  ] [
fhir:code [ fhir:v "70" ] ;
fhir:display [ fhir:v "70" ]
  ] [
fhir:code [ fhir:v "80" ] ;
fhir:display [ fhir:v "80" ]
  ] [
fhir:code [ fhir:v "90" ] ;
fhir:display [ fhir:v "90" ]
  ] [
fhir:code [ fhir:v "100" ] ;
fhir:display [ fhir:v "100 Completely confident" ]
  ] ) . #