{
  "resourceType": "Practitioner",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div>\n      \n      <p>Dr Adam Careful is a Referring Practitioner for Acme Hospital from 1-Jan 2012 to 31-Mar\n        2012</p>\n    \n    </div>"
  },
  "identifier": [
    {
      "system": "http://www.acme.org/practitioners",
      "value": "23"
    }
  ],
  "name": {
    "family": [
      "Careful"
    ],
    "given": [
      "Adam"
    ],
    "prefix": [
      "Dr"
    ]
  },
  "practitionerRole": [
    {
      "managingOrganization": {
        "reference": "Organization/1"
      },
      "role": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v2/0286",
            "code": "RP"
          }
        ]
      },
      "period": {
        "start": "2012-01-01",
        "end": "2012-03-31"
      }
    }
  ]
}