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

FHIR IG analytics

Packagefhir.astp.bhp
Resource TypeDiagnosticReport
IdDiagnosticReport-ekg-impression-report-example-1.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

Generated Narrative: DiagnosticReport ekg-impression-report-example-1

EKG Impression (Cardiology)

SubjectJames Wolff Male, DoB: 1961-07-16 ( Medical Record Number: 1032702 (use: usual, ))
When For2024-01-01 19:30:46-0800

Report Details

CodeValueFlagsWhen For
EKG impressionNormal sinus rhythm (finding)Final2024-02-01 19:48:57-0800

Source1

{
  "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": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}