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