{
  "resourceType": "Practitioner",
  "id": "uslab-example3",
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>\n        <b>Generated Narrative with Details</b>\n      </p>\n      <p>\n        <b>identifier</b>: 1234567893 (OFFICIAL)\n      </p>\n      <p>\n        <b>name</b>: Gregory F House \n      </p>\n      <p>\n        <b>telecom</b>: ph: 555 777 1234 11\n      </p>\n    </div>"
  },
  "identifier": [
    {
      "use": "official",
      "system": "https://nppes.cms.hhs.gov/NPPES/",
      "value": "1234567893"
    }
  ],
  "name": {
    "family": [
      "House"
    ],
    "given": [
      "Gregory",
      "F"
    ],
    "suffix": [
      "PhD"
    ]
  },
  "telecom": [
    {
      "system": "phone",
      "value": "555 777 1234 11"
    }
  ]
}