{
  "resourceType" : "ServiceRequest",
  "id" : "ExampleRequestScraping",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/ServiceRequestBioMatCollection"]
  },
  "extension" : [{
    "url" : "https://fhir.by/StructureDefinition/RequestFromOrganization",
    "valueReference" : {
      "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f",
      "display" : "Поликлиника №2"
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/SpecialtyCode",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/ServiceSpecialtyBy",
        "code" : "C008",
        "display" : "Дерматология"
      }]
    }
  }],
  "identifier" : [{
    "value" : "17"
  }],
  "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/MethodOfObtaining",
        "code" : "scraping",
        "display" : "соскоб"
      }]
    }
  },
  "subject" : {
    "reference" : "Patient/PatientMax",
    "display" : "Блох Л.И."
  },
  "encounter" : {
    "reference" : "Encounter/EncounterMax",
    "display" : "осмотр терапевта"
  },
  "authoredOn" : "2023-05-14T12:00:00Z",
  "requester" : {
    "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
  },
  "performer" : [{
    "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f",
    "display" : "Минский городской клинический центр дерматовенерологии"
  }],
  "location" : [{
    "reference" : {
      "reference" : "Location/TherapyUnit"
    }
  }],
  "reason" : [{
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/InternClassificDiseases10",
        "code" : "R21",
        "display" : "R21 - Сыпь и другие неспецифические кожные высыпания"
      }]
    }
  }],
  "bodySite" : [{
    "extension" : [{
      "url" : "https://fhir.by/StructureDefinition/BiologicalMaterial",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/VSBiologicalMaterial",
          "code" : "12.12.12",
          "display" : "Элементы сыпи"
        }]
      }
    }],
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/AnatomicalTerminology",
      "code" : "Upper-eyelid-L",
      "display" : "Верхнее веко (лев.)"
    }]
  }]
}