HL7 FHIR Implementation Guide: Transversal Clinical Core
1.0.1 - STU1
HL7 FHIR Implementation Guide: Transversal Clinical Core, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/core-clinical/ and changes regularly. See the Directory of published versions
Active as of 2021-01-10 | Maturity Level: 1 |
{
"resourceType" : "CodeSystem",
"id" : "be-cs-problem-origin-type",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem be-cs-problem-origin-type</b></p><a name=\"be-cs-problem-origin-type\"> </a><a name=\"hcbe-cs-problem-origin-type\"> </a><a name=\"be-cs-problem-origin-type-en-US\"> </a><p>This case-insensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/core-clinical/CodeSystem/be-cs-problem-origin-type</code> 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\"> </a></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\"> </a></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\"> </a></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\"> </a></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>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 1
}
],
"url" : "https://www.ehealth.fgov.be/standards/fhir/core-clinical/CodeSystem/be-cs-problem-origin-type",
"version" : "1.0.1",
"name" : "BeCSProblemOriginType",
"title" : "Problem Origin Type",
"status" : "active",
"experimental" : false,
"date" : "2021-01-10T10:59:49+00:00",
"publisher" : "eHealth Platform",
"contact" : [
{
"name" : "eHealth Platform",
"telecom" : [
{
"system" : "url",
"value" : "https://www.ehealth.fgov.be"
},
{
"system" : "email",
"value" : "message-structure@www.ehealth.fgov.be"
}
]
},
{
"name" : "Message-Structure",
"telecom" : [
{
"system" : "email",
"value" : "message-structure@www.ehealth.fgov.be",
"use" : "work"
}
]
}
],
"description" : "Problem Origin Type",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "BE",
"display" : "Belgium"
}
]
}
],
"caseSensitive" : false,
"content" : "complete",
"count" : 4,
"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"
}
]
}
]
}