ConnectDTx Implementation Guide 0.9.9 - trial-use
ConnectDTx Implementation Guide - Local Development build (v0.9.9). See the Directory of published versions
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-dtx-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>Include codes from <a href=\"CodeSystem-hira-diagnostic-behavior.html\"><code>https://hira.or.kr/CodeSystem/diagnostic-behavior</code></a> where concept is-a <a href=\"CodeSystem-hira-diagnostic-behavior.html#hira-diagnostic-behavior-dtx\">dtx</a></li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude these codes as defined in <a href=\"CodeSystem-hira-diagnostic-behavior.html\"><code>https://hira.or.kr/CodeSystem/diagnostic-behavior</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-hira-diagnostic-behavior.html#hira-diagnostic-behavior-dtx\">dtx</a></td><td>DTx</td></tr></table></li></ul></div>" ] ; # fhir:url [ fhir:v "http://connectdtx.kr/fhir/ValueSet/connectdtx-dtx-code"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.9.9"] ; # fhir:name [ fhir:v "ConnectDTx_DTx_Code"] ; # fhir:title [ fhir:v "ConnectDTx DTx Code"] ; # fhir:status [ fhir:v "draft"] ; # 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 DTx 코드 (미정)"] ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "https://hira.or.kr/CodeSystem/diagnostic-behavior"^^xsd:anyURI ] ; ( fhir:filter [ fhir:property [ fhir:v "concept" ] ; fhir:op [ fhir:v "is-a" ] ; fhir:value [ fhir:v "dtx" ] ] ) ] ) ; ( fhir:exclude [ fhir:system [ fhir:v "https://hira.or.kr/CodeSystem/diagnostic-behavior"^^xsd:anyURI ] ; ( fhir:concept [ fhir:code [ fhir:v "dtx" ] ] ) ] ) ] . #