FHIR IG analytics| Package | ru.core |
| Resource Type | CareTeam |
| Id | CareTeam-example-core-careteam-ivanov.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Основная информация:
Пациент:
Участники бригады:
Дополнительные участники:
{
"resourceType": "CareTeam",
"id": "example-core-careteam-ivanov",
"meta": {
"profile": [
"https://fhir.ru/ig/core/StructureDefinition/core-careteam"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "https://fhir.ru/ig/core/systems/careteam",
"value": "CT-2024-001"
}
],
"status": "active",
"name": "Бригада по лечению Иванова И.П.",
"subject": {
"reference": "Patient/example-core-patient-ivanov",
"display": "Иванов Иван Петрович"
},
"period": {
"start": "2024-01-01",
"end": "2024-12-31"
},
"participant": [
{
"role": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/participant-role",
"code": "PPRF",
"display": "Primary Care Provider"
}
]
},
"member": {
"reference": "PractitionerRole/example-core-practitionerrole-smirnov-therapist",
"display": "Смирнов Александр Иванович"
},
"onBehalfOf": {
"reference": "Organization/example-core-organization-polyclinic",
"display": "ГБУЗ Городская поликлиника №1"
}
},
{
"role": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/participant-role",
"code": "ADM",
"display": "Admitter"
}
]
},
"member": {
"reference": "PractitionerRole/example-core-practitionerrole-nurse",
"display": "Медсестра Петрова М.И."
},
"onBehalfOf": {
"reference": "Organization/example-core-organization-polyclinic",
"display": "ГБУЗ Городская поликлиника №1"
}
}
],
"managingOrganization": [
{
"reference": "Organization/example-core-organization-polyclinic",
"display": "ГБУЗ Городская поликлиника №1"
}
],
"note": [
{
"authorReference": {
"reference": "PractitionerRole/example-core-practitionerrole-smirnov-therapist",
"display": "Смирнов Александр Иванович"
},
"time": "2024-01-15T10:30:00Z",
"text": "Пациент направлен на дополнительные обследования"
}
]
}