HL7 BE Laboratory WG Implementation Guide
1.0.1 - STU Belgium flag

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

: Coded Annotation Type Codes - TTL Representation

Active as of 2024-05-08 Maturity Level: 1

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 "be-cs-coded-annotation-types"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/lab/CodeSystem/be-cs-coded-annotation-types</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\">lab-test-accreditation<a name=\"be-cs-coded-annotation-types-lab-test-accreditation\"> </a></td><td>Laboratory Test Accreditation</td><td>Test disclaimer with the report</td></tr><tr><td style=\"white-space:nowrap\">lab-test-subcontractor<a name=\"be-cs-coded-annotation-types-lab-test-subcontractor\"> </a></td><td>Laboratory Test subcontractor</td><td>Laboratory Test subcontractor</td></tr><tr><td style=\"white-space:nowrap\">lab-referencerange-comment<a name=\"be-cs-coded-annotation-types-lab-referencerange-comment\"> </a></td><td>Comment on laboratory reference range</td><td>Comment on reference range</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1"^^xsd:integer ]
  ] ) ; # 
  fhir:url [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/lab/CodeSystem/be-cs-coded-annotation-types"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.1"] ; # 
  fhir:name [ fhir:v "BeCSCodedAnnotationTypes"] ; # 
  fhir:title [ fhir:v "Coded Annotation Type Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-05-08T10:09:44+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 "https://www.ehealth.fgov.be" ]     ] )
  ] [
fhir:name [ fhir:v "eHealth Platform" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "support@be-ehealth-standards.atlassian.net" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Code System for specific types of coded annotations"] ; # 
  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 "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "lab-test-accreditation" ] ;
fhir:display [ fhir:v "Laboratory Test Accreditation" ] ;
fhir:definition [ fhir:v "Test disclaimer with the report" ]
  ] [
fhir:code [ fhir:v "lab-test-subcontractor" ] ;
fhir:display [ fhir:v "Laboratory Test subcontractor" ] ;
fhir:definition [ fhir:v "Laboratory Test subcontractor" ]
  ] [
fhir:code [ fhir:v "lab-referencerange-comment" ] ;
fhir:display [ fhir:v "Comment on laboratory reference range" ] ;
fhir:definition [ fhir:v "Comment on reference range" ]
  ] ) . #