FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageru.core
Resource TypeEpisodeOfCare
IdEpisodeOfCare-example-core-episodeofcare-ivanov-2024.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Эпизод лечения: Иванов И.П. 2024

Основная информация:

  • Идентификатор: EOC-2024-001 (официальный)
  • Статус: Активный
  • Тип: Амбулаторный (ambulatory)

Участники:

  • Пациент: Иванов Иван Петрович (ссылка на Patient/example-core-patient-ivanov)
  • Управляющая организация: ГБУЗ Городская поликлиника №1 (ссылка на Organization/example-core-organization-polyclinic)

Период:

  • Дата начала: 01.01.2024
  • Статус: Активный эпизод

Source1

{
  "resourceType": "EpisodeOfCare",
  "id": "example-core-episodeofcare-ivanov-2024",
  "meta": {
    "profile": [
      "https://fhir.ru/ig/core/StructureDefinition/core-episodeofcare"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "https://fhir.ru/ig/core/systems/episode",
      "value": "EP-2024-001"
    }
  ],
  "status": "active",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/episodeofcare-type",
          "code": "hacc",
          "display": "Home and Community Care"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/example-core-patient-ivanov",
    "display": "Иванов Иван Петрович"
  },
  "managingOrganization": {
    "reference": "Organization/example-core-organization-polyclinic",
    "display": "ГБУЗ Городская поликлиника №1"
  },
  "period": {
    "start": "2024-01-01",
    "end": "2024-12-31"
  },
  "careManager": {
    "reference": "PractitionerRole/example-core-practitionerrole-smirnov-therapist",
    "display": "Смирнов Александр Иванович"
  }
}