{
  "resourceType" : "Observation",
  "id" : "BodyHeightBundleForTestWithoutId",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/AnthropometricDataBy"]
  },
  "status" : "registered",
  "category" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/ObservationCategoryCode",
      "code" : "exam",
      "userSelected" : false
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/AnthropoMetricCodes",
      "code" : "body-height"
    }]
  },
  "subject" : {
    "reference" : "Patient/ExampleForTestPatientWithoutId"
  },
  "encounter" : {
    "reference" : "Encounter/EncounterBundleForTestWithoutId"
  },
  "effectiveDateTime" : "2024-06-07T11:12:21Z",
  "performer" : [{
    "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
  }],
  "valueQuantity" : {
    "value" : 173,
    "unit" : "cm",
    "system" : "https://fhir.by/ValueSet/UnitsOfMeasureBy",
    "code" : "cm"
  }
}