FHIR Chat · Warning message when using codes outside extensible valueset · hapi

Stream: hapi

Topic: Warning message when using codes outside extensible valueset


view this post on Zulip frank cao (Oct 21 2019 at 18:41):

Hi. We are getting a warning message for STU3 Patient.identifier.type when using code such as JHN, RRI that are not in the default valueset. Looks like HAPI will always validate against the default value set "https://www.hl7.org/fhir/stu3/valueset-identifier-type". Our profile is pointing to a custom value set that has "JHN, RRI, MR, and PI" which I believe is FHIR conformant. Is there a way to suppress the message or edit the profile (available at https://simplifier.net/provincialclientregistry-ontario-stu3/pcr-patient-response)?

Location = Patient.identifier[1].type, Message = None of the codes provided are in the value set http://hl7.org/fhir/ValueSet/identifier-type (http://hl7.org/fhir/ValueSet/identifier-type, and a code should come from this value set unless it has no suitable code) (codes = http://hl7.org/fhir/v2/0203#RRI), Severity = WARNING
Location = Patient.identifier[3].type, Message = None of the codes provided are in the value set http://hl7.org/fhir/ValueSet/identifier-type (http://hl7.org/fhir/ValueSet/identifier-type, and a code should come from this value set unless it has no suitable code) (codes = http://hl7.org/fhir/v2/0203#JHN), Severity = WARNING


Last updated: Apr 12 2022 at 19:14 UTC