FHIR IG analytics| Package | ru.core |
| Resource Type | Appointment |
| Id | Appointment-example-core-appointment-ivanov-consultation.json |
| FHIR Version | R5 |
No resources found
No resources found
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
{
"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"
}
]
}