{
  "resourceType": "Practitioner",
  "id": "8B9F61AF-55CE-4ADE-9987-F40FE54CC79E",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Practitioner|1.1.0"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "LN"
          }
        ],
        "text": "Ontario Medical License Number"
      },
      "system": "http://infoway-inforoute.ca/fhir/NamingSystem/ca-on-license-physician",
      "value": "111789"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Jones",
      "given": [
        "Jack"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(555) 987-1234",
      "use": "work",
      "rank": 1
    },
    {
      "system": "fax",
      "value": "(555) 987-1234",
      "use": "work",
      "rank": 1
    }
  ],
  "address": [
    {
      "use": "work",
      "type": "physical",
      "line": [
        "279 Yonge St"
      ],
      "city": "Barrie",
      "state": "ON",
      "postalCode": "M5B 1N8",
      "country": "CAN"
    }
  ],
  "gender": "male",
  "birthDate": "1979-02-26",
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "https://fhir.infoway-inforoute.ca/CodeSystem/scptype",
            "code": "MD"
          }
        ]
      }
    }
  ],
  "communication": [
    {
      "coding": [
        {
          "system": "urn:ietf:bcp:47",
          "code": "en",
          "display": "English"
        }
      ],
      "text": "English"
    }
  ]
}