VMD DeviceComponent Profile

Canonical URL

http://devices.fhir.org/StructureDefinition/VmdDeviceComponent

Profile Definition

instance..1Extension(unsignedInt)
system1..Fixed Value
code1..
source1..Reference(PoC Device Profile)
parent1..Reference(MDS DeviceComponent Profile)

Example (XML view)

Example of an ECG VMD DeviceComponent

<DeviceComponent xmlns="http://hl7.org/fhir">
<id value="428" />
<profile value="http://devices.fhir.org/StructureDefinition/VmdDeviceComponent" />
</meta>
<use value="temp" />
<system value="urn:ietf:rfc:3986" />
<value value="urn:uuid:64b1772b-e383-4aa7-b2f8-3610124a4e07" />
</identifier>
<system value="urn:iso:std:iso:11073:10101" />
<code value="69798" />
<display value="MDC_DEV_ECG_VMD" />
</coding>
</type>
<reference value="Device/72" />
</source>
<reference value="DeviceComponent/427" />
</parent>
<system value="http://hl7.org/fhir/operational-status" />
<code value="on" />
<display value="On" />
</coding>
</operationalStatus>
<system value="http://hl7.org/fhir/parameter-group" />
<code value="ecg" />
<display value="ECG Parameter Group" />
</coding>
</parameterGroup>
</DeviceComponent>

Example (JSON view)

Example of an ECG VMD DeviceComponent

{
"resourceType": "DeviceComponent",
"id": "428",
"meta": {
"profile": [
"http://devices.fhir.org/StructureDefinition/VmdDeviceComponent"
]
},
"use": "temp",
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:64b1772b-e383-4aa7-b2f8-3610124a4e07"
},
"type": {
"coding": [
{
"system": "urn:iso:std:iso:11073:10101",
"code": "69798",
"display": "MDC_DEV_ECG_VMD"
}
]
},
"source": {
"reference": "Device/72"
},
"parent": {
"reference": "DeviceComponent/427"
},
{
"coding": [
{
"system": "http://hl7.org/fhir/operational-status",
"code": "on",
"display": "On"
}
]
}
],
"coding": [
{
"system": "http://hl7.org/fhir/parameter-group",
"code": "ecg",
"display": "ECG Parameter Group"
}
]
}
}