Belgian MyCareNet Profiles, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/mycarenet/ and changes regularly. See the Directory of published versions
: CodeSystem annex types - 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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "annex-types"] ; #
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 annex-types</b></p><a name=\"annex-types\"> </a><a name=\"hcannex-types\"> </a><a name=\"annex-types-en-US\"> </a><p>This case-sensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/mycarenet/CodeSystem/annex-types</code> provides <b>a fragment</b> that includes following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">functional-report<a name=\"annex-types-functional-report\"> </a></td></tr><tr><td style=\"white-space:nowrap\">medical-report<a name=\"annex-types-medical-report\"> </a></td></tr><tr><td style=\"white-space:nowrap\">physiotherapist-report<a name=\"annex-types-physiotherapist-report\"> </a></td></tr><tr><td style=\"white-space:nowrap\">cra-justification<a name=\"annex-types-cra-justification\"> </a></td></tr><tr><td style=\"white-space:nowrap\">scoliosis-protocol<a name=\"annex-types-scoliosis-protocol\"> </a></td></tr><tr><td style=\"white-space:nowrap\">rheumatology-report<a name=\"annex-types-rheumatology-report\"> </a></td></tr><tr><td style=\"white-space:nowrap\">radiology-protocol<a name=\"annex-types-radiology-protocol\"> </a></td></tr><tr><td style=\"white-space:nowrap\">mevs-results<a name=\"annex-types-mevs-results\"> </a></td></tr><tr><td style=\"white-space:nowrap\">perimetry-lymphoscintigraphy-results<a name=\"annex-types-perimetry-lymphoscintigraphy-results\"> </a></td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"annex-types-other\"> </a></td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/mycarenet/CodeSystem/annex-types"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.1.0"] ; #
fhir:name [ fhir:v "MyCareNetAnnexTypes"] ; #
fhir:title [ fhir:v "CodeSystem annex types"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-08-26T07:44:03+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 "support@be-ehealth-standards.atlassian.net" ] ] )
] ) ; #
fhir:description [ fhir:v "Annex types for MyCareNet flows. Not all codes are defined here, a full list can be found on mycarenet.be"] ; #
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 "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "fragment"] ; #
fhir:concept ( [
fhir:code [ fhir:v "functional-report" ] ;
fhir:display [ fhir:v "functional-report" ]
] [
fhir:code [ fhir:v "medical-report" ] ;
fhir:display [ fhir:v "medical-report" ]
] [
fhir:code [ fhir:v "physiotherapist-report" ] ;
fhir:display [ fhir:v "physiotherapist-report" ]
] [
fhir:code [ fhir:v "cra-justification" ] ;
fhir:display [ fhir:v "cra-justification" ]
] [
fhir:code [ fhir:v "scoliosis-protocol" ] ;
fhir:display [ fhir:v "scoliosis-protocol" ]
] [
fhir:code [ fhir:v "rheumatology-report" ] ;
fhir:display [ fhir:v "rheumatology-report" ]
] [
fhir:code [ fhir:v "radiology-protocol" ] ;
fhir:display [ fhir:v "radiology-protocol" ]
] [
fhir:code [ fhir:v "mevs-results" ] ;
fhir:display [ fhir:v "mevs-results" ]
] [
fhir:code [ fhir:v "perimetry-lymphoscintigraphy-results" ] ;
fhir:display [ fhir:v "perimetry-lymphoscintigraphy-results" ]
] [
fhir:code [ fhir:v "other" ] ;
fhir:display [ fhir:v "other" ]
] ) . #