{
  "resourceType": "Practitioner",
  "id": "tulio-patricia",
  "meta": {
    "profile": [
      "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitioner-core-1"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h3>Dr. Patricia Tulio</h3>\n            <table>\n                <tr>\n                    <td>HPI-I</td>\n                    <td>8003619900015717</td>\n                </tr>\n                <tr>\n                    <td>Phone</td>\n                    <td>(02) 5550 8994</td>\n                </tr>\n                <tr>\n                    <td>Fax</td>\n                    <td>(02) 5550 9994</td>\n                </tr>\n                <tr>\n                    <td>Address</td>\n                    <td>1342 Sydney St, Randwick, NSW, 2031</td>\n                </tr>\n            </table>\n        </div>"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NPI",
            "display": "National provider identifier"
          }
        ],
        "text": "HPI-I"
      },
      "system": "http://ns.electronichealth.net.au/id/hi/hpii/1.0",
      "value": "8003619900015717"
    }
  ],
  "name": [
    {
      "use": "usual",
      "family": "Tulio",
      "given": [
        "Patricia"
      ],
      "prefix": [
        "Dr."
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(02) 5550 8994",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "(02) 5550 9994",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "1342 Sydney St"
      ],
      "city": "Randwick",
      "state": "NSW",
      "postalCode": "2031",
      "country": "AU"
    }
  ]
}