FHIR IG analytics| Package | silth.fhir.th.claimcon |
| Resource Type | Appointment |
| Id | Appointment-appointment-ssop.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-ssop "" | tentative |
requestedPeriod: 2023-06-10 --> (ongoing)
{
"resourceType": "Appointment",
"id": "appointment-ssop",
"meta": {
"source": "ssop",
"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-ssop"
},
"status": "tentative"
}
],
"requestedPeriod": [
{
"start": "2023-06-10"
}
]
}