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 1.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/CardX-CIED/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Observation",
"id" : "uc1ConnectivityACME",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-connectivity-status"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation uc1ConnectivityACME</b></p><a name=\"uc1ConnectivityACME\"> </a><a name=\"hcuc1ConnectivityACME\"> </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-connectivity-status.html\">Observation - CIED Connectivity</a></p></div><p><b>CIED Device Extension</b>: <a href=\"Device-uc1ACMEICD.html\">Device: manufacturer = ACME Devices; serialNumber = uc1ACMEICD; modelNumber = ICDExample1; type = Defibrillator</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CIEDconnectivity observation-cied-connectivity}\">CIED connectivity</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CIEDconnectivity observation-cied-connectivity}\">CIED connectivity</span></p><p><b>subject</b>: <a href=\"Patient-uc1ACMEPatient.html\">Jim ACME Doe Male, DoB: 1958-01-01 ( http://example.org#ACME1111\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>effective</b>: 2025-05-19 08:00:00+0000</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CIEDconnectivity connectivity-status}\">Connectivity status</span></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CIEDconnectivity disconnected}\">Disconnected</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CIEDconnectivity connectivity-modifier}\">Connectivity modifier</span></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CIEDconnectivity setup-not-completed}\">Setup not completed</span></p></blockquote></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-device-extension",
"valueReference" : {
🔗 "reference" : "Device/uc1ACMEICD"
}
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CIEDconnectivity",
"code" : "observation-cied-connectivity"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CIEDconnectivity",
"code" : "observation-cied-connectivity"
}
]
},
"subject" : {
🔗 "reference" : "Patient/uc1ACMEPatient"
},
"effectiveDateTime" : "2025-05-19T08:00:00.000Z",
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CIEDconnectivity",
"code" : "connectivity-status"
}
]
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CIEDconnectivity",
"code" : "disconnected"
}
]
}
},
{
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CIEDconnectivity",
"code" : "connectivity-modifier"
}
]
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CIEDconnectivity",
"code" : "setup-not-completed"
}
]
}
}
]
}