This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Resource Device - Content 3.4

Status: Not an approved resource: examplar. Possible owners: Devices and Patient Administration Working Group

This resource identifies a manufactured entity that is used in the provision of healthcare. The device may be a machine, an insert, a computer, an application, etc.

The resource name as it appears in a RESTful URL is /device/

Resource Content 3.4.1

UML Image

<Device xmlns="http://hl7.org/fhir">
 <type><!-- 1..1 CodeableConcept What kind of device this is --></type>
 <manufacturer><!-- 0..1 string Name of device manufacturer --></manufacturer>
 <model><!-- 0..1 string model id assigned by the manufacturer --></model>
 <version><!-- 0..1 string version number (i.e. software) --></version>
 <serialNumber><!-- 0..1 string Serial number assigned by the manufacturer --></serialNumber>
 <owner><!-- 0..1 Resource(Organization) organization responsible for device --></owner>
 <assignedId><!-- 0..* Identifier identifier assigned by the owner --></assignedId>
 <location><!-- 0..1 Resource(Location) Where the resource is found --></location>
 <contact><!-- 0..* Contact details for human/organization for support --></contact>
 <address><!-- 0..1 Contact network address to contact device --></address>
 <extension><!-- 0..* Extension  See Extensions  --></extension>
 <text><!-- 1..1 Narrative Text summary of resource (for human interpretation) --></text>
</Device>

Alternate definitions: Schema/Schematron, RDF (to do), XML, XMI (to do), Resource Profile

Terminology Bindings

PathDetailsStrength
Device.type Defines the nature of the device and the kind of functionality/services/behavior that may be expected from it (not bound to any particular codes)complete/unstated

Search Parameters 3.4.2

Search Parameters for RESTful searches. The standard parameters also apply. See Searching for more information.

$page : integerStarting offset of the first record to return in the search setsingle
$count : integerNumber of return records requested. The server is not bound to conformsingle
$id : tokenThe logical resource id associated with the resource (must be supported by all servers)single
type : qtokenthe type of the deviceunion
manufacturer : stringthe manufacturer of the deviceunion
model : stringthe model of the deviceunion
serial : stringthe serial number of the deviceunion
organization : qtokenthe organization responsible for the deviceunion
assignedId : qtokenidentifier assigned by the organisationunion
location : qtokenan identifier for the organizationunion

(See Searching).


This is an old version of FHIR retained for archive purposes. Do not use for anything else
Implementers are welcome to experiment with the content defined here, but should note that the contents are subject to change without prior notice.
© HL7.org 2011 - 2012. FHIR v0.06 generated on Tue, Dec 4, 2012 00:03+1100. License