ImagingInformatics / hackathon-dataset

Working repository to organize assets for the SIIM Stack
https://imaginginformatics.github.io/hackathon-docs/
Other
36 stars 22 forks source link

Normalized element order within resources #85

Closed mrQvera closed 5 months ago

mrQvera commented 6 months ago

Using the HAPI libraries, parsed each resource and then serialized the resource.
This normalized the element order so it is consistent with the FHIR documentation.
This also makes it easier to compare for the conversion to R5 so we can see the changes.
One side note is that if the original value of an element is blank, the element is actually removed.

mohannadhussain commented 5 months ago

@mrQvera Thanks for all your work. You're pure awesome :)