0.2.0 - ci-build

RuCoreIG, published by HL7 FHIR Россия. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-ru/RuCoreIG/ and changes regularly. See the Directory of published versions

: Пример диагностического отчета - анализ крови Иванова И.П. - JSON Representation

Raw json | Download

{
  "resourceType" : "DiagnosticReport",
  "id" : "example-core-diagnosticreport-ivanov-blood-min",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ru/ig/core/StructureDefinition/core-diagnosticreport"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport example-core-diagnosticreport-ivanov-blood-min</b></p><a name=\"example-core-diagnosticreport-ivanov-blood-min\"> </a><a name=\"hcexample-core-diagnosticreport-ivanov-blood-min\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-core-diagnosticreport.html\">Core DiagnosticReport (Протокол исследования)</a></p></div><h2><span title=\"Codes:{http://loinc.org 58410-2}\">CBC panel - Blood by Automated count</span> </h2><table class=\"grid\"><tr><td>Subject</td><td>Иван Иванов  Male, DoB: 1985-03-15 ( https://fhir.ru/ig/core/systems/snils#Core NamingSystem Идентификатор - СНИЛС#123-456-789-01)</td></tr><tr><td>When For</td><td>2024-01-15 08:00:00+0000</td></tr><tr><td>Reported</td><td>2024-01-15 10:00:00+0000</td></tr><tr><td>Performer</td><td> <a href=\"PractitionerRole-example-core-practitionerrole-smirnov-therapist-min.html\">PractitionerRole Врач-терапевт участковый</a></td></tr><tr><td>Identifier</td><td> <code>https://fhir.ru/ig/core/systems/diagnosticreport</code>/DR-2024-001</td></tr></table><p><b>Report Details</b></p></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.ru/ig/core/systems/diagnosticreport",
      "value" : "DR-2024-001"
    }
  ],
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "58410-2",
        "display" : "CBC panel - Blood by Automated count"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/example-core-patient-ivanov-min"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/example-core-encounter-consultation-min"
  },
  "effectiveDateTime" : "2024-01-15T08:00:00Z",
  "issued" : "2024-01-15T10:00:00Z",
  "performer" : [
    {
      🔗 "reference" : "PractitionerRole/example-core-practitionerrole-smirnov-therapist-min"
    }
  ]
}