{
  "resourceType": "StructureDefinition",
  "id": "shr-action-Outcome-extension",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n  <p><b>SHR Outcome Extension</b></p>\n  <p>The result of performing an action or behavior, for example, an adverse reaction or new finding.</p>\n</div>"
  },
  "url": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-action-Outcome-extension",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.action.Outcome"
    }
  ],
  "version": "0.0.1",
  "name": "SHR Outcome Extension",
  "title": "SHR Outcome Extension",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "description": "The result of performing an action or behavior, for example, an adverse reaction or new finding.",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "*"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension:outcome",
        "path": "Extension",
        "short": "SHR Outcome Extension",
        "definition": "The result of performing an action or behavior, for example, an adverse reaction or new finding.",
        "min": 0,
        "max": "*"
      },
      {
        "id": "Extension:outcome.extension:codeableconcept",
        "path": "Extension.extension",
        "sliceName": "codeableconcept",
        "definition": "A set of codes drawn from different coding systems, representing the same concept.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-CodeableConcept-extension"
          }
        ]
      },
      {
        "id": "Extension:outcome.extension:codeableconcept.valueCodeableConcept",
        "path": "Extension.extension.valueCodeableConcept",
        "binding": {
          "strength": "example",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/procedure-outcome"
          }
        }
      },
      {
        "id": "Extension:outcome.extension:finding",
        "path": "Extension.extension",
        "sliceName": "finding",
        "definition": "Base class for all kinds of determinations: questions/answers, conditions, observations, allergies, and other findings. The subject of a finding can be the entire patient, or an entity such as a location body structure, intervention, or condition. Things observed about the subject can include social and behavioral factors, subjective and objective observations, and assessments.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-finding-Finding-extension"
          }
        ]
      },
      {
        "id": "Extension:outcome.url",
        "path": "Extension.url",
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-action-Outcome-extension"
      },
      {
        "id": "Extension:outcome.value[x]",
        "path": "Extension.value[x]",
        "min": 0,
        "max": "0"
      }
    ]
  }
}