Genomics Reporting Implementation Guide, published by HL7 International / Clinical Genomics. This guide is not an authorized publication; it is the continuous build for version 3.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/genomics-reporting/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Device",
"id" : "triodenovo-software",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device triodenovo-software</b></p><a name=\"triodenovo-software\"> </a><a name=\"hctriodenovo-software\"> </a><a name=\"triodenovo-software-en-US\"> </a><p><b>identifier</b>: <code>http://www.somesystemabc.net/identifiers/devices</code>/11112</p><p><b>status</b>: Active</p><p><b>manufacturer</b>: Vanderbilt Genetics Institute</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>Triodenovo Software</td><td>User Friendly name</td></tr></table><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 706687001}\">Software (physical object)</span></p><h3>Versions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td>0.06</td></tr></table></div>"
},
"identifier" : [
{
"system" : "http://www.somesystemabc.net/identifiers/devices",
"value" : "11112"
}
],
"status" : "active",
"manufacturer" : "Vanderbilt Genetics Institute",
"deviceName" : [
{
"name" : "Triodenovo Software",
"type" : "user-friendly-name"
}
],
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "706687001",
"display" : "Software (physical object)"
}
]
},
"version" : [
{
"value" : "0.06"
}
]
}