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

FHIR IG analytics

Packageru.core
Resource TypeAppointment
IdAppointment-example-core-appointment-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

Generated Narrative: Appointment example-core-appointment-ivanov-consultation

identifier: https://fhir.ru/ig/core/systems/appointment/APT-2024-001 (use: official, )

status: Fulfilled

serviceCategory: General Practice

specialty: General Practice

appointmentType: Routine

priority: Routine

description: Консультация терапевта по поводу повышенной температуры

supportingInformation: Температура тела 38.5°C

start: 2024-01-15 10:00:00+0000

end: 2024-01-15 10:30:00+0000

minutesDuration: 30

requestedPeriod: 2024-01-15 09:00:00+0000 --> 2024-01-15 11:00:00+0000

participant

type: attender

actor: Смирнов Александр Иванович

required: true

status: Accepted

participant

type: primary performer

actor: Иванов Иван Петрович

required: true

status: Accepted


Source1

{
  "resourceType": "Appointment",
  "id": "example-core-appointment-ivanov-consultation",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}