ConnectDTx Implementation Guide
0.9.9 - trial-use

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

: ConnectDTx Device Type - 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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "connectdtx-device-type"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://connectdtx.kr/fhir/CodeSystem/connectdtx-device-type</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">dtx<a name=\"connectdtx-device-type-dtx\"> </a></td><td>Digital therapeutics</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://connectdtx.kr/fhir/CodeSystem/connectdtx-device-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.9.9"] ; # 
  fhir:name [ fhir:v "ConnectDTxDeviceType"] ; # 
  fhir:title [ fhir:v "ConnectDTx Device Type"] ; # 
  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 "장치의 유형"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "dtx" ] ;
fhir:display [ fhir:v "Digital therapeutics" ]
  ] ) . #