Johannes Oehm

Results 8 comments of Johannes Oehm

Maybe one could also add some examples that use the FHIR data model as baseline and not only QUICK and QDM.

Sure: [foo.ndjson.txt](https://github.com/Kotlin/dataframe/files/9072520/foo.ndjson.txt) (had to change extension due to github extension issues).

Are there any update on this? This prevents us currently from using Blaze in our DIC.

It would be better if the resources ID is also deleted, but we can replace the resource IDs, which currently hold the patients pseudonym with some random numbers, so it...

Yes, I'm aware, that is true. My file is not valid JSON, however, this format is commonly used in BigData environments. The specification is available here: http://ndjson.org/

You could either do: ```kotlin script(src = "index.js") { attributes["type"] = "module" } ``` or ```kotlin script(src = "index.js", type = "module") { } ```

thats my first solution, but written without linebreak.

Usually, the FHIR server provides the link to the next page in the `Bundle.link.where(relation="next")` element. For me it looks like a broken link is already returned by your FHIR server....