{
  "resourceType" : "DiagnosticReport",
  "id" : "ExampleUSLiverResult",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/UltrasoundDiagnosticReport"]
  },
  "extension" : [{
    "url" : "https://fhir.by/StructureDefinition/LocationReference",
    "valueReference" : {
      "reference" : "Location/SurgeryUnit"
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/RecomendationForFuncDiagConclusion",
    "valueString" : "Рекомендуется консультация педиатра."
  },
  {
    "url" : "https://fhir.by/StructureDefinition/ExaminationPriority",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/ExaminationPriority",
        "code" : "routine",
        "display" : "планово"
      }]
    }
  }],
  "identifier" : [{
    "value" : "A012345",
    "assigner" : {
      "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
    }
  }],
  "basedOn" : [{
    "reference" : "ExampleServiceRequestImaging"
  }],
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
      "code" : "03/3",
      "display" : "Амбулаторно-поликлиническая диагностика для детского населения"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/UltrasoundTypes",
      "code" : "A04-14-001",
      "display" : "УЗИ печени"
    }]
  },
  "subject" : {
    "reference" : "Patient/ExamplePediatricPatientWithIdentificationNumber"
  },
  "encounter" : {
    "reference" : "Encounter/EncounterForInfantDispanserisation"
  },
  "effectivePeriod" : {
    "start" : "2025-04-04T12:05:00Z",
    "end" : "2025-04-04T12:15:00Z"
  },
  "issued" : "2025-04-04T12:20:00Z",
  "performer" : [{
    "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
  }],
  "resultsInterpreter" : [{
    "reference" : "PractitionerRole/ExamplePediatricianRole"
  }],
  "result" : [{
    "reference" : "Observation/ExampleUSLIVERTextDescription"
  }],
  "note" : [{
    "text" : "Исследование проведено повторно (первое исследование проводилось 01.01.2025). Жалобы на периодические боли в животе без четкой локализации."
  }],
  "study" : [{
    "reference" : "ImagingStudy/c1d7b007-6ffe-49e9-b939-ed1e5e4b36fe"
  }],
  "supportingInfo" : [{
    "type" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/TypeSupportingInfo",
        "code" : "observation",
        "display" : "Показатели исследования"
      }]
    },
    "reference" : {
      "reference" : "Observation/ExampleUsLIVER"
    }
  }],
  "conclusion" : "Ультразвуковых признаков патологических изменений не выявлено."
}