Skip to main content

ServiceRequest Resource

AdvaPACS utilizes the ServiceRequest resource to represent an Order. The ServiceRequest will populate the DICOM Modality Worklist and then provide the Order the study will be validated and synchronized with once the imaging has been acquired and sent to AdvaPACS.

Reference

For full information on the ServiceRequest 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.

{
"fullUrl":"/fhir/ServiceRequest/1c38c9ae-d539-4f7d-ba23-4987d51794fc",
"resource":{
"resourceType":"ServiceRequest",
"id":"1c38c9ae-d539-4f7d-ba23-4987d51794fc",
"identifier":[
{
"type":{
"coding":[
{
"system":"http://terminology.hl7.org/CodeSystem/v2-0203",
"code":"ACSN"
}
]
},
"system":"https://sgp.api.integration.advapacs.com/fhir/NamingSystem/c4f90af7-743f-4c02-9d5c-ce5850867f8d",
"value":"1234"
},
{
"system":"urn:dicom:uid",
"value":"1.2.3.4"
},
{
"type":{
"coding":[
{
"system":"http://terminology.hl7.org/CodeSystem/v2-0203",
"code":"PLAC"
}
]
},
"system":"https://sgp.api.integration.advapacs.com/fhir/NamingSystem/016a56eb-87ce-4323-9d2b-f9c36ae6672e",
"value":"1234"
},
{
"type":{
"coding":[
{
"system":"http://terminology.hl7.org/CodeSystem/v2-0203",
"code":"FILL"
}
]
},
"system":"https://sgp.api.integration.advapacs.com/fhir/NamingSystem/605434a1-5000-4711-925f-ddbf5ebc19a0",
"value":"1234"
},
{
"type":{
"coding":[
{
"system":"http://terminology.hl7.org/CodeSystem/v2-0203",
"code":"VN"
}
]
},
"system":"https://sgp.api.integration.advapacs.com/fhir/NamingSystem/1d1ebfe9-b6c0-4f1d-9c39-64fff26c582b",
"value":"1234"
},
{
"type":{
"text":"Scheduled Procedure Step ID"
},
"value":"1234"
},
{
"type":{
"text":"Requested Procedure ID"
},
"value":"1234"
}
],
"requisition":{
"type":{
"coding":[
{
"system":"http://terminology.hl7.org/CodeSystem/v2-0203",
"code":"PGN"
}
]
},
"system":"https://sgp.api.integration.advapacs.com/fhir/NamingSystem/5723970f-152f-4b26-adc0-a83373e29d7e",
"value":"1234"
},
"status":"active",
"intent":"order",
"code":{
"coding":[
{
"system":"http://loinc.org",
"code":"36554-4",
"display":"XR Chest Single view"
}
]
},
"subject":{
"reference":"Patient/732a7d3c-de13-49ac-a311-c2cf00949610"
},
"orderDetail":[
{
"parameter":[
{
"code":{
"coding":[
{
"system":"http://advapacs.com/fhir/servicerequest-orderdetail-parameter-code",
"code":"modality"
}
]
},
"valueString":"CT"
},
{
"code":{
"coding":[
{
"system":"http://advapacs.com/fhir/servicerequest-orderdetail-parameter-code",
"code":"requested-procedure-description"
}
]
},
"valueString":"CT Brain"
},
{
"code":{
"coding":[
{
"system":"http://advapacs.com/fhir/servicerequest-orderdetail-parameter-code",
"code":"requested-procedure-code"
}
]
},
"valueCodeableConcept":{
"coding":[
{
"code":"CTBRAIN",
"display":"CT Brain"
}
]
}
},
{
"code":{
"coding":[
{
"system":"http://advapacs.com/fhir/servicerequest-orderdetail-parameter-code",
"code":"scheduled-protocol-code"
}
]
},
"valueCodeableConcept":{
"coding":[
{
"code":"CTBRAINC",
"display":"CT Brain with Contrast"
}
]
}
}
]
}
],
"occurrenceDateTime":"2023-03-30T00:00:00+00:00",
"requester":{
"reference":"Practitioner/6e6a1f7d-73e1-4fb1-b8b8-bd3da26d0672"
},
"performer":[
{
"reference":"Organization/8e6f3507-de7c-41ed-91c8-b1b5a8df0df5"
},
{
"reference":"Device/1ac413bf-17b1-4360-8d1f-f4ce4d0d4bca"
}
],
"locationReference":[
{
"reference":"Location/fee9e386-3784-478f-88ec-1c7dfd58efee"
}
]
}
}