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-min",
  "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-min</b></p><a name=\"example-core-appointment-ivanov-consultation-min\"> </a><a name=\"hcexample-core-appointment-ivanov-consultation-min\"> </a><p><b>identifier</b>: <code>https://fhir.ru/ig/core/systems/appointment</code>/APT-2024-001</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>start</b>: 2024-01-15 10:00:00+0000</p><p><b>end</b>: 2024-01-15 10:30: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-min.html\">PractitionerRole Врач-терапевт участковый</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-min.html\">Иван Иванов  Male, DoB: 1985-03-15 ( https://fhir.ru/ig/core/systems/snils#Core NamingSystem Идентификатор - СНИЛС#123-456-789-01)</a></p><p><b>required</b>: true</p><p><b>status</b>: Accepted</p></blockquote></div>"
  },
  "identifier" : [
    {
      "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" : "Консультация терапевта по поводу повышенной температуры",
  "start" : "2024-01-15T10:00:00Z",
  "end" : "2024-01-15T10:30:00Z",
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "ATND",
              "display" : "attender"
            }
          ]
        }
      ],
      "actor" : {
        🔗 "reference" : "PractitionerRole/example-core-practitionerrole-smirnov-therapist-min"
      },
      "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-min"
      },
      "required" : true,
      "status" : "accepted"
    }
  ]
}