{
  "resourceType": "Practitioner",
  "id": "example-death-pronouncement-performer",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Death-Pronouncement-Performer"
    ]
  },
  "name": [
    {
      "use": "official",
      "family": "McCoy",
      "given": [
        "Beverly",
        "Jane"
      ]
    }
  ],
  "qualification": [
    {
      "identifier": [
        {
          "value": "123456789"
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v2/0360/2.7",
            "code": "MD",
            "display": "Doctor of Medicine"
          }
        ]
      }
    }
  ]
}