{
  "resourceType" : "ServiceRequest",
  "id" : "ExampleServiceRequestTransfusion",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/ServiceRequestTransfusion"]
  },
  "identifier" : [{
    "value" : "123454321",
    "assigner" : {
      "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
    }
  }],
  "status" : "active",
  "intent" : "order",
  "category" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/TransfusionRequestType",
      "code" : "blood-request",
      "display" : "заявка на кровь, ее компоненты"
    }]
  }],
  "priority" : "urgent",
  "code" : {
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/TransfusionComponent",
        "code" : "009",
        "display" : "Эритроциты, в добавочном растворе"
      }]
    }
  },
  "orderDetail" : [{
    "parameter" : [{
      "code" : {
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/TransfusionComponentInfoType",
          "code" : "bloodTypeAB0",
          "display" : "Группа крови по системе AB0"
        }]
      },
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/BloodTypeAB0",
          "code" : "A",
          "display" : "A (II) группа"
        }]
      }
    },
    {
      "code" : {
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/TransfusionComponentInfoType",
          "code" : "bloodTypeRhD",
          "display" : "RhD-принадлежность (резус-фактор)"
        }]
      },
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/BloodTypeRh",
          "code" : "Rh-pos",
          "display" : "Rh - положительный"
        }]
      }
    }]
  }],
  "quantityQuantity" : {
    "value" : 500,
    "unit" : "мл",
    "system" : "https://fhir.by/ValueSet/VSUnitsTransfusion",
    "code" : "ml"
  },
  "subject" : {
    "reference" : "Patient/PatientForDemo"
  },
  "occurrencePeriod" : {
    "start" : "2024-12-26T12:00:00Z",
    "end" : "2024-12-26T18:00:00Z"
  },
  "authoredOn" : "2024-12-26T11:00:00Z",
  "requester" : {
    "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
  },
  "performer" : [{
    "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
  }],
  "reason" : [{
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/TransfusionIndication",
        "code" : "4",
        "display" : "острая кровопотеря с учетом прогноза остановки кровотечения, ожидаемой кровопотери и динамики гемодинамических показателей"
      }]
    }
  }]
}