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

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

: PidDocument - TTL Representation

Active as of 2022-12-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:NamingSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PidDocument"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>https://ssv.uz/fhir/NamingSystem/PidDocument</td></tr><tr><td>Version</td><td>0.5.0</td></tr><tr><td>Name</td><td>Document for patient identification</td></tr><tr><td>Status</td><td>active</td></tr><tr><td>Definition</td><td><div><p>Документ идентифицирующий пациента.</p>\n</div></td></tr><tr><td>Publisher</td><td>Kodality</td></tr></table><h3>Identifiers</h3><table class=\"grid\"><tr><td><b>Type</b></td><td><b>Value</b></td><td><b>Preferred</b></td></tr><tr><td>URI</td><td>https://ssv.uz/fhir/NamingSystem/pid-document</td><td>true</td></tr></table></div>"
  ] ; # 
  fhir:name [ fhir:v "Document for patient identification"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "identifier"] ; # 
  fhir:date [ fhir:v "2022-12-10"^^xsd:date] ; # 
  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 "Документ идентифицирующий пациента."] ; # 
  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:uniqueId ( [
fhir:type [ fhir:v "uri" ] ;
fhir:value [ fhir:v "https://ssv.uz/fhir/NamingSystem/pid-document" ] ;
fhir:preferred [ fhir:v "true"^^xsd:boolean ]
  ] ) . #