<?xml version="1.0" encoding="UTF-8"?>

<Patient xmlns="http://hl7.org/fhir">
  <id value="janusync-patient-example"/>
  <meta>
    <profile value="http://connectdtx.kr/fhir/StructureDefinition/janusync-patient"/>
  </meta>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
      </coding>
    </type>
    <system value="urn:oid:1.2.410.100110.10.11100123"/>
    <value value="P123"/>
  </identifier>
  <name>
    <text value="김환자"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="010-1234-5678"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1990-01-01"/>
</Patient>