= 2019-08-29 = == Vertical Integration == {{{ #!graphviz graph G { subgraph inpatient { lable = "Inpatinet" Hospital -> ED -> Hospitalist -> Specialist -> Nurses -> Patient; } subgraph outpatient { lable = "Outpatinet"; "Nurse Practitioner" -> "Primary Care" -> "Cardiologist" -> "Interventionalist" -> "Cardiac Surgeon" -> Patient; } } }}}