Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Slot",
"id" : "SlotGeneralPractitionerFree",
"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" : false
},
{
"url" : "https://fhir.by/StructureDefinition/OrganizationReference",
"valueReference" : {
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
}
},
{
"url" : "https://fhir.by/StructureDefinition/LocationReference",
"valueReference" : {
🔗 "reference" : "Location/TherapyUnit"
}
},
{
"url" : "https://fhir.by/StructureDefinition/AgesSlot",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/AgesSlot",
"code" : "1",
"display" : "взрослый"
}
]
}
}
],
"serviceCategory" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
"code" : "02/1",
"display" : "Амбулаторно-поликлиническая помощь взрослому населению"
}
]
}
],
"serviceType" : [
{
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/MedicalServiceType",
"code" : "C075.1",
"display" : "Прием (осмотр, консультация) врача общей практики"
}
]
}
}
],
"specialty" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ServiceSpecialtyBy",
"code" : "C075",
"display" : "общая практика"
}
]
}
],
"appointmentType" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/SlotAppointmentTypeBy",
"code" : "followup",
"display" : "повторный прием"
}
]
}
],
"schedule" : {
🔗 "reference" : "Schedule/ScheduleUSD"
},
"status" : "free",
"start" : "2024-12-09T11:40:00Z",
"end" : "2024-12-09T12:00:00Z"
}