FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| CardXCIED | CardX CIED FHIR IG Code System |
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/CardXCIED version 📦1.0.0| Code | Display | Definition |
| setup-not-completed | Setup not completed | Device/monitor setup has not been completed. E.g. pending initial setup or there is no device/monitor association. |
| suspended | Suspended | Patient has been temporarily removed from the disconnected state. This is not intended to be an actionable status. |
| inactive | Inactive | Patient has been permanently removed from the disconnected status. |
| unenrolled | Unenrolled | Patient has been unenrolled from remote monitoring or remote monitoring has been discontinued. |
| transferred | Transferred | The patient has been transferred to another remote monitoring clinic. |
Source1
{
"resourceType": "ValueSet",
"id": "cied-connectivity-state-modifier-vs",
"language": "en",
"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-modifier-vs",
"version": "1.0.0",
"name": "CIEDConnectivityStateModifierVS",
"title": "CIED Connectivity Status Modifier 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": "Additional modifiers to 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": "setup-not-completed",
"display": "Setup not completed"
},
{
"code": "suspended",
"display": "Suspended"
},
{
"code": "inactive",
"display": "Inactive"
},
{
"code": "unenrolled",
"display": "Unenrolled"
},
{
"code": "transferred",
"display": "Transferred"
}
]
}
]
}
}