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

FHIR IG analytics

Packageru.core
Resource TypeServiceRequest
IdServiceRequest-example-core-servicerequest-ivanov-consultation.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

Запрос на услугу: Консультация Иванова И.П.

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

  • Идентификатор: SR-2024-001 (официальный)
  • Статус: Активный
  • Намерение: Заказ (order)
  • Категория: Консультация (Consultation)
  • Приоритет: Плановый (routine)
  • Дата создания: 15.01.2024 09:00:00

Услуга:

  • Код услуги: A11.12.009
  • Название услуги: Взятие крови из периферической вены
  • Описание: Консультация терапевта

Участники:

  • Пациент: Иванов Иван Петрович (ссылка на Patient/example-core-patient-ivanov)
  • Случай обслуживания: Консультация терапевта (ссылка на Encounter/example-core-encounter-consultation)
  • Заказчик: Смирнов Александр Иванович (ссылка на PractitionerRole/example-core-practitionerrole-smirnov-therapist)
  • Исполнитель: Смирнов Александр Иванович (ссылка на PractitionerRole/example-core-practitionerrole-smirnov-therapist)

Source1

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