-
Type:
Change Request
-
Resolution: Not Persuasive
-
Priority:
Medium
-
FHIR Core (FHIR)
-
STU3
-
FHIR Infrastructure
-
(NA)
-
-
Rick Geimer / Grahame Grieve: 3-0-0
In org.hl7.fhir.r5.utils.NarrativeGenerator the method sctLink return a link to browser.ihtsdotools.org.
For the case of concepts that are in an extension would like to return a link to a SNOMED browser other thatn ihtsdotools.org.
I just changed the method sctLink to return a link to a different rbowser, but would be nice to have this configurable.
For example in the IG config have an "sct-browser" element that would specify a template for the browser link.
"sct-browser": "http://ihmi.termspace.com/?perspective=full&conceptId1=" and then the sctLink method could do a sct_browser_template.replace("", code)