FHIR IG analytics| Package | ru.core |
| Resource Type | EpisodeOfCare |
| Id | EpisodeOfCare-example-core-episodeofcare-ivanov-2024.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Основная информация:
Участники:
Период:
{
"resourceType": "EpisodeOfCare",
"id": "example-core-episodeofcare-ivanov-2024",
"meta": {
"profile": [
"https://fhir.ru/ig/core/StructureDefinition/core-episodeofcare"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "https://fhir.ru/ig/core/systems/episode",
"value": "EP-2024-001"
}
],
"status": "active",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/episodeofcare-type",
"code": "hacc",
"display": "Home and Community Care"
}
]
}
],
"patient": {
"reference": "Patient/example-core-patient-ivanov",
"display": "Иванов Иван Петрович"
},
"managingOrganization": {
"reference": "Organization/example-core-organization-polyclinic",
"display": "ГБУЗ Городская поликлиника №1"
},
"period": {
"start": "2024-01-01",
"end": "2024-12-31"
},
"careManager": {
"reference": "PractitionerRole/example-core-practitionerrole-smirnov-therapist",
"display": "Смирнов Александр Иванович"
}
}