Unable to create 'booked' appointment

25 views
Skip to first unread message

John Laidler

unread,
Mar 16, 2023, 9:18:54 AM3/16/23
to Oracle Cerner FHIR Developers
Hi, 

I'm trying to create a booked appointment using a fetched Slot. I'm getting a 400 error, which I assume means there's a problem with my posted data.

x-request-id: 66c8f18a-86d6-4229-97cd-b335784e01bf+y8eF_N7rW

Posted data:
{
    "resourceType": "Appointment",
    "status": "booked",
    "participant": [{
            "actor": {
                "reference": "Patient/12724065"
            },
            "status": "accepted"
        }
    ],
    "reasonCode": [{
            "text": "I have a Parlance cramp"
        }
    ],
    "slot": [{
            "reference": "Slot/24477854-21251399-64413295-45"
        }
    ]
}

Any assistance appreciated,
Thanks,
-John

John Laidler

unread,
Mar 16, 2023, 10:02:34 AM3/16/23
to Oracle Cerner FHIR Developers
Never mind, I found my problem, pilot error. 
Reply all
Reply to author
Forward
0 new messages