FHIR IG analytics| Package | ru.core |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-example-core-diagnosticreport-ivanov-blood.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Основная информация:
Участники:
Материалы и результаты:
Заключение:
Представленная форма:
{
"resourceType": "DiagnosticReport",
"id": "example-core-diagnosticreport-ivanov-blood",
"meta": {
"profile": [
"https://fhir.ru/ig/core/StructureDefinition/core-diagnosticreport"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "https://fhir.ru/ig/core/systems/diagnosticreport",
"value": "DR-2024-001"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"code": "LAB",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "58410-2",
"display": "CBC panel - Blood by Automated count"
}
],
"text": "Общий анализ крови"
},
"subject": {
"reference": "Patient/example-core-patient-ivanov",
"display": "Иванов Иван Петрович"
},
"encounter": {
"reference": "Encounter/example-core-encounter-consultation",
"display": "Консультация терапевта"
},
"effectiveDateTime": "2024-01-15T08:00:00Z",
"issued": "2024-01-15T10:00:00Z",
"performer": [
{
"reference": "PractitionerRole/example-core-practitionerrole-smirnov-therapist",
"display": "Смирнов Александр Иванович"
}
],
"resultsInterpreter": [
{
"reference": "PractitionerRole/example-core-practitionerrole-smirnov-therapist",
"display": "Смирнов Александр Иванович"
}
],
"specimen": [
{
"reference": "Specimen/example-core-specimen-ivanov-blood",
"display": "Образец крови Иванова И.П."
}
],
"result": [
{
"reference": "Observation/example-core-observation-ivanov-hemoglobin",
"display": "Гемоглобин 145 г/л"
},
{
"reference": "Observation/example-core-observation-ivanov-leukocytes",
"display": "Лейкоциты 6.5×10^9/л"
}
],
"study": [
{
"reference": "ImagingStudy/example-core-imagingstudy-ivanov-chest",
"display": "Рентгенография грудной клетки"
}
],
"media": [
{
"comment": "Микрофотография мазка крови",
"link": {
"reference": "Media/example-core-media-ivanov-blood-smear",
"display": "Микрофотография мазка крови"
}
}
],
"conclusion": "Показатели крови в пределах нормы",
"conclusionCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "260413007",
"display": "None"
}
]
}
],
"presentedForm": [
{
"contentType": "application/pdf",
"language": "ru",
"data": "JVBERi0xLjQK",
"url": "https://fhir.ru/ig/core/reports/DR-2024-001.pdf",
"size": "24576",
"hash": "MTIzNDU2Nzg5MA=="
}
]
}