{
  "resourceType": "StructureDefinition",
  "url": "http://hl7.org/fhir/StructureDefinition/problem-closed-reason",
  "version": "4.0",
  "fhirVersion": "4.0",
  "id": "problem-closed-reason",
  "name": "problem-closed-reason",
  "title": "Problem Closed Reason",
  "status": "draft",
  "publisher": "Orion Health",
  "description": "Indicates the reason a problem was closed",
  "purpose": "This extension indicates the reason a problem was closed. This can be used in conjunction with the problem-closed-date and problem-closed-by extensions",
  "kind": "complex-type",
  "abstract": false,
  "type": "Extension",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "max": 1
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://hl7.org/fhir/StructureDefinition/problem-closed-reason"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "Indicates the reason a problem was closed",
        "definition": "Set the reason the problem was closed",
        "min": 1,
        "max": 1,
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}