ID
DG-3064
Type
Guide
Version
1.0
Status
Active
Created date
Updated date
Quick intro
Based on the criteria defined in the notification channel above and upon receipt of POST to https://sm-r-us.com.au/my-notification-channel2 the subscriber issues a search operation.
RESTful search interaction
NOTE
This request can also be initiated without being prompted, independent of the notification channel. In fact, it is recommended to do this at least once daily to collect any notifications that may have not been actioned.
This operation is a RESTful search interaction across multiple resource types, as described in https://www.hl7.org/fhir/http.html#search
GET /PcaFhirApi/v2/subscriber/org-75292f6df60042f5b062193a54c6afb7/fhir/_type=Organization,Location,Practitioner,PractitionerRole,Provenance,HealthcareService&_lastUpdated=gt2019-11-18T15:56:48%2B11:00 HTTP/1.1
Authorization: Bearer 74.1644929216.8a0e5cec69194b08aa063a4bde1ea030
User-Agent: PostmanRuntime/7.29.0
Accept: */*
Cache-Control: no-cache
Postman-Token: c65c2619-e535-4944-ba4d-5208ba92ed63
Host: bne-drp-trp.digitalhealth.gov.au
Accept-Encoding: gzip, deflate, br
Connection: keep-alive
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Content-Type: application/fhir+json; charset=utf-8
Last-Modified: Tue, 15 Feb 2022 12:44:18 GMT
Location: Bundle/82ef25bf-8c4b-4981-b746-4109c5d0987d
X-Frame-Options: DENY
Date: Tue, 15 Feb 2022 12:44:18 GMT
{
"resourceType": "Bundle",
"id": "82ef25bf-8c4b-4981-b746-4109c5d0987d",
"type": "searchset",
"total": 30,
"link": [
{
"relation": "self",
"url": "https://bne-drp-trp.digitalhealth.gov.au/PcaFhirApi/v2/subscriber/org-75292f6df60042f5b062193a54c6afb7/fhir?_type=Organization,Location,Practitioner,PractitionerRole,Provenance,HealthcareService&_lastUpdated=gt2019-11-18T15:56:48+11:00&_page=1&_resultId=f84ae30b-0d4c-4262-b175-0adab0a4c6b3"
}
],
"entry": [
{
"fullUrl": "https://bne-drp-trp.digitalhealth.gov.au/PcaFhirApi/v2/subscriber/org-75292f6df60042f5b062193a54c6afb7/fhir/Organization/org-b15f154f2268449faab1856dd62d425b",
"resource": {
"resourceType": "Organization",
"id": "org-b15f154f2268449faab1856dd62d425b",
"meta": {
"versionId": "0",
"lastUpdated": "2022-02-03T04:32:15.5648924+10:00"
},
"extension": [
{
"url": "http://pca.digitalhealth.gov.au/fhir/StructureDefinition/pca-active-in-system-of-record",
"valueBoolean": true
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "XX"
}
],
"text": "ABN"
},
"system": "http://hl7.org.au/id/abn",
"value": "90602935820"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://pca.digitalhealth.gov.au/fhir/CodeSystem/pca-organization-type",
"code": "PPO"
}
]
}
],
"name": "MYHEALTH SYDNEY CBD PTY LTD",
"alias": [
"Myhealth Sydney CBD"
],
"telecom": [
{
"system": "phone",
"value": "0281973388",
"use": "work"
},
{
"system": "fax",
"value": "0281971988",
"use": "work"
},
{
"system": "email",
"value": "[email protected]",
"use": "work"
},
{
"system": "url",
"value": "https://myhealth.net.au/sydney-cbd/",
"use": "work"
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "https://bne-drp-trp.digitalhealth.gov.au/PcaFhirApi/v2/subscriber/org-75292f6df60042f5b062193a54c6afb7/fhir/Organization/org-d4e0f76fc796452ebcfaac0a3f163466",
"resource": {
"resourceType": "Organization",
"id": "org-d4e0f76fc796452ebcfaac0a3f163466",
"meta": {
"versionId": "0",
"lastUpdated": "2022-02-03T04:32:15.8860592+10:00"
},
"extension": [
{
"url": "http://pca.digitalhealth.gov.au/fhir/StructureDefinition/pca-active-in-system-of-record",
"valueBoolean": true
}
],
"identifier": [
....... trimmed for brevity
}
Home | Back: Register notification channel | Next: Synchronisation