Device Profile

This Device profile is part of the set of resource profiles supported by the API Server used with the athenaPractice 12.3 and athenaFlow 9.12 products. It further describes read and search capabilities of these products. Note: The create and update operations are NOT supported for this resource.

Overview

This resource identifies a manufactured item that is used in the provision of healthcare (the device could be medical or non-medical in nature). This includes implantable devices, medical equipment, and disposable equipment used for diagnostic treatment.

Scope and Usage

This profile is used to define the content that will be returned by the API Server in response to requests to access Device resources. All elements listed in the differential profile view are Supported, which means that the API Server is capable of supplying these fields from the product database when they have been populated via the product or its APIs.

Source

The Device resource is derived from the Device tables in athenaPractice and athenaFlow. Specific detail can be found in the Mappings section in the profile detail page.

Supported Operations

The operations supported by this resource are listed below.

Read Operation

Read operations are executed as specified in the HL7 FHIR RESTful API implementation definition. To read a Device, an application shall perform an HTTP GET, specifying the identifier of the resources being retrieved.

GET [base]/fhir/Device/[id]{?_format=[json|xml]&_summary=[true|data]}

Read Operation Parameters

ParameterDescription
[base]Specifies the base URL of the FHIR Server, e.g., https://cpsapisandbox.virenceaz.com:9443/demoAPIServer
[id]Specifies the identifier of the Device resource to retrieve
[_format]Specifies the format of the output and may be xml or json. When present, the _format value overrides the value of the Accept header in the request.
[_summary]Filters the output to include only summary elements (_summary=true) or to omit the generated narrative (_summary=data). Note: If the generated html narrative for the resource is not going to be used by the call, using _summary=data provides slightly improved API response times.

Read Operation HTTP Response Codes

Response CodeDescription
200 OKThe requested resource was found and is contained within the body of the HTTP response.
401 UnauthorizedAuthorization is required for this request, and either the Authorization header is missing or the supplied user credentials in the Authorization header are not valid or have expired. The body of the HTTP response will contain an OperationOutcome resource that indicates that Authorization is required.
404 Not FoundThe requested resource does not exist. The body of the HTTP response will contain an OperationOutcome resource that indicates that the resource could not be found.
500 Server ErrorThe server may return other error codes to indicate other error conditions. The body of the HTTP response will contain an OperationOutcome resource that indicates the nature of the error.

Search Operation

Search operations are executed as specified in the HL7 FHIR RESTful API implementation definition. To search for Device resources, an application shall perform an HTTP GET, specifying the query parameters associated with the resource.

GET [base]/fhir/Device?{search-parameters}{&_count=[max-results]&_format=[json|xml]&_summary=[true|text|data]}

Search Operation Parameters

ParameterDescription
[base]Specifies the base URL of the FHIR Server, e.g., https://cpsapisandbox.virenceaz.com:9443/demoAPIServer
[_count]Specifies the maximum number of search results to return in a single query. Note: The count of results does not limit the number of additional resources returned via the _include parameter. No more than max-results Device resources which match the search criteria will be returned. The API Server has default and maximum limits for the value that can be specified for this parameter. These limits may vary depending upon the client application vendors participation level in the AthenaHealth Partner program. Note: The API Server support the HL7 FHIR Paging capability.
[_format]Specifies the format of the output and may be xml or json. When present, the _format value overrides the value of the Accept header in the request.
[_summary]Filters the output to include only narrative elements (_summary=text), summary elements (_summary=true) or to omit the generated narrative (_summary=data). Note: If the generated html narrative for the resource is not going to be used by the call, using _summary=data provides improved API response times, especially when returning larger result sets.
_id (token )The ID of the resource
_lastUpdated (date )
_lastUpdated-fromnow (quantity )Like _lastUpdated except expressed as a positive or negative offset from the current time in units of time , e.g. _lastUpdated-fromnow=ge7||d for more than seven days in the future or =le-2||mo for less than two months in the past. The unit must be specified.
_security (token )
_tag (token )
identifier (token )Instance id from manufacturer, owner, and others
manufacturer (string )The manufacturer of the device
model (string )The model of the device
patient (reference )Patient information, if the resource is affixed to a person
status (token )
type (token )The type of the device
udi (string )FDA mandated Unique Device Identifier

Search Operation HTTP Response Codes

Response CodeDescription
200 OKThe query was performed and any results found are contained within the body of the HTTP response. Note: The search API will return 200 OK when the query itself is successful, regardless of whether or not any matching results were found.
401 UnauthorizedAuthorization is required for this request, and either the Authorization header is missing or the supplied user credentials in the Authorization header are not valid or have expired. The body of the HTTP response will contain an OperationOutcome resource that indicates that Authorization is required.
500 Server ErrorThe server may return other error codes to indicate other error conditions. The body of the HTTP response will contain an OperationOutcome resource that indicates the nature of the error.

Profile Content

The official URL for this profile is:

http://hl7.org/fhir/StructureDefinition/device-profile

An instance of a manufactured te that is used in the provision of healthcare

Name Flags Card. Type Description & Constraints
.. Device0..*Device An instance of a manufactured te that is used in the provision of healthcare
... metaS 0..1Meta Metadata about the resource
... implicitRules?! 0..1uri A set of rules under which this content was created
... language0..1code Language of the resource content

Binding: IETF BCP-47 (required )
... textI0..1Narrative Text summary of the resource, for human interpretation
... contained0..*Resource Contained, inline Resources
... extension0..*Extension Additional Content defined by implementations
... modifierExtension?!0..*Extension Extensions that cannot be ignored
... identifier0..*Identifier Instance id from manufacturer, owner, and others
... type1..1CodeableConcept What kind of device this is

Binding: ???? (preferred )
... note0..*Annotation Device notes and comments
... status?! 0..1code available | not-available | entered-in-error

Binding: DeviceStatus (required )
... manufacturer0..1string Name of device manufacturer
... model0..1string Model id assigned by the manufacturer
... version0..1string Version number (i.e. software)
... manufactureDate0..1dateTime Manufacture date
... expiry0..1dateTime Date and time of expiry of this device (if applicable)
... udi0..1string FDA mandated Unique Device Identifier
... lotNumber0..1string Lot number of manufacture
... owner0..1Reference (Organization )Organization responsible for device
... location0..1Reference (Location )Where the resource is found
... patient0..1Reference (Patient )If the resource is affixed to a person
... contact0..*ContactPoint Details for human/organization for support
... url0..1uri Network address to contact device


 

athenaFlow Mapping

The mappings in this section represent the how data stored within athenaFlow is served through the product's APIs. Use of this information is subject to the the API Server Terms and Conditions.

Device Profile
DeviceDevice-ProfileFHIR_DEVICEVIEW
 ├ id%IMPLANTABLEDEVICEGROUPID%
 ├ identifierMakeIdentifier("U",getSiteSystem("DEVICEIDENTIFIER"),%DEVICEIDENTIFIER%)
 ├ typeMakeTextConcept(%GMDNPTNAME%)
 ├ statusMapCode(%DEVICESTATUS%, "DEVICESTATUS")
 ├ manufacturer%COMPANYNAME%
 ├ model%VERSIONMODEL%
 ├ manufactureDate%DATEMANUFACTURED%
 ├ expiry%EXPIRATIONDATE%
 ├ udi%UDI%
 ├ lotNumber%LOTNUMBER%
 └ patientMakeReference("PATIENT",%PID%,"Patient")