Stream: fhir-messages
Topic: what does llp mean in the messageheader example
Eric Haas (Aug 29 2019 at 05:08):
in the message header examples in the FHIR API there is this:
<destination> <name value="Acme Message Gateway"/> <!-- this is to indicate to the Acme Message Gateway that this particular message is intended for Practitioner "xcda" --> <target> <reference value="Device/example"/> </target> <endpoint value="llp:10.11.12.14:5432"/> <receiver> <reference value="http://acme.com/ehr/fhir/Practitioner/2323-33-4"/> </receiver> </destination>
can somebody explain what "llp:10.11.12.14:5432" is and why is not "urn:llp:10.11.12.14:5432" ?
Eric Haas (Aug 29 2019 at 05:09):
it cause qa errors in the ig-publisher :The link 'llp:10.11.12.13:5432' for "llp:10.11.12.13:5432" cannot be resolved
Grahame Grieve (Aug 29 2019 at 05:43):
llp is a protocol, not a urn scheme
Grahame Grieve (Aug 29 2019 at 05:43):
make a task for me to teach the validator about it
Last updated: Apr 12 2022 at 19:14 UTC