Details
Assignee
Frédéric DenigerFrédéric DenigerReporter
Frédéric DenigerFrédéric DenigerPriority
Must
Details
Details
Assignee
Frédéric Deniger
Frédéric DenigerReporter
Frédéric Deniger
Frédéric DenigerPriority
Created March 15, 2024 at 3:16 PM
Updated October 1, 2024 at 8:54 PM
After migration from 2.40.0 to 2.42.0 we notice that concept are now saved as uuid and no more with their id.
In image:
If we register a patient with this kind of configuration:
{ "id": "countryOfOrigin", "type": "person attribute", "uuid": "9895c7d0-f4eb-4f0b-8413-86f293700f5c", "answerConceptSetUuid": "165657AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "validation": { "required": false } }, { "id": "civilStatus", "type": "person attribute", "uuid": "c126fdda-b6a9-4742-b990-beb9ab26661a", "answerConceptSetUuid": "1054AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "validation": { "required": false } },
the
civilStatus
andcountryOfOrigin
values will be saved with the conceptuuid
and not with theconcept_id
It’s a direct consequence from https://openmrs.atlassian.net/browse/RESTWS-901 and if we rollback this commit
A proposition could be to rollback this commit