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

FHIR IG analytics

Packagehl7.fhir.uv.cardx-cied
Resource TypeObservation
IdObservation-uc1ConnectivityACME.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 uc1ConnectivityACME

Language: en

Profile: Observation - CIED Connectivity

CIED Device Extension: Device: manufacturer = ACME Devices; serialNumber = uc1ACMEICD; modelNumber = ICDExample1; type = MDC_IDC_ENUM_DEV_TYPE_ICD

status: Final

category: CIED connectivity

code: CIED connectivity

subject: Jim ACME Doe Male, DoB: 1958-01-01 ( http://example.org#ACME1111 (use: official, ))

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

component

code: Connectivity status

value: Disconnected

component

code: Connectivity modifier

value: Setup not completed


Source1

{
  "resourceType": "Observation",
  "id": "uc1ConnectivityACME",
  "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/uc1ACMEICD"
      }
    }
  ],
  "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/uc1ACMEPatient"
  },
  "effectiveDateTime": "2025-05-19T08:00:00.000Z",
  "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": "disconnected"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CardXCIED",
            "code": "connectivity-modifier"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CardXCIED",
            "code": "setup-not-completed"
          }
        ]
      }
    }
  ]
}