FHIR Chat · WWDC FHIR presentation · patient empowerment

Stream: patient empowerment

Topic: WWDC FHIR presentation


view this post on Zulip John Keyes (Jun 26 2020 at 17:24):

As part of this week's WWDC (Apple developer conference), @Pascal Pfiffner today did a very nice presentation about using FHIR from Swift (https://developer.apple.com/videos/play/wwdc2020/10669/). The great news is that there is now an Apple-maintained Swift library for FHIR, which provides Swift data models for FHIR resources, elements, and data types. This will be very helpful for BloodNumbers. Thank you Pascal!

view this post on Zulip Dave deBronkart (Jun 26 2020 at 17:28):

Tell me more about Swift please? Never heard of it

view this post on Zulip Pascal Pfiffner (Jun 26 2020 at 17:29):

Man John, you beat me to it!! I _just_ posted to #tooling :grinning_face_with_smiling_eyes:

view this post on Zulip Pascal Pfiffner (Jun 26 2020 at 17:30):

Please let us know how it works for you, as you can see it's version 0.1.0 and we wanna go places with it.

view this post on Zulip Pascal Pfiffner (Jun 26 2020 at 17:31):

@Dave deBronkart , Swift is a new-ish programming language Apple introduced a few years ago. It's what most programmers now use to write iOS and Mac apps these days, and you can also use it in certain server environments. http://swift.org

view this post on Zulip John Keyes (Jun 26 2020 at 17:31):

I will be watching your commits with great interest Pascal :-) @Dave deBronkart , Swift is the programming language used to create apps for Apple platforms.

view this post on Zulip Dave deBronkart (Jun 26 2020 at 17:38):

Pascal Pfiffner said:

Dave deBronkart , Swift is a new-ish programming language Apple introduced a few years ago. It's what most programmers now use to write iOS and Mac apps these days, and you can also use it in certain server environments. http://swift.org

Oh - no wonder it hadn't crossed my path. :-) (Should it??)

view this post on Zulip Pascal Pfiffner (Jun 26 2020 at 17:41):

Ask John whether it should! :slight_smile:

view this post on Zulip John Keyes (Jun 26 2020 at 17:47):

Dave, I love programming in Swift. If you're interested in a fun and gentle introduction to programming in Swift, a great way to do so is via Apple's Swift Playgrounds app. You can run it on macOS or on an iPad.

view this post on Zulip Dave deBronkart (Jun 26 2020 at 17:56):

John Keyes said:

Dave, I love programming in Swift. If you're interested in a fun and gentle introduction to programming in Swift, a great way to do so is via Apple's Swift Playgrounds app. You can run it on macOS or on an iPad.

uh-oh :-)


Last updated: Apr 12 2022 at 19:14 UTC