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" : "ValueSet",
"id" : "janusync-consent-signer-type",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet janusync-consent-signer-type</b></p><a name=\"janusync-consent-signer-type\"> </a><a name=\"hcjanusync-consent-signer-type\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-contractsignertypecodes.html\"><code>http://terminology.hl7.org/CodeSystem/contractsignertypecodes</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 1.0.1, the version found through the package references\"> version 📦1.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-contractsignertypecodes.html#contractsignertypecodes-PAT\">PAT</a></td><td>Patient</td><td>A person, animal, or other living subject that is the actual or potential recipient of health care services.</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-contractsignertypecodes.html#contractsignertypecodes-GUARD\">GUARD</a></td><td>Guardian</td><td>A person or organization legally empowered with responsibility for the care of a ward.</td></tr></table></li></ul></div>"
},
"url" : "http://connectdtx.kr/fhir/ValueSet/janusync-consent-signer-type",
"version" : "1.0.0",
"name" : "JanuSyncConsentSignerType",
"title" : "JanuSync Consent Signer 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" : "동의서 서명자 유형 (Type of Consent Signer)",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "KR",
"display" : "Korea, Republic of"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/contractsignertypecodes",
"concept" : [
{
"code" : "PAT",
"display" : "Patient"
},
{
"code" : "GUARD",
"display" : "Guardian"
}
]
}
]
}
}