{
  "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\"><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"
  }
}