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

FHIR IG analytics

Packagehl7.fhir.in
Resource TypeDiagnosticReport
IdDiagnosticReport-ImagingMedia-example-03.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

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

Test: CT of head-neck
Conclusion: CT brains: large tumor sphenoid/clivus. 

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


Source1

{
  "resourceType": "DiagnosticReport",
  "id": "ImagingMedia-example-03",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-07-09T15:32:26.605+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"
    }
  ],
  "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"
    }
  ]
}