{
  "resourceType": "StructureDefinition",
  "id": "extension-status-reason",
  "url": "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/extension-status-reason",
  "version": "1.0.0",
  "name": "Reason_For_Current_Status",
  "title": "Reason For Current Status",
  "status": "active",
  "date": "2017-06-13",
  "publisher": "Argonaut Project",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://argonautwiki.hl7.org"
        }
      ]
    }
  ],
  "description": "Captures the reason for the current state of the Appointment.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension:status-reason",
        "path": "Extension",
        "short": "Reason For Current Status",
        "definition": "Captures the reason for the current state of the Appointment.",
        "comment": "This is generally only used for \"exception\" statuses such as  `not-done`, `suspended` or `cancelled`. The reason for performing the event at all is captured in the `reason` element, not here.",
        "alias": [
          "Suspended Reason",
          "Cancelled Reason"
        ],
        "min": 0,
        "max": "1"
      },
      {
        "id": "Extension:status-reason.url",
        "path": "Extension.url",
        "fixedUri": "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/extension-status-reason"
      },
      {
        "id": "Extension:status-reason.valueCodeableConcept",
        "path": "Extension.valueCodeableConcept",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "The reason for the current state of the Appointment"
        }
      }
    ]
  }
}