FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-diagnostic-lab-report.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "DiagnosticReport",
"id": "diagnostic-lab-report",
"meta": {
"profile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-diagnostic-report"
]
},
"status": "final",
"category": [
{
"coding": [
{
"code": "LAB",
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"code": "57698-3",
"system": "http://loinc.org",
"display": "Lipid panel with direct LDL - Serum or Plasma"
}
],
"text": "Lipid Panel Report"
},
"subject": {
"reference": "Patient/patient-with-israeli-id",
"display": "תמר כהן"
},
"encounter": {
"reference": "Encounter/breast-screaning",
"display": "Encounter with Dr. Smith"
},
"effectiveDateTime": "2024-11-05T14:30:00Z",
"issued": "2024-11-05T15:00:00Z",
"performer": [
{
"reference": "Organization/ministry-of-health",
"display": "Acme Laboratory Services"
},
{
"reference": "Practitioner/practitioner-md",
"display": "דר גרינפלד דיאנה"
}
],
"result": [
{
"reference": "Observation/obs1",
"display": "Cholesterol Total"
},
{
"reference": "Observation/obs2",
"display": "HDL Cholesterol"
},
{
"reference": "Observation/obs3",
"display": "LDL Cholesterol"
}
],
"conclusion": "Overall lipid panel within normal range.",
"conclusionCode": [
{
"coding": [
{
"code": "166643006",
"system": "http://snomed.info/sct",
"display": "Normal lipid panel"
}
]
}
],
"presentedForm": [
{
"contentType": "application/pdf",
"url": "http://example.org/report123.pdf"
}
]
}