0.1.0 - ci-build

OBSCDSS - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Model Responses Code System - TTL Representation

Draft as of 2024-03-26

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 "ml-response-cs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This  code system <code>https://joofio.github.io/obs-cdss-fhir/CodeSystem/ml-response-cs</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></tr><tr><td style=\"white-space:nowrap\">OK<a name=\"ml-response-cs-OK\"> </a></td><td>Level Ok</td><td>Level Ok</td></tr><tr><td style=\"white-space:nowrap\">WARN<a name=\"ml-response-cs-WARN\"> </a></td><td>Warning level 1</td><td>Warning level 1</td></tr><tr><td style=\"white-space:nowrap\">NOK<a name=\"ml-response-cs-NOK\"> </a></td><td>Error level</td><td>Error level</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://joofio.github.io/obs-cdss-fhir/CodeSystem/ml-response-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "MLResponseCS"] ; # 
  fhir:title [ fhir:v "Model Responses Code System"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2024-03-26T13:57:12+00:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "Model Responses Code System"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "OK" ] ;
fhir:display [ fhir:v "Level Ok" ] ;
fhir:definition [ fhir:v "Level Ok" ]
  ] [
fhir:code [ fhir:v "WARN" ] ;
fhir:display [ fhir:v "Warning level 1" ] ;
fhir:definition [ fhir:v "Warning level 1" ]
  ] [
fhir:code [ fhir:v "NOK" ] ;
fhir:display [ fhir:v "Error level" ] ;
fhir:definition [ fhir:v "Error level" ]
  ] ) . #