Stream: IG creation
Topic: Profile Binding rendering issue
Lloyd McKenzie (Nov 05 2020 at 19:06):
In http://build.fhir.org/ig/HL7/fhir-sdoh-clinicalcare/branches/master/StructureDefinition-SDOHCC-Condition-Base-1.html, Condition.category (the root, not the slice) is saying that the Binding is 'unbound', even though the profile is inheriting from USCoreCondition, which declares an extensible binding. We're still getting the 'extensible' bit, but not the valueset. That bit seems to be a rendering issue, as the value set is showing in the snapshot. I've seen this show up in other profiles too. I think it's recent, as I'd have noticed in other models if it had been there for a long time.
Grahame Grieve (Nov 06 2020 at 00:09):
this is not new. it will happen anytime someone provides a binding that constrains the strength without the value set
Lloyd McKenzie (Nov 06 2020 at 00:15):
Is the solution to make that illegal or to change the rendering code?
Grahame Grieve (Nov 06 2020 at 02:03):
fix the code
Last updated: Apr 12 2022 at 19:14 UTC