Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Condition",
"id" : "ExampleDiagnosisaBiteOrBlowInflictedDog",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/FinalDiagnosis"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/KindOfDiagnosis",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/KindOfDiagnosisCode",
"code" : "Preliminary"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/AssertedDate",
"valueDateTime" : "2025-04-22"
}
],
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active"
}
]
},
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/InternClassificDiseases10",
"code" : "W54",
"display" : "W54 - Укус или удар, нанесенный собакой"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PatientForDemo"
},
"onsetDateTime" : "2025-04-22",
"recordedDate" : "2025-04-22"
}