{
"resourceType": "AllergyIntolerance",
"recordedDate": "2017-02-28T15:03:00-06:00",
"patient": {
"reference": "Patient/25628860"
},
"substance": {
"text": "test"
},
"status": "active",
"criticality": "CRITH",
"type": "allergy",
"category": "medication",
"note": {
"text": "sample note"
}
}
But I am getting 422 Unprocessable entity.
My X-Request-Id
7da93899-19f3-4eff-8798-747240b2db8f
Please let me know if I am missing anything.
Thanks,
Senthil