WHO Clinical Care in Crisis Implementation Guide for Children - Local Development build (v0.1.0). See the Directory of published versions
: Oral Fluid Test Results - 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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "fluid-test"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-che-custom-codes.html\"><code>https://fhir.dk.swisstph-mis.ch/matchbox/fhir/CodeSystem/che-custom-codes</code></a><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-che-custom-codes.html#che-custom-codes-CHE.46B24.46G.46DE08\">CHE.B24.G.DE08</a></td><td>Completely Unable to Drink</td><td>The child is completely unable to drink</td></tr><tr><td><a href=\"CodeSystem-che-custom-codes.html#che-custom-codes-CHE.46B24.46G.46DE09\">CHE.B24.G.DE09</a></td><td>Vomits Immediately / Everything</td><td>The child vomits immediately / everything</td></tr><tr><td><a href=\"CodeSystem-che-custom-codes.html#che-custom-codes-CHE.46B24.46G.46DE10\">CHE.B24.G.DE10</a></td><td>Drinks Poorly</td><td>The child drinks poorly</td></tr><tr><td><a href=\"CodeSystem-che-custom-codes.html#che-custom-codes-CHE.46B24.46G.46DE11\">CHE.B24.G.DE11</a></td><td>Drinks Eagerly / Thirstily</td><td>The child drinks eagerly / thirstily</td></tr><tr><td><a href=\"CodeSystem-che-custom-codes.html#che-custom-codes-CHE.46B24.46G.46DE12\">CHE.B24.G.DE12</a></td><td>Drinks Normally</td><td>The child drinks normally</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "https://fhir.dk.swisstph-mis.ch/matchbox/fhir/ValueSet/fluid-test"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "valueset-fluid-test"] ; #
fhir:title [ fhir:v "Oral Fluid Test Results"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-10-04T12:32:21+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 "Codes representing possible values for the Provide an estimated age or estimated date of birth element"] ; #
fhir:immutable [ fhir:v "true"^^xsd:boolean] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "https://fhir.dk.swisstph-mis.ch/matchbox/fhir/CodeSystem/che-custom-codes"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "CHE.B24.G.DE08" ] ;
fhir:display [ fhir:v "Completely Unable to Drink" ] ;
( fhir:designation [
fhir:value [ fhir:v "The child is completely unable to drink" ] ] ) ] [
fhir:code [ fhir:v "CHE.B24.G.DE09" ] ;
fhir:display [ fhir:v "Vomits Immediately / Everything" ] ;
( fhir:designation [
fhir:value [ fhir:v "The child vomits immediately / everything" ] ] ) ] [
fhir:code [ fhir:v "CHE.B24.G.DE10" ] ;
fhir:display [ fhir:v "Drinks Poorly" ] ;
( fhir:designation [
fhir:value [ fhir:v "The child drinks poorly" ] ] ) ] [
fhir:code [ fhir:v "CHE.B24.G.DE11" ] ;
fhir:display [ fhir:v "Drinks Eagerly / Thirstily" ] ;
( fhir:designation [
fhir:value [ fhir:v "The child drinks eagerly / thirstily" ] ] ) ] [
fhir:code [ fhir:v "CHE.B24.G.DE12" ] ;
fhir:display [ fhir:v "Drinks Normally" ] ;
( fhir:designation [
fhir:value [ fhir:v "The child drinks normally" ] ] ) ] ) ] )
] . #