Device

CommunityCloud-BioinformaticsPipelineDevice-Example

Example of a Device for capturing details of a Bioinformatics Pipeline.

Device
{
"resourceType": "Device",
"id": "1e73bfaf-b851-463f-98df-c2b6582a948e",
{
"name": "Dias",
"type": "user-friendly-name"
}
],
"version": [
{
"value": "eggd_conductor_dias_CEN_config_v2.5.2"
}
]
}
<Device xmlns="http://hl7.org/fhir">
<id value="1e73bfaf-b851-463f-98df-c2b6582a948e" />
<name value="Dias" />
<type value="user-friendly-name" />
</deviceName>
<value value="eggd_conductor_dias_CEN_config_v2.5.2" />
</version>
</Device>


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>


CommunityCloud-VariantCallerDevice-Example

Example of a Device to capture details for a Bioinformatics Variant Caller

Device
{
"resourceType": "Device",
"id": "04a7b32d-2270-4e4e-a1bb-80f0eaa0c4cc",
{
"name": "Sentieon Haplotyper",
"type": "user-friendly-name"
}
],
"version": [
{
"value": "202308.03"
}
]
}
<Device xmlns="http://hl7.org/fhir">
<id value="04a7b32d-2270-4e4e-a1bb-80f0eaa0c4cc" />
<name value="Sentieon Haplotyper" />
<type value="user-friendly-name" />
</deviceName>
<value value="202308.03" />
</version>
</Device>