FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.cg-incubator
Resource TypeDevice
IdDevice-Triodenovo-SW.json
FHIR VersionR6

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Names

-ValueType
*Triodenovo SoftwareUser Friendly name

type: Software (physical object)


Source1

{
  "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)"
        }
      ]
    }
  ]
}