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" : "DocumentReference",
"id" : "janusync-referral-documentreference-example",
"meta" : {
"profile" : [
🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-referral-documentreference"
]
},
"status" : "current",
"type" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "57133-1",
"display" : "Referral Note"
}
]
},
"subject" : {
🔗 "reference" : "Patient/janusync-patient-example"
},
"description" : "김환자씨는 알콜 사용에 의한 기타 정신 및 행동장애(F108)로 진단받은바 있습니다. 현재 본격적인 감염의 징후는 없으나 ALL, DM, HTN의 기저 질환이 있으며, 1월 18일부터 38이상의 열이 있습니다.",
"content" : [
{
"attachment" : {
"contentType" : "image/jpeg",
"data" : "AA=="
}
}
]
}