FHIR IG analytics| Package | ru.core |
| Resource Type | Appointment |
| Id | Appointment-example-core-appointment-ivanov-consultation-min.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-min
identifier: https://fhir.ru/ig/core/systems/appointment/APT-2024-001
status: Fulfilled
serviceCategory: General Practice
specialty: General Practice
appointmentType: Routine
priority: Routine
description: Консультация терапевта по поводу повышенной температуры
start: 2024-01-15 10:00:00+0000
end: 2024-01-15 10:30:00+0000
participant
type: attender
actor: PractitionerRole Врач-терапевт участковый
required: true
status: Accepted
participant
type: primary performer
actor: Иван Иванов Male, DoB: 1985-03-15 ( СНИЛС)
required: true
status: Accepted
{
"resourceType": "Appointment",
"id": "example-core-appointment-ivanov-consultation-min",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}