Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
    }
  ],