Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Condition",
"id" : "7465e01e-6818-4d4c-99f9-143c3c5ff03b",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/FinalDiagnosis"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/KindOfDiagnosis",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/KindOfDiagnosisCode",
"code" : "Clinical",
"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" : "Внутрибрюшное кровотечение. Раннее послеоперационное осложнение."
}
]
}