KR Core Implementation Guide
2.0.0-ballot-final - STU 2 Korea, Republic of flag

This page is part of the KR Core Implementation Guide (v2.0.0-ballot-final: STU 2 Ballot 3) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.2. For a full list of available versions, see the Directory of published versions

: krcore-medicaldoctor-example-02 - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "krcore-medicaldoctor-example-02",
  "meta" : {
    "profile" : [
      🔗 "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medical-doctor"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner krcore-medicaldoctor-example-02</b></p><a name=\"krcore-medicaldoctor-example-02\"> </a><a name=\"hckrcore-medicaldoctor-example-02\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-krcore-medical-doctor.html\">KR Core Practitioner Profile for Medical Doctor</a></p></div><p><b>identifier</b>: Doctor number/md-222</p><p><b>name</b>: null</p><p><b>telecom</b>: ph: -unknown-</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"NamingSystem-ns-mohw-md-license-id.html\" title=\"보건복지부 진료의 면허 식별자 명명체계\">MOHW_MD_License_Id</a>/?ngen-9?</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/data-absent-reason masked}\">Masked</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "DN"
          }
        ]
      },
      "system" : "http://www.hangukhospital.co.kr/doctorid-example",
      "value" : "md-222"
    }
  ],
  "name" : [
    {
      "_text" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode" : "masked"
          }
        ]
      }
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "_value" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode" : "masked"
          }
        ]
      }
    }
  ],
  "qualification" : [
    {
      "identifier" : [
        {
          "system" : "http://www.hl7korea.or.kr/Identifier/mohw-md-license-id",
          "_value" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
                "valueCode" : "masked"
              }
            ]
          }
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason",
            "code" : "masked"
          }
        ]
      }
    }
  ]
}