{
  "resourceType": "StructureDefinition",
  "id": "event-notDone",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://hl7.org/fhir/StructureDefinition/event-notDone",
  "name": "notDone",
  "title": "Not Done",
  "status": "draft",
  "date": "2014-01-31",
  "publisher": "Health Level Seven, Inc. - FHIR WG",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/special/committees/fwg"
        }
      ]
    }
  ],
  "description": "If true, indicates that the described event (combination of code, timing, performer, etc.) did not actually occur.",
  "fhirVersion": "3.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "DiagnosticReport"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Event did not occur",
        "definition": "If true, indicates that the described event (combination of code, timing, performer, etc.) did not actually occur.",
        "comment": "If the need is merely to indicate that a request wasn't fulfilled, that should be handled using Task.  The more attributes are populated, the more constrained the negated statement is.  For example if timeframe and performer are specified, that means the event wasn't done by that performer in that time-period, but could well have been done by someone else or by that performer in a different time period.",
        "min": 0,
        "max": "1",
        "isModifier": true,
        "mapping": [
          {
            "identity": "rim",
            "map": ".actionNegationInd"
          }
        ]
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "http://hl7.org/fhir/StructureDefinition/event-notDone"
      },
      {
        "id": "Extension.valueBoolean",
        "path": "Extension.valueBoolean",
        "type": [
          {
            "code": "boolean"
          }
        ]
      }
    ]
  }
}