FHIR Chat · US Core Patient - Location cannot be resolved · IG creation

Stream: IG creation

Topic: US Core Patient - Location cannot be resolved


view this post on Zulip Sarah Gaunt (Oct 01 2019 at 23:45):

I have a Patient that profiles a US Core Patient.

I'm getting an IG Publisher link error: The link 'http://hl7.org/fhir/us/core/STU3/location.html#' for "Location" cannot be resolved

The issue is here (Patient.contact.address.type): http://build.fhir.org/ig/HL7/case-reporting/branches/master/StructureDefinition-ecr-patient-definitions.html#Patient.contact.address.type

My profile says nothing about the above data element

It's the Location link in the Comments.

I think what's happening is it is supposed to be pointing to http://hl7.org/fhir/R4/location.html but there is some weird profiling issue that is changing the url from base FHIR to US Core.

Is this an IG Publisher issue @Grahame Grieve? Or something I'm doing? Profile here: http://build.fhir.org/ig/HL7/case-reporting/branches/master/StructureDefinition-ecr-patient.html

view this post on Zulip Grahame Grieve (Oct 02 2019 at 02:04):

@Sarah Gaunt seen while debugging this: org.hl7.fhir.exceptions.FHIRFormatError: Malformed XHTML: Found "</p>" expecting "</li>" at line 4 column 288

view this post on Zulip Sarah Gaunt (Oct 02 2019 at 02:05):

I've been trying to track that down for months (well not trying TOO hard!)... Something out of Trifolia I think. Will try to find it this week.

view this post on Zulip Grahame Grieve (Oct 02 2019 at 02:17):

ok that made me go look at the code. And you won't be able to find it. It's generated html

view this post on Zulip Sarah Gaunt (Oct 02 2019 at 02:26):

So the malformed html is a publisher issue?

view this post on Zulip Grahame Grieve (Oct 02 2019 at 02:26):

actually, technically, it's because you used a list in your markdown

view this post on Zulip Sarah Gaunt (Oct 02 2019 at 02:27):

Ohhh.... Thought it was legal? I can probably change it to a md list...

view this post on Zulip Grahame Grieve (Oct 02 2019 at 02:30):

i think it's legal. Just not handled. Sorting it out now

view this post on Zulip Sarah Gaunt (Oct 02 2019 at 02:33):

BTW - not sure if it matters but my IG is getting this in the CI build: "IG Publisher Version: v0.9.82-SNAPSHOT, which is out of date. The current version is v0.9.83-SNAPSHOT Download Latest" - in a red bar like an error.

view this post on Zulip Grahame Grieve (Oct 02 2019 at 02:47):

fixed

view this post on Zulip Sarah Gaunt (Oct 02 2019 at 02:53):

Thank you!

view this post on Zulip Grahame Grieve (Oct 02 2019 at 04:57):

ok fixed in release coming now


Last updated: Apr 12 2022 at 19:14 UTC