FHIR Chat · IG "Name" validation · conformance

Stream: conformance

Topic: IG "Name" validation


view this post on Zulip Kevin Power (Jan 13 2019 at 18:02):

Wanted to validate that the expectation for IG Name attribute to start with an upper case letter? I am seeing this warning when building our IG, and the regex seems to enforce it starting with upper case?

Path Severity Message
ImplementationGuide/genomics-reporting: ImplementationGuide warning Name should be usable as an identifier for the module by machine processing applications such as code generation [name.matches('A-Z{0,254}')]

view this post on Zulip Kevin Power (Jan 13 2019 at 18:05):

Actually, never mind - assuming this answers it: http://wiki.hl7.org/index.php?title=FHIR_Guide_to_Designing_Resources#Naming_Rules_.26_Guidelines

view this post on Zulip Lloyd McKenzie (Jan 13 2019 at 18:19):

Name = thing that will generally get turned into a class name in software. Title = name to be seen by humans


Last updated: Apr 12 2022 at 19:14 UTC