FHIR IG analytics| Package | hl7.fhir.us.qicore.r4 |
| Resource Type | CareTeam |
| Id | CareTeam-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CareTeam example
status: Active
subject: Eve Everywoman
| Role | Member |
| midwife | Mabel Midwife |
{
"resourceType": "CareTeam",
"id": "example",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"subject": {
"display": "Eve Everywoman"
},
"participant": [
{
"role": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationFunction",
"code": "MDWF",
"display": "midwife"
}
]
}
],
"member": {
"display": "Mabel Midwife"
}
}
]
}