{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["json-schema"]},"type":"markdown"},"seo":{"title":"Clinic Integration Guide","llmstxt":{"hide":true}},"dynamicMarkdocComponents":["openapi"],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"clinic-integration-guide","__idx":0},"children":["Clinic Integration Guide"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"introduction","__idx":1},"children":["Introduction"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This guide is for clinics who are interested in retrieving clinic or patient data programmatically from Tidepool Data Platform. That can be done in two ways:"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["EHR integrations with ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://www.hl7.org"},"children":["Health Level Seven (HL7)"]}," and ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://hl7.org/fhir/"},"children":["Fast Healthcare Interoperability Resources (FIHR)"]}," through middleware partners ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://redoxengine.com/"},"children":["Redox"]}," and ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://www.xealth.com/"},"children":["Xealth"]},". This feature is part of our ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://www.tidepool.org/providers/tidepoolplus"},"children":["Tidepool+ offering"]}," that requires a paid subscription."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Tidepool Data Platform exposes a rich set of REST APIs that may be used to directly interact with Tidepool data model. These are the same APIs that are used by Tidepool's own applications."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you are interested in EHR integration, please contact ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"mailto:sales@tidepool.org"},"children":["Tidepool Sales team"]},". This guide focuses on the latter use-case."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The intended audience for this guide are information technology teams or software developers who may be asked to evaluate and implement the direct API integration. For brevity, this guide assumes you are experienced with common web technologies such as OpenID Connect, OAuth2 and REST APIs."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"clinic-data-model","__idx":2},"children":["Clinic Data Model"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Before diving into sample use-cases, let's walk through an overview of how clinics, clinicians, patients and patient data is structured in Tidepool Data Platform."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["There are 3 basic data types in the clinic data model: ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["clinics"]},", ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["members"]},", and ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["patients"]},"."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Clinic"]},": represents a healthcare organization, such as a clinic or hospital."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Member"]},": staff member of one or more clinics. Each member has a role that is specific to each clinic:",{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Administrator: member with administrator privileges, i.e. change clinic settings, add or remove clinicians or administrators, and so on. Every clinic has at least one administrator."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Clinician: member without administrator privileges."]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Patient"]},": person with diabetes who is a patient of one or more clinics. They can be further sub-divided into two categories:",{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Custodial Patient"]},": a patient who was created by the clinic, and has not accessed their patient account outside of that clinic."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Claimed Patient"]},": a patient who either created their own account and shared it with a clinic, or accepted an invitation from a clinic to claim a custodial patient account created by that clinic."]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Both members and patients may be part of multiple clinics. That is, there exists a one-to-many relationship between them and clinics."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Here is a simple diagram to illustrate this data model. ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Dr Seastar"]}," manages her ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Seastar Endocrinology"]}," clinic with 2 other members and 3 patients."]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"flowchart TB\n    clinic1(Seastar Endocrinology)\n    subgraph Members\n        member1(Dr Sally Seastar)\n        member2(Carla Espinosa, RN)\n        member3(Morgan Tookers, NP)\n    end\n    subgraph Patients\n        patient1(James Jellyfish)\n        patient2(Kacey Kelp)\n        patient3(Ava Abalone)\n    end\n\n    member1 == administrator of ===> clinic1\n    member2 ===> clinic1\n    member3 ===> clinic1\n    patient1 ==> clinic1\n    patient2 ==> clinic1\n    patient3 ==> clinic1\n","diagramHtml":"<svg id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 1113.421875px;\" viewBox=\"0 0 1113.421875 378\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .error-icon{fill:#552222;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .error-text{fill:#552222;stroke:#552222;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .edge-thickness-normal{stroke-width:1px;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .edge-thickness-thick{stroke-width:3.5px;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .edge-pattern-solid{stroke-dasharray:0;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .marker{fill:#333333;stroke:#333333;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .marker.cross{stroke:#333333;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 svg{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 p{margin:0;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .label{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;color:#333;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .cluster-label text{fill:#333;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .cluster-label span{color:#333;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .cluster-label span p{background-color:transparent;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .label text,#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 span{fill:#333;color:#333;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .node rect,#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .node circle,#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .node ellipse,#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .node polygon,#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .rough-node .label text,#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .node .label text,#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .image-shape .label,#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .icon-shape .label{text-anchor:middle;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .rough-node .label,#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .node .label,#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .image-shape .label,#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .icon-shape .label{text-align:center;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .node.clickable{cursor:pointer;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .root .anchor path{fill:#333333!important;stroke-width:0;stroke:#333333;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .arrowheadPath{fill:#333333;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .edgePath .path{stroke:#333333;stroke-width:1px;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .flowchart-link{stroke:#333333;fill:none;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .edgeLabel{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .edgeLabel p{background-color:rgba(232,232,232, 0.8);}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .edgeLabel rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .labelBkg{background-color:rgba(232, 232, 232, 0.5);}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .cluster rect{fill:#ffffde;stroke:#aaaa33;stroke-width:1px;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .cluster text{fill:#333;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .cluster span{color:#333;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:12px;background:hsl(80, 100%, 96.2745098039%);border:1px solid #aaaa33;border-radius:2px;pointer-events:none;z-index:100;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#333;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 rect.text{fill:none;stroke-width:0;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .icon-shape,#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .image-shape{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .icon-shape p,#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .image-shape p{background-color:rgba(232,232,232, 0.8);padding:2px;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .icon-shape .label rect,#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .image-shape .label rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 .node .neo-node{stroke:#9370DB;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 [data-look=\"neo\"].node rect,#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 [data-look=\"neo\"].cluster rect,#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;}#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;}</style><g><marker id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"><g class=\"cluster\" id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3-Patients\" data-look=\"classic\"><rect style=\"\" x=\"567.875\" y=\"162\" width=\"537.546875\" height=\"104\"></rect><g class=\"cluster-label\" transform=\"translate(806.4921875, 162)\"><foreignObject width=\"60.3125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5;\"><span class=\"nodeLabel\"><p>Patients</p></span></div></foreignObject></g></g><g class=\"cluster\" id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3-Members\" data-look=\"classic\"><rect style=\"\" x=\"8\" y=\"8\" width=\"664.96875\" height=\"104\"></rect><g class=\"cluster-label\" transform=\"translate(304.859375, 8)\"><foreignObject width=\"71.25\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5;\"><span class=\"nodeLabel\"><p>Members</p></span></div></foreignObject></g></g></g><g class=\"edgePaths\"><path d=\"M115.859,87L115.859,91.167C115.859,95.333,115.859,103.667,115.859,112C115.859,120.333,115.859,128.667,115.859,137C115.859,145.333,115.859,153.667,115.859,166.5C115.859,179.333,115.859,196.667,115.859,214C115.859,231.333,115.859,248.667,115.859,261.5C115.859,274.333,115.859,282.667,181.086,293.709C246.312,304.751,376.765,318.502,441.991,325.378L507.217,332.254\" id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3-L_member1_clinic1_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_member1_clinic1_0\" data-points=\"W3sieCI6MTE1Ljg1OTM3NSwieSI6ODd9LHsieCI6MTE1Ljg1OTM3NSwieSI6MTEyfSx7IngiOjExNS44NTkzNzUsInkiOjEzN30seyJ4IjoxMTUuODU5Mzc1LCJ5IjoxNjJ9LHsieCI6MTE1Ljg1OTM3NSwieSI6MjE0fSx7IngiOjExNS44NTkzNzUsInkiOjI2Nn0seyJ4IjoxMTUuODU5Mzc1LCJ5IjoyOTF9LHsieCI6NTExLjE5NTMxMjUsInkiOjMzMi42NzI5NjQ1NDA4MDQyM31d\" data-look=\"classic\" marker-end=\"url(#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3_flowchart-v2-pointEnd)\"></path><path d=\"M323.25,87L323.25,91.167C323.25,95.333,323.25,103.667,323.25,112C323.25,120.333,323.25,128.667,323.25,137C323.25,145.333,323.25,153.667,323.25,166.5C323.25,179.333,323.25,196.667,323.25,214C323.25,231.333,323.25,248.667,323.25,261.5C323.25,274.333,323.25,282.667,353.918,292.411C384.587,302.155,445.923,313.311,476.592,318.889L507.26,324.466\" id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3-L_member2_clinic1_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_member2_clinic1_0\" data-points=\"W3sieCI6MzIzLjI1LCJ5Ijo4N30seyJ4IjozMjMuMjUsInkiOjExMn0seyJ4IjozMjMuMjUsInkiOjEzN30seyJ4IjozMjMuMjUsInkiOjE2Mn0seyJ4IjozMjMuMjUsInkiOjIxNH0seyJ4IjozMjMuMjUsInkiOjI2Nn0seyJ4IjozMjMuMjUsInkiOjI5MX0seyJ4Ijo1MTEuMTk1MzEyNSwieSI6MzI1LjE4MjE0NjA3NzU0NzN9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3_flowchart-v2-pointEnd)\"></path><path d=\"M547.875,87L547.875,91.167C547.875,95.333,547.875,103.667,547.875,112C547.875,120.333,547.875,128.667,547.875,137C547.875,145.333,547.875,153.667,547.875,166.5C547.875,179.333,547.875,196.667,547.875,214C547.875,231.333,547.875,248.667,547.875,261.5C547.875,274.333,547.875,282.667,552.278,290.569C556.68,298.471,565.486,305.941,569.888,309.677L574.291,313.412\" id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3-L_member3_clinic1_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_member3_clinic1_0\" data-points=\"W3sieCI6NTQ3Ljg3NSwieSI6ODd9LHsieCI6NTQ3Ljg3NSwieSI6MTEyfSx7IngiOjU0Ny44NzUsInkiOjEzN30seyJ4Ijo1NDcuODc1LCJ5IjoxNjJ9LHsieCI6NTQ3Ljg3NSwieSI6MjE0fSx7IngiOjU0Ny44NzUsInkiOjI2Nn0seyJ4Ijo1NDcuODc1LCJ5IjoyOTF9LHsieCI6NTc3LjM0MDg5NTQzMjY5MjMsInkiOjMxNn1d\" data-look=\"classic\" marker-end=\"url(#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3_flowchart-v2-pointEnd)\"></path><path d=\"M670.453,241L670.453,245.167C670.453,249.333,670.453,257.667,670.453,266C670.453,274.333,670.453,282.667,666.05,290.569C661.648,298.471,652.843,305.941,648.44,309.677L644.037,313.412\" id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3-L_patient1_clinic1_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_patient1_clinic1_0\" data-points=\"W3sieCI6NjcwLjQ1MzEyNSwieSI6MjQxfSx7IngiOjY3MC40NTMxMjUsInkiOjI2Nn0seyJ4Ijo2NzAuNDUzMTI1LCJ5IjoyOTF9LHsieCI6NjQwLjk4NzIyOTU2NzMwNzcsInkiOjMxNn1d\" data-look=\"classic\" marker-end=\"url(#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3_flowchart-v2-pointEnd)\"></path><path d=\"M842.961,241L842.961,245.167C842.961,249.333,842.961,257.667,842.961,266C842.961,274.333,842.961,282.667,820.974,291.724C798.986,300.781,755.012,310.561,733.025,315.452L711.037,320.342\" id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3-L_patient2_clinic1_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_patient2_clinic1_0\" data-points=\"W3sieCI6ODQyLjk2MDkzNzUsInkiOjI0MX0seyJ4Ijo4NDIuOTYwOTM3NSwieSI6MjY2fSx7IngiOjg0Mi45NjA5Mzc1LCJ5IjoyOTF9LHsieCI6NzA3LjEzMjgxMjUsInkiOjMyMS4yMTAyNTE5NTQ4MjE5fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3_flowchart-v2-pointEnd)\"></path><path d=\"M1009.156,241L1009.156,245.167C1009.156,249.333,1009.156,257.667,1009.156,266C1009.156,274.333,1009.156,282.667,959.48,293.291C909.804,303.916,810.452,316.832,760.776,323.29L711.099,329.748\" id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3-L_patient3_clinic1_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_patient3_clinic1_0\" data-points=\"W3sieCI6MTAwOS4xNTYyNSwieSI6MjQxfSx7IngiOjEwMDkuMTU2MjUsInkiOjI2Nn0seyJ4IjoxMDA5LjE1NjI1LCJ5IjoyOTF9LHsieCI6NzA3LjEzMjgxMjUsInkiOjMzMC4yNjM4MTM3NDYzNjIyNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\" transform=\"translate(115.859375, 214)\"><g class=\"label\" data-id=\"L_member1_clinic1_0\" transform=\"translate(-60.4921875, -12)\"><foreignObject width=\"120.984375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>administrator of</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_member2_clinic1_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_member3_clinic1_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_patient1_clinic1_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_patient2_clinic1_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_patient3_clinic1_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3-flowchart-clinic1-0\" data-look=\"classic\" transform=\"translate(609.1640625, 343)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-97.96875\" y=\"-27\" width=\"195.9375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-82.96875, -12)\"><rect></rect><foreignObject width=\"165.9375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Seastar Endocrinology</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3-flowchart-member1-1\" data-look=\"classic\" transform=\"translate(115.859375, 60)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-72.859375\" y=\"-27\" width=\"145.71875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-57.859375, -12)\"><rect></rect><foreignObject width=\"115.71875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Dr Sally Seastar</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3-flowchart-member2-2\" data-look=\"classic\" transform=\"translate(323.25, 60)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-84.53125\" y=\"-27\" width=\"169.0625\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-69.53125, -12)\"><rect></rect><foreignObject width=\"139.0625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Carla Espinosa, RN</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3-flowchart-member3-3\" data-look=\"classic\" transform=\"translate(547.875, 60)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-90.09375\" y=\"-27\" width=\"180.1875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-75.09375, -12)\"><rect></rect><foreignObject width=\"150.1875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Morgan Tookers, NP</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3-flowchart-patient1-4\" data-look=\"classic\" transform=\"translate(670.453125, 214)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-67.578125\" y=\"-27\" width=\"135.15625\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-52.578125, -12)\"><rect></rect><foreignObject width=\"105.15625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>James Jellyfish</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3-flowchart-patient2-5\" data-look=\"classic\" transform=\"translate(842.9609375, 214)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-54.9296875\" y=\"-27\" width=\"109.859375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-39.9296875, -12)\"><rect></rect><foreignObject width=\"79.859375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Kacey Kelp</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3-flowchart-patient3-6\" data-look=\"classic\" transform=\"translate(1009.15625, 214)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-61.265625\" y=\"-27\" width=\"122.53125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-46.265625, -12)\"><rect></rect><foreignObject width=\"92.53125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Ava Abalone</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs><defs><filter id=\"diagram-685bfa4cf9a262e41e3e009e136a2df38e6ed2bab146dbad2dab12f03b1fb0d3-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs></svg>","diagramHtmlDark":"<svg id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 1113.421875px;\" viewBox=\"0 0 1113.421875 378\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .error-icon{fill:#a44141;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .error-text{fill:#ddd;stroke:#ddd;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .edge-thickness-normal{stroke-width:1px;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .edge-thickness-thick{stroke-width:3.5px;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .edge-pattern-solid{stroke-dasharray:0;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .edge-pattern-dashed{stroke-dasharray:3;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .edge-pattern-dotted{stroke-dasharray:2;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .marker{fill:lightgrey;stroke:lightgrey;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .marker.cross{stroke:lightgrey;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da svg{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da p{margin:0;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .label{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;color:#ccc;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .cluster-label text{fill:#F9FFFE;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .cluster-label span{color:#F9FFFE;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .cluster-label span p{background-color:transparent;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .label text,#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da span{fill:#ccc;color:#ccc;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .node rect,#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .node circle,#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .node ellipse,#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .node polygon,#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .node path{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .rough-node .label text,#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .node .label text,#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .image-shape .label,#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .icon-shape .label{text-anchor:middle;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .rough-node .label,#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .node .label,#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .image-shape .label,#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .icon-shape .label{text-align:center;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .node.clickable{cursor:pointer;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .root .anchor path{fill:lightgrey!important;stroke-width:0;stroke:lightgrey;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .arrowheadPath{fill:lightgrey;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .edgePath .path{stroke:lightgrey;stroke-width:1px;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .flowchart-link{stroke:lightgrey;fill:none;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .edgeLabel p{background-color:hsl(0, 0%, 34.4117647059%);}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .cluster text{fill:#F9FFFE;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .cluster span{color:#F9FFFE;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da rect.text{fill:none;stroke-width:0;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .icon-shape,#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .image-shape{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .icon-shape p,#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .image-shape p{background-color:hsl(0, 0%, 34.4117647059%);padding:2px;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .icon-shape .label rect,#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .image-shape .label rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da .node .neo-node{stroke:#ccc;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da [data-look=\"neo\"].node rect,#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da [data-look=\"neo\"].cluster rect,#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da [data-look=\"neo\"].node polygon{stroke:url(#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da [data-look=\"neo\"].node path{stroke:url(#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da-gradient);stroke-width:1px;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da [data-look=\"neo\"].node circle{stroke:url(#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da :root{--mermaid-font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;}#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da :root{--mermaid-font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;}</style><g><marker id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"><g class=\"cluster\" id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da-Patients\" data-look=\"classic\"><rect style=\"\" x=\"567.875\" y=\"162\" width=\"537.546875\" height=\"104\"></rect><g class=\"cluster-label\" transform=\"translate(806.4921875, 162)\"><foreignObject width=\"60.3125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5;\"><span class=\"nodeLabel\"><p>Patients</p></span></div></foreignObject></g></g><g class=\"cluster\" id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da-Members\" data-look=\"classic\"><rect style=\"\" x=\"8\" y=\"8\" width=\"664.96875\" height=\"104\"></rect><g class=\"cluster-label\" transform=\"translate(304.859375, 8)\"><foreignObject width=\"71.25\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5;\"><span class=\"nodeLabel\"><p>Members</p></span></div></foreignObject></g></g></g><g class=\"edgePaths\"><path d=\"M115.859,87L115.859,91.167C115.859,95.333,115.859,103.667,115.859,112C115.859,120.333,115.859,128.667,115.859,137C115.859,145.333,115.859,153.667,115.859,166.5C115.859,179.333,115.859,196.667,115.859,214C115.859,231.333,115.859,248.667,115.859,261.5C115.859,274.333,115.859,282.667,181.086,293.709C246.312,304.751,376.765,318.502,441.991,325.378L507.217,332.254\" id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da-L_member1_clinic1_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_member1_clinic1_0\" data-points=\"W3sieCI6MTE1Ljg1OTM3NSwieSI6ODd9LHsieCI6MTE1Ljg1OTM3NSwieSI6MTEyfSx7IngiOjExNS44NTkzNzUsInkiOjEzN30seyJ4IjoxMTUuODU5Mzc1LCJ5IjoxNjJ9LHsieCI6MTE1Ljg1OTM3NSwieSI6MjE0fSx7IngiOjExNS44NTkzNzUsInkiOjI2Nn0seyJ4IjoxMTUuODU5Mzc1LCJ5IjoyOTF9LHsieCI6NTExLjE5NTMxMjUsInkiOjMzMi42NzI5NjQ1NDA4MDQyM31d\" data-look=\"classic\" marker-end=\"url(#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da_flowchart-v2-pointEnd)\"></path><path d=\"M323.25,87L323.25,91.167C323.25,95.333,323.25,103.667,323.25,112C323.25,120.333,323.25,128.667,323.25,137C323.25,145.333,323.25,153.667,323.25,166.5C323.25,179.333,323.25,196.667,323.25,214C323.25,231.333,323.25,248.667,323.25,261.5C323.25,274.333,323.25,282.667,353.918,292.411C384.587,302.155,445.923,313.311,476.592,318.889L507.26,324.466\" id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da-L_member2_clinic1_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_member2_clinic1_0\" data-points=\"W3sieCI6MzIzLjI1LCJ5Ijo4N30seyJ4IjozMjMuMjUsInkiOjExMn0seyJ4IjozMjMuMjUsInkiOjEzN30seyJ4IjozMjMuMjUsInkiOjE2Mn0seyJ4IjozMjMuMjUsInkiOjIxNH0seyJ4IjozMjMuMjUsInkiOjI2Nn0seyJ4IjozMjMuMjUsInkiOjI5MX0seyJ4Ijo1MTEuMTk1MzEyNSwieSI6MzI1LjE4MjE0NjA3NzU0NzN9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da_flowchart-v2-pointEnd)\"></path><path d=\"M547.875,87L547.875,91.167C547.875,95.333,547.875,103.667,547.875,112C547.875,120.333,547.875,128.667,547.875,137C547.875,145.333,547.875,153.667,547.875,166.5C547.875,179.333,547.875,196.667,547.875,214C547.875,231.333,547.875,248.667,547.875,261.5C547.875,274.333,547.875,282.667,552.278,290.569C556.68,298.471,565.486,305.941,569.888,309.677L574.291,313.412\" id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da-L_member3_clinic1_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_member3_clinic1_0\" data-points=\"W3sieCI6NTQ3Ljg3NSwieSI6ODd9LHsieCI6NTQ3Ljg3NSwieSI6MTEyfSx7IngiOjU0Ny44NzUsInkiOjEzN30seyJ4Ijo1NDcuODc1LCJ5IjoxNjJ9LHsieCI6NTQ3Ljg3NSwieSI6MjE0fSx7IngiOjU0Ny44NzUsInkiOjI2Nn0seyJ4Ijo1NDcuODc1LCJ5IjoyOTF9LHsieCI6NTc3LjM0MDg5NTQzMjY5MjMsInkiOjMxNn1d\" data-look=\"classic\" marker-end=\"url(#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da_flowchart-v2-pointEnd)\"></path><path d=\"M670.453,241L670.453,245.167C670.453,249.333,670.453,257.667,670.453,266C670.453,274.333,670.453,282.667,666.05,290.569C661.648,298.471,652.843,305.941,648.44,309.677L644.037,313.412\" id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da-L_patient1_clinic1_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_patient1_clinic1_0\" data-points=\"W3sieCI6NjcwLjQ1MzEyNSwieSI6MjQxfSx7IngiOjY3MC40NTMxMjUsInkiOjI2Nn0seyJ4Ijo2NzAuNDUzMTI1LCJ5IjoyOTF9LHsieCI6NjQwLjk4NzIyOTU2NzMwNzcsInkiOjMxNn1d\" data-look=\"classic\" marker-end=\"url(#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da_flowchart-v2-pointEnd)\"></path><path d=\"M842.961,241L842.961,245.167C842.961,249.333,842.961,257.667,842.961,266C842.961,274.333,842.961,282.667,820.974,291.724C798.986,300.781,755.012,310.561,733.025,315.452L711.037,320.342\" id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da-L_patient2_clinic1_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_patient2_clinic1_0\" data-points=\"W3sieCI6ODQyLjk2MDkzNzUsInkiOjI0MX0seyJ4Ijo4NDIuOTYwOTM3NSwieSI6MjY2fSx7IngiOjg0Mi45NjA5Mzc1LCJ5IjoyOTF9LHsieCI6NzA3LjEzMjgxMjUsInkiOjMyMS4yMTAyNTE5NTQ4MjE5fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da_flowchart-v2-pointEnd)\"></path><path d=\"M1009.156,241L1009.156,245.167C1009.156,249.333,1009.156,257.667,1009.156,266C1009.156,274.333,1009.156,282.667,959.48,293.291C909.804,303.916,810.452,316.832,760.776,323.29L711.099,329.748\" id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da-L_patient3_clinic1_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_patient3_clinic1_0\" data-points=\"W3sieCI6MTAwOS4xNTYyNSwieSI6MjQxfSx7IngiOjEwMDkuMTU2MjUsInkiOjI2Nn0seyJ4IjoxMDA5LjE1NjI1LCJ5IjoyOTF9LHsieCI6NzA3LjEzMjgxMjUsInkiOjMzMC4yNjM4MTM3NDYzNjIyNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\" transform=\"translate(115.859375, 214)\"><g class=\"label\" data-id=\"L_member1_clinic1_0\" transform=\"translate(-60.4921875, -12)\"><foreignObject width=\"120.984375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>administrator of</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_member2_clinic1_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_member3_clinic1_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_patient1_clinic1_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_patient2_clinic1_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_patient3_clinic1_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da-flowchart-clinic1-0\" data-look=\"classic\" transform=\"translate(609.1640625, 343)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-97.96875\" y=\"-27\" width=\"195.9375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-82.96875, -12)\"><rect></rect><foreignObject width=\"165.9375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Seastar Endocrinology</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da-flowchart-member1-1\" data-look=\"classic\" transform=\"translate(115.859375, 60)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-72.859375\" y=\"-27\" width=\"145.71875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-57.859375, -12)\"><rect></rect><foreignObject width=\"115.71875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Dr Sally Seastar</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da-flowchart-member2-2\" data-look=\"classic\" transform=\"translate(323.25, 60)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-84.53125\" y=\"-27\" width=\"169.0625\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-69.53125, -12)\"><rect></rect><foreignObject width=\"139.0625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Carla Espinosa, RN</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da-flowchart-member3-3\" data-look=\"classic\" transform=\"translate(547.875, 60)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-90.09375\" y=\"-27\" width=\"180.1875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-75.09375, -12)\"><rect></rect><foreignObject width=\"150.1875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Morgan Tookers, NP</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da-flowchart-patient1-4\" data-look=\"classic\" transform=\"translate(670.453125, 214)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-67.578125\" y=\"-27\" width=\"135.15625\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-52.578125, -12)\"><rect></rect><foreignObject width=\"105.15625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>James Jellyfish</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da-flowchart-patient2-5\" data-look=\"classic\" transform=\"translate(842.9609375, 214)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-54.9296875\" y=\"-27\" width=\"109.859375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-39.9296875, -12)\"><rect></rect><foreignObject width=\"79.859375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Kacey Kelp</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da-flowchart-patient3-6\" data-look=\"classic\" transform=\"translate(1009.15625, 214)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-61.265625\" y=\"-27\" width=\"122.53125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-46.265625, -12)\"><rect></rect><foreignObject width=\"92.53125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Ava Abalone</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><defs><filter id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><linearGradient id=\"diagram-b164563fa98189aa3a4929ef31c09efde11d0c6438062f12cef2f5052f9b67da-gradient\" gradientUnits=\"objectBoundingBox\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" stop-color=\"#cccccc\" stop-opacity=\"1\"></stop><stop offset=\"100%\" stop-color=\"hsl(180, 0%, 18.3529411765%)\" stop-opacity=\"1\"></stop></linearGradient></svg>"},"children":["flowchart TB\n    clinic1(Seastar Endocrinology)\n    subgraph Members\n        member1(Dr Sally Seastar)\n        member2(Carla Espinosa, RN)\n        member3(Morgan Tookers, NP)\n    end\n    subgraph Patients\n        patient1(James Jellyfish)\n        patient2(Kacey Kelp)\n        patient3(Ava Abalone)\n    end\n\n    member1 == administrator of ===> clinic1\n    member2 ===> clinic1\n    member3 ===> clinic1\n    patient1 ==> clinic1\n    patient2 ==> clinic1\n    patient3 ==> clinic1\n"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Here is somewhat more complicated sample diagram. ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Dr Seuss"]}," manages his own ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Whoville Health System"]},", but occasionally helps out his friend ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Dr Seastar"]}," at the ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Seastar Endocrinology"]},". He has administrator role in his own clinic, and only normal clinician role in ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Seastar Endocrinology"]},". One of his patients, ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Harold Haddock"]},", is also a patient of ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Seastar Endocrinology"]},"."]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"flowchart TB\n    clinic1(Seastar Endocrinology)\n    clinic2(Whoville Health System)\n    subgraph Members\n        member1(Dr Sally Seastar)\n        member2(Carla Espinosa, RN)\n        member3(Morgan Tookers, NP)\n        member4(Dr Seuss)\n        member5(Cindy Lou Who, NP)\n    end\n    subgraph Patients1 [Patients of Dr Seastar]\n        patient1(James Jellyfish)\n        patient2(Kacey Kelp)\n        patient3(Ava Abalone)\n    end\n    subgraph Patients2 [Patients of Dr Seuss]\n        patient4(Harold Haddock)\n        patient5(D'andre Dolphin)\n    end\n\n    member1 == administrator of ===> clinic1\n    member2 ===> clinic1\n    member3 ===> clinic1\n    member4 == administrator of ===> clinic2\n    member4 ===> clinic1\n    member5 ===> clinic2\n    patient1 ==> clinic1\n    patient2 ==> clinic1\n    patient3 ==> clinic1\n    patient4 ==> clinic2\n    patient5 ==> clinic2\n    patient4 ==> clinic1\n","diagramHtml":"<svg id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 1871.68359375px;\" viewBox=\"0 0 1871.68359375 378\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .error-icon{fill:#552222;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .error-text{fill:#552222;stroke:#552222;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .edge-thickness-normal{stroke-width:1px;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .edge-thickness-thick{stroke-width:3.5px;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .edge-pattern-solid{stroke-dasharray:0;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .marker{fill:#333333;stroke:#333333;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .marker.cross{stroke:#333333;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 svg{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 p{margin:0;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .label{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;color:#333;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .cluster-label text{fill:#333;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .cluster-label span{color:#333;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .cluster-label span p{background-color:transparent;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .label text,#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 span{fill:#333;color:#333;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .node rect,#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .node circle,#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .node ellipse,#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .node polygon,#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .rough-node .label text,#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .node .label text,#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .image-shape .label,#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .icon-shape .label{text-anchor:middle;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .rough-node .label,#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .node .label,#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .image-shape .label,#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .icon-shape .label{text-align:center;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .node.clickable{cursor:pointer;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .root .anchor path{fill:#333333!important;stroke-width:0;stroke:#333333;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .arrowheadPath{fill:#333333;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .edgePath .path{stroke:#333333;stroke-width:1px;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .flowchart-link{stroke:#333333;fill:none;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .edgeLabel{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .edgeLabel p{background-color:rgba(232,232,232, 0.8);}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .edgeLabel rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .labelBkg{background-color:rgba(232, 232, 232, 0.5);}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .cluster rect{fill:#ffffde;stroke:#aaaa33;stroke-width:1px;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .cluster text{fill:#333;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .cluster span{color:#333;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:12px;background:hsl(80, 100%, 96.2745098039%);border:1px solid #aaaa33;border-radius:2px;pointer-events:none;z-index:100;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#333;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 rect.text{fill:none;stroke-width:0;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .icon-shape,#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .image-shape{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .icon-shape p,#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .image-shape p{background-color:rgba(232,232,232, 0.8);padding:2px;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .icon-shape .label rect,#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .image-shape .label rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 .node .neo-node{stroke:#9370DB;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 [data-look=\"neo\"].node rect,#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 [data-look=\"neo\"].cluster rect,#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;}#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;}</style><g><marker id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"><g class=\"cluster\" id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-Patients2\" data-look=\"classic\"><rect style=\"\" x=\"1441.80859375\" y=\"162\" width=\"421.875\" height=\"104\"></rect><g class=\"cluster-label\" transform=\"translate(1578.29296875, 162)\"><foreignObject width=\"148.90625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5;\"><span class=\"nodeLabel\"><p>Patients of Dr Seuss</p></span></div></foreignObject></g></g><g class=\"cluster\" id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-Patients1\" data-look=\"classic\"><rect style=\"\" x=\"671.72265625\" y=\"162\" width=\"537.546875\" height=\"104\"></rect><g class=\"cluster-label\" transform=\"translate(859.78515625, 162)\"><foreignObject width=\"161.421875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5;\"><span class=\"nodeLabel\"><p>Patients of Dr Seastar</p></span></div></foreignObject></g></g><g class=\"cluster\" id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-Members\" data-look=\"classic\"><rect style=\"\" x=\"8\" y=\"8\" width=\"1534.80859375\" height=\"104\"></rect><g class=\"cluster-label\" transform=\"translate(739.779296875, 8)\"><foreignObject width=\"71.25\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5;\"><span class=\"nodeLabel\"><p>Members</p></span></div></foreignObject></g></g></g><g class=\"edgePaths\"><path d=\"M115.859,87L115.859,91.167C115.859,95.333,115.859,103.667,115.859,112C115.859,120.333,115.859,128.667,115.859,137C115.859,145.333,115.859,153.667,115.859,166.5C115.859,179.333,115.859,196.667,115.859,214C115.859,231.333,115.859,248.667,115.859,261.5C115.859,274.333,115.859,282.667,198.392,294.02C280.926,305.374,445.992,319.748,528.525,326.935L611.058,334.122\" id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-L_member1_clinic1_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_member1_clinic1_0\" data-points=\"W3sieCI6MTE1Ljg1OTM3NSwieSI6ODd9LHsieCI6MTE1Ljg1OTM3NSwieSI6MTEyfSx7IngiOjExNS44NTkzNzUsInkiOjEzN30seyJ4IjoxMTUuODU5Mzc1LCJ5IjoxNjJ9LHsieCI6MTE1Ljg1OTM3NSwieSI6MjE0fSx7IngiOjExNS44NTkzNzUsInkiOjI2Nn0seyJ4IjoxMTUuODU5Mzc1LCJ5IjoyOTF9LHsieCI6NjE1LjA0Mjk2ODc1LCJ5IjozMzQuNDY4ODg1NTMwOTM3OH1d\" data-look=\"classic\" marker-end=\"url(#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291_flowchart-v2-pointEnd)\"></path><path d=\"M323.25,87L323.25,91.167C323.25,95.333,323.25,103.667,323.25,112C323.25,120.333,323.25,128.667,323.25,137C323.25,145.333,323.25,153.667,323.25,166.5C323.25,179.333,323.25,196.667,323.25,214C323.25,231.333,323.25,248.667,323.25,261.5C323.25,274.333,323.25,282.667,371.221,293.233C419.193,303.8,515.135,316.6,563.107,323L611.078,329.401\" id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-L_member2_clinic1_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_member2_clinic1_0\" data-points=\"W3sieCI6MzIzLjI1LCJ5Ijo4N30seyJ4IjozMjMuMjUsInkiOjExMn0seyJ4IjozMjMuMjUsInkiOjEzN30seyJ4IjozMjMuMjUsInkiOjE2Mn0seyJ4IjozMjMuMjUsInkiOjIxNH0seyJ4IjozMjMuMjUsInkiOjI2Nn0seyJ4IjozMjMuMjUsInkiOjI5MX0seyJ4Ijo2MTUuMDQyOTY4NzUsInkiOjMyOS45Mjk1MTQyMjY0NDA0Nn1d\" data-look=\"classic\" marker-end=\"url(#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291_flowchart-v2-pointEnd)\"></path><path d=\"M547.875,87L547.875,91.167C547.875,95.333,547.875,103.667,547.875,112C547.875,120.333,547.875,128.667,547.875,137C547.875,145.333,547.875,153.667,547.875,166.5C547.875,179.333,547.875,196.667,547.875,214C547.875,231.333,547.875,248.667,547.875,261.5C547.875,274.333,547.875,282.667,560.471,290.8C573.067,298.933,598.26,306.866,610.856,310.832L623.452,314.799\" id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-L_member3_clinic1_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_member3_clinic1_0\" data-points=\"W3sieCI6NTQ3Ljg3NSwieSI6ODd9LHsieCI6NTQ3Ljg3NSwieSI6MTEyfSx7IngiOjU0Ny44NzUsInkiOjEzN30seyJ4Ijo1NDcuODc1LCJ5IjoxNjJ9LHsieCI6NTQ3Ljg3NSwieSI6MjE0fSx7IngiOjU0Ny44NzUsInkiOjI2Nn0seyJ4Ijo1NDcuODc1LCJ5IjoyOTF9LHsieCI6NjI3LjI2NzY1MzI0NTE5MjMsInkiOjMxNn1d\" data-look=\"classic\" marker-end=\"url(#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291_flowchart-v2-pointEnd)\"></path><path d=\"M1018.344,67.759L1063.58,75.133C1108.816,82.506,1199.289,97.253,1244.525,108.793C1289.762,120.333,1289.762,128.667,1289.762,137C1289.762,145.333,1289.762,153.667,1289.762,166.5C1289.762,179.333,1289.762,196.667,1289.762,214C1289.762,231.333,1289.762,248.667,1311.729,261.5C1333.695,274.333,1377.629,282.667,1415.018,290.869C1452.408,299.072,1483.254,307.144,1498.676,311.18L1514.099,315.216\" id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-L_member4_clinic2_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_member4_clinic2_0\" data-points=\"W3sieCI6MTAxOC4zNDM3NSwieSI6NjcuNzU5MDI3MjkzMDk3NzR9LHsieCI6MTI4OS43NjE3MTg3NSwieSI6MTEyfSx7IngiOjEyODkuNzYxNzE4NzUsInkiOjEzN30seyJ4IjoxMjg5Ljc2MTcxODc1LCJ5IjoxNjJ9LHsieCI6MTI4OS43NjE3MTg3NSwieSI6MjE0fSx7IngiOjEyODkuNzYxNzE4NzUsInkiOjI2Nn0seyJ4IjoxNDIxLjU2MjUsInkiOjI5MX0seyJ4IjoxNTE3Ljk2ODc1LCJ5IjozMTYuMjI4MjI4ODE4NTU3MX1d\" data-look=\"classic\" marker-end=\"url(#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291_flowchart-v2-pointEnd)\"></path><path d=\"M923.141,67.759L877.904,75.133C832.668,82.506,742.195,97.253,696.959,108.793C651.723,120.333,651.723,128.667,651.723,137C651.723,145.333,651.723,153.667,651.723,166.5C651.723,179.333,651.723,196.667,651.723,214C651.723,231.333,651.723,248.667,651.723,261.5C651.723,274.333,651.723,282.667,656.125,290.569C660.528,298.471,669.333,305.941,673.736,309.677L678.138,313.412\" id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-L_member4_clinic1_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_member4_clinic1_0\" data-points=\"W3sieCI6OTIzLjE0MDYyNSwieSI6NjcuNzU5MDI3MjkzMDk3NzR9LHsieCI6NjUxLjcyMjY1NjI1LCJ5IjoxMTJ9LHsieCI6NjUxLjcyMjY1NjI1LCJ5IjoxMzd9LHsieCI6NjUxLjcyMjY1NjI1LCJ5IjoxNjJ9LHsieCI6NjUxLjcyMjY1NjI1LCJ5IjoyMTR9LHsieCI6NjUxLjcyMjY1NjI1LCJ5IjoyNjZ9LHsieCI6NjUxLjcyMjY1NjI1LCJ5IjoyOTF9LHsieCI6NjgxLjE4ODU1MTY4MjY5MjMsInkiOjMxNn1d\" data-look=\"classic\" marker-end=\"url(#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291_flowchart-v2-pointEnd)\"></path><path d=\"M1421.809,87L1421.809,91.167C1421.809,95.333,1421.809,103.667,1421.809,112C1421.809,120.333,1421.809,128.667,1421.809,137C1421.809,145.333,1421.809,153.667,1421.809,166.5C1421.809,179.333,1421.809,196.667,1421.809,214C1421.809,231.333,1421.809,248.667,1430.142,261.5C1438.475,274.333,1455.142,282.667,1474.742,290.78C1494.343,298.893,1516.877,306.785,1528.144,310.731L1539.411,314.678\" id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-L_member5_clinic2_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_member5_clinic2_0\" data-points=\"W3sieCI6MTQyMS44MDg1OTM3NSwieSI6ODd9LHsieCI6MTQyMS44MDg1OTM3NSwieSI6MTEyfSx7IngiOjE0MjEuODA4NTkzNzUsInkiOjEzN30seyJ4IjoxNDIxLjgwODU5Mzc1LCJ5IjoxNjJ9LHsieCI6MTQyMS44MDg1OTM3NSwieSI6MjE0fSx7IngiOjE0MjEuODA4NTkzNzUsInkiOjI2Nn0seyJ4IjoxNDcxLjgwODU5Mzc1LCJ5IjoyOTF9LHsieCI6MTU0My4xODU5MjI0NzU5NjE0LCJ5IjozMTZ9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291_flowchart-v2-pointEnd)\"></path><path d=\"M774.301,241L774.301,245.167C774.301,249.333,774.301,257.667,774.301,266C774.301,274.333,774.301,282.667,769.898,290.569C765.496,298.471,756.69,305.941,752.288,309.677L747.885,313.412\" id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-L_patient1_clinic1_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_patient1_clinic1_0\" data-points=\"W3sieCI6Nzc0LjMwMDc4MTI1LCJ5IjoyNDF9LHsieCI6Nzc0LjMwMDc4MTI1LCJ5IjoyNjZ9LHsieCI6Nzc0LjMwMDc4MTI1LCJ5IjoyOTF9LHsieCI6NzQ0LjgzNDg4NTgxNzMwNzcsInkiOjMxNn1d\" data-look=\"classic\" marker-end=\"url(#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291_flowchart-v2-pointEnd)\"></path><path d=\"M946.809,241L946.809,245.167C946.809,249.333,946.809,257.667,946.809,266C946.809,274.333,946.809,282.667,924.821,291.724C902.834,300.781,858.86,310.561,836.872,315.452L814.885,320.342\" id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-L_patient2_clinic1_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_patient2_clinic1_0\" data-points=\"W3sieCI6OTQ2LjgwODU5Mzc1LCJ5IjoyNDF9LHsieCI6OTQ2LjgwODU5Mzc1LCJ5IjoyNjZ9LHsieCI6OTQ2LjgwODU5Mzc1LCJ5IjoyOTF9LHsieCI6ODEwLjk4MDQ2ODc1LCJ5IjozMjEuMjEwMjUxOTU0ODIxOX1d\" data-look=\"classic\" marker-end=\"url(#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291_flowchart-v2-pointEnd)\"></path><path d=\"M1113.004,241L1113.004,245.167C1113.004,249.333,1113.004,257.667,1113.004,266C1113.004,274.333,1113.004,282.667,1063.328,293.291C1013.652,303.916,914.299,316.832,864.623,323.29L814.947,329.748\" id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-L_patient3_clinic1_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_patient3_clinic1_0\" data-points=\"W3sieCI6MTExMy4wMDM5MDYyNSwieSI6MjQxfSx7IngiOjExMTMuMDAzOTA2MjUsInkiOjI2Nn0seyJ4IjoxMTEzLjAwMzkwNjI1LCJ5IjoyOTF9LHsieCI6ODEwLjk4MDQ2ODc1LCJ5IjozMzAuMjYzODEzNzQ2MzYyMjV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291_flowchart-v2-pointEnd)\"></path><path d=\"M1599.072,241L1606.321,245.167C1613.57,249.333,1628.068,257.667,1635.317,266C1642.566,274.333,1642.566,282.667,1641.043,290.387C1639.519,298.108,1636.472,305.216,1634.948,308.77L1633.425,312.324\" id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-L_patient4_clinic2_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_patient4_clinic2_0\" data-points=\"W3sieCI6MTU5OS4wNzE4MTQ5MDM4NDYyLCJ5IjoyNDF9LHsieCI6MTY0Mi41NjY0MDYyNSwieSI6MjY2fSx7IngiOjE2NDIuNTY2NDA2MjUsInkiOjI5MX0seyJ4IjoxNjMxLjg0ODYzMjgxMjUsInkiOjMxNn1d\" data-look=\"classic\" marker-end=\"url(#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291_flowchart-v2-pointEnd)\"></path><path d=\"M1753.035,241L1753.035,245.167C1753.035,249.333,1753.035,257.667,1753.035,266C1753.035,274.333,1753.035,282.667,1743.018,290.757C1733.001,298.847,1712.966,306.694,1702.949,310.618L1692.932,314.541\" id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-L_patient5_clinic2_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_patient5_clinic2_0\" data-points=\"W3sieCI6MTc1My4wMzUxNTYyNSwieSI6MjQxfSx7IngiOjE3NTMuMDM1MTU2MjUsInkiOjI2Nn0seyJ4IjoxNzUzLjAzNTE1NjI1LCJ5IjoyOTF9LHsieCI6MTY4OS4yMDc0MDY4NTA5NjE0LCJ5IjozMTZ9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291_flowchart-v2-pointEnd)\"></path><path d=\"M1533.85,241L1531.033,245.167C1528.217,249.333,1522.585,257.667,1500.537,266C1478.49,274.333,1440.026,282.667,1323.029,294.217C1206.031,305.767,1010.5,320.533,912.735,327.917L814.969,335.3\" id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-L_patient4_clinic1_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_patient4_clinic1_0\" data-points=\"W3sieCI6MTUzMy44NDk1MzQyNTQ4MDc2LCJ5IjoyNDF9LHsieCI6MTUxNi45NTMxMjUsInkiOjI2Nn0seyJ4IjoxNDAxLjU2MjUsInkiOjI5MX0seyJ4Ijo4MTAuOTgwNDY4NzUsInkiOjMzNS42MDEzMDgyMjc3NjU1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\" transform=\"translate(115.859375, 214)\"><g class=\"label\" data-id=\"L_member1_clinic1_0\" transform=\"translate(-60.4921875, -12)\"><foreignObject width=\"120.984375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>administrator of</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_member2_clinic1_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_member3_clinic1_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(1289.76171875, 214)\"><g class=\"label\" data-id=\"L_member4_clinic2_0\" transform=\"translate(-60.4921875, -12)\"><foreignObject width=\"120.984375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>administrator of</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_member4_clinic1_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_member5_clinic2_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_patient1_clinic1_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_patient2_clinic1_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_patient3_clinic1_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_patient4_clinic2_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_patient5_clinic2_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_patient4_clinic1_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-flowchart-clinic1-0\" data-look=\"classic\" transform=\"translate(713.01171875, 343)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-97.96875\" y=\"-27\" width=\"195.9375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-82.96875, -12)\"><rect></rect><foreignObject width=\"165.9375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Seastar Endocrinology</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-flowchart-clinic2-1\" data-look=\"classic\" transform=\"translate(1620.2734375, 343)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-102.3046875\" y=\"-27\" width=\"204.609375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-87.3046875, -12)\"><rect></rect><foreignObject width=\"174.609375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Whoville Health System</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-flowchart-member1-2\" data-look=\"classic\" transform=\"translate(115.859375, 60)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-72.859375\" y=\"-27\" width=\"145.71875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-57.859375, -12)\"><rect></rect><foreignObject width=\"115.71875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Dr Sally Seastar</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-flowchart-member2-3\" data-look=\"classic\" transform=\"translate(323.25, 60)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-84.53125\" y=\"-27\" width=\"169.0625\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-69.53125, -12)\"><rect></rect><foreignObject width=\"139.0625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Carla Espinosa, RN</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-flowchart-member3-4\" data-look=\"classic\" transform=\"translate(547.875, 60)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-90.09375\" y=\"-27\" width=\"180.1875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-75.09375, -12)\"><rect></rect><foreignObject width=\"150.1875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Morgan Tookers, NP</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-flowchart-member4-5\" data-look=\"classic\" transform=\"translate(970.7421875, 60)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-47.6015625\" y=\"-27\" width=\"95.203125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-32.6015625, -12)\"><rect></rect><foreignObject width=\"65.203125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Dr Seuss</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-flowchart-member5-6\" data-look=\"classic\" transform=\"translate(1421.80859375, 60)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-86\" y=\"-27\" width=\"172\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-71, -12)\"><rect></rect><foreignObject width=\"142\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Cindy Lou Who, NP</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-flowchart-patient1-7\" data-look=\"classic\" transform=\"translate(774.30078125, 214)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-67.578125\" y=\"-27\" width=\"135.15625\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-52.578125, -12)\"><rect></rect><foreignObject width=\"105.15625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>James Jellyfish</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-flowchart-patient2-8\" data-look=\"classic\" transform=\"translate(946.80859375, 214)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-54.9296875\" y=\"-27\" width=\"109.859375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-39.9296875, -12)\"><rect></rect><foreignObject width=\"79.859375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Kacey Kelp</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-flowchart-patient3-9\" data-look=\"classic\" transform=\"translate(1113.00390625, 214)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-61.265625\" y=\"-27\" width=\"122.53125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-46.265625, -12)\"><rect></rect><foreignObject width=\"92.53125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Ava Abalone</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-flowchart-patient4-10\" data-look=\"classic\" transform=\"translate(1552.09765625, 214)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-75.2890625\" y=\"-27\" width=\"150.578125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-60.2890625, -12)\"><rect></rect><foreignObject width=\"120.578125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Harold Haddock</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-flowchart-patient5-11\" data-look=\"classic\" transform=\"translate(1753.03515625, 214)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-75.6484375\" y=\"-27\" width=\"151.296875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-60.6484375, -12)\"><rect></rect><foreignObject width=\"121.296875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>D'andre Dolphin</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs><defs><filter id=\"diagram-8bd578956f70cb433068f49d9d6ae8b2ca20fc843137f07ee532e21c04984291-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs></svg>","diagramHtmlDark":"<svg id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 1871.68359375px;\" viewBox=\"0 0 1871.68359375 378\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .error-icon{fill:#a44141;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .error-text{fill:#ddd;stroke:#ddd;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .edge-thickness-normal{stroke-width:1px;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .edge-thickness-thick{stroke-width:3.5px;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .edge-pattern-solid{stroke-dasharray:0;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .marker{fill:lightgrey;stroke:lightgrey;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .marker.cross{stroke:lightgrey;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 svg{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 p{margin:0;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .label{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;color:#ccc;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .cluster-label text{fill:#F9FFFE;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .cluster-label span{color:#F9FFFE;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .cluster-label span p{background-color:transparent;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .label text,#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 span{fill:#ccc;color:#ccc;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .node rect,#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .node circle,#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .node ellipse,#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .node polygon,#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .node path{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .rough-node .label text,#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .node .label text,#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .image-shape .label,#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .icon-shape .label{text-anchor:middle;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .rough-node .label,#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .node .label,#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .image-shape .label,#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .icon-shape .label{text-align:center;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .node.clickable{cursor:pointer;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .root .anchor path{fill:lightgrey!important;stroke-width:0;stroke:lightgrey;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .arrowheadPath{fill:lightgrey;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .edgePath .path{stroke:lightgrey;stroke-width:1px;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .flowchart-link{stroke:lightgrey;fill:none;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .edgeLabel p{background-color:hsl(0, 0%, 34.4117647059%);}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .cluster text{fill:#F9FFFE;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .cluster span{color:#F9FFFE;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 rect.text{fill:none;stroke-width:0;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .icon-shape,#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .image-shape{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .icon-shape p,#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .image-shape p{background-color:hsl(0, 0%, 34.4117647059%);padding:2px;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .icon-shape .label rect,#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .image-shape .label rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 .node .neo-node{stroke:#ccc;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 [data-look=\"neo\"].node rect,#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 [data-look=\"neo\"].cluster rect,#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 [data-look=\"neo\"].node polygon{stroke:url(#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 [data-look=\"neo\"].node path{stroke:url(#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-gradient);stroke-width:1px;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 [data-look=\"neo\"].node circle{stroke:url(#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;}#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;}</style><g><marker id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"><g class=\"cluster\" id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-Patients2\" data-look=\"classic\"><rect style=\"\" x=\"1441.80859375\" y=\"162\" width=\"421.875\" height=\"104\"></rect><g class=\"cluster-label\" transform=\"translate(1578.29296875, 162)\"><foreignObject width=\"148.90625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5;\"><span class=\"nodeLabel\"><p>Patients of Dr Seuss</p></span></div></foreignObject></g></g><g class=\"cluster\" id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-Patients1\" data-look=\"classic\"><rect style=\"\" x=\"671.72265625\" y=\"162\" width=\"537.546875\" height=\"104\"></rect><g class=\"cluster-label\" transform=\"translate(859.78515625, 162)\"><foreignObject width=\"161.421875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5;\"><span class=\"nodeLabel\"><p>Patients of Dr Seastar</p></span></div></foreignObject></g></g><g class=\"cluster\" id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-Members\" data-look=\"classic\"><rect style=\"\" x=\"8\" y=\"8\" width=\"1534.80859375\" height=\"104\"></rect><g class=\"cluster-label\" transform=\"translate(739.779296875, 8)\"><foreignObject width=\"71.25\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5;\"><span class=\"nodeLabel\"><p>Members</p></span></div></foreignObject></g></g></g><g class=\"edgePaths\"><path d=\"M115.859,87L115.859,91.167C115.859,95.333,115.859,103.667,115.859,112C115.859,120.333,115.859,128.667,115.859,137C115.859,145.333,115.859,153.667,115.859,166.5C115.859,179.333,115.859,196.667,115.859,214C115.859,231.333,115.859,248.667,115.859,261.5C115.859,274.333,115.859,282.667,198.392,294.02C280.926,305.374,445.992,319.748,528.525,326.935L611.058,334.122\" id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-L_member1_clinic1_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_member1_clinic1_0\" data-points=\"W3sieCI6MTE1Ljg1OTM3NSwieSI6ODd9LHsieCI6MTE1Ljg1OTM3NSwieSI6MTEyfSx7IngiOjExNS44NTkzNzUsInkiOjEzN30seyJ4IjoxMTUuODU5Mzc1LCJ5IjoxNjJ9LHsieCI6MTE1Ljg1OTM3NSwieSI6MjE0fSx7IngiOjExNS44NTkzNzUsInkiOjI2Nn0seyJ4IjoxMTUuODU5Mzc1LCJ5IjoyOTF9LHsieCI6NjE1LjA0Mjk2ODc1LCJ5IjozMzQuNDY4ODg1NTMwOTM3OH1d\" data-look=\"classic\" marker-end=\"url(#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1_flowchart-v2-pointEnd)\"></path><path d=\"M323.25,87L323.25,91.167C323.25,95.333,323.25,103.667,323.25,112C323.25,120.333,323.25,128.667,323.25,137C323.25,145.333,323.25,153.667,323.25,166.5C323.25,179.333,323.25,196.667,323.25,214C323.25,231.333,323.25,248.667,323.25,261.5C323.25,274.333,323.25,282.667,371.221,293.233C419.193,303.8,515.135,316.6,563.107,323L611.078,329.401\" id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-L_member2_clinic1_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_member2_clinic1_0\" data-points=\"W3sieCI6MzIzLjI1LCJ5Ijo4N30seyJ4IjozMjMuMjUsInkiOjExMn0seyJ4IjozMjMuMjUsInkiOjEzN30seyJ4IjozMjMuMjUsInkiOjE2Mn0seyJ4IjozMjMuMjUsInkiOjIxNH0seyJ4IjozMjMuMjUsInkiOjI2Nn0seyJ4IjozMjMuMjUsInkiOjI5MX0seyJ4Ijo2MTUuMDQyOTY4NzUsInkiOjMyOS45Mjk1MTQyMjY0NDA0Nn1d\" data-look=\"classic\" marker-end=\"url(#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1_flowchart-v2-pointEnd)\"></path><path d=\"M547.875,87L547.875,91.167C547.875,95.333,547.875,103.667,547.875,112C547.875,120.333,547.875,128.667,547.875,137C547.875,145.333,547.875,153.667,547.875,166.5C547.875,179.333,547.875,196.667,547.875,214C547.875,231.333,547.875,248.667,547.875,261.5C547.875,274.333,547.875,282.667,560.471,290.8C573.067,298.933,598.26,306.866,610.856,310.832L623.452,314.799\" id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-L_member3_clinic1_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_member3_clinic1_0\" data-points=\"W3sieCI6NTQ3Ljg3NSwieSI6ODd9LHsieCI6NTQ3Ljg3NSwieSI6MTEyfSx7IngiOjU0Ny44NzUsInkiOjEzN30seyJ4Ijo1NDcuODc1LCJ5IjoxNjJ9LHsieCI6NTQ3Ljg3NSwieSI6MjE0fSx7IngiOjU0Ny44NzUsInkiOjI2Nn0seyJ4Ijo1NDcuODc1LCJ5IjoyOTF9LHsieCI6NjI3LjI2NzY1MzI0NTE5MjMsInkiOjMxNn1d\" data-look=\"classic\" marker-end=\"url(#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1_flowchart-v2-pointEnd)\"></path><path d=\"M1018.344,67.759L1063.58,75.133C1108.816,82.506,1199.289,97.253,1244.525,108.793C1289.762,120.333,1289.762,128.667,1289.762,137C1289.762,145.333,1289.762,153.667,1289.762,166.5C1289.762,179.333,1289.762,196.667,1289.762,214C1289.762,231.333,1289.762,248.667,1311.729,261.5C1333.695,274.333,1377.629,282.667,1415.018,290.869C1452.408,299.072,1483.254,307.144,1498.676,311.18L1514.099,315.216\" id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-L_member4_clinic2_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_member4_clinic2_0\" data-points=\"W3sieCI6MTAxOC4zNDM3NSwieSI6NjcuNzU5MDI3MjkzMDk3NzR9LHsieCI6MTI4OS43NjE3MTg3NSwieSI6MTEyfSx7IngiOjEyODkuNzYxNzE4NzUsInkiOjEzN30seyJ4IjoxMjg5Ljc2MTcxODc1LCJ5IjoxNjJ9LHsieCI6MTI4OS43NjE3MTg3NSwieSI6MjE0fSx7IngiOjEyODkuNzYxNzE4NzUsInkiOjI2Nn0seyJ4IjoxNDIxLjU2MjUsInkiOjI5MX0seyJ4IjoxNTE3Ljk2ODc1LCJ5IjozMTYuMjI4MjI4ODE4NTU3MX1d\" data-look=\"classic\" marker-end=\"url(#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1_flowchart-v2-pointEnd)\"></path><path d=\"M923.141,67.759L877.904,75.133C832.668,82.506,742.195,97.253,696.959,108.793C651.723,120.333,651.723,128.667,651.723,137C651.723,145.333,651.723,153.667,651.723,166.5C651.723,179.333,651.723,196.667,651.723,214C651.723,231.333,651.723,248.667,651.723,261.5C651.723,274.333,651.723,282.667,656.125,290.569C660.528,298.471,669.333,305.941,673.736,309.677L678.138,313.412\" id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-L_member4_clinic1_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_member4_clinic1_0\" data-points=\"W3sieCI6OTIzLjE0MDYyNSwieSI6NjcuNzU5MDI3MjkzMDk3NzR9LHsieCI6NjUxLjcyMjY1NjI1LCJ5IjoxMTJ9LHsieCI6NjUxLjcyMjY1NjI1LCJ5IjoxMzd9LHsieCI6NjUxLjcyMjY1NjI1LCJ5IjoxNjJ9LHsieCI6NjUxLjcyMjY1NjI1LCJ5IjoyMTR9LHsieCI6NjUxLjcyMjY1NjI1LCJ5IjoyNjZ9LHsieCI6NjUxLjcyMjY1NjI1LCJ5IjoyOTF9LHsieCI6NjgxLjE4ODU1MTY4MjY5MjMsInkiOjMxNn1d\" data-look=\"classic\" marker-end=\"url(#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1_flowchart-v2-pointEnd)\"></path><path d=\"M1421.809,87L1421.809,91.167C1421.809,95.333,1421.809,103.667,1421.809,112C1421.809,120.333,1421.809,128.667,1421.809,137C1421.809,145.333,1421.809,153.667,1421.809,166.5C1421.809,179.333,1421.809,196.667,1421.809,214C1421.809,231.333,1421.809,248.667,1430.142,261.5C1438.475,274.333,1455.142,282.667,1474.742,290.78C1494.343,298.893,1516.877,306.785,1528.144,310.731L1539.411,314.678\" id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-L_member5_clinic2_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_member5_clinic2_0\" data-points=\"W3sieCI6MTQyMS44MDg1OTM3NSwieSI6ODd9LHsieCI6MTQyMS44MDg1OTM3NSwieSI6MTEyfSx7IngiOjE0MjEuODA4NTkzNzUsInkiOjEzN30seyJ4IjoxNDIxLjgwODU5Mzc1LCJ5IjoxNjJ9LHsieCI6MTQyMS44MDg1OTM3NSwieSI6MjE0fSx7IngiOjE0MjEuODA4NTkzNzUsInkiOjI2Nn0seyJ4IjoxNDcxLjgwODU5Mzc1LCJ5IjoyOTF9LHsieCI6MTU0My4xODU5MjI0NzU5NjE0LCJ5IjozMTZ9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1_flowchart-v2-pointEnd)\"></path><path d=\"M774.301,241L774.301,245.167C774.301,249.333,774.301,257.667,774.301,266C774.301,274.333,774.301,282.667,769.898,290.569C765.496,298.471,756.69,305.941,752.288,309.677L747.885,313.412\" id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-L_patient1_clinic1_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_patient1_clinic1_0\" data-points=\"W3sieCI6Nzc0LjMwMDc4MTI1LCJ5IjoyNDF9LHsieCI6Nzc0LjMwMDc4MTI1LCJ5IjoyNjZ9LHsieCI6Nzc0LjMwMDc4MTI1LCJ5IjoyOTF9LHsieCI6NzQ0LjgzNDg4NTgxNzMwNzcsInkiOjMxNn1d\" data-look=\"classic\" marker-end=\"url(#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1_flowchart-v2-pointEnd)\"></path><path d=\"M946.809,241L946.809,245.167C946.809,249.333,946.809,257.667,946.809,266C946.809,274.333,946.809,282.667,924.821,291.724C902.834,300.781,858.86,310.561,836.872,315.452L814.885,320.342\" id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-L_patient2_clinic1_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_patient2_clinic1_0\" data-points=\"W3sieCI6OTQ2LjgwODU5Mzc1LCJ5IjoyNDF9LHsieCI6OTQ2LjgwODU5Mzc1LCJ5IjoyNjZ9LHsieCI6OTQ2LjgwODU5Mzc1LCJ5IjoyOTF9LHsieCI6ODEwLjk4MDQ2ODc1LCJ5IjozMjEuMjEwMjUxOTU0ODIxOX1d\" data-look=\"classic\" marker-end=\"url(#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1_flowchart-v2-pointEnd)\"></path><path d=\"M1113.004,241L1113.004,245.167C1113.004,249.333,1113.004,257.667,1113.004,266C1113.004,274.333,1113.004,282.667,1063.328,293.291C1013.652,303.916,914.299,316.832,864.623,323.29L814.947,329.748\" id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-L_patient3_clinic1_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_patient3_clinic1_0\" data-points=\"W3sieCI6MTExMy4wMDM5MDYyNSwieSI6MjQxfSx7IngiOjExMTMuMDAzOTA2MjUsInkiOjI2Nn0seyJ4IjoxMTEzLjAwMzkwNjI1LCJ5IjoyOTF9LHsieCI6ODEwLjk4MDQ2ODc1LCJ5IjozMzAuMjYzODEzNzQ2MzYyMjV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1_flowchart-v2-pointEnd)\"></path><path d=\"M1599.072,241L1606.321,245.167C1613.57,249.333,1628.068,257.667,1635.317,266C1642.566,274.333,1642.566,282.667,1641.043,290.387C1639.519,298.108,1636.472,305.216,1634.948,308.77L1633.425,312.324\" id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-L_patient4_clinic2_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_patient4_clinic2_0\" data-points=\"W3sieCI6MTU5OS4wNzE4MTQ5MDM4NDYyLCJ5IjoyNDF9LHsieCI6MTY0Mi41NjY0MDYyNSwieSI6MjY2fSx7IngiOjE2NDIuNTY2NDA2MjUsInkiOjI5MX0seyJ4IjoxNjMxLjg0ODYzMjgxMjUsInkiOjMxNn1d\" data-look=\"classic\" marker-end=\"url(#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1_flowchart-v2-pointEnd)\"></path><path d=\"M1753.035,241L1753.035,245.167C1753.035,249.333,1753.035,257.667,1753.035,266C1753.035,274.333,1753.035,282.667,1743.018,290.757C1733.001,298.847,1712.966,306.694,1702.949,310.618L1692.932,314.541\" id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-L_patient5_clinic2_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_patient5_clinic2_0\" data-points=\"W3sieCI6MTc1My4wMzUxNTYyNSwieSI6MjQxfSx7IngiOjE3NTMuMDM1MTU2MjUsInkiOjI2Nn0seyJ4IjoxNzUzLjAzNTE1NjI1LCJ5IjoyOTF9LHsieCI6MTY4OS4yMDc0MDY4NTA5NjE0LCJ5IjozMTZ9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1_flowchart-v2-pointEnd)\"></path><path d=\"M1533.85,241L1531.033,245.167C1528.217,249.333,1522.585,257.667,1500.537,266C1478.49,274.333,1440.026,282.667,1323.029,294.217C1206.031,305.767,1010.5,320.533,912.735,327.917L814.969,335.3\" id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-L_patient4_clinic1_0\" class=\"edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_patient4_clinic1_0\" data-points=\"W3sieCI6MTUzMy44NDk1MzQyNTQ4MDc2LCJ5IjoyNDF9LHsieCI6MTUxNi45NTMxMjUsInkiOjI2Nn0seyJ4IjoxNDAxLjU2MjUsInkiOjI5MX0seyJ4Ijo4MTAuOTgwNDY4NzUsInkiOjMzNS42MDEzMDgyMjc3NjU1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\" transform=\"translate(115.859375, 214)\"><g class=\"label\" data-id=\"L_member1_clinic1_0\" transform=\"translate(-60.4921875, -12)\"><foreignObject width=\"120.984375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>administrator of</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_member2_clinic1_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_member3_clinic1_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(1289.76171875, 214)\"><g class=\"label\" data-id=\"L_member4_clinic2_0\" transform=\"translate(-60.4921875, -12)\"><foreignObject width=\"120.984375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>administrator of</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_member4_clinic1_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_member5_clinic2_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_patient1_clinic1_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_patient2_clinic1_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_patient3_clinic1_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_patient4_clinic2_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_patient5_clinic2_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_patient4_clinic1_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-flowchart-clinic1-0\" data-look=\"classic\" transform=\"translate(713.01171875, 343)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-97.96875\" y=\"-27\" width=\"195.9375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-82.96875, -12)\"><rect></rect><foreignObject width=\"165.9375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Seastar Endocrinology</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-flowchart-clinic2-1\" data-look=\"classic\" transform=\"translate(1620.2734375, 343)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-102.3046875\" y=\"-27\" width=\"204.609375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-87.3046875, -12)\"><rect></rect><foreignObject width=\"174.609375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Whoville Health System</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-flowchart-member1-2\" data-look=\"classic\" transform=\"translate(115.859375, 60)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-72.859375\" y=\"-27\" width=\"145.71875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-57.859375, -12)\"><rect></rect><foreignObject width=\"115.71875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Dr Sally Seastar</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-flowchart-member2-3\" data-look=\"classic\" transform=\"translate(323.25, 60)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-84.53125\" y=\"-27\" width=\"169.0625\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-69.53125, -12)\"><rect></rect><foreignObject width=\"139.0625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Carla Espinosa, RN</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-flowchart-member3-4\" data-look=\"classic\" transform=\"translate(547.875, 60)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-90.09375\" y=\"-27\" width=\"180.1875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-75.09375, -12)\"><rect></rect><foreignObject width=\"150.1875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Morgan Tookers, NP</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-flowchart-member4-5\" data-look=\"classic\" transform=\"translate(970.7421875, 60)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-47.6015625\" y=\"-27\" width=\"95.203125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-32.6015625, -12)\"><rect></rect><foreignObject width=\"65.203125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Dr Seuss</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-flowchart-member5-6\" data-look=\"classic\" transform=\"translate(1421.80859375, 60)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-86\" y=\"-27\" width=\"172\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-71, -12)\"><rect></rect><foreignObject width=\"142\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Cindy Lou Who, NP</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-flowchart-patient1-7\" data-look=\"classic\" transform=\"translate(774.30078125, 214)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-67.578125\" y=\"-27\" width=\"135.15625\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-52.578125, -12)\"><rect></rect><foreignObject width=\"105.15625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>James Jellyfish</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-flowchart-patient2-8\" data-look=\"classic\" transform=\"translate(946.80859375, 214)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-54.9296875\" y=\"-27\" width=\"109.859375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-39.9296875, -12)\"><rect></rect><foreignObject width=\"79.859375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Kacey Kelp</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-flowchart-patient3-9\" data-look=\"classic\" transform=\"translate(1113.00390625, 214)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-61.265625\" y=\"-27\" width=\"122.53125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-46.265625, -12)\"><rect></rect><foreignObject width=\"92.53125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Ava Abalone</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-flowchart-patient4-10\" data-look=\"classic\" transform=\"translate(1552.09765625, 214)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-75.2890625\" y=\"-27\" width=\"150.578125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-60.2890625, -12)\"><rect></rect><foreignObject width=\"120.578125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Harold Haddock</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-flowchart-patient5-11\" data-look=\"classic\" transform=\"translate(1753.03515625, 214)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-75.6484375\" y=\"-27\" width=\"151.296875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-60.6484375, -12)\"><rect></rect><foreignObject width=\"121.296875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>D'andre Dolphin</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><defs><filter id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><linearGradient id=\"diagram-d4a3ee18d170e4136bbc5f9c2dac6c1959a2aafb2927cd92ffab12645b6afea1-gradient\" gradientUnits=\"objectBoundingBox\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" stop-color=\"#cccccc\" stop-opacity=\"1\"></stop><stop offset=\"100%\" stop-color=\"hsl(180, 0%, 18.3529411765%)\" stop-opacity=\"1\"></stop></linearGradient></svg>"},"children":["flowchart TB\n    clinic1(Seastar Endocrinology)\n    clinic2(Whoville Health System)\n    subgraph Members\n        member1(Dr Sally Seastar)\n        member2(Carla Espinosa, RN)\n        member3(Morgan Tookers, NP)\n        member4(Dr Seuss)\n        member5(Cindy Lou Who, NP)\n    end\n    subgraph Patients1 [Patients of Dr Seastar]\n        patient1(James Jellyfish)\n        patient2(Kacey Kelp)\n        patient3(Ava Abalone)\n    end\n    subgraph Patients2 [Patients of Dr Seuss]\n        patient4(Harold Haddock)\n        patient5(D'andre Dolphin)\n    end\n\n    member1 == administrator of ===> clinic1\n    member2 ===> clinic1\n    member3 ===> clinic1\n    member4 == administrator of ===> clinic2\n    member4 ===> clinic1\n    member5 ===> clinic2\n    patient1 ==> clinic1\n    patient2 ==> clinic1\n    patient3 ==> clinic1\n    patient4 ==> clinic2\n    patient5 ==> clinic2\n    patient4 ==> clinic1\n"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"authentication","__idx":3},"children":["Authentication"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["All Tidepool Data Platform APIs require a valid access token. The process to acquire an access token is described in greater detail in a separate ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/docs/authentication"},"children":["authentication guide"]},". Note that depending on the origin of the access token, they may be fairly short-lived: you will need to refresh the token once it expires."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You login to your user account which in turn may be member of any number of clinics. Your membership in those clinics grants you access to the clinic data, and any patients of each clinic."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"common-use-cases","__idx":4},"children":["Common Use Cases"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"identify-current-user","__idx":5},"children":["Identify Current User"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Many API calls require your Tidepool user ID as part of the URL. This is ether a 10-digit hexadecimal number (legacy) or an UUID (new) that uniquely identifies the user within Tidepool. It is an immutable value that never changes even if your email address changes. You can retrieve it along with the rest of your user account metadata with this API:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"shell","header":{"controls":{"copy":{}}},"source":"curl -X GET -H \"X-Tidepool-Session-Token: {access_token}\" \"https://app.tidepool.org/auth/user\"\n","lang":"shell"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You will need the user ID (the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["userid"]}," field) of the account:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n    \"emailVerified\": true,\n    \"emails\": [\n        \"demo+drseastar@tidepool.org\"\n    ],\n    \"roles\": [\n        \"clinician\",\n        \"default-roles-tidepool\"\n    ],\n    \"termsAccepted\": \"2017-04-25T22:34:30+00:00\",\n    \"userid\": \"cbd70cabd8\",\n    \"username\": \"demo+drseastar@tidepool.org\"\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"enumerate-clinics","__idx":6},"children":["Enumerate Clinics"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["As mentioned above, a member can belong to any number of clinics. You can enumerate the list of clinics. By default, this API returns the first 10 clinics. If the clinic list is longer, you'll need to use the optional ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["offset"]}," and/or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["limit"]}," parameters."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"shell","header":{"controls":{"copy":{}}},"source":"curl -X GET -H \"X-Tidepool-Session-Token: {access_token}\" \"https://app.tidepool.org/v1/clinicians/{userId}/clinics?offset={start}&limit={limit}\"\n","lang":"shell"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You will need the clinic ID (the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["id"]}," field) for a given clinic to fetch more data about that clinic's members or patients."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"[\n    {\n        \"clinic\": {\n            \"address\": \"123 Milly Mole Lane\",\n            \"canMigrate\": false,\n            \"city\": \"Palo Alto\",\n            \"clinicType\": \"provider_practice\",\n            \"country\": \"US\",\n            \"createdTime\": \"2024-11-29T13:28:58.561Z\",\n            \"id\": \"6749c19a2169780db2894303\",\n            \"name\": \"Seastar Pediatric Endocrinology\",\n            \"postalCode\": \"94301\",\n            \"preferredBgUnits\": \"mg/dL\",\n            \"shareCode\": \"JDZY-KS2F-AR8T\",\n            \"state\": \"CA\",\n            \"tier\": \"tier0100\",\n            \"tierDescription\": \"Free\",\n            \"updatedTime\": \"2024-11-29T15:00:26.913Z\",\n            \"website\": \"\"\n        },\n        \"clinician\": {\n            \"createdTime\": \"2024-11-29T14:55:28.498Z\",\n            \"email\": \"demo+drseastar@tidepool.org\",\n            \"id\": \"cbd70cabd8\",\n            \"name\": \"Sally Seastar\",\n            \"roles\": [\n                \"CLINIC_ADMIN\"\n            ],\n            \"updatedTime\": \"2024-11-29T14:59:22.027Z\"\n        }\n    },\n    {\n        \"clinic\": {\n            \"address\": \"123 Milly Mole Lane\",\n            \"canMigrate\": false,\n            \"city\": \"Blacksburg\",\n            \"clinicSize\": \"250-499\",\n            \"clinicType\": \"provider_practice\",\n            \"country\": \"US\",\n            \"createdTime\": \"2022-01-06T17:54:03Z\",\n            \"id\": \"61d72cbb4faea5d2c9b608c2\",\n            \"name\": \"Seastar Endocrinology\",\n            \"patientTags\": [\n                {\n                    \"id\": \"635c1d0b776e61e410de6346\",\n                    \"name\": \"Pregnant\"\n                },\n                {\n                    \"id\": \"635c1d1a8ddfbdd65bb73f14\",\n                    \"name\": \"CGM Start\"\n                },\n                {\n                    \"id\": \"635c1d388ddfbdd65bb73f15\",\n                    \"name\": \"Type 2\"\n                },\n                {\n                    \"id\": \"635c1e64776e61e410de634b\",\n                    \"name\": \"Type 1\"\n                },\n                {\n                    \"id\": \"63865e2f776e61e410de78c1\",\n                    \"name\": \"College\"\n                },\n                {\n                    \"id\": \"638fa5048ddfbdd65bb758aa\",\n                    \"name\": \"Extra Care\"\n                },\n                {\n                    \"id\": \"640b40127623a9bf2d179d85\",\n                    \"name\": \"Dr Seastar\"\n                },\n                {\n                    \"id\": \"640b40177623a9bf2d179d86\",\n                    \"name\": \"Dr Quinn\"\n                },\n                {\n                    \"id\": \"640b40387623a9bf2d179d87\",\n                    \"name\": \"Dr Seuss\"\n                },\n            ],\n            \"postalCode\": \"24061\",\n            \"preferredBgUnits\": \"mg/dL\",\n            \"shareCode\": \"A45F-F8JJ-CS6S\",\n            \"state\": \"VA\",\n            \"suppressedNotifications\": {},\n            \"tier\": \"tier0300\",\n            \"tierDescription\": \"Premium\",\n            \"updatedTime\": \"2025-02-18T21:03:49.923Z\",\n            \"website\": \"https://tidepool.org\"\n        },\n        \"clinician\": {\n            \"createdTime\": \"2022-01-06T17:54:03.242Z\",\n            \"email\": \"demo+drseastar@tidepool.org\",\n            \"id\": \"cbd70cabd8\",\n            \"name\": \"Dr. Sally Seastar\",\n            \"roles\": [\n                \"CLINIC_ADMIN\"\n            ],\n            \"updatedTime\": \"2022-01-06T17:54:03.242Z\"\n        }\n    }\n]\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"enumerate-clinic-staff-members","__idx":7},"children":["Enumerate Clinic Staff Members"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Once you have a clinic ID, you can fetch the list of members (administrators, clinicians) of that clinic:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"shell","header":{"controls":{"copy":{}}},"source":"curl -X GET -H \"X-Tidepool-Session-Token: {access_token}\" \"https://app.tidepool.org/v1/clinics/{clinicId}?offset={start}&limit={limit}\"\n","lang":"shell"},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"[\n    {\n        \"createdTime\": \"2023-05-04T13:17:43.862Z\",\n        \"email\": \"demo+yertle@tidepool.org\",\n        \"id\": \"674703f4-eb4b-407f-9120-8564ae2b652b\",\n        \"name\": \"Yertle Turtle\",\n        \"roles\": [\n            \"CLINIC_MEMBER\"\n        ],\n        \"updatedTime\": \"2023-05-04T13:19:58.604Z\"\n    },\n    {\n        \"createdTime\": \"2022-02-14T19:26:37.144Z\",\n        \"email\": \"demo+drseastar@tidepool.org\",\n        \"id\": \"cbd70cabd8\",\n        \"name\": \"Sally Seastar\",\n        \"roles\": [\n            \"CLINIC_ADMIN\"\n        ],\n        \"updatedTime\": \"2022-02-14T19:26:47.983Z\"\n    },\n    {\n        \"createdTime\": \"2022-02-14T19:23:11.861Z\",\n        \"email\": \"demo+drseuss@tidepool.org\",\n        \"id\": \"eaeebec366\",\n        \"name\": \"Dr. Seuss\",\n        \"roles\": [\n            \"CLINIC_ADMIN\"\n        ],\n        \"updatedTime\": \"2022-02-14T19:23:11.861Z\"\n    }\n]\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"enumerate-patients","__idx":8},"children":["Enumerate Patients"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You can enumerate the patient list of a clinic. This API also allows you to sort the resulting list by many different fields. The API reference documentation contains full details of all allowed parameter values."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"shell","header":{"controls":{"copy":{}}},"source":"curl -X GET -H \"X-Tidepool-Session-Token: {access_token}\" \"https://app.tidepool.org/v1/clinics/{clinicId}/patients?offset={start}&limit={limit}\"\n","lang":"shell"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The resulting patient list may be quite large due to the inclusion of summary data fields for each patient (depends on the clinic's tier). You'll need the patient user ID (the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["id"]}," field) to fetch data for that patient, or make changes to their patient record."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n    \"data\": [\n        {\n            \"birthDate\": \"1984-08-24\",\n            \"createdTime\": \"2022-06-15T18:59:55.773Z\",\n            \"dataSources\": null,\n            \"email\": \"demo+james@tidepool.org\",\n            \"fullName\": \"James Jellyfish\",\n            \"id\": \"d02b85e6b3\",\n            \"mrn\": \"12345\",\n            \"permissions\": {\n                \"note\": {},\n                \"upload\": {},\n                \"view\": {}\n            },\n            \"reviews\": [],\n            \"summary\": {\n                \"bgmStats\": {\n                    \"config\": {\n                        \"highGlucoseThreshold\": 10,\n                        \"lowGlucoseThreshold\": 3.9,\n                        \"schemaVersion\": 4,\n                        \"veryHighGlucoseThreshold\": 13.9,\n                        \"veryLowGlucoseThreshold\": 3\n                    },\n                    \"dates\": {\n                        \"firstData\": \"2024-12-11T15:00:00Z\",\n                        \"hasFirstData\": true,\n                        \"hasLastData\": true,\n                        \"hasLastUploadDate\": true,\n                        \"hasOutdatedSince\": false,\n                        \"lastData\": \"2025-02-09T14:41:08Z\",\n                        \"lastUpdatedDate\": \"2025-02-11T17:26:59.49Z\",\n                        \"lastUpdatedReason\": [\n                            \"LEGACY_DATA_ADDED\"\n                        ],\n                        \"lastUploadDate\": \"2025-02-11T17:25:13.555Z\"\n                    },\n                    \"offsetPeriods\": {\n                        \"14d\": {\n                            \"averageDailyRecords\": 0.7142857142857143,\n                            \"averageDailyRecordsDelta\": 0.6428571428571429,\n                            \"averageGlucoseMmol\": 9.902534416025231,\n                            \"averageGlucoseMmolDelta\": 6.738608061129277,\n                            \"hasAverageDailyRecords\": true,\n                            \"hasAverageGlucoseMmol\": true,\n                            \"hasTimeInAnyHighPercent\": true,\n                            \"hasTimeInAnyHighRecords\": true,\n                            \"hasTimeInAnyLowPercent\": true,\n                            \"hasTimeInAnyLowRecords\": true,\n                            \"hasTimeInExtremeHighPercent\": true,\n                            \"hasTimeInExtremeHighRecords\": true,\n                            \"hasTimeInHighPercent\": true,\n                            \"hasTimeInHighRecords\": true,\n                            \"hasTimeInLowPercent\": true,\n                            \"hasTimeInLowRecords\": true,\n                            \"hasTimeInTargetPercent\": true,\n                            \"hasTimeInTargetRecords\": true,\n                            \"hasTimeInVeryHighPercent\": true,\n                            \"hasTimeInVeryHighRecords\": true,\n                            \"hasTimeInVeryLowPercent\": true,\n                            \"hasTimeInVeryLowRecords\": true,\n                            \"hasTotalRecords\": true,\n                            \"timeInAnyHighPercent\": 0.2,\n                            \"timeInAnyHighPercentDelta\": 0.2,\n                            \"timeInAnyHighRecords\": 2,\n                            \"timeInAnyHighRecordsDelta\": 2,\n                            \"timeInAnyLowPercent\": 0,\n                            \"timeInAnyLowPercentDelta\": -1,\n                            \"timeInAnyLowRecords\": 0,\n                            \"timeInAnyLowRecordsDelta\": -1,\n                            \"timeInExtremeHighPercent\": 0,\n                            \"timeInExtremeHighPercentDelta\": -0,\n                            \"timeInExtremeHighRecords\": 0,\n                            \"timeInExtremeHighRecordsDelta\": 0,\n                            \"timeInHighPercent\": 0.2,\n                            \"timeInHighPercentDelta\": 0.2,\n                            \"timeInHighRecords\": 2,\n                            \"timeInHighRecordsDelta\": 2,\n                            \"timeInLowPercent\": 0,\n                            \"timeInLowPercentDelta\": -1,\n                            \"timeInLowRecords\": 0,\n                            \"timeInLowRecordsDelta\": -1,\n                            \"timeInTargetPercent\": 0.8,\n                            \"timeInTargetPercentDelta\": 0.8,\n                            \"timeInTargetRecords\": 8,\n                            \"timeInTargetRecordsDelta\": 8,\n                            \"timeInVeryHighPercent\": 0,\n                            \"timeInVeryHighPercentDelta\": -0,\n                            \"timeInVeryHighRecords\": 0,\n                            \"timeInVeryHighRecordsDelta\": 0,\n                            \"timeInVeryLowPercent\": 0,\n                            \"timeInVeryLowPercentDelta\": -0,\n                            \"timeInVeryLowRecords\": 0,\n                            \"timeInVeryLowRecordsDelta\": 0,\n                            \"totalRecords\": 10,\n                            \"totalRecordsDelta\": 9\n                        },\n                        \"1d\": {\n                            // omitted for brevity\n                        },\n                        \"30d\": {\n                            // omitted for brevity\n                        },\n                        \"7d\": {\n                            // omitted for brevity\n                        }\n                    },\n                    \"periods\": {\n                        \"14d\": {\n                            // omitted for brevity\n                        },\n                        \"1d\": {\n                            // omitted for brevity\n                        },\n                        \"30d\": {\n                            // omitted for brevity\n                        },\n                        \"7d\": {\n                            // omitted for brevity\n                        }\n                    },\n                    \"totalHours\": 1440\n                },\n                \"cgmStats\": {\n                    \"config\": {\n                        \"highGlucoseThreshold\": 10,\n                        \"lowGlucoseThreshold\": 3.9,\n                        \"schemaVersion\": 4,\n                        \"veryHighGlucoseThreshold\": 13.9,\n                        \"veryLowGlucoseThreshold\": 3\n                    },\n                    \"dates\": {\n                        \"firstData\": \"2024-12-13T18:00:00Z\",\n                        \"hasFirstData\": true,\n                        \"hasLastData\": true,\n                        \"hasLastUploadDate\": true,\n                        \"hasOutdatedSince\": false,\n                        \"lastData\": \"2025-02-11T17:21:15Z\",\n                        \"lastUpdatedDate\": \"2025-02-11T17:27:27.308Z\",\n                        \"lastUpdatedReason\": [\n                            \"LEGACY_DATA_ADDED\",\n                            \"LEGACY_UPLOAD_COMPLETED\"\n                        ],\n                        \"lastUploadDate\": \"2025-02-11T17:26:20.073Z\"\n                    },\n                    \"offsetPeriods\": {\n                        \"14d\": {\n                            // omitted for brevity\n                        },\n                        \"1d\": {\n                            // omitted for brevity\n                        },\n                        \"30d\": {\n                            // omitted for brevity\n                        },\n                        \"7d\": {\n                            // omitted for brevity\n                        }\n                    },\n                    \"periods\": {\n                        \"14d\": {\n                            // omitted for brevity\n                        },\n                        \"1d\": {\n                            // omitted for brevity\n                        },\n                        \"30d\": {\n                            // omitted for brevity\n                        },\n                        \"7d\": {\n                            // omitted for brevity\n                        }\n                    },\n                    \"totalHours\": 1440\n                }\n            },\n            \"tags\": null,\n            \"targetDevices\": [\n                \"onetouchverioiq\",\n                \"tandem\"\n            ],\n            \"updatedTime\": \"2024-01-10T13:17:39.198Z\"\n        },\n        {\n            \"birthDate\": \"1993-04-19\",\n            \"createdTime\": \"2023-04-13T17:18:46.768Z\",\n            \"dataSources\": null,\n            \"email\": \"demo+jessica@tidepool.org\",\n            \"fullName\": \"Jessica Jellyfish\",\n            \"id\": \"7d7c8c54-640d-4316-a713-0690851af67e\",\n            \"mrn\": \"44951\",\n            \"permissions\": {\n                \"custodian\": {},\n                \"note\": {},\n                \"upload\": {},\n                \"view\": {}\n            },\n            \"reviews\": [],\n            \"summary\": {\n                \"bgmStats\": {\n                    \"config\": {\n                        \"highGlucoseThreshold\": 10,\n                        \"lowGlucoseThreshold\": 3.9,\n                        \"schemaVersion\": 4,\n                        \"veryHighGlucoseThreshold\": 13.9,\n                        \"veryLowGlucoseThreshold\": 3\n                    },\n                    \"dates\": {\n                        \"firstData\": \"2023-08-21T20:00:00Z\",\n                        \"hasFirstData\": true,\n                        \"hasLastData\": true,\n                        \"hasLastUploadDate\": true,\n                        \"hasOutdatedSince\": false,\n                        \"lastData\": \"2023-10-19T13:43:05Z\",\n                        \"lastUpdatedDate\": \"2024-07-19T07:23:27.301Z\",\n                        \"lastUpdatedReason\": [\n                            \"SCHEMA_MIGRATION\"\n                        ],\n                        \"lastUploadDate\": \"2023-10-23T14:28:08.107Z\"\n                    },\n                    \"offsetPeriods\": {\n                        \"14d\": {\n                            // omitted for brevity\n                        },\n                        \"1d\": {\n                            // omitted for brevity\n                        },\n                        \"30d\": {\n                            // omitted for brevity\n                        },\n                        \"7d\": {\n                            // omitted for brevity\n                        }\n                    },\n                    \"periods\": {\n                        \"14d\": {\n                            // omitted for brevity\n                        },\n                        \"1d\": {\n                            // omitted for brevity\n                        },\n                        \"30d\": {\n                            // omitted for brevity\n                        },\n                        \"7d\": {\n                            // omitted for brevity\n                        }\n                    },\n                    \"totalHours\": 1410\n                }\n            },\n            \"tags\": null,\n            \"targetDevices\": [\n                \"onetouchverioiq\"\n            ],\n            \"updatedTime\": \"2023-10-23T14:18:15.829Z\"\n        },\n    ],\n    \"meta\": {\n        \"count\": 2\n    }\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"search-for-a-patient","__idx":9},"children":["Search for a Patient"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The API for searching for patients is the same as for enumerating patients, with the addition of a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["search"]}," parameter. It allows you to search the patient list for a match with a fuzzy search term that matches names, emails, or medical record numbers (MRNs)."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"shell","header":{"controls":{"copy":{}}},"source":"curl -X GET -H \"X-Tidepool-Session-Token: {access_token}\" \"https://app.tidepool.org/v1/clinics/{clinicId}/patients?offset={start}&limit={limit}&search={search_term}\"\n","lang":"shell"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The resulting patient list has the same format as the previous example, omitted here for brevity."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"fetch-patient-record","__idx":10},"children":["Fetch Patient Record"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you know the user ID of a patient, you can fetch their patient record directly."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"shell","header":{"controls":{"copy":{}}},"source":"curl -X GET -H \"X-Tidepool-Session-Token: {access_token}\" \"https://app.tidepool.org/v1/clinics/{clinicId}/patients/{patientUserId}\"\n","lang":"shell"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The resulting patient record has the same format as one element of the data array in the previous examples, omitted here for brevity."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"fetch-patient-data","__idx":11},"children":["Fetch Patient Data"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You can fetch the individual diabetes data points for any given patient by invoking the data API. The start and end dates are ISO8601 formatted dates, and the data type list is a comma-separated list of data types you want to fetch. The full list of data types can be found in:"]},{"$$mdtype":"Tag","name":"JsonSchema","attributes":{"schema":{"$ref":"../reference/data/models/datatype.v1.yaml"},"options":{},"schemaResolved":{"openapi":"3.1.0","components":{"schemas":{"__root":{"$ref":"#/components/schemas/datatype.v1"},"datatype.v1":{"title":"Tidepool Data Type","description":"Data type","type":"string","enum":["alert","basal","bloodKetone","bolus","cbg","cgmSettings","controllerSettings","controllerStatus","deviceEvent","deviceStatus","dosingDecision","food","insulin","physicalActivity","pumpSettings","pumpStatus","reportedState","smbg","upload","water","wizard"],"example":"upload","x-tags":["Data"]}}}},"schemaResolvedErrors":[]},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"shell","header":{"controls":{"copy":{}}},"source":"curl -X GET -H \"X-Tidepool-Session-Token: {access_token}\" \"https://app.tidepool.org/data/{userId}?startDate={startDate}&endDate={endDate}&type={dataTypesList}\"\n","lang":"shell"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This is only a short example of the response. The API reference documentation contains full details of each data type."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"[\n    {\n        \"_deduplicator\": {\n            \"hash\": \"/4YSyroSK6Qa/nrvaBV7OZyAhoAPpGcnfHCyZD40mco=\"\n        },\n        \"deviceId\": \"Tidepool Testing Meter\",\n        \"id\": \"4aedcd3b5c3a2569bbd71e5c7905766c\",\n        \"revision\": 1,\n        \"time\": \"2023-02-27T14:45:32Z\",\n        \"type\": \"smbg\",\n        \"units\": \"mmol/L\",\n        \"uploadId\": \"704de0e907136fc152cde36c495b06f4\",\n        \"value\": 12.49991\n    },\n    {\n        \"_deduplicator\": {\n            \"hash\": \"aWfjiZE4Nmt7Mtk8N3Matkd3qJecRjiwvzPHiTQx/eY=\"\n        },\n        \"deviceId\": \"Tidepool Testing Meter\",\n        \"id\": \"a43183fafd474677015acb7a0f3ca07e\",\n        \"revision\": 1,\n        \"time\": \"2023-02-27T09:18:32Z\",\n        \"type\": \"smbg\",\n        \"units\": \"mmol/L\",\n        \"uploadId\": \"704de0e907136fc152cde36c495b06f4\",\n        \"value\": 14.32278\n    },\n    {\n        \"_deduplicator\": {\n            \"hash\": \"t52k0mUvH+02WsrG80K3rHImlhx16ViWFgdbeKFqucQ=\"\n        },\n        \"deviceId\": \"Tidepool Testing Meter\",\n        \"id\": \"7a3f16e5d073b21e0cf5ab6198910967\",\n        \"revision\": 1,\n        \"time\": \"2023-02-27T04:50:32Z\",\n        \"type\": \"smbg\",\n        \"units\": \"mmol/L\",\n        \"uploadId\": \"704de0e907136fc152cde36c495b06f4\",\n        \"value\": 15.9436\n    },\n]\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"update-patient-record","__idx":12},"children":["Update Patient Record"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You can update a patient record by making a PUT request (rather than a GET) on the patient. Note however:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Only some fields such as name, birth date, email, or MRN may be updated. Others are read-only."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The update may fail if the field values violate validation rules."]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"shell","header":{"controls":{"copy":{}}},"source":"curl -X PUT -H \"X-Tidepool-Session-Token: {access_token}\" -H \"Content-Type: application/json\" -d '{patient_record}' \"https://app.tidepool.org/v1/clinics/{clinicId}/patients/{patientUserId}\"\n","lang":"shell"},"children":[]}]},"headings":[{"value":"Clinic Integration Guide","id":"clinic-integration-guide","depth":1},{"value":"Introduction","id":"introduction","depth":2},{"value":"Clinic Data Model","id":"clinic-data-model","depth":3},{"value":"Authentication","id":"authentication","depth":2},{"value":"Common Use Cases","id":"common-use-cases","depth":2},{"value":"Identify Current User","id":"identify-current-user","depth":3},{"value":"Enumerate Clinics","id":"enumerate-clinics","depth":3},{"value":"Enumerate Clinic Staff Members","id":"enumerate-clinic-staff-members","depth":3},{"value":"Enumerate Patients","id":"enumerate-patients","depth":3},{"value":"Search for a Patient","id":"search-for-a-patient","depth":3},{"value":"Fetch Patient Record","id":"fetch-patient-record","depth":3},{"value":"Fetch Patient Data","id":"fetch-patient-data","depth":3},{"value":"Update Patient Record","id":"update-patient-record","depth":3}],"frontmatter":{"seo":{"title":"Clinic Integration Guide"}},"lastModified":"2025-07-25T15:19:47.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/docs/clinic-integration","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}