@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/billing-code-182> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "billing-code-182"] ; # 
  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 billing-code-182</b></p><a name=\"billing-code-182\"> </a><a name=\"hcbilling-code-182\"> </a><p>This case-sensitive code system <code>https://www.healthdata.be/fhir/qermid/CodeSystem/billing-code-182</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\">BI0014<a name=\"billing-code-182-BI0014\"> </a></td><td>techniek of medisch hulpmiddel met CE markering maar zonder een voorziene verstrekking</td></tr><tr><td style=\"white-space:nowrap\">BI0015<a name=\"billing-code-182-BI0015\"> </a></td><td>techniek of medisch hulpmiddel in studieverband (vóór het verkrijgen van een CE markering)</td></tr><tr><td style=\"white-space:nowrap\">BI0025<a name=\"billing-code-182-BI0025\"> </a></td><td>klepplastie zonder gebruik van een implantaat</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://www.healthdata.be/fhir/qermid/CodeSystem/billing-code-182"^^xsd:anyURI ;
     fhir:l <https://www.healthdata.be/fhir/qermid/CodeSystem/billing-code-182>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "billing_code_182_CS"] ; # 
  fhir:title [ fhir:v "BILLING_CODE_182"] ; # 
  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 BILLING_CODE_182"] ; # 
  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 "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "BI0014" ] ;
     fhir:display [ fhir:v "techniek of medisch hulpmiddel met CE markering maar zonder een voorziene verstrekking" ]
  ] [
     fhir:code [ fhir:v "BI0015" ] ;
     fhir:display [ fhir:v "techniek of medisch hulpmiddel in studieverband (vóór het verkrijgen van een CE markering)" ]
  ] [
     fhir:code [ fhir:v "BI0025" ] ;
     fhir:display [ fhir:v "klepplastie zonder gebruik van een implantaat" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

