SMART Verifiable IPS for Pilgrimage
1.0.1 - ci-build

SMART Verifiable IPS for Pilgrimage, published by WHO. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/WorldHealthOrganization/smart-ips-pilgrimage/ and changes regularly. See the Directory of published versions

: Operating System - TTL Representation

Draft as of 2024-11-22

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 "OperatingSystemCs"] ; # 
  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 OperatingSystemCs</b></p><a name=\"OperatingSystemCs\"> </a><a name=\"hcOperatingSystemCs\"> </a><a name=\"OperatingSystemCs-en-US\"> </a><p>This  code system <code>http://smart.who.int/ips-pilgrimage/CodeSystem/OperatingSystemCs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">Linux<a name=\"OperatingSystemCs-Linux\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Unix<a name=\"OperatingSystemCs-Unix\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Windows<a name=\"OperatingSystemCs-Windows\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Mac<a name=\"OperatingSystemCs-Mac\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Other<a name=\"OperatingSystemCs-Other\"> </a></td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://smart.who.int/ips-pilgrimage/CodeSystem/OperatingSystemCs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.1"] ; # 
  fhir:name [ fhir:v "OperatingSystemCs"] ; # 
  fhir:title [ fhir:v "Operating System"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2024-11-22T13:39:18+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "WHO"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "WHO" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://who.int" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "smart@who.int" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Operating System"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "Linux" ] ;
fhir:display [ fhir:v "Linux" ]
  ] [
fhir:code [ fhir:v "Unix" ] ;
fhir:display [ fhir:v "Unix" ]
  ] [
fhir:code [ fhir:v "Windows" ] ;
fhir:display [ fhir:v "Windows" ]
  ] [
fhir:code [ fhir:v "Mac" ] ;
fhir:display [ fhir:v "Mac" ]
  ] [
fhir:code [ fhir:v "Other" ] ;
fhir:display [ fhir:v "Other" ]
  ] ) . #