US Behavioral Health Profiles Implementation Guide
0.1.0 - CI Build United States of America flag

This page is part of the US Behavioral Health Profiles (v0.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: ekg-report-example - JSON Representation

Raw json | Download

{
  "resourceType" : "DiagnosticReport",
  "id" : "ekg-impression-report-example-1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note|6.1.0"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport ekg-impression-report-example-1</b></p><a name=\"ekg-impression-report-example-1\"> </a><a name=\"hcekg-impression-report-example-1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-diagnosticreport-note.html\">US Core DiagnosticReport Profile for Report and Note Exchangeversion: null6.1.0)</a></p></div><h2><span title=\"Codes:{http://loinc.org 8601-7}\">EKG Impression</span> (<span title=\"Codes:{http://loinc.org LP29708-2}\">Cardiology</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>James Wolff  Male, DoB: 1961-07-16 ( Medical Record Number:\u00a01032702\u00a0(use:\u00a0usual,\u00a0))</td></tr><tr><td>When For</td><td>2024-01-01 19:30:46-0800</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-ekg-observation-example-1.html\"><span title=\"Codes:{http://loinc.org 8601-7}\">EKG impression</span></a></td><td><span title=\"Codes:{http://snomed.info/sct 64730000}\">Normal sinus rhythm (finding)</span></td><td>Final</td><td>2024-02-01 19:48:57-0800</td></tr></table></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "LP29708-2",
          "display" : "Cardiology"
        }
      ],
      "text" : "Cardiology"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "8601-7",
        "display" : "EKG Impression"
      }
    ],
    "text" : "EKG Impression"
  },
  "subject" : {
    🔗 "reference" : "Patient/bh-patient-example",
    "display" : "James Wolff"
  },
  "effectiveDateTime" : "2024-01-01T19:30:46-08:00",
  "result" : [
    {
      🔗 "reference" : "Observation/ekg-observation-example-1"
    }
  ]
}