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" : "Condition",
  "id" : "example-core-condition-ivanov-fever",
  "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> Активное</li><li><strong>Дата начала:</strong> 15.01.2024</li></ul></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active",
        "display" : "Active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "confirmed",
        "display" : "Confirmed"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "problem-list-item",
          "display" : "Problem List Item"
        }
      ]
    }
  ],
  "severity" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "255604002",
        "display" : "Mild"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "386661006",
        "display" : "Fever"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/example-core-patient-ivanov",
    "display" : "Иванов Иван Петрович"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/example-core-encounter-consultation",
    "display" : "Консультация терапевта"
  },
  "onsetDateTime" : "2024-01-15T08:00:00Z",
  "recordedDate" : "2024-01-15T10:30:00Z",
  "participant" : [
    {
      "function" : {
        "coding" : [
          {
            "code" : "author"
          }
        ],
        "text" : "выставил диагноз"
      },
      "actor" : {
        🔗 "reference" : "PractitionerRole/example-core-practitionerrole-smirnov-therapist",
        "display" : "Смирнов Александр Иванович, терапевт"
      }
    }
  ]
}