HL7 / fhir-shorthand

FHIR Shorthand
44 stars 8 forks source link

Add missing `Id` keyword for Mappings #139

Closed qligier closed 1 year ago

qligier commented 1 year ago

In some places of the Mapping description, the Id keyword is missing. It was already present in the examples and in the Mapping keyword descriptions, but missing from the global keyword table and the textual description of Mapping keywords.

The keyword is supported by SUSHI and not required, so I've added it as suggested (since StructureDefinition.mapping.identity is needed anyway).

The quick reference sheet is also wrong and would need an update.