MyHealthWay - Local Development build (v1.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: MyHealthWay Patient Example - XML Representation
Raw xml | Download
<Patient xmlns="http://hl7.org/fhir">
<id value="MyHealthWayPatientExample"/>
<meta>
<profile
value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-patient"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>김영희</b> female, DoB: 1971-11-11 ( Medical record number: p03241)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Other Ids (see the one above)">Other Id:</td><td colspan="3">My Healthway Identifier: myhealthway-id-example</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Details:</td><td colspan="3"><ul><li>ph: 010-5432-9876</li><li><a href="mailto:patientKim@example.co.kr">patientKim@example.co.kr</a></li><li>대구광역시 동구 효동로 112 (효목동)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Patient Links">Links:</td><td colspan="3"><ul><li>Managing Organization: <a href="Organization-MyHealthWayOrganizationExample.html">Organization/MyHealthWayOrganizationExample</a> "한국병원"</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="http://www.hangukhospital.co.kr/pid-example"/>
<value value="p03241"/>
</identifier>
<identifier>
<type>
<coding>
<system
value="https://hins.or.kr/fhir/MyHealthWay/CodeSystem/myhealthway-identifier-types"/>
<code value="MHID"/>
</coding>
</type>
<system value="https://myhealthway.go.kr"/>
<value value="myhealthway-id-example"/>
</identifier>
<name>
<text value="김영희"/>
</name>
<telecom>
<system value="phone"/>
<value value="010-5432-9876"/>
</telecom>
<telecom>
<system value="email"/>
<value value="patientKim@example.co.kr"/>
</telecom>
<gender value="female"/>
<birthDate value="1971-11-11"/>
<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="112"/>
</extension>
<extension url="complements">
<valueString value="효목동"/>
</extension>
</extension>
<text value="대구광역시 동구 효동로 112 (효목동)"/>
<postalCode value="41170"/>
</address>
<managingOrganization>🔗
<reference value="Organization/MyHealthWayOrganizationExample"/>
</managingOrganization>
</Patient>