Skip to main content

Organization Resource

Organizations can be attached to a variety of resources including ServiceRequests and Devices.

Organizations will only be enabled if the Organisations & Sites feature has been enabled in AdvaPACS.

Reference

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

Supported Transactions

  • Search
  • Read

Example Resource

This example shows the attributes supported by AdvaPACS.

{
"resourceType": "Organization",
"id": "b0eef8ff-6f17-4222-a85e-5f5fd3259618",
"identifier": [
{
"value": "EXAMPLE"
}
],
"active": true,
"name": "Example Radiology",
"address": [
{
"text": "1 Infinite Loop, Big Street, The World"
}
],
"contact": [
{
"address": {
"text": "1 Infinite Loop, Big Street, The World"
}
}
]
}