You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been able to use getClinicalRecords() to be able to retrieve data from a user's device. A few questions from there.
Has anybody found a best solution to dealing with FHIR data (something like the decoder models or this in Swift)? Currently, I have been trying to type it myself with this.
How can I get access to Clinical Notes? I can see it in my Health app, but don't see a way to retrieve it with getClinicalNotes()? Does this need to be added as a type - clinicalNoteRecord?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've been able to use
getClinicalRecords()
to be able to retrieve data from a user's device. A few questions from there.getClinicalNotes()
? Does this need to be added as a type - clinicalNoteRecord?Beta Was this translation helpful? Give feedback.
All reactions