IL Core Implementation Guide 0.18.0 - draft
Publication Build: This will be filled in by the publication tooling
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 "il-core-procedure-code"] ; # 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>Import all the codes that are contained in <a href=\"ValueSet-icd9-cm-procedures.html\">Icd9 Cm Procedures</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-icd9il-procedures.html\">ICD9 IL Procedures</a></li><li>Include codes from<a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept is-a 71388002 (Procedure)</li><li>Include codes from<a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept is-a 129125009 (Context-dependent procedure)</li><li>Include all codes defined in <a href=\"CodeSystem-medical-service-moh.html\"><code>http://fhir.health.gov.il/cs/medical-service-moh</code></a></li><li>Include all codes defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a></li></ul></div>" ] ; # fhir:url [ fhir:v "http://fhir.health.gov.il/ValueSet/il-core-procedure-code"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.18.0"] ; # fhir:name [ fhir:v "ILCoreProcedureCode"] ; # fhir:title [ fhir:v "IL Core procedure Codes"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-06-15T21:51:03+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Israel Core Team"] ; # fhir:contact ( [ fhir:name [ fhir:v "Israel Core Team" ] ; ( fhir:telecom [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "tal.primak@moh.gov.il" ] ] ) ] [ fhir:name [ fhir:v "Tal Primak" ] ; ( fhir:telecom [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "tal.primak@moh.gov.il" ] ] ) ] ) ; # fhir:description [ fhir:v "A list of codes for procedures for the IL Core"] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "IL" ] ; fhir:display [ fhir:v "Israel" ] ] ) ] ) ; # fhir:compose [ ( fhir:include [ ( fhir:valueSet [ fhir:v "http://fhir.health.gov.il/ValueSet/icd9-cm-procedures"^^xsd:anyURI ; fhir:link <http://fhir.health.gov.il/ValueSet/icd9-cm-procedures> ] ) ] [ ( fhir:valueSet [ fhir:v "http://fhir.health.gov.il/ValueSet/icd9il-procedures"^^xsd:anyURI ; fhir:link <http://fhir.health.gov.il/ValueSet/icd9il-procedures> ] ) ] [ 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 "71388002" ] ] ) ] [ 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 "129125009" ] ] ) ] [ fhir:system [ fhir:v "http://fhir.health.gov.il/cs/medical-service-moh"^^xsd:anyURI ] ] [ fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ] ) ] . #