{
"resourceType": "Device", // Resource name value in FHIR for this profile
"id": "86b5d6bb-d9bd-4805-a29d-5a28d29ff434",
"meta": { // used for validation of the profile
"profile": [
"http://roche.com/fhir/iop/StructureDefinition/Devices_DeviceModel"
]
},
"type": { // hardcoded structure value in FHIR for the BG Device (Glucometer)
"coding": [
{
"system": "http://snomed.info/sct",
"code": "700585005",
"display": "Invasive interstitial-fluid glucose monitoring system (physical object)"
}
]
},
"modelNumber": "923",
}