Retrieve all Resources
Request all resources for a specific Resource-type
Retrieve all Resources
GET
https://fhir-server.koppeltaal.headease.nl/fhir/DEFAULT/<Resource>
Get ALL for type .
Path Parameters
Resource-type (e.g. Patient
)
{
"resourceType": "Bundle",
"id": "f0cfec85-0d26-44f9-a222-a478451d4bf9",
"meta": {
"lastUpdated": "2023-02-07T08:16:54.158+00:00"
},
"type": "searchset",
"link": [
{
"relation": "self",
"url": "https://fhir-server.koppeltaal.headease.nl/fhir/DEFAULT/Patient"
},
{
"relation": "next",
"url": "https://fhir-server.koppeltaal.headease.nl/fhir/DEFAULT?_getpages=f0cfec85-0d26-44f9-a222-a478451d4bf9&_getpagesoffset=40&_count=40&_pretty=true&_bundletype=searchset"
}
],
"entry": [
{
"fullUrl": "https://fhir-server.koppeltaal.headease.nl/fhir/DEFAULT/Patient/13befac2-de72-4926-99e8-24d0adb1fd62",
"resource": {
"resourceType": "Patient",
"id": "13befac2-de72-4926-99e8-24d0adb1fd62",
...
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "https://fhir-server.koppeltaal.headease.nl/fhir/DEFAULT/Patient/d20b53b0-5b35-493c-9cbd-40673d5ce22e",
"resource": {
"resourceType": "Patient",
"id": "d20b53b0-5b35-493c-9cbd-40673d5ce22e",
...
},
"search": {
"mode": "match"
}
}
]
}
Topics
TOP-KT-002a - FHIR Resource Service interacties
TOP-KT-005a - Rollen en rechten voor applicatie-instanties
TOP-KT-009 - Overzicht gebruikte FHIR Resources
Last updated