This page is part of the US Core (v7.0.0: STU7) 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. Page versions: STU6.1 STU6 STU5 STU4 STU3
Page standards status: Informative |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://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 -------------------------------------------------------------------
a fhir:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "cardiology-report"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note|7.0.0"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note|7.0.0> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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><b>Amy V. Baxter </b> female, DoB: 1987-02-20 ( Medical Record Number/1032702 (use: usual))</td></tr><tr><td>When For</td><td>2021-11-10 21:39:30+0000</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>When For</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</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>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</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</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>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>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>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>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</td><td>2021-11-10 16:48:57-0800</td></tr></table></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
a loinc:LP29708-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LP29708-2" ] ;
fhir:display [ fhir:v "Cardiology" ] ] ) ;
fhir:text [ fhir:v "Cardiology" ]
] ) ; #
fhir:code [
( fhir:coding [
a loinc:45033-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "45033-8" ] ;
fhir:display [ fhir:v "Cardiovascular physiologic and EKG assessment panel" ] ] ) ;
fhir:text [ fhir:v "Cardiovascular physiologic and EKG assessment panel" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example" ]
] ; #
fhir:effective [ fhir:v "2021-11-10T21:39:30.000Z"^^xsd:dateTime] ; #
fhir:result ( [
fhir:reference [ fhir:v "Observation/qrs-dur-ekg-lead" ]
] [
fhir:reference [ fhir:v "Observation/pulse-intensity-palpation" ]
] [
fhir:reference [ fhir:v "Observation/p-r-interval-ekg-lead" ]
] [
fhir:reference [ fhir:v "Observation/q-t-interval-ekg-lead" ]
] [
fhir:reference [ fhir:v "Observation/jugular-vein-distension" ]
] [
fhir:reference [ fhir:v "Observation/heart-rate-rhythm" ]
] [
fhir:reference [ fhir:v "Observation/ekg-lead" ]
] [
fhir:reference [ fhir:v "Observation/ekg-impression" ]
] [
fhir:reference [ fhir:v "Observation/capillary-refill-time-nail-bed" ]
] ) ; #
fhir:media ( [
fhir:link [
fhir:reference [ fhir:v "Media/ekg-strip" ] ;
fhir:display [ fhir:v "EKG Strip" ] ]
] ) ; #
fhir:presentedForm ( [
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:url [ fhir:v "http://example.org/pdfdownloads/cardiopanel-report-123.pdf"^^xsd:anyURI ] ;
fhir:hash [ fhir:v "RVFILy4uQWdNRQo="^^xsd:base64Binary ]
] ) . #
IG © 2024+ HL7 International / Cross-Group Projects. Package hl7.fhir.us.core#7.0.0 based on FHIR 4.0.1. Generated 2024-05-08
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change