Example in Vital Records Death Reporting3.0.0
Patient

Decedent-Example3

Patient-Decedent-Example3.json

Resource Details

Resource Type
Patient
Resource ID
Decedent-Example3
Identifier
http://hl7.org/fhir/sid/us-ssn|987654321
Conforms To
http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent

Example Metadata

Index metadata for this example. The full FHIR resource body is not loaded in the workbench.

{
  "resourceType": "Patient",
  "id": "Decedent-Example3",
  "filename": "Patient-Decedent-Example3.json",
  "profile": [
    "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent"
  ],
  "identifier": {
    "system": "http://hl7.org/fhir/sid/us-ssn",
    "value": "987654321"
  },
  "displayName": "Madelyn Patel",
  "gender": "female",
  "birthDate": "1978-03-12"
}