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" : "Appointment",
  "id" : "example-core-appointment-ivanov-consultation",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment example-core-appointment-ivanov-consultation</b></p><a name=\"example-core-appointment-ivanov-consultation\"> </a><a name=\"hcexample-core-appointment-ivanov-consultation\"> </a><p><b>identifier</b>: <code>https://fhir.ru/ig/core/systems/appointment</code>/APT-2024-001\u00a0(use:\u00a0official,\u00a0)</p><p><b>status</b>: Fulfilled</p><p><b>serviceCategory</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-category 17}\">General Practice</span></p><p><b>specialty</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/c80-practice-codes GP}\">General Practice</span></p><p><b>appointmentType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0276 ROUTINE}\">Routine</span></p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActPriority R}\">Routine</span></p><p><b>description</b>: Консультация терапевта по поводу повышенной температуры</p><p><b>supportingInformation</b>: <a href=\"Observation-example-core-observation-ivanov-temperature.html\">Температура тела 38.5°C</a></p><p><b>start</b>: 2024-01-15 10:00:00+0000</p><p><b>end</b>: 2024-01-15 10:30:00+0000</p><p><b>minutesDuration</b>: 30</p><p><b>requestedPeriod</b>: 2024-01-15 09:00:00+0000 --&gt; 2024-01-15 11:00:00+0000</p><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType ATND}\">attender</span></p><p><b>actor</b>: <a href=\"PractitionerRole-example-core-practitionerrole-smirnov-therapist.html\">Смирнов Александр Иванович</a></p><p><b>required</b>: true</p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PPRF}\">primary performer</span></p><p><b>actor</b>: <a href=\"Patient-example-core-patient-ivanov.html\">Иванов Иван Петрович</a></p><p><b>required</b>: true</p><p><b>status</b>: Accepted</p></blockquote></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://fhir.ru/ig/core/systems/appointment",
      "value" : "APT-2024-001"
    }
  ],
  "status" : "fulfilled",
  "serviceCategory" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/service-category",
          "code" : "17",
          "display" : "General Practice"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/c80-practice-codes",
          "code" : "GP",
          "display" : "General Practice"
        }
      ]
    }
  ],
  "appointmentType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0276",
        "code" : "ROUTINE",
        "display" : "Routine"
      }
    ]
  },
  "priority" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
        "code" : "R",
        "display" : "Routine"
      }
    ]
  },
  "description" : "Консультация терапевта по поводу повышенной температуры",
  "supportingInformation" : [
    {
      🔗 "reference" : "Observation/example-core-observation-ivanov-temperature",
      "display" : "Температура тела 38.5°C"
    }
  ],
  "start" : "2024-01-15T10:00:00Z",
  "end" : "2024-01-15T10:30:00Z",
  "minutesDuration" : 30,
  "requestedPeriod" : [
    {
      "start" : "2024-01-15T09:00:00Z",
      "end" : "2024-01-15T11:00:00Z"
    }
  ],
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "ATND",
              "display" : "attender"
            }
          ]
        }
      ],
      "actor" : {
        🔗 "reference" : "PractitionerRole/example-core-practitionerrole-smirnov-therapist",
        "display" : "Смирнов Александр Иванович"
      },
      "required" : true,
      "status" : "accepted"
    },
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "PPRF",
              "display" : "primary performer"
            }
          ]
        }
      ],
      "actor" : {
        🔗 "reference" : "Patient/example-core-patient-ivanov",
        "display" : "Иванов Иван Петрович"
      },
      "required" : true,
      "status" : "accepted"
    }
  ]
}