MDS DeviceComponent Profile
Canonical URL
http://devices.fhir.org/StructureDefinition/MdsDeviceComponent
Profile Definition
MdsDeviceComponent (DeviceComponent) | http://hl7.org/fhir/StructureDefinition/DeviceComponent | ||
type | |||
coding | 1.. | ||
11073MDC | 1..1 | ||
system | 1.. | Fixed Value | |
code | 1.. | ||
source | 1.. | Reference(PoC Device Profile) | |
parent | Reference(MDS DeviceComponent Profile) |
Example (XML view)
Example of a Physio Monitor MDS DeviceComponent
<DeviceComponent xmlns="http://hl7.org/fhir"> <id value="427" /> <meta> <profile value="http://devices.fhir.org/StructureDefinition/MdsDeviceComponent" /> </meta> <identifier> <use value="temp" /> <system value="urn:ietf:rfc:3986" /> <value value="urn:uuid:ae5b5cca-fbd9-4323-842d-fe43064bd06f" /> </identifier> <type> <coding> <system value="urn:iso:std:iso:11073:10101" /> <code value="69965" /> <display value="MDC_DEV_MON_PHYSIO_MULTI_PARAM_MDS" /> </coding> </type> <source> <reference value="Device/72" /> </source> <operationalStatus> <coding> <system value="http://hl7.org/fhir/operational-status" /> <code value="on" /> <display value="On" /> </coding> </operationalStatus> <productionSpecification> <specType> <coding> <system value="http://hl7.org/fhir/specification-type" /> <code value="serial-number" /> <display value="Serial Number" /> </coding> </specType> <productionSpec value="DE35115712" /> </productionSpecification> <productionSpecification> <specType> <coding> <system value="http://hl7.org/fhir/specification-type" /> <code value="part-number" /> <display value="Part Number" /> </coding> </specType> <productionSpec value="866060" /> </productionSpecification> <productionSpecification> <specType> <coding> <system value="http://hl7.org/fhir/specification-type" /> <code value="hardware-revision" /> <display value="Hardware Revision" /> </coding> </specType> <productionSpec value="A.00.22" /> </productionSpecification> <languageCode> <coding> <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" ] }, "identifier": { "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" }, "operationalStatus": [ { "coding": [ { "system": "http://hl7.org/fhir/operational-status", "code": "on", "display": "On" } ] } ], "productionSpecification": [ { "specType": { "coding": [ { "system": "http://hl7.org/fhir/specification-type", "code": "serial-number", "display": "Serial Number" } ] }, "productionSpec": "DE35115712" }, { "specType": { "coding": [ { "system": "http://hl7.org/fhir/specification-type", "code": "part-number", "display": "Part Number" } ] }, "productionSpec": "866060" }, { "specType": { "coding": [ { "system": "http://hl7.org/fhir/specification-type", "code": "hardware-revision", "display": "Hardware Revision" } ] }, "productionSpec": "A.00.22" } ], "languageCode": { "coding": [ { "system": "urn:ietf:bcp:47", "code": "en" } ] } }