{
  "resourceType": "StructureDefinition",
  "id": "vzn-kul-vat-aneurysm-repair-encounter",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString": "Base.Management"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
      "valueCode": "patient"
    }
  ],
  "url": "http://example.org/StructureDefinition/vzn-kul-vat-aneurysm-repair-encounter",
  "version": "0.0.1",
  "name": "VznKulVatAneurysmRepairEncounter",
  "title": "VznKul VAT Aneurysm Repair Encounter",
  "status": "active",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Encounter",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Encounter",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Encounter.identifier.value",
        "path": "Encounter.identifier.value",
        "mustSupport": true
      },
      {
        "id": "Encounter.priority",
        "path": "Encounter.priority",
        "comment": "Tiro.health explains: the priority of the Encounter captures if an aneurysm repair is elective or not. If elective the code 'EL' from http://terminology.hl7.org/CodeSystem/v3-ActPriority must be used",
        "mustSupport": true
      }
    ]
  }
}