FHIR IG analytics| Package | silth.fhir.th.claimcon |
| Resource Type | Appointment |
| Id | Appointment-appointment-csop.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Appointment
status: booked
| Actor | Status |
| Patient/patient-csop "" | tentative |
requestedPeriod: 2023-06-10 --> (ongoing)
{
"resourceType": "Appointment",
"id": "appointment-csop",
"meta": {
"source": "csop",
"profile": [
"https://fhir-ig.sil-th.org/th/claimcon/StructureDefinition/claimcon-appointment-base"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "booked",
"participant": [
{
"actor": {
"reference": "Patient/patient-csop"
},
"status": "tentative"
}
],
"requestedPeriod": [
{
"start": "2023-06-10"
}
]
}