Unable to create/update AllergyIntolerance

58 views
Skip to first unread message
Assigned to Fenil....@cerner.com by me

Franco Olesen

unread,
Dec 2, 2021, 12:30:53 PM12/2/21
to Cerner FHIR Developers
We've been having issues with the /AllergyIntolerance endpoint for at least 2 days. Previously, we were able to create and update allergies but now we're getting the following response:

{
    "resourceType": "OperationOutcome",
    "issue": [
        {
            "severity": "fatal",
            "code": "exception",
            "details": {
                "text": "Internal service error from resource store"
            }
        }
    ]
}

Example POST request body:

{
    "resourceType": "AllergyIntolerance",
    "verificationStatus": {
        "coding": [
            {
                "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
                "code": "confirmed"
            }
        ]
    },
    "type": "allergy",
    "clinicalStatus": {
        "coding": [
            {
                "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
                "code": "active"
            }
        ]
    },
    "category": [
        "medication"
    ],
    "code": {
        "coding": [
            {
                "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
                "code": "723"
            }
        ]
    },
    "patient": {
        "reference": "Patient/12769185"
    },
    "reaction": [
        {
            "manifestation": [
                {
                    "coding": [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "62315008"
                        }
                    ]
                }
            ],
            "severity": "unknown"
        }
    ]
}
Any ideas about what could be wrong? Thanks!

Fenil Desani (Cerner)

unread,
Dec 8, 2021, 12:35:20 PM12/8/21
to Cerner FHIR Developers
Hello,

Please provide X-Request-Id of the failure.

Thanks,
Fenil

Franco Olesen

unread,
Dec 9, 2021, 3:03:18 PM12/9/21
to Cerner FHIR Developers
Hi! Thank you for replying.

Request IDs:
aa23bcbf-5101-4d37-967a-7b36d522202d b25aa9ec-d5f2-467e-95a1-5473f03254c1

Fenil Desani (Cerner)

unread,
Dec 14, 2021, 1:19:42 AM12/14/21
to Cerner FHIR Developers
'unknown' severity is not mapped on our side. The only values available to use in our public Sandbox are:
mild
moderate
severe

Reply all
Reply to author
Forward
0 new messages