{
  "resourceType" : "Observation",
  "id" : "GlucoseLevelBundleForTestWithoutId",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/VitalSignsBy"]
  },
  "status" : "registered",
  "category" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/ObservationCategoryCode",
      "code" : "vital-signs",
      "userSelected" : false
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/VitalSignsCodes",
      "code" : "glucose-level"
    }]
  },
  "subject" : {
    "reference" : "Patient/ExampleForTestPatientWithoutId",
    "display" : "Михайлов Михаил Степанович"
  },
  "encounter" : {
    "reference" : "Encounter/EncounterBundleForTestWithoutId"
  },
  "effectiveDateTime" : "2024-06-07T11:12:21Z",
  "performer" : [{
    "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c",
    "display" : "Мишурин Василий Федорович"
  }],
  "valueQuantity" : {
    "value" : 7.4,
    "unit" : "mmol/L",
    "system" : "https://fhir.by/ValueSet/UnitsOfMeasureBy",
    "code" : "mmol/L"
  }
}