FHIR IG analytics| Package | hl7.fhir.us.health-care-surveys-reporting.r4b |
| Resource Type | CareTeam |
| Id | CareTeam-careteam-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CareTeam careteam-example
status: Active
name: Respiratory Care Team
subject: Dominique369 Ledner144 Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))
period: 2025-01-02 --> (ongoing)
participant
role: Primary care physician (occupation)
member: Practitioner Joseph P Nichols (official)
onBehalfOf: Organization General Hospital
period: 2025-01-02 --> (ongoing)
participant
role: Physician
member: Practitioner Joseph P Nichols (official)
onBehalfOf: Organization General Hospital
period: 2025-01-02 --> (ongoing)
{
"resourceType": "CareTeam",
"id": "careteam-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam|6.1.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": "Respiratory Care Team",
"subject": {
"reference": "Patient/patient-ledner"
},
"encounter": {
"reference": "Encounter/encounter-ambulatory"
},
"period": {
"start": "2025-01-02"
},
"participant": [
{
"role": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "446050000",
"display": "Primary care physician (occupation)"
}
]
}
],
"member": {
"reference": "Practitioner/practitioner-1"
},
"onBehalfOf": {
"reference": "Organization/organization-example"
},
"period": {
"start": "2025-01-02"
}
},
{
"role": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "309343006",
"display": "Physician"
}
]
}
],
"member": {
"reference": "Practitioner/practitioner-1"
},
"onBehalfOf": {
"reference": "Organization/organization-example"
},
"period": {
"start": "2025-01-02"
}
}
]
}