FHIR IG analytics
| Package | hl7.fhir.uv.cardx-cied |
| Resource Type | ValueSet |
| Id | ValueSet-idco-abnormal-flags.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/HL7/CardX-CIED/ValueSet-idco-abnormal-flags.html |
| URL | http://hl7.org/fhir/uv/cardx-cied/ValueSet/idco-abnormal-flags |
| Version | 2.0.0 |
| Status | active |
| Date | 2026-07-09T03:46:42+00:00 |
| Name | IDCOAbnormalFlags |
| Title | Abnormal Flags Included in IHE PCD TF |
| Realm | uv |
| Authority | hl7 |
| Description | Abnormal Flags Included in the IHE PCD Technical Framework to communicate IDC Observations |
Resources that use this resource
| StructureDefinition |
| hl7.fhir.uv.cardx-cied#current | IdcoObservation | Implantable Device Cardiac Observation |
Resources that this resource uses
| CodeSystem |
| hl7.fhir.uv.cardx-cied#current | 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 📦2.0.0| Code | Display |
| NI | No information. There is no information which can be inferred from this exceptional value. |
| NAV | Temporarily not available. Information is not available at this time but it is expected that it will be available later. |
| OFF | Numeric measurement function is available but has been deactivated by user. |
| > | Above absolute high-off instrument scale. |
| < | Below absolute low-off instrument scale. |
Source1
{
"resourceType": "ValueSet",
"id": "idco-abnormal-flags",
"text": {
"status": "generated",
"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/idco-abnormal-flags",
"version": "2.0.0",
"name": "IDCOAbnormalFlags",
"title": "Abnormal Flags Included in IHE PCD TF",
"status": "active",
"experimental": false,
"date": "2026-07-09T03:46:42+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": "Abnormal Flags Included in the IHE PCD Technical Framework to communicate IDC Observations",
"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": "NI",
"display": "No information. There is no information which can be inferred from this exceptional value."
},
{
"code": "NAV",
"display": "Temporarily not available. Information is not available at this time but it is expected that it will be available later."
},
{
"code": "OFF",
"display": "Numeric measurement function is available but has been deactivated by user."
},
{
"code": ">",
"display": "Above absolute high-off instrument scale."
},
{
"code": "<",
"display": "Below absolute low-off instrument scale."
}
]
}
]
}
}