BG DeviceComponent Example

{
    "resourceType": "DeviceComponent",
    "id": "bgip-devicecomponent-1",
    "type": {
        "coding":  [
            {
                "system": "http://roche.com/fhir/rdc/cdf",
                "code": "cdf.dev.bgmeter",
                "display": "Glucometer"
            }
        ]
    },
    "identifier": {
        "system": "http://roche.com/fhir/rdc/sid/device-identifier",
        "value": "482/e01f14f1-cb32-49fb-8af2-3c09f0256a00"
    },
    "source": {
        "reference": "Device/bgip-device-1"
    },
    "measurementPrinciple": "other",
    "productionSpecification":  [
        {
            "productionSpec": "e01f14f1-cb32-49fb-8af2-3c09f0256a00",
            "specType": {
                "coding":  [
                    {
                        "code": "serial-number",
                        "display": "Serial Number",
                        "system": "http://hl7.org/fhir/specification-type"
                    }
                ]
            }
        },
        {
            "productionSpec": "482",
            "specType": {
                "coding":  [
                    {
                        "code": "part-number",
                        "display": "Model Number",
                        "system": "http://hl7.org/fhir/specification-type"
                    }
                ]
            }
        }
    ]
}