FHIR IG analytics| Package | ru.core |
| Resource Type | CareTeam |
| Id | CareTeam-example-core-careteam-ivanov-min.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CareTeam example-core-careteam-ivanov-min
Profile: Core CareTeam (Бригада)
identifier: https://fhir.ru/ig/core/systems/careteam/CT-2024-001
status: Active
name: Бригада по лечению Иванова И.П.
| Role | Member |
| Primary Care Provider | PractitionerRole Врач-терапевт участковый |
{
"resourceType": "CareTeam",
"id": "example-core-careteam-ivanov-min",
"meta": {
"profile": [
"https://fhir.ru/ig/core/StructureDefinition/core-careteam"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://fhir.ru/ig/core/systems/careteam",
"value": "CT-2024-001"
}
],
"status": "active",
"name": "Бригада по лечению Иванова И.П.",
"subject": {
"reference": "Patient/example-core-patient-ivanov-min"
},
"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-min"
}
}
]
}