HL7 Belgium care-coordination, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 0.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/care-coordination/ and changes regularly. See the Directory of published versions
Active as of 2021-01-18 |
@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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "be-cs-diarytopic"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem be-cs-diarytopic</b></p><a name=\"be-cs-diarytopic\"> </a><a name=\"hcbe-cs-diarytopic\"> </a><a name=\"be-cs-diarytopic-en-US\"> </a><p>This case-insensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/care-coordination/CodeSystem/be-cs-diarytopic</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">diabetes<a name=\"be-cs-diarytopic-diabetes\"> </a></td></tr><tr><td style=\"white-space:nowrap\">medication<a name=\"be-cs-diarytopic-medication\"> </a></td></tr><tr><td style=\"white-space:nowrap\">movement<a name=\"be-cs-diarytopic-movement\"> </a></td></tr><tr><td style=\"white-space:nowrap\">nutrition<a name=\"be-cs-diarytopic-nutrition\"> </a></td></tr><tr><td style=\"white-space:nowrap\">renalinsufficiency<a name=\"be-cs-diarytopic-renalinsufficiency\"> </a></td></tr><tr><td style=\"white-space:nowrap\">woundcare<a name=\"be-cs-diarytopic-woundcare\"> </a></td></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>English (English, en)</b></td><td><b>French (Belgium) (fr)</b></td><td><b>Nederlands (België) (Dutch (Belgium), nl)</b></td></tr><tr><td>diabetes</td><td>diabetes</td><td>diabète</td><td>diabetes</td></tr><tr><td>medication</td><td>medication</td><td>médication</td><td>medicatie</td></tr><tr><td>movement</td><td>movement</td><td>mouvement</td><td>beweging</td></tr><tr><td>nutrition</td><td>nutrition</td><td>nutrition</td><td>voeding</td></tr><tr><td>renalinsufficiency</td><td>renal insufficiency</td><td>insuffisance rénale</td><td>nierinsufficiëntie</td></tr><tr><td>woundcare</td><td>wound care</td><td>soins de plaies</td><td>wondverzorging</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/care-coordination/CodeSystem/be-cs-diarytopic"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.0.1"] ; #
fhir:name [ fhir:v "BeCSDiaryTopic"] ; #
fhir:title [ fhir:v "Diary Topic Code Sytem"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2021-01-18T09:02:46+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "eHealth Platform"] ; #
fhir:contact ( [
fhir:name [ fhir:v "eHealth Platform" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.ehealth.fgov.be/" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "message-structure@ehealth.fgov.be" ] ] )
] [
fhir:name [ fhir:v "Message Structure" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "message-structure@ehealth.fgov.be" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "Diary and Communication Topics"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BE" ] ;
fhir:display [ fhir:v "Belgium" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "diabetes" ] ;
( fhir:designation [
fhir:language [ fhir:v "en" ] ;
fhir:value [ fhir:v "diabetes" ] ] [
fhir:language [ fhir:v "nl-BE" ] ;
fhir:value [ fhir:v "diabetes" ] ] [
fhir:language [ fhir:v "fr-BE" ] ;
fhir:value [ fhir:v "diabète" ] ] )
] [
fhir:code [ fhir:v "medication" ] ;
( fhir:designation [
fhir:language [ fhir:v "en" ] ;
fhir:value [ fhir:v "medication" ] ] [
fhir:language [ fhir:v "nl-BE" ] ;
fhir:value [ fhir:v "medicatie" ] ] [
fhir:language [ fhir:v "fr-BE" ] ;
fhir:value [ fhir:v "médication" ] ] )
] [
fhir:code [ fhir:v "movement" ] ;
( fhir:designation [
fhir:language [ fhir:v "en" ] ;
fhir:value [ fhir:v "movement" ] ] [
fhir:language [ fhir:v "nl-BE" ] ;
fhir:value [ fhir:v "beweging" ] ] [
fhir:language [ fhir:v "fr-BE" ] ;
fhir:value [ fhir:v "mouvement" ] ] )
] [
fhir:code [ fhir:v "nutrition" ] ;
( fhir:designation [
fhir:language [ fhir:v "en" ] ;
fhir:value [ fhir:v "nutrition" ] ] [
fhir:language [ fhir:v "nl-BE" ] ;
fhir:value [ fhir:v "voeding" ] ] [
fhir:language [ fhir:v "fr-BE" ] ;
fhir:value [ fhir:v "nutrition" ] ] )
] [
fhir:code [ fhir:v "renalinsufficiency" ] ;
( fhir:designation [
fhir:language [ fhir:v "en" ] ;
fhir:value [ fhir:v "renal insufficiency" ] ] [
fhir:language [ fhir:v "nl-BE" ] ;
fhir:value [ fhir:v "nierinsufficiëntie" ] ] [
fhir:language [ fhir:v "fr-BE" ] ;
fhir:value [ fhir:v "insuffisance rénale" ] ] )
] [
fhir:code [ fhir:v "woundcare" ] ;
( fhir:designation [
fhir:language [ fhir:v "en" ] ;
fhir:value [ fhir:v "wound care" ] ] [
fhir:language [ fhir:v "nl-BE" ] ;
fhir:value [ fhir:v "wondverzorging" ] ] [
fhir:language [ fhir:v "fr-BE" ] ;
fhir:value [ fhir:v "soins de plaies" ] ] )
] ) . #
IG © 2021+ eHealth Platform. Package hl7.fhir.be.care-coordination#0.0.1 based on FHIR 4.0.1. Generated 2024-12-17
Links: Table of Contents |
QA Report