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
| Page standards status: Informative |
{
"resourceType" : "DiagnosticReport",
"id" : "IDCO1DiagnosticReport",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-diagnostic-report"
]
},
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<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\u00a0(use:\u00a0official,\u00a0))</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\u00a0(use:\u00a0official,\u00a0)</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>"
},
"identifier" : [
{
"use" : "official",
"system" : "http://example.org",
"value" : "ACME-DR-001"
}
],
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "10191-5",
"display" : "Cardiac electrophysiology procedure note"
}
]
},
"subject" : {
🔗 "reference" : "Patient/uc1ACMEPatient"
},
"effectiveDateTime" : "2024-01-15T10:30:00-05:00",
"result" : [
{
🔗 "reference" : "Observation/IDCOExample2"
}
]
}