{
  "resourceType": {
    "type": "Text",
    "value": "Practitioner"
  },
  "type": "Practitioner",
  "id": "example",
  "text": {
    "type": "StructuredValue",
    "value": {
      "status": "generated",
      "div": "<div xmlns='http://www.w3.org/1999/xhtml'>\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": {
    "type": "array",
    "value": [
      {
        "system": "http://www.acme.org/practitioners",
        "value": "23"
      }
    ]
  },
  "active": {
    "type": "boolean",
    "value": true
  },
  "name": {
    "type": "array",
    "value": [
      {
        "family": "Careful",
        "given": [
          "Adam"
        ],
        "prefix": [
          "Dr"
        ]
      }
    ]
  },
  "address": {
    "type": "array",
    "value": [
      {
        "use": "home",
        "line": [
          "534 Erewhon St"
        ],
        "city": "PleasantVille",
        "state": "Vic",
        "postalCode": "3999"
      }
    ]
  },
  "qualification": {
    "type": "array",
    "value": [
      {
        "identifier": [
          {
            "system": "http://example.org/UniversityIdentifier",
            "value": "12345"
          }
        ],
        "code": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0360/2.7",
              "code": "BS",
              "display": "Bachelor of Science"
            }
          ],
          "text": "Bachelor of Science"
        },
        "period": {
          "start": "1995"
        },
        "issuer": {
          "display": "Example University"
        }
      }
    ]
  },
  "meta": {
    "type": "StructuredValue",
    "value": {
      "tag": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
          "code": "HTEST",
          "display": "test health data"
        }
      ]
    }
  }
}