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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.molgen
Resource TypeDevice
IdDevice-mii-exa-molgen-device-illumina-novaseq.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Device",
  "id": "mii-exa-molgen-device-illumina-novaseq",
  "identifier": [
    {
      "system": "https://www.medizininformatik-initiative.de/fhir/sid/lab-devices",
      "value": "NOVASEQ-6000-SN12345"
    }
  ],
  "status": "active",
  "manufacturer": "Illumina Inc.",
  "serialNumber": "SN12345",
  "deviceName": [
    {
      "name": "NovaSeq 6000 Sequencing System",
      "type": "model-name"
    }
  ],
  "modelNumber": "NovaSeq 6000",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "30234008",
        "display": "Medical laboratory analyzer"
      }
    ]
  }
}