PoC Device Profile

Canonical URL

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

Profile Definition

system1..Fixed Value
code1..Fixed Value
system..0
value1..
type..0
system1..Fixed Value
value1..
system1..Fixed Value
code1..

Example (XML view)

Example of a Physio Monitor Device

<Device xmlns="http://hl7.org/fhir">
<id value="72" />
<profile value="http://devices.fhir.org/StructureDefinition/PoCDevice" />
</meta>
<system value="http://hl7.org/fhir/identifier-type" />
<code value="SNO" />
</coding>
</type>
<value value="DE35115712" />
</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" />
<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" />
<reference value="Patient/371" />
</patient>
<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"
]
},
{
"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"
},
"reference": "Location/46"
}
}