FHIR IG analytics| Package | ru.core |
| Resource Type | Encounter |
| Id | Encounter-example-core-encounter-consultation.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Основная информация:
Участники:
Участники случая:
Организация:
{
"resourceType": "Encounter",
"id": "example-core-encounter-consultation",
"meta": {
"profile": [
"https://fhir.ru/ig/core/StructureDefinition/core-encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "https://fhir.ru/ig/core/systems/encounter",
"value": "ENC-2024-001"
}
],
"status": "completed",
"class": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB",
"display": "ambulatory"
}
]
}
],
"priority": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
"code": "R",
"display": "Routine"
}
]
},
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/encounter-type",
"code": "CONS",
"display": "Consultation"
}
]
}
],
"subject": {
"reference": "Patient/example-core-patient-ivanov",
"display": "Иванов Иван Петрович"
},
"episodeOfCare": [
{
"reference": "EpisodeOfCare/example-core-episodeofcare-ivanov-2024",
"display": "Эпизод лечения Иванова И.П. 2024"
}
],
"serviceProvider": {
"reference": "Organization/example-core-organization-polyclinic",
"display": "ГБУЗ Городская поликлиника №1"
},
"participant": [
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "ATND",
"display": "attender"
}
]
}
],
"actor": {
"reference": "PractitionerRole/example-core-practitionerrole-smirnov-therapist",
"display": "Смирнов Александр Иванович"
}
},
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "PPRF",
"display": "primary performer"
}
]
}
],
"actor": {
"reference": "PractitionerRole/example-core-practitionerrole-smirnov-therapist",
"display": "Смирнов Александр Иванович"
}
}
],
"appointment": [
{
"reference": "Appointment/example-core-appointment-ivanov-consultation",
"display": "Прием пациента Иванова И.П."
}
],
"length": {
"value": 30,
"unit": "min",
"system": "http://unitsofmeasure.org",
"code": "min"
}
}