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 Organization Type - 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-organization-type"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <code>https://hira.or.kr/CodeSystem/organization-type</code></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://example.org/fhir/krcore/ValueSet/krcore-organization-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.9.9"] ; # 
  fhir:name [ fhir:v "KR_Core_Organization_Type"] ; # 
  fhir:title [ fhir:v "KR Core Organization Type"] ; # 
  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 기관 구분 코드"] ; # 
  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://hira.or.kr/CodeSystem/organization-type"^^xsd:anyURI ]     ] )
  ] . #