{
  "resourceType" : "Observation",
  "id" : "HeightMax",
  "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/PatientMax",
    "display" : "Иванов Василий Васильевич"
  },
  "encounter" : {
    "reference" : "Encounter/EncounterMax"
  },
  "effectiveDateTime" : "2024-04-07T11:12:21Z",
  "performer" : [{
    "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c",
    "display" : "Филатов Олег Михайлович"
  }],
  "valueQuantity" : {
    "value" : 180,
    "unit" : "cm",
    "system" : "https://fhir.by/ValueSet/UnitsOfMeasureBy",
    "code" : "cm"
  }
}