Stream: dotnet
Topic: patient created field
Mathew Coolidge (Jun 22 2020 at 16:13):
Is there a place to store/find the datetime a patient resource is created? It looks like the basic resource and a number of others support "created" but patient does not.
Christiaan Knaap (Jun 23 2020 at 08:31):
There is no element to put that in directly.
Through the FHIR REST interface you could use the _history
to get to the first version of the resource and look at its meta.lastUpdated
element.
Mathew Coolidge (Jun 23 2020 at 12:35):
Thanks Christiaan, I ended up creating provenance resources and querying them + marrying them up with the patients. Not ideal, but manageable.
Last updated: Apr 12 2022 at 19:14 UTC