FHIR Chat · ChargeItemDefinition Constraint · implementers

Stream: implementers

Topic: ChargeItemDefinition Constraint


view this post on Zulip Rodrigo Sendin (Dec 15 2021 at 17:39):

Hello Guys!

(I'm not sure if this is the correct place to post this. So, if is there a better place, point me, please)

I'm working on a profile based on the ChargeItemDefinition Resource. http://hl7.org/fhir/chargeitemdefinition.html
And I have found a constraint the doesn't feel right for me:

cid-0: Name should be usable as an identifier for the module by machine processing applications such as code generation.
name.matches('A-Z{0,254}')

This resource does not contains the name property. So, this constraint is wrong on the specs, or am I understanding it the wrong way?

Thanks!!

view this post on Zulip Lloyd McKenzie (Dec 15 2021 at 20:46):

Yep, that's definitely a bug. (Whether the bug is that there's no name, or that the invariant shouldn't be there, I'm not totally sure.) @Simone Heckmann? In any case, @Rodrigo Sendin, can you submit a change request for the problem to be fixed? (Just use the 'propose a change' link at the bottom of the spec.)

view this post on Zulip Rodrigo Sendin (Dec 16 2021 at 00:44):

Thanks @Lloyd McKenzie ! Issue submited.


Last updated: Apr 12 2022 at 19:14 UTC