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
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/
<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
Path | Details | Strength |
---|---|---|
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 for RESTful searches. The standard parameters also apply. See Searching for more information.
$page : integer | Starting offset of the first record to return in the search set | single |
$count : integer | Number of return records requested. The server is not bound to conform | single |
$id : token | The logical resource id associated with the resource (must be supported by all servers) | single |
type : qtoken | the type of the device | union |
manufacturer : string | the manufacturer of the device | union |
model : string | the model of the device | union |
serial : string | the serial number of the device | union |
organization : qtoken | the organization responsible for the device | union |
assignedId : qtoken | identifier assigned by the organisation | union |
location : qtoken | an identifier for the organization | union |
(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