Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Condition",
"id" : "762cc6c8-7c3c-4241-b9d9-e89ec7afedc9",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/FinalDiagnosis"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/KindOfDiagnosis",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/KindOfDiagnosisCode",
"code" : "Preliminary",
"display" : "Предварительный диагноз"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/AssertedDate",
"valueDateTime" : "2025-02-03T20:30:00Z"
}
],
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active"
}
]
},
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/InternClassificDiseases10",
"code" : "R58",
"display" : "R58 - Кровотечения, не классифицированные в других рубриках"
}
]
},
"subject" : {
🔗 "reference" : "Patient/ExamplePatientWithIdentificationNumber"
},
"onsetDateTime" : "2025-02-03T20:30:00Z",
"recordedDate" : "2025-02-03",
"participant" : [
{
"actor" : {
🔗 "reference" : "PractitionerRole/PractitionerRoleForHospitalisation"
}
}
],
"note" : [
{
"text" : "Предварительныйы диагноз. Внутрибрюшное кровотечение. Аппендэктомия 03.02.2025"
}
]
}