Kenya Disease Surveillance FHIR Implementation Guide., published by Kenya National Public Health Institute. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/Surveillance-FHIR-IG/ and changes regularly. See the Directory of published versions
: Causative Agent - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "CausativeAgentVS"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet CausativeAgentVS</b></p><a name=\"CausativeAgentVS\"> </a><a name=\"hcCausativeAgentVS\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-UNORDERED.html\"><code>http://example.org/CodeSystem/UNORDERED</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-UNORDERED.html#UNORDERED-001\">001</a></td><td style=\"color: #cccccc\">CauseOFEvent1</td><td>Cause of the event (Causative agent).</td></tr><tr><td><a href=\"CodeSystem-UNORDERED.html#UNORDERED-002\">002</a></td><td style=\"color: #cccccc\">CauseOFEvent2</td><td>Cause of the event (Causative agent).</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://example.org/ValueSet/CausativeAgentVS"^^xsd:anyURI ;
fhir:l <http://example.org/ValueSet/CausativeAgentVS>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "CSAGENTVS"] ; #
fhir:title [ fhir:v "Causative Agent"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2026-04-04T09:09:24+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Kenya National Public Health Institute"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Kenya National Public Health Institute" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.nphi.go.ke/" ] ] )
] [
fhir:name [ fhir:v "Kenya National Public Health Institute" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.nphi.go.ke/" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "Cause of the event (Causative agent)"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166> ] ;
fhir:code [ fhir:v "KE" ] ;
fhir:display [ fhir:v "Kenya" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "http://example.org/CodeSystem/UNORDERED"^^xsd:anyURI ;
fhir:l <http://example.org/CodeSystem/UNORDERED> ] ;
( fhir:concept [
fhir:code [ fhir:v "001" ] ] [
fhir:code [ fhir:v "002" ] ] ) ] )
] . #