...
The following is a example
Code Block |
---|
"identifier": [
{
"system": "https://thirdparty.com", // This identifies whose identifer this is
"type": {
"text": "id" // This will distungish which type of id it is. for example it could be MRN or CRM_ID
},
"use": "official",
"value": "10756245014" // This is the value of the identifer
}
], |