FHIR IG analytics| Package | tw.gov.mohw.twss.base |
| Resource Type | Encounter |
| Id | Encounter-service-event-min.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
個案:Patient/pat-min "王小明"
服務案件:EpisodeOfCare/episode-base
服務提供機構:Organization/org-min
服務期間:2026-07-29T09:00:00+08:00 至 2026-07-29T10:00:00+08:00
{
"resourceType": "Encounter",
"id": "service-event-min",
"meta": {
"profile": [
"https://sfaa.gov.tw/base/StructureDefinition/ActualServiceEncounter-twss-base"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB",
"display": "ambulatory"
},
"subject": {
"reference": "Patient/pat-min"
},
"episodeOfCare": [
{
"reference": "EpisodeOfCare/episode-base"
}
],
"period": {
"start": "2026-07-29T09:00:00+08:00",
"end": "2026-07-29T10:00:00+08:00"
},
"serviceProvider": {
"reference": "Organization/org-min"
}
}