FHIR IG analytics| Package | ihe.iti.scheduling |
| Resource Type | Appointment |
| Id | Appointment-appt1-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Appointment appt1-1
Profile: IHE ITI Appointment Profile
status: Booked
serviceType: Office Call
appointmentType: Routine
start: 2025-03-17 00:45:00+0000
end: 2025-03-17 01:00:00+0000
participant
actor: Dr Y
required: Required
status: Accepted
participant
actor: Napa Office
required: Required
status: Accepted
participant
actor: Meiko Lufhir Jr., PhD
required: Required
status: Accepted
requestedPeriod: 2024-03-15 20:00:00+0000 --> 2024-03-22 20:00:00+0000
{
"resourceType": "Appointment",
"id": "appt1-1",
"meta": {
"profile": [
"https://profiles.ihe.net/ITI/Scheduling/StructureDefinition/ihe-sched-appt"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "booked",
"serviceType": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "185389009",
"display": "Follow-up visit"
}
],
"text": "Office Call"
}
],
"appointmentType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0276",
"code": "ROUTINE"
}
],
"text": "Routine"
},
"start": "2025-03-17T00:45:00Z",
"end": "2025-03-17T01:00:00Z",
"participant": [
{
"actor": {
"reference": "Practitioner/dr-y",
"display": "Dr Y"
},
"required": "required",
"status": "accepted"
},
{
"actor": {
"display": "Napa Office"
},
"required": "required",
"status": "accepted"
},
{
"actor": {
"reference": "Patient/pat1",
"display": "Meiko Lufhir Jr., PhD"
},
"required": "required",
"status": "accepted"
}
],
"requestedPeriod": [
{
"start": "2024-03-15T20:00:00Z",
"end": "2024-03-22T20:00:00Z"
}
]
}