Stream: finnish PHR
Topic: Questions of finnish PHR
Pirjo Vuorikallas (Aug 15 2017 at 08:22):
Welcome! Let's start to use this tool to communicate of finnish PHR (My Kanta pages PHR). Kanta services will take part in discussion and answer the questions.
Language can be finnish or english!
Harri Honko (Aug 22 2017 at 11:26):
Hei! A question regarding creation and searching of 'Patient' resources on the non-authorising sandbox. There don't seem to be means to do CRUD operations for this resource, also Search doesn't take in any reasonable parameters. Is this intended or broken?
Harri Honko (Aug 22 2017 at 11:26):
Eeva Turkka (Aug 23 2017 at 09:56):
Search parameters are almost intended as the Patient resource only has the pesudonym Id. The Patient resources in PHR are quite stripped so other parameters wouldn't make much sense. If you look at the CapabilityStatement in Simplifier (https://simplifier.net/ui/Publication/Show?projectkey=FinnishPHR&pubUrlKey=capabilitystatement) the only search parameter is _id which corresponds to the pseudonym id that can be used in the read operation at the end of the GET url. (So searching would be http://sandbox/Patient?_id=pseudi and reading http://sandbox/Patient/pseudo)
Would there specific usecases for searching for patients? In the authorizing version the pseudonym is returned with the tokens, but that doesn't help here.
The UI seems to be buggy without any search parameters and CRUD operations can be found if you click the "Tags" tab and then the CRUD again. This probably should be reported to Hapi as the ui mostly just the basic Hapi tester ui that adapts itself to the capability statement given by server. This will sort itself out once the _id parameter will be enabled.
Last updated: Apr 12 2022 at 19:14 UTC