Andrzej Pietrzak
Andrzej Pietrzak
1. I'm seeing some of the links in certain situations and not seeing them in others 2. Links are malformed as page numbers are sometimes set to NaN or undefined...
Both are good, on the other hand it would be best just to be consistent SELECT fhir_drop_storage('{"resourceType": "Encounter"}'); SELECT fhir_create_storage('{"resourceType": "Encounter"}'); SELECT fhir_create_resource('{"allowId": true, "resource": {"resourceType":"Encounter","id":"id1","type":{"coding":[{"code":"ATest"}]},"length":{"value":1,"unit":"minutes","system":"http://snomed.info/sct","code":"258701004"}}}'); SELECT fhir_create_resource('{"allowId": true, "resource":...
SELECT fhir_create_resource('{"allowId": true, "resource": {"id":"id1","birthDate":"1971-04-20","active":true,"resourceType":"Patient"}}'); SELECT fhir_create_resource('{"allowId": true, "resource": {"id":"id2","birthDate":"1973-05-31","active":true,"resourceType":"Patient"}}'); SELECT fhir_create_resource('{"allowId": true, "resource": {"id":"id3","birthDate":"1973-05-31","active":true,"resourceType":"Patient"}}'); SELECT fhir_create_resource('{"allowId": true, "resource": {"id":"id4","birthDate":"1978-05-31","active":true,"resourceType":"Patient"}}'); SELECT fhir_create_resource('{"allowId": true, "resource": {"id":"id5","active":true,"resourceType":"Patient"}}'); -- Notice that the only...
E.g. patient.phone path should filter by Patient.telecom(system=phone), so basically it should be roughly the same as search for patient.telecom=phone|value Atm it does not discriminate by the system SELECT fhir_create_resource('{"allowId": true,...