{
  "resourceType": "StructureDefinition",
  "id": "VRDR-Cause-of-Death-Pathway",
  "url": "http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Cause-of-Death-Pathway",
  "name": "VRDR Cause of Death Pathway",
  "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": [
    "List"
  ],
  "type": "List",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/List",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "List",
        "path": "List"
      },
      {
        "id": "List.id",
        "path": "List.id",
        "short": "id",
        "definition": "MAY contain zero or one [0..1] id (CONF:4393-317).",
        "min": 0,
        "max": "1"
      },
      {
        "id": "List.meta",
        "path": "List.meta",
        "short": "meta",
        "definition": "MAY contain zero or one [0..1] meta (CONF:4393-316).",
        "min": 0,
        "max": "1"
      },
      {
        "id": "List.meta.profile",
        "path": "List.meta.profile",
        "short": "profile",
        "definition": "The meta, if present, SHALL contain exactly one [1..1] profile=\"http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Cause-of-Death-Pathway\" (CONF:4393-318).",
        "min": 1,
        "max": "1",
        "patternString": "http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Cause-of-Death-Pathway"
      },
      {
        "id": "List.status",
        "path": "List.status",
        "short": "status",
        "definition": "SHALL contain exactly one [1..1] status=\"\"current\"\" (CONF:4393-324).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "fixedString": "\"current\""
      },
      {
        "id": "List.mode",
        "path": "List.mode",
        "short": "mode",
        "definition": "SHALL contain exactly one [1..1] mode=\"\"snapshot\"\" (CONF:4393-321).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "fixedString": "\"snapshot\""
      },
      {
        "id": "List.source",
        "path": "List.source",
        "short": "source",
        "definition": "SHALL contain exactly one [1..1] source=\"VRDR Certifier\" (CONF:4393-323).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          }
        ],
        "patternString": "VRDR Certifier"
      },
      {
        "id": "List.orderedBy",
        "path": "List.orderedBy",
        "short": "orderedBy",
        "definition": "SHALL contain exactly one [1..1] orderedBy=\"\"priority\"\" (CONF:4393-322).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "fixedCodeableConcept": {
          "coding": [
            {
              "code": "\"priority\""
            }
          ]
        }
      },
      {
        "id": "List.entry",
        "path": "List.entry",
        "short": "entry",
        "definition": "MAY contain zero or more [0..*] entry (CONF:4393-319).",
        "min": 0,
        "max": "*"
      },
      {
        "id": "List.entry.item",
        "path": "List.entry.item",
        "short": "item",
        "definition": "The entry, if present, SHALL contain exactly one [1..1] item=\"VRDR Cause Of Death Condition\" (CONF:4393-320).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
          }
        ],
        "patternString": "VRDR Cause Of Death Condition"
      }
    ]
  }
}