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 loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "hematologyStudiesAsBundleCollection"] ; #
fhir:identifier [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:0c3151bd-1cbf-4d65-b04d-cd9187a4c6e0" ]
] ; #
fhir:type [ fhir:v "collection"] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d34"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d34> )
] [
fhir:fullUrl [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d35"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d35> )
] [
fhir:fullUrl [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d36"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d36> )
] [
fhir:fullUrl [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d37"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d37> )
] [
fhir:fullUrl [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d38"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d38> )
] [
fhir:fullUrl [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d39"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d39> )
] [
fhir:fullUrl [ fhir:v "urn:uuid:7c16c9c0-c469-4088-ae18-48abcadd8d40"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:7c16c9c0-c469-4088-ae18-48abcadd8d40> )
] [
fhir:fullUrl [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d40"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d40> )
] [
fhir:fullUrl [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d41"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d41> )
] [
fhir:fullUrl [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d42"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d42> )
] [
fhir:fullUrl [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d43"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d43> )
] [
fhir:fullUrl [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d44"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d44> )
] ) . #
<urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d34> a fhir:DiagnosticReport ;
fhir:id [ fhir:v "ex02-diagnosticreport1"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-laboratory-report"^^xsd:anyURI ;
fhir:link <https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-laboratory-report> ] )
] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "empty" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://www.ehealth.fgov.be/lab-report/diagnostic-report-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "11530231003.2015110413180000000" ]
] ) ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "servicerequest1" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LAB" ] ;
fhir:display [ fhir:v "Laboratory" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:18723-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "18723-7" ] ;
fhir:display [
fhir:v "Hematology studies (set)" ;
( fhir:extension [
( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "nl-BE" ] ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "HEMATOLOGIE" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ] ] ) ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d74" ]
] ; #
fhir:effective [ fhir:v "2015-11-03T13:18:00+01:00"^^xsd:dateTime] ; #
fhir:issued [ fhir:v "2015-11-04T13:18:00+01:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d72" ]
] ) ; #
fhir:resultsInterpreter ( [
fhir:reference [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d73" ]
] ) ; #
fhir:specimen ( [
fhir:reference [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d35" ]
] ) ; #
fhir:result ( [
fhir:reference [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d36" ]
] [
fhir:reference [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d37" ]
] ) ; #
fhir:media ( [
fhir:comment [ fhir:v "Just as an example here: how to add a link to an image" ] ;
fhir:link [
fhir:reference [ fhir:v "urn:uuid:7c16c9c0-c469-4088-ae18-48abcadd8d40" ] ]
] ) ; #
fhir:conclusion [ fhir:v "This is our conclusion"] . #
<urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d35> a fhir:Specimen ;
fhir:id [ fhir:v "ex02-specimen1"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-specimen-laboratory"^^xsd:anyURI ;
fhir:link <https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-specimen-laboratory> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "empty" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://www.GTL-LABO.be/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1" ]
] ) ; #
fhir:status [ fhir:v "available"] ; #
fhir:type [
( fhir:coding [
a sct:119297000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "119297000" ] ;
fhir:display [ fhir:v "Blood specimen" ] ] ) ;
fhir:text [ fhir:v "A string can be added to nuance or explain." ]
] ; #
fhir:receivedTime [ fhir:v "2015-11-04"^^xsd:date] ; #
fhir:collection [
fhir:collected [ fhir:v "2015-11-03"^^xsd:date ] ;
fhir:method [
( fhir:coding [
a sct:28520004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "28520004" ] ;
fhir:display [ fhir:v "Venipuncture for blood test (procedure)" ] ] ) ] ;
fhir:bodySite [
( fhir:coding [
a sct:368208006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "368208006" ] ;
fhir:display [ fhir:v "Left upper arm structure (body structure)" ] ] ) ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "Some extra relevant information concerning the specimen" ]
] ) . #
<urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d36> a fhir:Observation ;
fhir:id [ fhir:v "ex02-observation10"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-observation-laboratory"^^xsd:anyURI ;
fhir:link <https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-observation-laboratory> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "empty" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:30341-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30341-2" ] ;
fhir:display [ fhir:v "Erythrocyte sedimentation rate" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d74" ]
] ; #
fhir:effective [ fhir:v "2015-11-04T09:16:00-05:00"^^xsd:dateTime] ; #
fhir:issued [ fhir:v "2015-11-04T09:16:00-05:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d73" ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "2"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mm/h" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mm/h" ]
] ; #
fhir:interpretation ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "L" ] ;
fhir:display [ fhir:v "Low" ] ] )
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "The Bodysite and Method that are given below do not really make any sense here!" ]
] ) ; #
fhir:bodySite [
( fhir:coding [
a sct:344001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "344001" ] ;
fhir:display [ fhir:v "Ankle" ] ] ) ;
fhir:text [ fhir:v "ankle (this code was just an example to show the structure)" ]
] ; #
fhir:method [
( fhir:coding [
a sct:14456009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "14456009" ] ;
fhir:display [ fhir:v "Measuring height of patient" ] ] ) ;
fhir:text [ fhir:v "Measuring height of patient (this code was just an example to show the structure)" ]
] ; #
fhir:specimen [
fhir:reference [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d35" ]
] ; #
fhir:referenceRange ( [
fhir:low [
fhir:value [ fhir:v "0"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mm/h" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mm/h" ] ] ;
fhir:high [
fhir:value [ fhir:v "30"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mm/h" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mm/h" ] ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/referencerange-meaning"^^xsd:anyURI ] ;
fhir:code [ fhir:v "normal" ] ] ) ] ;
( fhir:appliesTo [
( fhir:coding [
a sct:248153007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "248153007" ] ;
fhir:display [ fhir:v "Male" ] ] ) ] ) ;
fhir:text [ fhir:v "Something concerning the reference range that can only be explained in text -->" ]
] ) . #
<urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d37> a fhir:Observation ;
fhir:id [ fhir:v "ex02-observation11"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-observation-laboratory"^^xsd:anyURI ;
fhir:link <https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-observation-laboratory> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "empty" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
fhir:text [ fhir:v "SCREENING" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d74" ]
] ; #
fhir:effective [ fhir:v "2015-11-04T09:16:00-05:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d73" ]
] ) ; #
fhir:hasMember ( [
fhir:reference [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d38" ]
] [
fhir:reference [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d39" ]
] ) . #
<urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d38> a fhir:Observation ;
fhir:id [ fhir:v "ex02-observation111"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-observation-laboratory"^^xsd:anyURI ;
fhir:link <https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-observation-laboratory> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "empty" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:789-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "789-8" ] ;
fhir:display [ fhir:v "Erythrocytes [#/volume] in Blood by Automated count" ] ] ) ;
fhir:text [ fhir:v "Red blood cells (blood)" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d74" ]
] ; #
fhir:effective [ fhir:v "2015-11-04T09:16:00-05:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d73" ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "4.35"^^xsd:decimal ] ;
fhir:unit [ fhir:v "10*6/uL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10*6/uL" ]
] ; #
fhir:specimen [
fhir:reference [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d35" ]
] ; #
fhir:referenceRange ( [
fhir:low [
fhir:value [ fhir:v "3.93"^^xsd:decimal ] ;
fhir:unit [ fhir:v "10*6/uL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10*6/uL" ] ] ;
fhir:high [
fhir:value [ fhir:v "5.01"^^xsd:decimal ] ;
fhir:unit [ fhir:v "10*6/uL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10*6/uL" ] ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/referencerange-meaning"^^xsd:anyURI ] ;
fhir:code [ fhir:v "normal" ] ] ) ]
] ) . #
<urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d39> a fhir:Observation ;
fhir:id [ fhir:v "ex02-observation112"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-observation-laboratory"^^xsd:anyURI ;
fhir:link <https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-observation-laboratory> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "empty" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:20563-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "20563-3" ] ;
fhir:display [ fhir:v "Carboxyhemoglobin/Hemoglobin.total in Blood" ] ] ) ;
fhir:text [ fhir:v "Hemoglobin" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d74" ]
] ; #
fhir:effective [ fhir:v "2015-11-04T09:16:00-05:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d73" ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "14.1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "g/dl" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "g/dl" ]
] ; #
fhir:specimen [
fhir:reference [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d35" ]
] ; #
fhir:referenceRange ( [
fhir:low [
fhir:value [ fhir:v "11.8"^^xsd:decimal ] ;
fhir:unit [ fhir:v "g/dl" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "g/dl" ] ] ;
fhir:high [
fhir:value [ fhir:v "14.8"^^xsd:decimal ] ;
fhir:unit [ fhir:v "g/dl" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "g/dl" ] ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/referencerange-meaning"^^xsd:anyURI ] ;
fhir:code [ fhir:v "normal" ] ] ) ]
] ) . #
<urn:uuid:7c16c9c0-c469-4088-ae18-48abcadd8d40> a fhir:Media ;
fhir:id [ fhir:v "ex02-media1"] ; #
fhir:text [
fhir:status [ fhir:v "empty" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:content [
fhir:contentType [ fhir:v "image/gif" ] ;
fhir:data [ fhir:v "iVBORw0KGgoAAAANSUhEUgAAA+MAAACnCAYAAAB6pY03AAAAAXNSR0IArs4c6QAAAARnQU1BAACx jwv8YQUAAAAJcEhZcwAAEnMAABJzAYwiuQcAADBZSURBVHhe7d09rty218fxrOFfZj/ZQHZgwEiZ gg=="^^xsd:base64Binary ]
] . #
<urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d40> a fhir:Organization ;
fhir:id [ fhir:v "ex02-organization10"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-organization"^^xsd:anyURI ;
fhir:link <https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-organization> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "empty" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
] ; #
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: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:value [ fhir:v "81165343998" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty"^^xsd:anyURI ] ;
fhir:code [ fhir:v "orglaboratory" ] ] )
] ) ; #
fhir:name [ fhir:v "GTL - General Testing Laboratory"] ; #
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:value [ 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:value [ fhir:v "Vulcansstraat" ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "120" ] ] ) ] ) ;
fhir:city [ fhir:v "Brussel" ] ;
fhir:postalCode [ fhir:v "1000" ] ;
fhir:country [ fhir:v "BE" ]
] ) . #
<urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d41> a fhir:Practitioner ;
fhir:id [ fhir:v "ex02-practitioner11"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitioner"^^xsd:anyURI ;
fhir:link <https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitioner> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "empty" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "554488997" ]
] ) ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Davoust" ] ;
( fhir:given [ fhir:v "Nicolas" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "nicolas.davoust@gtl.be" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "022675198" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "022675209" ] ;
fhir:use [ fhir:v "work" ]
] ) . #
<urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d42> a fhir:Patient ;
fhir:id [ fhir:v "ex02-patient1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient"^^xsd:anyURI ;
fhir:link <https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "empty" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"^^xsd:anyURI ] ;
fhir:value [ fhir:v "79121137740" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name ( [
fhir:family [ fhir:v "La Paradisio" ] ;
( fhir:given [ fhir:v "Josephine" ] [ fhir:v "Nessa" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "nessa.laparadisio@belgium.be" ]
] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+322476792979" ] ;
fhir:use [ fhir:v "mobile" ]
] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+3226718655" ] ;
fhir:use [ fhir:v "home" ]
] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+322476799" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [
fhir:v "1979-12-11"^^xsd:date ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-birthTime"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1979-12-11T13:28:17-05:00"^^xsd:dateTime ] ] )
] ; #
fhir:address ( [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "both" ] ;
fhir:text [ fhir:v "Sloordelle 42, 1160 Oudergem" ] ;
( fhir:line [ fhir:v "Sloordelle 42" ] ) ;
fhir:city [ fhir:v "Oudergem" ] ;
fhir:postalCode [ fhir:v "1160" ] ;
fhir:country [ fhir:v "BE" ]
] ) . #
<urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d43> a fhir:ServiceRequest ;
fhir:id [ fhir:v "ex02-servicerequest1"] ; #
fhir:text [
fhir:status [ fhir:v "empty" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:category ( [
( fhir:coding [
a sct:108252007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "108252007" ] ;
fhir:display [ fhir:v "Laboratory procedure" ] ] )
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d74" ]
] ; #
fhir:authoredOn [ fhir:v "2015-11-01T14:41:00+01:00"^^xsd:dateTime] ; #
fhir:requester [
fhir:reference [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d76" ]
] ; #
fhir:specimen ( [
fhir:reference [ fhir:v "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d35" ]
] ) . #
<urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d44> a fhir:Practitioner ;
fhir:id [ fhir:v "ex02-practitioner1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitioner"^^xsd:anyURI ;
fhir:link <https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitioner> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "empty" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "18749704477" ]
] ) ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Pulaski" ] ;
( fhir:given [ fhir:v "Katherine" ] ) ;
( fhir:suffix [ fhir:v "MD" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "katherine.pulaski@enterprisehospital.be" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "022675198" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "022675209" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:address ( [
fhir:use [ fhir:v "home" ] ;
fhir:text [ fhir:v "Jupiterlaan 5, 1853 Grimbergen" ] ;
( fhir:line [ fhir:v "Jupiterlaan 5" ] ) ;
fhir:city [ fhir:v "Grimbergen" ] ;
fhir:postalCode [ fhir:v "1853" ] ;
fhir:country [ fhir:v "BE" ]
] ) . #
IG © 2021+ eHealth Platform. Package hl7.fhir.be.lab#1.0.1 based on FHIR 4.0.1. Generated 2024-05-08
Links: Table of Contents |
QA Report |
Issues |
Version History |
Links: Table of Contents |
QA Report |
Version History
|
|
Propose a change