Ahryman40k / typescript-fhir-types

Typescript / Javascript object model for FHIR standard
MIT License
126 stars 27 forks source link

Support for 4.0.1 #13

Closed mlonn closed 3 years ago

mlonn commented 4 years ago

When downloading json from https://www.hl7.org/fhir/observation.profile.json It does not validate with

const structureDefinition: R4.IStructureDefinition = R4.RTTI_StructureDefinition.decode(jsons).value as R4.IStructureDefinition;

since the current version is 4.0.1 and there are slight chagnes

Ahryman40k commented 4 years ago

Yes, you're right. I actually working on it.

mlonn commented 4 years ago

Awesome thanks

joejordan commented 3 years ago

Hi, any update on 4.0.1 support? Thanks

Ahryman40k commented 3 years ago

Hi,

A lot of things happened on my side, meaning I'm not ready yet. You can also push me a merge request if you know exactly what to do ?

Best,

Get Outlook for Androidhttps://aka.ms/ghei36


From: Joe Jordan notifications@github.com Sent: Wednesday, August 19, 2020 3:20:13 PM To: Ahryman40k/typescript-fhir-types typescript-fhir-types@noreply.github.com Cc: Ahryman40k Ahryman40k@hotmail.com; Assign assign@noreply.github.com Subject: Re: [Ahryman40k/typescript-fhir-types] Support for 4.0.1 (#13)

Hi, any update on 4.0.1 support? Thanks

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHubhttps://github.com/Ahryman40k/typescript-fhir-types/issues/13#issuecomment-676612999, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABSIXTJ5YBMTPXVJCY3TQOTSBQQW3ANCNFSM4KHQG37A.

mlonn commented 3 years ago

I'm not working with FHIR any more.