Руководство к использованию стандарта FHIR в МИС2
0.5.0 - ci-build Uzbekistan flag

Руководство к использованию стандарта FHIR в МИС2 - Local Development build (v0.5.0). See the Directory of published versions

: Patient Identity Value Set - TTL Representation

Active as of 2023-04-04

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-identity"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-patient-identity.html\"><code>https://ssv.uz/fhir/CodeSystem/patient-identity</code></a></li></ul></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 ]     ] )
  ] . #