@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "patient-identity"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "" ] ; # fhir:url [ fhir:v "https://ssv.uz/fhir/ValueSet/patient-identity"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.5.0"] ; # fhir:name [ fhir:v "PatientIdentityVS"] ; # fhir:title [ fhir:v "Patient Identity Value Set"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2023-04-04T10:24:13+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Kodality"] ; # fhir:contact ( [ fhir:name [ fhir:v "Kodality" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://kodality.com" ] ] ) ] [ fhir:name [ fhir:v "Kodality" ] ; fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "mailto:igor.bossenko@kodality.com" ] ] ) ] ) ; # fhir:description [ fhir:v "Patient identity value set"] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "UZ" ] ; fhir:display [ fhir:v "Uzbekistan" ] ] ) ] ) ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "https://ssv.uz/fhir/CodeSystem/patient-identity"^^xsd:anyURI ] ] ) ] . # # -------------------------------------------------------------------------------------