{
  "resourceType" : "Observation",
  "id" : "ExampleVisionObservation2",
  "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" : "organ-of-vision",
      "display" : "Орган зрения"
    }]
  },
  "subject" : {
    "reference" : "Patient/ExamplePediatricPatientWithIdentificationNumber",
    "display" : "Семенова Анастасия Петровна"
  },
  "encounter" : {
    "reference" : "Encounter/ExampleEncounterAllergy",
    "display" : "Осмотр терапевта"
  },
  "effectiveDateTime" : "2024-07-22T11:12:21Z",
  "issued" : "2024-07-22T11:12:21Z",
  "performer" : [{
    "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c",
    "display" : "Филатов Олег Михайлович"
  }],
  "component" : [{
    "code" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/ObjectiveObsComponentCode",
        "code" : "OS",
        "display" : "OS (левый глаз)"
      }]
    },
    "valueString" : "0.7"
  },
  {
    "code" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/ObjectiveObsComponentCode",
        "code" : "OD",
        "display" : "OD (правый глаз)"
      }]
    },
    "valueString" : "0.8"
  },
  {
    "extension" : [{
      "url" : "https://fhir.by/StructureDefinition/AdditionComponentVisionCode",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/VisionPrescriptionCode",
          "code" : "Sph",
          "display" : "Sph"
        }]
      }
    }],
    "code" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/ObjectiveObsComponentCode",
        "code" : "OS",
        "display" : "OS (левый глаз)"
      }]
    },
    "valueQuantity" : {
      "value" : -0.75,
      "unit" : "D",
      "system" : "https://fhir.by/ValueSet/UnitsOfMeasureBy",
      "code" : "dpt"
    }
  },
  {
    "extension" : [{
      "url" : "https://fhir.by/StructureDefinition/AdditionComponentVisionCode",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/VisionPrescriptionCode",
          "code" : "Sph",
          "display" : "Sph"
        }]
      }
    }],
    "code" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/ObjectiveObsComponentCode",
        "code" : "OD",
        "display" : "OD (правый глаз)"
      }]
    },
    "valueQuantity" : {
      "value" : -0.5,
      "unit" : "D",
      "system" : "https://fhir.by/ValueSet/UnitsOfMeasureBy",
      "code" : "dpt"
    }
  }]
}