Skip to content

Commit

Permalink
Adjust constraint to allow for initial-only instances to omit the .text
Browse files Browse the repository at this point in the history
  • Loading branch information
pieter-edelman-nictiz committed Oct 4, 2024
1 parent 5023144 commit eb304b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/nl-core/nl-core-NameInformation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<key value="nl-core-NameInformation-01" />
<severity value="warning" />
<human value="If parts of the name are specified using one or more of the structured elements, the `.text` element SHOULD be populated with a rendered version of the full name. This ensures compatibility with common FHIR usage." />
<expression value="(familiy.exists() or given.exists()) implies text.hasValue()" />
<expression value="(family.exists() or given.extension.where(url = 'http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier').value != 'IN') implies text.hasValue()" />
</constraint>
</element>
<element id="HumanName.text">
Expand Down

0 comments on commit eb304b3

Please sign in to comment.