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
| Draft as of 2026-06-11 |
{
"resourceType" : "CodeSystem",
"id" : "janusync-encounter-type",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem janusync-encounter-type</b></p><a name=\"janusync-encounter-type\"> </a><a name=\"hcjanusync-encounter-type\"> </a><p>This code system <code>http://connectdtx.kr/fhir/CodeSystem/janusync-encounter-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">procedure<a name=\"janusync-encounter-type-procedure\"> </a></td><td>수술을 위한 방문</td></tr><tr><td style=\"white-space:nowrap\">revisit<a name=\"janusync-encounter-type-revisit\"> </a></td><td>재내원</td></tr><tr><td style=\"white-space:nowrap\">follow-up<a name=\"janusync-encounter-type-follow-up\"> </a></td><td>추적관찰</td></tr></table></div>"
},
"url" : "http://connectdtx.kr/fhir/CodeSystem/janusync-encounter-type",
"version" : "1.0.0",
"name" : "JanuSyncEncounterType",
"title" : "JanuSync Encounter Type CodeSystem",
"status" : "draft",
"date" : "2026-06-11T05:05:07+00:00",
"publisher" : "PHI DIGITAL HEALTHCARE,inc",
"contact" : [
{
"name" : "PHI DIGITAL HEALTHCARE,inc",
"telecom" : [
{
"system" : "url",
"value" : "https://phidigital.co.kr"
}
]
},
{
"name" : "기술지원",
"telecom" : [
{
"system" : "email",
"value" : "support@phidigital.co.kr",
"use" : "work"
}
]
}
],
"description" : "처방 또는 진료 서비스와 관련된 진료 유형 코드체계",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "KR",
"display" : "Korea, Republic of"
}
]
}
],
"content" : "complete",
"count" : 3,
"concept" : [
{
"code" : "procedure",
"display" : "수술을 위한 방문"
},
{
"code" : "revisit",
"display" : "재내원"
},
{
"code" : "follow-up",
"display" : "추적관찰"
}
]
}