Workflow or API calls:
Encounter Create:
{
"resourceType": "Encounter",
"status": "in-progress",
"type": [
{
"coding": [
{
"system": "https://fhir.cerner.com/a865ac8d-7f77-434c-a6f7-9925b72079d8/codeSet/71",
"code": "144206",
"display": "Clinic Outpatient",
"userSelected": true
}
],
"text": "Clinic Outpatient"
}
],
"subject": {
"reference": "Patient/12345678",
"display": "BUILD, TESTPATIENT"
},
"location": [
{
"location": {
"reference": "Location/1234567890"
}
}
],
"participant": [
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "ATND"
}
]
}
],
"period": {
"start": "2023-09-14T13:36:00.000Z"
},
"individual": {
"reference": "Practitioner/1234567"
}
}
],
"hospitalization": {
"admitSource": {
"coding": [
{
"system": "https://fhir.cerner.com/a865ac8d-7f77-434c-a6f7-9925b72079d8/codeSet/2",
"code": "12345678",
"display": "Outpatient Clinic"
}
]
}
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "279039007",
"display": "Back Pain",
"userSelected": true
}
]
},
{
"text": "Back Pain"
}
],
"period": {
"start": "2023-09-14T13:36:00.000Z"
}
}
Expected Result:
Create an encounter with the MRN inserted as an ENCNTR_ALIAS
Actual Result:
MRN is not available for the created encounter as an alias.
X-Request-Id:c84f229a-498e-462f-89e9-8794ccf93ad3+mXR4_XuTL / Cerner-Correlation-Id: