Estonian Terminology resources
0.2.2 - trial-use Estonia flag

Publication Build: This will be filled in by the publication tooling

: Patient Identifier Domain - TTL Representation

Active as of 2024-07-30

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 "patient-identifier-domain"] ; # 
  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 patient-identifier-domain</b></p><a name=\"patient-identifier-domain\"> </a><a name=\"hcpatient-identifier-domain\"> </a><a name=\"patient-identifier-domain-en-US\"> </a><ul><li>Include codes from<a href=\"CodeSystem-identifier-domain.html\"><code>https://fhir.ee/CodeSystem/identifier-domain</code></a> where concept  is-a <a href=\"CodeSystem-identifier-domain.html#identifier-domain-https.58.47.47fhir.46ee.47sid.47pid\">https://fhir.ee/sid/pid</a> andnotSelectable  = false</li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.ee/ValueSet/patient-identifier-domain"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.2"] ; # 
  fhir:name [ fhir:v "EEBasePatientIdentifierDomain"] ; # 
  fhir:title [ fhir:v "Patient Identifier Domain"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-07-30T22:47:18+03:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Estonia"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Estonia" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.hl7.ee" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Identity systems acceptable for patient identification"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EE" ] ;
fhir:display [ fhir:v "Estonia" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://fhir.ee/CodeSystem/identifier-domain"^^xsd:anyURI ] ;
      ( fhir:filter [
fhir:property [ fhir:v "concept" ] ;
fhir:op [ fhir:v "is-a" ] ;
fhir:value [ fhir:v "https://fhir.ee/sid/pid" ]       ] [
fhir:property [ fhir:v "notSelectable" ] ;
fhir:op [ fhir:v "=" ] ;
fhir:value [ fhir:v "false" ]       ] )     ] )
  ] . #