@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 -------------------------------------------------------------------

<http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/ValueSet/at-core-vbpk> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "at-core-vbpk"] ; # 
  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 at-core-vbpk</b></p><a name=\"at-core-vbpk\"> </a><a name=\"hcat-core-vbpk\"> </a><ul><li>Include these codes as defined in <code>urn:ietf:rfc:3986</code><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>urn:oid:1.2.40.0.34.4.22.1</td><td>vbPK GH</td></tr><tr><td>urn:oid:1.2.40.0.34.4.22.2</td><td>vbPK SV</td></tr><tr><td>urn:oid:1.2.40.0.34.4.22.3</td><td>vbPK AS</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/ValueSet/at-core-vbpk"^^xsd:anyURI ;
     fhir:l <http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/ValueSet/at-core-vbpk>
  ] ; # 
  fhir:version [ fhir:v "2.1.0"] ; # 
  fhir:name [ fhir:v "HL7ATCoreVBPK"] ; # 
  fhir:title [ fhir:v "HL7AT Core vbPK"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-04-30T08:59:13+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7® Austria, TC FHIR®"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7® Austria, TC FHIR®" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://hl7.at/technische-komitees/tc-fhir/" ]
     ] )
  ] [
     fhir:name [ fhir:v "Technical Committee for FHIR® at HL7® Austria" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "mailto:tc-fhir@hl7.at" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This value set contains the OIDs for the vbPK (Verschlüsseltes bereichsspezifisches Personenkennzeichen) in Austria according to [E-Government-Bereichsabgrenzungsverordnung – E-Gov-BerAbgrV](https://www.ris.bka.gv.at/GeltendeFassung.wxe?Abfrage=Bundesnormen&Gesetzesnummer=20003476)."] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
         fhir:l <urn:ietf:rfc:3986>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "urn:oid:1.2.40.0.34.4.22.1" ] ;
         fhir:display [ fhir:v "vbPK GH" ]
       ] [
         fhir:code [ fhir:v "urn:oid:1.2.40.0.34.4.22.2" ] ;
         fhir:display [ fhir:v "vbPK SV" ]
       ] [
         fhir:code [ fhir:v "urn:oid:1.2.40.0.34.4.22.3" ] ;
         fhir:display [ fhir:v "vbPK AS" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

