Unable to update appointment status from proposed to booked

49 views
Skip to first unread message

Michael S.

unread,
Dec 8, 2022, 9:49:29 PM12/8/22
to Oracle Cerner FHIR Developers
Try to update Appointment from proposed to booked status, while adding Slot reference and reasonCode

X-Request-Id: 033e66bc-69af-4627-91a1-cff1dac7dc7c+xBCm_UW3g

Slot ID: 24477838-21304876-64203819-90


Error:
{
    "resourceType": "OperationOutcome",
    "issue": [
        {
            "severity": "error",
            "code": "invalid",
            "details": {
                "text": "Unprocessable entity"
            }
        }
    ]
}

Body:

[
    {
        "op": "add",
        "path": "/slot",
        "value": [
            {
                "reference": "Slot/24477838-21304876-64203819-90"
            }
        ]
    },
    {
        "op": "replace",
        "path": "/status",
        "value": "booked"
    },
    {
        "op": "add",
        "path": "/reasonCode",
        "value": [
            {
                "text": "this is the new reason code"
            }
        ]
    }
]


Aaron McGinn (Oracle Cerner)

unread,
Dec 16, 2022, 9:10:05 PM12/16/22
to Oracle Cerner FHIR Developers
It looks like the provided Slot was unavailable. Are you still seeing this issue?

-Aaron (Oracle Cerner)
Reply all
Reply to author
Forward
0 new messages