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" : "Device",
"id" : "DaType6PghdDeviceExample",
"meta" : {
"profile" : [
🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-device"
]
},
"identifier" : [
{
"value" : "id1599"
}
],
"manufacturer" : "(주)효진디지털치료기기",
"deviceName" : [
{
"name" : "효진DTx",
"type" : "model-name"
}
],
"type" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-dtx-device-type",
"code" : "dtx"
}
]
},
"version" : [
{
"value" : "1.0"
}
]
}