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 - TTL Representation
Raw ttl | Download
@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 "ekg-impression-report-example-1"] ; #
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\"><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: 1032702 (use: usual, ))</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>"
] ; #
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:8601-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8601-7" ] ;
fhir:display [ fhir:v "EKG Impression" ] ] ) ;
fhir:text [ fhir:v "EKG Impression" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/bh-patient-example" ] ;
fhir:display [ fhir:v "James Wolff" ]
] ; #
fhir:effective [ fhir:v "2024-01-01T19:30:46-08:00"^^xsd:dateTime] ; #
fhir:result ( [
fhir:reference [ fhir:v "Observation/ekg-observation-example-1" ]
] ) . #