Stream: IG creation
Topic: URL in elementDefinition.comment
Elliot Silver (Nov 16 2021 at 00:28):
Do I need to do anything special to include a URL in elementDefinition.comment in a profile? It isn't a canonical, and isn't being used where a canonical is expected, so I shouldn't need to have a special-uri parameter, should I? I'm getting a build error:
The link 'http://hl7.org/fhir/uv/ips/history.html' for "current" cannot be resolved.
The markdown in question is:
"comment": "Jurisdictions mapping prescription data into FHIR profiles for the patient summary should support the MedicationRequest resource. Use of the MedicationStatement profile should be reserved for communicating a statement about the patient's usage of the medication that is ultimately provided by a patient, significant other, or a clinican.\n\nThe MedicationRequest resource is not included in the [current](http://hl7.org/fhir/uv/ips/history.html) (as of November 2021) published release of IPS ([release 1.0.0, STU1](http://hl7.org/fhir/uv/ips/STU1/)), but is in the [development](http://build.fhir.org/ig/HL7/fhir-ips) preview of the next release."
Lloyd McKenzie (Nov 16 2021 at 00:31):
If you include something as a hyperlink and it's in the hl7.org/fhir space, the validator will check that it resolves (because the validator can, in theory, be aware of every valid URL in the HL7 FHIR space). Have you not imported IPS? If you haven't (and don't want to), you should be able to suppress.
Elliot Silver (Nov 16 2021 at 00:32):
I'm trying to link to the IGs for human consumption (and to several of them). I shouldn't need a dependency, should I? I can't suppress an error.
Elliot Silver (Nov 16 2021 at 00:34):
Correction I do have a dependency on IPS 1.0.0.
Grahame Grieve (Nov 16 2021 at 00:42):
the history file is special. is this committed to github anywhere?
Elliot Silver (Nov 16 2021 at 00:43):
One minute, I'll send you a link.
Lloyd McKenzie (Nov 16 2021 at 00:45):
You used to be able to suppress broken link errors... Pretty sure you still can. I have IGs that depend on it :)
Lloyd McKenzie (Nov 16 2021 at 00:45):
(Though Grahame may have special rules around HL7 links)
Elliot Silver (Nov 16 2021 at 00:45):
Interesting -- that's helpful to know.
Last updated: Apr 12 2022 at 19:14 UTC