FHIR Chat · FHIR typescript interfaces · implementers

Stream: implementers

Topic: FHIR typescript interfaces


view this post on Zulip Russell Decker (Jun 13 2017 at 14:35):

Has anybody tried to create typescript interfaces from fhir structure definitions?

view this post on Zulip Grahame Grieve (Jun 13 2017 at 22:29):

I haven't heard of anything

view this post on Zulip Jim Steel (Jun 14 2017 at 23:04):

I have a student looking into this, but its early days

view this post on Zulip Patrick Werner (Jun 18 2017 at 11:37):

@Andreas Keil has done something on this topic

view this post on Zulip Andreas Keil (Jun 18 2017 at 14:29):

I wrote a small script to generate the typescript interfaces from structuredefinitions. Unfortunately, I can't publish this script, but here are the interfaces: https://github.com/t4deon/FHIR-STU3-TS-Typings (stu3 only)

view this post on Zulip David Hay (Jun 19 2017 at 02:48):

Nice! What about extensions?

view this post on Zulip Brian Postlethwaite (Jul 04 2017 at 05:29):

yes, those look like primitives without extension support.
If someone was able to produce what they should look like, I'd be happy to create the template to generate them all.

view this post on Zulip Brian Postlethwaite (Jul 04 2017 at 05:30):

especially extensions on primitives - such as birth time on birth date


Last updated: Apr 12 2022 at 19:14 UTC