This is the famous SMART^JEREMY^CERNER patient in the sandbox.
I do see that I can query for this person by Identifier where the system: attribute is available for example,
{{baseUrl}}/Patient?identifier=urn:oid:2.16.840.1.113883.3.13.6|URN:CERNER:IDENTITY-FEDERATION:REALM:2E882EFF-FA72-4882-ADC8-A685F7D2BFA6:PRINCIPAL:XY1234
But the very first entry does not have the system: so there is no real way to query for this patient's MRN by the MRN code of 230 or 00000230.
A few questions about this;
- Why this specific one is this way? Is this more of an error? Is this specific to this dataset?
- Will I encounter this on a live Cerner Millennium instance? What I am most afraid of is that when we go live the MRN they use most commonly is the one without system:. Right now, I cannot locate this patient by 00000230 or 230.
- Will there be another way to query for this if the clinical user only knows this patient by 00000230?
Thank you in advance. Manabu Tokunaga
"entry": [
{
"resource": {
"resourceType": "Patient",
"id": "687923",
"meta": {
"versionId": "8",
"lastUpdated": "2018-10-17T15:05:08.000Z"
},
"text": {
"status": "generated",
"div": "<div><p><b>Patient</b></p><p><b>Name</b>: SMART, JEREMY CERNER</p><p><b>DOB</b>: Sep 9, 1975</p><p><b>Administrative Gender</b>: Male</p><p><b>Marital Status</b>: Single</p><p><b>Status</b>: Active</p></div>"
},
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"code": "MR",
"display": "Medical record number",
"userSelected": false
}
],
"text": "MRN"
},
"value": "230",
"_value": {
"extension": [
{
"valueString": "00000230"
}
]
},
"period": {
"start": "2004-09-08T19:32:31.000Z"
}
},
{
"use": "usual",
"type": {
"coding": [
{
"code": "AN",
"display": "Account number",
"userSelected": false
}
],
"text": "Federated Person Principal"
},
"system": "urn:oid:2.16.840.1.113883.3.13.6",
"value": "URN:CERNER:IDENTITY-FEDERATION:REALM:2E882EFF-FA72-4882-ADC8-A685F7D2BFA6:PRINCIPAL:XY1234",
"_value": {
"extension": [
{
"valueString": "URN:CERNER:IDENTITY-FEDERATION:REALM:2E882EFF-FA72-4882-ADC8-A685F7D2BFA6:PRINCIPAL:XY1234"
}
]
}
}
],