FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeDiagnosticReport
IdDiagnosticReport-diagnostic-lab-report.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
    }
  ]
}