{
  "resourceType": "StructureDefinition",
  "url": "http://hl7.org/fhir/StructureDefinition/problem-closed-by",
  "version": "4.0",
  "fhirVersion": "4.0",
  "id": "problem-closed-by",
  "name": "problem-closed-by",
  "title": "Problem Closed By",
  "status": "draft",
  "publisher": "Orion Health",
  "description": "Indicates the practitioner who closed a problem",
  "purpose": "This extension indicates the practitioner who closed a problem. This can be used in conjunction with the problem-closed-reason and problem-closed-date 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-by"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "Indicates the practitioner who closed a problem",
        "definition": "Set the practitioner who closed a problem",
        "min": 1,
        "max": 1,
        "type": [
          {
            "code": "Practitioner"
          }
        ]
      }
    ]
  }
}