Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Observation",
"id" : "IntraocularPressure",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/VitalSignsBy"
]
},
"status" : "registered",
"category" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ObservationCategoryCode",
"code" : "vital-signs",
"userSelected" : false
}
]
}
],
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/VitalSignsCodes",
"code" : "intraocular-pressure",
"display" : "Внутриглазное давление"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PatientFullBundle",
"display" : "Василий Васильевич Иванов"
},
"encounter" : {
🔗 "reference" : "Encounter/EncounterFullBundle"
},
"effectiveDateTime" : "2025-04-02T11:12:21Z",
"performer" : [
{
🔗 "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c",
"display" : "Филатов Олег Михайлович"
}
],
"component" : [
{
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/VitalSignsCodes",
"code" : "intraocular-pressure-OD",
"display" : "Внутриглазное давление (правый глаз)"
}
]
},
"valueQuantity" : {
"value" : 20,
"unit" : "mm[Hg]",
"system" : "https://fhir.by/ValueSet/UnitsOfMeasureBy",
"code" : "mm[Hg]"
},
"interpretation" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/InterpretationResult",
"code" : "N",
"display" : "Нормальный (в пределах референсного диапазона)"
}
]
}
]
},
{
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/VitalSignsCodes",
"code" : "intraocular-pressure-OS",
"display" : "Внутриглазное давление (левый глаз)"
}
]
},
"valueQuantity" : {
"value" : 19,
"unit" : "mm[Hg]",
"system" : "https://fhir.by/ValueSet/UnitsOfMeasureBy",
"code" : "mm[Hg]"
},
"interpretation" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/InterpretationResult",
"code" : "N",
"display" : "Нормальный (в пределах референсного диапазона)"
}
]
}
]
}
]
}