Unable to create patient

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

Saran Kumar

unread,
Oct 18, 2021, 4:53:00 AM10/18/21
to Cerner FHIR Developers
Hi Team,

Unable to create patient

{
"resourceType": "Patient",
"identifier": [
{
"assigner": {
"reference": "Organization/3280606"
}
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Red",
"given": [
"John"
],
"period": {
"start": "2010-05-17T14:54:31.000Z"
}
},
{
"use": "usual",
"given": [
"Bigby"
],
"period": {
"start": "2012-05-22T15:45:50.000Z"
}
}
],
"telecom": [
{
"system": "phone",
"value": "81682296564",
"use": "home",
"period": {
"start": "2012-05-17T15:33:18.000Z"
}
}
],
"gender": "male",
"birthDate": "1990-09-15",
"address": [
{
"use": "home",
"line": [
"121212 Metcalf Drive",
"Apartment 403"
],
"city": "Kansas City",
"district": "Jackson",
"state": "KS",
"postalCode": "64199",
"country": "United States of America",
"period": {
"start": "2012-05-17T15:33:18.000Z"
}
}
]
}


X-Request-Id: 093f08cd-8b1d-42d4-9030-a4ceedc86029"

response :

{
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "error",
"code": "invalid",
"details": {
"text": "Invalid request"
}
}
]
}

Fenil Desani (Cerner)

unread,
Oct 18, 2021, 12:16:43 PM10/18/21
to Cerner FHIR Developers
Hello,

Looks like the Organization is not associated with the user-in-context. While we fix this, please use Organization/675844 in the interim.

Thanks,
Fenil

Fenil Desani (Cerner)

unread,
Oct 18, 2021, 2:19:53 PM10/18/21
to Cerner FHIR Developers
You should now be able to use Organization with ID: 3280606

Saran Kumar

unread,
Oct 19, 2021, 6:28:26 AM10/19/21
to Cerner FHIR Developers
Thanks it is working..

Have few questions: 

1. why it didn't work before?
2. if we create new organization and refered in patient, will it work?

Thanks,

Thanh Xuan Nguyen

unread,
Nov 20, 2021, 7:26:11 AM11/20/21
to Cerner FHIR Developers
Hi Cerner team,
I got the same issue. Do you have any update for two questions by sarankama?
    "1. why it didn't work before?
     2. if we create new organization and refered in patient, will it work?"


Thanks,

Reply all
Reply to author
Forward
0 new messages