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

FHIR IG analytics

Packagehl7.fhir.uv.cg-incubator
Resource TypeDevice
IdDevice-NGS-device.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 NGS-device

Language: en

identifier: http://example.org/identifiers/devices/11111

status: Active

manufacturer: Illumina

Names

-ValueType
*NextSeq 550 InstrumentUser Friendly name

type: Device (physical object)


Source1

{
  "resourceType": "Device",
  "id": "NGS-device",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/identifiers/devices",
      "value": "11111"
    }
  ],
  "status": "active",
  "manufacturer": "Illumina",
  "name": [
    {
      "value": "NextSeq 550 Instrument",
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/device-nametype",
            "code": "user-friendly-name"
          }
        ]
      }
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "49062001",
          "display": "Device (physical object)"
        }
      ]
    }
  ]
}