{
  "resourceType": "StructureDefinition",
  "id": "OperationOutcome",
  "url": "http://ontariohealth.ca/fhir/iar/StructureDefinition/profile-operationOutcome",
  "version": "1.0.0",
  "name": "OperationOutcomeIAR",
  "title": "OperationOutcome IAR",
  "status": "active",
  "description": "Operation Outcomes are sets of error, warning and information messages that provide detailed information about the outcome of some attempted system operation. They are provided as a direct system response, or component of one, where they provide information about the outcome of the operation.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "OperationOutcome",
  "baseDefinition": "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-operationOutcome",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "OperationOutcome.issue.details.text",
        "path": "OperationOutcome.issue.details.text",
        "mustSupport": true
      }
    ]
  }
}