Finnish Base Profiles
1.0.0 - trial-use Finland flag

This page is part of the Finnish Base Profiles (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Finnish ValueSet for systems of registry specifiers - TTL Representation

Active as of 2023-11-10

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "fi-base-register-identifier"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>urn:ietf:rfc:3986</code><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.246.537.5.40150</td><td>KanTa-palvelut - Potilasasiakirjan rekisteritunnus</td></tr><tr><td>urn:oid:1.2.246.537.6.1264</td><td>Sosiaalihuolto - Asiakirjan rekisteritunnus</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://hl7.fi/fhir/finnish-base-profiles/ValueSet/fi-base-register-identifier"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "FiBaseRegisterIdentifier"] ; # 
  fhir:title [ fhir:v "Finnish ValueSet for systems of registry specifiers"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-11-10T00:34:45+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Finland"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Finland" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.hl7.fi/" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mikael@sensotrend.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This value set contains the systems that can be used to identify the registry specifier for information custodianship."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FI" ] ;
fhir:display [ fhir:v "Finland" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "urn:oid:1.2.246.537.5.40150" ] ;
fhir:display [ fhir:v "KanTa-palvelut - Potilasasiakirjan rekisteritunnus" ]       ] [
fhir:code [ fhir:v "urn:oid:1.2.246.537.6.1264" ] ;
fhir:display [ fhir:v "Sosiaalihuolto - Asiakirjan rekisteritunnus" ]       ] )     ] )
  ] . #