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" : "Encounter",
  "id" : "example-core-encounter-consultation",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ru/ig/core/StructureDefinition/core-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Случай обслуживания: Консультация терапевта</h3><p><strong>Основная информация:</strong></p><ul><li><strong>Идентификатор:</strong> ENC-2024-001 (официальный)</li><li><strong>Статус:</strong> Завершен</li><li><strong>Класс:</strong> Амбулаторный (ambulatory)</li><li><strong>Тип:</strong> Консультация (Consultation)</li><li><strong>Приоритет:</strong> Плановый (Routine)</li></ul><p><strong>Участники:</strong></p><ul><li><strong>Пациент:</strong> <em>Иванов Иван Петрович</em> (ссылка на Patient/example-core-patient-ivanov)</li><li><strong>Эпизод лечения:</strong> <em>Эпизод лечения Иванова И.П. 2024</em> (ссылка на EpisodeOfCare/example-core-episodeofcare-ivanov-2024)</li></ul><p><strong>Участники случая:</strong></p><ul><li><strong>Тип участия:</strong> ATND (Участвующий)</li><li><strong>Участник:</strong> <em>Смирнов Александр Иванович</em> (ссылка на Practitioner/example-core-practitioner-smirnov)</li></ul><p><strong>Организация:</strong></p><ul><li><strong>Поставщик услуг:</strong> <em>ГБУЗ Городская поликлиника №1</em> (ссылка на Organization/example-core-organization-polyclinic)</li></ul></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://fhir.ru/ig/core/systems/encounter",
      "value" : "ENC-2024-001"
    }
  ],
  "status" : "completed",
  "class" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code" : "AMB",
          "display" : "ambulatory"
        }
      ]
    }
  ],
  "priority" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
        "code" : "R",
        "display" : "Routine"
      }
    ]
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/encounter-type",
          "code" : "CONS",
          "display" : "Consultation"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/example-core-patient-ivanov",
    "display" : "Иванов Иван Петрович"
  },
  "episodeOfCare" : [
    {
      🔗 "reference" : "EpisodeOfCare/example-core-episodeofcare-ivanov-2024",
      "display" : "Эпизод лечения Иванова И.П. 2024"
    }
  ],
  "serviceProvider" : {
    🔗 "reference" : "Organization/example-core-organization-polyclinic",
    "display" : "ГБУЗ Городская поликлиника №1"
  },
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "ATND",
              "display" : "attender"
            }
          ]
        }
      ],
      "actor" : {
        🔗 "reference" : "PractitionerRole/example-core-practitionerrole-smirnov-therapist",
        "display" : "Смирнов Александр Иванович"
      }
    },
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "PPRF",
              "display" : "primary performer"
            }
          ]
        }
      ],
      "actor" : {
        🔗 "reference" : "PractitionerRole/example-core-practitionerrole-smirnov-therapist",
        "display" : "Смирнов Александр Иванович"
      }
    }
  ],
  "appointment" : [
    {
      🔗 "reference" : "Appointment/example-core-appointment-ivanov-consultation",
      "display" : "Прием пациента Иванова И.П."
    }
  ],
  "length" : {
    "value" : 30,
    "unit" : "min",
    "system" : "http://unitsofmeasure.org",
    "code" : "min"
  }
}