Device - FHIR Resource (dstu2)
This Device Resource uses the
FHIR API standard for access and structure.
Validate an Device FHIR Resource (dstu2)
Resource Attributes
Attribute | Field is list | Type | Description |
---|
contact | true | ContactPoint | # Details for human/organization for support
|
expiry | false | dateTime | # Date and time of expiry of this device (if applicable)
|
identifier | true | Identifier | # Instance id from manufacturer, owner, and others
|
location | false | Reference | # Where the resource is found
|
lotNumber | false | string | # Lot number of manufacture
|
manufactureDate | false | dateTime | # Manufacture date
|
manufacturer | false | string | # Name of device manufacturer
|
model | false | string | # Model id assigned by the manufacturer
|
note | true | Annotation | # Device notes and comments
|
owner | false | Reference | # Organization responsible for device
|
patient | false | Reference | # If the resource is affixed to a person
|
status | false | code | # available | not-available | entered-in-error
|
type | false | CodeableConcept | # What kind of device this is
|
udi | false | string | # FDA mandated Unique Device Identifier
|
url | false | uri | # Network address to contact device
|
version | false | string | # Version number (i.e. software)
|
Device Structure
{
"resourceType" : "Device",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // Instance id from manufacturer, owner, and others
"type" : { CodeableConcept }, // R! What kind of device this is
"note" : [{ Annotation }], // Device notes and comments
"status" : "<code>", // available | not-available | entered-in-error
"manufacturer" : "<string>", // Name of device manufacturer
"model" : "<string>", // Model id assigned by the manufacturer
"version" : "<string>", // Version number (i.e. software)
"manufactureDate" : "<dateTime>", // Manufacture date
"expiry" : "<dateTime>", // Date and time of expiry of this device (if applicable)
"udi" : "<string>", // FDA mandated Unique Device Identifier
"lotNumber" : "<string>", // Lot number of manufacture
"owner" : { Reference(Organization) }, // Organization responsible for device
"location" : { Reference(Location) }, // Where the resource is found
"patient" : { Reference(Patient) }, // If the resource is affixed to a person
"contact" : [{ ContactPoint }], // Details for human/organization for support
"url" : "<uri>" // Network address to contact device
}
Device Search Parameters
The following search parameters can be used to query Device resources. Just submit them like so:
https://api.1up.health/fhir/dstu2/Device?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|
identifier | text | identifier |
location | reference | location |
manufacturer | text | manufacturer |
model | text | model |
organization | reference | owner |
patient | reference | patient |
type | text | type |
udi | text | udi |
url | uri | url |