Skip to main content

Device Resource

AdvaPACS utilizes the Device resource to represent Remote Application Entities with a coded type of Acquisition Equipment.

A Device can be linked to a ServiceRequest in order to set the Scheduled Station Name and Scheduled Station AE Title in the DICOM Modality Worklist.

Reference

For full information on the Device resource, please refer to the FHIR standard.

Supported Transactions

  • Search
  • Read

Example Resource

This example shows the attributes supported by AdvaPACS.

Please note that the data you receive may be different depending on some features of AdvaPACS you may or may not use like Assigning Authorities or Organisations and Sites.

{
"resourceType": "Device",
"id": "1ac413bf-17b1-4360-8d1f-f4ce4d0d4bca",
"identifier": [
{
"type": {
"coding": [
{
"system": "http://dicom.nema.org/resources/ontology/DCM",
"code": "110119",
"display": "Station AE Title"
}
]
},
"value": "EXAMPLE_AET"
}
],
"status": "active",
"type": {
"coding": [
{
"system": "http://dicom.nema.org/resources/ontology/DCM",
"code": "109101",
"display": "Acquisition Equipment"
}
]
},
"owner": {
"reference": "Organization/8e6f3507-de7c-41ed-91c8-b1b5a8df0df5"
},
"location": {
"reference": "Location/fee9e386-3784-478f-88ec-1c7dfd58efee"
},
"url": "172.31.50.12:104"
}