{
  "resourceType" : "ServiceRequest",
  "id" : "ExampleSRConsultPhysio",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/ServiceRequestConsult"]
  },
  "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"
    }
  }],
  "identifier" : [{
    "value" : "1345"
  }],
  "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" : "Осмотр (консультация) врача-физиотерапевта"
      }]
    }
  },
  "subject" : {
    "reference" : "Patient/PatientForDemo"
  },
  "occurrenceDateTime" : "2025-02-28T12:00:00Z",
  "authoredOn" : "2025-02-25T12: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" : {
      "text" : "назначение плана физиотерапевтического лечения, по поводу посттравматического гонартроза"
    }
  }]
}