Stream: implementers
Topic: FHIR javascript/typescript model
Emerson P Borsato (Feb 19 2021 at 16:14):
Folks, I'm working on an angular application and I need of a library of FHIR models for R4. I've found some on the Internet, but I'm wondering if there is a recommended/preferred one to use. @David Hay , I was working with @Claude Nanjo and he hinted me that you may be able to help on this matter. Thanks.
Gino Canessa (Feb 19 2021 at 16:26):
Hi @Emerson P Borsato , the best place for JS/TS talk is going to be the #javascript stream. That said, @Brian Kaney is working on getting a set of definitions into DefinitelyTyped for ease of use. In the short term, the current version of that work is on GitHub (R4 file here).
That said, those definitions have no 'official' backing, nor do any other definitions for TS to my knowledge.
David Hay (Feb 19 2021 at 17:13):
I'd echo those comments. I don't use models specifically (other than basic js representations of resource instances)...
Last updated: Apr 12 2022 at 19:14 UTC