Examples
BG Device Example
<DEVICE Name="Aviva IC" SN="009990670" ModelNum="555" Dt="2019-01-08" Tm="10:09" BGUnit="mg/dL" CarbUnit="BE" TrgLo="70" TrgHi="175" Hypo="55" Hyper="200">
{ "resourceType": "Device", "id": "bgip-device-1", "type": { "coding": [ { "system": "http://roche.com/fhir/rdc/cdf", "code": "cdf.dev.im", "display": "Manual interface" } ] }, "status": "active", "manufacturer": "Roche", "model": "Aviva IC", "version": "1.0" }
IP Device Example
<IP Name="Spirit" Type="4711" SN="PEM1234" Dt="2005-07-14" Tm="13:30" RestUseDays="0" ActiveProf="1">
{
"resource": {
"id": "050829cc-15af-47a6-aa27-05125a44a123",
"resourceType": "Device",
"status": "active",
"type": {
"coding": [
{
"system": "http://roche.com/fhir/rdc/cdf",
"code": "cdf.dev.im",
"display": "Manual interface"
}
]
},
"manufacturer": "Roche",
"model": "uDTC/Accu-Chek Smart Pix Software",
"version": "1.05.09"
}
}