{
  "resourceType" : "ServiceRequest",
  "id" : "ExampleRequestPhysiotherapy",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/ServiceRequestPhysiotherapy"]
  },
  "extension" : [{
    "url" : "https://fhir.by/StructureDefinition/SpecialtyCode",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/ServiceSpecialtyBy",
        "code" : "C058",
        "display" : "Физиотерапия"
      }]
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/RequestFromOrganization",
    "valueReference" : {
      "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/ProcedureNumber",
    "valueUnsignedInt" : 10
  }],
  "identifier" : [{
    "value" : "245"
  }],
  "status" : "active",
  "intent" : "directive",
  "category" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
      "code" : "02/1",
      "display" : "Амбулаторно-поликлиническая помощь взрослому населению"
    }]
  }],
  "priority" : "routine",
  "code" : {
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/MedicalServiceType",
        "code" : "C058.1",
        "display" : "Осмотр (консультация) врача-физиотерапевта"
      }]
    }
  },
  "orderDetail" : [{
    "parameterFocus" : {
      "concept" : {
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/TradeNameMedicationCode",
          "code" : "591",
          "display" : "Димексид"
        }]
      }
    },
    "parameter" : [{
      "code" : {
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/PhysicalParameters",
          "code" : "frequency",
          "display" : "Частота"
        }]
      },
      "valueQuantity" : {
        "value" : 22,
        "unit" : "кГц",
        "system" : "https://fhir.by/ValueSet/VSUnitsPhysiother",
        "code" : "kHz"
      }
    },
    {
      "code" : {
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/PhysicalParameters",
          "code" : "duration",
          "display" : "Длительность"
        }]
      },
      "valueQuantity" : {
        "value" : 0.5,
        "unit" : "мс",
        "system" : "https://fhir.by/ValueSet/VSUnitsPhysiother",
        "code" : "ms"
      }
    }]
  }],
  "quantityQuantity" : {
    "value" : 40,
    "unit" : "минуты",
    "system" : "https://fhir.by/ValueSet/TimeSlots",
    "code" : "min"
  },
  "subject" : {
    "reference" : "Patient/PatientForDemo"
  },
  "encounter" : {
    "reference" : "Encounter/EncounterPhysio"
  },
  "authoredOn" : "2025-02-28T12:00:00Z",
  "requester" : {
    "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
  },
  "performer" : [{
    "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
  }],
  "location" : [{
    "reference" : {
      "reference" : "Location/TherapyUnit"
    }
  }],
  "reason" : [{
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/InternClassificDiseases10",
        "code" : "S52.40",
        "display" : "S52.40 - Сочетанный перелом диафизов локтевой и лучевой костей закрытый"
      }],
      "text" : "Сочетанный перелом диафизов локтевой и лучевой костей закрытый"
    },
    "reference" : {
      "reference" : "Condition/DiagnosisKneeArthritis"
    }
  }],
  "bodySite" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/AnatomicalTerminology",
      "code" : "Anterior-region-of-knee-R",
      "display" : "Передняя область колена (пр.)"
    }]
  },
  {
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/AnatomicalTerminology",
      "code" : "Posterior-region-of-knee-R",
      "display" : "Задняя область колена (пр.)"
    }]
  }],
  "note" : [{
    "text" : "Длительность волны может меняться, в ходе проведения процедуры"
  }]
}