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

FHIR IG analytics

Packagehl7.fhir.uv.cardx-cied
Resource TypeObservation
IdObservation-uc3ConnectivityACME.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: Observation uc3ConnectivityACME

Language: en

Profile: Observation - CIED Connectivity

CIED Device Extension: Device: manufacturer = ACME Devices; serialNumber = uc3ACMEPacemaker; modelNumber = PacemakerExample3; type = MDC_IDC_ENUM_DEV_TYPE_IPG

status: Final

category: CIED connectivity

code: CIED connectivity

subject: Jane ACME Doe (no stated gender), DoB: 1964-01-01 ( http://example.org#ACME3333 (use: official, ))

effective: 2025-05-19 08:00:00+0000

device: Device: manufacturer = ACME Devices; serialNumber = uc3ACMEMonitor; modelNumber = Bedside Monitor 3000; type = Bedside Monitor

component

code: Connectivity status

value: Connected

component

code: Last CIED to monitor communication

value: 2025-05-18 06:00:00+0000

component

code: Last monitor to remote monitoring software communication

value: 2025-05-19 06:00:00+0000

component

code: Next CIED to monitor communication

value: 2025-05-20

component

code: Next monitor to remote monitoring software communication

value: 2025-05-20

component

code: Last remote device interrogation date

value: 2025-02-28 06:00:00+0000

component

code: Next scheduled remote device interrogation date

value: 2025-05-30


Source1

{
  "resourceType": "Observation",
  "id": "uc3ConnectivityACME",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-connectivity-status"
    ]
  },
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-device-extension",
      "valueReference": {
        "reference": "Device/uc3ACMEPacemaker"
      }
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CardXCIED",
          "code": "observation-cied-connectivity"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CardXCIED",
        "code": "observation-cied-connectivity"
      }
    ]
  },
  "subject": {
    "reference": "Patient/uc3ACMEPatient"
  },
  "effectiveDateTime": "2025-05-19T08:00:00.000Z",
  "device": {
    "reference": "Device/uc3CIEDMonitor"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CardXCIED",
            "code": "connectivity-status"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CardXCIED",
            "code": "connected"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CardXCIED",
            "code": "last-cied-connectivity-time"
          }
        ]
      },
      "valueDateTime": "2025-05-18T06:00:00.000Z"
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CardXCIED",
            "code": "last-monitor-connectivity-time"
          }
        ]
      },
      "valueDateTime": "2025-05-19T06:00:00.000Z"
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CardXCIED",
            "code": "next-cied-connectivity-date"
          }
        ]
      },
      "valueDateTime": "2025-05-20"
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CardXCIED",
            "code": "next-monitor-connectivity-date"
          }
        ]
      },
      "valueDateTime": "2025-05-20"
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CardXCIED",
            "code": "last-interrogation-date"
          }
        ]
      },
      "valueDateTime": "2025-02-28T06:00:00.000Z"
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CardXCIED",
            "code": "next-interrogation-date"
          }
        ]
      },
      "valueDateTime": "2025-05-30"
    }
  ]
}