Stream: shorthand
Topic: No definition for the type "xxxx"
Nathan Davis (Jan 12 2022 at 15:05):
I'm running into this error...
No definition for the type "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient" could be found.
I've defined the USCore Patient profile as an alias and use that in my profiles. Why isn't Sushi finding this?
Nathan Davis (Jan 12 2022 at 15:32):
The alias definition is ....
Alias: USCorePatient = http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient
Chris Moesel (Jan 12 2022 at 17:16):
Did you add US Core as a dependency in sushi-config.yaml
?
dependencies:
hl7.fhir.us.core: 4.0.0
Nathan Davis (Jan 12 2022 at 17:48):
@Chris Moesel Thank you! I had the format incorrect for that element in the config.yaml.
Last updated: Apr 12 2022 at 19:14 UTC