Standard Death Record

Example: Certifier

{
  "resourceType" : "Practitioner",
  "id" : "Certifier",
  "meta" : {
    "profile" : [
      "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-deathRecord-Certifier",
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: Certifier</p><p><b>meta</b>: </p><p><b>identifier</b>: 10231 (OFFICIAL)</p><p><b>name</b>: Edward M. Stone </p><p><b>address</b>: 23 Porter Drive Frederick Maryland 21701 </p><h3>Qualifications</h3><table class="grid"><tr><td>-</td><td><b>Code</b></td></tr><tr><td>*</td><td>Doctor of Medicine <span style="background: LightGoldenRodYellow">(Details : {http://hl7.org/fhir/v2/0360/2.7 code 'MD' = 'Doctor of Medicine', given as 'Doctor of Medicine'})</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-deathRecord-CertifierType-extension",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "434651000124107",
            "display" : "Physician (Pronouncer and Certifier)"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "use" : "official",
      "system" : "http://www.acme.com/identifiers/certifiers",
      "value" : "10231"
    }
  ],
  "name" : [
    {
      "family" : "Stone",
      "given" : [
        "Edward",
        "M."
      ]
    }
  ],
  "address" : [
    {
      "line" : [
        "23 Porter Drive"
      ],
      "city" : "Frederick",
      "state" : "Maryland",
      "postalCode" : "21701"
    }
  ],
  "qualification" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/v2/0360/2.7",
            "code" : "MD",
            "display" : "Doctor of Medicine"
          }
        ]
      }
    }
  ]
}