{
  "resourceType": "PractitionerRole",
  "id": "tulio-patricia-pathologist",
  "meta": {
    "profile": [
      "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitionerrole-core-1"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h3>Dr. Patricia Tulio</h3>\n            <p>Pathologist</p>\n            <p>Metropolitan Laboratories Sydney</p>\n            <table>\n                <tr>\n                    <td>HPI-I</td>\n                    <td>8003619900015717</td>\n                </tr>\n                <tr>\n                    <td>Employee Id.</td>\n                    <td>PTRLSNSW765301</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"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "EI",
            "display": "Employee number"
          }
        ],
        "text": "Employee Number"
      },
      "system": "http://ns.electronichealth.net.au/id/abn-scoped/service-provider-individual/1.0/41824753000",
      "value": "PTRLSNSW765301",
      "assigner": {
        "display": "Metropolitan Laboratories Sydney"
      }
    }
  ],
  "practitioner": {
    "reference": "Practitioner/tulio-patricia",
    "display": "Dr. Patricia Tulio"
  },
  "organization": {
    "reference": "Organization/metro-nsw-path-lab"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "61207006",
          "display": "Medical pathologist"
        }
      ],
      "text": "Pathologist"
    }
  ],
  "location": [
    {
      "reference": "Location/metro-nsw-path-lab"
    }
  ],
  "telecom": [
    {
      "system": "fax",
      "value": "(02) 5550 9994"
    },
    {
      "system": "phone",
      "value": "(02) 5550 8994"
    }
  ]
}