{
  "resourceType" : "Procedure",
  "id" : "DeathCertification-Example1",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-certification"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure DeathCertification-Example1</b></p><a name=\"DeathCertification-Example1\"> </a><a name=\"hcDeathCertification-Example1\"> </a><a name=\"DeathCertification-Example1-en-US\"> </a><p><b>identifier</b>: 180</p><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 308646001}\">Death certification</span></p><p><b>subject</b>: <a href=\"Patient-Decedent-Example1.html\">Madelyn Patel (official) Female, DoB: 1978-03-12 ( Social Beneficiary Identifier: SSN#987654321)</a></p><p><b>performed</b>: 2020-11-14 16:39:40-0500</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-NullFlavor OTH}\">Nurse Practitioner</span></td><td><a href=\"Practitioner-Certifier-Example1.html\">Practitioner Jim Black (official)</a></td></tr></table></div>"
  },
  "identifier" : [{
    "value" : "180"
  }],
  "status" : "completed",
  "code" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "308646001",
      "display" : "Death certification"
    }]
  },
  "subject" : {
    "reference" : "Patient/Decedent-Example1"
  },
  "performedDateTime" : "2020-11-14T16:39:40-05:00",
  "performer" : [{
    "function" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "code" : "OTH",
        "display" : "Other"
      }],
      "text" : "Nurse Practitioner"
    },
    "actor" : {
      "reference" : "Practitioner/Certifier-Example1"
    }
  }]
}