HL7 BE Laboratory WG Implementation Guide, 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/lab/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "organization1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-organization"^^xsd:anyURI ;
fhir:l <https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-organization> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "empty" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203> ] ;
fhir:code [ fhir:v "PRN" ] ;
fhir:display [ fhir:v "Provider Number" ] ] ) ] ;
fhir:system [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/cbe"^^xsd:anyURI ;
fhir:l <https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/cbe> ] ;
fhir:value [ fhir:v "0425.222.333" ]
] [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203> ] ;
fhir:code [ fhir:v "MD" ] ;
fhir:display [ fhir:v "Medical License number" ] ] ) ] ;
fhir:system [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi"^^xsd:anyURI ;
fhir:l <https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi> ] ;
fhir:value [ fhir:v "999999999" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:type ( [
( fhir:coding [
fhir:system [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty"^^xsd:anyURI ;
fhir:l <https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty> ] ;
fhir:code [ fhir:v "orghospital" ] ] )
] ) ; #
fhir:name [ fhir:v "Enterprise Hospital Ziekenhuis"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "322675199" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:address ( [
( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/language"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/language> ] ;
fhir:value [
a fhir:Code ;
fhir:v "nl" ] ] ) ;
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "both" ] ;
fhir:text [ fhir:v "Vulcansstraat 120, 1000 Brussel" ] ;
( fhir:line [
fhir:v "Vulcansstraat 120" ;
( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName> ] ;
fhir:value [
a fhir:String ;
fhir:v "Vulcansstraat" ] ] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber> ] ;
fhir:value [
a fhir:String ;
fhir:v "120" ] ] ) ] ) ;
fhir:city [ fhir:v "Brussel" ] ;
fhir:postalCode [ fhir:v "1000" ] ;
fhir:country [ fhir:v "BE" ]
] [
( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/language"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/language> ] ;
fhir:value [
a fhir:Code ;
fhir:v "fr" ] ] ) ;
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "both" ] ;
fhir:text [ fhir:v "120, Rue des Vulcans, 1000 Bruxelles" ] ;
( fhir:line [
fhir:v "120, Rue des Vulcans" ;
( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName> ] ;
fhir:value [
a fhir:String ;
fhir:v "Rue des Vulcans" ] ] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber> ] ;
fhir:value [
a fhir:String ;
fhir:v "120" ] ] ) ] ) ;
fhir:city [ fhir:v "Bruxelles" ] ;
fhir:postalCode [ fhir:v "1000" ] ;
fhir:country [ fhir:v "BE" ]
] ) . #
IG © 2021+ eHealth Platform. Package hl7.fhir.be.lab#1.0.1 based on FHIR 4.0.1. Generated 2026-01-23
Links: Table of Contents |
QA Report |
Issues |
Version History |
Links: Table of Contents |
QA Report |
Version History
|
|
Propose a change