CommunityCloud-SequencerDevice-Example

Example of a Device to capture details for a Sequencing platform and assay

Device
{
"resourceType": "Device",
"id": "44ae1fac-d147-43fb-87ba-35f6bc056f51",
"manufacturer": "Illumina",
{
"name": "Novaseq 6000",
"type": "user-friendly-name"
}
],
{
"type": {
"text": "Sequencing assay name"
},
{
"text": "CEN"
}
]
}
]
}
<Device xmlns="http://hl7.org/fhir">
<id value="44ae1fac-d147-43fb-87ba-35f6bc056f51" />
<manufacturer value="Illumina" />
<name value="Novaseq 6000" />
<type value="user-friendly-name" />
</deviceName>
<text value="Sequencing assay name" />
</type>
<text value="CEN" />
</valueCode>
</property>
</Device>