Stream: conformance
Topic: Error in Validator?
Grahame Grieve (Jul 30 2019 at 19:34):
This appears to be have been missed:
Grahame Grieve (Jul 30 2019 at 19:34):
the validator says this is not valid:
<parameter> <name value="paramMarkdownMissing"/> <valueMarkdown> <extension url="http://hl7.org/fhir/StructureDefinition/data-absent-reason"> <valueCode value="unknown"/> </extension> </valueMarkdown> </parameter>
in fact, it gives 3 errors:
ERROR: Parameters.parameter[37]: A parameter must have one and only one of (value, resource, part) [(part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists()))] ERROR: Parameters.parameter[37].value.ofType(markdown): Primitive types must have a value that is not empty ERROR: Parameters.parameter[37].value.ofType(markdown): All FHIR elements must have a @value or children [hasValue() or (children().count() > id.count())]
I think every one of those errors is wrong?
Lloyd McKenzie (Jul 30 2019 at 20:18):
Agree
Last updated: Apr 12 2022 at 19:14 UTC