Stream: implementers
Topic: CapabilityStatement to HTML conversion
Craig McClendon (Jan 27 2020 at 17:49):
I am trying to find tooling to convert a CapabilityStatement into a browse-able HTML page.
Does anyone know of such tooling already available in the public domain?
Craig McClendon (Jan 27 2020 at 18:38):
This was posted under the wrong topic, quoting for future searchers:
There's a transform we use to populate the narrative that works reasonably well for at least some parts of them. You can find it here: https://github.com/HL7/fhir/blob/master/source/capabilitystatement/capabilitystatementNarrative.xslt
Craig McClendon (Jan 27 2020 at 18:45):
I've also come across this:
https://github.com/rbren/fhir-swagger
Grahame Grieve (Jan 27 2020 at 22:28):
this does it, in java: https://github.com/hapifhir/org.hl7.fhir.core/blob/master/org.hl7.fhir.r5/src/main/java/org/hl7/fhir/r5/utils/NarrativeGenerator.java#L4374
Eric Haas (Jan 28 2020 at 00:18):
see here too.. this the US Core style cababilitystatment narrative generator. ...
https://mybinder.org/v2/gh/Healthedata1/MyBinder/master
Eric Haas (Jan 28 2020 at 00:21):
jypyter file in capstatements/narrattive_generator.ipynb
Eric Haas (Jan 28 2020 at 00:22):
still needs documentation
Last updated: Apr 12 2022 at 19:14 UTC