FHIR IG Statistics: ValueSet/cied-connectivity-state-vs
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CIEDconnectivity
Code | Display | Definition |
not-applicable | Connectivity states are not applicable for this device. E.g. device is not compatible with remote monitoring or requires patient initiated interrogations | Connectivity states are not applicable for this device. E.g. device is not compatible with remote monitoring or requires patient initiated interrogations. |
connected | Communication has been successful within the expected time period. | Communication has been successful within the expected time period. |
disconnected | Communication has not occurred within the expected time period. | Communication has not occurred within the expected time period. |
Source
{
"resourceType": "ValueSet",
"id": "cied-connectivity-state-vs",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"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-ballot",
"name": "CIEDConnectivityStateVS",
"title": "CIED Connectivity Status Value Set",
"status": "active",
"experimental": false,
"date": "2025-07-30T17:59:28+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/CIEDconnectivity",
"concept": [
{
"code": "not-applicable",
"display": "Connectivity states are not applicable for this device. E.g. device is not compatible with remote monitoring or requires patient initiated interrogations"
},
{
"code": "connected",
"display": "Communication has been successful within the expected time period."
},
{
"code": "disconnected",
"display": "Communication has not occurred within the expected time period."
}
]
}
]
}
}