MDS DeviceComponent Profile

Canonical URL

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

Profile Definition

system1..Fixed Value
code1..
source1..Reference(PoC Device Profile)
parentReference(MDS DeviceComponent Profile)

Example (XML view)

Example of a Physio Monitor MDS DeviceComponent
<DeviceComponent xmlns="http://hl7.org/fhir">
<id value="427" />
<profile value="http://devices.fhir.org/StructureDefinition/MdsDeviceComponent" />
</meta>
<use value="temp" />
<system value="urn:ietf:rfc:3986" />
<value value="urn:uuid:ae5b5cca-fbd9-4323-842d-fe43064bd06f" />
</identifier>
<system value="urn:iso:std:iso:11073:10101" />
<code value="69965" />
<display value="MDC_DEV_MON_PHYSIO_MULTI_PARAM_MDS" />
</coding>
</type>
<reference value="Device/72" />
</source>
<system value="http://hl7.org/fhir/operational-status" />
<code value="on" />
<display value="On" />
</coding>
</operationalStatus>
<system value="http://hl7.org/fhir/specification-type" />
<code value="serial-number" />
<display value="Serial Number" />
</coding>
</specType>
<productionSpec value="DE35115712" />
</productionSpecification>
<system value="http://hl7.org/fhir/specification-type" />
<code value="part-number" />
<display value="Part Number" />
</coding>
</specType>
<productionSpec value="866060" />
</productionSpecification>
<system value="http://hl7.org/fhir/specification-type" />
<code value="hardware-revision" />
<display value="Hardware Revision" />
</coding>
</specType>
<productionSpec value="A.00.22" />
</productionSpecification>
<system value="urn:ietf:bcp:47" />
<code value="en" />
</coding>
</languageCode>
</DeviceComponent>

Example (JSON view)

Example of a Physio Monitor MDS DeviceComponent
{
"resourceType": "DeviceComponent",
"id": "427",
"meta": {
"profile": [
"http://devices.fhir.org/StructureDefinition/MdsDeviceComponent"
]
},
"use": "temp",
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:ae5b5cca-fbd9-4323-842d-fe43064bd06f"
},
"type": {
"coding": [
{
"system": "urn:iso:std:iso:11073:10101",
"code": "69965",
"display": "MDC_DEV_MON_PHYSIO_MULTI_PARAM_MDS"
}
]
},
"source": {
"reference": "Device/72"
},
{
"coding": [
{
"system": "http://hl7.org/fhir/operational-status",
"code": "on",
"display": "On"
}
]
}
],
{
"coding": [
{
"system": "http://hl7.org/fhir/specification-type",
"code": "serial-number",
"display": "Serial Number"
}
]
},
"productionSpec": "DE35115712"
},
{
"coding": [
{
"system": "http://hl7.org/fhir/specification-type",
"code": "part-number",
"display": "Part Number"
}
]
},
"productionSpec": "866060"
},
{
"coding": [
{
"system": "http://hl7.org/fhir/specification-type",
"code": "hardware-revision",
"display": "Hardware Revision"
}
]
},
"productionSpec": "A.00.22"
}
],
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en"
}
]
}
}