{
  "resourceType" : "Observation",
  "id" : "ExamplePostureObservation",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/ObservationObjective"]
  },
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/ObservationCategoryCode",
      "code" : "exam"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/ObservationObjectiveCode",
      "code" : "musculoskeletal",
      "display" : "Опорно-двигательный аппарат"
    }]
  },
  "subject" : {
    "reference" : "Patient/ExamplePediatricPatientWithIdentificationNumber"
  },
  "encounter" : {
    "reference" : "Encounter/EncounterForPediatricDispanserisation",
    "display" : "Осмотр хирурга"
  },
  "effectiveDateTime" : "2041-01-12T11:12:21Z",
  "issued" : "2041-01-12T11:12:21Z",
  "performer" : [{
    "reference" : "PractitionerRole/ExamplePediatricianRole"
  }],
  "valueString" : "Без патологий"
}