Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Observation",
"id" : "BodyHeightSelfExam",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/AnthropometricDataBy"
]
},
"status" : "registered",
"category" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ObservationCategoryCode",
"code" : "exam",
"userSelected" : true
}
]
}
],
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/AnthropoMetricCodes",
"code" : "body-height"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PatientForDemo",
"display" : "Иванов Василий Васильевич"
},
"effectiveDateTime" : "2024-07-22T11:12:21Z",
"performer" : [
{
🔗 "reference" : "Patient/PatientForDemo",
"display" : "Иванов Василий Васильевич"
}
],
"valueQuantity" : {
"value" : 171,
"unit" : "cm",
"system" : "https://fhir.by/ValueSet/UnitsOfMeasureBy",
"code" : "cm"
}
}