WHO Clinical Care in Crisis Implementation Guide for Children - Local Development build (v0.1.0). See the Directory of published versions
: Continue to Assess Sick Child - 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 "continue-assessement"] ; #
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.46B7.46B8.46B9.46DE02\">CHE.B7.B8.B9.DE02</a></td><td>Stabilised, continue consultation</td><td>The child has been stabilised and the healthcare worker will continue the consultation</td></tr><tr><td><a href=\"CodeSystem-che-custom-codes.html#che-custom-codes-CHE.46B7.46B8.46B9.46DE03\">CHE.B7.B8.B9.DE03</a></td><td>End consultation</td><td>The child has not been stabilised and the healthcare worker willend the consultation</td></tr><tr><td><a href=\"CodeSystem-che-custom-codes.html#che-custom-codes-CHE.46B7.46B8.46B9.46DE04\">CHE.B7.B8.B9.DE04</a></td><td>Entered response in error</td><td>The healthcare worker entered the response for a life-threatening illness in error</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "https://fhir.dk.swisstph-mis.ch/matchbox/fhir/ValueSet/continue-assessement"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "valueset-continue-assessement"] ; #
fhir:title [ fhir:v "Continue to Assess Sick Child"] ; #
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.B7.B8.B9.DE02" ] ;
fhir:display [ fhir:v "Stabilised, continue consultation" ] ;
( fhir:designation [
fhir:value [ fhir:v "The child has been stabilised and the healthcare worker will continue the consultation" ] ] ) ] [
fhir:code [ fhir:v "CHE.B7.B8.B9.DE03" ] ;
fhir:display [ fhir:v "End consultation" ] ;
( fhir:designation [
fhir:value [ fhir:v "The child has not been stabilised and the healthcare worker willend the consultation" ] ] ) ] [
fhir:code [ fhir:v "CHE.B7.B8.B9.DE04" ] ;
fhir:display [ fhir:v "Entered response in error" ] ;
( fhir:designation [
fhir:value [ fhir:v "The healthcare worker entered the response for a life-threatening illness in error" ] ] ) ] ) ] )
] . #