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

FHIR IG analytics

Packagehl7.fhir.in
Resource TypeDiagnosticReport
IdDiagnosticReport-Lab-example-01.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Lipid Report for ABC issued 9-July 2020 14:26

Test                  Units       Value       Reference Range
Cholesterol           mmol/L      6.3         <4.5
Triglyceride          mmol/L      1.3         <2.0

      

XYZ Lab Pvt.Ltd., Inc signed: Dr. DEF Pathologist


Source1

{
  "resourceType": "DiagnosticReport",
  "id": "Lab-example-01",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-07-09T15:32:26.605+05:30",
    "profile": [
      "http://nrces.in/ndhm/fhir/r4/StructureDefinition/DiagnosticReportLab"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://xyz.com/lab/reports",
      "value": "5234342"
    }
  ],
  "basedOn": [
    {
      "reference": "ServiceRequest/1"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "708196005",
          "display": "Hematology service"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "24331-1",
        "display": "Lipid 1996 panel - Serum or Plasma"
      }
    ],
    "text": "Lipid Panel"
  },
  "subject": {
    "reference": "Patient/1",
    "display": "ABC"
  },
  "issued": "2020-07-10T11:45:33+11:00",
  "performer": [
    {
      "reference": "Organization/1",
      "display": "XYZ Lab Pvt.Ltd."
    }
  ],
  "resultsInterpreter": [
    {
      "reference": "Practitioner/1",
      "display": "Dr. DEF"
    }
  ],
  "specimen": [
    {
      "reference": "Specimen/1"
    }
  ],
  "result": [
    {
      "reference": "Observation/cholesterol"
    },
    {
      "reference": "Observation/triglyceride"
    }
  ],
  "conclusion": "Elevated cholesterol/high density lipoprotein ratio",
  "conclusionCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "439953004",
          "display": "Elevated cholesterol/high density lipoprotein ratio"
        }
      ]
    }
  ],
  "presentedForm": [
    {
      "contentType": "application/pdf",
      "language": "en-IN",
      "data": "R0lGODlhfgCRAPcAAAAAAIAAAACAAICAAAAAgIAA oxrXyMY2uvGNcIyj    HOeoxkXBh44OOZdn8Ggu+DiPjwtJ2CZyUomCTRGO",
      "title": "Diagnostic Report"
    }
  ]
}