Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Observation",
"id" : "BodyTemperatureSelfExam",
"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" : "body-temperature"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PatientForDemo",
"display" : "Иванов Василий Васильевич"
},
"effectiveDateTime" : "2024-07-22T11:12:21Z",
"performer" : [
{
🔗 "reference" : "Patient/PatientForDemo",
"display" : "Иванов Василий Васильевич"
}
],
"valueQuantity" : {
"value" : 36.7,
"unit" : "Cel",
"system" : "https://fhir.by/ValueSet/UnitsOfMeasureBy",
"code" : "Cel"
}
}