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

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

: Surgical Procedure 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 "surgical-procedure-vs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <code>https://icd.who.int/dev11/l-ichi/en</code></li><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  is-a  387713003 (Surgical procedure (procedure))</li><li>Include all codes defined in <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-icpc2E.html\"><code>http://hl7.org/fhir/sid/icpc-2</code></a></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://ssv.uz/fhir/ValueSet/surgical-procedure-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.5.0"] ; # 
  fhir:name [ fhir:v "ProcedureVS"] ; # 
  fhir:title [ fhir:v "Surgical Procedure 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 "Includes surgical procedure codes from ICHI and procedures from SNOMED CT and ICPC2."] ; # 
  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://icd.who.int/dev11/l-ichi/en"^^xsd:anyURI ]     ] [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:filter [
fhir:property [ fhir:v "concept" ] ;
fhir:op [ fhir:v "is-a" ] ;
fhir:value [ fhir:v "387713003" ]       ] )     ] [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icpc-2"^^xsd:anyURI ]     ] )
  ] . #