Skip to main content

Patient Resource

AdvaPACS uses the Patient resource to represent the Patients in the system.

Reference

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

Supported Transactions

  • Search
  • Read
  • Create
  • Update

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": "Patient",
"id": "5635faaf-ce6c-4149-9f11-4e0e42228371",
"identifier": [
{
"system": "https://sgp.api.integration.advapacs.com/fhir/NamingSystem/b489c4b1-4cdb-40b0-8675-5f29967e2c1e",
"value": "ABC123"
}
],
"name": [
{
"family": "Hall",
"given": [
"Steven"
],
"prefix": [
"Mr"
],
"suffix": [
"BaC"
]
}
],
"gender": "male",
"birthDate": "1946-04-07"
}