This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Practitioner-example.json

General Person Example

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