{
  "resourceType" : "Bundle",
  "id" : "uc1ACMEBundle",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/idco-bundle"]
  },
  "language" : "en",
  "type" : "collection",
  "timestamp" : "2024-01-15T10:30:00-05:00",
  "entry" : [{
    "resource" : {
      "resourceType" : "Patient",
      "id" : "uc1ACMEPatient",
      "meta" : {
        "profile" : ["http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-patient"]
      },
      "language" : "en",
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_uc1ACMEPatient\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient uc1ACMEPatient</b></p><a name=\"uc1ACMEPatient\"> </a><a name=\"hcuc1ACMEPatient\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cied-patient.html\">Patient - CIED Patient Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jim ACME Doe  Male, DoB: 1958-01-01 ( http://example.org#ACME1111\u00a0(use:\u00a0official,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 111-555-4444(Mobile)</li><li>1234 Main Street Springfield IL 12345 (home)</li></ul></td></tr></table></div>"
      },
      "identifier" : [{
        "use" : "official",
        "system" : "http://example.org",
        "value" : "ACME1111"
      }],
      "name" : [{
        "family" : "Doe",
        "given" : ["Jim",
        "ACME"]
      }],
      "telecom" : [{
        "system" : "phone",
        "value" : "111-555-4444",
        "use" : "mobile"
      }],
      "gender" : "male",
      "birthDate" : "1958-01-01",
      "address" : [{
        "use" : "home",
        "line" : ["1234 Main Street"],
        "city" : "Springfield",
        "state" : "IL",
        "postalCode" : "12345"
      }]
    }
  },
  {
    "resource" : {
      "resourceType" : "Device",
      "id" : "uc1ACMEICD",
      "meta" : {
        "profile" : ["http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-device"]
      },
      "language" : "en",
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Device_uc1ACMEICD\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Device uc1ACMEICD</b></p><a name=\"uc1ACMEICD\"> </a><a name=\"hcuc1ACMEICD\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cied-device.html\">Device - Cardiovascular Implantable Electronic Device (CIED)</a></p></div><p><b>manufacturer</b>: ACME Devices</p><p><b>serialNumber</b>: uc1ACMEICD</p><p><b>modelNumber</b>: ICDExample1</p><p><b>type</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 753666}\">MDC_IDC_ENUM_DEV_TYPE_ICD</span></p></div>"
      },
      "manufacturer" : "ACME Devices",
      "serialNumber" : "uc1ACMEICD",
      "modelNumber" : "ICDExample1",
      "type" : [{
        "coding" : [{
          "system" : "urn:iso:std:iso:11073:10101",
          "code" : "753666"
        }]
      }]
    }
  },
  {
    "resource" : {
      "resourceType" : "Device",
      "id" : "ACMELead",
      "meta" : {
        "profile" : ["http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-device-lead"]
      },
      "language" : "en",
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Device_ACMELead\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Device ACMELead</b></p><a name=\"ACMELead\"> </a><a name=\"hcACMELead\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cied-device-lead.html\">Device - Cardiovascular Implantable Electronic Device (CIED) Lead</a></p></div><p><b>manufacturer</b>: ACME Devices</p><p><b>serialNumber</b>: ACMELead</p><p><b>modelNumber</b>: LeadExample1</p><p><b>parent</b>: <a href=\"Device-uc1ACMEICD.html\">Device: manufacturer = ACME Devices; serialNumber = uc1ACMEICD; modelNumber = ICDExample1; type = MDC_IDC_ENUM_DEV_TYPE_ICD</a></p></div>"
      },
      "manufacturer" : "ACME Devices",
      "serialNumber" : "ACMELead",
      "modelNumber" : "LeadExample1",
      "parent" : {
        "reference" : "Device/uc1ACMEICD"
      }
    }
  },
  {
    "resource" : {
      "resourceType" : "DeviceAssociation",
      "id" : "ACMEDevicePatientAssociation",
      "meta" : {
        "profile" : ["http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-device-association"]
      },
      "language" : "en",
      "text" : {
        "status" : "extensions",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DeviceAssociation_ACMEDevicePatientAssociation\"> </a><p class=\"res-header-id\"><b>Generated Narrative: DeviceAssociation ACMEDevicePatientAssociation</b></p><a name=\"ACMEDevicePatientAssociation\"> </a><a name=\"hcACMEDevicePatientAssociation\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cied-device-association.html\">Device Association - Cardiovascular Implantable Electronic Device (CIED)</a></p></div><p><b>Association Status Extension</b>: <span title=\"Codes:{http://hl7.org/fhir/deviceassociation-status implanted}\">Implanted</span></p><p><b>device</b>: <a href=\"Device-uc1ACMEICD.html\">Device: manufacturer = ACME Devices; serialNumber = uc1ACMEICD; modelNumber = ICDExample1; type = MDC_IDC_ENUM_DEV_TYPE_ICD</a></p><p><b>status</b>: <span title=\"Codes:{http://hl7.org/fhir/deviceassociation-status implanted}\">Implanted</span></p><p><b>subject</b>: <a href=\"Patient-uc1ACMEPatient.html\">Jim ACME Doe  Male, DoB: 1958-01-01 ( http://example.org#ACME1111\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>period</b>: 2020-06-01 --&gt; (ongoing)</p></div>"
      },
      "extension" : [{
        "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/association-status-extension",
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "http://hl7.org/fhir/deviceassociation-status",
            "code" : "implanted"
          }]
        }
      }],
      "device" : {
        "reference" : "Device/uc1ACMEICD"
      },
      "status" : {
        "coding" : [{
          "system" : "http://hl7.org/fhir/deviceassociation-status",
          "code" : "implanted"
        }]
      },
      "subject" : {
        "reference" : "Patient/uc1ACMEPatient"
      },
      "period" : {
        "start" : "2020-06-01"
      }
    }
  },
  {
    "resource" : {
      "resourceType" : "DeviceAssociation",
      "id" : "ACMEDeviceLeadAssociation",
      "meta" : {
        "profile" : ["http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-device-association"]
      },
      "language" : "en",
      "text" : {
        "status" : "extensions",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DeviceAssociation_ACMEDeviceLeadAssociation\"> </a><p class=\"res-header-id\"><b>Generated Narrative: DeviceAssociation ACMEDeviceLeadAssociation</b></p><a name=\"ACMEDeviceLeadAssociation\"> </a><a name=\"hcACMEDeviceLeadAssociation\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cied-device-association.html\">Device Association - Cardiovascular Implantable Electronic Device (CIED)</a></p></div><p><b>Association Status Extension</b>: <span title=\"Codes:{http://hl7.org/fhir/deviceassociation-status implanted}\">Implanted</span></p><p><b>device</b>: <a href=\"Device-ACMELead.html\">Device: manufacturer = ACME Devices; serialNumber = ACMELead; modelNumber = LeadExample1</a></p><p><b>status</b>: <span title=\"Codes:{http://hl7.org/fhir/deviceassociation-status implanted}\">Implanted</span></p><p><b>subject</b>: <a href=\"Patient-uc1ACMEPatient.html\">Jim ACME Doe  Male, DoB: 1958-01-01 ( http://example.org#ACME1111\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>period</b>: 2020-06-01 --&gt; (ongoing)</p></div>"
      },
      "extension" : [{
        "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/association-status-extension",
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "http://hl7.org/fhir/deviceassociation-status",
            "code" : "implanted"
          }]
        }
      }],
      "device" : {
        "reference" : "Device/ACMELead"
      },
      "status" : {
        "coding" : [{
          "system" : "http://hl7.org/fhir/deviceassociation-status",
          "code" : "implanted"
        }]
      },
      "subject" : {
        "reference" : "Patient/uc1ACMEPatient"
      },
      "period" : {
        "start" : "2020-06-01"
      }
    }
  },
  {
    "resource" : {
      "resourceType" : "DiagnosticReport",
      "id" : "IDCO1DiagnosticReport",
      "meta" : {
        "profile" : ["http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-diagnostic-report"]
      },
      "language" : "en",
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DiagnosticReport_IDCO1DiagnosticReport\"> </a><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport IDCO1DiagnosticReport</b></p><a name=\"IDCO1DiagnosticReport\"> </a><a name=\"hcIDCO1DiagnosticReport\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cied-diagnostic-report.html\">CIED Diagnostic Report Profile</a></p></div><h2><span title=\"Codes:{http://loinc.org 10191-5}\">Cardiac electrophysiology procedure note</span> </h2><table class=\"grid\"><tr><td>Subject</td><td>Jim ACME Doe  Male, DoB: 1958-01-01 ( http://example.org#ACME1111\u00a0(use:\u00a0official,\u00a0))</td></tr><tr><td>Relevant Time</td><td>2024-01-15 10:30:00-0500</td></tr><tr><td>Identifier</td><td> <code>http://example.org</code>/ACME-DR-001\u00a0(use:\u00a0official,\u00a0)</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td></tr><tr><td><a href=\"Observation-IDCOExample2.html\"><span title=\"Codes:{http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CardXCIED IDCO}\">Implantable Device Cardiac Observation</span></a></td><td/><td>Final</td></tr></table></div>"
      },
      "identifier" : [{
        "use" : "official",
        "system" : "http://example.org",
        "value" : "ACME-DR-001"
      }],
      "status" : "final",
      "code" : {
        "coding" : [{
          "system" : "http://loinc.org",
          "code" : "10191-5",
          "display" : "Cardiac electrophysiology procedure note"
        }]
      },
      "subject" : {
        "reference" : "Patient/uc1ACMEPatient"
      },
      "effectiveDateTime" : "2024-01-15T10:30:00-05:00",
      "result" : [{
        "reference" : "Observation/IDCOExample2"
      }]
    }
  },
  {
    "resource" : {
      "resourceType" : "Observation",
      "id" : "IDCOExample2",
      "meta" : {
        "profile" : ["http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/IdcoObservation"]
      },
      "language" : "en",
      "text" : {
        "status" : "extensions",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_IDCOExample2\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation IDCOExample2</b></p><a name=\"IDCOExample2\"> </a><a name=\"hcIDCOExample2\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-IdcoObservation.html\">Implantable Device Cardiac Observation</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CardXCIED IDCO}\">Implantable Device Cardiac Observation</span></p><blockquote><p><b>component</b></p><p><b>Instance of repeatable element</b>: 1</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 721216}\">MDC_IDC_MSMT_BATTERY_DTM</span></p><p><b>value</b>: 2019-10-16 12:12:29-0900</p></blockquote><blockquote><p><b>component</b></p><p><b>Instance of repeatable element</b>: 1</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 721280}\">MDC_IDC_MSMT_BATTERY_STATUS</span></p><p><b>value</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 754113}\">MDC_IDC_ENUM_BATTERY_STATUS_BOS</span></p></blockquote><blockquote><p><b>component</b></p><p><b>Instance of repeatable element</b>: 1</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 721344}\">MDC_IDC_MSMT_BATTERY_VOLTAGE</span></p><p><b>value</b>: 6.2 V<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeV = 'V')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>Instance of repeatable element</b>: 1</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 721408}\">MDC_IDC_MSMT_BATTERY_IMPEDANCE</span></p><p><b>value</b>: 2450 Ohm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeOhm = 'Ohm')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>Instance of repeatable element</b>: 1</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 721472}\">MDC_IDC_MSMT_BATTERY_REMAINING_LONGEVITY</span></p><p><b>value</b>: 38 mo<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemo = 'mo')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>Instance of repeatable element</b>: 1</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 721536}\">MDC_IDC_MSMT_BATTERY_REMAINING_PERCENTAGE</span></p><p><b>value</b>: 75 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>Instance of repeatable element</b>: 1</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 721600}\">MDC_IDC_MSMT_BATTERY_RRT_TRIGGER</span></p><p><b>value</b>: Battery capacity &lt; limit for 3 months</p></blockquote><blockquote><p><b>component</b></p><p><b>Instance of repeatable element</b>: 1</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 721601}\">MDC_IDC_MSMT_BATTERY_REMAINING_LONGEVITY_TIMEFRAME</span></p><p><b>value</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 754115}\">MDC_IDC_ENUM_BATTERY_STATUS_RRT</span></p></blockquote><blockquote><p><b>component</b></p><p><b>Instance of repeatable element</b>: 1</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 721602}\">MDC_IDC_MSMT_BATTERY_REMAINING_PERCENTAGE_TIMEFRAME</span></p><p><b>value</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 754115}\">MDC_IDC_ENUM_BATTERY_STATUS_RRT</span></p></blockquote><blockquote><p><b>component</b></p><p><b>Instance of repeatable element</b>: 1</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 721603}\">MDC_IDC_MSMT_BATTERY_RRT_REACHED_DTM</span></p><p><b>value</b>: 2025-03-21 12:12:29-0900</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 721664}\">MDC_IDC_MSMT_CAP_CHARGE_DTM</span></p><p><b>value</b>: 2018-03-21 12:12:29-0900</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 721728}\">MDC_IDC_MSMT_CAP_CHARGE_TIME</span></p><p><b>value</b>: 9.4 s<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codes = 's')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 721792}\">MDC_IDC_MSMT_CAP_CHARGE_ENERGY</span></p><p><b>value</b>: 30 J<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeJ = 'J')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 721856}\">MDC_IDC_MSMT_CAP_CHARGE_TYPE</span></p><p><b>value</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 754177}\">MDC_IDC_ENUM_CHARGE_TYPE_Shock</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 721921}\">MDC_IDC_MSMT_LEADCHNL_RA_DTM_START</span></p><p><b>value</b>: 2019-03-21 12:12:29-0900</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 721922}\">MDC_IDC_MSMT_LEADCHNL_RA_DTM_END</span></p><p><b>value</b>: 2020-03-21 12:12:29-0900</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 721984}\">MDC_IDC_MSMT_LEADCHNL_RA_LEAD_CHANNEL_STATUS</span></p><p><b>value</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 754241}\">MDC_IDC_ENUM_CHANNEL_STATUS_CheckLead</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 722049}\">MDC_IDC_MSMT_LEADCHNL_RA_SENSING_INTR_AMPL_MAX</span></p><p><b>value</b>: 2.6 mV<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemV = 'mV')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 722050}\">MDC_IDC_MSMT_LEADCHNL_RA_SENSING_INTR_AMPL_MIN</span></p><p><b>value</b>: 2.2 mV<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemV = 'mV')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 722051}\">MDC_IDC_MSMT_LEADCHNL_RA_SENSING_INTR_AMPL_MEAN</span></p><p><b>value</b>: 2.5 mV<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemV = 'mV')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 722112}\">MDC_IDC_MSMT_LEADCHNL_RA_SENSING_POLARITY</span></p><p><b>value</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 754305}\">MDC_IDC_ENUM_POLARITY_UNI</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 722176}\">MDC_IDC_MSMT_LEADCHNL_RA_PACING_THRESHOLD_AMPLITUDE</span></p><p><b>value</b>: 0.7 V<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeV = 'V')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 722240}\">MDC_IDC_MSMT_LEADCHNL_RA_PACING_THRESHOLD_PULSEWIDTH</span></p><p><b>value</b>: 0.5 ms<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codems = 'ms')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 722304}\">MDC_IDC_MSMT_LEADCHNL_RA_PACING_THRESHOLD_MEASUREMENT_METHOD</span></p><p><b>value</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 754371}\">MDC_IDC_ENUM_MEASUREMENT_METHOD_DeviceAutomatic</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 722368}\">MDC_IDC_MSMT_LEADCHNL_RA_PACING_THRESHOLD_POLARITY</span></p><p><b>value</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 754306}\">MDC_IDC_ENUM_POLARITY_BI</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 722432}\">MDC_IDC_MSMT_LEADCHNL_RA_IMPEDANCE_VALUE</span></p><p><b>value</b>: 530 Ohm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeOhm = 'Ohm')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 722496}\">MDC_IDC_MSMT_LEADCHNL_RA_IMPEDANCE_POLARITY</span></p><p><b>value</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 754306}\">MDC_IDC_ENUM_POLARITY_BI</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 731520}\">MDC_IDC_SET_TACHYTHERAPY_VSTAT</span></p><p><b>value</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 754817}\">MDC_IDC_ENUM_THERAPY_STATUS_On</span></p></blockquote><blockquote><p><b>component</b></p><p><b>Instance of repeatable element</b>: 1</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 731648}\">MDC_IDC_SET_ZONE_TYPE</span></p><p><b>value</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 754945}\">MDC_IDC_ENUM_ZONE_TYPE_Zone_VF</span></p></blockquote><blockquote><p><b>component</b></p><p><b>Instance of repeatable element</b>: 1</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 731712}\">MDC_IDC_SET_ZONE_VENDOR_TYPE</span></p><p><b>value</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 772161}\">MDC_IDC_ENUM_ZONE_VENDOR_TYPE_MDT-Zone_VF</span></p></blockquote><blockquote><p><b>component</b></p><p><b>Instance of repeatable element</b>: 1</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 731776}\">MDC_IDC_SET_ZONE_STATUS</span></p><p><b>value</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 755009}\">MDC_IDC_ENUM_ZONE_STATUS_Active</span></p></blockquote><blockquote><p><b>component</b></p><p><b>Instance of repeatable element</b>: 1</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 731840}\">MDC_IDC_SET_ZONE_DETECTION_INTERVAL</span></p><p><b>value</b>: 300 ms<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codems = 'ms')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>Instance of repeatable element</b>: 1</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 732097}\">MDC_IDC_SET_ZONE_TYPE_ATP_1</span></p><p><b>value</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 755073}\">MDC_IDC_ENUM_ATP_TYPE_Burst</span></p></blockquote><blockquote><p><b>component</b></p><p><b>Instance of repeatable element</b>: 1</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 732097}\">MDC_IDC_SET_ZONE_TYPE_ATP_1</span></p><p><b>value</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 755073}\">MDC_IDC_ENUM_ATP_TYPE_Burst</span></p></blockquote><blockquote><p><b>component</b></p><p><b>Instance of repeatable element</b>: 1</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 732161}\">MDC_IDC_SET_ZONE_NUM_ATP_SEQS_1</span></p><p><b>value</b>: 1</p></blockquote><blockquote><p><b>component</b></p><p><b>Instance of repeatable element</b>: 1</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 732225}\">MDC_IDC_SET_ZONE_SHOCK_ENERGY_1</span></p><p><b>value</b>: 0.6 J<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeJ = 'J')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>Instance of repeatable element</b>: 1</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 732289}\">MDC_IDC_SET_ZONE_NUM_SHOCKS_1</span></p><p><b>value</b>: 1</p></blockquote><blockquote><p><b>component</b></p><p><b>Instance of repeatable element</b>: 1</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 732226}\">MDC_IDC_SET_ZONE_SHOCK_ENERGY_2</span></p><p><b>value</b>: 0.6 J<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeJ = 'J')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>Instance of repeatable element</b>: 1</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 732290}\">MDC_IDC_SET_ZONE_NUM_SHOCKS_2</span></p><p><b>value</b>: 1</p></blockquote><blockquote><p><b>component</b></p><p><b>Instance of repeatable element</b>: 1</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 732227}\">MDC_IDC_SET_ZONE_SHOCK_ENERGY_3</span></p><p><b>value</b>: 41 J<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeJ = 'J')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>Instance of repeatable element</b>: 1</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 732291}\">MDC_IDC_SET_ZONE_NUM_SHOCKS_3</span></p><p><b>value</b>: 1</p></blockquote><blockquote><p><b>component</b></p><p><b>Instance of repeatable element</b>: 2</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 731648}\">MDC_IDC_SET_ZONE_TYPE</span></p><p><b>value</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 754946}\">MDC_IDC_ENUM_ZONE_TYPE_Zone_VT</span></p></blockquote><blockquote><p><b>component</b></p><p><b>Instance of repeatable element</b>: 2</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 731712}\">MDC_IDC_SET_ZONE_VENDOR_TYPE</span></p><p><b>value</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 772161}\">MDC_IDC_ENUM_ZONE_VENDOR_TYPE_MDT-Zone_VF</span></p></blockquote><blockquote><p><b>component</b></p><p><b>Instance of repeatable element</b>: 2</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 731776}\">MDC_IDC_SET_ZONE_STATUS</span></p><p><b>value</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 755011}\">MDC_IDC_ENUM_ZONE_STATUS_Monitor</span></p></blockquote><blockquote><p><b>component</b></p><p><b>Instance of repeatable element</b>: 2</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 731840}\">MDC_IDC_SET_ZONE_DETECTION_INTERVAL</span></p><p><b>value</b>: 375 ms<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codems = 'ms')</span></p></blockquote></div>"
      },
      "status" : "final",
      "code" : {
        "coding" : [{
          "system" : "http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CardXCIED",
          "code" : "IDCO",
          "display" : "Implantable Device Cardiac Observation"
        }]
      },
      "component" : [{
        "extension" : [{
          "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco",
          "valueInteger" : 1
        }],
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "721216",
            "display" : "MDC_IDC_MSMT_BATTERY_DTM"
          }]
        },
        "valueDateTime" : "2019-10-16T12:12:29-09:00"
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco",
          "valueInteger" : 1
        }],
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "721280",
            "display" : "MDC_IDC_MSMT_BATTERY_STATUS"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "754113",
            "display" : "MDC_IDC_ENUM_BATTERY_STATUS_BOS"
          }]
        }
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco",
          "valueInteger" : 1
        }],
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "721344",
            "display" : "MDC_IDC_MSMT_BATTERY_VOLTAGE"
          }]
        },
        "valueQuantity" : {
          "value" : 6.2,
          "unit" : "V",
          "system" : "http://unitsofmeasure.org",
          "code" : "V"
        }
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco",
          "valueInteger" : 1
        }],
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "721408",
            "display" : "MDC_IDC_MSMT_BATTERY_IMPEDANCE"
          }]
        },
        "valueQuantity" : {
          "value" : 2450,
          "unit" : "Ohm",
          "system" : "http://unitsofmeasure.org",
          "code" : "Ohm"
        }
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco",
          "valueInteger" : 1
        }],
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "721472",
            "display" : "MDC_IDC_MSMT_BATTERY_REMAINING_LONGEVITY"
          }]
        },
        "valueQuantity" : {
          "value" : 38,
          "unit" : "mo",
          "system" : "http://unitsofmeasure.org",
          "code" : "mo"
        }
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco",
          "valueInteger" : 1
        }],
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "721536",
            "display" : "MDC_IDC_MSMT_BATTERY_REMAINING_PERCENTAGE"
          }]
        },
        "valueQuantity" : {
          "value" : 75,
          "unit" : "%",
          "system" : "http://unitsofmeasure.org",
          "code" : "%"
        }
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco",
          "valueInteger" : 1
        }],
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "721600",
            "display" : "MDC_IDC_MSMT_BATTERY_RRT_TRIGGER"
          }]
        },
        "valueString" : "Battery capacity < limit for 3 months"
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco",
          "valueInteger" : 1
        }],
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "721601",
            "display" : "MDC_IDC_MSMT_BATTERY_REMAINING_LONGEVITY_TIMEFRAME"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "754115",
            "display" : "MDC_IDC_ENUM_BATTERY_STATUS_RRT"
          }]
        }
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco",
          "valueInteger" : 1
        }],
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "721602",
            "display" : "MDC_IDC_MSMT_BATTERY_REMAINING_PERCENTAGE_TIMEFRAME"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "754115",
            "display" : "MDC_IDC_ENUM_BATTERY_STATUS_RRT"
          }]
        }
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco",
          "valueInteger" : 1
        }],
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "721603",
            "display" : "MDC_IDC_MSMT_BATTERY_RRT_REACHED_DTM"
          }]
        },
        "valueDateTime" : "2025-03-21T12:12:29-09:00"
      },
      {
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "721664",
            "display" : "MDC_IDC_MSMT_CAP_CHARGE_DTM"
          }]
        },
        "valueDateTime" : "2018-03-21T12:12:29-09:00"
      },
      {
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "721728",
            "display" : "MDC_IDC_MSMT_CAP_CHARGE_TIME"
          }]
        },
        "valueQuantity" : {
          "value" : 9.4,
          "unit" : "s",
          "system" : "http://unitsofmeasure.org",
          "code" : "s"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "721792",
            "display" : "MDC_IDC_MSMT_CAP_CHARGE_ENERGY"
          }]
        },
        "valueQuantity" : {
          "value" : 30,
          "unit" : "J",
          "system" : "http://unitsofmeasure.org",
          "code" : "J"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "721856",
            "display" : "MDC_IDC_MSMT_CAP_CHARGE_TYPE"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "754177",
            "display" : "MDC_IDC_ENUM_CHARGE_TYPE_Shock"
          }]
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "721921",
            "display" : "MDC_IDC_MSMT_LEADCHNL_RA_DTM_START"
          }]
        },
        "valueDateTime" : "2019-03-21T12:12:29-09:00"
      },
      {
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "721922",
            "display" : "MDC_IDC_MSMT_LEADCHNL_RA_DTM_END"
          }]
        },
        "valueDateTime" : "2020-03-21T12:12:29-09:00"
      },
      {
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "721984",
            "display" : "MDC_IDC_MSMT_LEADCHNL_RA_LEAD_CHANNEL_STATUS"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "754241",
            "display" : "MDC_IDC_ENUM_CHANNEL_STATUS_CheckLead"
          }]
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "722049",
            "display" : "MDC_IDC_MSMT_LEADCHNL_RA_SENSING_INTR_AMPL_MAX"
          }]
        },
        "valueQuantity" : {
          "value" : 2.6,
          "unit" : "mV",
          "system" : "http://unitsofmeasure.org",
          "code" : "mV"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "722050",
            "display" : "MDC_IDC_MSMT_LEADCHNL_RA_SENSING_INTR_AMPL_MIN"
          }]
        },
        "valueQuantity" : {
          "value" : 2.2,
          "unit" : "mV",
          "system" : "http://unitsofmeasure.org",
          "code" : "mV"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "722051",
            "display" : "MDC_IDC_MSMT_LEADCHNL_RA_SENSING_INTR_AMPL_MEAN"
          }]
        },
        "valueQuantity" : {
          "value" : 2.5,
          "unit" : "mV",
          "system" : "http://unitsofmeasure.org",
          "code" : "mV"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "722112",
            "display" : "MDC_IDC_MSMT_LEADCHNL_RA_SENSING_POLARITY"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "754305",
            "display" : "MDC_IDC_ENUM_POLARITY_UNI"
          }]
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "722176",
            "display" : "MDC_IDC_MSMT_LEADCHNL_RA_PACING_THRESHOLD_AMPLITUDE"
          }]
        },
        "valueQuantity" : {
          "value" : 0.7,
          "unit" : "V",
          "system" : "http://unitsofmeasure.org",
          "code" : "V"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "722240",
            "display" : "MDC_IDC_MSMT_LEADCHNL_RA_PACING_THRESHOLD_PULSEWIDTH"
          }]
        },
        "valueQuantity" : {
          "value" : 0.5,
          "unit" : "ms",
          "system" : "http://unitsofmeasure.org",
          "code" : "ms"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "722304",
            "display" : "MDC_IDC_MSMT_LEADCHNL_RA_PACING_THRESHOLD_MEASUREMENT_METHOD"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "754371",
            "display" : "MDC_IDC_ENUM_MEASUREMENT_METHOD_DeviceAutomatic"
          }]
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "722368",
            "display" : "MDC_IDC_MSMT_LEADCHNL_RA_PACING_THRESHOLD_POLARITY"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "754306",
            "display" : "MDC_IDC_ENUM_POLARITY_BI"
          }]
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "722432",
            "display" : "MDC_IDC_MSMT_LEADCHNL_RA_IMPEDANCE_VALUE"
          }]
        },
        "valueQuantity" : {
          "value" : 530,
          "unit" : "Ohm",
          "system" : "http://unitsofmeasure.org",
          "code" : "Ohm"
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "722496",
            "display" : "MDC_IDC_MSMT_LEADCHNL_RA_IMPEDANCE_POLARITY"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "754306",
            "display" : "MDC_IDC_ENUM_POLARITY_BI"
          }]
        }
      },
      {
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "731520"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "754817"
          }]
        }
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco",
          "valueInteger" : 1
        }],
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "731648"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "754945"
          }]
        }
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco",
          "valueInteger" : 1
        }],
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "731712"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "772161"
          }]
        }
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco",
          "valueInteger" : 1
        }],
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "731776"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "755009"
          }]
        }
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco",
          "valueInteger" : 1
        }],
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "731840"
          }]
        },
        "valueQuantity" : {
          "value" : 300,
          "unit" : "ms",
          "system" : "http://unitsofmeasure.org",
          "code" : "ms"
        }
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco",
          "valueInteger" : 1
        }],
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "732097",
            "display" : "MDC_IDC_SET_ZONE_TYPE_ATP_1"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "755073",
            "display" : "MDC_IDC_ENUM_ATP_TYPE_Burst"
          }]
        }
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco",
          "valueInteger" : 1
        }],
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "732097",
            "display" : "MDC_IDC_SET_ZONE_TYPE_ATP_1"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "755073",
            "display" : "MDC_IDC_ENUM_ATP_TYPE_Burst"
          }]
        }
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco",
          "valueInteger" : 1
        }],
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "732161",
            "display" : "MDC_IDC_SET_ZONE_NUM_ATP_SEQS_1"
          }]
        },
        "valueQuantity" : {
          "value" : 1
        }
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco",
          "valueInteger" : 1
        }],
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "732225",
            "display" : "MDC_IDC_SET_ZONE_SHOCK_ENERGY_1"
          }]
        },
        "valueQuantity" : {
          "value" : 0.6,
          "unit" : "J",
          "system" : "http://unitsofmeasure.org",
          "code" : "J"
        }
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco",
          "valueInteger" : 1
        }],
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "732289",
            "display" : "MDC_IDC_SET_ZONE_NUM_SHOCKS_1"
          }]
        },
        "valueQuantity" : {
          "value" : 1
        }
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco",
          "valueInteger" : 1
        }],
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "732226",
            "display" : "MDC_IDC_SET_ZONE_SHOCK_ENERGY_2"
          }]
        },
        "valueQuantity" : {
          "value" : 0.6,
          "unit" : "J",
          "system" : "http://unitsofmeasure.org",
          "code" : "J"
        }
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco",
          "valueInteger" : 1
        }],
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "732290",
            "display" : "MDC_IDC_SET_ZONE_NUM_SHOCKS_2"
          }]
        },
        "valueQuantity" : {
          "value" : 1
        }
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco",
          "valueInteger" : 1
        }],
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "732227",
            "display" : "MDC_IDC_SET_ZONE_SHOCK_ENERGY_3"
          }]
        },
        "valueQuantity" : {
          "value" : 41,
          "unit" : "J",
          "system" : "http://unitsofmeasure.org",
          "code" : "J"
        }
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco",
          "valueInteger" : 1
        }],
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "732291",
            "display" : "MDC_IDC_SET_ZONE_NUM_SHOCKS_3"
          }]
        },
        "valueQuantity" : {
          "value" : 1
        }
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco",
          "valueInteger" : 2
        }],
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "731648"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "754946",
            "display" : "MDC_IDC_ENUM_ZONE_TYPE_Zone_VT"
          }]
        }
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco",
          "valueInteger" : 2
        }],
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "731712"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "772161"
          }]
        }
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco",
          "valueInteger" : 2
        }],
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "731776"
          }]
        },
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "755011"
          }]
        }
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco",
          "valueInteger" : 2
        }],
        "code" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "731840"
          }]
        },
        "valueQuantity" : {
          "value" : 375,
          "unit" : "ms",
          "system" : "http://unitsofmeasure.org",
          "code" : "ms"
        }
      }]
    }
  },
  {
    "resource" : {
      "resourceType" : "Organization",
      "id" : "ACMEOrganization",
      "meta" : {
        "profile" : ["http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-organization"]
      },
      "language" : "en",
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_ACMEOrganization\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization ACMEOrganization</b></p><a name=\"ACMEOrganization\"> </a><a name=\"hcACMEOrganization\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cied-organization.html\">Organization - Cardiovascular Implantable Electronic Device (CIED)</a></p></div><p><b>identifier</b>: <code>http://example.org</code>/ACME-ORG-001\u00a0(use:\u00a0official,\u00a0)</p><p><b>name</b>: ACME Medical Center</p></div>"
      },
      "identifier" : [{
        "use" : "official",
        "system" : "http://example.org",
        "value" : "ACME-ORG-001"
      }],
      "name" : "ACME Medical Center"
    }
  },
  {
    "resource" : {
      "resourceType" : "Practitioner",
      "id" : "ExamplePractitioner",
      "meta" : {
        "profile" : ["http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-practioner"]
      },
      "language" : "en",
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_ExamplePractitioner\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner ExamplePractitioner</b></p><a name=\"ExamplePractitioner\"> </a><a name=\"hcExamplePractitioner\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cied-practioner.html\">CIED Practioner Profile</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/7.2.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/1234567890\u00a0(use:\u00a0official,\u00a0)</p><p><b>name</b>: Jane Smith </p><p><b>telecom</b>: ph: 555-867-5309(Work)</p><p><b>address</b>: 1234 Main Street Springfield IL 12345 (work)</p></div>"
      },
      "identifier" : [{
        "use" : "official",
        "system" : "http://hl7.org/fhir/sid/us-npi",
        "value" : "1234567890"
      }],
      "name" : [{
        "family" : "Smith",
        "given" : ["Jane"],
        "prefix" : ["Dr."]
      }],
      "telecom" : [{
        "system" : "phone",
        "value" : "555-867-5309",
        "use" : "work"
      }],
      "address" : [{
        "use" : "work",
        "line" : ["1234 Main Street"],
        "city" : "Springfield",
        "state" : "IL",
        "postalCode" : "12345"
      }]
    }
  }]
}