FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | CareTeam |
| Id | CareTeam-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "CareTeam",
"id": "example",
"meta": {
"profile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-care-team"
]
},
"contained": [
{
"resourceType": "Practitioner",
"id": "pr1",
"meta": {
"profile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-practitioner"
]
},
"identifier": [
{
"system": "http://practitioners.health.gov.il/Practitioners",
"value": "1-1234"
}
],
"name": [
{
"family": "Dietician",
"given": [
"Dorothy"
]
}
]
}
],
"identifier": [
{
"value": "12345"
}
],
"status": "active",
"category": [
{
"coding": [
{
"code": "LA27976-2",
"system": "http://loinc.org",
"display": "Encounter-focused care team"
}
]
}
],
"name": "Peter James Charlmers Care Plan for Inpatient Encounter",
"subject": {
"reference": "Patient/patient-immigrant",
"display": "הרצל לוי"
},
"encounter": {
"reference": "Encounter/community-consultation"
},
"period": {
"end": "2013-01-01",
"start": "2012-11-01"
},
"participant": [
{
"role": [
{
"text": "responsiblePerson"
}
],
"member": {
"reference": "Patient/patient-immigrant",
"display": "Peter James Chalmers"
}
},
{
"role": [
{
"text": "adviser"
}
],
"member": {
"reference": "#pr1",
"display": "Dorothy Dietition"
},
"onBehalfOf": {
"reference": "Organization/meir-hospital"
},
"period": {
"end": "2013-01-01"
}
}
],
"managingOrganization": [
{
"reference": "Organization/meir-hospital"
}
],
"note": [
{
"text": "Care team formed upon hospital admission for nutrition consultation and follow-up."
}
]
}