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-paramedic-example-01"/>
<meta>
<profile
value="http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-practitioner"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner krcore-paramedic-example-01</b></p><a name="krcore-paramedic-example-01"> </a><a name="hckrcore-paramedic-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-practitioner.html">KR Core Practitioner Profile</a></p></div><p><b>identifier</b>: <code>https://www.example119.com/Identifier/paramedic-id</code>/example-paramedic-id-01</p><p><b>name</b>: 김하늘(Official)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1993-03-15</p><h3>Qualifications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 397897005}">응급구조사</span></td></tr></table></div>
</text>
<identifier>
<system value="https://www.example119.com/Identifier/paramedic-id"/>
<value value="example-paramedic-id-01"/>
</identifier>
<name>
<use value="official"/>
<text value="김하늘"/>
</name>
<gender value="female"/>
<birthDate value="1993-03-15"/>
<qualification>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="397897005"/>
<display value="Paramedic (occupation)"/>
</coding>
<text value="응급구조사"/>
</code>
</qualification>
</Practitioner>