Failed when creating related person with SSN

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

Long Thanh Do

unread,
Nov 23, 2021, 2:16:28 AM11/23/21
to Cerner FHIR Developers
Hi Cerner Team,

We have tested on Cerner sandbox and failed when trying to create related person with SSN. The status code is 400.

Request URL: [POST] {{baseUrl}}/{{tenantId}}/RelatedPerson

Request Body: { "resourceType": "RelatedPerson", "active": true, "patient": { "reference": "Patient/{{patientId}}" }, "identifier": [ { "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0203", "code": "SS" } ] }, "system": "http://hl7.org/fhir/sid/us-ssn", "value": "*********" //value has been hidden } ], "relationship": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "code": "FAMMEMB" } ] } ], "name": [ { "use": "official", "family": "King", "given": [ "Mark" ] } ], "gender": "female", "birthDate": "1999-09-12" }  

Actual value:
{
    "resourceType": "OperationOutcome",
    "issue": [
        {
            "severity": "error",
            "code": "invalid",
            "details": {
                "text": "Invalid request"
            }
        }
    ]
}
Expected result: 201 - Created, Related person should be created successfully.

X-request-Id: 22a19866-0916-4948-880e-267ade38a209 Please check the log and help us to find root cause.

Thanks,

Do Thanh Long

Fenil Desani (Cerner)

unread,
Nov 23, 2021, 12:28:18 PM11/23/21
to Cerner FHIR Developers
Hello,

The issue seems to be related with the mappings of the SSN identifier. We will investigate further and revert.

Thanks,
Fenil

Long Thanh Do

unread,
Nov 30, 2021, 3:24:50 AM11/30/21
to Cerner FHIR Developers

Hi Fenil,

I have checked this issue again and it still doesn't work. Could you tell me if there is any update on your investigation?

Thanks,

Do Thanh Long

Long Thanh Do

unread,
Dec 15, 2021, 7:53:29 AM12/15/21
to Cerner FHIR Developers

Dear Fenil,

Please let us know if there is any update on your investigation.

Thanks a lot,

Do Thanh Long

Long Thanh Do

unread,
Dec 22, 2021, 10:18:33 PM12/22/21
to Cerner FHIR Developers
Dear Cerner Team,

I have called a post method to create a related person with SSN with request information as below:
Request URL: {{baseUrl}}/{{tenantId}}/RelatedPerson
Request Body:
{
  "resourceType": "RelatedPerson",
  "active": true,
  "patient": {
    "reference": "Patient/{{patientId}}"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "SS"
          }
        ]
      },
      "system": "http://hl7.org/fhir/sid/us-ssn",
      "value": "*********"
    }
  ],
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "FAMMEMB"
        }
      ]
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "King",
      "given": [
        "Mark"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1999-09-12"
}

Actual Response:
Status: 400 - Bad Request
4.png
Expected Response: 201 - Created
X-Request-Id: 19f5ae0c-90fc-432f-a89a-753ca5923d92

Please help us to review and investigate it.

Thanks a lot,

Do Thanh Long

Long Thanh Do

unread,
Jan 5, 2022, 4:00:38 AM1/5/22
to Cerner FHIR Developers
Hi Cerner team,

We are really looking forward to your response about the investigation on this issue.
Please, let us know if there is any update.

Thanks a lot,

Do Thanh Long
Reply all
Reply to author
Forward
0 new messages