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 "krcore-practitioner-specialty"] ; # 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>http://www.mohw.go.kr/CodeSystem/practitioner-specialty</code></li></ul></div>" ] ; # fhir:url [ fhir:v "https://example.org/fhir/krcore/ValueSet/krcore-practitioner-specialty"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.9.9"] ; # fhir:name [ fhir:v "KR_Core_Practitioner_Specialty"] ; # fhir:title [ fhir:v "KR Core Practitioner Specialty"] ; # 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 "http://www.mohw.go.kr/CodeSystem/practitioner-specialty"^^xsd:anyURI ] ] ) ] . #