{
  "resourceType" : "DiagnosticReport",
  "id" : "ExampleDRpedECG",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/FunctDiagDiagnosticReport"]
  },
  "basedOn" : [{
    "reference" : "ServiceRequest/ExampleSRpedECG"
  }],
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
      "code" : "02/3",
      "display" : "Амбулаторно-поликлиническая помощь детскому населению"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/VSDiagnosticMethodsFD",
      "code" : "A05-10-002",
      "display" : "Дополнительные ЭКГ-отведения"
    }]
  },
  "subject" : {
    "reference" : "Patient/ExamplePediatricPatientWithIdentificationNumber"
  },
  "encounter" : {
    "reference" : "Encounter/EncounterForInfantDispanserisation"
  },
  "effectiveDateTime" : "2024-04-04",
  "issued" : "2024-04-04T12:10:00Z",
  "performer" : [{
    "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
  }],
  "resultsInterpreter" : [{
    "reference" : "PractitionerRole/ExamplePediatricianRole"
  }],
  "result" : [{
    "reference" : "Observation/ExampleFuncDiagnECG"
  }],
  "conclusion" : "Синусовый ритм, ЧСС 135 уд/мин, вертикальное положение ЭОС"
}