{
  "resourceType" : "Observation",
  "id" : "ArterialBloodPressureBundleForTestAnPat",
  "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" : "arterial-blood-pressure"
    }]
  },
  "subject" : {
    "reference" : "Patient/PatientBundleForTestAnPat"
  },
  "encounter" : {
    "reference" : "Encounter/EncounterBundleForTestAnPat"
  },
  "effectiveDateTime" : "2024-05-07T11:12:21Z",
  "performer" : [{
    "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
  }],
  "component" : [{
    "code" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/VitalSignsCodes",
        "code" : "systolic-arterial-blood-pressure"
      }]
    },
    "valueQuantity" : {
      "value" : 135,
      "unit" : "mm[Hg]",
      "system" : "https://fhir.by/ValueSet/UnitsOfMeasureBy",
      "code" : "mm[Hg]"
    }
  },
  {
    "code" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/VitalSignsCodes",
        "code" : "diastolic-arterial-blood-pressure"
      }]
    },
    "valueQuantity" : {
      "value" : 90,
      "unit" : "mm[Hg]",
      "system" : "https://fhir.by/ValueSet/UnitsOfMeasureBy",
      "code" : "mm[Hg]"
    }
  }]
}