{
  "resourceType": "StructureDefinition",
  "id": "VRDR-Death-Location",
  "url": "http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Death-Location",
  "name": "VRDR Death Location",
  "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": [
    "Location"
  ],
  "type": "Location",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Location",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Location",
        "path": "Location"
      },
      {
        "id": "Location.id",
        "path": "Location.id",
        "short": "id",
        "definition": "SHALL contain exactly one [1..1] id (CONF:4393-81).",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Location.meta",
        "path": "Location.meta",
        "short": "meta",
        "definition": "MAY contain zero or one [0..1] meta (CONF:4393-80).",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Location.meta.profile",
        "path": "Location.meta.profile",
        "short": "profile",
        "definition": "The meta, if present, SHALL contain exactly one [1..1] profile=\"VRDR-Death-Location\" (CONF:4393-82).",
        "min": 1,
        "max": "1",
        "patternString": "VRDR-Death-Location"
      },
      {
        "id": "Location.name",
        "path": "Location.name",
        "short": "name",
        "definition": "SHALL contain exactly one [1..1] name (CONF:4393-83).",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Location.description",
        "path": "Location.description",
        "short": "description",
        "definition": "SHALL contain exactly one [1..1] description (CONF:4393-84).",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Location.type",
        "path": "Location.type",
        "short": "type",
        "definition": "SHALL contain exactly one [1..1] type (CONF:4393-85).",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Location.address",
        "path": "Location.address",
        "short": "address",
        "definition": "SHALL contain exactly one [1..1] address (CONF:4393-86).",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Location.physicalType",
        "path": "Location.physicalType",
        "short": "physicalType",
        "definition": "SHALL contain exactly one [1..1] physicalType (CONF:4393-87).",
        "min": 1,
        "max": "1"
      }
    ]
  }
}