SmartPhone

NOTE to developer: This is only a sample resource. For the resource structure and valusets always refer the section "Overview" under each profile definition in the Implementation guide. If an element is defined as an array (0..*) in the standard and in RDC profile as an object (0..1), please note that it should still carry the structure of an array with one occurance. The structure for all resources as per the FHIR standard can be found at https://www.hl7.org/fhir/STU3/resourcelist.html

{
    "id": "id-deviceComponent-smartPhone",
    "meta": {
        "profile":  [
            "http://roche.com/fhir/rdc/StructureDefinition/phd-devicecomponent"
        ]
    },
    "resourceType": "DeviceComponent",
    "identifier": {
        "system": "http://roche.com/fhir/rdc/sid/device-identifier",
        "value": "mySugrApp/712/450274815"
    },
    "type": {
        "coding":  [
            {
                "system": "http://roche.com/fhir/rdc/cs",
                "code": "smartPhone",
                "display": "Smart Phone"
            }
        ]
    },
    "source": {
        "reference": "Device/id-device"
    },
    "measurementPrinciple": "manual",
    "productionSpecification":  [
        {
            "specType": {
                "coding":  [
                    {
                        "system": "http://hl7.org/fhir/specification-type",
                        "code": "serial-number",
                        "display": "Serial Number"
                    }
                ]
            },
            "productionSpec": "450274815"
        },
        {
            "specType": {
                "coding":  [
                    {
                        "system": "http://hl7.org/fhir/specification-type",
                        "code": "unspecified",
                        "display": "Unspecified Production Specification"
                    }
                ]
            },
            "productionSpec": "mySugrApp"
        },
        {
            "specType": {
                "coding":  [
                    {
                        "system": "http://hl7.org/fhir/specification-type",
                        "code": "part-number",
                        "display": "Part Number"
                    }
                ]
            },
            "productionSpec": "712"
        }
    ],
    "lastSystemChange": "2020-04-28T10:30:00.000Z"
}