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 |
<Patient xmlns="http://hl7.org/fhir">
<id value="krcore-patient-example-01"/>
<meta>
<profile
value="http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-patient"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient krcore-patient-example-01</b></p><a name="krcore-patient-example-01"> </a><a name="hckrcore-patient-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-patient.html">KR Core Patient Profile</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">박아픔 Male, DoB: 2001-01-01 ( Medical record number)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li>ph: 010-1234-5678</li><li><a href="mailto:patientKim@example.co.kr">patientKim@example.co.kr</a></li><li>서울특별시 강남구 일원로 81 (일원동)</li></ul></td></tr></table></div>
</text>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MR"/>
</coding>
</type>
<system value="urn:oid:1.2.3.4.5.6"/>
<value value="PID12345"/>
</identifier>
<name>
<text value="박아픔"/>
</name>
<telecom>
<system value="phone"/>
<value value="010-1234-5678"/>
</telecom>
<telecom>
<system value="email"/>
<value value="patientKim@example.co.kr"/>
</telecom>
<gender value="male"/>
<birthDate value="2001-01-01"/>
<address>
<extension
url="http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress">
<extension url="district">
<valueString value="서울특별시 강남구"/>
</extension>
<extension url="roadName">
<valueString value="일원로"/>
</extension>
<extension url="detailedAddress">
<valueString value="81"/>
</extension>
<extension url="complements">
<valueString value="일원동"/>
</extension>
</extension>
<text value="서울특별시 강남구 일원로 81 (일원동)"/>
<postalCode value="06351"/>
</address>
</Patient>