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

<Patient xmlns="http://hl7.org/fhir">
  <id value="janusync-deidentified-patient-example"/>
  <meta>
    <profile value="http://connectdtx.kr/fhir/StructureDefinition/janusync-deidentified-patient"/>
  </meta>
  <identifier>
    <type>
      <coding>
        <system value="http://connectdtx.kr/fhir/CodeSystem/janusync-identifier-type"/>
        <code value="patient"/>
      </coding>
    </type>
    <system value="urn:janusync:patient-id"/>
    <value value="janusync-member-00001"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://connectdtx.kr/fhir/CodeSystem/janusync-identifier-type"/>
        <code value="healthcare-patient"/>
      </coding>
    </type>
    <system value="urn:oid:1.2.410.100110.10.11100123"/>
    <value value="P123"/>
  </identifier>
  <name>
    <text value="unknown"/>
  </name>
  <gender value="unknown"/>
  <birthDate value="1970-01-01"/>
</Patient>