ID DG-3097 Type Guide Version 1.0 Status Active Created date 02/06/2023 Updated date 05/06/2023 This is the current version. Quick introOnce you have obtained service offerings from the PCA, the business partner will use the sourced information to match records internally. It may choose to publish the result of that matching to PCA which will enable the relevant publisher to pull down from the PCA, and action as required.RESTful createThis operation is a RESTful create interaction (type level Interaction) as described in https://www.hl7.org/fhir/http.html#create of a PCA Match Record resource as described in https://pca.digitalhealth.gov.au/fhir/4.0/currentdraft/StructureDefinition-pca-match-record.html.POST /PcaFhirApi/v2/subscriber/org-75565b3240034e638901a25f337f08d0/fhir/Task HTTP/1.1 Content-Type: application/fhir+json; charset=utf-8 Accept: application/fhir+json; charset=utf-8 Authorization: Bearer 101.1648429701.8512ebdb90284560bd6079b34621793e User-Agent: PostmanRuntime/7.29.0 Cache-Control: no-cache Postman-Token: 8aa4a41b-9375-49ab-9a4a-5ba7de3aa9ef Host: bne-drp-trp.digitalhealth.gov.au Accept-Encoding: gzip, deflate, br Connection: keep-alive Content-Length: 556 Cookie: __cf_bm=1lHhFYzezgoZ16vSGX9fjr3OWnYPi2uCe.jlvTjPmyc-1648428193-0-AQiL+zOH4S2Os93y4D5JwFj+IOppzJLYZUFB285XUP/TkicEP0x3tyE6Qu84zk4hKzwNtT2BuBMP+Yel+I78zpI= { "resourceType": "Task", "status": "completed", "intent": "reflex-order", "code": { "coding": [ { "system": "http://pca.digitalhealth.gov.au/fhir/4.0/CodeSystem/pca-task-type", "code": "MATCH" } ] }, "focus": { "reference": "HealthcareService/hcs-13316d931db0432cb109d9a3dededfd2" }, "owner": { "reference": "HealthcareService/prs-8d42e75207d5417e9cf29880f072f181" }, "note": [ { "text": "Created Subscriber Id" } ] } HTTP/1.1 200 OK Content-Type: application/fhir+json; charset=utf-8 Last-Modified: Mon, 28 Mar 2022 01:05:59 GMT ETag: W/"1" Location: Task/tsk-ec9522efc255406cbfdec73adcfbed91/_history/1 X-Frame-Options: DENY Date: Mon, 28 Mar 2022 01:05:59 GMT Content-Length: 497 {"resourceType":"Task","id":"tsk-ec9522efc255406cbfdec73adcfbed91","meta":{"versionId":"1","lastUpdated":"2022-03-28T01:05:59.0783108+00:00"},"status":"completed","intent":"reflex-order","code":{"coding":},"focus":{"reference":"HealthcareService/hcs-13316d931db0432cb109d9a3dededfd2"},"owner":{"reference":"HealthcareService/prs-8d42e75207d5417e9cf29880f072f181"},"note":} Notes:The business partner must OWN the PartnerServiceThe focus needs to be a HealthcareService/Location/Organisation/PractitionerRole that has subscribed to that PartnerService Home | Back: Update business partner identifier | Next: Online forms integration