KR Core Implementation Guide
2.0.0-preview - STU2
KR Core Implementation Guide - Local Development build (v2.0.0-preview) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Page standards status: Informative |
<Practitioner xmlns="http://hl7.org/fhir">
<id value="krcore-medicaldoctor-example-01"/>
<meta>
<profile
value="http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medical-doctor"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner krcore-medicaldoctor-example-01</b></p><a name="krcore-medicaldoctor-example-01"> </a><a name="hckrcore-medicaldoctor-example-01"> </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>name</b>: 김의사</p><p><b>telecom</b>: ph: 010-5678-9012</p><p><b>address</b>: 서울특별시 중구 태평로2가 56-1</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>/123456</td><td><span title="Codes:{http://www.hl7korea.or.kr/CodeSystem/mohw-practitioner-qualification-types 의사}">의사</span></td></tr></table></div>
</text>
<name>
<text value="김의사"/>
</name>
<telecom>
<system value="phone"/>
<value value="010-5678-9012"/>
</telecom>
<address>
<extension
url="http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress">
<extension url="district">
<valueString value="서울특별시 중구"/>
</extension>
<extension url="roadName">
<valueString value="세종대로18길"/>
</extension>
<extension url="detailedAddress">
<valueString value="2"/>
</extension>
<extension url="complements">
<valueString value="태평로2가"/>
</extension>
</extension>
<text value="서울특별시 중구 태평로2가 56-1"/>
<postalCode value="04526"/>
</address>
<qualification>
<identifier>
<system
value="http://www.hl7korea.or.kr/Identifier/mohw-md-license-id"/>
<value value="123456"/>
</identifier>
<code>
<coding>
<system
value="http://www.hl7korea.or.kr/CodeSystem/mohw-practitioner-qualification-types"/>
<code value="의사"/>
</coding>
</code>
</qualification>
</Practitioner>