FHIR IG analytics| Package | org.helex.ccm |
| Resource Type | CareTeam |
| Id | CareTeam-care-team-ccm-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CareTeam care-team-ccm-example
Profile: CareTeamCcm
status: Active
period: 2023-10-01 --> (ongoing)
| Role | Member | OnBehalfOf | Coverage[x] |
| Care coordinator | Practitioner Liina Lind | Organization Narva Haigla SA | 2023-10-01 --> (ongoing) |
{
"resourceType": "CareTeam",
"id": "care-team-ccm-example",
"meta": {
"profile": [
"http://helex.org/ig/ccm/StructureDefinition/care-team-ccm"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"subject": {
"reference": "Patient/patient-ccm-example"
},
"period": {
"start": "2023-10-01"
},
"participant": [
{
"role": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "309343006",
"display": "Care coordinator"
}
]
},
"member": {
"reference": "Practitioner/practitioner-ccm-example"
},
"onBehalfOf": {
"reference": "Organization/organization-ccm-example"
},
"coveragePeriod": {
"start": "2023-10-01"
}
}
]
}