FHIR / sushi

SUSHI (aka "SUSHI Unshortens Short Hand Inputs") is a reference implementation command-line interpreter/compiler for FHIR Shorthand (FSH).
Apache License 2.0
145 stars 44 forks source link

entities with same name #1528

Open KaelynJefferson opened 1 week ago

KaelynJefferson commented 1 week ago

Description: This PR adds conditionals to check for entities that exist with the same name, and logs an error when entities are defined with a duplicate name.

Testing Instructions: jest unit tests

Related Issue: Fixes #1469