@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ee-practitioner-identity"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "
" ] ; # fhir:url [ fhir:v "https://fhir.ee/ValueSet/ee-practitioner-identity"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "EEBasePractitionerIdentity"] ; # fhir:title [ fhir:v "Practitioner Identity System"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-05-29T20:07:00+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 practitioner 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/ee-identity-system"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "https://fhir.ee/sid/pid/est/ni" ] ] [ fhir:code [ fhir:v "https://fhir.ee/sid/pro/est/pho" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------