FHIR IG analytics| Package | hl7.fhir.in |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-ImagingDCM-example-02.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
code: CT of head-neck Imaging Study: HEAD and NECK CT DICOM imaging study Conclusion: CT brains: large tumor sphenoid/clivus.
XYZ Lab Pvt.Ltd., Inc signed: Dr. DEF Pathologist
{
"resourceType": "DiagnosticReport",
"id": "ImagingDCM-example-02",
"meta": {
"versionId": "1",
"lastUpdated": "2020-07-09T14:58:58.181+05:30",
"profile": [
"http://nrces.in/ndhm/fhir/r4/StructureDefinition/DiagnosticReportImaging"
]
},
"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": "310128004",
"display": "Computerized tomography service"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "82692-5",
"display": "CT Head and Neck WO contrast"
}
],
"text": "CT of head-neck"
},
"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"
}
],
"imagingStudy": [
{
"reference": "ImagingStudy/1",
"display": "HEAD and NECK CT DICOM imaging study"
}
],
"media": [
{
"link": {
"reference": "Media/1"
}
}
],
"conclusion": "CT brains: large tumor sphenoid/clivus.",
"conclusionCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "188340000",
"display": "Malignant tumor of craniopharyngeal duct"
}
]
}
],
"presentedForm": [
{
"contentType": "application/pdf",
"language": "en-IN",
"data": "R0lGODlhfgCRAPcAAAAAAIAAAACAAICAAAAAgIAA oxrXyMY2uvGNcIyj HOeoxkXBh44OOZdn8Ggu+DiPjwtJ2CZyUomCTRGO",
"title": "Diagnostic Report"
}
]
}