FHIR IG analytics| Package | hl7.fhir.uv.cg-incubator |
| Resource Type | Device |
| Id | Device-NGS-device.json |
| FHIR Version | R6 |
No resources found
No resources found
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
| Value | Type |
| NextSeq 550 Instrument | User Friendly name |
type: Device (physical object)
{
"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)"
}
]
}
]
}