US Core Implementation Guide, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 10.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/US-Core/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/DiagnosticReport/cardiology-report> a fhir:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "cardiology-report"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note|10.0.0-ballot" ;
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note|10.0.0-ballot>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport cardiology-report</b></p><a name=\"cardiology-report\"> </a><a name=\"hccardiology-report\"> </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=\"StructureDefinition-us-core-diagnosticreport-note.html\">US Core DiagnosticReport Profile for Report and Note Exchange</a> version: 10.0.0-ballot</p></div><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>Amy V. Baxter (no stated gender), DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))</td></tr><tr><td>Relevant Time</td><td>2021-11-10 21:39:30+0000</td></tr><tr><td>Presented Form</td><td> application/pdf @ <a href=\"http://example.org/fhir/pdfdownloads/cardiopanel-report-123.pdf\">http://example.org/fhir/pdfdownloads/cardiopanel-report-123.pdf <img src=\"external.png\" alt=\"icon\" style=\"vertical-align: baseline\"/></a></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>Relevant Time</b></td></tr><tr><td><a href=\"Observation-qrs-dur-ekg-lead.html\"><span title=\"Codes:{http://loinc.org 44973-6}\">QRS dur {EKG lead}</span></a></td><td>60 ms<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codems = 'ms')</span></td><td>Final</td><td>2021-11-10 16:48:57-0800</td></tr><tr><td><a href=\"Observation-pulse-intensity-palpation.html\"><span title=\"Codes:{http://loinc.org 44974-4}\">Pulse intensity Palpation</span></a></td><td><span title=\"Codes:{http://loinc.org LA11841-6}\">1+</span></td><td>Final</td><td>2021-11-10 16:48:57-0800</td></tr><tr><td><a href=\"Observation-p-r-interval-ekg-lead.html\"><span title=\"Codes:{http://loinc.org 44976-9}\">P-R interval {EKG lead}</span></a></td><td>0.2 s<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codes = 's')</span></td><td>Final</td><td>2021-11-10 16:48:57-0800</td></tr><tr><td><a href=\"Observation-q-t-interval-ekg-lead.html\"><span title=\"Codes:{http://loinc.org 44975-1}\">Q-T interval {EKG lead}</span></a></td><td>0.4 s<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codes = 's')</span></td><td>Final</td><td>2021-11-10 16:48:57-0800</td></tr><tr><td><a href=\"Observation-jugular-vein-distension.html\"><span title=\"Codes:{http://loinc.org 69428-1}\">Jugular vein distension</span></a></td><td><span title=\"Codes:{http://loinc.org LA9634-2}\">Absent</span></td><td>Final</td><td>2021-11-10 16:48:57-0800</td></tr><tr><td><a href=\"Observation-heart-rate-rhythm.html\"><span title=\"Codes:{http://loinc.org 8884-9}\">Heart rate rhythm</span></a></td><td>Regular (R)</td><td>Final</td><td>2021-11-10 16:48:57-0800</td></tr><tr><td><a href=\"Observation-ekg-lead.html\"><span title=\"Codes:{http://loinc.org 44967-8}\">EKG lead</span></a></td><td>II</td><td>Final</td><td>2021-11-10 16:48:57-0800</td></tr><tr><td><a href=\"Observation-ekg-impression.html\"><span title=\"Codes:{http://loinc.org 8601-7}\">EKG impression</span></a></td><td>Normal Sinus Rhythm (NSR)</td><td>Final</td><td>2021-11-10 16:48:57-0800</td></tr><tr><td><a href=\"Observation-capillary-refill-time-nail-bed.html\"><span title=\"Codes:{http://loinc.org 44963-7}\">Capillary refill Time Nail Bed</span></a></td><td>1 s<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codes = 's')</span></td><td>Final</td><td>2021-11-10 16:48:57-0800</td></tr></table></div>"
] ;
fhir:DiagnosticReport.status [ fhir:value "final"] ;
fhir:DiagnosticReport.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:LP29708-2 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "LP29708-2" ] ;
fhir:Coding.display [ fhir:value "Cardiology" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Cardiology" ]
] ;
fhir:DiagnosticReport.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:45033-8 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "45033-8" ] ;
fhir:Coding.display [ fhir:value "Cardiovascular physiologic and EKG assessment panel" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Cardiovascular physiologic and EKG assessment panel" ]
] ;
fhir:DiagnosticReport.subject [
fhir:link <http://hl7.org/fhir/Patient/example> ;
fhir:Reference.reference [ fhir:value "Patient/example" ]
] ;
fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2021-11-10T21:39:30.000Z"^^xsd:dateTime] ;
fhir:DiagnosticReport.resultsInterpreter [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Practitioner/practitioner-1> ;
fhir:Reference.reference [ fhir:value "Practitioner/practitioner-1" ] ;
fhir:Reference.display [ fhir:value "Dr Ronald Bone" ]
] ;
fhir:DiagnosticReport.result [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Observation/qrs-dur-ekg-lead> ;
fhir:Reference.reference [ fhir:value "Observation/qrs-dur-ekg-lead" ]
], [
fhir:index 1 ;
fhir:link <http://hl7.org/fhir/Observation/pulse-intensity-palpation> ;
fhir:Reference.reference [ fhir:value "Observation/pulse-intensity-palpation" ]
], [
fhir:index 2 ;
fhir:link <http://hl7.org/fhir/Observation/p-r-interval-ekg-lead> ;
fhir:Reference.reference [ fhir:value "Observation/p-r-interval-ekg-lead" ]
], [
fhir:index 3 ;
fhir:link <http://hl7.org/fhir/Observation/q-t-interval-ekg-lead> ;
fhir:Reference.reference [ fhir:value "Observation/q-t-interval-ekg-lead" ]
], [
fhir:index 4 ;
fhir:link <http://hl7.org/fhir/Observation/jugular-vein-distension> ;
fhir:Reference.reference [ fhir:value "Observation/jugular-vein-distension" ]
], [
fhir:index 5 ;
fhir:link <http://hl7.org/fhir/Observation/heart-rate-rhythm> ;
fhir:Reference.reference [ fhir:value "Observation/heart-rate-rhythm" ]
], [
fhir:index 6 ;
fhir:link <http://hl7.org/fhir/Observation/ekg-lead> ;
fhir:Reference.reference [ fhir:value "Observation/ekg-lead" ]
], [
fhir:index 7 ;
fhir:link <http://hl7.org/fhir/Observation/ekg-impression> ;
fhir:Reference.reference [ fhir:value "Observation/ekg-impression" ]
], [
fhir:index 8 ;
fhir:link <http://hl7.org/fhir/Observation/capillary-refill-time-nail-bed> ;
fhir:Reference.reference [ fhir:value "Observation/capillary-refill-time-nail-bed" ]
] ;
fhir:DiagnosticReport.media [
fhir:index 0 ;
fhir:DiagnosticReport.media.link [
fhir:link <http://hl7.org/fhir/Media/ekg-strip> ;
fhir:Reference.reference [ fhir:value "Media/ekg-strip" ] ;
fhir:Reference.display [ fhir:value "EKG Strip" ]
]
] ;
fhir:DiagnosticReport.presentedForm [
fhir:index 0 ;
fhir:Attachment.contentType [ fhir:value "application/pdf" ] ;
fhir:Attachment.url [ fhir:value "http://example.org/fhir/pdfdownloads/cardiopanel-report-123.pdf" ] ;
fhir:Attachment.hash [ fhir:value "RVFILy4uQWdNRQo="^^xsd:base64Binary ]
] .
<http://hl7.org/fhir/Patient/example> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/practitioner-1> a fhir:Practitioner .
<http://hl7.org/fhir/Observation/qrs-dur-ekg-lead> a fhir:Observation .
<http://hl7.org/fhir/Observation/pulse-intensity-palpation> a fhir:Observation .
<http://hl7.org/fhir/Observation/p-r-interval-ekg-lead> a fhir:Observation .
<http://hl7.org/fhir/Observation/q-t-interval-ekg-lead> a fhir:Observation .
<http://hl7.org/fhir/Observation/jugular-vein-distension> a fhir:Observation .
<http://hl7.org/fhir/Observation/heart-rate-rhythm> a fhir:Observation .
<http://hl7.org/fhir/Observation/ekg-lead> a fhir:Observation .
<http://hl7.org/fhir/Observation/ekg-impression> a fhir:Observation .
<http://hl7.org/fhir/Observation/capillary-refill-time-nail-bed> a fhir:Observation .
<http://hl7.org/fhir/Media/ekg-strip> a fhir:Media .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/DiagnosticReport/cardiology-report.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/DiagnosticReport/cardiology-report.ttl> .
IG © 2027+ HL7 International / Cross-Group Projects. Package hl7.fhir.us.core#10.0.0-ballot based on FHIR 4.0.1. Generated 2026-09-11
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
