Specyfikacja zasobów terminologicznych (HL7 FHIR PL Terminology), published by HL7 Poland. This guide is not an authorized publication; it is the continuous build for version 0.1.0 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-terminology/ and changes regularly. See the Directory of published versions
: Pule identyfikatorów praktyk zawodowych (PL) - TTL Representation
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-medicalPracticeIdentifierPool-VS"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.pl/fhir/StructureDefinition/pl-base-valueSet"^^xsd:anyURI ;
fhir:l <http://hl7.org.pl/fhir/StructureDefinition/pl-base-valueSet> ] )
] ; #
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: ValueSet pl-medicalPracticeIdentifierPool-VS</b></p><a name=\"pl-medicalPracticeIdentifierPool-VS\"> </a><a name=\"hcpl-medicalPracticeIdentifierPool-VS\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-pl-base-valueSet.html\">ValueSet: Zbiór wartości</a></p></div><ul><li>Include all codes defined in <a href=\"CodeSystem-pl-medicalPracticeIdentifierPool-CS.html\"><code>http://hl7.org.pl/fhir/CodeSystem/pl-medicalPracticeIdentifierPool-CS</code></a><span title=\"Version is stated to be 0.1.5, which means it is fixed to 0.1.0, the version found through the package references\"> version ?0.1.0 → 0.1.5</span></li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://hl7.org.pl/fhir/ValueSet/pl-medicalPracticeIdentifierPool-VS"^^xsd:anyURI ;
fhir:l <http://hl7.org.pl/fhir/ValueSet/pl-medicalPracticeIdentifierPool-VS>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "PLMedicalPracticeIdentifierPoolVS"] ; #
fhir:title [ fhir:v "Pule identyfikatorów praktyk zawodowych (PL)"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2025-09-15"^^xsd:date] ; #
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 "Pule identyfikatorów praktyk zawodowych nadawanych przez izby zawodowe"] ; #
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 "PL" ] ;
fhir:display [ fhir:v "Poland" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "http://hl7.org.pl/fhir/CodeSystem/pl-medicalPracticeIdentifierPool-CS"^^xsd:anyURI ;
fhir:l <http://hl7.org.pl/fhir/CodeSystem/pl-medicalPracticeIdentifierPool-CS> ] ;
fhir:version [ fhir:v "0.1.5" ] ] )
] . #