Stream: hapi
Topic: meta.source getting mutated with a strange #hash
Brian Kaney (Oct 02 2020 at 14:52):
Hi all - Does anyone know why HAPI seems to mutate meta.source? For instance, when I create a patient, I see this:
{
"resourceType": "Patient",
"id": "1496445",
"meta": {
"versionId": "1",
"lastUpdated": "2020-10-02T14:47:59.157+00:00",
"source": "http://foo.com#oJW9Aya5tCjBTtDp"
},
"text": {
"status": "generated",
"div": "..."
},
"name": [ {
"family": "Lastname",
"given": [ "Claude" ]
} ]
}
I specified meta.source
to be http://foo.com. But for some reason it adds a that #oJW9Aya5tCjBTtDp
part...
Last updated: Apr 12 2022 at 19:14 UTC