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" : "Observation",
  "id" : "example-core-observation-ivanov-temperature",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Наблюдение: Температура тела Иванова И.П.</h3><p><em>Минимальный пример для использования в ссылках</em></p><ul><li><strong>Пациент:</strong> Иванов Иван Петрович</li><li><strong>Параметр:</strong> Температура тела</li><li><strong>Значение:</strong> 38.5°C</li><li><strong>Дата:</strong> 15.01.2024</li></ul></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "vital-signs",
          "display" : "Vital Signs"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "8310-5",
        "display" : "Body temperature"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/example-core-patient-ivanov",
    "display" : "Иванов Иван Петрович"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/example-core-encounter-consultation",
    "display" : "Консультация терапевта"
  },
  "effectiveDateTime" : "2024-01-15T10:00:00Z",
  "issued" : "2024-01-15T10:05:00Z",
  "performer" : [
    {
      🔗 "reference" : "PractitionerRole/example-core-practitionerrole-smirnov-therapist",
      "display" : "Смирнов Александр Иванович"
    }
  ],
  "valueQuantity" : {
    "value" : 38.5,
    "unit" : "°C",
    "system" : "http://unitsofmeasure.org",
    "code" : "Cel"
  }
}