This page is part of the Belgium eHealth FHIR Core specifications (v1.2.2: Trial Use) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "CodeSystem",
"id" : "be-cs-problem-origin-type",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system https://www.ehealth.fgov.be/standards/fhir/CodeSystem/be-cs-problem-origin-type defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">referral<a name=\"be-cs-problem-origin-type-referral\"/></td><td>Referral order</td><td>Following a referral order</td></tr><tr><td style=\"white-space:nowrap\">own-initiative<a name=\"be-cs-problem-origin-type-own-initiative\"/></td><td>Patient's own initiative</td><td>The patient has arrived on their own initiative</td></tr><tr><td style=\"white-space:nowrap\">counsel<a name=\"be-cs-problem-origin-type-counsel\"/></td><td>Advice or recommendation from another provider (no prescription)</td><td>From an advice or recommendation of a health professional (without prescription)</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"be-cs-problem-origin-type-other\"/></td><td>other</td><td>Other</td></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>French (Belgium) (fr)</b></td><td><b>Nederlands (Belgiƫ) (Dutch (Belgium), nl)</b></td></tr><tr><td>referral</td><td>prescription de renvoi</td><td>verwijsvoorschrift</td></tr><tr><td>own-initiative</td><td>libre</td><td>Op eigen initiatief</td></tr><tr><td>counsel</td><td>conseil</td><td>doorverwijzing</td></tr><tr><td>other</td><td>autre</td><td>andere</td></tr></table></div>"
},
"url" : "https://www.ehealth.fgov.be/standards/fhir/CodeSystem/be-cs-problem-origin-type",
"version" : "1.2.2",
"name" : "BeCSProblemOriginType",
"title" : "Problem Origin Type",
"status" : "active",
"date" : "2021-01-10T10:59:49+00:00",
"publisher" : "eHealth",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://ehealth.fgov.be/"
}
]
}
],
"description" : "Problem Origin Type",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "056"
}
]
}
],
"content" : "complete",
"concept" : [
{
"code" : "referral",
"display" : "Referral order",
"definition" : "Following a referral order",
"designation" : [
{
"language" : "fr-BE",
"value" : "prescription de renvoi"
},
{
"language" : "nl-BE",
"value" : "verwijsvoorschrift"
}
]
},
{
"code" : "own-initiative",
"display" : "Patient's own initiative",
"definition" : "The patient has arrived on their own initiative",
"designation" : [
{
"language" : "fr-BE",
"value" : "libre"
},
{
"language" : "nl-BE",
"value" : "Op eigen initiatief"
}
]
},
{
"code" : "counsel",
"display" : "Advice or recommendation from another provider (no prescription)",
"definition" : "From an advice or recommendation of a health professional (without prescription)",
"designation" : [
{
"language" : "fr-BE",
"value" : "conseil"
},
{
"language" : "nl-BE",
"value" : "doorverwijzing"
}
]
},
{
"code" : "other",
"display" : "other",
"definition" : "Other",
"designation" : [
{
"language" : "fr-BE",
"value" : "autre"
},
{
"language" : "nl-BE",
"value" : "andere"
}
]
}
]
}