{
  "resourceType" : "Procedure",
  "id" : "ExamplePhysiotherapyProcedureMagnit",
  "meta" : {
    "lastUpdated" : "2024-08-10T12:00:00Z",
    "profile" : ["https://fhir.by/StructureDefinition/PhysiotherapyProcedure"]
  },
  "extension" : [{
    "url" : "https://fhir.by/StructureDefinition/ProcedureNumber",
    "valueUnsignedInt" : 5
  }],
  "basedOn" : [{
    "reference" : "ServiceRequest/ExampleRequestPhysiotherapyMagnit"
  }],
  "status" : "completed",
  "category" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
      "code" : "02/1",
      "display" : "Амбулаторно-поликлиническая помощь взрослому населению"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/VSPhysioHealthcareService",
      "code" : "A17-30-025",
      "display" : "Общая магнитотерапия"
    }]
  },
  "subject" : {
    "reference" : "Patient/PatientForDemo"
  },
  "occurrencePeriod" : {
    "start" : "2024-08-02T12:00:00Z",
    "end" : "2024-08-10T12:00:00Z"
  },
  "recorded" : "2024-08-10T12:00:00Z",
  "recorder" : {
    "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
  },
  "performer" : [{
    "actor" : {
      "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
    }
  }],
  "location" : {
    "reference" : "Location/TherapyUnit"
  },
  "reason" : [{
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/InternClassificDiseases10",
        "code" : "S52.40",
        "display" : "S52.40 - Сочетанный перелом диафизов локтевой и лучевой костей закрытый"
      }]
    }
  }],
  "bodySite" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/AnatomicalTerminology",
      "code" : "Forearm-L",
      "display" : "Предплечье (лев.)"
    }]
  }],
  "outcome" : {
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/ProcedureResult",
      "code" : "successful",
      "display" : "Успешно"
    }]
  },
  "followUp" : [{
    "text" : "Рекомендуется 20 минут после процедуры не выходить на холод."
  }]
}