This page is part of the Personal Health Device FHIR IG (v0.1.0: STU 1 Draft) based on FHIR R3. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

Phd Parent DeviceComponent JSON Example

The following is an example of a Phd Parent DeviceComponent resource from a Blood Pressure Cuff. The resource is generated based upon FHIR version 3.2.0 and will not render until the tool is updated to support that version. In the mean time a raw pre-formatted example is displayed here.

"resource": {
	"resourceType": "DeviceComponent",
	"id": "SysId-01040302f0000000",         // This resource is being uploaded as an Update
	"meta": {
		"profile": ["http://pchalliance.org/phdfhir/StructureDefinition/PhdParentDeviceComponent"]
	},
	"identifier": [{
		"system": "urn:oid:1.2.840.10004.1.1.1.0.0.1.0.0.1.2680",
		"value": "01-04-03-02-f0-00-00-00",
		"assigner": {                   // This element is optional
			"display": "EUI-64"
		}
	},
	{
		"system": "urn:oid:1.2.840.10004.1.1.1.0.0.1.0.0.1.2680",
		"value": "12:34:56:78:9A:BC",
		"assigner": {                   // This element is optional
			"display": "EUI-48"
		}
	}],
	"type": {
		"coding": [{
			"system": "urn:iso:std:iso:11073:10101",
			"code": "528391",
			"display": "MDC_DEV_SPEC_PROFILE_BP"
		}]
	},
	"parent": {
		"reference": "DeviceComponent/SysId-ecde3d4e58532d31"  // Points to PHG DeviceComponent
	},
	"productionSpecification": [{               // All display elements are optional but encouraged
		"specType": {
			"coding": [{
				"system": "urn:iso:std:iso:11073:10101",
				"code": "531970",
				"display": "MDC_ID_MODEL_MANUFACTURER: Manufacturer name"
			}]
		},
		"productionSpec": "Renesas Electronics"
	},
	{
		"specType": {
			"coding": [{
				"system": "urn:iso:std:iso:11073:10101",
				"code": "531969",
				"display": "MDC_ID_MODEL_NUMBER: Model number"
			}]
		},
		"productionSpec": "Synergy-12345-Demo"
	},
	{
		"specType": {
			"coding": [{                                    // MDC coding system first
				"system": "urn:iso:std:iso:11073:10101",
				"code": "531972",
				"display": "MDC_ID_PROD_SPEC_SERIAL: Serial number"
			},
			{
				"system": "http://hl7.org/fhir/specification-type",
				"code": "serial-number",
				"display": "Serial number"
			}]
		},
		"productionSpec": "13456-BPM-BTLE"
	},
	{
		"specType": {
			"coding": [{
				"system": "urn:iso:std:iso:11073:10101",
				"code": "531976",
				"display": "MDC_ID_PROD_SPEC_FW: Firmware revision"
			},
			{
				"system": "http://hl7.org/fhir/specification-type",
				"code": "firmware-revision",
				"display": "Firmware revision"
			}]
		},
		"productionSpec": "1.0.0"
	},
	{
		"specType": {
			"coding": [{
				"system": "urn:iso:std:iso:11073:10101",
				"code": "531975",
				"display": "MDC_ID_PROD_SPEC_SW: Software revision"
			},
			{
				"system": "http://hl7.org/fhir/specification-type",
				"code": "software-revision",
				"display": "Software revision"
			}]
		},
		"productionSpec": "1.0.0"
	},
	{
		"specType": {
			"coding": [{
				"system": "urn:iso:std:iso:11073:10101",
				"code": "531974",
				"display": "MDC_ID_PROD_SPEC_HW: Hardware revision"
			},
			{
				"system": "http://hl7.org/fhir/specification-type",
				"code": "hardware-revision",
				"display": "Hardware revision"
			}]
		},
		"productionSpec": "1.0.0"
	},
	{
		"specType": {
			"coding": [{
				"system": "urn:iso:std:iso:11073:10101",
				"code": "532352",
				"display": "MDC_REG_CERT_DATA_CONTINUA_VERSION: Continua version"
			}]
		},
		"productionSpec": "6.1"
	}],
	"property": [{
		"type": {
			"coding": [{
				"system": "urn:iso:std:iso:11073:10101",
				"code": "532353",
				"display": "MDC_REG_CERT_DATA_CONTINUA_CERT_DEV_LIST: certified device list as transport-specialization combo"
			}]
		},
		"valueCode": [{
			"coding": [{
				"system": "http://pcha.org/phd/documents/reg-cert-codes",
				"code": "32775"
				// In HEX this is 0x8007 Tcode = 8 which is the code
				// for Bluetooth Low Energy and 4096 + 7 = 4103 which is the term code in partition
				// Infra for the Blood Pressure specialization
			}]
		}]
	},
	{
		"type": {
			"coding": [{
				"system": "http://hl7.org/fhir/IEEE.ASN1",
				"code": "532354.0",
				"display": "regulation-status"
			}]
		},
		"valueCode": [{
			"coding": [{
				"system": "http://hl7.org/fhir/v2/0136",
				"code": "Y",
				"display": "Device is not regulated"
			}]
		}]
	},
	{
		"type": {
			"coding": [{
				"system": "urn:iso:std:iso:11073:10101",
				"code": "68220",
				"display": "MDC_TIME_SYNC_PROTOCOL: Time synchronization protocol"
			}]
		},
		"valueCode": [{
			"coding": [{
				"system": "urn:iso:std:iso:11073:10101",
				"code": "532224",
				"display": "MDC_TIME_SYNC_NONE: "
			}]
		}]
	}]
},