The standard HL7 FHIR Validator issues the following warning when validating QuestionnaireResponses generated by lforms:
A code with no system has no defined meaning, and it cannot be validated. A system should be provided
This is because lforms adds a tag with a code but no system:
"tag": [ {
"code": "lformsVersion: 42.2.1"
} ]
Have you considered adding a system so that validators don't produce that warning?
The standard HL7 FHIR Validator issues the following warning when validating QuestionnaireResponses generated by lforms:
This is because lforms adds a
tagwith acodebut nosystem:Have you considered adding a system so that validators don't produce that warning?