Example - No Organisation Search Results Found
Important: This page is under development by NHS England
Tree View
Bundle |
id : ODS-Bundle-NoOrganisationSearchResults-Example |
type : searchset |
total : 0 |
link |
relation : self |
url : https://baseurl/Organization?lastChangeDate=eq2023-08-20 |
Table View
Bundle.id[0] | ODS-Bundle-NoOrganisationSearchResults-Example |
Bundle.type[0] | searchset |
Bundle.total[0] | 0 |
Bundle.link[0].relation[0] | self |
Bundle.link[0].url[0] | https://baseurl/Organization?lastChangeDate=eq2023-08-20 |
XML View
<Bundle xmlns="http://hl7.org/fhir"> <id value="ODS-Bundle-NoOrganisationSearchResults-Example" /> <type value="searchset" /> <total value="0" /> <link> <relation value="self" /> <url value="https://baseurl/Organization?lastChangeDate=eq2023-08-20" /> </link> </Bundle>
JSON View
{ "resourceType": "Bundle", "id": "ODS-Bundle-NoOrganisationSearchResults-Example", "type": "searchset", "total": 0, "link": [ { "relation": "self", "url": "https://baseurl/Organization?lastChangeDate=eq2023-08-20" } ] }