Gravitate-Health / focusing-interfaces

1 stars 1 forks source link

Implementing $focus #1

Closed jkiddo closed 1 year ago

jkiddo commented 2 years ago

We need the focusing interface to implement the operation as defined on http://build.fhir.org/ig/hl7-eu/gravitate-health/OperationDefinition-calculate.html

jkiddo commented 2 years ago

FYI @gcangioli

jkiddo commented 2 years ago

Be aware that IPS is v4 where ePI is v5

jkiddo commented 2 years ago

@amedranogil any news on this?

abelmarm commented 2 years ago

Hi @jkiddo, sorry I forgot to answer. I talked with Giorgio at the Connectathon and explained that the operation is already implemented, for now it is in the MedicationInfo G-Lens module. More specifically in the controller. It sends the data to the focusing module and it computes it, this may change in MVP2 to directly use the focusing interface.

jkiddo commented 2 years ago

Great - when can we expect you guys to have the calculateoperation up and running?

jkiddo commented 2 years ago

and @abelmarm / @amedranogil also have a look at https://github.com/hl7-eu/gravitate-health/issues/4

abelmarm commented 2 years ago

Great - when can we expect you guys to have the calculateoperation up and running?

It is already running with a very basic functionality, for now it just replies with some added JSON values about age, and gender

and @abelmarm / @amedranogil also have a look at hl7-eu/gravitate-health#4

Sure!, will do

jkiddo commented 2 years ago

@abelmarm do you have an url of the instance running?

abelmarm commented 2 years ago

@jkiddo I will send you the Postman collection of the request with the authentication via email

jkiddo commented 2 years ago

@amedranogil / @abelmarm the operation has been renamed to https://build.fhir.org/ig/hl7-eu/gravitate-health/OperationDefinition-focus.html

jkiddo commented 1 year ago

@amedranogil / @abelmarm I have provided you with a full skeleton implementation here: https://github.com/trifork/gravitate-health-lens