Stream: implementers
Topic: FHIR .NET Validator
Alejandro (Jun 09 2020 at 22:03):
Hi, I'm trying to validate a custom resource and I get the 4 following errors:
Unable to resolve reference to profile 'http://hl7.org/fhir/StructureDefinition/String'
Unable to resolve reference to profile 'http://hl7.org/fhir/StructureDefinition/Integer'
Unable to resolve reference to profile 'http://hl7.org/fhir/StructureDefinition/Integer
Unable to resolve reference to profile 'http://hl7.org/fhir/StructureDefinition/Boolean'
I understand that if the validator cannot to resolve reference to profile, I need to include the profile in the resolver, but this resources form part of FHIR core. Not?
Alejandro (Jun 09 2020 at 22:28):
Resolved, the type code must be in lowercase
Last updated: Apr 12 2022 at 19:14 UTC