{
  "resourceType": "Practitioner",
  "id": "strempel-sonia",
  "text": {
    "status": "additional",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-AU\">\n            <p><b>Name</b>: Dr Sonia Strempel (official)</p>\n            <p><b>Identifier</b>: HPI-I = 8003619900015717</p>\n            <p><b>Identifier</b>: Prescriber Number = 459999</p>\n            <p><b>Telecom</b>: email = sonia.strempel@topendmedicalclinic.example.com.au\n                (work)</p>\n        </div>"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NPI"
          }
        ],
        "text": "HPI-I"
      },
      "system": "http://ns.electronichealth.net.au/id/hi/hpii/1.0",
      "value": "8003619900015717"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code": "PRES",
            "display": "Prescriber Number"
          }
        ],
        "text": "Prescriber Number"
      },
      "system": "http://ns.electronichealth.net.au/id/medicare-prescriber-number",
      "value": "459999"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Strempel",
      "given": [
        "Sonia"
      ],
      "prefix": [
        "Dr"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "sonia.strempel@.topendmedicalclinic.example.com.au",
      "use": "work"
    }
  ]
}