KR Core Implementation Guide 1.0.0 - STU1
KR Core Implementation Guide - Local Development build (v1.0.0). 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:NamingSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ns-mohw-md-license-id"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>http://www.hl7korea.or.kr/fhir/krcore/NamingSystem/ns-mohw-md-license-id</td></tr><tr><td>Version</td><td>1.0.0</td></tr><tr><td>Name</td><td>MOHW_MD_License_Id</td></tr><tr><td>Status</td><td>draft</td></tr><tr><td>Publisher</td><td>HL7 Korea</td></tr></table><h3>Identifiers</h3><table class=\"grid\"><tr><td><b>Type</b></td><td><b>Value</b></td><td><b>Preferred</b></td><td><b>Comment</b></td></tr><tr><td>URI</td><td>http://www.hl7korea.or.kr/Identifier/mohw-md-license-id</td><td>true</td><td>보건복지부 진료의 면허 식별자를 정의하기 위해 HL7 Korea에서 부여한 식별자</td></tr><tr><td>URI</td><td>https://mohw.go.kr/CodeSystem/practitioner-license-type</td><td>false</td><td>보건복지부 의료인 면허 식별자를 정의하기 위해 KR Core Draft버전에서 부여한 식별자</td></tr></table></div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url"^^xsd:anyURI ] ; fhir:value [ fhir:v "http://www.hl7korea.or.kr/fhir/krcore/NamingSystem/ns-mohw-md-license-id"^^xsd:anyURI ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version"^^xsd:anyURI ] ; fhir:value [ fhir:v "1.0.0" ] ] ) ; # fhir:name [ fhir:v "MOHW_MD_License_Id"] ; # fhir:status [ fhir:v "draft"] ; # fhir:kind [ fhir:v "identifier"] ; # fhir:date [ fhir:v "2023-05-05"^^xsd:date] ; # fhir:publisher [ fhir:v "HL7 Korea"] ; # fhir:contact ( [ fhir:name [ fhir:v "HL7 Korea" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://www.hl7korea.or.kr/" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "contact@healthall.co.kr" ] ] ) ] [ fhir:name [ fhir:v "HealthAll Inc." ] ; ( fhir:telecom [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "contact@healthall.co.kr" ] ; fhir:use [ fhir:v "work" ] ] ) ] ) ; # fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PRN" ] ; fhir:display [ fhir:v "Provider number" ] ] ) ] ; # 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:uniqueId ( [ fhir:type [ fhir:v "uri" ] ; fhir:value [ fhir:v "http://www.hl7korea.or.kr/Identifier/mohw-md-license-id" ] ; fhir:preferred [ fhir:v "true"^^xsd:boolean ] ; fhir:comment [ fhir:v "보건복지부 진료의 면허 식별자를 정의하기 위해 HL7 Korea에서 부여한 식별자" ] ] [ fhir:type [ fhir:v "uri" ] ; fhir:value [ fhir:v "https://mohw.go.kr/CodeSystem/practitioner-license-type" ] ; fhir:preferred [ fhir:v "false"^^xsd:boolean ] ; fhir:comment [ fhir:v "보건복지부 의료인 면허 식별자를 정의하기 위해 KR Core Draft버전에서 부여한 식별자" ] ] ) . #