Multi-language FHIR Implementation Guide
1.0.0 - ci-build

Provide feedback on this page: File Feedback

Multi-language FHIR Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

: Code system for survey answers - TTL Representation

Draft as of 2023-11-13

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 "yes-no-idnotknow"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://example.org/CodeSystem/yes-no-idnotknow-code-system</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><td><b>Spanish (es)</b></td></tr><tr><td style=\"white-space:nowrap\">Y<a name=\"yes-no-idnotknow-Y\"> </a></td><td>Yes</td><td>Yes</td><td>Sí</td></tr><tr><td style=\"white-space:nowrap\">N<a name=\"yes-no-idnotknow-N\"> </a></td><td>No</td><td>No</td><td>No</td></tr><tr><td style=\"white-space:nowrap\">UNK<a name=\"yes-no-idnotknow-UNK\"> </a></td><td>I do not know</td><td>I do not know</td><td>No lo sé</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://example.org/CodeSystem/yes-no-idnotknow-code-system"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "YesNoIdontknowCs"] ; # 
  fhir:title [ fhir:v "Code system for survey answers"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2023-11-13T08:13:08-06:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Olga Patterson"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Olga Patterson" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://verily.com/" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "opatterson@verily.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Survey question answers"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "Y" ] ;
fhir:display [ fhir:v "Yes" ] ;
fhir:definition [ fhir:v "Yes" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "es" ] ;
fhir:value [ fhir:v "Sí" ]     ] )
  ] [
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "No" ] ;
fhir:definition [ fhir:v "No" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "es" ] ;
fhir:value [ fhir:v "No" ]     ] )
  ] [
fhir:code [ fhir:v "UNK" ] ;
fhir:display [ fhir:v "I do not know" ] ;
fhir:definition [ fhir:v "I do not know" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "es" ] ;
fhir:value [ fhir:v "No lo sé" ]     ] )
  ] ) . #