{
  "resourceType": "StructureDefinition",
  "id": "VRDR-Death-Certificate-Document",
  "url": "http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Death-Certificate-Document",
  "name": "VRDR Death Certificate Document",
  "status": "draft",
  "publisher": "Hi3 Solutions",
  "contact": [
    {
      "name": "AbdulMalik Shakir",
      "telecom": [
        {
          "system": "phone",
          "value": "6266444491",
          "use": "work"
        },
        {
          "system": "email",
          "value": "abdulmalik.shakir@hi3solutions.com",
          "use": "work"
        }
      ]
    }
  ],
  "kind": "resource",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "Bundle"
  ],
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle",
        "path": "Bundle"
      },
      {
        "id": "Bundle.id",
        "path": "Bundle.id",
        "short": "id",
        "definition": "MAY contain zero or one [0..1] id (CONF:4393-357).",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Bundle.meta",
        "path": "Bundle.meta",
        "short": "meta",
        "definition": "MAY contain zero or one [0..1] meta (CONF:4393-356).",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Bundle.meta.profile",
        "path": "Bundle.meta.profile",
        "short": "profile",
        "definition": "The meta, if present, SHALL contain exactly one [1..1] profile=\"http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Death-Certificate-Document\" (CONF:4393-358).",
        "min": 1,
        "max": "1",
        "patternString": "http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Death-Certificate-Document"
      },
      {
        "id": "Bundle.identifier",
        "path": "Bundle.identifier",
        "short": "identifier",
        "definition": "SHALL contain exactly one [1..1] identifier (CONF:4393-361).",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "short": "type",
        "definition": "SHALL contain exactly one [1..1] type=\"\"document\"\" (CONF:4393-362).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "fixedString": "\"document\""
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "short": "entry",
        "definition": "SHALL contain exactly one [1..1] entry=\" VRDR Death Certificate\" (CONF:4393-359).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "patternString": "VRDR Death Certificate"
      },
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "short": "resource",
        "definition": "This entry SHALL contain exactly one [1..1] resource=\" VRDR Death Certificate\" (CONF:4393-360).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "patternString": "VRDR Death Certificate"
      }
    ]
  }
}