FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | CareTeam |
| Id | CareTeam-ltc-care-team-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CareTeam ltc-care-team-example
Profile: 長期照顧-照顧團隊
status: Active
name: 陳明慧照顧團隊
subject: 陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))
period: 2024-01-01 --> (ongoing)
participant
role: Registered nurse
member: PractitionerRole Registered nurse
period: 2024-01-01 --> (ongoing)
participant
role: Caregiver
member: RelatedPerson 陳志強
period: 2024-01-01 --> (ongoing)
managingOrganization: Organization 新北市私立安康老人長期照顧中心(養護型)
{
"resourceType": "CareTeam",
"id": "ltc-care-team-example",
"meta": {
"profile": [
"http://ltc-ig.fhir.tw/StructureDefinition/LTCCareTeam"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": "陳明慧照顧團隊",
"subject": {
"reference": "Patient/ltc-patient-chen-ming-hui"
},
"period": {
"start": "2024-01-01"
},
"participant": [
{
"role": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "224535009",
"display": "Registered nurse"
}
]
}
],
"member": {
"reference": "PractitionerRole/ltc-practitioner-role-nurse-example"
},
"period": {
"start": "2024-01-01"
}
},
{
"role": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "133932002",
"display": "Caregiver"
}
]
}
],
"member": {
"reference": "RelatedPerson/ltc-related-person-primary-caregiver-example"
},
"period": {
"start": "2024-01-01"
}
}
],
"managingOrganization": [
{
"reference": "Organization/ltc-organization-example"
}
]
}