@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "surgical-procedure-vs"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

This value set includes codes based on the following rules:

" ] ; # 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 ] ] ) ] . # # -------------------------------------------------------------------------------------