JanuSync Implementation Guide
1.0.0 - trial-use
JanuSync Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"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"
}