CardX - Cardiac Implantable Electronic Devices
1.0.0 - STU 1 International flag

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 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

: CIED Connectivity Status Value Set

Page standards status: Trial-use Maturity Level: 2

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "cied-connectivity-state-vs",
  "language" : "en",
  "text" : {
    "status" : "extensions",
    "div" : "<div xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet cied-connectivity-state-vs</b></p><a name=\"cied-connectivity-state-vs\"> </a><a name=\"hccied-connectivity-state-vs\"> </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\">Language: en</p></div><ul><li>Include these codes as defined in <a href=\"CodeSystem-CardXCIED.html\"><code>http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CardXCIED</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version &#x1F4E6;1.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-CardXCIED.html#CardXCIED-not-applicable\">not-applicable</a></td><td>N/A</td><td>Connectivity states are not applicable for this device. E.g. device is not compatible with remote monitoring or requires patient initiated interrogations.</td></tr><tr><td><a href=\"CodeSystem-CardXCIED.html#CardXCIED-connected\">connected</a></td><td>Connected</td><td>Communication has been successful within the expected time period.</td></tr><tr><td><a href=\"CodeSystem-CardXCIED.html#CardXCIED-disconnected\">disconnected</a></td><td>Disconnected</td><td>Communication has not occurred within the expected time period.</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cic"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 2,
      "_valueInteger" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/uv/cardx-cied/ImplementationGuide/hl7.fhir.uv.cardx-cied"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/uv/cardx-cied/ImplementationGuide/hl7.fhir.uv.cardx-cied"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/uv/cardx-cied/ValueSet/cied-connectivity-state-vs",
  "version" : "1.0.0",
  "name" : "CIEDConnectivityStateVS",
  "title" : "CIED Connectivity Status Value Set",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-01-08T02:51:03+00:00",
  "publisher" : "HL7 International / Clinical Interoperability Council",
  "contact" : [
    {
      "name" : "HL7 International / Clinical Interoperability Council",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/cic"
        },
        {
          "system" : "email",
          "value" : "ciclist@lists.hl7.org"
        }
      ]
    }
  ],
  "description" : "The overall system connectivity status as calculated by the CIED manufacturer",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CardXCIED",
        "concept" : [
          {
            "code" : "not-applicable",
            "display" : "N/A"
          },
          {
            "code" : "connected",
            "display" : "Connected"
          },
          {
            "code" : "disconnected",
            "display" : "Disconnected"
          }
        ]
      }
    ]
  }
}