FHIR IG analytics| Package | ig.fhir-il-community.org.t17 |
| Resource Type | Appointment |
| Id | Appointment-t17-booked-appointment.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Appointment",
"id": "t17-booked-appointment",
"meta": {
"profile": [
"http://ig.fhir-il-community.org/T17/StructureDefinition/t17-booked-appointment"
]
},
"text": {
"div": "<!-- snip (see above) -->",
"status": "generated"
},
"identifier": [
{
"system": "http://fhir.tlvmc.gov.il/Appointment/identifier",
"value": "A-10005"
}
],
"participant": [
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "SBJ",
"display": "subject"
}
]
}
],
"actor": {
"identifier": {
"system": "http://fhir.leumit.co.il/identifier/magnetic-card",
"value": "1-123456-123456-789"
},
"reference": "urn:uuid:8be7c2eb-07a2-4dfb-b27d-821863201199",
"type": "Patient"
},
"status": "accepted"
},
{
"type": [
{
"coding": [
{
"code": "PPRF",
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"display": "primary performer"
}
]
}
],
"actor": {
"identifier": {
"system": "http://practitioners.health.gov.il/Practitioners",
"value": "1-4281388"
},
"type": "Practitioner"
},
"status": "accepted"
}
],
"status": "booked",
"appointmentType": {
"coding": [
{
"code": "FOLLOWUP",
"system": "http://terminology.hl7.org/CodeSystem/v2-0276"
}
]
},
"description": "תור לביקור חוזר",
"start": "2023-07-01T09:00:00Z",
"end": "2023-09-01T10:00:00Z",
"created": "2023-07-02"
}