synthea resource reference modification #1369
Unanswered
sibincs0711
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The bundles are meant to be transaction bundles, so when you load them into a FHIR server the references are rewritten by the server during the transaction processing. In effect, transforming the references as you indicate. However, if that is insufficient for your needs, you can force the exporter to use the format you are requesting if you move to FHIR Bulk Data, using the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey , thank you for reading this.
I have been using synthea for a few days and I have noticed that synthea generates resources with references like this
"subject": {
"reference": "urn:uuid:51e625db-6ba0-22f2-a009-610850cd8164"
}
which makes it difficult to fetch using observation?subject=patient id
how can i change the subject to
"subject": {
"reference": "Patient/51e625db-6ba0-22f2-a009-610850cd8164"
}
Beta Was this translation helpful? Give feedback.
All reactions