Search code examples
hl7-fhir

stamp or label a FHIR resource


I have to do a job with a patient resource. So I would like to ask the FHIR server for all patients where some kind of stamp or label is not present or empty. Do the job and mark the patient with job = done.

Are there any standard features that I can use? tag or token?

Thanks for answer.


Solution

  • Resource.meta.tag would fit the bill. It's commonly used to manage workflow, which - from your description - sounds like what you're doing.