Dear all,
Can you help me, I would like to create a way to guarantee the uniqueness of registration in an FHIR resource.
Example:
Resource: Patient
Element: Identifier
“identifier”: [
{
“system”: “patient”,
“value”: “11111”
}
]
Objective:
Do not allow a new record with the same identifier to be included.