FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | EpisodeOfCare |
| Id | EpisodeOfCare-ltc-episodeofcare-sdk-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-sdk-example
Profile: 長照 SDK-長照案件
identifier: https://ltc-ig.fhir.tw/identifier/sdk/r1.1-case-serial/123456789
status: Active
patient: 王小明 Male, DoB: 1950-01-01 ( Provider number (use: official, ))
managingOrganization: Organization OOO長期照顧管理中心
period: 2025-01-01 --> (ongoing)
{
"resourceType": "EpisodeOfCare",
"id": "ltc-episodeofcare-sdk-example",
"meta": {
"profile": [
"http://ltc-ig.fhir.tw/StructureDefinition/LTC-EpisodeOfCare-Payload"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://ltc-ig.fhir.tw/identifier/sdk/r1.1-case-serial",
"value": "123456789"
}
],
"status": "active",
"patient": {
"reference": "Patient/ltc-patient-sdk-example"
},
"managingOrganization": {
"reference": "Organization/ltc-organization-sdk-example"
},
"period": {
"start": "2025-01-01"
}
}