FHIR IG analytics| Package | tw.gov.mohw.twss.base |
| Resource Type | Encounter |
| Id | Encounter-meeting-min.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Encounter",
"id": "meeting-min",
"meta": {
"profile": [
"https://sfaa.gov.tw/base/StructureDefinition/MeetingEncounter-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"
},
"location": [
{
"location": {
"reference": "Location/location-min"
}
}
]
}