WHO Clinical Care in Crisis Implementation Guide for Children - Local Development build (v0.1.0). See the Directory of published versions
: Reason for Consultation - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "consultation-reason",
"text" : {
"status" : "generated",
"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></tr><tr><td><a href=\"CodeSystem-che-custom-codes.html#che-custom-codes-CHE.46B3.46DE02\">CHE.B3.DE02</a></td><td>Life Threatening Emergency</td></tr><tr><td><a href=\"CodeSystem-che-custom-codes.html#che-custom-codes-CHE.46B3.46DE03\">CHE.B3.DE03</a></td><td>Sick Child</td></tr><tr><td><a href=\"CodeSystem-che-custom-codes.html#che-custom-codes-CHE.46B3.46DE04\">CHE.B3.DE04</a></td><td>Routine visit (Well child/infant)</td></tr></table></li></ul></div>"
},
"url" : "https://fhir.dk.swisstph-mis.ch/matchbox/fhir/ValueSet/consultation-reason",
"version" : "0.1.0",
"name" : "valueset-consultation-reason",
"title" : "Reason for Consultation",
"status" : "draft",
"experimental" : false,
"date" : "2023-10-04T12:32:21+00:00",
"publisher" : "WHO",
"contact" : [
{
"name" : "WHO",
"telecom" : [
{
"system" : "url",
"value" : "http://who.int"
}
]
}
],
"description" : "The reason for the child's consultation",
"immutable" : true,
"compose" : {
"include" : [
{
"system" : "https://fhir.dk.swisstph-mis.ch/matchbox/fhir/CodeSystem/che-custom-codes",
"concept" : [
{
"code" : "CHE.B3.DE02",
"display" : "Life Threatening Emergency"
},
{
"code" : "CHE.B3.DE03",
"display" : "Sick Child"
},
{
"code" : "CHE.B3.DE04",
"display" : "Routine visit (Well child/infant)"
}
]
}
]
}
}