Andrzej Pietrzak

Results 5 comments of Andrzej Pietrzak

Still present in 1.3.0.11 SELECT fhir_create_resource('{"allowId": true, "resource": {"resourceType": "Patient","name": [{"given": ["Ala"], "family": ["Blue"]}], "id": "9999"}}'); SELECT fhir_update_resource('{"ifNoneExist": "given=Ala", "resource": {"resourceType": "Patient", "name": [{"given": ["Ola"], "family": ["Blue"]}]}}'); --nok, got 400...

Still present in 1.3.0.11 Examples: SELECT fhir_create_resource('{"allowId": true, "resource": {"id": "id1", "identifier": [{"use": "official", "type": {"text": "Social Beneficiary Identifier Text", "coding": {"value": "Social Beneficiary Identifier", "system": "http://hl7.org/fhir/identifier-type", "display": "SB"}}, "value":...

After having read the documentation I was thinking it should, quoting: "deceased token This patient has been marked as deceased, or as a death date entered Patient.deceased[x]" On the other...

Thanks, this looks great! This issue can be closed imo

The chained searches seem to fail: SELECT fhir_create_resource('{"allowId": true, "resource": {"resourceType":"Organization","id":"f001","identifier":[{"use":"official","system":"systm1","value":"91654"},{"use":"usual","system":"systm1","value":"17-0112278"}],"type":{"coding":[{"system":"systm1","code":"V6","display":"University Medical Hospital"},{"system":"http://hl7.org/fhir/organization-type","code":"prov","display":"Healthcare Provider"}]},"name":"Burgers University Medical Center","telecom":[{"system":"phone","value":"022-655 2300","use":"work"}],"address":[{"use":"work","line":["Galapagosweg 91"],"city":"Den Burg","postalCode":"9105 PZ","country":"NLD"},{"use":"work","line":["PO Box 2311"],"city":"Den Burg","postalCode":"9100 AA","country":"NLD"}],"contact":[{"purpose":{"coding":[{"system":"http://hl7.org/fhir/contactentity-type","code":"PRESS"}]},"telecom":[{"system":"phone","value":"022-655 2334"}]},{"purpose":{"coding":[{"system":"http://hl7.org/fhir/contactentity-type","code":"PATINF"}]},"telecom":[{"system":"phone","value":"022-655 2335"}]}]}}'); SELECT fhir_create_resource('{"allowId": true,...