HL7 / fhir-ig-publisher

Source code for the IG publisher
Apache License 2.0
67 stars 55 forks source link

CapabilityStatement rendering of supported profiles should display the profile Title where possible #929

Closed caspears closed 4 days ago

caspears commented 1 month ago

In the rest summary table, the supported profiles use the title with a link to the profile (if the profile is defined in the IG).

However, in the rest resource detail section the Supported Profiles list only includes a list of urls that link to the url included, however, it should appear like the summary table and display the profile title that links to the profile (if the profile is defined in the IG).

example: image

https://build.fhir.org/ig/HL7/carin-bb/CapabilityStatement-c4bb.html

This appears to be an issue with the resource.profile in addition to resource.supportedProfile

vassilpeytchev commented 3 weeks ago

fhir-tests https://github.com/FHIR/fhir-test-cases/pull/187 org.hl7.fhir.core https://github.com/hapifhir/org.hl7.fhir.core/pull/1718

JohnMoehrke commented 1 week ago

.

lmckenzi commented 4 days ago

Complete