FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | EpisodeOfCare |
| Id | EpisodeOfCare-ltc-episodeofcare-cs100-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: EpisodeOfCare ltc-episodeofcare-cs100-example
Profile: 長照案件(CS100 專用版)
identifier: https://ltc-ig.fhir.tw/identifier/cs100/case-id/CASE-00001
status: Active
patient: 王小明 (no stated gender), DoB Unknown ( https://example.org/mrn#A0001)
managingOrganization: Organization 某某長照管理中心
period: 2025-10-01 --> (ongoing)
careManager: Practitioner 張個管
{
"resourceType": "EpisodeOfCare",
"id": "ltc-episodeofcare-cs100-example",
"meta": {
"profile": [
"http://ltc-ig.fhir.tw/StructureDefinition/LTC-EpisodeOfCare-CS100"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://ltc-ig.fhir.tw/identifier/cs100/case-id",
"value": "CASE-00001"
}
],
"status": "active",
"patient": {
"reference": "Patient/ltc-patient-cs100-example"
},
"managingOrganization": {
"reference": "Organization/ltc-organization-cs100-example"
},
"period": {
"start": "2025-10-01"
},
"careManager": {
"reference": "Practitioner/ltc-practitioner-cs100-example"
}
}