FHIR IG analytics| Package | fhir.astp.bhp |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-ekg-impression-report-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DiagnosticReport ekg-impression-report-example-1
| Subject | James Wolff Male, DoB: 1961-07-16 ( Medical Record Number: 1032702 (use: usual, )) |
| When For | 2024-01-01 19:30:46-0800 |
Report Details
| Code | Value | Flags | When For |
| EKG impression | Normal sinus rhythm (finding) | Final | 2024-02-01 19:48:57-0800 |
{
"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"
}
]
}