Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Observation",
"id" : "BloodPressureSelfExam",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/VitalSignsBy"
]
},
"status" : "registered",
"category" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ObservationCategoryCode",
"code" : "vital-signs",
"userSelected" : true
}
]
}
],
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/VitalSignsCodes",
"code" : "arterial-blood-pressure"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PatientForDemo",
"display" : "Иванов Василий Васильевич"
},
"effectiveDateTime" : "2024-07-22T11:12:21Z",
"performer" : [
{
🔗 "reference" : "Patient/PatientForDemo",
"display" : "Иванов Василий Васильевич"
}
],
"component" : [
{
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/VitalSignsCodes",
"code" : "systolic-arterial-blood-pressure"
}
]
},
"valueQuantity" : {
"value" : 145,
"unit" : "mm[Hg]",
"system" : "https://fhir.by/ValueSet/UnitsOfMeasureBy",
"code" : "mm[Hg]"
}
},
{
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/VitalSignsCodes",
"code" : "diastolic-arterial-blood-pressure"
}
]
},
"valueQuantity" : {
"value" : 85,
"unit" : "mm[Hg]",
"system" : "https://fhir.by/ValueSet/UnitsOfMeasureBy",
"code" : "mm[Hg]"
}
}
]
}