Stream: IG creation
Topic: QA error
Jean Duteau (Jun 05 2019 at 22:38):
I'm getting a QA error about a bad link and it has to do with the pattern that I'm using for a slice. I'm slicing Claim.supportingInfo.category which is a CodeableConcept. I've bound this field to a IG-defined valueset. In the pattern for category, I've specified it as 'us/davinci-pas/CodeSystem/PASSupportingInfoType:relatedCauses'. This generates the proper pattern in the profile: Required Pattern: {"coding":[{"system":"http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASSupportingInfoType","code":"relatedCauses"}]}.
But it is generating an entry in the Terminology Bindings table and the link is wrong: .../output/PASSupportingInfoType.html#relatedCauses when it should be .../output/valueset-PASSupportingInfoType.html#relatedCauses.
Am I specifying the pattern incorrectly? If not, why is the generated URL incorrect?
Jean Duteau (Jun 05 2019 at 22:53):
Hmm, further investigation into the generated URL shows that the page might be fine as it is directing readers to the code system page. but the anchor is specified on that page as "PASSupportingInfoType-relatedCauses" and not just "relatedCauses".
Grahame Grieve (Jun 07 2019 at 03:57):
'us/davinci-pas/CodeSystem/PASSupportingInfoType:relatedCauses' - that is wrong whatever. it should either be 'CodeSystem/PASSupportingInfoType:relatedCauses' or a full canonical
Last updated: Apr 12 2022 at 19:14 UTC