{
  "resourceType" : "Observation",
  "id" : "HeadCircumferenceInfant",
  "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" : "head-circumference"
    }]
  },
  "subject" : {
    "reference" : "Patient/ExamplePediatricPatientWithIdentificationNumber"
  },
  "encounter" : {
    "reference" : "Encounter/EncounterForInfantDispanserisation"
  },
  "effectiveDateTime" : "2024-04-04",
  "performer" : [{
    "reference" : "PractitionerRole/ExamplePediatricianRole"
  }],
  "valueQuantity" : {
    "value" : 35,
    "unit" : "см",
    "system" : "https://fhir.by/ValueSet/UnitsOfMeasureBy",
    "code" : "cm"
  }
}