JanuSync Implementation Guide
1.0.0 - trial-use Korea, Republic of flag

JanuSync Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: janusync-patient-pidhash-example - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="janusync-patient-pidhash-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="1085c785640f6e22916e83742458171b3f4993a2d2bcd64ec840d419ece71b63"/>
  </identifier>
  <name>
    <text value="홍길동"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="010-1234-5678"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1990-01-01"/>
</Patient>