{
  "resourceType": "Practitioner",
  "meta": {
    "lastUpdated": "2017-08-21T17:55:01Z"
  },
  "text": {
    "status": "additional",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>%Some xhtml content%</p></div>"
  },
  "identifier": [
    {
      "system": "[id-system-global-base]/ca-on-license-physician",
      "value": "10000043"
    }
  ],
  "name": [
    {
      "family": "DocLast",
      "given": [
        "Ordering DocFirst",
        "Ordering DocSecond"
      ],
      "_given": [
        null,
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "MID"
            }
          ]
        }
      ],
      "prefix": [
        "DR"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-555-5555",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "home",
      "type": "physical",
      "line": [
        "13 Boring St"
      ],
      "city": "Toronoto",
      "state": "ON",
      "postalCode": "M1M M2M",
      "country": "Canada"
    }
  ]
}