@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/uv/cardx-cied/Bundle/uc1ACMEBundle> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "uc1ACMEBundle"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/idco-bundle"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/idco-bundle>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:timestamp [ fhir:v "2024-01-15T10:30:00-05:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
     fhir:resource ( [
       a fhir:Patient ;
       fhir:id [ fhir:v "uc1ACMEPatient" ] ;
       fhir:meta [
         fhir:profile ( [
           fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-patient"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-patient>
         ] )
       ] ;
       fhir:language [ fhir:v "en" ] ;
       fhir:text [
         fhir:status [ fhir:v "generated" ] ;
         fhir:div [ fhir:v "<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 (use: official, ))</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>"^^rdf:XMLLiteral ]
       ] ;
       fhir:identifier ( [
         fhir:use [ fhir:v "official" ] ;
         fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ] ;
         fhir:value [ fhir:v "ACME1111" ]
       ] ) ;
       fhir:name ( [
         fhir:family [ fhir:v "Doe" ] ;
         fhir:given ( [ fhir:v "Jim" ] [ fhir:v "ACME" ] )
       ] ) ;
       fhir:telecom ( [
         fhir:system [ fhir:v "phone" ] ;
         fhir:value [ fhir:v "111-555-4444" ] ;
         fhir:use [ fhir:v "mobile" ]
       ] ) ;
       fhir:gender [ fhir:v "male" ] ;
       fhir:birthDate [ fhir:v "1958-01-01"^^xsd:date ] ;
       fhir:address ( [
         fhir:use [ fhir:v "home" ] ;
         fhir:line ( [ fhir:v "1234 Main Street" ] ) ;
         fhir:city [ fhir:v "Springfield" ] ;
         fhir:state [ fhir:v "IL" ] ;
         fhir:postalCode [ fhir:v "12345" ]
       ] )
     ] )
  ] [
     fhir:resource ( [
       a fhir:Device ;
       fhir:id [ fhir:v "uc1ACMEICD" ] ;
       fhir:meta [
         fhir:profile ( [
           fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-device"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-device>
         ] )
       ] ;
       fhir:language [ fhir:v "en" ] ;
       fhir:text [
         fhir:status [ fhir:v "generated" ] ;
         fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
       ] ;
       fhir:manufacturer [ fhir:v "ACME Devices" ] ;
       fhir:serialNumber [ fhir:v "uc1ACMEICD" ] ;
       fhir:modelNumber [ fhir:v "ICDExample1" ] ;
       fhir:type ( [
         fhir:coding ( [
           fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "753666" ]
         ] )
       ] )
     ] )
  ] [
     fhir:resource ( [
       a fhir:Device ;
       fhir:id [ fhir:v "ACMELead" ] ;
       fhir:meta [
         fhir:profile ( [
           fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-device-lead"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-device-lead>
         ] )
       ] ;
       fhir:language [ fhir:v "en" ] ;
       fhir:text [
         fhir:status [ fhir:v "generated" ] ;
         fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
       ] ;
       fhir:manufacturer [ fhir:v "ACME Devices" ] ;
       fhir:serialNumber [ fhir:v "ACMELead" ] ;
       fhir:modelNumber [ fhir:v "LeadExample1" ] ;
       fhir:parent [
         fhir:link <http://hl7.org/fhir/uv/cardx-cied/Device/uc1ACMEICD> ;
         fhir:reference [ fhir:v "Device/uc1ACMEICD" ]
       ]
     ] )
  ] [
     fhir:resource ( [
       a fhir:DeviceAssociation ;
       fhir:id [ fhir:v "ACMEDevicePatientAssociation" ] ;
       fhir:meta [
         fhir:profile ( [
           fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-device-association"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-device-association>
         ] )
       ] ;
       fhir:language [ fhir:v "en" ] ;
       fhir:text [
         fhir:status [ fhir:v "extensions" ] ;
         fhir:div [ fhir:v "<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 (use: official, ))</a></p><p><b>period</b>: 2020-06-01 --&gt; (ongoing)</p></div>"^^rdf:XMLLiteral ]
       ] ;
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/association-status-extension"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:system [ fhir:v "http://hl7.org/fhir/deviceassociation-status"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "implanted" ]
           ] )
         ]
       ] ) ;
       fhir:device [
         fhir:link <http://hl7.org/fhir/uv/cardx-cied/Device/uc1ACMEICD> ;
         fhir:reference [ fhir:v "Device/uc1ACMEICD" ]
       ] ;
       fhir:status [
         fhir:coding ( [
           fhir:system [ fhir:v "http://hl7.org/fhir/deviceassociation-status"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "implanted" ]
         ] )
       ] ;
       fhir:subject [
         fhir:link <http://hl7.org/fhir/uv/cardx-cied/Patient/uc1ACMEPatient> ;
         fhir:reference [ fhir:v "Patient/uc1ACMEPatient" ]
       ] ;
       fhir:period [
         fhir:start [ fhir:v "2020-06-01"^^xsd:date ]
       ]
     ] )
  ] [
     fhir:resource ( [
       a fhir:DeviceAssociation ;
       fhir:id [ fhir:v "ACMEDeviceLeadAssociation" ] ;
       fhir:meta [
         fhir:profile ( [
           fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-device-association"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-device-association>
         ] )
       ] ;
       fhir:language [ fhir:v "en" ] ;
       fhir:text [
         fhir:status [ fhir:v "extensions" ] ;
         fhir:div [ fhir:v "<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 (use: official, ))</a></p><p><b>period</b>: 2020-06-01 --&gt; (ongoing)</p></div>"^^rdf:XMLLiteral ]
       ] ;
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/association-status-extension"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:system [ fhir:v "http://hl7.org/fhir/deviceassociation-status"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "implanted" ]
           ] )
         ]
       ] ) ;
       fhir:device [
         fhir:link <http://hl7.org/fhir/uv/cardx-cied/Device/ACMELead> ;
         fhir:reference [ fhir:v "Device/ACMELead" ]
       ] ;
       fhir:status [
         fhir:coding ( [
           fhir:system [ fhir:v "http://hl7.org/fhir/deviceassociation-status"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "implanted" ]
         ] )
       ] ;
       fhir:subject [
         fhir:link <http://hl7.org/fhir/uv/cardx-cied/Patient/uc1ACMEPatient> ;
         fhir:reference [ fhir:v "Patient/uc1ACMEPatient" ]
       ] ;
       fhir:period [
         fhir:start [ fhir:v "2020-06-01"^^xsd:date ]
       ]
     ] )
  ] [
     fhir:resource ( [
       a fhir:DiagnosticReport ;
       fhir:id [ fhir:v "IDCO1DiagnosticReport" ] ;
       fhir:meta [
         fhir:profile ( [
           fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-diagnostic-report"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-diagnostic-report>
         ] )
       ] ;
       fhir:language [ fhir:v "en" ] ;
       fhir:text [
         fhir:status [ fhir:v "generated" ] ;
         fhir:div [ fhir:v "<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 (use: official, ))</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 (use: official, )</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>"^^rdf:XMLLiteral ]
       ] ;
       fhir:identifier ( [
         fhir:use [ fhir:v "official" ] ;
         fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ] ;
         fhir:value [ fhir:v "ACME-DR-001" ]
       ] ) ;
       fhir:status [ fhir:v "final" ] ;
       fhir:code [
         fhir:coding ( [
           a loinc:10191-5 ;
           fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "10191-5" ] ;
           fhir:display [ fhir:v "Cardiac electrophysiology procedure note" ]
         ] )
       ] ;
       fhir:subject [
         fhir:link <http://hl7.org/fhir/uv/cardx-cied/Patient/uc1ACMEPatient> ;
         fhir:reference [ fhir:v "Patient/uc1ACMEPatient" ]
       ] ;
       fhir:effective [
         a fhir:dateTime ;
         fhir:v "2024-01-15T10:30:00-05:00"^^xsd:dateTime
       ] ;
       fhir:result ( [
         fhir:link <http://hl7.org/fhir/uv/cardx-cied/Observation/IDCOExample2> ;
         fhir:reference [ fhir:v "Observation/IDCOExample2" ]
       ] )
     ] )
  ] [
     fhir:resource ( [
       a fhir:Observation ;
       fhir:id [ fhir:v "IDCOExample2" ] ;
       fhir:meta [
         fhir:profile ( [
           fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/IdcoObservation"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/IdcoObservation>
         ] )
       ] ;
       fhir:language [ fhir:v "en" ] ;
       fhir:text [
         fhir:status [ fhir:v "extensions" ] ;
         fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
       ] ;
       fhir:status [ fhir:v "final" ] ;
       fhir:code [
         fhir:coding ( [
           fhir:system [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/CodeSystem/CardXCIED"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "IDCO" ] ;
           fhir:display [ fhir:v "Implantable Device Cardiac Observation" ]
         ] )
       ] ;
       fhir:component ( [
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:integer ;
             fhir:v 1
           ]
         ] ) ;
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "721216" ] ;
             fhir:display [ fhir:v "MDC_IDC_MSMT_BATTERY_DTM" ]
           ] )
         ] ;
         fhir:value [
           a fhir:dateTime ;
           fhir:v "2019-10-16T12:12:29-09:00"^^xsd:dateTime
         ]
       ] [
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:integer ;
             fhir:v 1
           ]
         ] ) ;
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "721280" ] ;
             fhir:display [ fhir:v "MDC_IDC_MSMT_BATTERY_STATUS" ]
           ] )
         ] ;
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "754113" ] ;
             fhir:display [ fhir:v "MDC_IDC_ENUM_BATTERY_STATUS_BOS" ]
           ] )
         ]
       ] [
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:integer ;
             fhir:v 1
           ]
         ] ) ;
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "721344" ] ;
             fhir:display [ fhir:v "MDC_IDC_MSMT_BATTERY_VOLTAGE" ]
           ] )
         ] ;
         fhir:value [
           a fhir:Quantity ;
           fhir:value [ fhir:v 6.2 ] ;
           fhir:unit [ fhir:v "V" ] ;
           fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "V" ]
         ]
       ] [
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:integer ;
             fhir:v 1
           ]
         ] ) ;
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "721408" ] ;
             fhir:display [ fhir:v "MDC_IDC_MSMT_BATTERY_IMPEDANCE" ]
           ] )
         ] ;
         fhir:value [
           a fhir:Quantity ;
           fhir:value [ fhir:v "2450"^^xsd:decimal ] ;
           fhir:unit [ fhir:v "Ohm" ] ;
           fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "Ohm" ]
         ]
       ] [
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:integer ;
             fhir:v 1
           ]
         ] ) ;
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "721472" ] ;
             fhir:display [ fhir:v "MDC_IDC_MSMT_BATTERY_REMAINING_LONGEVITY" ]
           ] )
         ] ;
         fhir:value [
           a fhir:Quantity ;
           fhir:value [ fhir:v "38"^^xsd:decimal ] ;
           fhir:unit [ fhir:v "mo" ] ;
           fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "mo" ]
         ]
       ] [
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:integer ;
             fhir:v 1
           ]
         ] ) ;
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "721536" ] ;
             fhir:display [ fhir:v "MDC_IDC_MSMT_BATTERY_REMAINING_PERCENTAGE" ]
           ] )
         ] ;
         fhir:value [
           a fhir:Quantity ;
           fhir:value [ fhir:v "75"^^xsd:decimal ] ;
           fhir:unit [ fhir:v "%" ] ;
           fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "%" ]
         ]
       ] [
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:integer ;
             fhir:v 1
           ]
         ] ) ;
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "721600" ] ;
             fhir:display [ fhir:v "MDC_IDC_MSMT_BATTERY_RRT_TRIGGER" ]
           ] )
         ] ;
         fhir:value [
           a fhir:string ;
           fhir:v "Battery capacity < limit for 3 months"
         ]
       ] [
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:integer ;
             fhir:v 1
           ]
         ] ) ;
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "721601" ] ;
             fhir:display [ fhir:v "MDC_IDC_MSMT_BATTERY_REMAINING_LONGEVITY_TIMEFRAME" ]
           ] )
         ] ;
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "754115" ] ;
             fhir:display [ fhir:v "MDC_IDC_ENUM_BATTERY_STATUS_RRT" ]
           ] )
         ]
       ] [
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:integer ;
             fhir:v 1
           ]
         ] ) ;
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "721602" ] ;
             fhir:display [ fhir:v "MDC_IDC_MSMT_BATTERY_REMAINING_PERCENTAGE_TIMEFRAME" ]
           ] )
         ] ;
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "754115" ] ;
             fhir:display [ fhir:v "MDC_IDC_ENUM_BATTERY_STATUS_RRT" ]
           ] )
         ]
       ] [
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:integer ;
             fhir:v 1
           ]
         ] ) ;
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "721603" ] ;
             fhir:display [ fhir:v "MDC_IDC_MSMT_BATTERY_RRT_REACHED_DTM" ]
           ] )
         ] ;
         fhir:value [
           a fhir:dateTime ;
           fhir:v "2025-03-21T12:12:29-09:00"^^xsd:dateTime
         ]
       ] [
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "721664" ] ;
             fhir:display [ fhir:v "MDC_IDC_MSMT_CAP_CHARGE_DTM" ]
           ] )
         ] ;
         fhir:value [
           a fhir:dateTime ;
           fhir:v "2018-03-21T12:12:29-09:00"^^xsd:dateTime
         ]
       ] [
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "721728" ] ;
             fhir:display [ fhir:v "MDC_IDC_MSMT_CAP_CHARGE_TIME" ]
           ] )
         ] ;
         fhir:value [
           a fhir:Quantity ;
           fhir:value [ fhir:v 9.4 ] ;
           fhir:unit [ fhir:v "s" ] ;
           fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "s" ]
         ]
       ] [
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "721792" ] ;
             fhir:display [ fhir:v "MDC_IDC_MSMT_CAP_CHARGE_ENERGY" ]
           ] )
         ] ;
         fhir:value [
           a fhir:Quantity ;
           fhir:value [ fhir:v "30"^^xsd:decimal ] ;
           fhir:unit [ fhir:v "J" ] ;
           fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "J" ]
         ]
       ] [
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "721856" ] ;
             fhir:display [ fhir:v "MDC_IDC_MSMT_CAP_CHARGE_TYPE" ]
           ] )
         ] ;
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "754177" ] ;
             fhir:display [ fhir:v "MDC_IDC_ENUM_CHARGE_TYPE_Shock" ]
           ] )
         ]
       ] [
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "721921" ] ;
             fhir:display [ fhir:v "MDC_IDC_MSMT_LEADCHNL_RA_DTM_START" ]
           ] )
         ] ;
         fhir:value [
           a fhir:dateTime ;
           fhir:v "2019-03-21T12:12:29-09:00"^^xsd:dateTime
         ]
       ] [
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "721922" ] ;
             fhir:display [ fhir:v "MDC_IDC_MSMT_LEADCHNL_RA_DTM_END" ]
           ] )
         ] ;
         fhir:value [
           a fhir:dateTime ;
           fhir:v "2020-03-21T12:12:29-09:00"^^xsd:dateTime
         ]
       ] [
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "721984" ] ;
             fhir:display [ fhir:v "MDC_IDC_MSMT_LEADCHNL_RA_LEAD_CHANNEL_STATUS" ]
           ] )
         ] ;
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "754241" ] ;
             fhir:display [ fhir:v "MDC_IDC_ENUM_CHANNEL_STATUS_CheckLead" ]
           ] )
         ]
       ] [
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "722049" ] ;
             fhir:display [ fhir:v "MDC_IDC_MSMT_LEADCHNL_RA_SENSING_INTR_AMPL_MAX" ]
           ] )
         ] ;
         fhir:value [
           a fhir:Quantity ;
           fhir:value [ fhir:v 2.6 ] ;
           fhir:unit [ fhir:v "mV" ] ;
           fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "mV" ]
         ]
       ] [
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "722050" ] ;
             fhir:display [ fhir:v "MDC_IDC_MSMT_LEADCHNL_RA_SENSING_INTR_AMPL_MIN" ]
           ] )
         ] ;
         fhir:value [
           a fhir:Quantity ;
           fhir:value [ fhir:v 2.2 ] ;
           fhir:unit [ fhir:v "mV" ] ;
           fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "mV" ]
         ]
       ] [
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "722051" ] ;
             fhir:display [ fhir:v "MDC_IDC_MSMT_LEADCHNL_RA_SENSING_INTR_AMPL_MEAN" ]
           ] )
         ] ;
         fhir:value [
           a fhir:Quantity ;
           fhir:value [ fhir:v 2.5 ] ;
           fhir:unit [ fhir:v "mV" ] ;
           fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "mV" ]
         ]
       ] [
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "722112" ] ;
             fhir:display [ fhir:v "MDC_IDC_MSMT_LEADCHNL_RA_SENSING_POLARITY" ]
           ] )
         ] ;
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "754305" ] ;
             fhir:display [ fhir:v "MDC_IDC_ENUM_POLARITY_UNI" ]
           ] )
         ]
       ] [
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "722176" ] ;
             fhir:display [ fhir:v "MDC_IDC_MSMT_LEADCHNL_RA_PACING_THRESHOLD_AMPLITUDE" ]
           ] )
         ] ;
         fhir:value [
           a fhir:Quantity ;
           fhir:value [ fhir:v 0.7 ] ;
           fhir:unit [ fhir:v "V" ] ;
           fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "V" ]
         ]
       ] [
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "722240" ] ;
             fhir:display [ fhir:v "MDC_IDC_MSMT_LEADCHNL_RA_PACING_THRESHOLD_PULSEWIDTH" ]
           ] )
         ] ;
         fhir:value [
           a fhir:Quantity ;
           fhir:value [ fhir:v 0.5 ] ;
           fhir:unit [ fhir:v "ms" ] ;
           fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "ms" ]
         ]
       ] [
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "722304" ] ;
             fhir:display [ fhir:v "MDC_IDC_MSMT_LEADCHNL_RA_PACING_THRESHOLD_MEASUREMENT_METHOD" ]
           ] )
         ] ;
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "754371" ] ;
             fhir:display [ fhir:v "MDC_IDC_ENUM_MEASUREMENT_METHOD_DeviceAutomatic" ]
           ] )
         ]
       ] [
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "722368" ] ;
             fhir:display [ fhir:v "MDC_IDC_MSMT_LEADCHNL_RA_PACING_THRESHOLD_POLARITY" ]
           ] )
         ] ;
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "754306" ] ;
             fhir:display [ fhir:v "MDC_IDC_ENUM_POLARITY_BI" ]
           ] )
         ]
       ] [
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "722432" ] ;
             fhir:display [ fhir:v "MDC_IDC_MSMT_LEADCHNL_RA_IMPEDANCE_VALUE" ]
           ] )
         ] ;
         fhir:value [
           a fhir:Quantity ;
           fhir:value [ fhir:v "530"^^xsd:decimal ] ;
           fhir:unit [ fhir:v "Ohm" ] ;
           fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "Ohm" ]
         ]
       ] [
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "722496" ] ;
             fhir:display [ fhir:v "MDC_IDC_MSMT_LEADCHNL_RA_IMPEDANCE_POLARITY" ]
           ] )
         ] ;
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "754306" ] ;
             fhir:display [ fhir:v "MDC_IDC_ENUM_POLARITY_BI" ]
           ] )
         ]
       ] [
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "731520" ]
           ] )
         ] ;
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "754817" ]
           ] )
         ]
       ] [
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:integer ;
             fhir:v 1
           ]
         ] ) ;
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "731648" ]
           ] )
         ] ;
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "754945" ]
           ] )
         ]
       ] [
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:integer ;
             fhir:v 1
           ]
         ] ) ;
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "731712" ]
           ] )
         ] ;
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "772161" ]
           ] )
         ]
       ] [
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:integer ;
             fhir:v 1
           ]
         ] ) ;
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "731776" ]
           ] )
         ] ;
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "755009" ]
           ] )
         ]
       ] [
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:integer ;
             fhir:v 1
           ]
         ] ) ;
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "731840" ]
           ] )
         ] ;
         fhir:value [
           a fhir:Quantity ;
           fhir:value [ fhir:v "300"^^xsd:decimal ] ;
           fhir:unit [ fhir:v "ms" ] ;
           fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "ms" ]
         ]
       ] [
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:integer ;
             fhir:v 1
           ]
         ] ) ;
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "732097" ] ;
             fhir:display [ fhir:v "MDC_IDC_SET_ZONE_TYPE_ATP_1" ]
           ] )
         ] ;
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "755073" ] ;
             fhir:display [ fhir:v "MDC_IDC_ENUM_ATP_TYPE_Burst" ]
           ] )
         ]
       ] [
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:integer ;
             fhir:v 1
           ]
         ] ) ;
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "732097" ] ;
             fhir:display [ fhir:v "MDC_IDC_SET_ZONE_TYPE_ATP_1" ]
           ] )
         ] ;
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "755073" ] ;
             fhir:display [ fhir:v "MDC_IDC_ENUM_ATP_TYPE_Burst" ]
           ] )
         ]
       ] [
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:integer ;
             fhir:v 1
           ]
         ] ) ;
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "732161" ] ;
             fhir:display [ fhir:v "MDC_IDC_SET_ZONE_NUM_ATP_SEQS_1" ]
           ] )
         ] ;
         fhir:value [
           a fhir:Quantity ;
           fhir:value [ fhir:v "1"^^xsd:decimal ]
         ]
       ] [
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:integer ;
             fhir:v 1
           ]
         ] ) ;
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "732225" ] ;
             fhir:display [ fhir:v "MDC_IDC_SET_ZONE_SHOCK_ENERGY_1" ]
           ] )
         ] ;
         fhir:value [
           a fhir:Quantity ;
           fhir:value [ fhir:v 0.6 ] ;
           fhir:unit [ fhir:v "J" ] ;
           fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "J" ]
         ]
       ] [
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:integer ;
             fhir:v 1
           ]
         ] ) ;
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "732289" ] ;
             fhir:display [ fhir:v "MDC_IDC_SET_ZONE_NUM_SHOCKS_1" ]
           ] )
         ] ;
         fhir:value [
           a fhir:Quantity ;
           fhir:value [ fhir:v "1"^^xsd:decimal ]
         ]
       ] [
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:integer ;
             fhir:v 1
           ]
         ] ) ;
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "732226" ] ;
             fhir:display [ fhir:v "MDC_IDC_SET_ZONE_SHOCK_ENERGY_2" ]
           ] )
         ] ;
         fhir:value [
           a fhir:Quantity ;
           fhir:value [ fhir:v 0.6 ] ;
           fhir:unit [ fhir:v "J" ] ;
           fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "J" ]
         ]
       ] [
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:integer ;
             fhir:v 1
           ]
         ] ) ;
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "732290" ] ;
             fhir:display [ fhir:v "MDC_IDC_SET_ZONE_NUM_SHOCKS_2" ]
           ] )
         ] ;
         fhir:value [
           a fhir:Quantity ;
           fhir:value [ fhir:v "1"^^xsd:decimal ]
         ]
       ] [
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:integer ;
             fhir:v 1
           ]
         ] ) ;
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "732227" ] ;
             fhir:display [ fhir:v "MDC_IDC_SET_ZONE_SHOCK_ENERGY_3" ]
           ] )
         ] ;
         fhir:value [
           a fhir:Quantity ;
           fhir:value [ fhir:v "41"^^xsd:decimal ] ;
           fhir:unit [ fhir:v "J" ] ;
           fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "J" ]
         ]
       ] [
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:integer ;
             fhir:v 1
           ]
         ] ) ;
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "732291" ] ;
             fhir:display [ fhir:v "MDC_IDC_SET_ZONE_NUM_SHOCKS_3" ]
           ] )
         ] ;
         fhir:value [
           a fhir:Quantity ;
           fhir:value [ fhir:v "1"^^xsd:decimal ]
         ]
       ] [
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:integer ;
             fhir:v 2
           ]
         ] ) ;
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "731648" ]
           ] )
         ] ;
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "754946" ] ;
             fhir:display [ fhir:v "MDC_IDC_ENUM_ZONE_TYPE_Zone_VT" ]
           ] )
         ]
       ] [
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:integer ;
             fhir:v 2
           ]
         ] ) ;
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "731712" ]
           ] )
         ] ;
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "772161" ]
           ] )
         ]
       ] [
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:integer ;
             fhir:v 2
           ]
         ] ) ;
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "731776" ]
           ] )
         ] ;
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "755011" ]
           ] )
         ]
       ] [
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/instance-idco"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:integer ;
             fhir:v 2
           ]
         ] ) ;
         fhir:code [
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "731840" ]
           ] )
         ] ;
         fhir:value [
           a fhir:Quantity ;
           fhir:value [ fhir:v "375"^^xsd:decimal ] ;
           fhir:unit [ fhir:v "ms" ] ;
           fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "ms" ]
         ]
       ] )
     ] )
  ] [
     fhir:resource ( [
       a fhir:Organization ;
       fhir:id [ fhir:v "ACMEOrganization" ] ;
       fhir:meta [
         fhir:profile ( [
           fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-organization"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-organization>
         ] )
       ] ;
       fhir:language [ fhir:v "en" ] ;
       fhir:text [
         fhir:status [ fhir:v "generated" ] ;
         fhir:div [ fhir:v "<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 (use: official, )</p><p><b>name</b>: ACME Medical Center</p></div>"^^rdf:XMLLiteral ]
       ] ;
       fhir:identifier ( [
         fhir:use [ fhir:v "official" ] ;
         fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ] ;
         fhir:value [ fhir:v "ACME-ORG-001" ]
       ] ) ;
       fhir:name [ fhir:v "ACME Medical Center" ]
     ] )
  ] [
     fhir:resource ( [
       a fhir:Practitioner ;
       fhir:id [ fhir:v "ExamplePractitioner" ] ;
       fhir:meta [
         fhir:profile ( [
           fhir:v "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-practioner"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-practioner>
         ] )
       ] ;
       fhir:language [ fhir:v "en" ] ;
       fhir:text [
         fhir:status [ fhir:v "generated" ] ;
         fhir:div [ fhir:v "<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 (use: official, )</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>"^^rdf:XMLLiteral ]
       ] ;
       fhir:identifier ( [
         fhir:use [ fhir:v "official" ] ;
         fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
         fhir:value [ fhir:v "1234567890" ]
       ] ) ;
       fhir:name ( [
         fhir:family [ fhir:v "Smith" ] ;
         fhir:given ( [ fhir:v "Jane" ] ) ;
         fhir:prefix ( [ fhir:v "Dr." ] )
       ] ) ;
       fhir:telecom ( [
         fhir:system [ fhir:v "phone" ] ;
         fhir:value [ fhir:v "555-867-5309" ] ;
         fhir:use [ fhir:v "work" ]
       ] ) ;
       fhir:address ( [
         fhir:use [ fhir:v "work" ] ;
         fhir:line ( [ fhir:v "1234 Main Street" ] ) ;
         fhir:city [ fhir:v "Springfield" ] ;
         fhir:state [ fhir:v "IL" ] ;
         fhir:postalCode [ fhir:v "12345" ]
       ] )
     ] )
  ] ) . # 

<http://hl7.org/fhir/uv/cardx-cied/Device/uc1ACMEICD> a fhir:uv .

<http://hl7.org/fhir/uv/cardx-cied/Patient/uc1ACMEPatient> a fhir:uv .

<http://hl7.org/fhir/uv/cardx-cied/Device/ACMELead> a fhir:uv .

<http://hl7.org/fhir/uv/cardx-cied/Observation/IDCOExample2> a fhir:uv .

# -------------------------------------------------------------------------------------

