ConnectDTx Implementation Guide
0.9.9 - trial-use

ConnectDTx Implementation Guide - Local Development build (v0.9.9). See the Directory of published versions

: KR Core Condition Code - TTL Representation

Draft as of 2021-11-27

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 "krcore-condition-codes"] ; # 
  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://kostat.or.kr/CodeSystem/kcd-8</code></li><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where Concept  is-a  404684003</li><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where Concept  is-a  243796009</li><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where Concept  is-a  272379006</li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://example.org/fhir/krcore/ValueSet/krcore-condition-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.9.9"] ; # 
  fhir:name [ fhir:v "KR_Core_Condition_Code"] ; # 
  fhir:title [ fhir:v "KR Core Condition Code"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2021-11-27T23:35:13+09:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "PHI DIGITAL HEALTHCARE,inc"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "PHI DIGITAL HEALTHCARE,inc" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.phidigital.co.kr" ]     ] )
  ] [
fhir:name [ fhir:v "김태정" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "kimtj80@phidigital.co.kr" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "KR Core Condition Code의 ValueSet"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "KR" ] ;
fhir:display [ fhir:v "Korea, Republic of" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://kostat.or.kr/CodeSystem/kcd-8"^^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 "404684003" ]       ] )     ] [
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 "243796009" ]       ] )     ] [
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 "272379006" ]       ] )     ] )
  ] . #