Hello Team,
I am trying to investigate on fetching the patient condition history and will be using the condition API to get the same.
The results obtained as response from this API for a patient returns the snomed and ICD codes. I wanted to check specifically on the value sent in the "System" field for the Condition.code object?..
{
"code": "P24.01",
"display": "Meconium aspiration with respiratory symptoms",
"userSelected": false
}
Please refer the attached image to see the sandbox response for Condition API.