Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Appointment",
"id" : "ExampleAppointmentSlot3",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/AppointmentBy"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/PaidSlot",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/EncounterTypeOfService",
"code" : "free",
"display" : "Бесплатные услуги"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/ServiceRequestAppointed",
"valueReference" : {
🔗 "reference" : "ServiceRequest/ExampleSRSurgeonForDispanserisation"
}
}
],
"identifier" : [
{
"value" : "A003",
"assigner" : {
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
}
}
],
"status" : "pending",
"serviceCategory" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
"code" : "03/3",
"display" : "Амбулаторно-поликлиническая диагностика для детского населения"
}
]
}
],
"serviceType" : [
{
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/MedicalServiceType",
"code" : "C010.1",
"display" : "Прием (осмотр, консультация) врача - детского хирурга"
}
]
}
}
],
"specialty" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ServiceSpecialtyBy",
"code" : "C010",
"display" : "Хирургия"
}
]
}
],
"appointmentType" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/SlotAppointmentTypeBy",
"code" : "routin",
"display" : "плановый первичный прием"
}
]
},
"reason" : [
{
"concept" : {
"text" : "Боли в мышцах, которые беспокоят длительное время"
}
}
],
"priority" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/HealthCareForms",
"code" : "planned",
"display" : "Плановая медицинская помощь"
}
]
},
"start" : "2024-08-09T08:00:00Z",
"end" : "2024-08-09T08:15:00Z",
"slot" : [
{
🔗 "reference" : "Slot/SlotSurgeryFree"
}
],
"created" : "2024-08-05T08:15:00Z",
"subject" : {
🔗 "reference" : "Patient/ExamplePediatricPatientWithIdentificationNumber"
},
"participant" : [
{
"actor" : {
🔗 "reference" : "PractitionerRole/ExamplePediatricianRole"
},
"status" : "accepted"
}
]
}