Stream: IG creation
Topic: SearchParameter Rendering is broken :(
Eric Haas (Aug 14 2018 at 19:54):
for SearchParameter resources the build is autogenerating narrative that 1) repeat the contents and 2) have URL that cause link errors.
for example:
for this source file:
{ "resourceType": "SearchParameter", "id": "searchparameter-qualification-code", "url": "http://hl7.org/fhir/ig/vhdir/SearchParameter/searchparameter-qualification-code", "version": "0.0.0", "name": "VHDir Qualification Code Search Parameter", "status": "draft", "date": "2018-05-23", "publisher": "HL7 Patient Administration Committee", "contact": [ { "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" } ] } ], "code": "qualification-code", "base": [ "Practitioner", "Organization", "PractitionerRole" ], "type": "token", "description": "Select practitioners or practitioner role or organization with a type of qualification matching the specified code", "expression": "Practitioner.qualification.code|Organization.extension('http://hl7.org/fhir/ig/vhdir/StructureDefinition/qualification').extension('code')|PractitionerRole.extension('http://hl7.org/fhir/ig/vhdir/StructureDefinition/qualification').extension('code')" }
create this output:
Screen-Shot-2018-08-14-at-12.54.04-PM.png
Grahame Grieve (Aug 14 2018 at 20:04):
which IG is this?
Eric Haas (Aug 14 2018 at 20:07):
notice most of the content repeats and there are live (bad) links for the urls. (@Brian Postlethwaite this is one causes 104 error VHDIR.)
Eric Haas (Aug 14 2018 at 20:07):
VHDIR
Eric Haas (Aug 14 2018 at 20:07):
But I can reproduce this in my local test build too
Grahame Grieve (Aug 14 2018 at 20:10):
whre in deqm would I find this output?
Eric Haas (Aug 14 2018 at 20:14):
VHDIR https://chat.fhir.org/#narrow/stream/9-committers/subject/ig-build/near/175775
Eric Haas (Aug 14 2018 at 20:27):
more precisely here: http://build.fhir.org/ig/HL7/VhDir/qa.html#internal
Grahame Grieve (Aug 14 2018 at 22:16):
minor VHDir issue noted while debugging this: heart@direct.ffhospital.com is not a valid URI
Grahame Grieve (Aug 14 2018 at 23:05):
ok should be fixed
Last updated: Apr 12 2022 at 19:14 UTC