Polska specyfikacja bazowa HL7 FHIR (HL7 FHIR PL Base)
0.1.2 - ci-build

Polska specyfikacja bazowa HL7 FHIR (HL7 FHIR PL Base), published by HL7 Poland. This guide is not an authorized publication; it is the continuous build for version 0.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-Poland/pl-fhir-base/ and changes regularly. See the Directory of published versions

: Zawód medyczny (PL) - TTL Representation

Draft as of 2025-09-03

Raw ttl | Download


@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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "pl-medicalProfession-VS"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet pl-medicalProfession-VS</b></p><a name=\"pl-medicalProfession-VS\"> </a><a name=\"hcpl-medicalProfession-VS\"> </a><ul><li>Include these codes as defined in <code>urn:oid:2.16.840.1.113883.3.4424.11.3.18</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>LEK</td><td>Lekarz</td></tr><tr><td>FEL</td><td>Felczer</td></tr><tr><td>LEKD</td><td>Lekarz dentysta</td></tr><tr><td>PIEL</td><td>Pielęgniarka</td></tr><tr><td>POL</td><td>Położna</td></tr><tr><td>FARM</td><td>Farmaceuta</td></tr><tr><td>DLAB</td><td>Diagnosta laboratoryjny</td></tr><tr><td>TFARM</td><td>Technik farmaceutyczny</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org.pl/fhir/ig/pl-base/ValueSet/pl-medicalProfession-VS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.2"] ; # 
  fhir:name [ fhir:v "PLMedicalProfessionVS"] ; # 
  fhir:title [ fhir:v "Zawód medyczny (PL)"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2025-09-03T13:59:28+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Poland"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Poland" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org.pl" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Zawód medyczny"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.3.4424.11.3.18"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "LEK" ] ;
fhir:display [ fhir:v "Lekarz" ]       ] [
fhir:code [ fhir:v "FEL" ] ;
fhir:display [ fhir:v "Felczer" ]       ] [
fhir:code [ fhir:v "LEKD" ] ;
fhir:display [ fhir:v "Lekarz dentysta" ]       ] [
fhir:code [ fhir:v "PIEL" ] ;
fhir:display [ fhir:v "Pielęgniarka" ]       ] [
fhir:code [ fhir:v "POL" ] ;
fhir:display [ fhir:v "Położna" ]       ] [
fhir:code [ fhir:v "FARM" ] ;
fhir:display [ fhir:v "Farmaceuta" ]       ] [
fhir:code [ fhir:v "DLAB" ] ;
fhir:display [ fhir:v "Diagnosta laboratoryjny" ]       ] [
fhir:code [ fhir:v "TFARM" ] ;
fhir:display [ fhir:v "Technik farmaceutyczny" ]       ] )     ] )
  ] . #