FHIR IG analytics| Package | hl7.fhir.in |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-Lab-example-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
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
{
"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"
}
]
}