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-02-13 |
{
"resourceType" : "CodeSystem",
"id" : "janusync-dtx-version-type",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem janusync-dtx-version-type</b></p><a name=\"janusync-dtx-version-type\"> </a><a name=\"hcjanusync-dtx-version-type\"> </a><p>This code system <code>http://connectdtx.kr/fhir/CodeSystem/janusync-dtx-version-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><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">prod<a name=\"janusync-dtx-version-type-prod\"> </a></td><td>Production</td><td>정식버전</td></tr><tr><td style=\"white-space:nowrap\">clinical-trial<a name=\"janusync-dtx-version-type-clinical-trial\"> </a></td><td>Clinical Trial</td><td>임상시험 버전</td></tr><tr><td style=\"white-space:nowrap\">placebo-trial<a name=\"janusync-dtx-version-type-placebo-trial\"> </a></td><td>Placebo Trial</td><td>임상시험의 위약대조군시험 버전</td></tr><tr><td style=\"white-space:nowrap\">dev<a name=\"janusync-dtx-version-type-dev\"> </a></td><td>Development</td><td>개발버전</td></tr></table></div>"
},
"url" : "http://connectdtx.kr/fhir/CodeSystem/janusync-dtx-version-type",
"version" : "1.0.0",
"name" : "JanuSyncDTxVersionType",
"title" : "JanuSync DTx Version Type",
"status" : "draft",
"date" : "2026-02-13T14:44:57+00:00",
"publisher" : "PHI DIGITAL HEALTHCARE,inc",
"contact" : [
{
"name" : "PHI DIGITAL HEALTHCARE,inc",
"telecom" : [
{
"system" : "url",
"value" : "http://www.phidigital.co.kr"
}
]
},
{
"name" : "김태정",
"telecom" : [
{
"system" : "email",
"value" : "kimtj80@phidigital.co.kr",
"use" : "work"
}
]
}
],
"description" : "DTx 소프트웨어의 버전 유형 (Version Types of DTx Software)",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "KR",
"display" : "Korea, Republic of"
}
]
}
],
"content" : "complete",
"count" : 4,
"concept" : [
{
"code" : "prod",
"display" : "Production",
"definition" : "정식버전"
},
{
"code" : "clinical-trial",
"display" : "Clinical Trial",
"definition" : "임상시험 버전"
},
{
"code" : "placebo-trial",
"display" : "Placebo Trial",
"definition" : "임상시험의 위약대조군시험 버전"
},
{
"code" : "dev",
"display" : "Development",
"definition" : "개발버전"
}
]
}