Create Observation [ERROR] Unprocessable entity.

48 views
Skip to first unread message

Freya

unread,
Mar 6, 2023, 8:19:59 PM3/6/23
to Oracle Cerner FHIR Developers
Hi,
I tried to POST an observation, but there's an error showing as below.
{
    "resourceType""OperationOutcome",
    "issue": [
        {
            "severity""error",
            "code""invalid",
            "details": {
                "text""Unprocessable entity"
            }
        }
    ]
}

X-request-id: 312b1be6-2b16-465a-978b-8a491ef32524+95BA_EETc 

The Body is shown below:
{
  "resourceType""Observation",
  "status""final",
        "category": [
                    {
                        "coding": [
                            {
                                "system""http://terminology.hl7.org/CodeSystem/observation-category",
                                "code""laboratory",
                                "display""Laboratory"
                    
                            }
                        ],
                        "text""Laboratory"
                    }
                ],
  "code": {
    "coding": [
      {
        "system""http://loinc.org",
        "code""33058-9",
        "display":"Ketones [Moles/volume] in Blood"
      }
    ],
    "text""Ketones [Moles/volume] in Blood"
  },
  "subject": {
    "reference""Patient/12724066"
  },
  "effectiveDateTime""2022-12-09T20:38:00.000Z",
  "valueQuantity": {
    "value"6.9,
    "unit""mmol/l",
    "system""http://unitsofmeasure.org",
    "code""mmol/L"
  }

}


As I looked up for the reasons in the groups, I think the error may be the LOINC code of the blood ketone(Ketone) and purine trione(Urate) . So can you provide the two correct codes?
Thank you very much.

Best Regards,
Freya

jagat jeevan nayak

unread,
Mar 7, 2023, 1:38:43 AM3/7/23
to Oracle Cerner FHIR Developers
Hi,
Per our group guidelines, could you please provide the X-Request-Id associated with your request? This is located in the headers of the response.

Thank You,
Jagat  Nayak(Oracle Cerner)

Freya

unread,
Mar 7, 2023, 1:44:27 AM3/7/23
to Oracle Cerner FHIR Developers

X-request-id: 312b1be6-2b16-465a-978b-8a491ef32524+95BA_EETc   

jagat jeevan nayak

unread,
Mar 7, 2023, 1:51:21 AM3/7/23
to Oracle Cerner FHIR Developers
Hello Freya,
I got the X-Request-Id.
We will response post investigation.

Regards,
Jagat Nayak

Sukesh Konjeti (Oracle Cerner)

unread,
Mar 7, 2023, 2:13:25 AM3/7/23
to Oracle Cerner FHIR Developers
Hello Freya,

Currently the loinc code of ketone/urate is not mapped to our cerner internal system which is the reason why you were not able to create.
If you want the above code to be mapped, I can raise a ticket and follow up on that . Here is the list of codes which are already mapped : chloride,sodium,carbondioxide,Potassium (just FYI).

Thank You,
Sukesh Konjeti(Oracle Cerner)
Reply all
Reply to author
Forward
0 new messages