FHIR IG analytics| Package | ru.core |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-example-core-diagnosticreport-ivanov-blood-min.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DiagnosticReport example-core-diagnosticreport-ivanov-blood-min
| Subject | Иван Иванов Male, DoB: 1985-03-15 ( https://fhir.ru/ig/core/systems/snils#Core NamingSystem Идентификатор - СНИЛС#123-456-789-01) |
| When For | 2024-01-15 08:00:00+0000 |
| Reported | 2024-01-15 10:00:00+0000 |
| Performer | PractitionerRole Врач-терапевт участковый |
| Identifier | https://fhir.ru/ig/core/systems/diagnosticreport/DR-2024-001 |
Report Details
{
"resourceType": "DiagnosticReport",
"id": "example-core-diagnosticreport-ivanov-blood-min",
"meta": {
"profile": [
"https://fhir.ru/ig/core/StructureDefinition/core-diagnosticreport"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://fhir.ru/ig/core/systems/diagnosticreport",
"value": "DR-2024-001"
}
],
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "58410-2",
"display": "CBC panel - Blood by Automated count"
}
]
},
"subject": {
"reference": "Patient/example-core-patient-ivanov-min"
},
"encounter": {
"reference": "Encounter/example-core-encounter-consultation-min"
},
"effectiveDateTime": "2024-01-15T08:00:00Z",
"issued": "2024-01-15T10:00:00Z",
"performer": [
{
"reference": "PractitionerRole/example-core-practitionerrole-smirnov-therapist-min"
}
]
}