Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "ServiceRequest",
"id" : "ExampleServiceRequestKdl02",
"meta" : {
"lastUpdated" : "2025-05-05T10:30:00Z",
"profile" : [
🔗 "https://fhir.by/StructureDefinition/ServiceRequestLab"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/SpecialtyCode",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ServiceSpecialtyBy",
"code" : "C018",
"display" : "Лабораторная диагностика"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/RequestFromOrganization",
"valueReference" : {
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
}
}
],
"identifier" : [
{
"value" : "123",
"assigner" : {
🔗 "extension" : [
{
"url" : "https://fhir.by/StructureDefinition/LocationReference",
"valueReference" : {
🔗 "reference" : "Location/SurgeryUnit"
}
}
],
"reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
}
}
],
"status" : "active",
"intent" : "order",
"priority" : "routine",
"code" : {
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/TypesOfLabTests",
"code" : "1.1",
"display" : "Клинический анализ мочи, скрининг"
}
]
}
},
"orderDetail" : [
{
"parameter" : [
{
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ParamLabServiceRequest",
"code" : "test",
"display" : "Тест"
}
]
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/TypesOfLabTests",
"code" : "1.1.10",
"display" : "Лейкоциты"
}
]
}
},
{
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ParamLabServiceRequest",
"code" : "test",
"display" : "Тест"
}
]
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/TypesOfLabTests",
"code" : "1.1.11",
"display" : "Креатинин"
}
]
}
},
{
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ParamLabServiceRequest",
"code" : "test",
"display" : "Тест"
}
]
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/TypesOfLabTests",
"code" : "1.1.2",
"display" : "pH"
}
]
}
},
{
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ParamLabServiceRequest",
"code" : "test",
"display" : "Тест"
}
]
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/TypesOfLabTests",
"code" : "1.1.1",
"display" : "Удельный вес"
}
]
}
},
{
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ParamLabServiceRequest",
"code" : "test",
"display" : "Тест"
}
]
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/TypesOfLabTests",
"code" : "1.1.3",
"display" : "Белок"
}
]
}
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/ExamplePatientWithIdentificationNumber"
},
"encounter" : {
🔗 "reference" : "Encounter/ExampleEncounter"
},
"occurrenceDateTime" : "2025-03-19T16:30:00Z",
"authoredOn" : "2025-03-19",
"requester" : {
🔗 "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
},
"performer" : [
{
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
}
],
"location" : [
{
"reference" : {
🔗 "reference" : "Location/LabUnit"
}
}
],
"reason" : [
{
"reference" : {
🔗 "reference" : "Condition/ExampleDiagnosisHealthy"
}
}
]
}