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

: Пример запроса на услугу - консультация Иванова И.П. - XML Representation

Raw xml | Download


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="example-core-servicerequest-ivanov-consultation"/>
  <meta>
    <profile
             value="https://fhir.ru/ig/core/StructureDefinition/core-servicerequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3>Запрос на услугу: Консультация Иванова И.П.</h3><p><strong>Основная информация:</strong></p><ul><li><strong>Идентификатор:</strong> SR-2024-001 (официальный)</li><li><strong>Статус:</strong> Активный</li><li><strong>Намерение:</strong> Заказ (order)</li><li><strong>Категория:</strong> Консультация (Consultation)</li><li><strong>Приоритет:</strong> Плановый (routine)</li><li><strong>Дата создания:</strong> 15.01.2024 09:00:00</li></ul><p><strong>Услуга:</strong></p><ul><li><strong>Код услуги:</strong> A11.12.009</li><li><strong>Название услуги:</strong> Взятие крови из периферической вены</li><li><strong>Описание:</strong> Консультация терапевта</li></ul><p><strong>Участники:</strong></p><ul><li><strong>Пациент:</strong> <em>Иванов Иван Петрович</em> (ссылка на Patient/example-core-patient-ivanov)</li><li><strong>Случай обслуживания:</strong> <em>Консультация терапевта</em> (ссылка на Encounter/example-core-encounter-consultation)</li><li><strong>Заказчик:</strong> <em>Смирнов Александр Иванович</em> (ссылка на PractitionerRole/example-core-practitionerrole-smirnov-therapist)</li><li><strong>Исполнитель:</strong> <em>Смирнов Александр Иванович</em> (ссылка на PractitionerRole/example-core-practitionerrole-smirnov-therapist)</li></ul></div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="https://fhir.ru/ig/core/systems/servicerequest"/>
    <value value="SR-2024-001"/>
  </identifier>
  <status value="active"/>
  <intent value="order"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/servicerequest-category"/>
      <code value="consultation"/>
      <display value="Consultation"/>
    </coding>
  </category>
  <priority value="routine"/>
  <code>
    <concept>
      <coding>
        <system
                value="https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-medical-services"/>
        <code value="A11.12.009"/>
        <display
                 value="Взятие крови из периферической вены (в справочнике нет нужной услуги)"/>
      </coding>
      <text value="Консультация терапевта"/>
    </concept>
  </code>
  <subject>🔗 
    <reference value="Patient/example-core-patient-ivanov"/>
    <display value="Иванов Иван Петрович"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/example-core-encounter-consultation"/>
    <display value="Консультация терапевта"/>
  </encounter>
  <authoredOn value="2024-01-15T09:00:00Z"/>
  <requester>🔗 
    <reference
               value="PractitionerRole/example-core-practitionerrole-smirnov-therapist"/>
    <display value="Смирнов Александр Иванович"/>
  </requester>
  <performer>🔗 
    <reference
               value="PractitionerRole/example-core-practitionerrole-smirnov-therapist"/>
    <display value="Смирнов Александр Иванович"/>
  </performer>
  <reason>
    <concept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="386661006"/>
        <display value="Fever"/>
      </coding>
    </concept>
  </reason>
  <reason>
    <reference>🔗 
      <reference
                 value="Observation/example-core-observation-ivanov-temperature"/>
      <display value="Температура тела 38.5°C"/>
    </reference>
  </reason>
  <insurance>🔗 
    <reference value="Coverage/example-core-coverage-ivanov-oms"/>
    <display value="ОМС Иванова И.П."/>
  </insurance>
  <supportingInfo>
    <reference>🔗 
      <reference
                 value="Observation/example-core-observation-ivanov-temperature"/>
      <display value="Температура тела 38.5°C"/>
    </reference>
  </supportingInfo>
  <specimen>
    <reference value="Specimen/example-core-specimen-ivanov-blood"/>
    <display value="Образец крови Иванова И.П."/>
  </specimen>
  <bodySite>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="368209003"/>
      <display value="Right arm"/>
    </coding>
  </bodySite>
  <note>
    <authorReference>🔗 
      <reference
                 value="PractitionerRole/example-core-practitionerrole-smirnov-therapist"/>
      <display value="Смирнов Александр Иванович"/>
    </authorReference>
    <time value="2024-01-15T09:00:00Z"/>
    <text value="Пациент жалуется на повышенную температуру"/>
  </note>
</ServiceRequest>