HL7 FHIR® US Core Implementation Guide STU3 Release 3.1.1

This page is part of the US Core (v3.1.1: STU3) based on FHIR R4. The current version which supercedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions

JSON Format: DiagnosticReport-cardiology-report

Download Raw json

{
  "resourceType" : "DiagnosticReport",
  "id" : "cardiology-report",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 45033-8}\">Cardiovascular physiologic and EKG assessment panel</span> (<span title=\"Codes: {http://loinc.org LP29708-2}\">Cardiology</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td><b>Amy V. Shaw </b>  1987-02-20 ( Medical Record Number: 1032702 (USUAL))</td></tr><tr><td>When For</td><td>02/01/2011 8:39:30 AM</td></tr></table><p><b>Report Details</b></p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "LP29708-2",
          "display" : "Cardiology"
        }
      ],
      "text" : "Cardiology"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "45033-8",
        "display" : "Cardiovascular physiologic and EKG assessment panel"
      }
    ],
    "text" : "Cardiovascular physiologic and EKG assessment panel"
  },
  "subject" : {
    "reference" : "Patient/example"
  },
  "effectiveDateTime" : "2011-01-01T21:39:30.000Z",
  "presentedForm" : [
    {
      "contentType" : "application/pdf",
      "url" : "http://example.org/pdfdownloads/cardiopanel-report-123.pdf",
      "hash" : "EQH/..AgME"
    }
  ]
}