Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Observation",
"id" : "WeightMax",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/AnthropometricDataBy"
]
},
"status" : "registered",
"category" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ObservationCategoryCode",
"code" : "exam",
"userSelected" : false
}
]
}
],
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/AnthropoMetricCodes",
"code" : "body-weight"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PatientMax",
"display" : "Иванов Василий Васильевич"
},
"encounter" : {
🔗 "reference" : "Encounter/EncounterMax"
},
"effectiveDateTime" : "2024-04-07T11:12:21Z",
"performer" : [
{
🔗 "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c",
"display" : "Филатов Олег Михайлович"
}
],
"valueQuantity" : {
"value" : 90,
"unit" : "kg",
"system" : "https://fhir.by/ValueSet/UnitsOfMeasureBy",
"code" : "kg"
}
}