מדריך למטמיע - טופס 17
1.0.0 - ci-build
This page is part of the T17 IG (v1.0.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Appointment",
"id" : "t17-booked-appointment",
"meta" : {
"profile" : [
🔗 "http://ig.fhir-il-community.org/T17/StructureDefinition/t17-booked-appointment"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">פרטי התור עבורו נשלחה בקשה להתחייבות</div>"
},
"identifier" : [
{
"system" : "http://fhir.tlvmc.gov.il/Appointment/identifier",
"value" : "A-10005"
}
],
"status" : "booked",
"appointmentType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0276",
"code" : "FOLLOWUP"
}
]
},
"description" : "תור לביקור חוזר",
"start" : "2023-07-01T09:00:00Z",
"end" : "2023-09-01T10:00:00Z",
"created" : "2023-07-02",
"participant" : [
{
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code" : "SBJ",
"display" : "subject"
}
]
}
],
"actor" : {
"reference" : "urn:uuid:8be7c2eb-07a2-4dfb-b27d-821863201199",
"type" : "Patient",
"identifier" : {
"system" : "http://fhir.leumit.co.il/identifier/magnetic-card",
"value" : "1-123456-123456-789"
}
},
"status" : "accepted"
},
{
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code" : "PPRF",
"display" : "primary performer"
}
]
}
],
"actor" : {
"type" : "Practitioner",
"identifier" : {
"system" : "http://practitioners.health.gov.il/Practitioners",
"value" : "1-4281388"
}
},
"status" : "accepted"
}
]
}