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

US Behavioral Health Profiles Implementation Guide, published by . This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/us-behavioral-health-profiles/ and changes regularly. 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|7.0.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><a name=\"ekg-impression-report-example-1-en-US\"> </a><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"
    }
  ]
}