Observation JSON 422 Unprocessable Entity

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

Mayank Janmejay

unread,
Jun 27, 2022, 10:37:58 AM6/27/22
to Cerner FHIR Developers
Can anyone tell me why this json is failing?

{
   "resourceType":"Observation",
   "status":"final",
   "category":[
      {
         "coding":[
            {
               "system":"http://terminology.hl7.org/CodeSystem/observation-category",
               "code":"vital-signs",
               "display":"Vital Signs"
            }
         ],
         "text":"Vital Signs"
      }
   ],
   "code":{
      "coding":[
         {
            "system":"http://loinc.org",
            "code":"8480-6"
         }
      ],
      "text":"Blood Pressure Systolic"
   }, "subject":{
        "reference":"Patient/12752053"
     },
     "encounter":{
        "reference":"Encounter/97959202"
     },
    "effectiveDateTime": "2020-04-03T19:41:00.000Z",
    "issued": "2020-04-03T19:41:40.000Z",
    "performer": [
        {          
          "reference": "Practitioner/11638321"
        }
      ],    
   "valueQuantity":{
      "value":129,
      "system":"http://unitsofmeasure.org",
      "code":"mm[Hg]"      
   },
   "interpretation":[
      {
         "coding":[
            {
               "code":"N",
               "display":"Normal"
            }
         ]
      }
   ]
}

Fenil Desani (Oracle Cerner)

unread,
Jul 1, 2022, 1:41:13 PM7/1/22
to Cerner FHIR Developers
Hello,

Please provide X-Request-Id of the failure!

Thanks,
Fenil

Reply all
Reply to author
Forward
0 new messages