Device

A Device resource is used to represent any form of durable equipment or device used in the course of treatment.

Sample Query

Find all devices (up to 10):

https://fhir.careevolution.com/Master.Adapter1.WebClient/api/fhir/Device?_count=10

Overview

See the FHIR documentation for more information about Device resources.

Mapped Concepts in HIEBus

  • DeviceDataSource

Supported Interactions

Device resources support the following interactions.

Search Parameters

When searching for Device resources, the following search parameters are supported.

Name Type Prefixes
Modifiers
Can be Chained? Description
_id Token Resource id.
_lastUpdated Date ne  lt  le  gt  ge  sa  eb  ap  When the resource last changed.
_source Uri :missing  Where the resource comes from.
patient Reference :missing  yes Patient information, if the resource is affixed to a person.
provenance-agent Reference :missing  yes Search by provenance, specified by its author (aka originator) Organization.
type Token :not  :in  :not-in  :missing  The type of the device.
udi String :contains  :exact  :missing  FDA mandated Unique Device Identifier.

Sortable Parameters

When searching Device resources, it is possible to sort the returned values by the following search parameters.

  • udi
  • _id

Only one sort parameter may be specified.

Supported Includes

When searching Device resources, it is possible to include the resources referenced by the following field names.

  • Patient
  • Provenance Agent

Supported Operations

Device supports the following extended operations.


Back to Resources