ConnectDTx Implementation Guide - Local Development build (v0.9.9). See the Directory of published versions
: connectdtx-device-example - JSON Representation
Raw json | Download
{
"resourceType" : "Device",
"id" : "connectdtx-device-example",
"meta" : {
"profile" : [
"http://connectdtx.kr/fhir/StructureDefinition/connectdtx-device"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Device</b><a name=\"connectdtx-device-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Device "connectdtx-device-example" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-connectdtx-device.html\">ConnectDTx Device</a></p></div><p><b>identifier</b>: id:\u00a0PROVIDED_PHI_CODE</p><p><b>manufacturer</b>: 파이DTx</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td>*</td><td>Hypnus</td><td>model-name</td></tr></table><p><b>type</b>: Digital therapeutics <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-connectdtx-device-type.html\">ConnectDTx Device Type</a>#dtx)</span></p><h3>Versions</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Value</b></td></tr><tr><td>*</td><td>Production <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-connectdtx-version-type.html\">ConnectDTx Version Type</a>#prod)</span></td><td>1.0.1</td></tr></table></div>"
},
"identifier" : [
{
"system" : "https://connectdtx.net/phicode",
"value" : "PROVIDED_PHI_CODE"
}
],
"manufacturer" : "파이DTx",
"deviceName" : [
{
"name" : "Hypnus",
"type" : "model-name"
}
],
"type" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/connectdtx-device-type",
"code" : "dtx"
}
]
},
"version" : [
{
"type" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/connectdtx-version-type",
"code" : "prod"
}
]
},
"value" : "1.0.1"
}
]
}