Error Posting AllergyTolerance

26 views
Skip to first unread message

kaman

unread,
Dec 11, 2019, 3:34:00 PM12/11/19
to Cerner FHIR Developers
I have been experiencing issues while trying to POST a new AllergyTolerance, 
Here is the most basic AllergyTolerance request: 


X-Request-Id : 0e22853482a632a1b2c4bdd601408236

{
  "resourceType": "AllergyIntolerance",
  "recordedDate": "2019-06-21T15:11:51.000-05:00",
  "reporter":{
  "reference": "Patient/{id}"
  },
  "recorder": {
    "reference": "Practitioner/{id}"
  },
  "patient": {
    "reference": "Patient/{id}"
  },
  "substance": {
    "coding": [
      {
        "code": "314422",
        "display": "PENICILLIN"
      }
    ]
  },
  "status": "unconfirmed",
  "criticality": "CRITH",
  "category": "medication",
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "247472004",
              "display": "Hives"
            }
            ]
        }
      ]
    }
  ]
}

And I keep receiving 422 Unprocessable Entity. wondering I am missing anything.

Armani Akines (Cerner)

unread,
Dec 18, 2019, 12:29:44 PM12/18/19
to Cerner FHIR Developers
Hello Kaman,

It appears mappings are missing for the criticality in this domain, please log a request for mappings of the AllergyIntolerance.Criticality field in this domain.

Thanks,

Armani
Reply all
Reply to author
Forward
0 new messages