Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Slot",
"id" : "SlotLabFree",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/SlotBy"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/PaidSlot",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/EncounterTypeOfService",
"code" : "free"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/WithServiceRequest",
"valueBoolean" : true
},
{
"url" : "https://fhir.by/StructureDefinition/OrganizationReference",
"valueReference" : {
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
}
},
{
"url" : "https://fhir.by/StructureDefinition/LocationReference",
"valueReference" : {
🔗 "reference" : "Location/LabUnit"
}
},
{
"url" : "https://fhir.by/StructureDefinition/CabinetNumber",
"valueString" : "кабинет №125"
},
{
"url" : "https://fhir.by/StructureDefinition/AgesSlot",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/AgesSlot",
"code" : "3",
"display" : "смешанный"
}
]
}
}
],
"serviceCategory" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
"code" : "03/3",
"display" : "Амбулаторно-поликлиническая диагностика для детского населения"
}
]
}
],
"serviceType" : [
{
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/MedicalServiceType",
"code" : "C018.3",
"display" : "Анализ крови биохимический общетерапевтический"
}
]
}
}
],
"specialty" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ServiceSpecialtyBy",
"code" : "C018",
"display" : "Лабораторная диагностика"
}
]
}
],
"appointmentType" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/SlotAppointmentTypeBy",
"code" : "routin"
}
]
}
],
"schedule" : {
🔗 "reference" : "Schedule/ScheduleLab"
},
"status" : "free",
"start" : "2024-08-09T08:00:00Z",
"end" : "2024-08-09T08:15:00Z"
}