ConnectDTx Implementation Guide
0.9.9 - trial-use

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

: KR Core Practitioner Specialty - JSON Representation

Draft as of 2021-11-27

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "krcore-practitioner-specialty",
  "text" : {
    "status" : "generated",
    "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>"
  },
  "url" : "https://example.org/fhir/krcore/ValueSet/krcore-practitioner-specialty",
  "version" : "0.9.9",
  "name" : "KR_Core_Practitioner_Specialty",
  "title" : "KR Core Practitioner Specialty",
  "status" : "draft",
  "date" : "2021-11-27T23:35:13+09:00",
  "publisher" : "PHI DIGITAL HEALTHCARE,inc",
  "contact" : [
    {
      "name" : "PHI DIGITAL HEALTHCARE,inc",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.phidigital.co.kr"
        }
      ]
    },
    {
      "name" : "김태정",
      "telecom" : [
        {
          "system" : "email",
          "value" : "kimtj80@phidigital.co.kr",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "KR Core 의료인 진료과 코드",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KR",
          "display" : "Korea, Republic of"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://www.mohw.go.kr/CodeSystem/practitioner-specialty"
      }
    ]
  }
}