{
  "resourceType" : "Patient",
  "id" : "janusync-deidentified-patient-example",
  "meta" : {
    "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-deidentified-patient"]
  },
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-identifier-type",
        "code" : "patient"
      }]
    },
    "system" : "urn:janusync:patient-id",
    "value" : "janusync-member-00001"
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-identifier-type",
        "code" : "healthcare-patient"
      }]
    },
    "system" : "urn:oid:1.2.410.100110.10.11100123",
    "value" : "P123"
  }],
  "name" : [{
    "text" : "unknown"
  }],
  "gender" : "unknown",
  "birthDate" : "1970-01-01"
}