@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 -------------------------------------------------------------------

<https://www.healthdata.be/fhir/qermid/CodeSystem/quantity-169169> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "quantity-169169"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem quantity-169169</b></p><a name=\"quantity-169169\"> </a><a name=\"hcquantity-169169\"> </a><p>This case-sensitive code system <code>https://www.healthdata.be/fhir/qermid/CodeSystem/quantity-169169</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">QN0009<a name=\"quantity-169169-QN0009\"> </a></td><td>I</td></tr><tr><td style=\"white-space:nowrap\">QN0010<a name=\"quantity-169169-QN0010\"> </a></td><td>II</td></tr><tr><td style=\"white-space:nowrap\">QN0011<a name=\"quantity-169169-QN0011\"> </a></td><td>III</td></tr><tr><td style=\"white-space:nowrap\">QN0012<a name=\"quantity-169169-QN0012\"> </a></td><td>IV</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://www.healthdata.be/fhir/qermid/CodeSystem/quantity-169169"^^xsd:anyURI ;
     fhir:l <https://www.healthdata.be/fhir/qermid/CodeSystem/quantity-169169>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "quantity_169169_CS"] ; # 
  fhir:title [ fhir:v "QUANTITY_169 (169)"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-04-22T16:01:02+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Healthdata.be (Sciensano)"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Healthdata.be (Sciensano)" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.healthdata.be" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Code system for QUANTITY_169 (169)"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "BE" ] ;
       fhir:display [ fhir:v "Belgium" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "QN0009" ] ;
     fhir:display [ fhir:v "I" ]
  ] [
     fhir:code [ fhir:v "QN0010" ] ;
     fhir:display [ fhir:v "II" ]
  ] [
     fhir:code [ fhir:v "QN0011" ] ;
     fhir:display [ fhir:v "III" ]
  ] [
     fhir:code [ fhir:v "QN0012" ] ;
     fhir:display [ fhir:v "IV" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

