FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.cardx-cied
Resource TypeValueSet
IdValueSet-idco-abnormal-flags.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7/CardX-CIED/ValueSet-idco-abnormal-flags.html
URLhttp://hl7.org/fhir/uv/cardx-cied/ValueSet/idco-abnormal-flags
Version2.0.0
Statusactive
Date2026-07-09T03:46:42+00:00
NameIDCOAbnormalFlags
TitleAbnormal Flags Included in IHE PCD TF
Realmuv
Authorityhl7
DescriptionAbnormal Flags Included in the IHE PCD Technical Framework to communicate IDC Observations

Resources that use this resource

StructureDefinition
hl7.fhir.uv.cardx-cied#currentIdcoObservationImplantable Device Cardiac Observation

Resources that this resource uses

CodeSystem
hl7.fhir.uv.cardx-cied#currentCardXCIEDCardX CIED FHIR IG Code System

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet idco-abnormal-flags

  • Include these codes as defined in http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CardXCIED version 📦2.0.0
    CodeDisplay
    NINo information. There is no information which can be inferred from this exceptional value.
    NAVTemporarily not available. Information is not available at this time but it is expected that it will be available later.
    OFFNumeric 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."
          }
        ]
      }
    ]
  }
}