{
  "resourceType": "Practitioner",
  "id": "uslab-example1",
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>\n        <b>Generated Narrative with Details</b>\n      </p>\n      <p>\n        <b>identifier</b>: 4444444445 (OFFICIAL)\n      </p>\n      <p>\n        <b>name</b>: Leanard T Bloodraw \n      </p>\n      <p>\n        <b>telecom</b>: ph: (555)7771234 ext.11\n      </p>\n    </div>"
  },
  "identifier": [
    {
      "use": "official",
      "system": "https://nppes.cms.hhs.gov/NPPES/",
      "value": "4444444445"
    }
  ],
  "name": {
    "family": [
      "Bloodraw"
    ],
    "given": [
      "Leanard",
      "T"
    ],
    "suffix": [
      "Jr"
    ]
  },
  "telecom": [
    {
      "system": "phone",
      "value": "(555)7771234 ext.11"
    }
  ]
}