ConnectDTx Implementation Guide
0.9.9 - trial-use

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

: ConnectDTx Medication Code - TTL Representation

Active as of 2023-07-11

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 "connectdtx-medication-code"] ; # 
  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://biz.kpis.or.kr/CodeSystem/kdcode</code></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://connectdtx.kr/fhir/ValueSet/connectdtx-medication-code"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.9.9"] ; # 
  fhir:name [ fhir:v "ConnectDTx_Medication_Code"] ; # 
  fhir:title [ fhir:v "ConnectDTx Medication Code"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2023-07-11T10:58:16+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 "ConnectDTx 약물식별코드"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://biz.kpis.or.kr/CodeSystem/kdcode"^^xsd:anyURI ]     ] )
  ] . #