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
: Contact Type - TTL Representation
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 "ContactTypeCs"] ; #
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/ContactType</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\">CloseContact<a name=\"ContactTypeCs-CloseContact\"> </a></td><td>Close contact (within 1 metre)</td></tr><tr><td style=\"white-space:nowrap\">FluidContact<a name=\"ContactTypeCs-FluidContact\"> </a></td><td>Handled person's bodily fluids/excreta</td></tr><tr><td style=\"white-space:nowrap\">SharedHousehold<a name=\"ContactTypeCs-SharedHousehold\"> </a></td><td>Shared same household</td></tr><tr><td style=\"white-space:nowrap\">SharedRoom<a name=\"ContactTypeCs-SharedRoom\"> </a></td><td>Admitted to the same health facility room</td></tr><tr><td style=\"white-space:nowrap\">SharedFacility<a name=\"ContactTypeCs-SharedFacility\"> </a></td><td>Admitted to same health facility (but different room)</td></tr><tr><td style=\"white-space:nowrap\">Visited<a name=\"ContactTypeCs-Visited\"> </a></td><td>visited the same health facility (including traditional)</td></tr><tr><td style=\"white-space:nowrap\">Other<a name=\"ContactTypeCs-Other\"> </a></td><td>Other</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://worldhealthorganization.github.io/smart-ot/ContactType"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.2.1"] ; #
fhir:name [ fhir:v "ContactTypeCs"] ; #
fhir:title [ fhir:v "Contact Type"] ; #
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 "Contact Type"] ; #
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 "7"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "CloseContact" ] ;
fhir:display [ fhir:v "Close contact (within 1 metre)" ]
] [
fhir:code [ fhir:v "FluidContact" ] ;
fhir:display [ fhir:v "Handled person's bodily fluids/excreta" ]
] [
fhir:code [ fhir:v "SharedHousehold" ] ;
fhir:display [ fhir:v "Shared same household" ]
] [
fhir:code [ fhir:v "SharedRoom" ] ;
fhir:display [ fhir:v "Admitted to the same health facility room" ]
] [
fhir:code [ fhir:v "SharedFacility" ] ;
fhir:display [ fhir:v "Admitted to same health facility (but different room)" ]
] [
fhir:code [ fhir:v "Visited" ] ;
fhir:display [ fhir:v "visited the same health facility (including traditional)" ]
] [
fhir:code [ fhir:v "Other" ] ;
fhir:display [ fhir:v "Other" ]
] ) . #