{

"resourceType": "Practitioner",
"id": "xcda1",
"identifier": [
  {
    "use": "official",
    "system": "http://healthcare.example.org/identifiers/staff",
    "value": "D234123"
  }
],
"name": [
  {
    "family": "Dopplemeyer",
    "given": [
      "Sherry"
    ]
  }
],
"telecom": [
  {
    "system": "email",
    "value": "john.doe@healthcare.example.org"
  }
],
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}