PoC Device Profile
Canonical URL
http://devices.fhir.org/StructureDefinition/PoCDevice
Profile Definition
PoCDevice (Device) | http://hl7.org/fhir/StructureDefinition/Device | ||
identifier | |||
SerialNumber | ..1 | ||
type | 1.. | ||
coding | 1.. | ||
system | 1.. | Fixed Value | |
code | 1.. | Fixed Value | |
system | ..0 | ||
value | 1.. | ||
EUI-64 | ..1 | ||
type | ..0 | ||
system | 1.. | Fixed Value | |
value | 1.. | ||
type | 1.. | ||
coding | 1.. | ||
11073MDC | 1..1 | ||
system | 1.. | Fixed Value | |
code | 1.. |
Example (XML view)
Example of a Physio Monitor Device
<Device xmlns="http://hl7.org/fhir"> <id value="72" /> <meta> <profile value="http://devices.fhir.org/StructureDefinition/PoCDevice" /> </meta> <identifier> <type> <coding> <system value="http://hl7.org/fhir/identifier-type" /> <code value="SNO" /> </coding> </type> <value value="DE35115712" /> </identifier> <identifier> <system value="urn:oid:1.2.840.10004.1.1.1.0.0.1.0.0.1.2680" /> <value value="00-09-FB-FF-FF-A0-F4-CA" /> </identifier> <udi> <deviceIdentifier value="00884838038752" /> <jurisdiction value="http://hl7.org/fhir/NamingSystem/fda-udi" /> <carrierHRF value="(01)00884838038752(21)DE35115712" /> <issuer value="http://hl7.org/fhir/NamingSystem/gs1-di" /> </udi> <status value="active" /> <type> <coding> <system value="urn:iso:std:iso:11073:10101" /> <code value="69965" /> <display value="MDC_DEV_MON_PHYSIO_MULTI_PARAM_MDS" /> </coding> <text value="Patient Monitor" /> </type> <manufacturer value="Philips" /> <model value="MX400 - MX550" /> <patient> <reference value="Patient/371" /> </patient> <location> <reference value="Location/46" /> </location> </Device>
Example (JSON view)
Example of a Physio Monitor Device
{ "resourceType": "Device", "id": "72", "meta": { "profile": [ "http://devices.fhir.org/StructureDefinition/PoCDevice" ] }, "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/identifier-type", "code": "SNO" } ] }, "value": "DE35115712" }, { "system": "urn:oid:1.2.840.10004.1.1.1.0.0.1.0.0.1.2680", "value": "00-09-FB-FF-FF-A0-F4-CA" } ], "udi": { "deviceIdentifier": "00884838038752", "jurisdiction": "http://hl7.org/fhir/NamingSystem/fda-udi", "carrierHRF": "(01)00884838038752(21)DE35115712", "issuer": "http://hl7.org/fhir/NamingSystem/gs1-di" }, "status": "active", "type": { "coding": [ { "system": "urn:iso:std:iso:11073:10101", "code": "69965", "display": "MDC_DEV_MON_PHYSIO_MULTI_PARAM_MDS" } ], "text": "Patient Monitor" }, "manufacturer": "Philips", "model": "MX400 - MX550", "patient": { "reference": "Patient/371" }, "location": { "reference": "Location/46" } }