{
  "resourceType": "StructureDefinition",
  "id": "DhdCataractAnesthesiaProcedure",
  "url": "http://dhd.nl/fhir/StructureDefinition/DhdCataractAnesthesiaProcedure",
  "version": "0.1.1",
  "name": "DhdCataractAnesthesiaProcedure",
  "status": "draft",
  "fhirVersion": "3.0.2",
  "kind": "resource",
  "abstract": false,
  "type": "Procedure",
  "baseDefinition": "http://nictiz.nl/fhir/StructureDefinition/zib-Procedure",
  "derivation": "constraint",
  "snapshot": {},
  "differential": {
    "element": [
      {
        "id": "Procedure.partOf",
        "path": "Procedure.partOf",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://dhd.nl/fhir/StructureDefinition/DhdCataractProcedure"
          }
        ]
      },
      {
        "id": "Procedure.category.coding.system",
        "path": "Procedure.category.coding.system",
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Procedure.category.coding.code",
        "path": "Procedure.category.coding.code",
        "fixedCode": "399097000"
      },
      {
        "id": "Procedure.code",
        "path": "Procedure.code",
        "min": 1
      },
      {
        "id": "Procedure.code.coding",
        "path": "Procedure.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "definition": "A reference to a code defined by a terminology system..",
        "min": 1
      },
      {
        "id": "Procedure.code.coding:VerrichtingTypeCodelijst",
        "path": "Procedure.code.coding",
        "sliceName": "VerrichtingTypeCodelijst",
        "binding": {
          "strength": "extensible",
          "description": "Anesthesia type snomed code",
          "valueSetUri": "http://www.dhd.nl/fhir/ValueSet/AnesthesiaType"
        }
      },
      {
        "id": "Procedure.subject",
        "path": "Procedure.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://dhd.nl/fhir/StructureDefinition/DhdCataractPatient"
          }
        ]
      }
    ]
  }
}