{
  "resourceType" : "Practitioner",
  "id" : "Exemplar-Sponsor-Expert-Practitioner",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\"><p>Dr Exemplar Consultant:</p><p>Mobile: +44 7999 999 999</p><p>eMail: Ex.Consultant@ExemplarHospital.nhs.uk</p></div>"
  },
  "name" : [{
    "text" : "Dr Exemplar Consultant"
  }],
  "telecom" : [{
    "system" : "email",
    "value" : "Ex.Consultant@ExemplarHospital.nhs.uk",
    "rank" : 2
  },
  {
    "system" : "phone",
    "value" : "+44 7999 999 999",
    "use" : "mobile",
    "rank" : 1
  }],
  "address" : [{
    "line" : ["General Medicine Dept"]
  },
  {
    "line" : ["Exemplar Hospital"],
    "city" : "Exemplarton",
    "postalCode" : "XR99 2AY",
    "country" : "United Kingdom"
  }]
}