Stream: committers
Topic: unable to find resource Definition
Simone Heckmann (May 07 2018 at 20:44):
I currently have this error in my local build after adding the ChargeItemDefinition resource:
pasted image
My first guess was that I got the order in fhir.ini [resources] wrong, but i checked: I added the ChargeItemDefinition to the bottom of the list, so the Definition resource should be resolvable by then... Any other ideas?
Bryn Rhodes (May 07 2018 at 20:54):
Maybe one of your elements is referencing a Definition?
Grahame Grieve (May 07 2018 at 20:58):
Definition is not a resource - why is it trying to treat it as one?
Simone Heckmann (May 07 2018 at 21:42):
Maybe because I c&p'd some stuff from the Definition pattern spreadsheed....
Simone Heckmann (May 07 2018 at 22:18):
@Bryn Rhodes You were exactly right! ChargeItemDefinition.partOf type: canonical(Definition). Duh.
Simone Heckmann (May 07 2018 at 22:18):
Thanks :)
Simone Heckmann (May 07 2018 at 22:20):
I guess that's what the cryptic entries in the ToDo column where trying to tell me all the time ...
Simone Heckmann (May 07 2018 at 22:20):
#hindsight
Last updated: Apr 12 2022 at 19:14 UTC