Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Condition",
"id" : "DiagnosisKneeArthritis",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/FinalDiagnosis"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/KindOfDiagnosis",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/KindOfDiagnosisCode",
"code" : "Final"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/AssertedDate",
"valueDateTime" : "2025-02-28"
}
],
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active"
}
]
},
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/InternClassificDiseases10",
"code" : "M17.3"
}
],
"text" : "M17.3 - Другие посттравматические гонартрозы"
},
"subject" : {
🔗 "reference" : "Patient/PatientForDemo"
},
"onsetDateTime" : "2025-02-28",
"recordedDate" : "2025-02-28",
"participant" : [
{
"actor" : {
🔗 "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
}
}
]
}