FHIR IG analytics| Package | il.hdp.fhir.r4 |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-hdp-diagnostic-lab-report.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "DiagnosticReport",
"id": "hdp-diagnostic-lab-report",
"meta": {
"profile": [
"http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-diagnostic-report"
],
"security": [
{
"system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
"code": "laboratoryTests",
"display": "בדיקות מעבדה"
}
]
},
"identifier": [
{
"id": "lab-report",
"value": "LAB-2024-0001"
}
],
"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"
},
"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"
}
],
"status": "final",
"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"
}