CardX - Cardiac Implantable Electronic Devices, published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/CardX-CIED/ and changes regularly. See the Directory of published versions
: IDCO1DiagnosticReport
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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/DiagnosticReport/IDCO1DiagnosticReport> a fhir:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "IDCO1DiagnosticReport"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-diagnostic-report"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-diagnostic-report>
] )
] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport IDCO1DiagnosticReport</b></p><a name=\"IDCO1DiagnosticReport\"> </a><a name=\"hcIDCO1DiagnosticReport\"> </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-cied-diagnostic-report.html\">CIED Diagnostic Report Profile</a></p></div><h2><span title=\"Codes:{http://loinc.org 10191-5}\">Cardiac electrophysiology procedure note</span> </h2><table class=\"grid\"><tr><td>Subject</td><td>Jim ACME Doe Male, DoB: 1958-01-01 ( http://example.org#ACME1111 (use: official, ))</td></tr><tr><td>Relevant Time</td><td>2024-01-15 10:30:00-0500</td></tr><tr><td>Identifier</td><td> <code>http://example.org</code>/ACME-DR-001 (use: official, )</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></tr><tr><td><a href=\"Observation-IDCOExample2.html\"><span title=\"Codes:{http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CardXCIED IDCO}\">Implantable Device Cardiac Observation</span></a></td><td/><td>Final</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ACME-DR-001" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
fhir:coding ( [
a loinc:10191-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10191-5" ] ;
fhir:display [ fhir:v "Cardiac electrophysiology procedure note" ]
] )
] ; #
fhir:subject [
fhir:link <http://hl7.org/fhir/Patient/uc1ACMEPatient> ;
fhir:reference [ fhir:v "Patient/uc1ACMEPatient" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2024-01-15T10:30:00-05:00"^^xsd:dateTime
] ; #
fhir:result ( [
fhir:link <http://hl7.org/fhir/Observation/IDCOExample2> ;
fhir:reference [ fhir:v "Observation/IDCOExample2" ]
] ) . #
<http://hl7.org/fhir/Patient/uc1ACMEPatient> a fhir:Patient .
<http://hl7.org/fhir/Observation/IDCOExample2> a fhir:Observation .