FHIR IG analytics| Package | hl7.fhir.uv.cg-incubator |
| Resource Type | Device |
| Id | Device-Triodenovo-SW.json |
| FHIR Version | R6 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Device Triodenovo-SW
Language: en
identifier: http://example.org/identifiers/devices/11112
status: Active
manufacturer: Vanderbilt Genetics Institute
| Value | Type |
| Triodenovo Software | User Friendly name |
type: Software (physical object)
{
"resourceType": "Device",
"id": "Triodenovo-SW",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/identifiers/devices",
"value": "11112"
}
],
"status": "active",
"manufacturer": "Vanderbilt Genetics Institute",
"name": [
{
"value": "Triodenovo Software",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/device-nametype",
"code": "user-friendly-name"
}
]
}
}
],
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "706687001",
"display": "Software (physical object)"
}
]
}
]
}