Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Observation",
"id" : "ArterialBloodPressureFunctDiagn",
"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" : "arterial-blood-pressure"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PatientFunctDiagn",
"display" : "Иванов Василий Васильевич"
},
"encounter" : {
🔗 "reference" : "Encounter/EncounterFunctDiagn"
},
"effectiveDateTime" : "2024-04-07T11:12:21Z",
"performer" : [
{
🔗 "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c",
"display" : "Филатов Олег Михайлович"
}
],
"component" : [
{
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/VitalSignsCodes",
"code" : "systolic-arterial-blood-pressure"
}
]
},
"valueQuantity" : {
"value" : 140,
"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" : 95,
"unit" : "mm[Hg]",
"system" : "https://fhir.by/ValueSet/UnitsOfMeasureBy",
"code" : "mm[Hg]"
}
}
]
}