Probatix Documentation
R4B

Retrieves the collection of FHIR R4B ServiceRequest resources.

Retrieves the collection of FHIR R4B ServiceRequest resources.

GET
/fhir/r4b/service_requests

Retrieves the collection of FHIR R4B ServiceRequest resources.

X-API-TOKEN<token>

In: header

Query Parameters

page?integer

The collection page number

Header Parameters

accept-language?string

Language for Errors and Translatable properties

Allowed values: "de", "en", "fr"

Response Body

application/json

curl -X GET "https://example.com/fhir/r4b/service_requests" \  -H "accept-language: de"
[  {    "id": 0,    "resourceType": "ServiceRequest",    "identifier": [      {        "use": "string",        "codeableConcept": {          "coding": [            {              "system": "string",              "version": "string",              "code": "string",              "display": "string",              "userSelected": true            }          ],          "text": "string"        },        "system": "string",        "value": "string",        "period": {          "start": "2019-08-24T14:15:22Z",          "end": "2019-08-24T14:15:22Z"        },        "reference": {          "reference": "string",          "type": "string",          "identifier": {},          "display": "string",          "id": 0,          "extension": [            {}          ]        },        "id": 0,        "extension": [          {}        ]      }    ],    "instantiatesCanonical": [      "string"    ],    "instantiatesUri": [      "string"    ],    "basedOn": [      {        "reference": "string",        "type": "string",        "identifier": {},        "display": "string",        "id": 0,        "extension": [          {}        ]      }    ],    "replaces": [      {        "reference": "string",        "type": "string",        "identifier": {},        "display": "string",        "id": 0,        "extension": [          {}        ]      }    ],    "requisition": {      "use": "string",      "codeableConcept": {        "coding": [          {            "system": "string",            "version": "string",            "code": "string",            "display": "string",            "userSelected": true          }        ],        "text": "string"      },      "system": "string",      "value": "string",      "period": {        "start": "2019-08-24T14:15:22Z",        "end": "2019-08-24T14:15:22Z"      },      "reference": {        "reference": "string",        "type": "string",        "identifier": {},        "display": "string",        "id": 0,        "extension": [          {}        ]      },      "id": 0,      "extension": [        {}      ]    },    "status": "draft",    "intent": "proposal",    "category": [      {        "coding": [          {            "system": "string",            "version": "string",            "code": "string",            "display": "string",            "userSelected": true          }        ],        "text": "string"      }    ],    "priority": "string",    "doNotPerform": false,    "code": {      "coding": [        {          "system": "string",          "version": "string",          "code": "string",          "display": "string",          "userSelected": true        }      ],      "text": "string"    },    "orderDetail": [      {        "coding": [          {            "system": "string",            "version": "string",            "code": "string",            "display": "string",            "userSelected": true          }        ],        "text": "string"      }    ],    "quantityQuantity": {      "value": 0,      "comparator": "string",      "unit": "string",      "system": "string",      "code": "string",      "id": 0,      "extension": [        {}      ]    },    "quantityRatio": {      "numerator": {        "value": 0,        "comparator": "string",        "unit": "string",        "system": "string",        "code": "string",        "id": 0,        "extension": [          {}        ]      },      "denominator": {        "value": 0,        "comparator": "string",        "unit": "string",        "system": "string",        "code": "string",        "id": 0,        "extension": [          {}        ]      },      "id": 0,      "extension": [        {}      ]    },    "quantityRange": {      "low": {        "value": 0,        "comparator": "string",        "unit": "string",        "system": "string",        "code": "string",        "id": 0,        "extension": [          {}        ]      },      "high": {        "value": 0,        "comparator": "string",        "unit": "string",        "system": "string",        "code": "string",        "id": 0,        "extension": [          {}        ]      },      "id": 0,      "extension": [        {}      ]    },    "subject": {      "reference": "string",      "type": "string",      "identifier": {},      "display": "string",      "id": 0,      "extension": [        {}      ]    },    "encounter": {      "reference": "string",      "type": "string",      "identifier": {},      "display": "string",      "id": 0,      "extension": [        {}      ]    },    "occurrenceDateTime": "2019-08-24T14:15:22Z",    "occurrencePeriod": {      "start": "2019-08-24T14:15:22Z",      "end": "2019-08-24T14:15:22Z"    },    "occurrenceTiming": {      "event": "2019-08-24T14:15:22Z",      "repeat": {        "boundsDuration": {          "value": 0,          "comparator": "string",          "unit": "string",          "system": "string",          "code": "string",          "id": 0,          "extension": [            {}          ]        },        "boundsRange": {          "low": {            "value": 0,            "comparator": "string",            "unit": "string",            "system": "string",            "code": "string",            "id": 0,            "extension": [              {}            ]          },          "high": {            "value": 0,            "comparator": "string",            "unit": "string",            "system": "string",            "code": "string",            "id": 0,            "extension": [              {}            ]          },          "id": 0,          "extension": [            {}          ]        },        "boundsPeriod": {          "start": "2019-08-24T14:15:22Z",          "end": "2019-08-24T14:15:22Z"        },        "count": 0,        "countMax": 0,        "duration": 0,        "durationMax": 0,        "durationUnit": "string",        "frequency": 0,        "frequencyMax": 0,        "period": 0,        "periodMax": 0,        "periodUnit": "string",        "dayOfWeek": "string",        "timeOfDay": "2019-08-24T14:15:22Z",        "when": "string",        "offset": 0      },      "code": {        "coding": [          {            "system": "string",            "version": "string",            "code": "string",            "display": "string",            "userSelected": true          }        ],        "text": "string"      },      "id": 0,      "extension": [        {}      ]    },    "asNeededBoolean": true,    "asNeededCodeableConcept": {      "coding": [        {          "system": "string",          "version": "string",          "code": "string",          "display": "string",          "userSelected": true        }      ],      "text": "string"    },    "authoredOn": "2019-08-24T14:15:22Z",    "requester": {      "reference": "string",      "type": "string",      "identifier": {},      "display": "string",      "id": 0,      "extension": [        {}      ]    },    "performerType": {      "coding": [        {          "system": "string",          "version": "string",          "code": "string",          "display": "string",          "userSelected": true        }      ],      "text": "string"    },    "performer": [      {        "reference": "string",        "type": "string",        "identifier": {},        "display": "string",        "id": 0,        "extension": [          {}        ]      }    ],    "locationCode": [      {        "coding": [          {            "system": "string",            "version": "string",            "code": "string",            "display": "string",            "userSelected": true          }        ],        "text": "string"      }    ],    "locationReference": [      {        "reference": "string",        "type": "string",        "identifier": {},        "display": "string",        "id": 0,        "extension": [          {}        ]      }    ],    "reasonCode": [      {        "coding": [          {            "system": "string",            "version": "string",            "code": "string",            "display": "string",            "userSelected": true          }        ],        "text": "string"      }    ],    "reasonReference": [      {        "reference": "string",        "type": "string",        "identifier": {},        "display": "string",        "id": 0,        "extension": [          {}        ]      }    ],    "insurance": [      {        "reference": "string",        "type": "string",        "identifier": {},        "display": "string",        "id": 0,        "extension": [          {}        ]      }    ],    "supportingInfo": [      {        "reference": "string",        "type": "string",        "identifier": {},        "display": "string",        "id": 0,        "extension": [          {}        ]      }    ],    "specimen": [      {        "reference": "string",        "type": "string",        "identifier": {},        "display": "string",        "id": 0,        "extension": [          {}        ]      }    ],    "bodySite": [      {        "coding": [          {            "system": "string",            "version": "string",            "code": "string",            "display": "string",            "userSelected": true          }        ],        "text": "string"      }    ],    "note": [      {        "authorReference": {          "reference": "string",          "type": "string",          "identifier": {},          "display": "string",          "id": 0,          "extension": [            {}          ]        },        "authorString": "string",        "time": "2019-08-24T14:15:22Z",        "text": "string",        "id": 0,        "extension": [          {}        ]      }    ],    "patientInstruction": "string",    "relevantHistory": [      {        "reference": "string",        "type": "string",        "identifier": {},        "display": "string",        "id": 0,        "extension": [          {}        ]      }    ],    "text": {},    "contained": [      {}    ],    "extension": [      {}    ],    "modifierExtension": [      {}    ],    "meta": [      {        "versionId": 0,        "lastUpdated": "2019-08-24T14:15:22Z",        "source": "string",        "profile": [          "string"        ],        "security": [          {            "system": "string",            "version": "string",            "code": "string",            "display": "string",            "userSelected": true          }        ],        "tag": [          {            "system": "string",            "version": "string",            "code": "string",            "display": "string",            "userSelected": true          }        ],        "id": 0,        "extension": [          {}        ]      }    ],    "implicitRules": "string",    "language": "string",    "pKV": true,    "healthInsuranceCompanyName": "string",    "healthInsuranceSubscriberId": "string"  }]