WHO SMART Guideline: Surveillance and Outbreak Toolkit
0.2.1 - CI Build International flag

WHO SMART Guideline: Surveillance and Outbreak Toolkit, published by WHO. This is not an authorized publication; it is the continuous build for version 0.2.1. This version is based on the current content of https://github.com/WorldHealthOrganization/smart-ot and changes regularly. See the Directory of published versions

: Exposure Location - TTL Representation

Draft as of 2023-11-07

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 "AnimalExposureLocationCs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This  code system <code>http://worldhealthorganization.github.io/smart-ot/ExposureLocation</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\">Home<a name=\"AnimalExposureLocationCs-Home\"> </a></td><td>Home</td></tr><tr><td style=\"white-space:nowrap\">Neighbourhood<a name=\"AnimalExposureLocationCs-Neighbourhood\"> </a></td><td>Neighbourhood</td></tr><tr><td style=\"white-space:nowrap\">Market<a name=\"AnimalExposureLocationCs-Market\"> </a></td><td>Market</td></tr><tr><td style=\"white-space:nowrap\">Agricultural<a name=\"AnimalExposureLocationCs-Agricultural\"> </a></td><td>Agriculturail fair/ zoo</td></tr><tr><td style=\"white-space:nowrap\">Farm<a name=\"AnimalExposureLocationCs-Farm\"> </a></td><td>Farm</td></tr><tr><td style=\"white-space:nowrap\">Other<a name=\"AnimalExposureLocationCs-Other\"> </a></td><td>Other</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://worldhealthorganization.github.io/smart-ot/ExposureLocation"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.1"] ; # 
  fhir:name [ fhir:v "AnimalExposureLocationCs"] ; # 
  fhir:title [ fhir:v "Exposure Location"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2023-11-07T05:59:29+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:description [ fhir:v "Exposure Location"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "Home" ] ;
fhir:display [ fhir:v "Home" ]
  ] [
fhir:code [ fhir:v "Neighbourhood" ] ;
fhir:display [ fhir:v "Neighbourhood" ]
  ] [
fhir:code [ fhir:v "Market" ] ;
fhir:display [ fhir:v "Market" ]
  ] [
fhir:code [ fhir:v "Agricultural" ] ;
fhir:display [ fhir:v "Agriculturail fair/ zoo" ]
  ] [
fhir:code [ fhir:v "Farm" ] ;
fhir:display [ fhir:v "Farm" ]
  ] [
fhir:code [ fhir:v "Other" ] ;
fhir:display [ fhir:v "Other" ]
  ] ) . #