HL7 / fhir-ig-publisher

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

CapabilityStatement rendering QA fixes: Correct spacing in Supported Patch Formats and Interaction Summary #941

Open dbojicic opened 4 weeks ago

dbojicic commented 4 weeks ago

There are several QA issues identified with the rendering of the CapabilityStatement. These issues are evident in the AU eRequesting Server CapabilityStatement, and screenshots are provided below for reference.

  1. Supported Patch Formats: The "Supported Patch Formats" section lacks a space between the conformance expectation (e.g. SHOULD) and the verb describing the action that is permitted according to the conformance expectation (e.g. support).

    Example:

    image

  2. Interaction Summary: The resource interaction summary also lacks a space between the conformance expectation and the verb 'support'.

    Example:

    image

The rendering should be fixed to include a space between the conformance expectation and the verb.

grahamegrieve commented 4 weeks ago

@vassilpeytchev

vassilpeytchev commented 4 weeks ago

Fix in my fork, PR is incoming. This was introduced when the multi-lingual feature was implemented

vassilpeytchev commented 3 weeks ago

fhir-tests PR 187 org.hl7.fhir.core PR 1718